22420 Commits

Author SHA1 Message Date
martinlanghoff
6402cd4679 Fix for breadcrumb problem (MDL-6271). 2006-09-28 00:08:50 +00:00
skodak
250934b8e0 fixed logic of moodle_install_roles() - it now calls update_capabilities() after creation of default roles, but before first role_assign(). The problem was that role_assign calls code from forum lib which already uses capabilities, this might cause even bigger problems later. 2006-09-27 22:59:37 +00:00
jgraham909
6fc73d59b8 Merging in changes from Doug Dixon and Mike Lee to update the codebase 2006-09-27 22:57:33 +00:00
skodak
6727c1753f added default settings for admin_setting_special_backupdays() 2006-09-27 22:25:15 +00:00
skodak
5d0df39db4 fixed array_shift($roles) warning during upgrade from 1.6 2006-09-27 22:16:23 +00:00
skodak
1cd3eba948 fixed validation of course category for site course MDL-6715 2006-09-27 20:43:04 +00:00
jamiesensei
49c5368707 changes to html structure for rendering of forms in line with http://moodle.org/mod/forum/discuss.php?d=54907#250816 2006-09-27 19:12:52 +00:00
jamiesensei
57a763a733 changes to style sheet in line with http://moodle.org/mod/forum/discuss.php?d=54907#250816 2006-09-27 19:10:31 +00:00
stronk7
97bd35b284 Fixed bug in PHP generation of indexes. 2006-09-27 18:47:24 +00:00
skodak
7bfa3101df add checks for stale contextid in role_assignments and overrides into load_user_capability() MDL-6708 2006-09-27 18:11:36 +00:00
skodak
a36a3a3f98 added strict context level checks to get_context_instance() MDL-6709 , the reason is to find typos and buggy code that would be otherwise unnoticed 2006-09-27 17:58:17 +00:00
skodak
3ca2dea51d sanitise request in create_context() and show debug info when appropriate MDL-6715 2006-09-27 17:50:53 +00:00
stronk7
13e9de1c67 Fixed Bug MDL-6647 - PG version not being fetched properly.
(http://tracker.moodle.org/browse/MDL-6647)
2006-09-27 17:48:45 +00:00
moodler
05e8f81eeb A notice about versions 2006-09-27 16:45:40 +00:00
jamiesensei
f0e2d0ac80 upgraded tableless pear quickform packages 2006-09-27 16:31:11 +00:00
jamiesensei
04ad8eee82 added empty setHelpButton method to moodleform_hidden 2006-09-27 16:09:15 +00:00
jamiesensei
e249661fbb fixed small typo 2006-09-27 16:07:37 +00:00
jamiesensei
ef625b6bac added comments to show how to add nested fieldset container for groups of items 2006-09-27 16:06:56 +00:00
jamiesensei
42f248e659 new security features added acceptGet, optional_param, required_param, clean_param, methods added to form class 2006-09-27 16:00:19 +00:00
jamiesensei
5f2256f3ee modifications made to demo new security features 2006-09-27 15:58:45 +00:00
jamiesensei
7b9cdb60cf demos new security features optional_param, acceptGet 2006-09-27 15:57:21 +00:00
moodler
924ccd683a Fixed up some wrong entries in the log_display table MDL-6516
NOTE:  The dates are a month in advance for $version here!  We need
to increment very slowly until it catches up, and make sure that we
manage the versions in HEAD very carefully after we branch for 1.7
2006-09-27 14:08:17 +00:00
moodler
bd10f85d94 Add eu to allowed domains 2006-09-27 12:57:33 +00:00
sam_marshall
4db1861a8d Wiki: Improve page locking to make it more robust and support non-javascript users (not very friendlily, though...) 2006-09-27 11:22:57 +00:00
sam_marshall
5c135dd4fd Wiki: correct behaviour in Postgres with pages that have ' in name 2006-09-27 11:21:59 +00:00
sam_marshall
13ef403f3b Wiki: correct column type on Postgres update (fixes Search and Links tabs, matches what's in install.xml anyhow) 2006-09-27 11:21:01 +00:00
sam_marshall
228501678b Wiki: Fix wiki-linking to not be case-sensitive. 2006-09-27 11:20:16 +00:00
sam_marshall
86ec052fa5 Changed wiki help to clarify that the wiki markup only works when not using the WYSIWYG editor. (This was seriously confusing our users!) 2006-09-27 11:18:40 +00:00
skodak
90eca94be8 fixed incorrectly quoted $LIKE in forum recent activity sql 2006-09-27 10:44:25 +00:00
skodak
421f60f9c9 fixed default proxyport value 2006-09-27 10:30:54 +00:00
skodak
3c8ecb0cbb fixed incorrect user id when updating in uploaduser.php 2006-09-27 09:50:48 +00:00
moodler
4e03aa7a00 FIxed up log headers etc MDL-6714 2006-09-27 09:22:29 +00:00
toyomoyo
a2a020ea6b adding support for roles in backups 2006-09-27 08:59:27 +00:00
moodler
bea0bd7725 CHecking Enrique Castro's fix for MDL-6366, to help wiki pagenames not get reset 2006-09-27 08:49:42 +00:00
moodler
0cfafdc769 Fixed MDL-6334 by removing the group-setting popup 2006-09-27 08:29:24 +00:00
moodler
1bbcb7c01a Some more debugging in course/rest.php (to error log) 2006-09-27 08:02:26 +00:00
moodler
bccdf22764 Fixed a possible notice 2006-09-27 08:01:22 +00:00
moodler
15a169222b Some extra changes from the duplicate work I did on upgradesettings.php
main change is that adminsettings is now an ID on the form
2006-09-27 07:49:34 +00:00
moodler
2b2d182aa7 Fixes for empty logs array MDL-6145 2006-09-27 07:41:38 +00:00
vyshane
acad3401f1 Reverting first until we have a fix for converting the wrong context levels 2006-09-27 07:18:25 +00:00
vyshane
4b69085833 CONTEXT_MODULE should really be CONTEXT_BLOCK 2006-09-27 07:11:06 +00:00
bobopinna
e54a9c39cf Added skipview field backup and restore 2006-09-27 06:58:28 +00:00
stronk7
d335bebc06 Added support for add_index() and drop_index() 2006-09-26 23:17:24 +00:00
stronk7
42d1fc2f3f XMLDBTable wrappers to create and drop indexes 2006-09-26 23:16:09 +00:00
stronk7
618a982eed Now all the generators support creating and dropping indexes 2006-09-26 23:15:20 +00:00
stronk7
0c31ba2813 Adding test for create index and drop index. 2006-09-26 23:08:44 +00:00
stronk7
b0d8444349 Fix one place where index->type was being used instead of index->unique 2006-09-26 22:46:05 +00:00
skodak
6859360cd4 coverted /admin/ to proper /$CFG->admin/ in paths 2006-09-26 21:10:14 +00:00
skodak
eee90c06b8 upgradesettings.php now using the same CSS as settings.php , part II. 2006-09-26 20:54:05 +00:00
skodak
d8c5baee04 upgradesettings.php now using the same CSS as settings.php 2006-09-26 20:51:28 +00:00