Git commits in Moodle 1.5.0 by stronk7

commit 5eab4b5c432db0db4c736d8946fc281f9ada0d3b
Author: stronk7 <stronk7>
Date:   Sun, 05 Jun 2005 18:09:32 +0800
Tag:    v1.5.0

Removed reference to Journal (Diario in es)

commit e68e7af8edf9b53413d89fb0f2cf9ea45b861923
Author: stronk7 <stronk7>
Date:   Sun, 05 Jun 2005 17:46:33 +0800
Tag:    v1.5.0

Merged from HEAD...

commit e64dfa80dd3119a39fca390f8716f6b14bc74449
Author: stronk7 <stronk7>
Date:   Sat, 04 Jun 2005 23:37:40 +0800
Tag:    v1.5.0

Changed name of the container category a bit and avoided one notice.

commit 816f68c8aaa9ea0479d5886b311b3923b63d65e8
Author: stronk7 <stronk7>
Date:   Sat, 04 Jun 2005 01:43:46 +0800
Tag:    v1.5.0

Upgraded backup/restore TODO list. Only two points remains open:

commit c3f0763f7b36da7719e53dcf35d1ec2ebf3c65bf
Author: stronk7 <stronk7>
Date:   Sat, 04 Jun 2005 01:35:27 +0800
Tag:    v1.5.0

Added support for forum->trackingtype

commit 321aae1d8b38273221a4c26049b5359759f37758
Author: stronk7 <stronk7>
Date:   Sat, 04 Jun 2005 00:43:26 +0800
Tag:    v1.5.0

Small typo, preventing group events to be restored properly. Records in backup_ids table must use the name of the table without the prefix as name. Bug 3360. Thanks Jon. (http://moodle.org/bugs/bug.php?op=show&bugid=3360)

commit a3247baa3a7248af56b7c9c7ea5d7dade61352af
Author: stronk7 <stronk7>
Date:   Fri, 03 Jun 2005 20:49:16 +0800
Tag:    v1.5.0

Bump!

commit c0624b017beac8ed66cbc8767c01cb661b4bf61b
Author: stronk7 <stronk7>
Date:   Fri, 03 Jun 2005 20:47:44 +0800
Tag:    v1.5.0

Deletion (or move to site course) of orphan categories executed in the upgrade process. Now we shouldn't have such orphans anymore! cool

commit c63bcbf27c634060112db894a1a9506de23a5de9
Author: stronk7 <stronk7>
Date:   Wed, 01 Jun 2005 06:31:22 +0800
Tag:    v1.5.0

Complete refactor of quiz_delete_course()

commit 0242dc70f3b51538c5bcc60b6f889604c5f6fc34
Author: stronk7 <stronk7>
Date:   Wed, 01 Jun 2005 05:26:09 +0800
Tag:    v1.5.0

Four new strings added to show the work done against quiz_categories when a course is deleted. Part of bug 2459 (http://moodle.org/bugs/bug.php?op=show&bugid=2459)

commit 0456f1c62af26c962bfbb5175ed0fb12f84054c4
Author: stronk7 <stronk7>
Date:   Wed, 01 Jun 2005 00:30:36 +0800
Tag:    v1.5.0

Simplify the quizzes_category_used() function. I was using the $excluded parameter to avoid loops between categories. A->B->A. Think we can assume such loops won't exist, so I've deleted the $excluded use.

commit 61842c3a01deafd4b05c05c82dcfc678e2d36f6d
Author: stronk7 <stronk7>
Date:   Tue, 31 May 2005 07:56:38 +0800
Tag:    v1.5.0

Added the sort_categories_by_tree() function that returns an ordered array of categories following the parent-child relationships. It doesn't forget any category and returns all the categories passed although their parent were incorrect. Try to build as much tree structure as possible.

commit 6d64a7091d8d34cb57714856f97a133fb8d59219
Author: stronk7 <stronk7>
Date:   Tue, 31 May 2005 06:27:20 +0800
Tag:    v1.5.0

Deleting one debug message...

commit 22ad0a2e450047cd19f3971a6c1b10ee8a7ef918
Author: stronk7 <stronk7>
Date:   Tue, 31 May 2005 06:25:52 +0800
Tag:    v1.5.0

Now the quizzes_category_used() function supports searching for uses recursively plus an array of excluded categories.

commit 6d85897f87d846f610b6a5b3bd27e86a13a2d8fe
Author: stronk7 <stronk7>
Date:   Mon, 30 May 2005 02:58:14 +0800
Tag:    v1.5.0

Added the quizzes_category_used() to detect the list of quizzes that are using questions from one category. It relies in the quizzes_question_used() function. Will be use in the 'orphan_categories' bug (#2459)

commit 83c5e8f6b108cfd3a45de04aa4998c425296423d
Author: stronk7 <stronk7>
Date:   Mon, 30 May 2005 01:32:18 +0800
Tag:    v1.5.0

format_string() applied once deleting courses...

commit cd5d2d4b74dc10679b5d4ed258e9597bd0503612
Author: stronk7 <stronk7>
Date:   Thu, 07 Apr 2005 02:20:05 +0800
Tag:    v1.5.0

Now survey->name supports filterall.

commit 885b6007c79ec6117b7fd2e3d545c95e63003795
Author: stronk7 <stronk7>
Date:   Wed, 06 Apr 2005 23:20:33 +0800
Tag:    v1.5.0

Now label->name is working with filterall. (not really important because it is never shown, but...)

commit 524d7b9a7b7fa30ea5ee3aeaf6406120dedc4710
Author: stronk7 <stronk7>
Date:   Wed, 06 Apr 2005 07:08:00 +0800
Tag:    v1.5.0

One missing string to make choice->name works under filterall (showing anonymous results)

commit 72f6ad862754aba50e670b1dbf470f2db9a8ce62
Author: stronk7 <stronk7>
Date:   Wed, 06 Apr 2005 06:37:06 +0800
Tag:    v1.5.0

Now resource->name is working under filterall.

commit b68100040211a4ce5694b578275cff02717f160c
Author: stronk7 <stronk7>
Date:   Sun, 03 Apr 2005 08:19:11 +0800
Tag:    v1.5.0

Now quiz->name supports filterall.

commit 95c67e2fe1e9b6fdc632f498e796534ec7e32e1a
Author: stronk7 <stronk7>
Date:   Sun, 03 Apr 2005 07:19:01 +0800
Tag:    v1.5.0

Now xxx_print_recent_mod_activity() supports filterall. (assignment, forum, quiz and workshop)

commit 6a2c151a9ec57db97472c6b322aeb825e6e6e507
Author: stronk7 <stronk7>
Date:   Sun, 03 Apr 2005 01:45:29 +0800
Tag:    v1.5.0

Replacing some HTTP_POST_VARS uses because it doesn't work always! Using data_submitted() or $_POST

commit ac21ad392d869413a9c95463608528ec7c825baf
Author: stronk7 <stronk7>
Date:   Sat, 02 Apr 2005 19:32:22 +0800
Tag:    v1.5.0

Now course/recent.php works under PHP5. See bug 2828 (http://moodle.org/bugs/bug.php?op=show&bugid=2828)

commit 235a4ee8c86744abbc5d4838da0f96c67641e156
Author: stronk7 <stronk7>
Date:   Sat, 02 Apr 2005 18:10:07 +0800
Tag:    v1.5.0

Now course/recent.php is workink with filterall.

commit d11c7c9b34ec8513239baf8358c8eb8de5501c8c
Author: stronk7 <stronk7>
Date:   Sat, 02 Apr 2005 08:46:31 +0800
Tag:    v1.5.0

Now, the list of activities in course/log.php supports filter all.

commit 8a5f8d79d154b1c3a2eae7a92c9ca452786a20bd
Author: stronk7 <stronk7>
Date:   Sat, 02 Apr 2005 08:33:44 +0800
Tag:    v1.5.0

chat-report log action is now restored properly.

commit ea9572f68f0888d60bf2c932a023b5fdfa480bf7
Author: stronk7 <stronk7>
Date:   Sat, 02 Apr 2005 08:13:49 +0800
Tag:    v1.5.0

Manual links from lesson pages to resources are now preserved between backup/restore anywhere. (see discussion http://moodle.org/mod/forum/discuss.php?d=21044)

commit 948cd185cbc4f28bae3a95ea1d9236c3c3ff0975
Author: stronk7 <stronk7>
Date:   Thu, 31 Mar 2005 15:45:19 +0800
Tag:    v1.5.0

Fixed typo restoring choice_answers->userid

commit 73c1c663a3f6e4384e62a79503371641ebe0be02
Author: stronk7 <stronk7>
Date:   Thu, 31 Mar 2005 09:02:28 +0800
Tag:    v1.5.0

Now restore of choices seems to work fine. It accept both 1.5 and older choices. Please, test it with some 1.4 course with more than 1 choice. I haven't any in my battery of tests! (yep, I know I can make it but... smile )

commit 0eda3661164eabc70459a5331bbf4a6a46c1fb2d
Author: stronk7 <stronk7>
Date:   Thu, 31 Mar 2005 08:52:47 +0800
Tag:    v1.5.0

Fixed typo!

commit 619be18379750b61bca42b6ea0d17f6b36882a7d
Author: stronk7 <stronk7>
Date:   Thu, 31 Mar 2005 08:00:34 +0800
Tag:    v1.5.0

Minor changes to and some typo to choice's backup. Next step, choice's restore.

commit dfde3b2069ad3f0cd21776a9b8ff4f8c7bfc84fa
Author: stronk7 <stronk7>
Date:   Thu, 31 Mar 2005 07:34:04 +0800
Tag:    v1.5.0

alt tags in radio buttons were breaking display it they contain lang tags. Now they are filtered against strip_tags() and processed by format_text().

commit c2dd62a773403381c20344d6041d6746abe864ef
Author: stronk7 <stronk7>
Date:   Thu, 31 Mar 2005 03:26:23 +0800
Tag:    v1.5.0

Now journal->name supports filterall.

commit 386eca369d343e0fd32831b92207561e70d29fe7
Author: stronk7 <stronk7>
Date:   Thu, 31 Mar 2005 02:18:21 +0800
Tag:    v1.5.0

The waiting for approval tab was using some html and it broke tabs. Changed the tab caption to plain text.

commit 50aaf6fed6093a6cc73644e31d5c3f9aa4e89dd7
Author: stronk7 <stronk7>
Date:   Thu, 31 Mar 2005 01:59:49 +0800
Tag:    v1.5.0

Now some potential tab missing problem is solved. It causes some problems with loooong tabs but Martin is solving it just now (long images).

commit 5bd9aa933a812022b963b5047c4804673f7d9b15
Author: stronk7 <stronk7>
Date:   Wed, 30 Mar 2005 19:14:19 +0800
Tag:    v1.5.0

Now glossary->name is working under filterall. It was really complex!

commit 11c657f0921ec0766df681ded6d1264945ae6252
Author: stronk7 <stronk7>
Date:   Mon, 28 Mar 2005 07:52:56 +0800
Tag:    v1.5.0

Now exercise->name supports filterall.

commit 188e4dd9a3917a78557a8e0b0ee5b21c61352f27
Author: stronk7 <stronk7>
Date:   Mon, 28 Mar 2005 07:48:15 +0800
Tag:    v1.5.0

Now print_recent_activity_note() supports filterall (in text).

commit c8b0a50b7b78d7c0cd91c90feaebf930d002d1a0
Author: stronk7 <stronk7>
Date:   Mon, 28 Mar 2005 06:31:54 +0800
Tag:    v1.5.0

Now log records support filterall.

commit c767c146e239adb912ab326a12f5a833dac07a71
Author: stronk7 <stronk7>
Date:   Mon, 28 Mar 2005 06:16:05 +0800
Tag:    v1.5.0

Avoid some double-slashes sent to DB. It was breaking the multilang filter in event logs.

commit 2a3affe9915bcac14b4f6c3c216a790ad183c039
Author: stronk7 <stronk7>
Date:   Mon, 28 Mar 2005 04:57:50 +0800
Tag:    v1.5.0

Now format_string() uses an in-memory cache per request to make things faster. Really noticeable in logs page!

commit c61d50b800a20e24d0155378004607f4a1f0b83c
Author: stronk7 <stronk7>
Date:   Mon, 28 Mar 2005 01:33:16 +0800
Tag:    v1.5.0

Now choice->name and choice->answerxx work under filterall.

commit fb73f3b3b2a350f2607d83caf8dd12b5afa2a185
Author: stronk7 <stronk7>
Date:   Mon, 28 Mar 2005 00:41:04 +0800
Tag:    v1.5.0

Now event->name supports multilang under filterall completely.

commit 94474fc403d3744268f8fdd5d8278d7a8c001646
Author: stronk7 <stronk7>
Date:   Sun, 27 Mar 2005 19:50:09 +0800
Tag:    v1.5.0

Now activity names in upcoming events block support filterall.

commit 200371e9f7e59f6ab25aaa0931e27ef9dac68ef5
Author: stronk7 <stronk7>
Date:   Sun, 27 Mar 2005 19:36:54 +0800
Tag:    v1.5.0

Now chat->name works under filterall.

commit 9870dbe5b69d8c8d7d9ab99c8005cf99e41481e2
Author: stronk7 <stronk7>
Date:   Sun, 27 Mar 2005 03:02:56 +0800
Tag:    v1.5.0

Now the "jump to" menu (navmenu) supports filterall.

commit 2500b88bab9cea488ff3ba5fe2c5698b2059cc5a
Author: stronk7 <stronk7>
Date:   Sun, 27 Mar 2005 02:14:46 +0800
Tag:    v1.5.0

Now assignment->name works under filterall.

commit e88b32089dd4d28978b616df92b015b8c6d88e5e
Author: stronk7 <stronk7>
Date:   Sun, 27 Mar 2005 02:12:15 +0800
Tag:    v1.5.0

Missing parenthesis added.

commit fac63246ccc9e2f4fdd9adc8f09f81c4c7eef0b6
Author: stronk7 <stronk7>
Date:   Sun, 27 Mar 2005 01:31:01 +0800
Tag:    v1.5.0

Forum->intro is processed correctly by format_text() everywhere.

commit c78ac79818f9a3ddc6bd9dbd980893f0b81beb84
Author: stronk7 <stronk7>
Date:   Sun, 27 Mar 2005 01:11:30 +0800
Tag:    v1.5.0

Now discussion->name works under filterall.

commit a31aaba5c454218772d3f3cd2796d74727af72fd
Author: stronk7 <stronk7>
Date:   Sat, 26 Mar 2005 21:10:26 +0800
Tag:    v1.5.0

Now activity names in grade pages support filterall.

commit a92d95b1de01df57950b1cd696fb46301248698c
Author: stronk7 <stronk7>
Date:   Sat, 26 Mar 2005 19:59:53 +0800
Tag:    v1.5.0

Now activities names in course main page support filterall.

commit 5847b26744b2ee18ee86b1c83cd376101dff43bf
Author: stronk7 <stronk7>
Date:   Sat, 26 Mar 2005 19:49:01 +0800
Tag:    v1.5.0

Now the recent_activity block supports filterall.

commit 17dc3f3cc6e3d28466a1179e207def12e190f843
Author: stronk7 <stronk7>
Date:   Sat, 26 Mar 2005 19:43:16 +0800
Tag:    v1.5.0

Now post->subject works under filterall too.

commit 3849dae80f4156d0773f507232ec5f23e14b8442
Author: stronk7 <stronk7>
Date:   Sat, 26 Mar 2005 09:57:40 +0800
Tag:    v1.5.0

Now the FIRST string working under CFG->filterall is done:     forum->name (everything tested but email)

commit 3e6691eebb428dd8c46e039c33e828e5ae4819a2
Author: stronk7 <stronk7>
Date:   Sat, 26 Mar 2005 09:07:23 +0800
Tag:    v1.5.0

Added option to format_string to take out all the links in the string. Useful because a lot of times the string itself is showed like a link and we cannot nest links.

commit 0ea03c56f2217d167556e030d0246976ab801a9c
Author: stronk7 <stronk7>
Date:   Sat, 26 Mar 2005 03:01:32 +0800
Tag:    v1.5.0

Ensure that tooltiptext hasn't tags.

commit 7b2c5e72ce4d53cbe663986773176b3cbd39aeff
Author: stronk7 <stronk7>
Date:   Sat, 26 Mar 2005 00:24:43 +0800
Tag:    v1.5.0

Added the format_string() function to allow filter processing to small texts when $CFG->filterall is enabled.

commit 18a2b08d74a639168c231d8311ef662311510762
Author: stronk7 <stronk7>
Date:   Fri, 25 Mar 2005 08:00:37 +0800
Tag:    v1.5.0

Make validator works under PHP 5.

commit b5ddd37f8a84395b039fcd68ff3abd4de9cac833
Author: stronk7 <stronk7>
Date:   Fri, 25 Mar 2005 04:07:54 +0800
Tag:    v1.5.0

Take out some characters doing strange things under 1.5 (perhaps result of a conficting cvs merge ????)

commit a9b1b60beebd9f4ae099f976a7b67fe0c008bd82
Author: stronk7 <stronk7>
Date:   Thu, 24 Mar 2005 07:32:51 +0800
Tag:    v1.5.0

Avoided some excess of "QUESTION_VERSIONS" wink

commit 29f46cb6fb9eb6a5028f54632f97ab25b95fceff
Author: stronk7 <stronk7>
Date:   Wed, 23 Mar 2005 01:29:02 +0800
Tag:    v1.5.0

Now it works using static instead of $_REQUEST. Thanks to Martin! Now I know a bit more of PHP smile

commit a06967fdb948a95c1b0abfb487b6de0e65adc7e3
Author: stronk7 <stronk7>
Date:   Tue, 22 Mar 2005 07:47:21 +0800
Tag:    v1.5.0

Added support for $CFG->filtermatchoneperpage, allowing a phrase to be linked only once in the entire page.

commit a0d2e272d9a098d6d84b0c3643bc1ec518522b7e
Author: stronk7 <stronk7>
Date:   Tue, 22 Mar 2005 07:18:41 +0800
Tag:    v1.5.0

Missing global was preventing $CFG->filtermatchonepertext to work.

commit a819238cb23a0203013c8a198d24e5f8aa76f90f
Author: stronk7 <stronk7>
Date:   Mon, 21 Mar 2005 07:44:00 +0800
Tag:    v1.5.0

Bump!

commit 4f13e030559aba576733f88b5817f059f62922ee
Author: stronk7 <stronk7>
Date:   Mon, 21 Mar 2005 07:39:15 +0800
Tag:    v1.5.0

Now working in restore: - quiz_questions->hidden - quiz_responses->originalquestion - quiz_question_version table - editquestions log action (although Bug 2778) needs to be solved!

commit e4acc4ce4825df720a865f7e72533edb9eb74800
Author: stronk7 <stronk7>
Date:   Mon, 21 Mar 2005 04:00:43 +0800
Tag:    v1.5.0

Now, at backup time (not restore yet): - quiz_questions->hidden - quiz_responses->originalquestion - quiz_question_version table are properly exported. Restore code coming soon.

commit ee8940decec8bcbf71da1c0caf97434908955183
Author: stronk7 <stronk7>
Date:   Thu, 17 Mar 2005 01:28:09 +0800
Tag:    v1.5.0

Updated. Next step: Quiz module.

commit c661aa947b51432068f61b60b7b24342f3cfbcee
Author: stronk7 <stronk7>
Date:   Wed, 16 Mar 2005 00:27:25 +0800
Tag:    v1.5.0

Argh!

commit f724fd8fd6a96d7eac06dec24ebe99121395e7b9
Author: stronk7 <stronk7>
Date:   Wed, 16 Mar 2005 00:19:23 +0800
Tag:    v1.5.0

Simple block that shows the latest n visited activities by the user.

commit c90b35f7fbaed2e6182a15084660647001c59b0f
Author: stronk7 <stronk7>
Date:   Sun, 13 Mar 2005 08:50:43 +0800
Tag:    v1.5.0

Added support for glossary "view entry" log action.

commit e4fa95c28732d528212a0b1e0ec9d97f8008f051
Author: stronk7 <stronk7>
Date:   Sun, 13 Mar 2005 08:14:47 +0800
Tag:    v1.5.0

Bump! Workshops are done.

commit b16d48b04ee4e2cd9f4c56bec45eedd9d5a07a9f
Author: stronk7 <stronk7>
Date:   Sun, 13 Mar 2005 08:12:28 +0800
Tag:    v1.5.0

Workshop module backup & restore now working completely. Upgrade logic added.

commit 28b09d7057489e49557ab47fe097e20e5dd25c4e
Author: stronk7 <stronk7>
Date:   Sun, 13 Mar 2005 02:00:05 +0800
Tag:    v1.5.0

Now hidden lessons cannot be viewed. Thanks to Javier Gil detecting it. Bug 2733. (http://moodle.org/bugs/bug.php?op=show&bugid=2733)

commit b6942f4948a12058c1f134b897c561a50e9cdda2
Author: stronk7 <stronk7>
Date:   Sat, 12 Mar 2005 07:51:54 +0800
Tag:    v1.5.0

Updated to the latest version (and tidy up a bit too).

commit e54feb0db532418c29d849bfca355102c95d482c
Author: stronk7 <stronk7>
Date:   Sat, 12 Mar 2005 07:51:30 +0800
Tag:    v1.5.0

Tidy up a bit. Now it should be XHTML (at least it's XML) smile

commit 33743651c2c61128382449279723c0cfb986ecab
Author: stronk7 <stronk7>
Date:   Sat, 12 Mar 2005 02:38:28 +0800
Tag:    v1.5.0

Solved one problem causing the redirect to framed view not sending all the variables to the script, so the agree system, wasn't working at all. Bug 2724 (http://moodle.org/bugs/bug.php?op=show&bugid=2724)

commit c2060503942b6dbb210eae294e2d7b19bd88630e
Author: stronk7 <stronk7>
Date:   Fri, 11 Mar 2005 04:26:25 +0800
Tag:    v1.5.0

Old bug introduced in lib.php 1.280. It was causing a lot of mails being sent instead of the 2 days limit. Bug 2716 (http://moodle.org/bugs/bug.php?op=show&bugid=2716)

commit 5861ae7589f6043050ff067818c70dcda7c62392
Author: stronk7 <stronk7>
Date:   Fri, 11 Mar 2005 01:39:25 +0800
Tag:    v1.5.0

"graphical" structure updated plus some minor indent in XML

commit 75549f039a9907289dbc4fa55c8725b735e94886
Author: stronk7 <stronk7>
Date:   Thu, 10 Mar 2005 08:28:42 +0800
Tag:    v1.5.0

HTTP_POST_VARS present some problems under PHP5 (deprecated, configuration needed). Used $_POST (with data_submitted(), if possible) instead. NOTE: Detected in a lot of places!

commit 956b17ed8c546fda1074bf900e280463e03a1aae
Author: stronk7 <stronk7>
Date:   Thu, 10 Mar 2005 08:15:37 +0800
Tag:    v1.5.0

Some minor changes. Backup tested and seems ok (restore remaining).

commit 07b11e4fcb04597096db2429912762aa1d754ae7
Author: stronk7 <stronk7>
Date:   Wed, 09 Mar 2005 07:35:35 +0800
Tag:    v1.5.0

course/lib must be included ALWAYS because block_site_main_menu uses it.

commit b77de584dd83cb22b1494c06241159dc67d4d9c8
Author: stronk7 <stronk7>
Date:   Tue, 08 Mar 2005 16:25:39 +0800
Tag:    v1.5.0

Release info updated to 1.4.4 (es)

commit 80117b519db925d7d7a48df7e334398885862857
Author: stronk7 <stronk7>
Date:   Tue, 08 Mar 2005 07:40:25 +0800
Tag:    v1.5.0

Now group images are in backup & restore

commit bbab80d1fcc10c5099f6f93e24c9788b6a3183e0
Author: stronk7 <stronk7>
Date:   Mon, 07 Mar 2005 09:32:05 +0800
Tag:    v1.5.0

Some minor XML indentation, some changes in the XML structure and some important bugs. Now everything seems to work properly with lessons and backup/restore.

commit 19d5a7544fd974dd82edbc2d40b95cea1df1cd74
Author: stronk7 <stronk7>
Date:   Sat, 05 Mar 2005 18:22:54 +0800
Tag:    v1.5.0

Support for IM (users table)

commit 7b759a6138c30de895784bf177fab1a66174c24d
Author: stronk7 <stronk7>
Date:   Sat, 05 Mar 2005 08:49:57 +0800
Tag:    v1.5.0

One more thing to do. smile

commit ac8e16be13cc70e742397080345e33b2ddfaaf4e
Author: stronk7 <stronk7>
Date:   Sat, 05 Mar 2005 08:09:39 +0800
Tag:    v1.5.0

Bye. Now all those tabs are out

commit c21f449fcd4da236afe25115f57a6108fd0a0e9e
Author: stronk7 <stronk7>
Date:   Sat, 05 Mar 2005 03:28:48 +0800
Tag:    v1.5.0

Not really sure if you want this there, but....

commit 70cc4fc602971dc1c0fe689bbe8c998e3d471e10
Author: stronk7 <stronk7>
Date:   Fri, 04 Mar 2005 08:46:09 +0800
Tag:    v1.5.0

Added recent quiz module changes

commit 8032acc64c562f9be44c049efc7843197ea16ffe
Author: stronk7 <stronk7>
Date:   Fri, 04 Mar 2005 08:30:02 +0800
Tag:    v1.5.0

Simple replace of tabs to spaces!!

commit 4e5f28b6a1be2de342c0aef45e939dbae1578b93
Author: stronk7 <stronk7>
Date:   Thu, 03 Mar 2005 02:09:58 +0800
Tag:    v1.5.0

Now scheduled backup emails set the priotity header if something was wrong. Bug 2647. (http://moodle.org/bugs/bug.php?op=show&bugid=2647)

commit 433c8b2e7261c54c62bcfec3d69a90bf6280a5e6
Author: stronk7 <stronk7>
Date:   Thu, 03 Mar 2005 01:56:46 +0800
Tag:    v1.5.0

Added support to priority in email_to_user(). Bug 2647 (http://moodle.org/bugs/bug.php?op=show&bugid=2647)

commit 68796e6b60166ae469003abb1b2fe62a827f2e27
Author: stronk7 <stronk7>
Date:   Tue, 01 Mar 2005 08:11:35 +0800
Tag:    v1.5.0

Avoid one notice at installation time (when wwwroot isn't set) and the new qualified_me() needs it.

commit 03b80ffc37ff477e736401a52e8d90821960a84e
Author: stronk7 <stronk7>
Date:   Tue, 01 Mar 2005 06:57:51 +0800
Tag:    v1.5.0

Solved two minor typos with docstyles.css

commit b6e2260398e2cf22332606a8b4f89f721043d4e5
Author: stronk7 <stronk7>
Date:   Mon, 28 Feb 2005 17:04:37 +0800
Tag:    v1.5.0

Experimental way to get the server name from wwwroot instead of using such SERVER_NAME and HTTP_HOST variables.

commit f594143b56b7c54b47b93dc337263dd7344e6aa8
Author: stronk7 <stronk7>
Date:   Mon, 28 Feb 2005 03:47:42 +0800
Tag:    v1.5.0

Now the Wiki module seems to be working fine. But I've marked it as "PROG" (progress) because I haven't been able to reproduce the load of binary data directly to DB reported by some moodlers in forums.

commit d0b95287c53d870b252a1c3285b7680032be6b25
Author: stronk7 <stronk7>
Date:   Sun, 27 Feb 2005 10:13:18 +0800
Tag:    v1.5.0

Some $ME are now out!

commit 4a1bf86faed2a2273c909edaa669f86daf33522d
Author: stronk7 <stronk7>
Date:   Sun, 27 Feb 2005 08:56:13 +0800
Tag:    v1.5.0

Some $ME are now out!

commit d698fea233e32a56b2627da6bc607eeb1e8cc989
Author: stronk7 <stronk7>
Date:   Sun, 27 Feb 2005 08:12:25 +0800
Tag:    v1.5.0

Some $ME are now out!

commit 48198971fbe162ee4fe72b8f471300779b87e41b
Author: stronk7 <stronk7>
Date:   Sat, 26 Feb 2005 18:47:46 +0800
Tag:    v1.5.0

Latest changes added

commit 2231b980406c21e5dbfa1b895d2219e35d210d5a
Author: stronk7 <stronk7>
Date:   Fri, 25 Feb 2005 08:11:49 +0800
Tag:    v1.5.0

Avoid some notices breaking image display and correct redirects. Bug 2638. (http://moodle.org/bugs/bug.php?op=show&bugid=2638)

commit 472a28cab4cba532b0db91dfbc829095f47829ef
Author: stronk7 <stronk7>
Date:   Fri, 25 Feb 2005 07:50:24 +0800
Tag:    v1.5.0

Now the get_participants() standard function is working inside wiki module

commit 856bf0456bff18fe115f073a4fe3575584328827
Author: stronk7 <stronk7>
Date:   Thu, 24 Feb 2005 08:01:52 +0800
Tag:    v1.5.0

Now SITEID folder is created if it doesn't exist. Bug 2580 (http://moodle.org/bugs/bug.php?op=show&bugid=2580)

commit 029db9ee2d4593ae7a9202bcbe6f6308c8be3289
Author: stronk7 <stronk7>
Date:   Wed, 23 Feb 2005 07:37:14 +0800
Tag:    v1.5.0

When any URL is going to be used in a Location header or in a meta-refresh, both Safari and Firefox, seems to fail using &amp; as parameter separator. Bug 2620. (http://moodle.org/bugs/bug.php?op=show&bugid=2620)

commit ac3f72c899e351169fc397ae68ad97999aaef092
Author: stronk7 <stronk7>
Date:   Tue, 22 Feb 2005 01:55:54 +0800
Tag:    v1.5.0

Major rework of the wiki backup/restore.

commit f495e05f856e2584f082ce730b4d6e276484a750
Author: stronk7 <stronk7>
Date:   Mon, 21 Feb 2005 02:03:38 +0800
Tag:    v1.5.0

Now parent and sortorder are supported at backup & restore.

commit 94e765288ae5f977929c0bbba26f2ac56363ec66
Author: stronk7 <stronk7>
Date:   Mon, 21 Feb 2005 02:02:41 +0800
Tag:    v1.5.0

Now parent and sortorder is supported at restore too.

commit 7fae497cdc24c378c4db727386a0c3aff06540bc
Author: stronk7 <stronk7>
Date:   Mon, 21 Feb 2005 02:01:40 +0800
Tag:    v1.5.0

Now parent and sortorder is supported at restore too. The tree is automatically rebuilt using new ids if necessary.

commit c98cb6bc57b301a51f32007b45d3372a863f67d5
Author: stronk7 <stronk7>
Date:   Mon, 21 Feb 2005 01:19:04 +0800
Tag:    v1.5.0

Now quiz_categories' parent and sortoreder is supported in backup. A mechanish to detect all the ancestors and to recover orphaned categories is now running ar backup time to force backups to be consistent.

commit 1f16e05b9a0989342fbeb79be4b4753ea50a5c17
Author: stronk7 <stronk7>
Date:   Sat, 19 Feb 2005 09:25:19 +0800
Tag:    v1.5.0

Now quiz->questionsperpage in in backup & restore

commit 5150c3043ad9362dd4fa234b4612e35b2220c251
Author: stronk7 <stronk7>
Date:   Sat, 19 Feb 2005 09:24:17 +0800
Tag:    v1.5.0

Now questionsperpage is in backup & restore

commit 22bb909b5785a6f94c7459efffc42486af819a1b
Author: stronk7 <stronk7>
Date:   Sat, 19 Feb 2005 03:05:09 +0800
Tag:    v1.5.0

Now forum_read is included in backup & restore

commit 7142bf514dbe55f972328720841b0c3d7b576c98
Author: stronk7 <stronk7>
Date:   Sat, 19 Feb 2005 00:57:58 +0800
Tag:    v1.5.0

Changed a forbidden null detected by the new AdoDB libraries.

commit 136aed566ba54f71012cce0ada52e221bd8e76a7
Author: stronk7 <stronk7>
Date:   Fri, 18 Feb 2005 09:30:37 +0800
Tag:    v1.5.0

Updated

commit 92fac4b251dfa17f43448aff1aaa1aab22fb4076
Author: stronk7 <stronk7>
Date:   Fri, 18 Feb 2005 09:00:42 +0800
Tag:    v1.5.0

Now 0 rates are supported in glossary. Bug 2582 (http://moodle.org/bugs/bug.php?op=show&bugid=2582)

commit 4f746d2aea0c49e5c7ad71eaad943ab97a30a05c
Author: stronk7 <stronk7>
Date:   Fri, 18 Feb 2005 08:19:08 +0800
Tag:    v1.5.0

ARGGG. I spent 1 hour discovering where was the error!! Under PHP5 we must cast objects to arrays to use them in loops. But what is really annoying is that, instead of return an error, PHP returns the 1st element! This should close bug 2581. (http://moodle.org/bugs/bug.php?op=show&bugid=2581)

commit 8a86671c3767702ca5392ae605c4429042a37b23
Author: stronk7 <stronk7>
Date:   Fri, 18 Feb 2005 07:00:14 +0800
Tag:    v1.5.0

If the user isn't admin and the restored course hasn't teachers, add teacher. Bug 2381 (http://moodle.org/bugs/bug.php?op=show&bugid=2381)

commit 50fc80d72214e26782bb34aa61fc184265a5bb1e
Author: stronk7 <stronk7>
Date:   Fri, 18 Feb 2005 06:57:53 +0800
Tag:    v1.5.0

If the user isn't admin and the restored course hasn't teachers, add teacher. Bug 2381 (http://moodle.org/bugs/bug.php?op=show&bugid=2381)

commit 4837dd1f468d227ff64f5fe4232bfbe94ceb97bc
Author: stronk7 <stronk7>
Date:   Fri, 18 Feb 2005 03:45:12 +0800
Tag:    v1.5.0

Now globalglossary is working! Bug 2577 (http://moodle.org/bugs/bug.php?op=show&bugid=2577)

commit 73e97c311335dd9f6ca01d09ab38d98b843dd988
Author: stronk7 <stronk7>
Date:   Fri, 18 Feb 2005 03:28:21 +0800
Tag:    v1.5.0

Now the glossary filter only links to concepts in visible glossaries (for everybody!)

commit 6c3512329bc590e87c6c47ec79bcabe24a9c1012
Author: stronk7 <stronk7>
Date:   Fri, 18 Feb 2005 02:58:53 +0800
Tag:    v1.5.0

Done. Now:

commit 4a57951a63ceffd8f51d77993d1dc341658f20f1
Author: stronk7 <stronk7>
Date:   Wed, 16 Feb 2005 03:58:27 +0800
Tag:    v1.5.0

Now orphaned questions are reassigned before backup.

commit e8cddb8e6c666359122c1dbf924ca673aba3ab62
Author: stronk7 <stronk7>
Date:   Wed, 16 Feb 2005 03:51:01 +0800
Tag:    v1.5.0

Created the fix_orphaned_questions() function. Used before execute the backup of a course to enforce integrity.

commit 29acd3efbc96b3c546ad0b96e17e765236b449bd
Author: stronk7 <stronk7>
Date:   Wed, 16 Feb 2005 03:44:34 +0800
Tag:    v1.5.0

One string to fix orphaned questions. See bug 2380 (http://moodle.org/bugs/bug.php?op=show&bugid=2380)

commit 2205d909ae4eaf761cbc62b672f614299694b6f9
Author: stronk7 <stronk7>
Date:   Wed, 16 Feb 2005 02:37:08 +0800
Tag:    v1.5.0

Now user->theme, group->theme and course->theme are supported

commit cb10e3d76171110c32944166ddf7c286a1f17727
Author: stronk7 <stronk7>
Date:   Tue, 15 Feb 2005 04:26:11 +0800
Tag:    v1.5.0

Now the block is using quiz->decimalpoints to show the grades

commit ae7bedb70798c0f076b66021dc49c79a0fb35013
Author: stronk7 <stronk7>
Date:   Tue, 15 Feb 2005 04:04:32 +0800
Tag:    v1.5.0

Addded en support for quiz->decimalpoints.

commit c6e88f1059de7a361c1a98384dc0c8f7aa8ba2c5
Author: stronk7 <stronk7>
Date:   Tue, 15 Feb 2005 03:57:45 +0800
Tag:    v1.5.0

One more use of decimalpoints

commit e37da3a5365ff55c79878462707998e1b5555d6d
Author: stronk7 <stronk7>
Date:   Tue, 15 Feb 2005 03:41:52 +0800
Tag:    v1.5.0

Now decimalpoints is used to show grades (I had to modify quiz_get_best_grade() slighty)

commit f4e56673df628318df1e656ea3fb04e3793bf1a3
Author: stronk7 <stronk7>
Date:   Tue, 15 Feb 2005 03:05:00 +0800
Tag:    v1.5.0

Added backup and restore support for decimalpoints

commit ee40f7a7203ca0ba20f6d5d4d97a4eb5c92fbb30
Author: stronk7 <stronk7>
Date:   Tue, 15 Feb 2005 02:56:53 +0800
Tag:    v1.5.0

Added configuration support for decimalpoints

commit 72036f9305517224f9bdc67771f2bfde93c143a2
Author: stronk7 <stronk7>
Date:   Tue, 15 Feb 2005 02:24:24 +0800
Tag:    v1.5.0

New quiz option addded: decimalpoints (used to decide the number of decimals showed in grades)

commit b20dfc6e14fb68d0133a2182a011b97c77cb0f52
Author: stronk7 <stronk7>
Date:   Tue, 15 Feb 2005 01:40:07 +0800
Tag:    v1.5.0

Bad use of get_admin(). Thanks Penny!

commit 8a15200d23049b1b0020eb12da6cb43e543cfad7
Author: stronk7 <stronk7>
Date:   Mon, 14 Feb 2005 08:51:36 +0800
Tag:    v1.5.0

Avoid tons of warnings with debug=on creating false answers for this question type.

commit 8281899156f884ccb3884ec052487a3884cc3c00
Author: stronk7 <stronk7>
Date:   Mon, 14 Feb 2005 07:34:54 +0800
Tag:    v1.5.0

Show messages info only if present (SITE course) to avoid unnecessary headaches to moodlers.

commit 5a9fa34b6a9c2993657d11126443bbfbefdd0b2f
Author: stronk7 <stronk7>
Date:   Mon, 14 Feb 2005 07:22:19 +0800
Tag:    v1.5.0

Modify some hardcoded admin ids...

commit 9e5c8dbdf6ec5dab8612e5c80f564cc8c10947a2
Author: stronk7 <stronk7>
Date:   Mon, 14 Feb 2005 06:40:21 +0800
Tag:    v1.5.0

The modified include_once was doing really strange things when retrieving valid themes! Changed to simply include. Seems to work fine now. Please check it under PHP 4.x...

commit aa26fa28f790cca344ef654d1e8b92e135659aa9
Author: stronk7 <stronk7>
Date:   Mon, 14 Feb 2005 04:22:38 +0800
Tag:    v1.5.0

MIM working

commit 8fee85b4ddae27ce87763aa3a633c6cf4729ff5d
Author: stronk7 <stronk7>
Date:   Mon, 14 Feb 2005 03:44:32 +0800
Tag:    v1.5.0

Added message_contacts users to the function,

commit 6d1e4162085c4b1268cb7d7c006fdfb3cc529fa7
Author: stronk7 <stronk7>
Date:   Mon, 14 Feb 2005 03:09:41 +0800
Tag:    v1.5.0

Now MIM is restored completely too!!! It was more complex than I thought!

commit 9597a4d970ab90bf589201505b39fcc83539a3cc
Author: stronk7 <stronk7>
Date:   Mon, 14 Feb 2005 02:56:52 +0800
Tag:    v1.5.0

Needed strings for MIM restore.

commit 2f77550675685861c9109320db69a7ef380f1257
Author: stronk7 <stronk7>
Date:   Sun, 13 Feb 2005 19:44:39 +0800
Tag:    v1.5.0

Need IDs to use backup_ids as temporary storage in restore!

commit ff377532bd5043f0ba0568822fda32a20d52fc85
Author: stronk7 <stronk7>
Date:   Sun, 13 Feb 2005 19:20:33 +0800
Tag:    v1.5.0

Being a bit more detailed...

commit fbd7202c3e55444ee295b86c37104505d9427039
Author: stronk7 <stronk7>
Date:   Sun, 13 Feb 2005 19:10:39 +0800
Tag:    v1.5.0

Add an empty string

commit 70641539f3760ecbe344531cac0f018477f16209
Author: stronk7 <stronk7>
Date:   Sun, 13 Feb 2005 10:59:04 +0800
Tag:    v1.5.0

Now MIM are included in backup (not restore yet). Configurable for scheduled backups and only done in SITE backups. Structure is: <MESSAGES>   <MESSAGE>     Content of the message with one flag to difference read & unread   </MESSAGE>   <CONTACTS>     <CONTACT>       Content of the contact     </CONTACT>   </CONTACTS> </MESSAGES> message_get_participants() should include contact users too!!

commit 289c39d0f543cf1fd83b9407f2f4a0f782aef12a
Author: stronk7 <stronk7>
Date:   Sun, 13 Feb 2005 09:12:54 +0800
Tag:    v1.5.0

New string to backup messages in SITE backups

commit 95e72c12d0e71bfddf8e4e687b678a5472124a20
Author: stronk7 <stronk7>
Date:   Sun, 13 Feb 2005 08:42:29 +0800
Tag:    v1.5.0

Now retrieving only needed fields!

commit c335a52c9474d78f4b7c537460c11f4f424f92e6
Author: stronk7 <stronk7>
Date:   Sun, 13 Feb 2005 02:54:56 +0800
Tag:    v1.5.0

Added two strings to allow backups of MIM in site backups.

commit 73db625a6db559e65832d1efbabfa069f4905763
Author: stronk7 <stronk7>
Date:   Sun, 13 Feb 2005 00:09:07 +0800
Tag:    v1.5.0

Updated to latest changes.

commit 6a8fb7d0c63d7d5f9e33a8694813ec00482b6abf
Author: stronk7 <stronk7>
Date:   Fri, 11 Feb 2005 07:46:07 +0800
Tag:    v1.5.0

Some little adds.

commit 7c2f5523b364da564d5c27cbaffab2fbada0fc03
Author: stronk7 <stronk7>
Date:   Thu, 10 Feb 2005 08:09:29 +0800
Tag:    v1.5.0

Latest modifications added

commit fff86611a256de48cac34f8ebaa828eec6c01fa0
Author: stronk7 <stronk7>
Date:   Tue, 08 Feb 2005 09:07:45 +0800
Tag:    v1.5.0

Small typo (bug 2512) (http://moodle.org/bugs/bug.php?op=show&bugid=2512)

commit 0183a6c48eaa3f4fa14782cd72c8d5f3f96d608e
Author: stronk7 <stronk7>
Date:   Tue, 08 Feb 2005 07:45:19 +0800
Tag:    v1.5.0

One minor problem restoring categories in XHTML solved

commit e09087bc76e8a419296f6c4134f7571fe99b0e52
Author: stronk7 <stronk7>
Date:   Tue, 08 Feb 2005 07:33:17 +0800
Tag:    v1.5.0

Some minor changes to each module to XHTMLise the restore process

commit 1bbf415fe8cd76ba0a60a267aa092a07ca000e7a
Author: stronk7 <stronk7>
Date:   Tue, 08 Feb 2005 07:28:52 +0800
Tag:    v1.5.0

Now the restore process is XHTMLised

commit 5dc2d8ef3a603c7664153487f1340cb90b7944c8
Author: stronk7 <stronk7>
Date:   Tue, 08 Feb 2005 01:58:50 +0800
Tag:    v1.5.0

deleted some negations used to test the restore metadata process. smile

commit 0e90d8ec2c7668770fb4c6a0119b3afb049c3d04
Author: stronk7 <stronk7>
Date:   Tue, 08 Feb 2005 01:55:12 +0800
Tag:    v1.5.0

Some strings needed to backup & restore metacourse info.

commit cee6968fa1dacfffae82ddf3816885ac14f916fb
Author: stronk7 <stronk7>
Date:   Tue, 08 Feb 2005 01:52:58 +0800
Tag:    v1.5.0

Now metacourses are working in restore too! Please test them!!

commit cb0b08c56b8ae2f8eb7b43e6963b0793aa0e3788
Author: stronk7 <stronk7>
Date:   Mon, 07 Feb 2005 07:44:59 +0800
Tag:    v1.5.0

Now spanish doc is XHTML at all!

commit 84c91012e021188e8cd7292240eebde7ba9f4f03
Author: stronk7 <stronk7>
Date:   Mon, 07 Feb 2005 07:26:25 +0800
Tag:    v1.5.0

More XHTMLised docs

commit bc9e20695e370d2c000c84917de20b2b90558264
Author: stronk7 <stronk7>
Date:   Mon, 07 Feb 2005 07:18:11 +0800
Tag:    v1.5.0

More XHTML spanish docs...

commit f2f906b3fdab27a0b0d9a532f99108be72aa3bd3
Author: stronk7 <stronk7>
Date:   Mon, 07 Feb 2005 07:01:08 +0800
Tag:    v1.5.0

More XHTML valid documentation files

commit 64376cf363e81928daa8d8b2e2af8ddbe76a5dfd
Author: stronk7 <stronk7>
Date:   Mon, 07 Feb 2005 04:27:30 +0800
Tag:    v1.5.0

Using docsyles.css!

commit 65129b1e8a64f920da128fcd719bdb036d8d540f
Author: stronk7 <stronk7>
Date:   Mon, 07 Feb 2005 04:25:42 +0800
Tag:    v1.5.0

minor body change.

commit b4d13042ca8dfde2a0ce89a40470bab294932c4c
Author: stronk7 <stronk7>
Date:   Mon, 07 Feb 2005 04:24:57 +0800
Tag:    v1.5.0

More XHTML docs...

commit a2013b4116232a80d61e707c91ba1888d6852212
Author: stronk7 <stronk7>
Date:   Mon, 07 Feb 2005 03:24:58 +0800
Tag:    v1.5.0

This file is out from the English version. Removed here too.

commit b445960d5371b8cbb8c5c09dc4aadcb33c3bf98f
Author: stronk7 <stronk7>
Date:   Mon, 07 Feb 2005 03:20:19 +0800
Tag:    v1.5.0

Part of the spanish documentation is now XHTML.

commit 4fe36ff9317386b7d7e519f4d271616d921872bb
Author: stronk7 <stronk7>
Date:   Sat, 05 Feb 2005 10:00:12 +0800
Tag:    v1.5.0

Abot more done about XHTML (just goig to sleep)

commit d8ffb057da9a38f0c14742e7273d71236f9bfd7d
Author: stronk7 <stronk7>
Date:   Sat, 05 Feb 2005 09:58:37 +0800
Tag:    v1.5.0

This page is near to be XHTML! Please, see bug 2496 (http://moodle.org/bugs/bug.php?op=show&bugid=2496)

commit 93334ad5887a0f6fba2c722e61706ce05aa2d872
Author: stronk7 <stronk7>
Date:   Sat, 05 Feb 2005 09:22:31 +0800
Tag:    v1.5.0

backup logs are now XHTML 1.0 Transitional

commit 755fbe63185e5fb1b7519fdc7776abccdd56f8c4
Author: stronk7 <stronk7>
Date:   Sat, 05 Feb 2005 09:11:19 +0800
Tag:    v1.5.0

Scheduled backup configuration page is XHTML 1.0 Transitional

commit f2d57378257916e98a227eea87608974014dedb0
Author: stronk7 <stronk7>
Date:   Sat, 05 Feb 2005 09:00:33 +0800
Tag:    v1.5.0

Now manual backups are XHTML 1.0 Transitional. And version bump!

commit 1d9169d31245f227e3cb574486de1ff5b9ee0627
Author: stronk7 <stronk7>
Date:   Sat, 05 Feb 2005 00:24:12 +0800
Tag:    v1.5.0

Now group members are only included (backup and restore) if we have selected to have users! Thanks to Etienne! Bug 2486 (http://moodle.org/bugs/bug.php?op=show&bugid=2486)

commit 572248937e90c9af855c742e5df563d16c7f3fd5
Author: stronk7 <stronk7>
Date:   Fri, 04 Feb 2005 22:33:51 +0800
Tag:    v1.5.0

Now metacourse in supported in manual and scheduled backups. It can be configured in both backups. Please check if the used structure and exported data has sense!

commit 85304b4053c1fa49ad6c984421b4dbca6cd3fa56
Author: stronk7 <stronk7>
Date:   Fri, 04 Feb 2005 07:27:52 +0800
Tag:    v1.5.0

More differences.

commit a589ccb37fe0f36007e4061882d9b1a8c8760416
Author: stronk7 <stronk7>
Date:   Fri, 04 Feb 2005 07:19:54 +0800
Tag:    v1.5.0

Moving some strings to make them available in all the script. Not really sure about changes introduced in version 1.42! Penny?

commit 9da0673aba58856ebe08e0d6d2240a3cbeb3c9b4
Author: stronk7 <stronk7>
Date:   Thu, 03 Feb 2005 03:13:24 +0800
Tag:    v1.5.0

Now actions for meta-courses (add, delete...) are using sesskey.

commit ac1d9a2212faa1ae46b4bfa4cb5b6de699717e18
Author: stronk7 <stronk7>
Date:   Wed, 02 Feb 2005 07:57:58 +0800
Tag:    v1.5.0

One notice is out showing recent recent activity of deleted posts.

commit 6c5b28232fff2edfbbe7d77bed0cc37dc04aa57a
Author: stronk7 <stronk7>
Date:   Tue, 01 Feb 2005 02:11:51 +0800
Tag:    v1.5.0

Not change at glossary, Code for allowprintview was there. smile

commit 6bdd02e40b156283b6c6e73e5d4e5eb18b9eef8c
Author: stronk7 <stronk7>
Date:   Tue, 01 Feb 2005 02:10:50 +0800
Tag:    v1.5.0

Avoid some probles when returning to the original user after using the loginas feature. (sesskey not set)

commit 2d81101163b3b0ebd0fdf98f682234e72562a475
Author: stronk7 <stronk7>
Date:   Tue, 01 Feb 2005 00:40:08 +0800
Tag:    v1.5.0

Solved sesskey issue in calculated questions. Bug 2464 (http://moodle.org/bugs/bug.php?op=show&bugid=2464)

commit 14efbfc38524ca975a12d7f045e503b92c446e34
Author: stronk7 <stronk7>
Date:   Mon, 31 Jan 2005 06:49:24 +0800
Tag:    v1.5.0

Nothing todo here. New fields were there! cool But I've spent sometime trying to simulate one exercise and I haven't been able to do it. Probably my own stupidity, but things didn't work as I expected! sad

commit 626138c9b645fb711bad4f72b2dd4925959047ce
Author: stronk7 <stronk7>
Date:   Mon, 31 Jan 2005 03:03:46 +0800
Tag:    v1.5.0

Added suppor for assignment->emailteachers

commit 8a792ed10f492336eb9d3cd03cec85914ec299a3
Author: stronk7 <stronk7>
Date:   Sun, 30 Jan 2005 20:12:06 +0800
Tag:    v1.5.0

group->password is now supported

commit 57aad2a02a6329f4be085070ac75e0b214559765
Author: stronk7 <stronk7>
Date:   Sun, 30 Jan 2005 19:39:12 +0800
Tag:    v1.5.0

added support for:     - user->policyagreed:         if the destination server is different, reset it    - user_students->enrol and user_teachers->enrol         if not set or the destination server is different, set it to $CFG->enrol somethings should be modified in the rest of moodle:     - update all the 'manual' entries to 'internal'     - modify the enrol_teacher() to use $CFG->enrol by default     - make every enrol method set this field properly.     - perhaps, mark metadata users with a new value too.

commit 90ccfd190fd9b7a77b2166313296b570ea178a15
Author: stronk7 <stronk7>
Date:   Sun, 30 Jan 2005 18:05:36 +0800
Tag:    v1.5.0

Added one missing key too.

commit 0964ad965bd446e5a9cecf99c808d5ff7bb7aef1
Author: stronk7 <stronk7>
Date:   Sat, 29 Jan 2005 18:43:40 +0800
Tag:    v1.5.0

one more thing

commit ad4f774cd4b49ecdb26c171bd62ac04bd18b8b42
Author: stronk7 <stronk7>
Date:   Fri, 28 Jan 2005 08:01:20 +0800
Tag:    v1.5.0

THEME is out of this directory. I hope to have done it correctly!

commit 18d20603ca4e0071960015b6db8637057fd739aa
Author: stronk7 <stronk7>
Date:   Fri, 28 Jan 2005 07:32:41 +0800
Tag:    v1.5.0

Added one missing sesskey.

commit 96e76b62915bf3eac51d4cd5a2053cfbadaadb69
Author: stronk7 <stronk7>
Date:   Fri, 28 Jan 2005 03:43:42 +0800
Tag:    v1.5.0

Two missing parameters added

commit 94df8a48c3b1bb529e8ae6f9a9f100ec35f37eeb
Author: stronk7 <stronk7>
Date:   Fri, 28 Jan 2005 03:07:51 +0800
Tag:    v1.5.0

Now scheduled backup supports new blocks. Moved blocks code to library. Fixed a missing global preventing restore to work.

commit 98aadd386c7989e174de9a967c72dd09c4289172
Author: stronk7 <stronk7>
Date:   Fri, 28 Jan 2005 00:30:21 +0800
Tag:    v1.5.0

Added metacourses to the list. It's the last but I'll try it the first! smile

commit 12f7885b2b0a7973610ccd48f5bacf4b8cbe15b7
Author: stronk7 <stronk7>
Date:   Mon, 24 Jan 2005 07:24:58 +0800
Tag:    v1.5.0

upgrading to 1.5 steps 1, 2 and 3 done.

commit aeca84178ba9afa325d12a9076716e3a35d3e896
Author: stronk7 <stronk7>
Date:   Mon, 24 Jan 2005 01:16:10 +0800
Tag:    v1.5.0

First TODO list to check/implement in 1.5. Just double-checking again now!

commit a3f6fc66fe0701c9b95597425880993661534acf
Author: stronk7 <stronk7>
Date:   Sun, 23 Jan 2005 19:49:13 +0800
Tag:    v1.5.0

Changed some sesskey behaviours SC#73 (admin part)

commit 94ff12c4294cd7451a52a9c19afedc6e4b12e6bb
Author: stronk7 <stronk7>
Date:   Sun, 23 Jan 2005 19:26:00 +0800
Tag:    v1.5.0

Changed some sesskey behaviours SC#73 (admin part)

commit 4530d4372a452ea125f6695e7a2991c74b8e86ae
Author: stronk7 <stronk7>
Date:   Sun, 23 Jan 2005 05:02:12 +0800
Tag:    v1.5.0

Changed some sesskey behaviours SC#73 (admin part)

commit 7a0a2f49fc91c1e5cde3dad4f4f5deeeba644283
Author: stronk7 <stronk7>
Date:   Sun, 23 Jan 2005 04:53:28 +0800
Tag:    v1.5.0

Changed some sesskey behaviours SC#73 (admin part)

commit 4e27a2b92e6cea26a3e39ead53459ce42b102d11
Author: stronk7 <stronk7>
Date:   Sun, 23 Jan 2005 03:53:28 +0800
Tag:    v1.5.0

Changed some sesskey behaviours SC#73 (admin part)

commit 1082105205dfc9416f7680a63f464ea603091fbd
Author: stronk7 <stronk7>
Date:   Sun, 23 Jan 2005 02:53:44 +0800
Tag:    v1.5.0

Modify sesskey behaviour. SC#73

commit fcff0e2ff71b484bc82e2341472087ce56e3be8c
Author: stronk7 <stronk7>
Date:   Tue, 18 Jan 2005 01:14:01 +0800
Tag:    v1.5.0

Latest changed added from english version.

commit f516e2b9cf2b02e039ade614725738e7d9921faa
Author: stronk7 <stronk7>
Date:   Tue, 18 Jan 2005 01:12:24 +0800
Tag:    v1.5.0

Changed required templib.php to rsslib.php. This will, at least, allow to install and use 1.5dev. Not completely, but usable...

commit 68600084f42c6e300a88cd55798268476211d8f4
Author: stronk7 <stronk7>
Date:   Fri, 14 Jan 2005 16:36:48 +0800
Tag:    v1.5.0

One space out

commit 41c980286b16380175c427803567de8c6ad365b7
Author: stronk7 <stronk7>
Date:   Wed, 12 Jan 2005 08:55:38 +0800
Tag:    v1.5.0

Now print-view availability for students can be configured by glossary. Bug 2080 (http://moodle.org/bugs/bug.php?op=show&bugid=2080)

commit 420158ba419a56aa249545b1ed82a880b345bd85
Author: stronk7 <stronk7>
Date:   Tue, 11 Jan 2005 20:40:41 +0800
Tag:    v1.5.0

Delete orphaned categories remaining in server. Bug 2140 (http://moodle.org/bugs/bug.php?op=show&bugid=2140)

commit dc0426bd831b3edc9e4b17cbadad5bc55f8433ef
Author: stronk7 <stronk7>
Date:   Tue, 11 Jan 2005 20:24:37 +0800
Tag:    v1.5.0

Take out some double-slashes (//) in paths to langfiles and included one more file_exists() check to avoid tons of warnings when looking for files under dataroot mainly.

commit b5c5f9286a6c17f05889ac3f7089090fa0710b63
Author: stronk7 <stronk7>
Date:   Tue, 11 Jan 2005 19:29:01 +0800
Tag:    v1.5.0

Maintain whitespace when importing glossary entries. Aplied to blackboard import of questions too. Bug 2310.

commit 792a76d8104aed2dcd1cfdfbe7ad9c5e1bfa7f88
Author: stronk7 <stronk7>
Date:   Tue, 11 Jan 2005 19:24:03 +0800
Tag:    v1.5.0

Maintain whitespace when importing glossary entries. I forgot to commit this! Bug 2310.

commit 8a2583d9778a24ac70fd381448b4ca81b4063cf4
Author: stronk7 <stronk7>
Date:   Mon, 10 Jan 2005 16:59:06 +0800
Tag:    v1.5.0

Latest changes added to es.

commit 41f3270dabe25450b250dfd442dd50f9428f3c2a
Author: stronk7 <stronk7>
Date:   Sat, 08 Jan 2005 18:49:38 +0800
Tag:    v1.5.0

Typo. Bug 2351.

commit 04ad0d91e899580c987d88a9f018b15388133ca8
Author: stronk7 <stronk7>
Date:   Wed, 05 Jan 2005 08:28:26 +0800
Tag:    v1.5.0

Now text sent to PayPal can be 'sanitised' to avoid some diacritics (spanish for now) break the enrol process. Only German and French diacritics are supported for now by PayPal. Functionality can be easily expanded to other characters. It make the sanitity when $CFG->sanitise_for_paypal is enabled.

commit 99f363bf660fb42fd0fed54258881db0ae8ba3c3
Author: stronk7 <stronk7>
Date:   Mon, 20 Dec 2004 00:18:10 +0800
Tag:    v1.5.0

Now backup names are cleaned completely, avoiding some problems with translations and manually typed names with diacritics. Thanks to Marian Zvalo!

commit 485d1024883704aa264ac1138e236d083acfa394
Author: stronk7 <stronk7>
Date:   Sun, 19 Dec 2004 04:29:33 +0800
Tag:    v1.5.0

The entrylist format now shows the approval button. Bug 2291. (http://moodle.org/bugs/bug.php?op=show&bugid=2291)

commit cdd577fb4e7e08b87e283d8c393c86baa2b3db96
Author: stronk7 <stronk7>
Date:   Sun, 19 Dec 2004 03:16:22 +0800
Tag:    v1.5.0

Release updated to 1.4.3 and some XMTL compliance changes.

commit ced8b969e6ac5b521b621c3d295b525ec331aced
Author: stronk7 <stronk7>
Date:   Sat, 18 Dec 2004 01:24:13 +0800
Tag:    v1.5.0

Just activating validation in Head to be able to test it.

commit b7237c1ed6f2b02004ca27cb8b9f561a1784b388
Author: stronk7 <stronk7>
Date:   Fri, 17 Dec 2004 22:52:06 +0800
Tag:    v1.5.0

Changes since 1.13.2.4 upto 1.13.2.9 in MOODLE_14_STABLE applied to HEAD!!!

commit c5152930f5c6b9a22b704dbc8ec6dd7487ce014c
Author: stronk7 <stronk7>
Date:   Thu, 16 Dec 2004 07:21:25 +0800
Tag:    v1.5.0

Now filename is fixed to rss.xml. SC#23

commit ff4240129ca90e097aad5360fb5b0f51a9998d0a
Author: stronk7 <stronk7>
Date:   Wed, 15 Dec 2004 17:03:39 +0800
Tag:    v1.5.0

Some checks are now done. SC#18.

commit be88433c7e5781e5041550fb851dc85f8b2b34f4
Author: stronk7 <stronk7>
Date:   Wed, 15 Dec 2004 04:28:23 +0800
Tag:    v1.5.0

filename is the 5th parameter. Now it's cleaned and used by the send_file() function.

commit fa6ed70c93bc4f03081776542adcb338030b887c
Author: stronk7 <stronk7>
Date:   Wed, 15 Dec 2004 03:40:51 +0800
Tag:    v1.5.0

Minimum change (curiosly PHP doesn't warn about it).

commit 00a3a66a45d6c41ff108a818944b2aabfe4371ab
Author: stronk7 <stronk7>
Date:   Mon, 13 Dec 2004 09:31:54 +0800
Tag:    v1.5.0

Some dyslexic problem solved! big grin

commit 3a558dd9a8880598d6b5ab0b0e2daa89006b6fb9
Author: stronk7 <stronk7>
Date:   Mon, 13 Dec 2004 09:25:23 +0800
Tag:    v1.5.0

Now activity names are sorted by name length to avoid Bug 2282 (http://moodle.org/bugs/bug.php?op=show&bugid=2282)

commit c062fee63713c4da28be32e4531ca0de8ec41d36
Author: stronk7 <stronk7>
Date:   Sun, 12 Dec 2004 20:54:32 +0800
Tag:    v1.5.0

Check added. SC#23

commit 14ed121a904b67710c711230202d75dbc976fa57
Author: stronk7 <stronk7>
Date:   Sun, 12 Dec 2004 20:34:59 +0800
Tag:    v1.5.0

Some checks added. SC#34.

commit 69baafdea7415e1ab3c33d2c28d8046014631b9a
Author: stronk7 <stronk7>
Date:   Sat, 11 Dec 2004 08:54:37 +0800
Tag:    v1.5.0

Now search function look into aliases too.

commit fcb06dd51217a4d4f2495396619486c8aa043dc5
Author: stronk7 <stronk7>
Date:   Sat, 11 Dec 2004 03:16:51 +0800
Tag:    v1.5.0

Updating PclZip credits to 2.4RC1

commit b5104c34f1d387e9fc3d61269c44c8cd0d956252
Author: stronk7 <stronk7>
Date:   Sat, 11 Dec 2004 02:27:53 +0800
Tag:    v1.5.0

Skipping empty categories in restore. They shouldn't exist but I've received some examples of this these days.

commit ec6dc3f6d7998f4a1461c32fc6cc25282bfec236
Author: stronk7 <stronk7>
Date:   Thu, 02 Dec 2004 03:51:45 +0800
Tag:    v1.5.0

New rss_geterrorxmlfile() function added and some optional data checked.

commit 87290b788d32955146a88eebf63c2695450c17d4
Author: stronk7 <stronk7>
Date:   Wed, 01 Dec 2004 01:57:42 +0800
Tag:    v1.5.0

Updated to 2.4RC1. This should terminate some know incompatibilities. Bug 2234 (http://moodle.org/bugs/bug.php?op=show&bugid=2234)

commit 1c144d0eed5e36b7c89869651bfcf00a9dddc86c
Author: stronk7 <stronk7>
Date:   Mon, 29 Nov 2004 07:54:11 +0800
Tag:    v1.5.0

Changed some parameters. SC#33.

commit 19479ebdfb3a658e1e959f6cc779c6b3166a0d75
Author: stronk7 <stronk7>
Date:   Sun, 28 Nov 2004 07:33:39 +0800
Tag:    v1.5.0

Calculate NEXT course->sortorder in restore to avoid sortorder grown always (by fix_course_sortorder()).

commit 36ce6ea2d1fdc39f6f32eb5c9d378c68c84f9db2
Author: stronk7 <stronk7>
Date:   Fri, 26 Nov 2004 09:22:41 +0800
Tag:    v1.5.0

Solve some visualisation issues in encyclopedia format. I think that now it will be correct!

commit e2cf5316c1e0e6dcc993c1a36fdeab0668fb573c
Author: stronk7 <stronk7>
Date:   Thu, 25 Nov 2004 07:37:46 +0800
Tag:    v1.5.0

New paging system for glosaries. 100% compatible with Moodle's one. Supports more options. Perhaps we could use it sitewide.

commit 1b4002e0b7bedad11a3efd43ea899b4db9a9c82a
Author: stronk7 <stronk7>
Date:   Wed, 17 Nov 2004 08:14:34 +0800
Tag:    v1.5.0

Just changing some parameters stuff to new functions... See SC and Bug 1837

commit 2b99ea9efb6d65a2e8e63a0c4ea3a25af0266f04
Author: stronk7 <stronk7>
Date:   Wed, 17 Nov 2004 07:36:35 +0800
Tag:    v1.5.0

Print view isn't accesible if the activity is hidden.

commit 62067fe3aea2a2fa8d754c166d3e4337810210be
Author: stronk7 <stronk7>
Date:   Wed, 17 Nov 2004 07:12:21 +0800
Tag:    v1.5.0

Header is out and "Site:" is in.

commit 1757627af3a88d10451990fe7fe83488a3c8e11e
Author: stronk7 <stronk7>
Date:   Wed, 17 Nov 2004 01:30:45 +0800
Tag:    v1.5.0

Now hidden sections are hidden completely from student view if "invisible sections" are configured in course settings. Patch sent by Geoff Wilbert. Thanks! See Bug 2185 (http://moodle.org/bugs/bug.php?op=show&bugid=2185)

commit ae06e00e759f75e8b65d168f770ee5754ada784b
Author: stronk7 <stronk7>
Date:   Wed, 10 Nov 2004 07:23:04 +0800
Tag:    v1.5.0

Old-awaiting for 1.4.2 release changes in the glossary. Now, print view is different for each format (consistent with it). New, custom formats can, optionally, define their print view. Else the default one will be used. With this, 1.4.x glossary developments are finished and we can start solving some pending things in 1.5...

commit 71c235bca40546cac7c1b110737ba6a66cf88e67
Author: stronk7 <stronk7>
Date:   Mon, 08 Nov 2004 01:11:57 +0800
Tag:    v1.5.0

New release of the multilang filter:     - 100% compatible with previous "Multilang" filter.     - Supports a new "short" syntax to make things easier. Simply use:         <lang lang="XX">     - It needs less resources and executes faster.     - It Allows any type of content to be used. No restrictions at all!

commit 90ee39c0e397ff19995e593906705380e0ffb0de
Author: stronk7 <stronk7>
Date:   Fri, 05 Nov 2004 16:20:55 +0800
Tag:    v1.5.0

Updated to 1.4.2 release

commit 0a23fdb759afeea6faedd4f40fa9087a45f86a9a
Author: stronk7 <stronk7>
Date:   Thu, 04 Nov 2004 08:10:33 +0800
Tag:    v1.5.0

Now courses are deleted from backup_courses when they have been deleted from Moodle. See: http://moodle.org/mod/forum/discuss.php?d=13633

commit 4070cddfb255bbaee94620a611be0246b35e4191
Author: stronk7 <stronk7>
Date:   Tue, 02 Nov 2004 04:50:03 +0800
Tag:    v1.5.0

Bug 2140 solved partially. Now categories are deleted properly.

commit e101802eb5e6bfdf3e49738b13b6725348a93c99
Author: stronk7 <stronk7>
Date:   Mon, 25 Oct 2004 07:57:25 +0800
Tag:    v1.5.0

Added sesskey to more actions + bug fix when detecting directory traversals.

commit 2515cd169ba4ae74aeac2beea2ac693043e9f06d
Author: stronk7 <stronk7>
Date:   Sun, 24 Oct 2004 08:26:00 +0800
Tag:    v1.5.0

Now everything in files/index.php is using sesskey.

commit 60bd11cfc9f235c38c8b130954c5aa06b0a20c56
Author: stronk7 <stronk7>
Date:   Thu, 21 Oct 2004 07:26:49 +0800
Tag:    v1.5.0

Solved one annoying bug where label texts in sections != first was being always cleared, preventing some tags to be there!

commit 76e2bc3b77f76e719643e0e0073311ed48321fb0
Author: stronk7 <stronk7>
Date:   Mon, 18 Oct 2004 07:44:16 +0800
Tag:    v1.5.0

Strip control chars when unzipping.

commit 0085c889538aed7114e00d65880b39bb93bc7a6e
Author: stronk7 <stronk7>
Date:   Mon, 18 Oct 2004 07:16:17 +0800
Tag:    v1.5.0

Now Wiki's FileManager is using central zip & unzip functions.

commit 261dac37a66f5f7eb71bea394da39d21d27081aa
Author: stronk7 <stronk7>
Date:   Mon, 18 Oct 2004 07:11:14 +0800
Tag:    v1.5.0

Now Editor's FileManager is using central zip and unzip functions.

commit 664ae635d5d12cd6e8cf46206170a94d6b1b4b0a
Author: stronk7 <stronk7>
Date:   Mon, 18 Oct 2004 06:49:51 +0800
Tag:    v1.5.0

Now Scorm's FileManager is using central zip and unzip functions.

commit a095707760891f8aa285f443adad339106bb5762
Author: stronk7 <stronk7>
Date:   Mon, 18 Oct 2004 06:36:03 +0800
Tag:    v1.5.0

Small change in condition...

commit 1c1520c5bb779d1a7b709d100bd9c877ff2c78a9
Author: stronk7 <stronk7>
Date:   Mon, 18 Oct 2004 06:28:53 +0800
Tag:    v1.5.0

Included some filename transformations to work like info-zip. Directory traversal protection added.

commit 4f9b2efd503ce8355e81aefc853295ac778dcf13
Author: stronk7 <stronk7>
Date:   Mon, 18 Oct 2004 03:36:27 +0800
Tag:    v1.5.0

Now resource's FileManager is using central zip & unzip functions.

commit e941292002e38d4b5945508c1611ba858d81435c
Author: stronk7 <stronk7>
Date:   Sun, 17 Oct 2004 21:36:13 +0800
Tag:    v1.5.0

Now pclzip generated files are compatible with info-zip (linux, macos x, win32, bsd...) based extractors. This include command-line flavours, stuffit and so on...

commit d752a8691f613b0f9e9acf4e988fe9a27acdf3d8
Author: stronk7 <stronk7>
Date:   Sun, 17 Oct 2004 01:49:14 +0800
Tag:    v1.5.0

ZIP_METHOD included in backup for future tests at restore time.

commit 05f1bd8bcaeb5cdc519dc482253d87325cad6dce
Author: stronk7 <stronk7>
Date:   Sun, 17 Oct 2004 01:38:12 +0800
Tag:    v1.5.0

Not mandatory but I prefer to initialise it.

commit 17841181b6c83b9d1aa2bc6a9ca94174342e3bc8
Author: stronk7 <stronk7>
Date:   Sun, 17 Oct 2004 01:34:56 +0800
Tag:    v1.5.0

Now backup and restore are using central zip & unzip functions.

commit 8d67a044b730d253f43259093d4420f4a9197dcc
Author: stronk7 <stronk7>
Date:   Sun, 17 Oct 2004 00:33:40 +0800
Tag:    v1.5.0

Added the optional showstatus parameter to unzip_file() to avoid sending any output if desired.

commit 40385a0219634f02e14e4258a38b9963b689c77f
Author: stronk7 <stronk7>
Date:   Sun, 17 Oct 2004 00:11:18 +0800
Tag:    v1.5.0

Syncronished with 14_STABLE. Bump to 1.4.2.

commit 7e6b7f8da24ff2a489698cc84b1dad12fcda5631
Author: stronk7 <stronk7>
Date:   Sat, 16 Oct 2004 19:39:52 +0800
Tag:    v1.5.0

Latest patches from skodak included in param functions. Simple and double quotes are out now. Full paths in unzip are now hidden too.

commit 76dc1ad2cfce9f09a581d7161c84a118acc9c78c
Author: stronk7 <stronk7>
Date:   Mon, 11 Oct 2004 07:25:57 +0800
Tag:    v1.5.0

Under Win32, we need backslashes in paths. Now it works!!

commit 6cf2fe03366dc17e22680cf5563b75e16bd62009
Author: stronk7 <stronk7>
Date:   Mon, 11 Oct 2004 06:48:59 +0800
Tag:    v1.5.0

Added some needed strings.

commit ae9f68625e958103aa93149c3c5117614ff56b9e
Author: stronk7 <stronk7>
Date:   Mon, 11 Oct 2004 06:46:57 +0800
Tag:    v1.5.0

Deleted some unsused strings.

commit 48eeac79635fdb43478019df3f2653cb8000b908
Author: stronk7 <stronk7>
Date:   Mon, 11 Oct 2004 06:00:30 +0800
Tag:    v1.5.0

Delete some debug info.

commit 343fc727856a4c9d08391e415fe5a856fc848f7d
Author: stronk7 <stronk7>
Date:   Mon, 11 Oct 2004 05:58:43 +0800
Tag:    v1.5.0

Now this script is using the new, central unzip_file() function.

commit b3020784d6b79634f286142e154310ca1eafb2a0
Author: stronk7 <stronk7>
Date:   Mon, 11 Oct 2004 05:46:13 +0800
Tag:    v1.5.0

Central unzip_file() function included:     - Supports both internal and external zip execution.     - Displays the results of the execution.     - All Petr's patched added.     - External zip execution in Win32 supported. Please TEST, TEST, TEST.

commit e1f84e70dace9a74075b431e09714718821bfa73
Author: stronk7 <stronk7>
Date:   Mon, 11 Oct 2004 02:48:03 +0800
Tag:    v1.5.0

Order logs by creation order (id)

commit 1a11dfd14adbd305b736090bcc2a545f1861b90f
Author: stronk7 <stronk7>
Date:   Sun, 10 Oct 2004 09:20:59 +0800
Tag:    v1.5.0

iNow FileManager is using the new, central zip_files() function. Only tested under MacOS X. It should support all the new features of that function (Win32 external zip, imporved security...).

commit ef1e97c7ec3bd654234d57823100217b45e4775c
Author: stronk7 <stronk7>
Date:   Sun, 10 Oct 2004 09:07:47 +0800
Tag:    v1.5.0

Now the zip_files() function is working better:

commit 26082098d979e53e31cae23992d9e35d154fac18
Author: stronk7 <stronk7>
Date:   Sun, 10 Oct 2004 07:19:53 +0800
Tag:    v1.5.0

Use of cleardoubleslashes() added to the backup and restore functions. They will be changed to calls to new, central zip and unzip functions. (coming soon)

commit 5b224948aa9cfbfda6c4eaceeb9d1e70837bfe6e
Author: stronk7 <stronk7>
Date:   Sun, 10 Oct 2004 04:16:05 +0800
Tag:    v1.5.0

course/view.php is using sesskey (changes in blocks done, please check them)

commit 967cd1164b27c8a45bfa1a4efe7c8c917179c5e1
Author: stronk7 <stronk7>
Date:   Sun, 10 Oct 2004 03:08:01 +0800
Tag:    v1.5.0

course/unenrol.php is using sesskey.

commit 5bcfaece3d5a2ed28100de5ea61cd0fe6bc4eeda
Author: stronk7 <stronk7>
Date:   Sun, 10 Oct 2004 03:02:35 +0800
Tag:    v1.5.0

course/teacher.php is using sesskey. (POST form too)

commit a60399f0fe667adb56da91aa34588f1e938ac154
Author: stronk7 <stronk7>
Date:   Sun, 10 Oct 2004 02:51:12 +0800
Tag:    v1.5.0

course/student.php is using sesskey.

commit 92604dbcf8f0952ccad389da6ee862cb52ae17c1
Author: stronk7 <stronk7>
Date:   Sun, 10 Oct 2004 02:33:44 +0800
Tag:    v1.5.0

course/scales.php is using sesskey.

commit 8b92f5bb7d6be4c645ad044df05c23fa2f552f54
Author: stronk7 <stronk7>
Date:   Sun, 10 Oct 2004 01:23:28 +0800
Tag:    v1.5.0

course/mod.php is using sesskey.

commit d99ceac20f8e404bd6ab9bd505b246058ab26ecd
Author: stronk7 <stronk7>
Date:   Sat, 09 Oct 2004 21:22:59 +0800
Tag:    v1.5.0

course/index.php is using sesskey.

commit d84e70d04964ee335d252909126e8655ca472a00
Author: stronk7 <stronk7>
Date:   Sat, 09 Oct 2004 20:03:55 +0800
Tag:    v1.5.0

course/groups.php is using sesskey.

commit 740c44428e6c227ec3eceb5979b978a5a5c6b5a8
Author: stronk7 <stronk7>
Date:   Sat, 09 Oct 2004 19:47:36 +0800
Tag:    v1.5.0

course/group.php is using sesskey.

commit bb207404e815b7cfbb766d60024a0e3905a88fd3
Author: stronk7 <stronk7>
Date:   Sat, 09 Oct 2004 19:37:48 +0800
Tag:    v1.5.0

course/grades.php is using sesskey.

commit 676eb5e8df9899b6c3a1e71e0a9f1118287ca15f
Author: stronk7 <stronk7>
Date:   Sat, 09 Oct 2004 02:32:27 +0800
Tag:    v1.5.0

course/editsection.php is using sesskey.

commit 38c8de95914e9dcdf768262bef94957012e1e774
Author: stronk7 <stronk7>
Date:   Sat, 09 Oct 2004 02:13:05 +0800
Tag:    v1.5.0

course/edit.php is using sesskey.

commit 56fcb59a517efec6724e5c5b233fd32488ba19ca
Author: stronk7 <stronk7>
Date:   Sat, 09 Oct 2004 01:58:38 +0800
Tag:    v1.5.0

course/delete.php is using sesskey

commit abf45bedf06297312774db4ad8143d720e0af827
Author: stronk7 <stronk7>
Date:   Sat, 09 Oct 2004 00:52:20 +0800
Tag:    v1.5.0

course/category.php is using sesskey

commit ad4e0fcc30ccd81664ee6242ff71c05803a607ef
Author: stronk7 <stronk7>
Date:   Thu, 07 Oct 2004 22:18:43 +0800
Tag:    v1.5.0

New version of this. Merged from MOODLE_14_STABLE.

commit 230478bf5e475f8576de7c68e003b35ed1bff436
Author: stronk7 <stronk7>
Date:   Thu, 07 Oct 2004 22:10:03 +0800
Tag:    v1.5.0

PclZip library upgraded to 2.1

commit 1066e0dc62e299b164a55c91444ea84be8715c8c
Author: stronk7 <stronk7>
Date:   Thu, 07 Oct 2004 00:52:24 +0800
Tag:    v1.5.0

Changed some conditions against the $USER variable to work fine under PHP5.

commit 13e1a37198564c38479c9e610204f1330fb6f957
Author: stronk7 <stronk7>
Date:   Wed, 06 Oct 2004 08:08:08 +0800
Tag:    v1.5.0

Now sesskey is working fine at installation time.

commit f4646b44c1cf92633882a2d25ccc1cc467af818d
Author: stronk7 <stronk7>
Date:   Wed, 06 Oct 2004 07:21:38 +0800
Tag:    v1.5.0

Now RSS links ae showed properly in SITE course when user isn't logged.

commit b2ddd9d7aef216144c1df705ce35de287711a01b
Author: stronk7 <stronk7>
Date:   Tue, 05 Oct 2004 06:21:30 +0800
Tag:    v1.5.0

Now RSS links are displayed ok in SITEID course.

commit 4cfc640037aea76239fb33919ba3d8bc806b5607
Author: stronk7 <stronk7>
Date:   Mon, 04 Oct 2004 01:19:36 +0800
Tag:    v1.5.0

admin/user.php is now using sesskey.

commit 8a68d4c0f3353ded44c8d272b80f63b75f466e0d
Author: stronk7 <stronk7>
Date:   Mon, 04 Oct 2004 00:08:27 +0800
Tag:    v1.5.0

admin/uploaduser.php is now using sesskey.

commit 4fa24bb889c66669b4986362086309d4cbd59aad
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 23:28:35 +0800
Tag:    v1.5.0

admin/register.php is now using sesskey.

commit 5ba7f1b70b11648e4925763849e9b4b0fb24ebd9
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 23:09:31 +0800
Tag:    v1.5.0

admin/modules.php is now using sesskey.

commit ebfff4e01415516d20ec3cc009b356884e00bec7
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 17:48:08 +0800
Tag:    v1.5.0

admin/module.php is now using sesskey.

commit 48ba27466011e84a8979ff9579f2bf8819d8862a
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 17:18:19 +0800
Tag:    v1.5.0

admin/lang.php is now using sesskey.

commit 58a1c3ea32efcaab0040d02829402e3cd85acc54
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 08:32:13 +0800
Tag:    v1.5.0

admin/filters.php is now using sesskey.

commit d2df6e0933ec9a91ba2786a6a974bb94aaeb89c8
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 08:21:26 +0800
Tag:    v1.5.0

admin/enrol.php is now using sesskey.

commit e2b459ad22c129be351552291c85d8ce6c1e35ea
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 08:07:27 +0800
Tag:    v1.5.0

admin/editor.php is now using sesskey.

commit 1c2614a1f1cd5e23b1f032f17035900102d469aa
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 07:52:42 +0800
Tag:    v1.5.0

admin/creators.php is now using sesskey.

commit 16567e7ef96d95624798f164555a9a43c50c8486
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 07:34:09 +0800
Tag:    v1.5.0

admin/blocks.php is now using sesskey.

commit c1b70c8edc37e0d73e5e0c819167139ad195f77a
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 07:15:51 +0800
Tag:    v1.5.0

admin/block.php is now using sesskey.

commit 398ef378dc11f1172cbe6e138563bdafc4dcbdeb
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 07:13:37 +0800
Tag:    v1.5.0

admin/block.php is now using sesskey.

commit d72fdff5ee7a25c39d40800fe4d584f78f12d936
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 06:46:11 +0800
Tag:    v1.5.0

admin/xxx is now using sesskey.

commit 17ecd09f71641ce1c13a27ec1e891c98f7f0762d
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 06:44:03 +0800
Tag:    v1.5.0

admin/backup.php is now using sesskey.

commit df0d5501d93c4442e8771eb8cf0e2880d6b1ca64
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 03:50:16 +0800
Tag:    v1.5.0

admin/auth.php is now using sesskey.

commit ad97e350fc984c190db2b5e441cc0b8b505c1833
Author: stronk7 <stronk7>
Date:   Sun, 03 Oct 2004 03:22:52 +0800
Tag:    v1.5.0

admin/admin.php is now using sesskey.

commit 6446885595723eb1cb9e4843395fd2a656f36637
Author: stronk7 <stronk7>
Date:   Fri, 01 Oct 2004 19:33:26 +0800
Tag:    v1.5.0

Included one more translation of links from assignments to resources. Required in bug 2027. Easy and not risky.

commit 6f84a9d2db9a48a676696ac8556827cf8a11c554
Author: stronk7 <stronk7>
Date:   Fri, 01 Oct 2004 18:32:34 +0800
Tag:    v1.5.0

Some clear_text() and format_text() calls added.

commit ed187d7506eefe4ac9685f0c61eed95a43e92a01
Author: stronk7 <stronk7>
Date:   Fri, 01 Oct 2004 17:27:32 +0800
Tag:    v1.5.0

Sync with 14_STABLE version. Not needed but, for now I prefer both being the same.

commit c286325360b14469ca462ad9b7bb88db48bffcb7
Author: stronk7 <stronk7>
Date:   Fri, 01 Oct 2004 17:02:27 +0800
Tag:    v1.5.0

Undo las changes. Point releases are only for STABLE branches.

commit 65a7a27907d8fb587a946adb639d2ce1b87742c6
Author: stronk7 <stronk7>
Date:   Fri, 01 Oct 2004 16:38:53 +0800
Tag:    v1.5.0

New version syntax.

commit eb811077de5b89ecf778027c8bdbd70611cac643
Author: stronk7 <stronk7>
Date:   Fri, 01 Oct 2004 15:31:44 +0800
Tag:    v1.5.0

Bump (sync with 14_STABLE)

commit 3a009de26cf1abd1aa7581348a71fec7f7622c87
Author: stronk7 <stronk7>
Date:   Fri, 01 Oct 2004 06:34:11 +0800
Tag:    v1.5.0

Release Notes updated to 1.4.2!

commit 7777f4fc97aed3340a075153784567f9efe7b7b0
Author: stronk7 <stronk7>
Date:   Wed, 29 Sep 2004 23:20:32 +0800
Tag:    v1.5.0

More use of SITEID

commit 4db75a5cb2025c61ab00252fbb8ca6f27d3c41dc
Author: stronk7 <stronk7>
Date:   Wed, 29 Sep 2004 07:20:13 +0800
Tag:    v1.5.0

Merged quotes from MOODLE_14_STABLE

commit ca83aa54ed99ca9f291c39d511910cdc30c3f7e4
Author: stronk7 <stronk7>
Date:   Sun, 26 Sep 2004 00:22:25 +0800
Tag:    v1.5.0

Updated xmilze to official new 1.0.1 version (it's 'our' version with some comments).

commit 4894189c0c9a82a90f54f3d6b162d91da92dd821
Author: stronk7 <stronk7>
Date:   Sat, 25 Sep 2004 19:37:10 +0800
Tag:    v1.5.0

Added backup & restore to SITE page. Some changes from hardcoded '1' to SITEID.

commit 70bbfd318693e9f0822d50aac7f4247026682b31
Author: stronk7 <stronk7>
Date:   Sat, 25 Sep 2004 03:20:32 +0800
Tag:    v1.5.0

Scheduled backup improvements:

commit 4626f768f2224074e6935d63f97399e8a727d568
Author: stronk7 <stronk7>
Date:   Sat, 25 Sep 2004 02:43:14 +0800
Tag:    v1.5.0

3 new strings for scheduled backups.

commit 41bac9d0af7235271bee91a7383b55fe8ab7e5ea
Author: stronk7 <stronk7>
Date:   Fri, 24 Sep 2004 19:51:12 +0800
Tag:    v1.5.0

The get_directory_list() function was being executed with directories excluded so backup_delete_old_dirs() was no working fine! This should delete REALLY old dirs in sites with problems in their scheduled backup.

commit f13cfd75e2b678780f195f05863027791e93bc97
Author: stronk7 <stronk7>
Date:   Sun, 12 Sep 2004 17:47:39 +0800
Tag:    v1.5.0

Updated the help-list and add directorypaths

commit cb037ebe177279f48099df5c823b231485b07a26
Author: stronk7 <stronk7>
Date:   Sun, 12 Sep 2004 17:20:07 +0800
Tag:    v1.5.0

Some typos...solved.

commit 86aeb6949eea865039ae90ad01a5b3767215208f
Author: stronk7 <stronk7>
Date:   Sun, 12 Sep 2004 16:45:33 +0800
Tag:    v1.5.0

1.4.1 ready!!

commit 539f698d73c47b3c4930e198b40df5d8258fb585
Author: stronk7 <stronk7>
Date:   Fri, 10 Sep 2004 02:31:50 +0800
Tag:    v1.5.0

Important changes about how view.php (and print.php) retrieve records from BD to be displayed. Some SQL statements have been modified to get target records, avoiding a lot of post-processing causing some bugs like Bug 1912 (http://moodle.org/bugs/bug.php?op=show&bugid=1912)

commit 0cfd2c86dc53db517a74ffff831f4da3f6a2fb99
Author: stronk7 <stronk7>
Date:   Thu, 09 Sep 2004 23:52:07 +0800
Tag:    v1.5.0

Added Hannes Gassert too! big grin

commit 61c72439c52a940d541285ca3af1f771a49b525a
Author: stronk7 <stronk7>
Date:   Thu, 09 Sep 2004 17:06:18 +0800
Tag:    v1.5.0

Solved an small issue when "not clasified" was selected and we tried to edit categories.

commit f74fd8189806f4af904bb9ccb24aab409945541b
Author: stronk7 <stronk7>
Date:   Thu, 09 Sep 2004 06:47:19 +0800
Tag:    v1.5.0

Increase memory_limit to 128 in backups & restore.

commit 2c0f08b3df4ce582b0482b92240e3eb932136264
Author: stronk7 <stronk7>
Date:   Thu, 09 Sep 2004 02:11:43 +0800
Tag:    v1.5.0

Changed to plural (directorypath-->directorypaths)

commit 8dc516a460104d39711a66fe5a56ba9e1a24ce8b
Author: stronk7 <stronk7>
Date:   Thu, 09 Sep 2004 02:04:57 +0800
Tag:    v1.5.0

*** empty log message ***

commit 9f4bb085f4102c2845ab1fb650cd1a4aea64f35f
Author: stronk7 <stronk7>
Date:   Thu, 09 Sep 2004 02:01:32 +0800
Tag:    v1.5.0

Added one new file about directory paths syntax. Please, review it!!

commit 388c5e96c3f3cfbbff13e0bb4db1c1e0488ab374
Author: stronk7 <stronk7>
Date:   Thu, 09 Sep 2004 00:49:47 +0800
Tag:    v1.5.0

Added a help button about directory paths...

commit edee13bfe843421fc26617887ef93d9268462b30
Author: stronk7 <stronk7>
Date:   Thu, 09 Sep 2004 00:36:59 +0800
Tag:    v1.5.0

Added two old missing strings for scheduled backups.

commit f79bfd2d2bffee1efc8e492282640d68d20f78af
Author: stronk7 <stronk7>
Date:   Mon, 06 Sep 2004 15:54:52 +0800
Tag:    v1.5.0

Now entries are showed correctly in categories view if they belong to multiple categories.

commit 6faaf9a6c9c3248e3ac8535e7538bf30812d2c61
Author: stronk7 <stronk7>
Date:   Sun, 05 Sep 2004 18:19:03 +0800
Tag:    v1.5.0

Now user->guid is in backup & restore

commit b9aa56891245c6d05eb3675b92fcd9c2b9ddc726
Author: stronk7 <stronk7>
Date:   Sun, 05 Sep 2004 17:47:05 +0800
Tag:    v1.5.0

Added new fields to backup/restore

commit a06f9887da7a89a6c51e3ea4b277753a453a5fd7
Author: stronk7 <stronk7>
Date:   Sun, 05 Sep 2004 17:23:23 +0800
Tag:    v1.5.0

Changed the way to determine the site course...

commit 59e996cc7d92f357f89a18cd2e2fcc79894318b8
Author: stronk7 <stronk7>
Date:   Sat, 04 Sep 2004 17:14:40 +0800
Tag:    v1.5.0

String changed for clarity

commit 8c05833a7d4a89f970a1534760ef53e3b99ab740
Author: stronk7 <stronk7>
Date:   Tue, 31 Aug 2004 23:19:27 +0800
Tag:    v1.5.0

Take out some MS tags...

commit dd8bcbffdce540f8f07435c7c45ccc956ce5b9d4
Author: stronk7 <stronk7>
Date:   Tue, 31 Aug 2004 23:18:59 +0800
Tag:    v1.5.0

Deleted. Bad filename.

commit 84856682fabb89763556b95d981e9210e4f93dbc
Author: stronk7 <stronk7>
Date:   Tue, 31 Aug 2004 23:13:32 +0800
Tag:    v1.5.0

Bad extension. Deleted.

commit 3d4fe23815094a72a4a1309325d34d4a1c18e133
Author: stronk7 <stronk7>
Date:   Tue, 31 Aug 2004 22:27:12 +0800
Tag:    v1.5.0

Added some uncommited help files from Antonio Vicent

commit 6fadba68c58f51efdf65fe2e5090eb03b8a56332
Author: stronk7 <stronk7>
Date:   Tue, 31 Aug 2004 18:57:24 +0800
Tag:    v1.5.0

Some typos solved.

commit 1b867d15b0475fd43d0abd2f8e10fe43a90633d0
Author: stronk7 <stronk7>
Date:   Tue, 31 Aug 2004 18:39:17 +0800
Tag:    v1.5.0

CVS instructions translated!

commit a46e1623b564901ee732adf56a271032979c0872
Author: stronk7 <stronk7>
Date:   Tue, 31 Aug 2004 16:24:11 +0800
Tag:    v1.5.0

Some carriage returns are now out!!

commit f969e75291ee05acf0134814573d557b460e121b
Author: stronk7 <stronk7>
Date:   Tue, 31 Aug 2004 16:18:49 +0800
Tag:    v1.5.0

Update from Benito.

commit 25e2ec1f6321250a112027a777f163a7dad610bc
Author: stronk7 <stronk7>
Date:   Tue, 31 Aug 2004 15:54:46 +0800
Tag:    v1.5.0

Double administration is out. smile

commit ad1ac844fae80b888a9f10fd3c8ddf05b30bf8f7
Author: stronk7 <stronk7>
Date:   Tue, 31 Aug 2004 06:55:35 +0800
Tag:    v1.5.0

Release info for 1.4.

commit f7e0c7135ee556d8701c7d4ae3feec22512b7b14
Author: stronk7 <stronk7>
Date:   Tue, 31 Aug 2004 02:29:53 +0800
Tag:    v1.5.0

Now this files are in their CORRECT directory!!

commit 32025bd40170774263bf753cd0074b64d1090e03
Author: stronk7 <stronk7>
Date:   Tue, 31 Aug 2004 02:26:32 +0800
Tag:    v1.5.0

Argh, wrong place!! Deleting files...

commit e9f4340dd15a62f8773c3fe1af84d768898c8915
Author: stronk7 <stronk7>
Date:   Tue, 31 Aug 2004 02:16:55 +0800
Tag:    v1.5.0

Help files from Benito Arias...

commit ecc11ab2293d16c5163aee960333285d5dc32712
Author: stronk7 <stronk7>
Date:   Tue, 31 Aug 2004 02:06:19 +0800
Tag:    v1.5.0

updated to new formats...

commit c9e9fb0fd760ab0d0d220ea8b72f4ceb371e4a4c
Author: stronk7 <stronk7>
Date:   Mon, 30 Aug 2004 22:42:18 +0800
Tag:    v1.5.0

Bug 1831 (http://moodle.org/bugs/bug.php?op=show&bugid=1831)

commit 00083db4ea2f3c1d21e63d22454a4cdace586f6c
Author: stronk7 <stronk7>
Date:   Mon, 30 Aug 2004 07:28:57 +0800
Tag:    v1.5.0

Check that glossary is correct before edit categories.

commit 8a2fe407095ae47b083741e9921c5b9f65fe9ac7
Author: stronk7 <stronk7>
Date:   Mon, 30 Aug 2004 06:57:41 +0800
Tag:    v1.5.0

strip_tags() to some parameters. Thanks skodak.

commit 92a9d6449520bdf432146ff5495758635eb03928
Author: stronk7 <stronk7>
Date:   Mon, 30 Aug 2004 06:04:20 +0800
Tag:    v1.5.0

Typo. Thanks to skodak. Bug 1839 (http://moodle.org/bugs/bug.php?op=show&bugid=1839)

commit a09859bd1c94e20d19f039c677b2b1c182845e21
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 18:16:29 +0800
Tag:    v1.5.0

Bumped a bit after 1.4 release.

commit 437605606d78a9688b7ecae3fd00e8c0c19ab64d
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 08:49:42 +0800
Tag:    v1.5.0

error in id tag

commit e599cce85c79007ebf01318b21c2bb281aa0a4ce
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 08:48:44 +0800
Tag:    v1.5.0

Updated

commit 6a32aef521675d91b76eae6f318f2e05158f53c5
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 08:14:21 +0800
Tag:    v1.5.0

Define a bit better the 'automatic link' feature at glossary and entry levels.

commit a9068480a702693044e8831fdf5afa8c66e46acd
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 08:06:28 +0800
Tag:    v1.5.0

file usedynalinkentry.html was initially added on branch MOODLE_14_STABLE.

commit 104a357be18d9844ae38e1d2297226fb8e5886fd
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 07:44:50 +0800
Tag:    v1.5.0

translating to es

commit 12b0b585b8f34d796ecdf6fbc16367af7116c92c
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 07:29:04 +0800
Tag:    v1.5.0

Slighty change

commit 1cc215265820622cf2809430dd04989cefb30af0
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 07:22:34 +0800
Tag:    v1.5.0

If we are updating an entry, compare current session user with existing entry user to avoid some potential problems if secureforms=off Perhaps too much security? Anyway thanks to skodak

commit c16caf5bc9b0136574ed80ed4452623f74f8dfbe
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 04:00:35 +0800
Tag:    v1.5.0

Avoid one notice

commit f15b491efb95f2b2928bf65efcf0bc869f844662
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 03:48:56 +0800
Tag:    v1.5.0

HTML editor (format popup) display wrong in glossary comments

commit 59c265b3909a61f941fae25d1e201e12fb774aff
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 03:15:52 +0800
Tag:    v1.5.0

Now students cannot add/edit/delete entries if glossary->studentcanpost = 0 using manual URLs.

commit 944d82d4d369d20d1f2088683f7e26bd6d9e0241
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 02:34:10 +0800
Tag:    v1.5.0

- students cannot add/edit/delete comments if it isn't allowed - students can view comments if they exist - teachers bypass the commentsallowed field always (this can be useful to create glossaries with public comments from the teacher). - buttons are showed correctly.

commit f496860a90497b1bab4aeb5cf8959c96d4a93756
Author: stronk7 <stronk7>
Date:   Sun, 29 Aug 2004 01:30:34 +0800
Tag:    v1.5.0

Added compatibility in user->auth from 1.3 backups...$CFG->auth is used

commit 864616e5f50091285e6e04cb42d0bafd9b91fca9
Author: stronk7 <stronk7>
Date:   Sat, 28 Aug 2004 19:25:39 +0800
Tag:    v1.5.0

Merged from MOODLE_14_STABLE

commit cf1ab7c300328e0369cfe951de6fdbcf09cd8145
Author: stronk7 <stronk7>
Date:   Sat, 28 Aug 2004 19:13:48 +0800
Tag:    v1.5.0

Now action is checked and defaults to edit. Thanks skodak!

commit 516c7276e5d12f8346938f5941f272b6db675d92
Author: stronk7 <stronk7>
Date:   Sat, 28 Aug 2004 18:56:42 +0800
Tag:    v1.5.0

Now maxeditingtime for entries work againt timecreated instead of timemodified. Thanks skodak!

commit 0083049b21a0748dd116a6fe01ab3c94f8a48631
Author: stronk7 <stronk7>
Date:   Sat, 28 Aug 2004 18:26:06 +0800
Tag:    v1.5.0

Now user->auth is in backup & restore

commit 3a512f86c754cc71e95e0193ea3015c87432a85c
Author: stronk7 <stronk7>
Date:   Sat, 28 Aug 2004 08:28:56 +0800
Tag:    v1.5.0

Some important changes arrive:    - 'editalways' applied to comments.    - some minor notices out.    - security bug solved:       + users cannot edit any comment now.       + users cannot delete any comment now.       + users cannot edit any entry now.       + users cannot delete any antry now.

commit b5937aac5540670f57718eff8cfa148715ac4ca0
Author: stronk7 <stronk7>
Date:   Sat, 28 Aug 2004 01:21:42 +0800
Tag:    v1.5.0

Init 2 arrays

commit 7275671a60153cc8eb59b0787d6418cb1ddce102
Author: stronk7 <stronk7>
Date:   Sat, 28 Aug 2004 00:49:52 +0800
Tag:    v1.5.0

Now, terms being defined in URLs aren't broken by the <nolink> tag.

commit 193a26447bd76a25dce4e055b1e4202cf4077cd6
Author: stronk7 <stronk7>
Date:   Fri, 27 Aug 2004 17:13:32 +0800
Tag:    v1.5.0

Error when sending a delete-entry action to logs...

commit 122579aacde7934b13b1d3704928205a4237db90
Author: stronk7 <stronk7>
Date:   Fri, 27 Aug 2004 08:59:07 +0800
Tag:    v1.5.0

Another duplicated tag....now it's really well-formed smile

commit 5c9b8beb86a708e4d83f0a462e27d5307fed5f94
Author: stronk7 <stronk7>
Date:   Fri, 27 Aug 2004 08:52:08 +0800
Tag:    v1.5.0

Found it!!!! A missing </select> was the cause to the wrong display under Safari!!!

commit d564a85c5745719794f0d58468436c9d2637ce40
Author: stronk7 <stronk7>
Date:   Fri, 27 Aug 2004 08:07:46 +0800
Tag:    v1.5.0

Solved some inconsistencies when using the HTML editor and the format menu!!

commit 18652e4abef4e26b987820906998055e5dae2bea
Author: stronk7 <stronk7>
Date:   Fri, 27 Aug 2004 06:38:39 +0800
Tag:    v1.5.0

Strange typo.

commit 7567ff7b06b1d27808fe32d62c6e034d15218020
Author: stronk7 <stronk7>
Date:   Fri, 27 Aug 2004 05:39:18 +0800
Tag:    v1.5.0

Notice out.

commit 2e506e609b7ab4f106781c421b6c8711e54c5634
Author: stronk7 <stronk7>
Date:   Thu, 26 Aug 2004 19:18:28 +0800
Tag:    v1.5.0

Notice out.

commit c4e86f0895d210b08858c54116330aaa2a0dde27
Author: stronk7 <stronk7>
Date:   Thu, 26 Aug 2004 18:58:49 +0800
Tag:    v1.5.0

Merged from 14_STABLE Bug 1788 (http://moodle.org/bugs/bug.php?op=show&bugid=1788)

commit 32ce883ee6f2026bc3ebaf42bc7d3ed6e56ea004
Author: stronk7 <stronk7>
Date:   Wed, 25 Aug 2004 06:59:54 +0800
Tag:    v1.5.0

Don't clean posted text on input (will be cleaned on output).

commit 3cde8e9a99d108e56cfb324d0e816643c843da35
Author: stronk7 <stronk7>
Date:   Wed, 25 Aug 2004 06:30:56 +0800
Tag:    v1.5.0

Life continues in 1.5.... big grin

commit 73a4b5977f6085473af2e989d430fb15c34940ab
Author: stronk7 <stronk7>
Date:   Wed, 25 Aug 2004 06:13:16 +0800
Tag:    v1.5.0

Modified point 12.

commit 546af7c269f61e0d46274c60e61b62bc1f98bb1d
Author: stronk7 <stronk7>
Date:   Wed, 25 Aug 2004 06:03:44 +0800
Tag:    v1.5.0

Updated

commit 00e28b0d807351fe624f674ba2c69e35d3ea61a8
Author: stronk7 <stronk7>
Date:   Wed, 25 Aug 2004 05:51:31 +0800
Tag:    v1.5.0

Updated point 14

commit 3da629c8f6a050b99295063fc8776330551fedf8
Author: stronk7 <stronk7>
Date:   Wed, 25 Aug 2004 05:38:02 +0800
Tag:    v1.5.0

Release info updated to 1.3.4

commit 2603b5b30a6b5ecc7ca0c99f14cb8371c9ee705e
Author: stronk7 <stronk7>
Date:   Wed, 25 Aug 2004 04:59:54 +0800
Tag:    v1.5.0

one more warning out

commit e11a8fe93df47e7438497d332d9b95fbac13e96d
Author: stronk7 <stronk7>
Date:   Wed, 25 Aug 2004 04:40:49 +0800
Tag:    v1.5.0

Avoid some warnings Bug 1729 (http://moodle.org/bugs/bug.php?op=show&bugid=1729)