Git commits in Moodle 1.3.1 by defacer

commit 56b19c309e11e9ba462014a24625008759805bd5
Author: defacer <defacer>
Date:   Wed, 02 Jun 2004 16:03:05 +0800
Tag:    v1.3.1

Fix for an (apparently old but only recently discovered by me) issue from the forums where require_once() would fail to do the "once" part unless you use absolute pathnames.

commit 22931cf410bd3c6efc4edf85d121046e71fe56b7
Author: defacer <defacer>
Date:   Fri, 28 May 2004 21:57:09 +0800
Tag:    v1.3.1

Bugfix: blocks with no content at all show up as shadows when editing.

commit 89adb17442815058ff107ae4778919c5417682ce
Author: defacer <defacer>
Date:   Fri, 28 May 2004 18:53:54 +0800
Tag:    v1.3.1

Merging the changes from 1.4 dev branch (site index blocks + various bugfixes)

commit 87722d4f2c2bfeac1cbdfa24dd4326294c8af6c5
Author: defacer <defacer>
Date:   Fri, 28 May 2004 18:48:59 +0800
Tag:    v1.3.1

A couple of new CSS rules to make the course summary block display the same as before.

commit b88f7004929792b314668c18b3df7a07d511faaf
Author: defacer <defacer>
Date:   Thu, 27 May 2004 22:16:27 +0800
Tag:    v1.3.1

Fixed a bug: blocks without db functions caused the upgrade process to become stuck.

commit 1b6734b95985c85f6e4f1be8c5203803df0df146
Author: defacer <defacer>
Date:   Thu, 27 May 2004 21:47:40 +0800
Tag:    v1.3.1

file block_site_main_menu.php was initially added on branch Moodle_14_dev.

commit 7bd1677c72716fbfbe162832a4c99e04f7c73f72
Author: defacer <defacer>
Date:   Wed, 26 May 2004 19:03:27 +0800
Tag:    v1.3.1

Fix for bug 1462:

commit 4153708fd96bd3574a3cc65ba4c0b83438283b41
Author: defacer <defacer>
Date:   Tue, 25 May 2004 18:01:41 +0800
Tag:    v1.3.1

If a block forgets to set the footer, we won't get a warning in debug mode.

commit 8147ca063880d43f3cad93bd3104cd570b83a56d
Author: defacer <defacer>
Date:   Tue, 25 May 2004 17:49:49 +0800
Tag:    v1.3.1

Fixing a harmless warning in debug mode.