]>
git.mjollnir.org Git - moodle.git/log
Petr Skoda [Mon, 28 Dec 2009 19:38:00 +0000 (19:38 +0000)]
fixed dml typo
Petr Skoda [Mon, 28 Dec 2009 14:53:31 +0000 (14:53 +0000)]
MDL-21198 fixed legacy PHP4 pass-by-reference notation + added proper param type
Eloy Lafuente [Mon, 28 Dec 2009 14:34:50 +0000 (14:34 +0000)]
MDL-21203 delete dupe code - Credit goes to Antoine G ; merged from 19_STABLE
Petr Skoda [Mon, 28 Dec 2009 10:43:01 +0000 (10:43 +0000)]
MDL-21198 make factory methods ahve to be static; adding "real" construtors for components; fixed regression in detection of missing image alt text in actions; api improvements; plus some other fixes
Petr Skoda [Mon, 28 Dec 2009 08:33:47 +0000 (08:33 +0000)]
MDL-21198 improved parameter types specification in renderer api
Moodle Robot [Mon, 28 Dec 2009 00:34:42 +0000 (00:34 +0000)]
Updated the HEAD build version to
20091228
Petr Skoda [Sun, 27 Dec 2009 23:31:46 +0000 (23:31 +0000)]
MDL-21198 going back to the original spacer syntax, image component improvements, plus some regression fixes
Petr Skoda [Sun, 27 Dec 2009 19:50:15 +0000 (19:50 +0000)]
MDL-21198 removing "Moodle_" prefix from html_component
Petr Skoda [Sun, 27 Dec 2009 19:47:21 +0000 (19:47 +0000)]
MDL-21198 improved/simplified $OUTPUT->user_picture() + regression fixes, performance fixes and detected performance problems when printing user avatars
Petr Skoda [Sun, 27 Dec 2009 12:58:29 +0000 (12:58 +0000)]
MDL-21197 output components do not use globals any more in prepare() methods
Petr Skoda [Sun, 27 Dec 2009 12:02:04 +0000 (12:02 +0000)]
MDL-20790 more page layouts -see base theme for full list; also added new css body class for describing current layout; base layout is now default for beter BC; require_login() now sets 'incourse' layout automatically
Petr Skoda [Sun, 27 Dec 2009 11:51:44 +0000 (11:51 +0000)]
fixed CLI script detection
Petr Skoda [Sun, 27 Dec 2009 09:27:41 +0000 (09:27 +0000)]
MDL-21196 workaround for xhtml strict problems in phploader
Moodle Robot [Sun, 27 Dec 2009 00:33:13 +0000 (00:33 +0000)]
Updated the HEAD build version to
20091227
Moodle Robot [Sat, 26 Dec 2009 00:33:27 +0000 (00:33 +0000)]
Updated the HEAD build version to
20091226
David Mudrak [Fri, 25 Dec 2009 23:31:59 +0000 (23:31 +0000)]
MDL-21191 Fixing another regression in dependency calculation
This is not easy to spot as $params may just contain one more item than $sql
would expect. However, $sql and $params should be well paired.
Petr Skoda [Fri, 25 Dec 2009 22:47:41 +0000 (22:47 +0000)]
MDL-21189 yui combined file loading admin setting
Petr Skoda [Fri, 25 Dec 2009 22:37:04 +0000 (22:37 +0000)]
MDL-21189 yui2/3 combo loader implemented - yay! admin settings in the next commit; yui libs stored in more standard locations
Petr Skoda [Fri, 25 Dec 2009 19:51:40 +0000 (19:51 +0000)]
MDL-21189 custom yui image loading needed for combo yui loader
David Mudrak [Fri, 25 Dec 2009 17:18:52 +0000 (17:18 +0000)]
MDL-21190 Re-fixing a regression in dependency calculation
Sorry for the last commit. This should be the proper way. The problem
was with the question mark within quotes - it was not considered as a
placeholder.
David Mudrak [Fri, 25 Dec 2009 16:46:46 +0000 (16:46 +0000)]
MDL-21190 Fixing a regression in dependency calculation
Petr Skoda [Fri, 25 Dec 2009 15:27:47 +0000 (15:27 +0000)]
MDL-21187 brand new yui2 lib loading now using the official YAHOO oholoaders which properly resolves all dependencies; please note we are still suing the YUI2 CSS preloading
Petr Skoda [Fri, 25 Dec 2009 14:40:44 +0000 (14:40 +0000)]
MDL-20204 show debugging when require_js() used
Petr Skoda [Fri, 25 Dec 2009 14:23:36 +0000 (14:23 +0000)]
MDL-21188 minor cleanup
Petr Skoda [Fri, 25 Dec 2009 14:15:24 +0000 (14:15 +0000)]
fixed whitespace, sorrry
Petr Skoda [Fri, 25 Dec 2009 14:14:55 +0000 (14:14 +0000)]
MDL-21188 removing support for yui pix folders in themes because it is not compatible with autoloading in YUI3 and also loading of any YUI from external sites through combo scripts
Petr Skoda [Fri, 25 Dec 2009 13:48:23 +0000 (13:48 +0000)]
MDL-21187 YUI phploader now used for YUI3
Petr Skoda [Fri, 25 Dec 2009 10:52:02 +0000 (10:52 +0000)]
MDL-21139 always load YUI3 CSS after YUI2 so that it takes precedence
Petr Skoda [Fri, 25 Dec 2009 10:40:30 +0000 (10:40 +0000)]
MDL-21139 search for YUI3 images before YUI2
Moodle Robot [Fri, 25 Dec 2009 00:33:15 +0000 (00:33 +0000)]
Updated the HEAD build version to
20091225
Moodle Robot [Fri, 25 Dec 2009 00:22:33 +0000 (00:22 +0000)]
Automatic installer.php lang files by installer_builder (
20091225 )
Valery Fremaux [Thu, 24 Dec 2009 23:10:56 +0000 (23:10 +0000)]
http://tracker.moodle.org/browse/MDL-21186
Andrew Davis [Thu, 24 Dec 2009 06:44:51 +0000 (06:44 +0000)]
weblib MDL-21168 improved convert_urls_into_links
Sam Hemelryk [Thu, 24 Dec 2009 03:12:13 +0000 (03:12 +0000)]
theme-anomaly MDL-20175 Removing readme.html file that is now in lang dir
Sam Hemelryk [Thu, 24 Dec 2009 03:06:39 +0000 (03:06 +0000)]
theme-anomaly MDL-20175 Updated anomaly theme to work with Moodle 2.0
It is still along way off finished however I will wait until the remaining theme changes are complete before fixing remaining issues.
Sam Hemelryk [Thu, 24 Dec 2009 02:06:05 +0000 (02:06 +0000)]
navigation MDL-21177 Removed erroneous DB queries from module extension calls
Moodle Robot [Thu, 24 Dec 2009 00:33:57 +0000 (00:33 +0000)]
Updated the HEAD build version to
20091224
Petr Skoda [Wed, 23 Dec 2009 18:52:42 +0000 (18:52 +0000)]
MDL-20799 renewed support for alternative theme dir location
Petr Skoda [Wed, 23 Dec 2009 18:50:06 +0000 (18:50 +0000)]
MDL-20787 removing obsolete smartpix redirect code
Petr Skoda [Wed, 23 Dec 2009 18:23:21 +0000 (18:23 +0000)]
MDL-21125 removing obsolete global $THEME
Petr Skoda [Wed, 23 Dec 2009 18:05:58 +0000 (18:05 +0000)]
MDL-21125 obsoleting global $THEME
Petr Skoda [Wed, 23 Dec 2009 17:51:41 +0000 (17:51 +0000)]
MDL-21125 obsoleting global $THEME
Petr Skoda [Wed, 23 Dec 2009 17:44:17 +0000 (17:44 +0000)]
MDL-21125 obsoleting global $THEME
Petr Skoda [Wed, 23 Dec 2009 17:27:29 +0000 (17:27 +0000)]
MDL-20204 removed some forgotten legacy code
Petr Skoda [Wed, 23 Dec 2009 17:18:46 +0000 (17:18 +0000)]
MDL-21124 full support for JS in theems finished
David Mudrak [Wed, 23 Dec 2009 16:54:39 +0000 (16:54 +0000)]
MDL-21178 formslib element modgrade does not use deprecated link_to_popup_window() for help icon
Sam Hemelryk [Wed, 23 Dec 2009 08:56:16 +0000 (08:56 +0000)]
navigation /MDL-21152 fixed regression changed topframe to frametop
Sam Hemelryk [Wed, 23 Dec 2009 06:19:25 +0000 (06:19 +0000)]
mod-data MDL-19806 Converted remaining print_textarea's to 2.0 editors.
Sam Hemelryk [Wed, 23 Dec 2009 03:01:36 +0000 (03:01 +0000)]
mod-quiz MDL-19813 converted deprecated calendar event methods
Sam Hemelryk [Wed, 23 Dec 2009 02:45:22 +0000 (02:45 +0000)]
question MDL-21169 removed update_module_button calls from question these are now added by the module extending the navigation if there is a module specified for question pages.
Also fixed bug in moodle_url object coding_error to coding_exception
Sam Hemelryk [Wed, 23 Dec 2009 01:57:55 +0000 (01:57 +0000)]
mod MDL-21169 Removed update this module button and ensured there was a link in the settings block for it.
Sam Hemelryk [Wed, 23 Dec 2009 01:47:57 +0000 (01:47 +0000)]
mod-scorm MDL-20261 Added functions to extend navigation and removed update this module buttons
Sam Hemelryk [Wed, 23 Dec 2009 01:47:01 +0000 (01:47 +0000)]
mod-hotpot MDL-20258 Added skeleton functions to extend navigation and removed update this module buttons
Sam Hemelryk [Wed, 23 Dec 2009 01:24:17 +0000 (01:24 +0000)]
files MDL-20635 Changed cleanup of files when a context is deleted from the moment it occurs to cron
Sam Hemelryk [Wed, 23 Dec 2009 01:22:48 +0000 (01:22 +0000)]
navigation MDL-20649 Revised the way in which navigation works for users
When logged in there is a my moodle dashboard branch, when viewing a site profile there is a users branch, and when viewing a course profile there the user is shown under the participants branch
David Mudrak [Wed, 23 Dec 2009 00:57:20 +0000 (00:57 +0000)]
gradebook: fixed scale description field re-save after embedded files URL rewrite
Moodle Robot [Wed, 23 Dec 2009 00:33:43 +0000 (00:33 +0000)]
Updated the HEAD build version to
20091223
Pierre Pichet [Tue, 22 Dec 2009 10:37:41 +0000 (10:37 +0000)]
MDL-20296 hiding instructions HTML editor and reordering units controls
jerome mouneyrac [Tue, 22 Dec 2009 07:26:20 +0000 (07:26 +0000)]
webservice MDL-20803 fix printed documentation (collapsible javascript broke the printed pages)
jerome mouneyrac [Tue, 22 Dec 2009 07:09:28 +0000 (07:09 +0000)]
webservice MDL-20803 fix bad english
jerome mouneyrac [Tue, 22 Dec 2009 03:52:28 +0000 (03:52 +0000)]
webservice MDL-20803 add "Print All" button
Matt Oquist [Tue, 22 Dec 2009 02:25:02 +0000 (02:25 +0000)]
MDL-19024 Fix a bug that stops strings from being displayed correctly in the admin section when configuring the MNET services. (Thanks, Richard Mansfield.)
Moodle Robot [Tue, 22 Dec 2009 00:34:04 +0000 (00:34 +0000)]
Updated the HEAD build version to
20091222
Moodle Robot [Tue, 22 Dec 2009 00:23:19 +0000 (00:23 +0000)]
Automatic installer.php lang files by installer_builder (
20091222 )
Tim Hunt [Mon, 21 Dec 2009 16:39:06 +0000 (16:39 +0000)]
Correct PHPdoc comment.
Andrew Davis [Mon, 21 Dec 2009 08:13:50 +0000 (08:13 +0000)]
group MDL-20005 added display of other groups users are in
jerome mouneyrac [Mon, 21 Dec 2009 08:08:22 +0000 (08:08 +0000)]
webservice MDL-20803 add some comments to the code
jerome mouneyrac [Mon, 21 Dec 2009 07:37:54 +0000 (07:37 +0000)]
webservice MDL-20803 replace all html tag display by output tag functions
jerome mouneyrac [Mon, 21 Dec 2009 06:11:50 +0000 (06:11 +0000)]
webservice MDL-12886 do not display the web service core if no service available
Sam Hemelryk [Mon, 21 Dec 2009 06:01:30 +0000 (06:01 +0000)]
groups MDL-19559 Fixed trivial css issue
jerome mouneyrac [Mon, 21 Dec 2009 04:01:02 +0000 (04:01 +0000)]
webservice MDL-20803 add switch to disable documentation, fix renderer call on login page, fix xhtml strict, add css file. TODO: use output render function to display tag, move all css style into the css file
Sam Hemelryk [Mon, 21 Dec 2009 03:57:36 +0000 (03:57 +0000)]
mod-feedback MDL-19807 Fixed up final deprecated methods
Moodle Robot [Mon, 21 Dec 2009 00:33:27 +0000 (00:33 +0000)]
Updated the HEAD build version to
20091221
Petr Skoda [Sun, 20 Dec 2009 23:06:57 +0000 (23:06 +0000)]
MDL-21124 towards full JS support in themes
Petr Skoda [Sun, 20 Dec 2009 21:50:46 +0000 (21:50 +0000)]
MDL-21124 towards full JS support in themes
Petr Skoda [Sun, 20 Dec 2009 21:50:15 +0000 (21:50 +0000)]
MDL-20204 fixed silly bug in my previous commit
Petr Skoda [Sun, 20 Dec 2009 19:41:47 +0000 (19:41 +0000)]
MDL-20204 more BC in standard theme CSS
Petr Skoda [Sun, 20 Dec 2009 16:34:18 +0000 (16:34 +0000)]
MDL-21150 finally we have a general agreement that plugin_renderes now "magically extend" the core_renderer by using of __call() + fixed problems with protected methods
Petr Skoda [Sun, 20 Dec 2009 16:25:41 +0000 (16:25 +0000)]
MDL-21155 improve themechangeonurl - sesskey not required, it may be a slight CSRF problem, but on the other hand theme designers rely on this very often, fixed problems with theme in _POST
Moodle Robot [Sun, 20 Dec 2009 00:33:58 +0000 (00:33 +0000)]
Updated the HEAD build version to
20091220
Pierre Pichet [Sat, 19 Dec 2009 21:30:31 +0000 (21:30 +0000)]
MDL-20960 testing correctly response 0 as not null line 393 merged from 1.9
Eloy Lafuente [Sat, 19 Dec 2009 11:03:03 +0000 (11:03 +0000)]
NOBUG: XHTML strict
Moodle Robot [Sat, 19 Dec 2009 00:33:13 +0000 (00:33 +0000)]
Updated the HEAD build version to
20091219
Moodle Robot [Sat, 19 Dec 2009 00:22:39 +0000 (00:22 +0000)]
Automatic installer.php lang files by installer_builder (
20091219 )
Eloy Lafuente [Fri, 18 Dec 2009 18:48:44 +0000 (18:48 +0000)]
MDL-21045, MDL-21046 restore - gradebook categories, letters and outcomes are now
restored no matter if user info is enabled or no (as far as they are user-independent)
Merged from 19_STABLE
Tim Hunt [Fri, 18 Dec 2009 18:19:46 +0000 (18:19 +0000)]
Grade item: MDL-21161 timemodified never gets set on calculated gradebook columns
Eloy Lafuente [Fri, 18 Dec 2009 18:11:13 +0000 (18:11 +0000)]
Related to MDL-6489 - advanced search template was missing in backup/restore ; merged from 19_STABLE
Eloy Lafuente [Fri, 18 Dec 2009 17:53:47 +0000 (17:53 +0000)]
MDL-11507, MDL-15157 database activity - avoid some notices on restore ; merged from 19_STABLE
Eloy Lafuente [Fri, 18 Dec 2009 17:40:16 +0000 (17:40 +0000)]
MDL-21160 database activity - remap scale on restore ; merged from 19_STABLE
Tim Hunt [Fri, 18 Dec 2009 17:13:39 +0000 (17:13 +0000)]
grader report: MDL-21159 Link to user report does not respect $CFG->grade_profilereport setting.
Also, the report was generating invalid XHTML.
Penny Leach [Fri, 18 Dec 2009 14:38:22 +0000 (14:38 +0000)]
portfolio/assignment MDL-21035 added updated & published fields to leap2a.
also fixed files support in online type
Penny Leach [Fri, 18 Dec 2009 13:44:56 +0000 (13:44 +0000)]
portfolio/glossary MDL-21031 leap2a support for full glossary
Penny Leach [Fri, 18 Dec 2009 13:44:47 +0000 (13:44 +0000)]
portfolio/glossary MDL-21031 leap2a
this only implements leap2a in the single-entry export so far.
Penny Leach [Fri, 18 Dec 2009 13:44:35 +0000 (13:44 +0000)]
portfolio: MDL-21156 portfolio export format specific pluginfile handling
Penny Leach [Fri, 18 Dec 2009 13:44:23 +0000 (13:44 +0000)]
portfolio: MDL-21030 added helper function to add multiple attachments
Dan Marsden [Fri, 18 Dec 2009 10:34:59 +0000 (10:34 +0000)]
SCORM MDL-17891 pass back correct state if storeData fails in LMSFinish - thanks to Peter Chamberlin for the report.
Dan Marsden [Fri, 18 Dec 2009 10:12:12 +0000 (10:12 +0000)]
SCORM MDL-18835 remove old comment
Dan Marsden [Fri, 18 Dec 2009 10:10:04 +0000 (10:10 +0000)]
SCORM MDL-18835 display time periods in "human-readable" format. - mainly for SCORM 2004 objects. - thanks to Vlas Voloshin for patch and unit tests!
Sam Hemelryk [Fri, 18 Dec 2009 08:45:00 +0000 (08:45 +0000)]
mod-assignment MDL-21106 Changed user->id to submission->id, big thanks Penny for spotting
Dan Marsden [Fri, 18 Dec 2009 08:19:51 +0000 (08:19 +0000)]
SCORM MDL-20122 badly formatted restore values - thanks to Michael Avelar for the fix