Git commits in Moodle 1.4.1 by stronk7

commit d7d8758184e85f9db1558f2716607232082153bd
Author: stronk7 <stronk7>
Date:   Fri, 10 Sep 2004 02:25:06 +0800
Tag:    v1.4.1

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 34f5efca4bf3df261503f8f7f8ff5416b2b6a4bd
Author: stronk7 <stronk7>
Date:   Thu, 09 Sep 2004 16:39:16 +0800
Tag:    v1.4.1

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

commit c16e25ca1dc7f4e79678be7f4aba94670cdf06d2
Author: stronk7 <stronk7>
Date:   Thu, 09 Sep 2004 16:35:22 +0800
Tag:    v1.4.1

Simply reformated before solving some bugs to have ideas clearer.

commit fe20798cb697bb4a185d0403840fccdfdaecabe7
Author: stronk7 <stronk7>
Date:   Thu, 09 Sep 2004 06:44:42 +0800
Tag:    v1.4.1

Increase memory_limit to 128 in backups & restore.

commit ba9b14e1e89f4a372ea7d40ed1eb5ffe1900fab4
Author: stronk7 <stronk7>
Date:   Thu, 09 Sep 2004 02:03:15 +0800
Tag:    v1.4.1

Changed to plural (directorypath-->directorypaths)

commit 8915662a324c06977f9f78eb2a32e5e865bff8d4
Author: stronk7 <stronk7>
Date:   Thu, 09 Sep 2004 00:47:57 +0800
Tag:    v1.4.1

Added a help button about directory paths...

commit cda01a605213648e565283aeacca4e0b949ddac7
Author: stronk7 <stronk7>
Date:   Mon, 06 Sep 2004 15:43:07 +0800
Tag:    v1.4.1

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

commit b495ed2b4822ab1444dd324451855b36fd1118e6
Author: stronk7 <stronk7>
Date:   Sun, 05 Sep 2004 17:20:27 +0800
Tag:    v1.4.1

Changed the way to determine the site course...

commit 353a72e0a97c6f2202b51acb11d5c5a497781b3e
Author: stronk7 <stronk7>
Date:   Sat, 04 Sep 2004 00:29:28 +0800
Tag:    v1.4.1

Simplify things a bit. I'm no really sure why I was using get_recods() instead of get_record(). Perhaps it was in my PHP learning process...