Petr Skoda
227255b802
MDL-21402 new js_writer abstraction + otehr minor improvements
2010-01-20 20:01:24 +00:00
Petr Skoda
9dec75dbcc
MDL-21240 shortened urls now start with / everywhere
2010-01-18 20:57:32 +00:00
Petr Skoda
8afba50b84
MDL-21233 get_query_string() is definitely not recommended in new code, instead use moodle_url constructors with proper parameters; removed some more legacy url concatenation operations; realized out_action is not needed often, because we shoudl pass arounf moodle_url instances instead of old url strings
2010-01-17 10:54:13 +00:00
Petr Skoda
b9bc201962
MDL-21233 escaped parameter is far more importatnt than the overrideparams in out() method - especially all JS urls should be converted to out(false); also it is possible to create new url with overrided parameters in constructor which might be actually work around the double encoding problems in the url (we should never use the out() in moodle_url constructor itself!)
2010-01-17 09:50:55 +00:00
Petr Skoda
eb7880654f
MDL-21233 finally removed the omitquerystring parameters from the out method because: 1/ the least used parameter should nto be first, 2/ it is colliding with the other two paramters, now we have separate funtion for that instead
2010-01-17 09:37:30 +00:00
Petr Skoda
6ea66ff36c
MDL-21233 obviously input tag writing does not belong into the moodle_url class, moving to html_writer instead + simplifying api
2010-01-17 09:06:55 +00:00
Petr Skoda
d776d59ee2
MDL-21235 fixed select method name
2010-01-16 18:29:51 +00:00
Petr Skoda
4b9210f31b
MDL-21235 more conversion to new select
2010-01-16 18:25:51 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Petr Skoda
3ba60ee16a
MDL-21235 new single button rendering
2010-01-14 19:18:04 +00:00
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