]>
git.mjollnir.org Git - moodle.git/log
Andrew Davis [Thu, 17 Dec 2009 06:02:46 +0000 (06:02 +0000)]
feedback MDL-21064 Hardcoded string in /mod/feedback/index.php
Andrew Davis [Thu, 17 Dec 2009 05:55:33 +0000 (05:55 +0000)]
rss MDL-8922 escaped ampersands in rss feed titles
Moodle HQ git importer [Thu, 17 Dec 2009 05:30:26 +0000 (05:30 +0000)]
Fixing drift between CVS and git
Moodle HQ git importer [Thu, 17 Dec 2009 05:56:30 +0000 (13:56 +0800)]
Merge branch 'cvshead' of /git/import/moodle into cvshead
Moodle HQ git importer [Thu, 17 Dec 2009 05:38:06 +0000 (13:38 +0800)]
Merge branch 'cvshead' of /git/import/moodle into cvshead
jerome mouneyrac [Thu, 17 Dec 2009 05:30:26 +0000 (05:30 +0000)]
flash detection MDL-20841 add Moodle licence
Dongsheng Cai [Thu, 17 Dec 2009 04:54:13 +0000 (04:54 +0000)]
"MDL-21141, fixed yui connection file and let requires->css ignore existing css files"
Moodle HQ git importer [Thu, 17 Dec 2009 04:08:49 +0000 (12:08 +0800)]
Fixing drift between CVS and git
Martin Dougiamas [Thu, 17 Dec 2009 03:47:00 +0000 (03:47 +0000)]
external blogs MDL-19683 Fixed a typo that meant cron synch was not working
Dongsheng Cai [Thu, 17 Dec 2009 03:40:38 +0000 (03:40 +0000)]
"MDL-19235, add boilerplates to repository module files"
Martin Dougiamas [Thu, 17 Dec 2009 03:33:45 +0000 (03:33 +0000)]
portfolio/lib MDL-15995 Added a missing global declaration for $CFG that broke cron
Moodle Robot [Thu, 17 Dec 2009 00:33:09 +0000 (00:33 +0000)]
Updated the HEAD build version to
20091217
Moodle Robot [Thu, 17 Dec 2009 00:22:34 +0000 (00:22 +0000)]
Automatic installer.php lang files by installer_builder (
20091217 )
Petr Skoda [Wed, 16 Dec 2009 22:33:49 +0000 (22:33 +0000)]
MDL-20792 fixing forgotten moodle_ prefixes in renderers
Petr Skoda [Wed, 16 Dec 2009 22:22:37 +0000 (22:22 +0000)]
MDL-20700 whitespace terror returns yet again
Petr Skoda [Wed, 16 Dec 2009 22:14:17 +0000 (22:14 +0000)]
MDL-20700 whitespace terror returns
Petr Skoda [Wed, 16 Dec 2009 21:50:45 +0000 (21:50 +0000)]
MDL-20787 final switch to new $OUTPUT->pix_url() - yay!
Petr Skoda [Wed, 16 Dec 2009 21:35:58 +0000 (21:35 +0000)]
MDL-20792 renamed moodle_progress_trace to progress_trace too - the general consensus is to not use moodle everywhere
Petr Skoda [Wed, 16 Dec 2009 21:33:01 +0000 (21:33 +0000)]
MDL-21142 minor cleanup in out() default params
Petr Skoda [Wed, 16 Dec 2009 21:31:47 +0000 (21:31 +0000)]
MDL-21142 moodle_url improvements:
1/ new __toString()
2/ strict method parameters checking, this should help discover wrong uses
3/ new remove_all_params() which prevents problems when using remove_params()
Petr Skoda [Wed, 16 Dec 2009 20:33:37 +0000 (20:33 +0000)]
MDL-20787 renaming image_url() to pix_url() to be more consistent with the actual image location ;-)
Petr Skoda [Wed, 16 Dec 2009 20:30:24 +0000 (20:30 +0000)]
MDL-20787 removed mod_icon_url() completely
Petr Skoda [Wed, 16 Dec 2009 20:25:14 +0000 (20:25 +0000)]
MDL-21139 replace all yui functions/methods with yui2 to make room for yui3
Petr Skoda [Wed, 16 Dec 2009 20:11:39 +0000 (20:11 +0000)]
MDL-21140 CSS style reset now used from the YUI3 lib, surprisingly it is a bit different from YUI2
Petr Skoda [Wed, 16 Dec 2009 19:45:12 +0000 (19:45 +0000)]
MDL-20796 importing yui 3.0.0
Petr Skoda [Wed, 16 Dec 2009 19:34:35 +0000 (19:34 +0000)]
MDL-20841 temporary fix for buggy YUI 2.8.0r4, dummy callback prevents error in js
Petr Skoda [Wed, 16 Dec 2009 19:32:36 +0000 (19:32 +0000)]
MDL-20795 integrating new YUI2 2.8.0r4
Petr Skoda [Wed, 16 Dec 2009 19:31:31 +0000 (19:31 +0000)]
MDL-20841 remporary fix for buggy YUI 2.8.0r4, dummy callback prevents error in js
Petr Skoda [Wed, 16 Dec 2009 18:21:43 +0000 (18:21 +0000)]
MDL-20795 importing latest version of YUI2 2.8.0r4, not integrated yet with our libs
Petr Skoda [Wed, 16 Dec 2009 18:03:52 +0000 (18:03 +0000)]
MDL-20788 fix comment
Petr Skoda [Wed, 16 Dec 2009 18:00:58 +0000 (18:00 +0000)]
MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks
Sam Hemelryk [Wed, 16 Dec 2009 02:08:53 +0000 (02:08 +0000)]
lib-navigation MDL-21113 Fixed minor javascript error when positioning sidepanel tabs for display
Sam Hemelryk [Wed, 16 Dec 2009 02:00:48 +0000 (02:00 +0000)]
mod-lesson MDL-21006 Huge refactoring of the lesson code
The following are notable changes made in this commit
* Lesson page type are now class based and extend an abstract class. This includes a class for the page type and a class for the creating/editing a instance of this page.
* Converted all forms to mforms
* Action script located in mod/action/* were worked into the above so far less switch statements and the action directory will be removed.
* Implements a custom renderer
* Converted everything to use page, output, and custom renderer methods
* Replaced all deprecated methods incl. print_textarea conversions
* Tried to cut down on excessive DB calls.
Things worth noting:
* The focus of this patch was on cleaning up the module not rewriting it, as such I have organized NOT rewritten. There are still many areas in the module where the code could be greatly improved however to do so would require a rethink/rewrite
Sam Hemelryk [Wed, 16 Dec 2009 01:48:48 +0000 (01:48 +0000)]
mod-assignment MDL-21106 Changed itemid for online assignment from assignment->id to user->id
Andrew Davis [Wed, 16 Dec 2009 00:52:57 +0000 (00:52 +0000)]
quiz MDL-18896 small efficiency improvement
Moodle Robot [Wed, 16 Dec 2009 00:33:04 +0000 (00:33 +0000)]
Updated the HEAD build version to
20091216
Penny Leach [Tue, 15 Dec 2009 12:37:06 +0000 (12:37 +0000)]
portfolio MDL-21079 updated a few more portfolio_callers
fixed a few more that were pointing to lib.php rather than locallib.php
Penny Leach [Tue, 15 Dec 2009 12:36:49 +0000 (12:36 +0000)]
portfolio MDL-20896 added the ability to set mime info for "intended" files
This means for places in Moodle that are going to write a file, like a
CSV file, they can set the intended mimetype of the generated file.
Previously you had to use a stored_file object.
This also gets rid of portfolio_fake_add_url function and replaces the
data module implementation with a button. I also refactored
portfolio_add_button::to_html to use moodle_url so it's easy to return
the same parameters to hidden form fields, an escaped url (for a link),
and a non escaped url (to redirect to, which is what the data module
does)
Dongsheng Cai [Tue, 15 Dec 2009 09:19:04 +0000 (09:19 +0000)]
"MDL-21103, fixed regex filter in tinymce plugin, and overwriten uploaded file with the same filename by default"
Dongsheng Cai [Tue, 15 Dec 2009 08:29:03 +0000 (08:29 +0000)]
"MDL-19654, repository draft plugin removal"
Dongsheng Cai [Tue, 15 Dec 2009 08:09:00 +0000 (08:09 +0000)]
"MDL-21103, check if repository plugin existed"
Dongsheng Cai [Tue, 15 Dec 2009 08:00:11 +0000 (08:00 +0000)]
"MDL-21102, fixed fatal php error in file picker"
Sam Hemelryk [Tue, 15 Dec 2009 04:13:21 +0000 (04:13 +0000)]
navigation MDL-20735 Activities added to the front page topic section were not being included in nav
Sam Hemelryk [Tue, 15 Dec 2009 01:38:40 +0000 (01:38 +0000)]
navigation MDL-20735 Activities added to the front page topic section were not being included in nav
Moodle Robot [Tue, 15 Dec 2009 00:33:42 +0000 (00:33 +0000)]
Updated the HEAD build version to
20091215
Eloy Lafuente [Mon, 14 Dec 2009 18:31:22 +0000 (18:31 +0000)]
Test. Ignore this.
Penny Leach [Mon, 14 Dec 2009 16:01:35 +0000 (16:01 +0000)]
portfolio/glossary NOBUG added some phpdocs
Penny Leach [Mon, 14 Dec 2009 15:43:25 +0000 (15:43 +0000)]
portfolio/glossary NOTABUG improved some phpdocs
Penny Leach [Mon, 14 Dec 2009 10:18:31 +0000 (10:18 +0000)]
online assignment / send_file: MDL-21104 fixed two missing variables
jerome mouneyrac [Mon, 14 Dec 2009 07:12:47 +0000 (07:12 +0000)]
webservice MDL-20803 fix REST POST parameters documentation
jerome mouneyrac [Mon, 14 Dec 2009 06:01:13 +0000 (06:01 +0000)]
webservice MDL-20803 added REST POST parameters documentation
Sam Hemelryk [Mon, 14 Dec 2009 05:56:55 +0000 (05:56 +0000)]
portfolio MDL-21079 Fixed missing requirement in portfolio simpletests
jerome mouneyrac [Mon, 14 Dec 2009 05:30:12 +0000 (05:30 +0000)]
webservice MDL-20803 fix xml-rpc documentation, now show the real sent PHP structure + response. REST POST parameters coming soon...
Gordon Bateson [Mon, 14 Dec 2009 03:29:33 +0000 (03:29 +0000)]
for consistency, use 0x80 instead of 128 in hotpot_charcode_to_utf8()
Sam Hemelryk [Mon, 14 Dec 2009 02:23:36 +0000 (02:23 +0000)]
portfolio MDL-21079 Fixed missing requirement in portfolio simpletests
Moodle Robot [Mon, 14 Dec 2009 00:32:31 +0000 (00:32 +0000)]
Updated the HEAD build version to
20091214
jerome mouneyrac [Sun, 13 Dec 2009 14:06:09 +0000 (14:06 +0000)]
webservice MDL-20803 little hack in order to not trigger environment.php in the header when $USER is set but the user is not logged
jerome mouneyrac [Sun, 13 Dec 2009 10:48:22 +0000 (10:48 +0000)]
webservice MDL-20803 add web service documentation generator
Moodle Robot [Sun, 13 Dec 2009 00:32:17 +0000 (00:32 +0000)]
Updated the HEAD build version to
20091213
Penny Leach [Sat, 12 Dec 2009 14:18:34 +0000 (14:18 +0000)]
portfolio MDL-21079 fixed a regression caused by massive refactoring of where portfolio callers live
Dan Poltawski [Sat, 12 Dec 2009 13:21:59 +0000 (13:21 +0000)]
lang/portfolio MDL-20897 Add missing lang strings
For new portfolio formats
Penny Leach [Sat, 12 Dec 2009 11:27:07 +0000 (11:27 +0000)]
portfolio MDL-21079 be more selective about including libraries.
this involves moving all formslib includes to where they're actually needed.
it also moves the portfolio stuff from assignment,data,chat,forum and glossary
into a locallib.php which involved creating it for many of those modules.
Moodle Robot [Sat, 12 Dec 2009 00:32:38 +0000 (00:32 +0000)]
Updated the HEAD build version to
20091212
Sam Hemelryk [Fri, 11 Dec 2009 02:40:57 +0000 (02:40 +0000)]
navigation MDL-14632 Attempting to fix navigation simpletests
Sam Hemelryk [Fri, 11 Dec 2009 02:19:12 +0000 (02:19 +0000)]
weblib MDL-17550 Added code to convert arrows set in themes from entities to UTF8 chars
Sam Hemelryk [Fri, 11 Dec 2009 02:05:39 +0000 (02:05 +0000)]
weblib MDL-17550 Added code to convert arrows set in themes from entities to UTF8 chars
Moodle Robot [Fri, 11 Dec 2009 00:32:26 +0000 (00:32 +0000)]
Updated the HEAD build version to
20091211
Dan Poltawski [Thu, 10 Dec 2009 11:19:06 +0000 (11:19 +0000)]
course/report/outline $CFG typo
Sam Hemelryk [Thu, 10 Dec 2009 03:33:30 +0000 (03:33 +0000)]
navigation MDL-20735 Fixed issue with unset cm contexts for front page course
Sam Hemelryk [Thu, 10 Dec 2009 03:11:18 +0000 (03:11 +0000)]
forum MDL-21086 cleaned up boilderplates and php doc packages
Andrew Davis [Thu, 10 Dec 2009 02:29:53 +0000 (02:29 +0000)]
quiz MDL-10128 popup checker no longer requests a non-existent file which was causing messages in server logs
Sam Hemelryk [Thu, 10 Dec 2009 02:11:28 +0000 (02:11 +0000)]
mod-forum MDL-17550 Converted subscribers.php to use the new user_selector control
At the same time I also converted weblib.php::check_theme_arrows to use UTF8 arrows rather than entities.
Sam Hemelryk [Thu, 10 Dec 2009 02:05:12 +0000 (02:05 +0000)]
navigation MDL-20735 Patch to properly display front page actitivies on the navigation
Sam Hemelryk [Thu, 10 Dec 2009 01:57:01 +0000 (01:57 +0000)]
moodlelib MDL-21060 Editing require_course_login to properly set page vars for the front page course
Moodle Robot [Thu, 10 Dec 2009 00:33:03 +0000 (00:33 +0000)]
Updated the HEAD build version to
20091210
Dan Poltawski [Wed, 9 Dec 2009 15:42:46 +0000 (15:42 +0000)]
glossary/navigation MDL-21080 - linking to incorrect location
jerome mouneyrac [Wed, 9 Dec 2009 06:54:05 +0000 (06:54 +0000)]
webservice MDL-12886 fix xhtml strict error into admin/webservice/service_users.php
Dongsheng Cai [Wed, 9 Dec 2009 04:16:34 +0000 (04:16 +0000)]
"MDL-16597, remove firebug debug code"
Rossiani Wijaya [Wed, 9 Dec 2009 01:55:39 +0000 (01:55 +0000)]
MDL-20095 add 1 minute delay time to display the tooltip windows.
Moodle Robot [Wed, 9 Dec 2009 00:33:45 +0000 (00:33 +0000)]
Updated the HEAD build version to
20091209
Sam Hemelryk [Tue, 8 Dec 2009 05:47:20 +0000 (05:47 +0000)]
files MDL-20831 Added a function to build a navbar that represents the location being browsed
Gordon Bateson [Tue, 8 Dec 2009 04:13:20 +0000 (04:13 +0000)]
MDL-20810: add missing function hotpot_charcode_to_utf8() required when importing Hot Potatoes files containing non-ascii chars into Moodle question bank
jerome mouneyrac [Tue, 8 Dec 2009 03:06:48 +0000 (03:06 +0000)]
flash upgrader MDL-20841 change phpdoc for flashdetect.js
Moodle Robot [Tue, 8 Dec 2009 00:32:52 +0000 (00:32 +0000)]
Updated the HEAD build version to
20091208
Moodle Robot [Tue, 8 Dec 2009 00:22:20 +0000 (00:22 +0000)]
Automatic installer.php lang files by installer_builder (
20091208 )
Eloy Lafuente [Mon, 7 Dec 2009 11:42:18 +0000 (11:42 +0000)]
MDL-20961 customize notices showed when user information is not included in backup ; merged from 19_STABLE
David Mudrak [Mon, 7 Dec 2009 10:15:07 +0000 (10:15 +0000)]
Fixed a typo in function name
David Mudrak [Mon, 7 Dec 2009 10:09:04 +0000 (10:09 +0000)]
Escaping variable in string
Sam Hemelryk [Mon, 7 Dec 2009 06:23:00 +0000 (06:23 +0000)]
course MDL-20989 Fixed bug that threw notices if a module didn't support FEATURE_MOD_INTRO
Sam Hemelryk [Mon, 7 Dec 2009 06:13:09 +0000 (06:13 +0000)]
user MDL-19825 Converted get_record to use DB object
Sam Hemelryk [Mon, 7 Dec 2009 06:06:58 +0000 (06:06 +0000)]
glossary MDL-19809 Fixed deprecated call to error
Sam Hemelryk [Mon, 7 Dec 2009 06:04:53 +0000 (06:04 +0000)]
chat MDL-19804 Fixed deprecated event calls
Sam Hemelryk [Mon, 7 Dec 2009 05:58:37 +0000 (05:58 +0000)]
message MDL-19801 Fixed deprecated call to current_theme
Sam Hemelryk [Mon, 7 Dec 2009 05:49:30 +0000 (05:49 +0000)]
blocks MDL-19788 Fixed use of delete_records
Dongsheng Cai [Mon, 7 Dec 2009 05:01:09 +0000 (05:01 +0000)]
"MDL-16597, added more docs, clean up code and added maxbytes support"
Sam Hemelryk [Mon, 7 Dec 2009 04:00:38 +0000 (04:00 +0000)]
forum MDL-19808 Fixed minor regressions caused by upgrades
jerome mouneyrac [Mon, 7 Dec 2009 03:24:49 +0000 (03:24 +0000)]
flash upgrader MDL-20841 fix swfobject javascript bug related to http://code.google.com/p/swfobject/issues/detail?id=332, merged from 1.9
Sam Hemelryk [Mon, 7 Dec 2009 02:43:35 +0000 (02:43 +0000)]
question MDL-20910 Fixed buggy conversion of link_to_popup_window
Moodle Robot [Mon, 7 Dec 2009 00:32:31 +0000 (00:32 +0000)]
Updated the HEAD build version to
20091207
Moodle Robot [Sun, 6 Dec 2009 00:32:14 +0000 (00:32 +0000)]
Updated the HEAD build version to
20091206