]>
git.mjollnir.org Git - moodle.git/log
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
moodlerobot [Mon, 24 Aug 2009 00:37:38 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090824
poltawski [Sun, 23 Aug 2009 17:56:01 +0000 (17:56 +0000)]
blocks/rss_client MDL-13932 Fix wrong param order in $OUTPUT->link()
moodlerobot [Sun, 23 Aug 2009 00:38:28 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090823
dongsheng [Sat, 22 Aug 2009 18:16:20 +0000 (18:16 +0000)]
"MDL-13766, improve filepicker to use path option"
pichetp [Sat, 22 Aug 2009 16:50:46 +0000 (16:50 +0000)]
MDL-19519 , MDL-1728 minor strings changes
pichetp [Sat, 22 Aug 2009 15:38:51 +0000 (15:38 +0000)]
MDL-19519 , MDL-1728 Adding database question_calculated_options
pichetp [Sat, 22 Aug 2009 15:00:51 +0000 (15:00 +0000)]
MDL-18924 Testing if dataitems are numericals
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
pichetp [Sat, 22 Aug 2009 14:54:36 +0000 (14:54 +0000)]
MDL-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
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.
moodlerobot [Sat, 22 Aug 2009 00:38:14 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090822
stronk7 [Fri, 21 Aug 2009 18:11:04 +0000 (18:11 +0000)]
Added missing global that was causing discussions to fail with fatal error.
moodlerobot [Fri, 21 Aug 2009 00:39:05 +0000 (00:39 +0000)]
Updated the HEAD build version to
20090821
nicolasconnault [Fri, 21 Aug 2009 00:15:19 +0000 (00:15 +0000)]
MDL-19799 Switched $_helpbutton to public members
nicolasconnault [Thu, 20 Aug 2009 13:18:08 +0000 (13:18 +0000)]
MDL-19799 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()
nicolasconnault [Thu, 20 Aug 2009 13:17:43 +0000 (13:17 +0000)]
MDL-19820 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()
nicolasconnault [Thu, 20 Aug 2009 13:17:07 +0000 (13:17 +0000)]
MDL-19813 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()
nicolasconnault [Thu, 20 Aug 2009 13:16:40 +0000 (13:16 +0000)]
MDL-19809 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()
nicolasconnault [Thu, 20 Aug 2009 13:16:08 +0000 (13:16 +0000)]
MDL-19806 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()
nicolasconnault [Thu, 20 Aug 2009 13:15:46 +0000 (13:15 +0000)]
MDL-19803 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()
nicolasconnault [Thu, 20 Aug 2009 13:15:17 +0000 (13:15 +0000)]
MDL-19800 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()
nicolasconnault [Thu, 20 Aug 2009 13:14:52 +0000 (13:14 +0000)]
MDL-19794 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()
nicolasconnault [Thu, 20 Aug 2009 13:14:16 +0000 (13:14 +0000)]
MDL-19789 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()
nicolasconnault [Thu, 20 Aug 2009 13:13:50 +0000 (13:13 +0000)]
MDL-19787 Upgraded calls to link_to_popup_window()
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
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
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
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
nicolasconnault [Thu, 20 Aug 2009 08:50:03 +0000 (08:50 +0000)]
MDL-19824 upgraded calls to print_container*
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
nicolasconnault [Thu, 20 Aug 2009 08:43:12 +0000 (08:43 +0000)]
MDL-19805 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
nicolasconnault [Thu, 20 Aug 2009 08:42:59 +0000 (08:42 +0000)]
MDL-19804 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
nicolasconnault [Thu, 20 Aug 2009 08:42:12 +0000 (08:42 +0000)]
MDL-19803 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
nicolasconnault [Thu, 20 Aug 2009 08:41:47 +0000 (08:41 +0000)]
MDL-19801 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
nicolasconnault [Thu, 20 Aug 2009 08:41:32 +0000 (08:41 +0000)]
MDL-19800 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
nicolasconnault [Thu, 20 Aug 2009 08:41:11 +0000 (08:41 +0000)]
MDL-19798 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
nicolasconnault [Thu, 20 Aug 2009 08:40:49 +0000 (08:40 +0000)]
MDL-19797 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
nicolasconnault [Thu, 20 Aug 2009 08:40:32 +0000 (08:40 +0000)]
MDL-19795 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
nicolasconnault [Thu, 20 Aug 2009 08:40:19 +0000 (08:40 +0000)]
MDL-19794 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
nicolasconnault [Thu, 20 Aug 2009 08:39:52 +0000 (08:39 +0000)]
MDL-19792 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
nicolasconnault [Thu, 20 Aug 2009 08:39:39 +0000 (08:39 +0000)]
MDL-19790 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
nicolasconnault [Thu, 20 Aug 2009 08:39:27 +0000 (08:39 +0000)]
MDL-19789 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno