dongsheng [Wed, 2 Sep 2009 09:20:47 +0000 (09:20 +0000)]
"MDL-13766, add a parameter for file manager"
dongsheng [Wed, 2 Sep 2009 08:57:50 +0000 (08:57 +0000)]
"MDL-13766, fixed bug of local repository plugin"
samhemelryk [Wed, 2 Sep 2009 08:36:16 +0000 (08:36 +0000)]
user MDL-19825 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
jerome [Wed, 2 Sep 2009 07:19:26 +0000 (07:19 +0000)]
web services MDL-12886 ws params: when the algo cleans a list of param, only the first element of the list is cleaned (fixed) + web service description includes service name
samhemelryk [Wed, 2 Sep 2009 07:08:33 +0000 (07:08 +0000)]
navigation MDL-14632 Fixed navbar bug whereby if no active pages were found in either navigation or settings
`home` was not added to the navbar
samhemelryk [Wed, 2 Sep 2009 06:50:14 +0000 (06:50 +0000)]
generator MDL-17057 Fixed several bugs in generator that were stopping it from working
dongsheng [Wed, 2 Sep 2009 05:43:01 +0000 (05:43 +0000)]
"MDL-16596, improved non-js filemanager, 1. supported subfolder 2. browse draft area 3. create new folder 4. zip folder & unzip archiev"
jerome [Wed, 2 Sep 2009 03:58:09 +0000 (03:58 +0000)]
web services MDL-12886 ws params: objects into an object were not cleaned, neither documented
jerome [Wed, 2 Sep 2009 03:36:52 +0000 (03:36 +0000)]
web services MDL-12886 remove library functions from previous web service description design
moodlerobot [Wed, 2 Sep 2009 00:38:17 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090902
stronk7 [Tue, 1 Sep 2009 16:31:09 +0000 (16:31 +0000)]
MDL-17969 mssql (freetds/odbtp) native driver. Now supporting DB sessions
with proper locking.
mudrd8mz [Tue, 1 Sep 2009 14:15:49 +0000 (14:15 +0000)]
NOBUG: Fixed confirm() - two buttons "Yes" were displayed
Also, I change the default labels to Continue/Cancel. It is not good for
UI consistency to have Yes/No is string URL is passed and
Continue/Cancel if moodle_url is passed.
Removing the check against empty button->text as it has always the
default value "Yes".
skodak [Tue, 1 Sep 2009 09:26:43 +0000 (09:26 +0000)]
MDL-20191 more plugin uninstall cleanup and improvements
jerome [Tue, 1 Sep 2009 08:52:28 +0000 (08:52 +0000)]
web services MDL-12886 trivial change
skodak [Tue, 1 Sep 2009 08:46:16 +0000 (08:46 +0000)]
MDL-20196 improved plugin_supports() for all plugin types
skodak [Tue, 1 Sep 2009 08:39:55 +0000 (08:39 +0000)]
fixed whitespace
skodak [Tue, 1 Sep 2009 08:39:01 +0000 (08:39 +0000)]
MDL-20196 improved plugin_supports() for all plugin types
samhemelryk [Tue, 1 Sep 2009 04:13:00 +0000 (04:13 +0000)]
navigation MDL-14632 Fixed bug with deprecated build_navigation function
samhemelryk [Tue, 1 Sep 2009 03:47:07 +0000 (03:47 +0000)]
navigation MDL-14632 Deprecate print_header menu argument and provide PAGE method
jerome [Tue, 1 Sep 2009 02:39:39 +0000 (02:39 +0000)]
web services MDL-12886 fix documentation: support of a unique description object into two diffferent function descriptions
samhemelryk [Tue, 1 Sep 2009 02:07:01 +0000 (02:07 +0000)]
navigation MDL-14632 Fixed minor regressions for recent patches
* Search field now takes input again
* Javascript event propogration is stopped to prevent refreshing when switch block position
gbateson [Tue, 1 Sep 2009 01:25:23 +0000 (01:25 +0000)]
MDL-20184 use $this->error() to print error message if no questions found importing from a Hot Potatoes XML file into Moodle's question bank / Quiz module
gbateson [Tue, 1 Sep 2009 01:05:41 +0000 (01:05 +0000)]
MDL-20184 more efficient and accurate detection of missing nodes in xml tree when importing Hot Potatoes XML files to Moodle question bank / quiz module
moodlerobot [Tue, 1 Sep 2009 00:38:19 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090901
skodak [Mon, 31 Aug 2009 20:46:11 +0000 (20:46 +0000)]
MDL-20169 reverting my incorrect patch - sorrry
stronk7 [Mon, 31 Aug 2009 16:14:43 +0000 (16:14 +0000)]
MDL-15181 temporary tables - now mysql driver uses the temptables object to
solve its carences handling temp tables.
stronk7 [Mon, 31 Aug 2009 15:47:46 +0000 (15:47 +0000)]
MDL-15181 temporary tables support. No more differences in table_exists() +
implemented temptables store for mysql.
mudrd8mz [Mon, 31 Aug 2009 15:23:02 +0000 (15:23 +0000)]
MDL-20191 Subplugins are uninstalled together with the parent plugin
This is a first working implementation I have. I need to so I can
continue with the Workshop development. I think the performance can be
significantly improved here as the location of the subplugins is
evaluated atr least twice, I guess.
stronk7 [Mon, 31 Aug 2009 14:25:51 +0000 (14:25 +0000)]
MDL-17969 mssql (freetds/odbtp) native driver. Both import_record and reset_sequence implemented.
Only session locking support pending.
stronk7 [Mon, 31 Aug 2009 14:23:40 +0000 (14:23 +0000)]
SQL generators must not execute changes in DB. Just provide the needed SQL
in order to make database_manager to execute it. reset_sequence reimplemented.
samhemelryk [Mon, 31 Aug 2009 08:27:26 +0000 (08:27 +0000)]
navigation MDL-14632 Fixed Javascript scrolling bug in FF3
jerome [Mon, 31 Aug 2009 07:13:41 +0000 (07:13 +0000)]
MDL-19763 PHP Fatal Error fix on undefined plain_page()
samhemelryk [Mon, 31 Aug 2009 04:07:51 +0000 (04:07 +0000)]
navigation MDL-14632 Fixed simpletests after the different tweaking that has gone on
samhemelryk [Mon, 31 Aug 2009 03:58:17 +0000 (03:58 +0000)]
navigation MDL-14632 Minor tweaking as suggested on this issue.
* Fixed focus on search closing tab
* Added spacing to refresh/moveto icons
* Made all text in navigation tree's expandable
* Final element on navbar no longer a link
samhemelryk [Mon, 31 Aug 2009 02:27:40 +0000 (02:27 +0000)]
navigation MDL-14632 Fixed regression in action_icon conversion
gbateson [Mon, 31 Aug 2009 02:08:00 +0000 (02:08 +0000)]
MDL-20184 when importing questions from Hot Potatoes files to Moodle question-bank / Quiz module, the readquestions() function wil return "false", to signify an error, if no questions are detected in the import file
gbateson [Mon, 31 Aug 2009 01:36:01 +0000 (01:36 +0000)]
MDL-20185 detect zero, "0", as an answer for a gap in a JCloze when importing to the Moodle's question bank / Quiz module
moodlerobot [Mon, 31 Aug 2009 00:37:32 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090831
stronk7 [Sun, 30 Aug 2009 23:26:23 +0000 (23:26 +0000)]
MDL-17969 Now defaulting to new mssql native driver instead of adodb one. Yay!
stronk7 [Sun, 30 Aug 2009 23:24:08 +0000 (23:24 +0000)]
MDL-17969 mssql sql generator. Now works with temptables store and facilities
stronk7 [Sun, 30 Aug 2009 23:18:24 +0000 (23:18 +0000)]
Clean-up some conflicts introduced in my prev commit.
stronk7 [Sun, 30 Aug 2009 23:04:35 +0000 (23:04 +0000)]
MDL-19057 adding some pending bits
stronk7 [Sun, 30 Aug 2009 23:00:25 +0000 (23:00 +0000)]
MDL-17969 mssql (freetds/odbtp) native driver. Passes all the tests but:
- import record
- reset sequence
... so it's a good moment to add it.
stronk7 [Sun, 30 Aug 2009 22:55:45 +0000 (22:55 +0000)]
MDL-15181 cross-db temporary tables support. First-cut.
stronk7 [Sun, 30 Aug 2009 20:53:12 +0000 (20:53 +0000)]
Concatenating NULLs with anything returns NULL
stronk7 [Sun, 30 Aug 2009 16:01:31 +0000 (16:01 +0000)]
Added more sql_concat tests. MySQL and PG broken :-( Fix coming soon.
moodlerobot [Sun, 30 Aug 2009 00:36:51 +0000 (00:36 +0000)]
Updated the HEAD build version to
20090830
skodak [Sat, 29 Aug 2009 11:15:27 +0000 (11:15 +0000)]
MDL-14632 fixed forbidden use of Call-time pass-by-reference
stronk7 [Sat, 29 Aug 2009 01:17:57 +0000 (01:17 +0000)]
Added some more tests to temp tables to show current implementation problems in mysql and mssql. Fix coming soon.
moodlerobot [Sat, 29 Aug 2009 00:36:45 +0000 (00:36 +0000)]
Updated the HEAD build version to
20090829
stronk7 [Sat, 29 Aug 2009 00:08:55 +0000 (00:08 +0000)]
Delegate prefix subtitution to each db driver to enforce calls to fix_sql_params() everywhere
stronk7 [Fri, 28 Aug 2009 17:30:18 +0000 (17:30 +0000)]
Delete the tweakTempTable() thing used to support temp tables in mssql.
Was hacky and incomplete. Proper solution must be mssql exclusive.
nicolasconnault [Fri, 28 Aug 2009 12:45:50 +0000 (12:45 +0000)]
MDL-19756 Removing badly merged line :p
nicolasconnault [Fri, 28 Aug 2009 11:38:33 +0000 (11:38 +0000)]
MDL-19756 Fixed bug in output of fields with a label
mudrd8mz [Fri, 28 Aug 2009 11:34:01 +0000 (11:34 +0000)]
NOBUG: fixed incorect use of $output variable
I propose to use $output variable name for renderer instance only. Also,
this did not work at all as $output was not returned.
stronk7 [Fri, 28 Aug 2009 11:17:47 +0000 (11:17 +0000)]
Enforce strict mode in mysqli session in order to get consistent behaviour
in various operations (casting, altering columns...)
nicolasconnault [Fri, 28 Aug 2009 10:28:16 +0000 (10:28 +0000)]
MDL-14632 Improved the output code of the settings block and fixed typo of toogle to toggle.
jerome [Fri, 28 Aug 2009 10:06:14 +0000 (10:06 +0000)]
webservices MDL-12886 update xmlrpc server/client to work with new web service description
samhemelryk [Fri, 28 Aug 2009 08:47:31 +0000 (08:47 +0000)]
navigation MDL-14632 Very significant navigation commit
This patch introduces two new blocks global_navigation_tree and settings_navigation_tree
both of which have been designed to make full use of the new navigation objects available through
the $PAGE object.
Bulk of this code is within lib/navigationlib.php
gbateson [Fri, 28 Aug 2009 08:04:48 +0000 (08:04 +0000)]
HotPot module: differentiate between "guesses-correct" (JCloze) and "guess-correct" (JCross, JMatch, JMix, JQuiz) in HotPot xml files and fix PreloadImages function for multiple images
nicolasconnault [Fri, 28 Aug 2009 08:00:15 +0000 (08:00 +0000)]
MDL-19756 Corrected an incorrect default text for the "cancel" button of a confirm dialog
moodler [Fri, 28 Aug 2009 07:34:39 +0000 (07:34 +0000)]
admin/settings MDL-20180 Moved "Debugging" from the Server menu to the Development menu where it makes more sense.
Also moved some things around a bit to make them look a little better. Ideally Experimental would be last but this is not easy to do because unit tests adds items to the end later.
jerome [Fri, 28 Aug 2009 07:03:03 +0000 (07:03 +0000)]
webservices MDL-12886 "params" parameter has been changed into an object (conform with the web description structure) + clean_params() function filters parameters and throws an exception for any unexpected parameters/malformed parameters
nicolasconnault [Fri, 28 Aug 2009 06:57:06 +0000 (06:57 +0000)]
MDL-20179 Replaced incompatible code with something cross-browser compatible. Merged from MOODLE_19_STABLE
nicolasconnault [Fri, 28 Aug 2009 05:29:05 +0000 (05:29 +0000)]
MDL-19797 Upgraded most output code in grader report
stronk7 [Fri, 28 Aug 2009 01:19:49 +0000 (01:19 +0000)]
To alter columns back and forth between numeric types and text,
we need upto 3 intermediate alters.
Corolary: MSSQL implicit conversions aren't transitive at all! :-)
stronk7 [Fri, 28 Aug 2009 01:14:32 +0000 (01:14 +0000)]
Fix one wrong test. To get defaults applied, new column must be not null.
moodlerobot [Fri, 28 Aug 2009 00:38:01 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090828
skodak [Thu, 27 Aug 2009 20:54:52 +0000 (20:54 +0000)]
MDL-20176 param types mandatory - temporary hacks, needs to be fixed properly
skodak [Thu, 27 Aug 2009 19:20:03 +0000 (19:20 +0000)]
MDL-20169 fixed coding style, parameter type required
skodak [Thu, 27 Aug 2009 19:14:45 +0000 (19:14 +0000)]
MDL-20169 fixed coding style, parameter type required
skodak [Thu, 27 Aug 2009 18:37:53 +0000 (18:37 +0000)]
MDL-20169 fixed coding style, parameter type required
stronk7 [Thu, 27 Aug 2009 14:01:28 +0000 (14:01 +0000)]
NOBUG. Add 2 missing fix_sql_params() calls in insert/update_record_raw()
causing named and qm parameters to be mixed in the same query. Curiously,
due to the ordered nature of the qms it wasn't breaking, but was incorrect.
nicolasconnault [Thu, 27 Aug 2009 10:12:44 +0000 (10:12 +0000)]
MDL-19797 Added callback support to the confirm_dialog function, and to the add_confirm_action() method
nicolasconnault [Thu, 27 Aug 2009 09:39:50 +0000 (09:39 +0000)]
MDL-19797 Optimising output code in gradebook, and fixed bugs in export key management
dongsheng [Thu, 27 Aug 2009 09:31:20 +0000 (09:31 +0000)]
"MDL-13766, remove debug code"
skodak [Thu, 27 Aug 2009 08:49:54 +0000 (08:49 +0000)]
MDL-20169 fixed coding style, parameter type required
skodak [Thu, 27 Aug 2009 08:23:10 +0000 (08:23 +0000)]
fixed sloppy coding style
poltawski [Thu, 27 Aug 2009 07:52:11 +0000 (07:52 +0000)]
lib/setuplib MDL-20166 - Don't abort install on nginx webserver
Thanks to Jordan for the patch. Jordan has done testing and found nginx
seems to work and is planning to do more extensive testing to alert us of
other problems along the way.
nicolasconnault [Thu, 27 Aug 2009 06:38:17 +0000 (06:38 +0000)]
MDL-19799 Silencing annoying debugging error for popup_form use
moodlerobot [Thu, 27 Aug 2009 00:37:38 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090827
ethem [Wed, 26 Aug 2009 10:40:40 +0000 (10:40 +0000)]
fix for help buttons
ethem [Wed, 26 Aug 2009 10:13:01 +0000 (10:13 +0000)]
Fix for make_checkbox
poltawski [Wed, 26 Aug 2009 09:52:14 +0000 (09:52 +0000)]
course/jumpto.php MDL-19886 Don't depend on HTTP_REFFER header
thanks to Jordan Tomkinson for the patch, from MOODLE_19_STABLE
jerome [Wed, 26 Aug 2009 08:04:08 +0000 (08:04 +0000)]
webservice MDL-12886 remove old documentation file
moodlerobot [Wed, 26 Aug 2009 00:37:36 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090826
stronk7 [Tue, 25 Aug 2009 21:06:14 +0000 (21:06 +0000)]
workarround MSSQL (RDBMS) bug with float types. Not important as far as
we don't use floats within Moodle, but XMLDB layer supports them.
stronk7 [Tue, 25 Aug 2009 20:39:00 +0000 (20:39 +0000)]
fix sql_substr() behaviour
tjhunt [Tue, 25 Aug 2009 20:18:42 +0000 (20:18 +0000)]
forgot password form: MDL-19441 Make it clearer you should enter username or password.
Credit to Olli as part of his GSOC project.
tjhunt [Tue, 25 Aug 2009 19:45:54 +0000 (19:45 +0000)]
login form: MDL-20050 forgotton password should be a link, not a button.
It is what uses expect these days. Credit to Olli as part of his GSOC project.
tjhunt [Tue, 25 Aug 2009 19:09:04 +0000 (19:09 +0000)]
outputlib MDL-20103 neater version of Jerome's fix.
stronk7 [Tue, 25 Aug 2009 18:52:36 +0000 (18:52 +0000)]
Buggy ADOdb was returning PKs in the list of indexes. Look for it in information schema and extract from results.
stronk7 [Tue, 25 Aug 2009 17:41:10 +0000 (17:41 +0000)]
Fix get_columns() for mssql adodb driver by custom-implementing it.
This implementation should be the used one in native drivers.
nicolasconnault [Tue, 25 Aug 2009 07:31:13 +0000 (07:31 +0000)]
MDL-19797 Optimising output code for the Edit grades categories and items interface
jerome [Tue, 25 Aug 2009 05:35:59 +0000 (05:35 +0000)]
webservice MDL-12886 refactor web service description + implement clean_function_params() function
dongsheng [Tue, 25 Aug 2009 03:06:58 +0000 (03:06 +0000)]
"MDL-13766, update savepath parameter when launching filepicker"
gbateson [Tue, 25 Aug 2009 01:28:51 +0000 (01:28 +0000)]
add hotpot_encode_content_links() and hotpot_decode_content_links() to HotPot's backuplib.php and restorelib.php respectively
moodlerobot [Tue, 25 Aug 2009 00:37:31 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090825
nicolasconnault [Mon, 24 Aug 2009 15:10:36 +0000 (15:10 +0000)]
MDL-19797 Optimising output code and JS/CSS requires. Also improved CSS for grader report
nicolasconnault [Mon, 24 Aug 2009 07:06:56 +0000 (07:06 +0000)]
MDL-19799 Adding missing echo