]>
git.mjollnir.org Git - moodle.git/log
tjhunt [Fri, 16 Jan 2009 07:07:21 +0000 (07:07 +0000)]
formslib / tags: MDL-17889 improvements to this field type:
* Fix bug with rendering.
* Ensure the value is correctly set and returned.
tjhunt [Fri, 16 Jan 2009 06:29:56 +0000 (06:29 +0000)]
Whitespace cleanup.
dongsheng [Fri, 16 Jan 2009 05:38:40 +0000 (05:38 +0000)]
"WIKI/MDL-17704, wrap wiki summary by div, merged from 1.9"
dongsheng [Fri, 16 Jan 2009 05:34:15 +0000 (05:34 +0000)]
"QUIZ/MDL-17710, wrap quiz summary by div, merged from 1.9"
dongsheng [Fri, 16 Jan 2009 05:21:03 +0000 (05:21 +0000)]
"FILTER/MDL-17703, wrap object tag by div, merged from 1.9"
dongsheng [Fri, 16 Jan 2009 04:56:21 +0000 (04:56 +0000)]
"GLOSSARY/MDL-17708, use css selector instead of inline style, merged from 1.9"
dongsheng [Fri, 16 Jan 2009 04:52:30 +0000 (04:52 +0000)]
"FORUM/MDL-17709, use css selector instead of inline style, merged from 1.9"
tjhunt [Fri, 16 Jan 2009 04:47:23 +0000 (04:47 +0000)]
quiz / questions: MDL-17919 Bad link edit questions from quiz preview page.
Thanks to Ann Adamcik for noticing this. It was a regression from MDL-6085.
dongsheng [Fri, 16 Jan 2009 04:47:16 +0000 (04:47 +0000)]
"MDL-17707, replace p with div in module summary, merged from 1.9"
tjhunt [Fri, 16 Jan 2009 04:24:24 +0000 (04:24 +0000)]
questiontypes: MDL-17800
Fix another merge error.
tjhunt [Fri, 16 Jan 2009 04:23:21 +0000 (04:23 +0000)]
questiontypes: MDL-17800
Fix merge error.
dongsheng [Fri, 16 Jan 2009 04:21:49 +0000 (04:21 +0000)]
"MDL-17864, remove all styles in language pack"
tjhunt [Fri, 16 Jan 2009 04:18:43 +0000 (04:18 +0000)]
moodlelib: MDL-17761 More consistent error handling in get_string.
moodlerobot [Fri, 16 Jan 2009 03:37:59 +0000 (03:37 +0000)]
Updated the HEAD build version to
20090116
moodlerobot [Fri, 16 Jan 2009 03:08:11 +0000 (03:08 +0000)]
Automatic installer.php lang files by installer_builder (
20090116 )
moodler [Fri, 16 Jan 2009 02:48:05 +0000 (02:48 +0000)]
lang fix MDL-12886 Updated description of web services to explain what they are ;-)
moodler [Fri, 16 Jan 2009 02:29:33 +0000 (02:29 +0000)]
upgrade reload icon MDL-17924 Replaced form with an icon
jerome [Fri, 16 Jan 2009 01:17:55 +0000 (01:17 +0000)]
web service MDL-12886 few more SOAP tests
skodak [Thu, 15 Jan 2009 22:41:20 +0000 (22:41 +0000)]
MDL-17458 minor cleanup
skodak [Thu, 15 Jan 2009 22:19:35 +0000 (22:19 +0000)]
MDL-17458 removed obsoleted example.com check from admin/index.php - now handled in default config or new setup.php code
skodak [Thu, 15 Jan 2009 22:14:40 +0000 (22:14 +0000)]
fixed whitespace
skodak [Thu, 15 Jan 2009 22:09:57 +0000 (22:09 +0000)]
MDL-17458 $CFG->rolesactive cleanup + other cleanup in upgrade code
skodak [Thu, 15 Jan 2009 21:36:48 +0000 (21:36 +0000)]
MDL-17457 moved all STATEMENTS into install.php
skodak [Thu, 15 Jan 2009 18:30:26 +0000 (18:30 +0000)]
MDL-17222 imrpoved configuration links
sam_marshall [Thu, 15 Jan 2009 17:48:45 +0000 (17:48 +0000)]
MDL-17818: Completion icons are in wrong place with RTL languages
skodak [Thu, 15 Jan 2009 17:22:50 +0000 (17:22 +0000)]
MDL-12886 adding killswitch for webservices - again!
sam_marshall [Thu, 15 Jan 2009 17:09:02 +0000 (17:09 +0000)]
MDL-17915: Conditional activities do not update when you change manual activity completion using an AJAX tickbox-
sam_marshall [Thu, 15 Jan 2009 14:30:19 +0000 (14:30 +0000)]
MDL-17914: Conditional activities should check that available dates in module form are not stupid
tjhunt [Thu, 15 Jan 2009 09:24:45 +0000 (09:24 +0000)]
formslib / tags: MDL-17889 a new formslib field type for editing a list of tags.
Not yet used anywhere. That can wait until tomorrow.
tjhunt [Thu, 15 Jan 2009 08:48:17 +0000 (08:48 +0000)]
XHTML strict.
jerome [Thu, 15 Jan 2009 08:18:00 +0000 (08:18 +0000)]
web service MDL-12886 add web services settings into admin
jerome [Thu, 15 Jan 2009 07:53:10 +0000 (07:53 +0000)]
web service MDL-12886 restore the web service switch
tjhunt [Thu, 15 Jan 2009 07:29:07 +0000 (07:29 +0000)]
questiontypes: MDL-17800 Add extra_question_fields() support to backup/restore functions.
* Implement this in the base class, and
* use this in the shortanswer type as a proof of concept.
This makes writing new question type subclasses a bit easier. Thanks to Oleg Sychev for this code.
jerome [Thu, 15 Jan 2009 07:27:22 +0000 (07:27 +0000)]
web service MDL-12886 alpha SOAP server/client
dongsheng [Thu, 15 Jan 2009 06:53:40 +0000 (06:53 +0000)]
"REPOSITORY/MDL-13766, use default icon for unknow file type"
jerome [Thu, 15 Jan 2009 06:12:57 +0000 (06:12 +0000)]
web service MDL-12886 add delete + update user core function and REST ws functions
tjhunt [Thu, 15 Jan 2009 05:15:38 +0000 (05:15 +0000)]
question engine: MDL-17651 this context is not used anywhere, so remove it.
(There was a bug in the get_context_instance call.)
moodlerobot [Thu, 15 Jan 2009 03:06:02 +0000 (03:06 +0000)]
Updated the HEAD build version to
20090115
wildgirl [Wed, 14 Jan 2009 20:30:58 +0000 (20:30 +0000)]
lang string: MDL-17642 small rewording, as reported by Mitsuhiro Yoshida
wildgirl [Wed, 14 Jan 2009 20:20:28 +0000 (20:20 +0000)]
help files: MDL-14319 small XHTML fixes, as reported by Chris Bandy
skodak [Wed, 14 Jan 2009 18:45:40 +0000 (18:45 +0000)]
MDL-17898 do not store real object instances into sessions in XMLDB editor
skodak [Wed, 14 Jan 2009 18:32:57 +0000 (18:32 +0000)]
MDL-14992 towards new moodle db sessions
stronk7 [Wed, 14 Jan 2009 18:23:30 +0000 (18:23 +0000)]
MDL-17837 - mimic from 19_STABLE - apply some limits to the dropdown of users in first instance.
stronk7 [Wed, 14 Jan 2009 18:07:31 +0000 (18:07 +0000)]
Fix wrong use of get_users_by_capability() - param mesh
skodak [Wed, 14 Jan 2009 17:08:29 +0000 (17:08 +0000)]
MDL-14992 towards new moodle db sessions
skodak [Wed, 14 Jan 2009 16:26:00 +0000 (16:26 +0000)]
MDL-12886 adding killswitch for webservices
thepurpleblob [Wed, 14 Jan 2009 10:07:39 +0000 (10:07 +0000)]
MDL-17048:
Added additional check for non-visible fields in signup page.
Merged from STABLE_19
tjhunt [Wed, 14 Jan 2009 09:58:12 +0000 (09:58 +0000)]
formslib: Sort list of field types, to make it easier to manage.
tjhunt [Wed, 14 Jan 2009 08:49:35 +0000 (08:49 +0000)]
tags/blog: Multiple XHTML strict problems.
jerome [Wed, 14 Jan 2009 08:11:56 +0000 (08:11 +0000)]
web service MDL-12886 remove paramsorder trick for real ws functions that call core functions (make easier to understand + easier to implement soap protocol)
tjhunt [Wed, 14 Jan 2009 08:00:48 +0000 (08:00 +0000)]
Merging mudrd8mz's typo fix.
tjhunt [Wed, 14 Jan 2009 07:08:02 +0000 (07:08 +0000)]
quiz: MDL-14926 New capability mod/quiz:reviewmyattempts, separate from mod/quiz:attempt. Merged from MOODLE_19_STABLE.
dongsheng [Wed, 14 Jan 2009 06:45:45 +0000 (06:45 +0000)]
"MDL-15488, fix current page value"
jerome [Wed, 14 Jan 2009 06:29:53 +0000 (06:29 +0000)]
web service MDL-12886 remove varlog() call (it's a personal function, not a moodle function)
dongsheng [Wed, 14 Jan 2009 06:05:33 +0000 (06:05 +0000)]
"FILEPICKER/MDL-17888, improve paging performance in file picker"
jerome [Wed, 14 Jan 2009 06:05:01 +0000 (06:05 +0000)]
web service MDL-12886 remove varlog() call (it's a personal function, not a moodle function)
dongsheng [Wed, 14 Jan 2009 05:01:11 +0000 (05:01 +0000)]
"MDL-6926, force language in forum module"
dongsheng [Wed, 14 Jan 2009 04:48:22 +0000 (04:48 +0000)]
"MDL-17747, add max category depth setting, merged from 1.9"
tjhunt [Wed, 14 Jan 2009 04:45:19 +0000 (04:45 +0000)]
admin settings: MDL-17877 Remember to pass u.id to get_users_by_capability.
tjhunt [Wed, 14 Jan 2009 04:44:20 +0000 (04:44 +0000)]
accesslib: Nice debug developer warning if you call get_users_with_capability without including u.id in the list of fields.
dongsheng [Wed, 14 Jan 2009 04:40:28 +0000 (04:40 +0000)]
"MDL-13766, move login form to the center of panal"
dongsheng [Wed, 14 Jan 2009 04:36:15 +0000 (04:36 +0000)]
"MDL-14949, reverse changes to permission which can cause problems, merged from 1.9"
dongsheng [Wed, 14 Jan 2009 04:26:53 +0000 (04:26 +0000)]
"REPOSITORY/MDL-13766, 1. move preview link to the top; 2. click folder title to enter "
dongsheng [Wed, 14 Jan 2009 03:26:47 +0000 (03:26 +0000)]
"MDL-13766, use bigger icons for file picker"
moodlerobot [Tue, 13 Jan 2009 23:57:25 +0000 (23:57 +0000)]
Updated the HEAD build version to
20090114
skodak [Tue, 13 Jan 2009 21:13:16 +0000 (21:13 +0000)]
MDL-17878 basic UI for looking at config log
skodak [Tue, 13 Jan 2009 19:07:41 +0000 (19:07 +0000)]
MDL-17880 removed debug code, grr
skodak [Tue, 13 Jan 2009 19:03:51 +0000 (19:03 +0000)]
MDL-17878 new table for logging of changes in admin settings - only changes done through admin UI are logged, grrrrrrrrrrrrrr
skodak [Tue, 13 Jan 2009 19:02:00 +0000 (19:02 +0000)]
MDL-17878 new table for logging of changes in admin settings - only changes done through admin UI are logged
thepurpleblob [Tue, 13 Jan 2009 13:22:15 +0000 (13:22 +0000)]
MDL-17048
Corrected misuse of formslib - works now.
Merged from STABLE_19
skodak [Tue, 13 Jan 2009 13:12:59 +0000 (13:12 +0000)]
MDL-17880 fixed removing of leading 0 from strings when emulating bounds in DML
skodak [Tue, 13 Jan 2009 11:40:43 +0000 (11:40 +0000)]
MDL-17458 fixed some buttons and upgrade strings
wildgirl [Tue, 13 Jan 2009 10:22:37 +0000 (10:22 +0000)]
embedding files in a frame: MDL-10021 small rewording of help file
skodak [Tue, 13 Jan 2009 09:04:09 +0000 (09:04 +0000)]
MDL-17868 detection of incorrect hadnling of floats in version numbers - this should prevent dataloss in case it does not work as expected; merged from MOODLE_19_STABLE
jerome [Tue, 13 Jan 2009 08:04:18 +0000 (08:04 +0000)]
web service MDL-12886 change comments
jerome [Tue, 13 Jan 2009 07:25:18 +0000 (07:25 +0000)]
web service MDL-12886 trivial test data modification
jerome [Tue, 13 Jan 2009 07:00:26 +0000 (07:00 +0000)]
web service MDL-12886 alpha web service api + alpha user core functions api + alpha Rest server (+ rest test client)
tjhunt [Tue, 13 Jan 2009 06:03:26 +0000 (06:03 +0000)]
edit profile: MDL-15607 Edit profile form breaks if the list of countries in the language pack is broken.
After this patch it still breaks, unavoidably, but at least there is now an error message.
dongsheng [Tue, 13 Jan 2009 05:04:15 +0000 (05:04 +0000)]
"REPOSITORY/MDL-13766, provide accepted_types when sending request"
moodlerobot [Tue, 13 Jan 2009 00:00:11 +0000 (00:00 +0000)]
Updated the HEAD build version to
20090113
wildgirl [Mon, 12 Jan 2009 21:51:56 +0000 (21:51 +0000)]
security overview report: MDL-17222 lang string rewording
skodak [Mon, 12 Jan 2009 21:13:28 +0000 (21:13 +0000)]
MDL-17457 migrated all modules to new db/install.php; added upgrade.txt file for devs converting contrib modules
skodak [Mon, 12 Jan 2009 19:36:59 +0000 (19:36 +0000)]
MDL-17457 removed all statements from main install.xml, some more improvements
skodak [Mon, 12 Jan 2009 18:10:50 +0000 (18:10 +0000)]
MDL-17859 implemented caching in get_tables()
skodak [Mon, 12 Jan 2009 16:52:53 +0000 (16:52 +0000)]
MDL-17849 sql queries not printed by default during upgrade anymore, there is a new config.php only setting $CFG->upgradeshowsql instead
skodak [Mon, 12 Jan 2009 15:13:44 +0000 (15:13 +0000)]
MDL-17845 now only one page per installs/upgrade :-D
tjhunt [Mon, 12 Jan 2009 07:24:03 +0000 (07:24 +0000)]
quiz editing: MDL-17296 further improve display of open and close dates on the editing page.
dongsheng [Mon, 12 Jan 2009 06:24:00 +0000 (06:24 +0000)]
"MDL-12077, add course delete hook for course format"
danmarsden [Mon, 12 Jan 2009 02:27:53 +0000 (02:27 +0000)]
fixed regression caused by patch for MDL-15105
moodlerobot [Sun, 11 Jan 2009 23:54:19 +0000 (23:54 +0000)]
Updated the HEAD build version to
20090112
skodak [Sun, 11 Jan 2009 17:16:50 +0000 (17:16 +0000)]
MDL-17855 fixed typo
skodak [Sun, 11 Jan 2009 16:42:19 +0000 (16:42 +0000)]
MDL-17854 removed PHP4isms from adminlib and friends
skodak [Sun, 11 Jan 2009 15:49:35 +0000 (15:49 +0000)]
MDL-17847 moev backup_config to config_plugin table
skodak [Sun, 11 Jan 2009 11:19:52 +0000 (11:19 +0000)]
MDL-16483 reverting changes done to admin/index.php, adding new /admin/report/unittest/test_tables script.php (not finished yet!)
skodak [Sun, 11 Jan 2009 10:18:53 +0000 (10:18 +0000)]
MDL-17427 - removed old file based logging from ugprade - going to add new upgrade logging later
skodak [Sun, 11 Jan 2009 09:44:42 +0000 (09:44 +0000)]
MDL-17853 fixed typo, thanks Nicolas Martignoni
skodak [Sun, 11 Jan 2009 09:41:48 +0000 (09:41 +0000)]
MDL-17457 moved a lot of code into lib/db/install.php + other refactoring and cleanup
moodlerobot [Sun, 11 Jan 2009 00:06:46 +0000 (00:06 +0000)]
Updated the HEAD build version to
20090111
skodak [Sat, 10 Jan 2009 22:13:12 +0000 (22:13 +0000)]
MDL-17845 removed install/upgrade autopilot - not needed any more ;-)
there are now only two upgrade pages, one for core, the second for all plugins
skodak [Sat, 10 Jan 2009 22:01:20 +0000 (22:01 +0000)]
MDL-17845 moved blocks code from /blocks/db/* to core