25108 Commits

Author SHA1 Message Date
skodak
d4ec5b1e8c MDL-8334 CSS code needed for lang.php changes - patch by David ;-) 2007-02-02 14:35:30 +00:00
skodak
eebb96e5da MDL-8392 Permanent Message "Chameleon is loading..." 2007-02-02 14:06:04 +00:00
moodler
1934b87667 Updated versions and requires (primarily because of formslib dependencies) 2007-02-02 13:02:24 +00:00
sam_marshall
24c66531b3 MDL-8216 Smartpix support (under 'experimental') for searching images in theme, parent theme, etc 2007-02-02 12:19:58 +00:00
moodler
ec45c67924 FIxed some colors 2007-02-02 08:38:44 +00:00
moodler
06f8943cb3 Some changes to make this theme sort of work, but it still needs a lot of love <3 2007-02-02 08:29:45 +00:00
vyshane
b2ee058fac Merged from 1.7. 2007-02-02 08:14:55 +00:00
vyshane
02cb4f393d Merged from 1.7. 2007-02-02 07:56:45 +00:00
moodler
986f093fef Fixing some alignment of categry boxes on front page 2007-02-02 07:39:40 +00:00
moodler
8cef951707 Fixed badly specificed simple box on site topic 2007-02-02 07:29:17 +00:00
vyshane
a194510a9c print_header now calls require_js() to print out html that loads JavaScript libraries. 2007-02-02 06:40:22 +00:00
vyshane
ae13dbc845 Changed to make use of require_js(). 2007-02-02 06:36:34 +00:00
vyshane
f47e1c1751 Changed to work with new require_js().
Related to MDL-7682 and MDL-8374.
2007-02-02 06:35:59 +00:00
vyshane
f72f94a257 Reworked require_js() so that it will not load libraries more than once.
Related to MDL-7682 and MDL-8374.
2007-02-02 06:35:25 +00:00
moodler
c830f3e3aa Added help title for switchrole help button MDL-8378 2007-02-02 06:21:44 +00:00
moodler
922259801b Added switchrole help file! MDL-8378 2007-02-02 06:15:39 +00:00
moodler
1910c3a347 Added a missing style sheet 2007-02-02 05:40:00 +00:00
mark-nielsen
a7003df2b9 Merged in layout fix from MOODLE_17_STABLE 2007-02-02 03:58:45 +00:00
mark-nielsen
7a8137e9d7 Merged fix for MDL-8390 from MOODLE_17_STABLE branch 2007-02-02 03:45:02 +00:00
moodler
64c7dcf84d Automatic installer.php lang files by installer_builder (20070202) 2007-02-02 03:42:06 +00:00
mark-nielsen
107470cb3a Merged in fixes for MDL-8375 from MOODLE_17_STABLE 2007-02-02 02:27:03 +00:00
stronk7
9ad5c91fa9 Delete some non cros-db boolean uses from queries, delegating them to PHP. MDL-8164
Merged from MOODLE_17_STABLE
2007-02-01 23:55:05 +00:00
skodak
f4d6704d9a MDL-8380 prevent deleting of roles that are used as default site roles for guest, user, notloggedin, etc... 2007-02-01 23:15:07 +00:00
stronk7
b26f94ce15 Adding missing tags in code. Credit goes to Greg Lyon. MDL-8383.
Merged from MOODLE_17_STABLE
2007-02-01 22:36:35 +00:00
skodak
6349a3ba48 MDL-8384 debugdisplay does not respect original value of display_errors 2007-02-01 21:11:50 +00:00
skodak
ebce32b5dd (MDL-8367) Add configuration option to select role for guest - guestroleid 2007-02-01 10:24:26 +00:00
skodak
5841aa9122 fixed obsoleted course->category test for finding if course is site 2007-02-01 09:06:48 +00:00
moodler
a2b6ee758e Merged switchroles fixes from stable 2007-02-01 08:14:08 +00:00
moodler
f522d310fd Add some robustness to the tabs so we can use tabs named '0' 2007-02-01 07:02:28 +00:00
moodler
9ca8cc0847 Basic fixing of tabs for glossary 2007-02-01 06:54:15 +00:00
moodler
bf8d1bb05b Automatic installer.php lang files by installer_builder (20070201) 2007-02-01 03:26:42 +00:00
skodak
9fec4e331b MDL-8376 Course list option missing in frontpageloggedin when there are more than 200 courses 2007-01-31 22:38:27 +00:00
skodak
c785d40ac3 MDL-8373 Add new predefined role "Authenticated user" for all logged in users 2007-01-31 21:05:32 +00:00
stronk7
f58938b5a7 Restoring one deleted by error }. Grrr.
Merged from MOODLE_17_STABLE
2007-01-31 18:46:14 +00:00
stronk7
8a88bce5ac Changing nullability of field response on table lesson_answers to null.
Versions in 17_STABLE are the same, so no problems. MDL-8351

Merged from MOODLE_17_STABLE
2007-01-31 18:40:14 +00:00
skodak
9d17f1d331 MDL-8364 moved javascript into print_header 2007-01-30 21:41:52 +00:00
skodak
39de90acd5 MDL-8223 allow also numeric string '1' as site id in require_course_login() 2007-01-30 21:23:29 +00:00
jamiesensei
8cf2a05c4a fix for misalignment of text inputs in formslib forms in ie MDL-7748 2007-01-30 19:09:46 +00:00
jamiesensei
bc9ec4a604 more clean fix to safari issue with fieldsets 2007-01-30 18:44:23 +00:00
jamiesensei
f60feba579 fix for bug in Safari displaying fieldsets when the last element is textarea in which case textarea tended to overlap fieldset boundary. 2007-01-30 16:55:18 +00:00
jamiesensei
a8d2a373a1 some fixes for problem reported by Pierre Pichet.
Data set items form is now the opposite way round as the original was. This means that the add item section appears at the top of the form. Also if you press return while editing fields in the add item section the item will now be added. Default action for most browsers when a submit button is pressed is to act as if the first submit button in the form had been pressed.

Removed cancel buttons second and third pages of form too as they may not work as expected.
2007-01-30 15:31:50 +00:00
thepurpleblob
3d903fcbcc MDL-8342 PHP5 migration thing causing string offset fatal error when data not present in XML file. Added some checks. 2007-01-30 15:16:47 +00:00
thepurpleblob
d68f70780b Changed remark about additional formats to direct to Modules & Plugins database. 2007-01-30 14:04:59 +00:00
thepurpleblob
f4a6bff311 Output was missing utf8 meta tag. 2007-01-30 13:57:45 +00:00
tjhunt
a95cd8a650 Get the alt text for the question type icon in a better way. 2007-01-30 11:09:32 +00:00
skodak
01e85af9cc MDL-8343 reorganize frontpage settings in admintree - I hope fixed last installation bug 2007-01-30 10:33:09 +00:00
skodak
e75ac13be2 MDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - code cleanup 2007-01-30 10:23:01 +00:00
nfreear
3c13f52413 Follow-up fix for bug MDL-8223 "require_course_login() cleanup" 2007-01-30 10:10:39 +00:00
skodak
8ba412dab0 MDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - now instanceid of system context is always 0 (originally it was SITEID which would cause major trouble is somebody tried to change SITEID) 2007-01-30 10:10:25 +00:00
skodak
71eee5f216 MDL-8343 reorganize frontpage settings in admintree - fixed installation bug and warnings 2007-01-30 09:33:11 +00:00