nicolasconnault
a019627a1a
MDL-19756 Fixed bug in output of fields with a label
2009-08-28 11:38:33 +00:00
mudrd8mz
46c6731707
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.
2009-08-28 11:34:01 +00:00
stronk7
77abbc47f6
Enforce strict mode in mysqli session in order to get consistent behaviour
...
in various operations (casting, altering columns...)
2009-08-28 11:17:47 +00:00
nicolasconnault
c1c0cecf3a
MDL-14632 Improved the output code of the settings block and fixed typo of toogle to toggle.
2009-08-28 10:28:16 +00:00
jerome
5000d34e8e
webservices MDL-12886 update xmlrpc server/client to work with new web service description
2009-08-28 10:06:14 +00:00
samhemelryk
7d2a049292
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
2009-08-28 08:47:31 +00:00
gbateson
4460e25d2b
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
2009-08-28 08:04:48 +00:00
nicolasconnault
1f1aa44525
MDL-19756 Corrected an incorrect default text for the "cancel" button of a confirm dialog
2009-08-28 08:00:15 +00:00
moodler
7689a0f34b
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.
2009-08-28 07:34:39 +00:00
jerome
ebcc6bd3b5
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
2009-08-28 07:03:03 +00:00
nicolasconnault
c9c6c624f4
MDL-20179 Replaced incompatible code with something cross-browser compatible. Merged from MOODLE_19_STABLE
2009-08-28 06:57:06 +00:00
nicolasconnault
319770d747
MDL-19797 Upgraded most output code in grader report
2009-08-28 05:29:05 +00:00
stronk7
c402af03a8
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! :-)
2009-08-28 01:19:49 +00:00
stronk7
eb8f775d97
Fix one wrong test. To get defaults applied, new column must be not null.
2009-08-28 01:14:32 +00:00
moodlerobot
e39db1af04
Updated the HEAD build version to 20090828
2009-08-28 00:38:01 +00:00
skodak
53e8c830fb
MDL-20176 param types mandatory - temporary hacks, needs to be fixed properly
2009-08-27 20:54:52 +00:00
skodak
d4b5bd4393
MDL-20169 fixed coding style, parameter type required
2009-08-27 19:20:03 +00:00
skodak
92ebcabeb3
MDL-20169 fixed coding style, parameter type required
2009-08-27 19:14:45 +00:00
skodak
622365d2e1
MDL-20169 fixed coding style, parameter type required
2009-08-27 18:37:53 +00:00
stronk7
76b6daf2b2
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.
2009-08-27 14:01:28 +00:00
nicolasconnault
5529f787bd
MDL-19797 Added callback support to the confirm_dialog function, and to the add_confirm_action() method
2009-08-27 10:12:44 +00:00
nicolasconnault
eef00ade8f
MDL-19797 Optimising output code in gradebook, and fixed bugs in export key management
2009-08-27 09:39:50 +00:00
dongsheng
a906afa36f
"MDL-13766, remove debug code"
2009-08-27 09:31:20 +00:00
skodak
ebdd9fed4b
MDL-20169 fixed coding style, parameter type required
2009-08-27 08:49:54 +00:00
skodak
6472929b6d
fixed sloppy coding style
2009-08-27 08:23:10 +00:00
poltawski
7e13a2654a
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.
2009-08-27 07:52:11 +00:00
nicolasconnault
9c48f05caf
MDL-19799 Silencing annoying debugging error for popup_form use
2009-08-27 06:38:17 +00:00
moodlerobot
90d831200a
Updated the HEAD build version to 20090827
2009-08-27 00:37:38 +00:00
ethem
d5b2c71508
fix for help buttons
2009-08-26 10:40:40 +00:00
ethem
81c4689685
Fix for make_checkbox
2009-08-26 10:13:01 +00:00
poltawski
97ee3e2242
course/jumpto.php MDL-19886 Don't depend on HTTP_REFFER header
...
thanks to Jordan Tomkinson for the patch, from MOODLE_19_STABLE
2009-08-26 09:52:14 +00:00
jerome
4553c3d2f0
webservice MDL-12886 remove old documentation file
2009-08-26 08:04:08 +00:00
moodlerobot
976a0dfdd0
Updated the HEAD build version to 20090826
2009-08-26 00:37:36 +00:00
stronk7
e871fb87bb
workarround MSSQL (RDBMS) bug with float types. Not important as far as
...
we don't use floats within Moodle, but XMLDB layer supports them.
2009-08-25 21:06:14 +00:00
stronk7
0e4a719b15
fix sql_substr() behaviour
2009-08-25 20:39:00 +00:00
tjhunt
d9d481aac7
forgot password form: MDL-19441 Make it clearer you should enter username or password.
...
Credit to Olli as part of his GSOC project.
2009-08-25 20:18:42 +00:00
tjhunt
274fe93fcb
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.
2009-08-25 19:45:54 +00:00
tjhunt
2c5ec833bc
outputlib MDL-20103 neater version of Jerome's fix.
2009-08-25 19:09:04 +00:00
stronk7
d60a7bc20f
Buggy ADOdb was returning PKs in the list of indexes. Look for it in information schema and extract from results.
2009-08-25 18:52:36 +00:00
stronk7
2ef655beac
Fix get_columns() for mssql adodb driver by custom-implementing it.
...
This implementation should be the used one in native drivers.
2009-08-25 17:41:10 +00:00
nicolasconnault
54a007e8f6
MDL-19797 Optimising output code for the Edit grades categories and items interface
2009-08-25 07:31:13 +00:00
jerome
fbe52a393f
webservice MDL-12886 refactor web service description + implement clean_function_params() function
2009-08-25 05:35:59 +00:00
dongsheng
8676e9e591
"MDL-13766, update savepath parameter when launching filepicker"
2009-08-25 03:06:58 +00:00
gbateson
34adfa0f5c
add hotpot_encode_content_links() and hotpot_decode_content_links() to HotPot's backuplib.php and restorelib.php respectively
2009-08-25 01:28:51 +00:00
moodlerobot
d4af02e252
Updated the HEAD build version to 20090825
2009-08-25 00:37:31 +00:00
nicolasconnault
1c1f64a2a6
MDL-19797 Optimising output code and JS/CSS requires. Also improved CSS for grader report
2009-08-24 15:10:36 +00:00
nicolasconnault
8f3b787b1d
MDL-19799 Adding missing echo
2009-08-24 07:06:56 +00:00
moodlerobot
fea71c9f61
Updated the HEAD build version to 20090824
2009-08-24 00:37:38 +00:00
poltawski
8ab2c23ba1
blocks/rss_client MDL-13932 Fix wrong param order in $OUTPUT->link()
2009-08-23 17:56:01 +00:00
moodlerobot
53de693be1
Updated the HEAD build version to 20090823
2009-08-23 00:38:28 +00:00