Git commits in Moodle 1.3.0 by gustav_delius

commit f81be26aeeac9d6b9e50f80e3e31dbaa19c809b3
Author: gustav_delius <gustav_delius>
Date:   Mon, 24 May 2004 04:46:29 +0800
Tag:    v1.3.0

Fixed bug 1443: In the case of a "Teacher Forum" the "Subscribe everyone to this forum" button now only subscribes teachers.

commit 52c4ef835a441412b5374e40eb6df3a90b8e09cd
Author: gustav_delius <gustav_delius>
Date:   Mon, 24 May 2004 04:23:19 +0800
Tag:    v1.3.0

Changed readme text because copying of theme folder is no longer needed as theme is now in main CVS

commit 7f21ed0a088c3b01d76b3730869166945238369f
Author: gustav_delius <gustav_delius>
Date:   Mon, 24 May 2004 02:55:20 +0800
Tag:    v1.3.0

Changed example for dirroot which must not contain capital letters

commit 6ecde2bef32984d07444f593e598623da07009d0
Author: gustav_delius <gustav_delius>
Date:   Sun, 09 May 2004 06:09:46 +0800
Tag:    v1.3.0

replaced very old install.html with current version from lang/en/doc. I guess this is duplicated here to make it easier to find for people?

commit d71cca4bea33ae682da5d60e7bca409da6b5fd4e
Author: gustav_delius <gustav_delius>
Date:   Sun, 09 May 2004 06:06:33 +0800
Tag:    v1.3.0

corrected small type reported in bug 1152

commit 78d7fa79cfadb96f6368e5dc85fa59a68b5e99ae
Author: gustav_delius <gustav_delius>
Date:   Sun, 09 May 2004 05:27:33 +0800
Tag:    v1.3.0

implemented a provisional hack by roger to avoid division by zero reported in bug 1231.

commit c12007857b30a9df324a70807c9aae526086dd79
Author: gustav_delius <gustav_delius>
Date:   Sun, 09 May 2004 04:52:53 +0800
Tag:    v1.3.0

removed some undefined variable errors. However there are lots of them in edit.html, see bug 1344

commit a86ea57ddfb40d00301e966b3dbc6d9147cace5e
Author: gustav_delius <gustav_delius>
Date:   Sun, 09 May 2004 04:47:14 +0800
Tag:    v1.3.0

category list now sorted when adding entry, thanks to Bernard, bug 1010

commit 4bb0a732cc0a3c2f5aacfb16322b91b337d6fba7
Author: gustav_delius <gustav_delius>
Date:   Sun, 09 May 2004 02:56:45 +0800
Tag:    v1.3.0

got rid of undefined variables warnings

commit c9e29670779628fd4826e3ecb991e0f17a257de1
Author: gustav_delius <gustav_delius>
Date:   Sat, 08 May 2004 23:56:37 +0800
Tag:    v1.3.0

fixed bug 990 which allowed students to see grades even when they were not supposed to by typing in the URL

commit c2ce7ea4d8778c4e871ac4cd8310f29c2d35c3e4
Author: gustav_delius <gustav_delius>
Date:   Sat, 08 May 2004 22:48:02 +0800
Tag:    v1.3.0

maxlength set in textfields to avoid exceeding length of database fields

commit 274e05dbd57223fae8770f45a5394128e33d09b1
Author: gustav_delius <gustav_delius>
Date:   Sat, 08 May 2004 01:48:02 +0800
Tag:    v1.3.0

fixed bug 1093 by applying clean_text to $forum->intro

commit 8644437d66e93144d75d0552c0f2613fefd84413
Author: gustav_delius <gustav_delius>
Date:   Sat, 08 May 2004 01:07:31 +0800
Tag:    v1.3.0

fixed bug 1037 by improving clean_filename()

commit af91aca09c5cab7d56a91db1db312a6e4e53992e
Author: gustav_delius <gustav_delius>
Date:   Fri, 07 May 2004 20:36:52 +0800
Tag:    v1.3.0

block name is now 'Section links'

commit aff97c0b2e80c05300af742d06f6d68d538f7aaa
Author: gustav_delius <gustav_delius>
Date:   Fri, 07 May 2004 03:16:46 +0800
Tag:    v1.3.0

a new block providing links to weeks/topics, see http://moodle.org/mod/forum/discuss.php?d=7648

commit fab178a10bbca05ae983346b0ec77b0c56ac7429
Author: gustav_delius <gustav_delius>
Date:   Fri, 07 May 2004 03:02:25 +0800
Tag:    v1.3.0

add anchors to week/topics on course homepage

commit cc539b6aafe6f3d97c7c85b27badaf075e6e9915
Author: gustav_delius <gustav_delius>
Date:   Fri, 07 May 2004 00:37:55 +0800
Tag:    v1.3.0

Updated CVS info in foreign language docs

commit f86aaab21c9f0d3fd19f1ea4b7efa44a1248b2be
Author: gustav_delius <gustav_delius>
Date:   Fri, 07 May 2004 00:30:12 +0800
Tag:    v1.3.0

It is possible to create weekly repeating events but it is not yet possible to edit or delete them together. Also it is now possible to specify the duration in minutes as an alternative to specifying the end time and date.

commit dcd338ffdc5e8153f6e72840dee8795ddca39e0c
Author: gustav_delius <gustav_delius>
Date:   Wed, 05 May 2004 15:07:56 +0800
Tag:    v1.3.0

Events associated to hidden activities are now invisible in calendar, using new field 'visible' in table 'event' which is updated each time a course module is hidden or unhidden.