]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agoFixing one little-little bug about user->ajax being nullable. MDL-8421
stronk7 [Sun, 4 Feb 2007 20:48:34 +0000 (20:48 +0000)]
Fixing one little-little bug about user->ajax being nullable. MDL-8421

18 years agoFixing one little-little bug about user->ajax being nullable. MDL-8421
stronk7 [Sun, 4 Feb 2007 20:11:32 +0000 (20:11 +0000)]
Fixing one little-little bug about user->ajax being nullable. MDL-8421

Merged from MOODLE_17_STABLE

18 years ago'MDL-8418 - I added and changed some classes to center the table and use more standra...
urs_hunkler [Sun, 4 Feb 2007 20:11:05 +0000 (20:11 +0000)]
'MDL-8418 - I added and changed some classes to center the table and use more standrad cell classes.'

18 years agoFixed alignment of logs MDL-8418
moodler [Sun, 4 Feb 2007 11:57:18 +0000 (11:57 +0000)]
Fixed alignment of logs   MDL-8418

18 years agoAdjusting Wood theme for 1.8
stronk7 [Sat, 3 Feb 2007 19:39:09 +0000 (19:39 +0000)]
Adjusting Wood theme for 1.8

18 years agolang.php now keeps orphaned transaltions, i.e. string without English reference....
mudrd8mz [Sat, 3 Feb 2007 12:23:53 +0000 (12:23 +0000)]
lang.php now keeps orphaned transaltions, i.e. string without English reference. Fixes MDL-8409.

18 years agoallow empty JQuiz questions (which have at least one answer)
gbateson [Sat, 3 Feb 2007 01:12:30 +0000 (01:12 +0000)]
allow empty JQuiz questions (which have at least one answer)

18 years agoomit empty answers from JQuiz import
gbateson [Sat, 3 Feb 2007 00:36:18 +0000 (00:36 +0000)]
omit empty answers from JQuiz import

18 years agoAdded scripts
crbusch [Fri, 2 Feb 2007 18:38:05 +0000 (18:38 +0000)]
Added scripts

18 years agoMerged some changes from stable 1.7
moodler [Fri, 2 Feb 2007 15:03:40 +0000 (15:03 +0000)]
Merged some changes from stable 1.7

18 years agoMerged some unmerged changes from 1.7 (urs! ;-)
moodler [Fri, 2 Feb 2007 14:57:10 +0000 (14:57 +0000)]
Merged some unmerged changes from 1.7   (urs!  ;-)

18 years agoMerged some outstanding css from 1.7
moodler [Fri, 2 Feb 2007 14:44:27 +0000 (14:44 +0000)]
Merged some outstanding css from 1.7

18 years agoProduces better HTML/CSS output to fit into translators' screen.
mudrd8mz [Fri, 2 Feb 2007 14:42:15 +0000 (14:42 +0000)]
Produces better HTML/CSS output to fit into translators' screen.

There are only two columns in the translation table form now. Odd and even
rows' background alters.
See MDL-8334 and http://moodle.org/mod/forum/discuss.php?d=62800 for more info about this.

18 years agoMDL-8334 CSS code needed for lang.php changes - patch by David ;-)
skodak [Fri, 2 Feb 2007 14:35:30 +0000 (14:35 +0000)]
MDL-8334 CSS code needed for lang.php changes - patch by David ;-)

18 years agoMDL-8392 Permanent Message "Chameleon is loading..."
skodak [Fri, 2 Feb 2007 14:06:04 +0000 (14:06 +0000)]
MDL-8392 Permanent Message "Chameleon is loading..."

18 years agoUpdated versions and requires (primarily because of formslib dependencies)
moodler [Fri, 2 Feb 2007 13:02:24 +0000 (13:02 +0000)]
Updated versions and requires (primarily because of formslib dependencies)

18 years agoMDL-8216 Smartpix support (under 'experimental') for searching images in theme, paren...
sam_marshall [Fri, 2 Feb 2007 12:19:58 +0000 (12:19 +0000)]
MDL-8216 Smartpix support (under 'experimental') for searching images in theme, parent theme, etc

18 years agoFIxed some colors
moodler [Fri, 2 Feb 2007 08:38:44 +0000 (08:38 +0000)]
FIxed some colors

18 years agoSome changes to make this theme sort of work, but it still needs a lot of love <3
moodler [Fri, 2 Feb 2007 08:29:45 +0000 (08:29 +0000)]
Some changes to make this theme sort of work, but it still needs a lot of love  <3

18 years agoMerged from 1.7.
vyshane [Fri, 2 Feb 2007 08:14:55 +0000 (08:14 +0000)]
Merged from 1.7.

18 years agoMerged from 1.7.
vyshane [Fri, 2 Feb 2007 07:56:45 +0000 (07:56 +0000)]
Merged from 1.7.

18 years agoFixing some alignment of categry boxes on front page
moodler [Fri, 2 Feb 2007 07:39:40 +0000 (07:39 +0000)]
Fixing some alignment of categry boxes on front page

18 years agoFixed badly specificed simple box on site topic
moodler [Fri, 2 Feb 2007 07:29:17 +0000 (07:29 +0000)]
Fixed badly specificed simple box on site topic

18 years agoprint_header now calls require_js() to print out html that loads JavaScript libraries.
vyshane [Fri, 2 Feb 2007 06:40:22 +0000 (06:40 +0000)]
print_header now calls require_js() to print out html that loads JavaScript libraries.

18 years agoChanged to make use of require_js().
vyshane [Fri, 2 Feb 2007 06:36:34 +0000 (06:36 +0000)]
Changed to make use of require_js().

18 years agoChanged to work with new require_js().
vyshane [Fri, 2 Feb 2007 06:35:59 +0000 (06:35 +0000)]
Changed to work with new require_js().

Related to MDL-7682 and MDL-8374.

18 years agoReworked require_js() so that it will not load libraries more than once.
vyshane [Fri, 2 Feb 2007 06:35:25 +0000 (06:35 +0000)]
Reworked require_js() so that it will not load libraries more than once.

Related to MDL-7682 and MDL-8374.

18 years agoAdded help title for switchrole help button MDL-8378
moodler [Fri, 2 Feb 2007 06:21:44 +0000 (06:21 +0000)]
Added help title for switchrole help button   MDL-8378

18 years agoAdded switchrole help file! MDL-8378
moodler [Fri, 2 Feb 2007 06:15:39 +0000 (06:15 +0000)]
Added switchrole help file!    MDL-8378

18 years agoAdded a missing style sheet
moodler [Fri, 2 Feb 2007 05:40:00 +0000 (05:40 +0000)]
Added a missing style sheet

18 years agoMerged in layout fix from MOODLE_17_STABLE
mark-nielsen [Fri, 2 Feb 2007 03:58:45 +0000 (03:58 +0000)]
Merged in layout fix from MOODLE_17_STABLE

18 years agoMerged fix for MDL-8390 from MOODLE_17_STABLE branch
mark-nielsen [Fri, 2 Feb 2007 03:45:02 +0000 (03:45 +0000)]
Merged fix for MDL-8390 from MOODLE_17_STABLE branch

18 years agoAutomatic installer.php lang files by installer_builder (20070202)
moodler [Fri, 2 Feb 2007 03:42:06 +0000 (03:42 +0000)]
Automatic installer.php lang files by installer_builder (20070202)

18 years agoMerged in fixes for MDL-8375 from MOODLE_17_STABLE
mark-nielsen [Fri, 2 Feb 2007 02:27:03 +0000 (02:27 +0000)]
Merged in fixes for MDL-8375 from MOODLE_17_STABLE

18 years agoDelete some non cros-db boolean uses from queries, delegating them to PHP. MDL-8164
stronk7 [Thu, 1 Feb 2007 23:55:05 +0000 (23:55 +0000)]
Delete some non cros-db boolean uses from queries, delegating them to PHP. MDL-8164

Merged from MOODLE_17_STABLE

18 years agoMDL-8380 prevent deleting of roles that are used as default site roles for guest...
skodak [Thu, 1 Feb 2007 23:15:07 +0000 (23:15 +0000)]
MDL-8380 prevent deleting of roles that are used as default site roles for guest, user, notloggedin, etc...

18 years agoAdding missing tags in code. Credit goes to Greg Lyon. MDL-8383.
stronk7 [Thu, 1 Feb 2007 22:36:35 +0000 (22:36 +0000)]
Adding missing tags in code. Credit goes to Greg Lyon. MDL-8383.

Merged from MOODLE_17_STABLE

18 years agoMDL-8384 debugdisplay does not respect original value of display_errors
skodak [Thu, 1 Feb 2007 21:11:50 +0000 (21:11 +0000)]
MDL-8384 debugdisplay does not respect original value of display_errors

18 years ago(MDL-8367) Add configuration option to select role for guest - guestroleid
skodak [Thu, 1 Feb 2007 10:24:26 +0000 (10:24 +0000)]
(MDL-8367) Add configuration option to select role for guest - guestroleid

18 years agofixed obsoleted course->category test for finding if course is site
skodak [Thu, 1 Feb 2007 09:06:48 +0000 (09:06 +0000)]
fixed obsoleted course->category test for finding if course is site

18 years agoMerged switchroles fixes from stable
moodler [Thu, 1 Feb 2007 08:14:08 +0000 (08:14 +0000)]
Merged switchroles fixes from stable

18 years agoAdd some robustness to the tabs so we can use tabs named '0'
moodler [Thu, 1 Feb 2007 07:02:28 +0000 (07:02 +0000)]
Add some robustness to the tabs so we can use tabs named '0'

18 years agoBasic fixing of tabs for glossary
moodler [Thu, 1 Feb 2007 06:54:15 +0000 (06:54 +0000)]
Basic fixing of tabs for glossary

18 years agoAutomatic installer.php lang files by installer_builder (20070201)
moodler [Thu, 1 Feb 2007 03:26:42 +0000 (03:26 +0000)]
Automatic installer.php lang files by installer_builder (20070201)

18 years agoMDL-8376 Course list option missing in frontpageloggedin when there are more than...
skodak [Wed, 31 Jan 2007 22:38:27 +0000 (22:38 +0000)]
MDL-8376 Course list option missing in frontpageloggedin when there are more than 200 courses

18 years agoMDL-8373 Add new predefined role "Authenticated user" for all logged in users
skodak [Wed, 31 Jan 2007 21:05:32 +0000 (21:05 +0000)]
MDL-8373 Add new predefined role "Authenticated user" for all logged in users

18 years agoRestoring one deleted by error }. Grrr.
stronk7 [Wed, 31 Jan 2007 18:46:14 +0000 (18:46 +0000)]
Restoring one deleted by error }. Grrr.

Merged from MOODLE_17_STABLE

18 years agoChanging nullability of field response on table lesson_answers to null.
stronk7 [Wed, 31 Jan 2007 18:40:14 +0000 (18:40 +0000)]
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

18 years agoMDL-8364 moved javascript into print_header
skodak [Tue, 30 Jan 2007 21:41:52 +0000 (21:41 +0000)]
MDL-8364 moved javascript into print_header

18 years agoMDL-8223 allow also numeric string '1' as site id in require_course_login()
skodak [Tue, 30 Jan 2007 21:23:29 +0000 (21:23 +0000)]
MDL-8223 allow also numeric string '1' as site id in require_course_login()

18 years agofix for misalignment of text inputs in formslib forms in ie MDL-7748
jamiesensei [Tue, 30 Jan 2007 19:09:46 +0000 (19:09 +0000)]
fix for misalignment of text inputs in formslib forms in ie MDL-7748

18 years agomore clean fix to safari issue with fieldsets
jamiesensei [Tue, 30 Jan 2007 18:44:23 +0000 (18:44 +0000)]
more clean fix to safari issue with fieldsets

18 years agofix for bug in Safari displaying fieldsets when the last element is textarea in which...
jamiesensei [Tue, 30 Jan 2007 16:55:18 +0000 (16:55 +0000)]
fix for bug in Safari displaying fieldsets when the last element is textarea in which case textarea tended to overlap fieldset boundary.

18 years agosome fixes for problem reported by Pierre Pichet.
jamiesensei [Tue, 30 Jan 2007 15:31:50 +0000 (15:31 +0000)]
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.

18 years agoMDL-8342\rPHP5 migration thing causing string offset fatal error when data not present...
thepurpleblob [Tue, 30 Jan 2007 15:16:47 +0000 (15:16 +0000)]
MDL-8342\rPHP5 migration thing causing string offset fatal error when data not present in XML file. Added some checks.

18 years agoChanged remark about additional formats to direct to Modules & Plugins database.
thepurpleblob [Tue, 30 Jan 2007 14:04:59 +0000 (14:04 +0000)]
Changed remark about additional formats to direct to Modules & Plugins database.

18 years agoOutput was missing utf8 meta tag.
thepurpleblob [Tue, 30 Jan 2007 13:57:45 +0000 (13:57 +0000)]
Output was missing utf8 meta tag.

18 years agoGet the alt text for the question type icon in a better way.
tjhunt [Tue, 30 Jan 2007 11:09:32 +0000 (11:09 +0000)]
Get the alt text for the question type icon in a better way.

18 years agoMDL-8343 reorganize frontpage settings in admintree - I hope fixed last installation bug
skodak [Tue, 30 Jan 2007 10:33:09 +0000 (10:33 +0000)]
MDL-8343 reorganize frontpage settings in admintree - I hope fixed last installation bug

18 years agoMDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - code cleanup
skodak [Tue, 30 Jan 2007 10:23:01 +0000 (10:23 +0000)]
MDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - code cleanup

18 years agoFollow-up fix for bug MDL-8223 "require_course_login() cleanup"
nfreear [Tue, 30 Jan 2007 10:10:39 +0000 (10:10 +0000)]
Follow-up fix for bug MDL-8223 "require_course_login() cleanup"

18 years agoMDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - now instanceid...
skodak [Tue, 30 Jan 2007 10:10:25 +0000 (10:10 +0000)]
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)

18 years agoMDL-8343 reorganize frontpage settings in admintree - fixed installation bug and...
skodak [Tue, 30 Jan 2007 09:33:11 +0000 (09:33 +0000)]
MDL-8343 reorganize frontpage settings in admintree - fixed installation bug and warnings

18 years agofixed warning with undefined rcache during install
skodak [Tue, 30 Jan 2007 09:11:19 +0000 (09:11 +0000)]
fixed warning with undefined rcache during install

18 years agofix related to MDL-8282 - "show advanced" button doesn't work under IE7
jamiesensei [Tue, 30 Jan 2007 07:45:15 +0000 (07:45 +0000)]
fix related to MDL-8282 - "show advanced" button doesn't work under IE7

18 years agoThere's no need to die with an error if groups_temp doesn't exist, is there?
moodler [Tue, 30 Jan 2007 05:09:49 +0000 (05:09 +0000)]
There's no need to die with an error if groups_temp doesn't exist, is there?

18 years ago*** empty log message ***
vyshane [Tue, 30 Jan 2007 04:55:59 +0000 (04:55 +0000)]
*** empty log message ***

18 years agonothing interesting, just a comment.
stronk7 [Tue, 30 Jan 2007 00:22:21 +0000 (00:22 +0000)]
nothing interesting, just a comment.

18 years agoApplying new rs_xxx() functions everywhere. MDL-8134
stronk7 [Mon, 29 Jan 2007 23:56:55 +0000 (23:56 +0000)]
Applying new rs_xxx() functions everywhere. MDL-8134

Merged from MOODLE_17_STABLE

18 years agoApplying new rs_xxx() functions everywhere. MDL-8134
stronk7 [Mon, 29 Jan 2007 23:52:33 +0000 (23:52 +0000)]
Applying new rs_xxx() functions everywhere. MDL-8134

18 years agoApplying new rs_xxx() functions everywhere. MDL-8134
stronk7 [Mon, 29 Jan 2007 22:23:58 +0000 (22:23 +0000)]
Applying new rs_xxx() functions everywhere. MDL-8134

Merged from MOODLE_17_STABLE

18 years agoMDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - undoing my previo...
skodak [Mon, 29 Jan 2007 21:36:57 +0000 (21:36 +0000)]
MDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - undoing my previous hack for MDL-7114

18 years agoMDL-8343 reorganize frontpage settings in admintree - admin tree now allows to specif...
skodak [Mon, 29 Jan 2007 21:29:27 +0000 (21:29 +0000)]
MDL-8343 reorganize frontpage settings in admintree - admin tree now allows to specify context together with required capability for each entry
MDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - first part of cleanup related to frontpage

18 years agotypo MDL-8350
koenr [Mon, 29 Jan 2007 20:36:47 +0000 (20:36 +0000)]
typo MDL-8350

18 years agoApplying new rs_xxx() functions everywhere. MDL-8134
stronk7 [Mon, 29 Jan 2007 19:16:33 +0000 (19:16 +0000)]
Applying new rs_xxx() functions everywhere. MDL-8134

Merged from MOODLE_17_STABLE

18 years agoFixes bug MDL-8294 "During upgrade group IDs aren't maintained..."
nfreear [Mon, 29 Jan 2007 15:02:50 +0000 (15:02 +0000)]
Fixes bug MDL-8294 "During upgrade group IDs aren't maintained..."

18 years agoWhen editing some question types, the options get jumbled up.
tjhunt [Mon, 29 Jan 2007 12:35:29 +0000 (12:35 +0000)]
When editing some question types, the options get jumbled up.

18 years agoApplying new rs_xxx() functions everywhere. MDL-8134
stronk7 [Mon, 29 Jan 2007 12:10:19 +0000 (12:10 +0000)]
Applying new rs_xxx() functions everywhere. MDL-8134

Merged from MOODLE_17_STABLE

18 years agoApplying new rs_xxx() functions everywhere. MDL-8134
stronk7 [Mon, 29 Jan 2007 11:29:01 +0000 (11:29 +0000)]
Applying new rs_xxx() functions everywhere. MDL-8134

18 years agoApplying new rs_xxx() functions everywhere. MDL-8134
stronk7 [Mon, 29 Jan 2007 11:24:18 +0000 (11:24 +0000)]
Applying new rs_xxx() functions everywhere. MDL-8134

Merged from MOODLE_17_STABLE

18 years agoApplying new rs_xxx() functions everywhere. MDL-8134
stronk7 [Mon, 29 Jan 2007 11:07:02 +0000 (11:07 +0000)]
Applying new rs_xxx() functions everywhere. MDL-8134

Merged from MOODLE_17_STABLE

18 years agoApplying new rs_xxx() functions everywhere. MDL-8134
stronk7 [Mon, 29 Jan 2007 10:55:22 +0000 (10:55 +0000)]
Applying new rs_xxx() functions everywhere. MDL-8134

Merged from MOODLE_17_STABLE

18 years agoApplying new rs_xxx() functions everywhere. MDL-8134
stronk7 [Mon, 29 Jan 2007 10:47:25 +0000 (10:47 +0000)]
Applying new rs_xxx() functions everywhere. MDL-8134

18 years agoRestore page Role Mappings Selector Enhanced
thompson697 [Mon, 29 Jan 2007 09:14:53 +0000 (09:14 +0000)]
Restore page Role Mappings Selector Enhanced

18 years agoMerged from 1.7.
vyshane [Mon, 29 Jan 2007 07:58:47 +0000 (07:58 +0000)]
Merged from 1.7.

18 years agoMerged from 1.7.
vyshane [Mon, 29 Jan 2007 07:36:55 +0000 (07:36 +0000)]
Merged from 1.7.

18 years ago"Merged" in the fixed for MDL-8137
mark-nielsen [Mon, 29 Jan 2007 06:43:22 +0000 (06:43 +0000)]
"Merged" in the fixed for MDL-8137

18 years agoPrevent an rcache-related notice
moodler [Mon, 29 Jan 2007 06:12:18 +0000 (06:12 +0000)]
Prevent an rcache-related notice

18 years agoMerged from 1.7.
vyshane [Mon, 29 Jan 2007 06:02:17 +0000 (06:02 +0000)]
Merged from 1.7.

18 years agoFIxed a style typo that made login page look odd
moodler [Mon, 29 Jan 2007 02:45:48 +0000 (02:45 +0000)]
FIxed a style typo that made login page look odd

18 years agoMerged from 1.7.
vyshane [Mon, 29 Jan 2007 02:22:18 +0000 (02:22 +0000)]
Merged from 1.7.

18 years agoFirst real test of the new rs_fetchXXX() functions. Applying it
stronk7 [Mon, 29 Jan 2007 00:17:25 +0000 (00:17 +0000)]
First real test of the new rs_fetchXXX() functions. Applying it
to get_my_courses(). MDL-8134

Merged from MOODLE_17_STABLE

18 years agoAdded Oracle DIRTY HACK to both rs_fetchXX functions.
stronk7 [Sun, 28 Jan 2007 23:15:16 +0000 (23:15 +0000)]
Added Oracle DIRTY HACK to both rs_fetchXX functions.
Detecting of EOF in rs_fetch_record()
Big improvement of rs_fetch_next_record() by using FethRow()
with speeds near native fields[]. MDL-8134

Merged from MOODLE_17_STABLE

18 years agoMDL-8323 fixed global $COURSE in chameleon theme footer
skodak [Sun, 28 Jan 2007 22:29:24 +0000 (22:29 +0000)]
MDL-8323 fixed global $COURSE in chameleon theme footer

18 years agoAuth: Documentation update to reflect changes in signature of user_update_password...
donal72 [Sun, 28 Jan 2007 22:08:59 +0000 (22:08 +0000)]
Auth:  Documentation update to reflect changes in signature of user_update_password method

18 years agoMDL-6128 special chars and messaging system
skodak [Sun, 28 Jan 2007 21:43:39 +0000 (21:43 +0000)]
MDL-6128 special chars and messaging system

18 years agoMDL-8323 finished full conversion to proper $COURSE global - no more $CFG->coursethem...
skodak [Sun, 28 Jan 2007 21:18:08 +0000 (21:18 +0000)]
MDL-8323 finished full conversion to proper $COURSE global - no more $CFG->coursetheme, $CFG->courselang - improved course_setup(), current_language() and current_theme(); and Chameleon theme fixes needed for global $COURSE
MDL-7962 chat seems to be completely broken in head (fixed wrong JS)
* reworked chat themes support
MDL-8338 Cron does not need cookies
MDL-8339 forum cron capabilities problems
* minor deprecated function current_encoding() cleanup

18 years agoMDL-8337 has_capability() ignores default roles for $userid and does not detect chang...
skodak [Sun, 28 Jan 2007 20:52:57 +0000 (20:52 +0000)]
MDL-8337 has_capability() ignores default roles for $userid and does not detect changed $USER and other minor fixes (this is needed for global $COURSE cleanup and fixed+improved cron.php)

18 years agoInitial commit of the new rs_XXX() functions to fetch, advance and close
stronk7 [Sun, 28 Jan 2007 20:14:09 +0000 (20:14 +0000)]
Initial commit of the new rs_XXX() functions to fetch, advance and close
ADOdb recordsets in a standard way. Not finished yet but I need them in CVS.
MDL-8134

Merged from MOODLE_17_STABLE

18 years agoNow MSSQL naming of objects introspects to avoid duplicates. MDL-7376
stronk7 [Sun, 28 Jan 2007 18:18:28 +0000 (18:18 +0000)]
Now MSSQL naming of objects introspects to avoid duplicates. MDL-7376