Petr Skoda
d894edd44d
MDL-21198 new simple_button output component, this could finally solve potential "form x button" confusion
2010-01-03 17:08:21 +00:00
Petr Skoda
5c2ed7e215
MDL-21198 $OUTPUT->single_button() resurrection, hopefully much easier to use than $OUTPUT->button(); fixed some regressions and code style improvements
2010-01-03 15:46:14 +00:00
Petr Skoda
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +00:00
Petr Skoda
812dbaf7d5
MDL-21198 improved/simplified $OUTPUT->user_picture() + regression fixes, performance fixes and detected performance problems when printing user avatars
2009-12-27 19:47:21 +00:00
Petr Skoda
191b267bcd
MDL-20790 more page layouts -see base theme for full list; also added new css body class for describing current layout; base layout is now default for beter BC; require_login() now sets 'incourse' layout automatically
2009-12-27 12:02:04 +00:00
Petr Skoda
985d1d1d22
MDL-21187 brand new yui2 lib loading now using the official YAHOO oholoaders which properly resolves all dependencies; please note we are still suing the YUI2 CSS preloading
2009-12-25 15:27:47 +00:00
Sam Hemelryk
56115eea49
navigation MDL-21177 Removed erroneous DB queries from module extension calls
2009-12-24 02:06:05 +00:00
Petr Skoda
92e01ab771
MDL-21125 obsoleting global $THEME
2009-12-23 17:44:17 +00:00
Sam Hemelryk
f81a82477d
mod-quiz MDL-19813 converted deprecated calendar event methods
2009-12-23 03:01:36 +00:00
Sam Hemelryk
92059c7ee5
mod MDL-21169 Removed update this module button and ensured there was a link in the settings block for it.
2009-12-23 01:57:55 +00:00
Tim Hunt
8ce3e17f80
Correct PHPdoc comment.
2009-12-21 16:39:06 +00:00
Petr Skoda
4454447d56
MDL-20700 whitespace terror returns
2009-12-16 22:14:17 +00:00
Petr Skoda
b5d0cafc6f
MDL-20787 final switch to new $OUTPUT->pix_url() - yay!
2009-12-16 21:50:45 +00:00
Petr Skoda
47ce714bc0
MDL-21142 minor cleanup in out() default params
2009-12-16 21:33:01 +00:00
Petr Skoda
f44b10ed93
MDL-21139 replace all yui functions/methods with yui2 to make room for yui3
2009-12-16 20:25:14 +00:00
Petr Skoda
78946b9bdb
MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks
2009-12-16 18:00:58 +00:00
Andrew Davis
a6ffb8eeb8
quiz MDL-18896 small efficiency improvement
2009-12-16 00:52:57 +00:00
Andrew Davis
496e3ccdd2
quiz MDL-10128 popup checker no longer requests a non-existent file which was causing messages in server logs
2009-12-10 02:29:53 +00:00
Tim Hunt
5ffd1421a5
manual grading: MDL-20581 Fix potential XSS problem.
...
Thanks to Penny for spotting this.
Merged from MOODLE_19_STABLE.
2009-11-19 17:31:41 +00:00
Petr Skoda
7c7d3afab5
MDL-20766 message_send() used intead of events, it will enable us to improve performance and solve db transactions issues independedntly from events, hopefully this will give us more options in future too because the events are designed specifically for communication "moodle-->external systems"
2009-11-07 10:27:57 +00:00
Petr Skoda
d5a8d9aa71
MDL-20625 new delegated transaction support in DML
2009-11-07 08:52:56 +00:00
Petr Skoda
0ac940b3bf
MDL-20712 using just $capablities for capability definition array, all other files in db/* do not use component names in definition array; old capability array names are of course supported
2009-11-04 19:24:12 +00:00
Petr Skoda
8319260833
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-04 11:58:30 +00:00
Petr Skoda
3fac41f8dd
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-04 11:57:54 +00:00
Petr Skoda
aeb15530b8
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-04 11:57:52 +00:00
Tim Hunt
82165a0cf0
quiz: MDL-20706 prevent XSRF.
...
Uses new require_sesskey function from MDL-20702.
2009-11-02 17:10:31 +00:00
Nicolas Connault
1a96363a9d
MDL-15050 Grades entered/updated through grader report now get correctly displayed in course user activity reports (commenting on last commit). Merged from MOODLE_19_STABLE
2009-10-27 12:37:15 +00:00
samhemelryk
7f09335135
output MDL-19799 Fixed up some set_url calls as well as fixing some regressions caused by recent upgrades
2009-10-21 04:23:35 +00:00
samhemelryk
a09f21d093
quiz MDL-19813 Upgraded deprecated calls and called set_url with pre-generated var
2009-10-16 03:20:38 +00:00
jerome
05d5801ace
quizz MDL-20421 remove php notice when Enable Safe Exam Browser integration is not activated, merged from 1.9
2009-10-05 03:09:55 +00:00
tjhunt
1c0932462e
quiz: MDL-20420 Not all quizzes use best grade (e.g. some use average). Change column title.
2009-10-04 18:49:08 +00:00
tjhunt
f38f2d474d
quiz: fix debugging notice ->classes = to set_classes.
2009-10-01 10:07:09 +00:00
tjhunt
7d4dfc481e
quiz: MDL-19145 Safe Exam Browser integration.
...
This is a better alternative to 'secure' mode.
It needs to be enabled by the administrator.
2009-09-30 10:57:57 +00:00
pichetp
4acb204c7d
mod-quiz MDL-19813 $OUPUT and cm defined correctly
2009-09-29 04:49:23 +00:00
skodak
d18e0fe646
MDL-20353 adding missing data types of hidden form fields
2009-09-26 17:07:08 +00:00
samhemelryk
663db34daa
mod-quiz MDL-19813 Added set_url calls, replaced deprecated functions
2009-09-24 09:02:58 +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
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
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
4e0c07f7d8
mod-quiz MDL-19813 Fixed regression missing global PAGE and OUTPUT
2009-09-08 03:46:52 +00:00
samhemelryk
03da0c3943
quiz MDL-19813 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
2009-09-08 01:57:28 +00:00
samhemelryk
2698e9c1ac
mod-quiz MDL-19813 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
2009-09-07 02:11:54 +00:00
skodak
92ebcabeb3
MDL-20169 fixed coding style, parameter type required
2009-08-27 19:14:45 +00:00
nicolasconnault
ca4b4f8f7c
MDL-19813 Upgraded calls to link_to_popup_window()
2009-08-20 13:17:07 +00:00
nicolasconnault
39e3701904
MDL-19813 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:45:47 +00:00
nicolasconnault
825116fb22
MDL-19813 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 05:16:08 +00:00
nicolasconnault
e6f33a04aa
MDL-19813 Upgraded calls to choose_from_menu
2009-08-18 00:13:03 +00:00
nicolasconnault
7b1f2c829f
MDL-19756 Renamed moodle_select to html_select for better API consistency
2009-08-10 08:38:45 +00:00