]> git.mjollnir.org Git - moodle.git/log
moodle.git
15 years agoNOBUG: fixed incorect use of $output variable
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.

15 years agoEnforce strict mode in mysqli session in order to get consistent behaviour
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...)

15 years agoMDL-14632 Improved the output code of the settings block and fixed typo of toogle...
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.

15 years agowebservices MDL-12886 update xmlrpc server/client to work with new web service descri...
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

15 years agonavigation MDL-14632 Very significant navigation commit
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

15 years agoHotPot module: differentiate between "guesses-correct" (JCloze) and "guess-correct...
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

15 years agoMDL-19756 Corrected an incorrect default text for the "cancel" button of a confirm...
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

15 years agoadmin/settings MDL-20180 Moved "Debugging" from the Server menu to the Development...
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.

15 years agowebservices MDL-12886 "params" parameter has been changed into an object (conform...
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

15 years agoMDL-20179 Replaced incompatible code with something cross-browser compatible. Merged...
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

15 years agoMDL-19797 Upgraded most output code in grader report
nicolasconnault [Fri, 28 Aug 2009 05:29:05 +0000 (05:29 +0000)]
MDL-19797 Upgraded most output code in grader report

15 years agoTo alter columns back and forth between numeric types and text,
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! :-)

15 years agoFix one wrong test. To get defaults applied, new column must be not null.
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.

15 years agoUpdated the HEAD build version to 20090828
moodlerobot [Fri, 28 Aug 2009 00:38:01 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090828

15 years agoMDL-20176 param types mandatory - temporary hacks, needs to be fixed properly
skodak [Thu, 27 Aug 2009 20:54:52 +0000 (20:54 +0000)]
MDL-20176 param types mandatory - temporary hacks, needs to be fixed properly

15 years agoMDL-20169 fixed coding style, parameter type required
skodak [Thu, 27 Aug 2009 19:20:03 +0000 (19:20 +0000)]
MDL-20169 fixed coding style, parameter type required

15 years agoMDL-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

15 years agoMDL-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

15 years agoNOBUG. Add 2 missing fix_sql_params() calls in insert/update_record_raw()
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.

15 years agoMDL-19797 Added callback support to the confirm_dialog function, and to the add_confi...
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

15 years agoMDL-19797 Optimising output code in gradebook, and fixed bugs in export key management
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

15 years ago"MDL-13766, remove debug code"
dongsheng [Thu, 27 Aug 2009 09:31:20 +0000 (09:31 +0000)]
"MDL-13766, remove debug code"

15 years agoMDL-20169 fixed coding style, parameter type required
skodak [Thu, 27 Aug 2009 08:49:54 +0000 (08:49 +0000)]
MDL-20169 fixed coding style, parameter type required

15 years agofixed sloppy coding style
skodak [Thu, 27 Aug 2009 08:23:10 +0000 (08:23 +0000)]
fixed sloppy coding style

15 years agolib/setuplib MDL-20166 - Don't abort install on nginx webserver
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.

15 years agoMDL-19799 Silencing annoying debugging error for popup_form use
nicolasconnault [Thu, 27 Aug 2009 06:38:17 +0000 (06:38 +0000)]
MDL-19799 Silencing annoying debugging error for popup_form use

15 years agoUpdated the HEAD build version to 20090827
moodlerobot [Thu, 27 Aug 2009 00:37:38 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090827

15 years ago fix for help buttons
ethem [Wed, 26 Aug 2009 10:40:40 +0000 (10:40 +0000)]
 fix for help buttons

15 years agoFix for make_checkbox
ethem [Wed, 26 Aug 2009 10:13:01 +0000 (10:13 +0000)]
Fix for make_checkbox

15 years agocourse/jumpto.php MDL-19886 Don't depend on HTTP_REFFER header
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

15 years agowebservice MDL-12886 remove old documentation file
jerome [Wed, 26 Aug 2009 08:04:08 +0000 (08:04 +0000)]
webservice MDL-12886 remove old documentation file

15 years agoUpdated the HEAD build version to 20090826
moodlerobot [Wed, 26 Aug 2009 00:37:36 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090826

15 years agoworkarround MSSQL (RDBMS) bug with float types. Not important as far as
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.

15 years agofix sql_substr() behaviour
stronk7 [Tue, 25 Aug 2009 20:39:00 +0000 (20:39 +0000)]
fix sql_substr() behaviour

15 years agoforgot password form: MDL-19441 Make it clearer you should enter username or password.
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.

15 years agologin form: MDL-20050 forgotton password should be a link, not a button.
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.

15 years agooutputlib MDL-20103 neater version of Jerome's fix.
tjhunt [Tue, 25 Aug 2009 19:09:04 +0000 (19:09 +0000)]
outputlib MDL-20103 neater version of Jerome's fix.

15 years agoBuggy ADOdb was returning PKs in the list of indexes. Look for it in information...
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.

15 years agoFix get_columns() for mssql adodb driver by custom-implementing it.
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.

15 years agoMDL-19797 Optimising output code for the Edit grades categories and items interface
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

15 years agowebservice MDL-12886 refactor web service description + implement clean_function_para...
jerome [Tue, 25 Aug 2009 05:35:59 +0000 (05:35 +0000)]
webservice MDL-12886 refactor web service description + implement clean_function_params() function

15 years ago"MDL-13766, update savepath parameter when launching filepicker"
dongsheng [Tue, 25 Aug 2009 03:06:58 +0000 (03:06 +0000)]
"MDL-13766, update savepath parameter when launching filepicker"

15 years agoadd hotpot_encode_content_links() and hotpot_decode_content_links() to HotPot's backu...
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

15 years agoUpdated the HEAD build version to 20090825
moodlerobot [Tue, 25 Aug 2009 00:37:31 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090825

15 years agoMDL-19797 Optimising output code and JS/CSS requires. Also improved CSS for grader...
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

15 years agoMDL-19799 Adding missing echo
nicolasconnault [Mon, 24 Aug 2009 07:06:56 +0000 (07:06 +0000)]
MDL-19799 Adding missing echo

15 years agoUpdated the HEAD build version to 20090824
moodlerobot [Mon, 24 Aug 2009 00:37:38 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090824

15 years agoblocks/rss_client MDL-13932 Fix wrong param order in $OUTPUT->link()
poltawski [Sun, 23 Aug 2009 17:56:01 +0000 (17:56 +0000)]
blocks/rss_client MDL-13932 Fix wrong param order in $OUTPUT->link()

15 years agoUpdated the HEAD build version to 20090823
moodlerobot [Sun, 23 Aug 2009 00:38:28 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090823

15 years ago"MDL-13766, improve filepicker to use path option"
dongsheng [Sat, 22 Aug 2009 18:16:20 +0000 (18:16 +0000)]
"MDL-13766, improve filepicker to use path option"

15 years agoMDL-19519 , MDL-1728 minor strings changes
pichetp [Sat, 22 Aug 2009 16:50:46 +0000 (16:50 +0000)]
MDL-19519 , MDL-1728  minor strings changes

15 years agoMDL-19519 , MDL-1728 Adding database question_calculated_options
pichetp [Sat, 22 Aug 2009 15:38:51 +0000 (15:38 +0000)]
MDL-19519 , MDL-1728 Adding database question_calculated_options

15 years agoMDL-18924 Testing if dataitems are numericals
pichetp [Sat, 22 Aug 2009 15:00:51 +0000 (15:00 +0000)]
MDL-18924 Testing if dataitems are numericals

15 years agoMDL-19519 , MDL-1728 Adding database question_calculated_options
pichetp [Sat, 22 Aug 2009 14:59:46 +0000 (14:59 +0000)]
MDL-19519 , MDL-1728 Adding database question_calculated_options
final strings text will be added later after users comments

15 years agoMDL-19519 , MDL-1728 Adding database question_calculated_options
pichetp [Sat, 22 Aug 2009 14:54:36 +0000 (14:54 +0000)]
MDL-19519 , MDL-1728 Adding database question_calculated_options

15 years agoMDL-19519 , MDL-1728 Adding database question_calculated_options
pichetp [Sat, 22 Aug 2009 14:53:41 +0000 (14:53 +0000)]
MDL-19519 , MDL-1728 Adding database question_calculated_options
MDL-18924 Testing in dataitems are numericals

15 years agolib/blocklib: MDL-20146 - Don't mask errors as a way to ignore missing code files
poltawski [Sat, 22 Aug 2009 11:24:39 +0000 (11:24 +0000)]
lib/blocklib: MDL-20146 - Don't mask errors as a way to ignore missing code files

Instead of simply ignoring all errors from blocks, allow the errors to be
exposed and test if the file exists. The previous solution makes it very
hard to debug problems with blocks and gives the 'white screen of death' even
with debugging set as high as it can go.

Also ensure that blocks without code are not added to the list of instances,
as I assume was the intended behaviour.

15 years agoUpdated the HEAD build version to 20090822
moodlerobot [Sat, 22 Aug 2009 00:38:14 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090822

15 years agoAdded missing global that was causing discussions to fail with fatal error.
stronk7 [Fri, 21 Aug 2009 18:11:04 +0000 (18:11 +0000)]
Added missing global that was causing discussions to fail with fatal error.

15 years agoUpdated the HEAD build version to 20090821
moodlerobot [Fri, 21 Aug 2009 00:39:05 +0000 (00:39 +0000)]
Updated the HEAD build version to 20090821

15 years agoMDL-19799 Switched $_helpbutton to public members
nicolasconnault [Fri, 21 Aug 2009 00:15:19 +0000 (00:15 +0000)]
MDL-19799 Switched $_helpbutton to public members

15 years agoMDL-19799 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:18:08 +0000 (13:18 +0000)]
MDL-19799 Upgraded calls to link_to_popup_window()

15 years agoMDL-19824 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:17:53 +0000 (13:17 +0000)]
MDL-19824 Upgraded calls to link_to_popup_window()

15 years agoMDL-19820 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:17:43 +0000 (13:17 +0000)]
MDL-19820 Upgraded calls to link_to_popup_window()

15 years agoMDL-19817 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:17:32 +0000 (13:17 +0000)]
MDL-19817 Upgraded calls to link_to_popup_window()

15 years agoMDL-19813 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:17:07 +0000 (13:17 +0000)]
MDL-19813 Upgraded calls to link_to_popup_window()

15 years agoMDL-19812 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:16:51 +0000 (13:16 +0000)]
MDL-19812 Upgraded calls to link_to_popup_window()

15 years agoMDL-19809 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:16:40 +0000 (13:16 +0000)]
MDL-19809 Upgraded calls to link_to_popup_window()

15 years agoMDL-19808 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:16:21 +0000 (13:16 +0000)]
MDL-19808 Upgraded calls to link_to_popup_window()

15 years agoMDL-19806 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:16:08 +0000 (13:16 +0000)]
MDL-19806 Upgraded calls to link_to_popup_window()

15 years agoMDL-19804 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:15:57 +0000 (13:15 +0000)]
MDL-19804 Upgraded calls to link_to_popup_window()

15 years agoMDL-19803 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:15:46 +0000 (13:15 +0000)]
MDL-19803 Upgraded calls to link_to_popup_window()

15 years agoMDL-19801 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:15:29 +0000 (13:15 +0000)]
MDL-19801 Upgraded calls to link_to_popup_window()

15 years agoMDL-19800 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:15:17 +0000 (13:15 +0000)]
MDL-19800 Upgraded calls to link_to_popup_window()

15 years agoMDL-19795 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:15:04 +0000 (13:15 +0000)]
MDL-19795 Upgraded calls to link_to_popup_window()

15 years agoMDL-19794 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:14:52 +0000 (13:14 +0000)]
MDL-19794 Upgraded calls to link_to_popup_window()

15 years agoMDL-19793 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:14:35 +0000 (13:14 +0000)]
MDL-19793 Upgraded calls to link_to_popup_window()

15 years agoMDL-19789 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:14:16 +0000 (13:14 +0000)]
MDL-19789 Upgraded calls to link_to_popup_window()

15 years agoMDL-19788 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:14:05 +0000 (13:14 +0000)]
MDL-19788 Upgraded calls to link_to_popup_window()

15 years agoMDL-19787 Upgraded calls to link_to_popup_window()
nicolasconnault [Thu, 20 Aug 2009 13:13:50 +0000 (13:13 +0000)]
MDL-19787 Upgraded calls to link_to_popup_window()

15 years agoMDL-19793 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:51:44 +0000 (08:51 +0000)]
MDL-19793 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

15 years agoMDL-19796 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:51:28 +0000 (08:51 +0000)]
MDL-19796 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

15 years agoMDL-19799 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:50:50 +0000 (08:50 +0000)]
MDL-19799 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

15 years agoMDL-19825 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:50:22 +0000 (08:50 +0000)]
MDL-19825 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

15 years agoMDL-19824 upgraded calls to print_container*
nicolasconnault [Thu, 20 Aug 2009 08:50:03 +0000 (08:50 +0000)]
MDL-19824 upgraded calls to print_container*

15 years agoMDL-19822 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:49:35 +0000 (08:49 +0000)]
MDL-19822 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

15 years agoMDL-19821 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:49:23 +0000 (08:49 +0000)]
MDL-19821 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

15 years agoMDL-19820 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:49:11 +0000 (08:49 +0000)]
MDL-19820 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

15 years agoMDL-19819 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:48:55 +0000 (08:48 +0000)]
MDL-19819 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

15 years agoMDL-19818 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:48:37 +0000 (08:48 +0000)]
MDL-19818 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

15 years agoMDL-19817 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:46:39 +0000 (08:46 +0000)]
MDL-19817 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

15 years agoMDL-19816 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:46:16 +0000 (08:46 +0000)]
MDL-19816 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

15 years agoMDL-19815 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:46:03 +0000 (08:46 +0000)]
MDL-19815 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

15 years agoMDL-19813 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:45:47 +0000 (08:45 +0000)]
MDL-19813 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

15 years agoMDL-19812 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:45:33 +0000 (08:45 +0000)]
MDL-19812 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

15 years agoMDL-19810 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:45:12 +0000 (08:45 +0000)]
MDL-19810 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

15 years agoMDL-19809 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:44:52 +0000 (08:44 +0000)]
MDL-19809 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

15 years agoMDL-19808 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:44:35 +0000 (08:44 +0000)]
MDL-19808 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

15 years agoMDL-19807 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:44:14 +0000 (08:44 +0000)]
MDL-19807 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno

15 years agoMDL-19806 upgraded calls to print_table, print_single_button, print_user_picture...
nicolasconnault [Thu, 20 Aug 2009 08:43:34 +0000 (08:43 +0000)]
MDL-19806 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno