8256 Commits

Author SHA1 Message Date
skodak
d18e0fe646 MDL-20353 adding missing data types of hidden form fields 2009-09-26 17:07:08 +00:00
gbateson
ebe387a9a0 stricter checking of null fields when restoring HotPots in order to avoid unwanted chars being inserted into empty char fields on PostgreSQL sites 2009-09-25 06:21:28 +00:00
stronk7
2b3d335351 NOBUG. Quick fix to provide cross-db comparison of TEXT fields. 2009-09-24 13:47:20 +00:00
stronk7
9b7d912b80 whitespace cleanup 2009-09-24 13:40:45 +00:00
dongsheng
22f6b8df6e "MDL-16597, trim filemanager UI" 2009-09-24 09:05:41 +00:00
samhemelryk
b3f00cba49 mod-lesson MDL-19812 Added set_url calls, replaced deprecated functions 2009-09-24 09:03:16 +00:00
samhemelryk
663db34daa mod-quiz MDL-19813 Added set_url calls, replaced deprecated functions 2009-09-24 09:02:58 +00:00
samhemelryk
87a6540343 mod-wiki MDL-19817 Added set_url calls, replaced deprecated functions 2009-09-24 08:58:36 +00:00
samhemelryk
5956e2ef3b mod-scorm MDL-19816 Added set_url calls, replaced deprecated functions 2009-09-24 08:36:06 +00:00
samhemelryk
5c508e3f0c mod-scorm MDL-19815 Added set_url calls, replaced deprecated functions 2009-09-24 08:28:51 +00:00
samhemelryk
b3cfc7c3fc mod-page MDL-19799 Added set_url calls, replaced deprecated functions 2009-09-24 08:09:08 +00:00
samhemelryk
3c0977fec2 mod-feedback MDL-19807 Added set_url calls, replaced deprecated functions 2009-09-24 08:07:16 +00:00
samhemelryk
87f83794a4 mod-lesson MDL-19812 Added set_url calls, replaced deprecated functions 2009-09-24 08:05:55 +00:00
samhemelryk
e2dbe3e8a9 mod-label MDL-19799 Added set_url calls, replaced deprecated functions 2009-09-24 07:51:37 +00:00
samhemelryk
3b532ae6f5 mod-hotpot MDL-19810 Added set_url calls, replaced deprecated functions 2009-09-24 07:47:50 +00:00
samhemelryk
5fa0208ec3 mod-glossary MDL-19809 Added set_url calls, replaced deprecated functions 2009-09-24 07:29:14 +00:00
samhemelryk
cd4e6b1769 mod-forum MDL-19808 Added set_url calls, replaced deprecated functions 2009-09-24 06:41:04 +00:00
samhemelryk
d5d5ba1a97 mod-folder MDL-19799 Added set_url calls, replaced deprecated functions 2009-09-24 06:16:35 +00:00
samhemelryk
84973212c4 mod-feedback MDL-19807 Added set_url calls, replaced deprecated functions 2009-09-24 06:11:39 +00:00
samhemelryk
6111b2b030 mod-data MDL-19806 Added set_url calls, replaced deprecated functions, and added boilerplates 2009-09-24 04:25:40 +00:00
dongsheng
bc6f72350a "MDL-16597, improve primary file selecting in filemanager" 2009-09-23 09:04:43 +00:00
samhemelryk
eb588b22ab mod-chat MDL-19804 Added PAGE->set_url calls and removed deprecated functions 2009-09-23 07:08:43 +00:00
samhemelryk
97dcb8f88e mod-choice MDL-19805 Added PAGE->set_url calls and removed deprecated functions 2009-09-23 06:34:39 +00:00
samhemelryk
816250281e mod-assignment MDL-19803 Upgraded deprecated functions and added set_url calls 2009-09-23 02:46:55 +00:00
tjhunt
e6fb2c603e quiz: MDL-19786 - Un-break the quiz edit page following the OUTPUT changes. 2009-09-21 16:53:45 +00:00
tjhunt
1dc12a6475 quiz reports: MDL-20316 per-question averages not shown with the quiz only allows one attempt.
Problem found thanks to OU testing. Fix thanks to Mahmoud Kassaie.
2009-09-18 13:42:23 +00:00
ashleyholman
58aaa8e97e MDL-15897: Changed admin_setting_configtext.validate() check to not treat all strings as custom regex's (since PARAM_* constants are now strings).
Instead require them to have '/' at the beginning and end of the pattern.

The only setting that appears to use a custom regex is scorm/apidebugmask - now updated to contain surrounding slashes.
2009-09-18 03:52:50 +00:00
samhemelryk
458eb0d10c overlib MDL-19735 Overlib is now included only where it is used
At the same time I have converted the calendar block to use YUI instead of overlib, this introduces one regression in that the panel is shown immediatly but should really have a minimal delay for usability.
This will be fixed once the theme changes for 2.0 have been commited
2009-09-17 07:46:20 +00:00
moodler
438c2bfa68 filemanager MDL-16597 Removed TODO notices in preparation for Dongsheng's checkin soon 2009-09-17 06:54:01 +00:00
samhemelryk
ac310b3a7e lib-cookies MDL-19737 Removed need to include cookies.js on every page
Is only been used by SCORM and the chameleon theme so they include it locally when required
2009-09-17 06:42:54 +00:00
samhemelryk
0eaf2f249d chat MDL-16673 Clean up inline script and output calls 2009-09-17 06:17:05 +00:00
samhemelryk
a5cb6242ae mod-survey MDL-20262 Upgraded survey module in the following ways
* Upgraded legacy code to use PAGE and OUTPUT methods
 * Added integration with the new navigation blocks
 * Fixed up several bugs within the download script
2009-09-17 04:11:46 +00:00
agrabs
f1b9e2df43 MDL-19773 - Cannot have code like $SESSION->feedback = new object(); in mod/feedback/lib.php 2009-09-16 12:21:47 +00:00
samhemelryk
c69499369e mod-lesson MDL-20259 Created callback methods to expand navigation and settings blocks
Also fixed up minor bugs and added calls set_url
2009-09-16 06:22:12 +00:00
samhemelryk
55f599f00e mod-quiz MDL-20276 Created callback methods to expand navigation and settings blocks 2009-09-16 05:15:22 +00:00
samhemelryk
7f7b8cdf26 quiz-report-overview MDL-20260 Fixed misnamed upgrade function and bumped version number 2009-09-14 04:19:28 +00:00
samhemelryk
0961861e63 mod-glossary MDL-20256 Upgraded module to use the new navigation blocks 2009-09-11 05:38:44 +00:00
nicolasconnault
d355865942 MDL-19808 Added set_url and fixed minor bugs 2009-09-11 03:21:37 +00:00
samhemelryk
29b64a2272 mod-data MDL-20253 Updated database activity module to make use of the new navigation structure 2009-09-11 03:14:42 +00:00
samhemelryk
ab5bd34d18 mod-feedback MDL-20254 Upgrade feedback module to make use of new navigation blocks
At the same time I also took the oppertunity to fix up the bugs within the feedback module that were making it un-usable
2009-09-11 02:04:38 +00:00
nicolasconnault
5f4d4d801c MDL-19676 Removed blog assignment code 2009-09-11 01:45:16 +00:00
samhemelryk
97011c648c mod-choice MDL-20248 Upgraded choice module to use the new navigation blocks 2009-09-10 07:51:53 +00:00
samhemelryk
b14ae498b9 mod-chat MDL-20243 Upgrade chat module to make use of the two navigation callbacks
Note: I also took the oppertunity to extend navigation_node action handling, so that navigation nodes can accepts
moodle_url, html_link, or strings for actions
2009-09-10 03:50:51 +00:00
samhemelryk
47c96a774e mod-assignment MDL-20241 Upgraded assignment to use new navigation blocks 2009-09-09 08:23:41 +00:00
dongsheng
17295e0b03 "MDL-16597, support set primary file in resource module, add a parameter to filemanager element" 2009-09-08 07:55:22 +00:00
samhemelryk
4e0c07f7d8 mod-quiz MDL-19813 Fixed regression missing global PAGE and OUTPUT 2009-09-08 03:46:52 +00:00
samhemelryk
889f591cf0 chat MDL-19804 Fixed regression caused by page general type
Changed general type to embedded so blocks, header, and footer are not shown in chat user frame
2009-09-08 03:39:50 +00:00
samhemelryk
b98b15d7cc mod-assignment MDL-19803 Fixed regression, missing global PAGE 2009-09-08 03:19:11 +00:00
samhemelryk
393f161545 core MDL-19786 Updated OUTPUT->header calls that were still using arguments 2009-09-08 02:23:00 +00:00
samhemelryk
c6ef21e313 mod-wiki MDL-19817 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents 2009-09-08 02:16:33 +00:00