Petr Skoda
431ac39634
MDL-26623 fix file permissions
...
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
Dan Marsden
629f5021b3
SCORM MDL-26545 - fix user object passed to user_picture renderer
2011-02-28 12:33:29 +13:00
Dan Marsden
c371e39316
SCORM MDL-26063 incorrect context used - thanks to Matteo Scaramuccia for fix
2011-01-20 10:40:22 +13:00
Dan Marsden
b36d6f4f59
SCORM MDL-24731 - close table correctly
2010-10-18 21:22:34 +00:00
Sam Hemelryk
b9a8c7206d
mod-scorm MDL-19815 Fixed up calls to deprecated function notice
2010-09-22 08:36:23 +00:00
Petr Skoda
0f21a964a5
MDL-24079 fixing recent regressions caused by api changes in tablelib; sorry I did not find the problem earlier
2010-09-05 12:35:51 +00:00
Petr Skoda
9e07366784
MDL-24058 fixed JS string quoting
2010-09-02 12:35:47 +00:00
Dan Marsden
2700b2839d
SCORM MDL-23947 change name of function
2010-08-30 23:45:53 +00:00
Eloy Lafuente
ffe5025874
NOBUG DB syntax - fix/improve some uses. I haven't tested completion, have you?
2010-07-05 22:48:07 +00:00
Petr Skoda
3a11c09f5b
MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support
2010-07-04 18:36:34 +00:00
Piers Harding
dc28220096
MDL-18836 - tweak some SQL to run under postgres
2010-05-23 04:56:32 +00:00
Piers Harding
485f4ce60d
MDL-22395 - fix mod/scorm to pass 1.2 tests again. issues with iframe vs object in IE, JS finding content ids, and url_pix().
2010-05-13 23:01:38 +00:00
Dan Marsden
0e41ea1d47
SCORM MDL-22289 - include correct user info in call to get user pic
2010-05-03 23:23:11 +00:00
Dan Marsden
7d59021dec
SCORM Report improvement MDL-21555 - tidy up
2010-04-29 07:18:02 +00:00
Dan Marsden
8716cc3552
SCORM Report improvement MDL-21555 - fix for delete_responses - wasn't previously updating a users grade.
2010-04-27 22:08:22 +00:00
Dan Marsden
6f8dda46d8
SCORM MDL-21555 improved Report interface - now allows export as text/excel/ods - probably could do with some more refactoring/improvement, but this is much better than it was. Thanks to Valerian for the initial patch.
2010-04-22 09:41:41 +00:00
Petr Skoda
98da60215e
MDL-22033 groupings now enabled unconditionally, groupmembersonly kept as experimental - this simplifies groups code logic a bit, user interface changes should not be significant because the groupings are not visible much until at least one created; hopefully the new description of groupmembersonly will have to preventsome gradebook complaints
2010-04-07 07:37:12 +00:00
David Mudrak
16be897441
MDL-21652 html_table rendering refactored
...
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Petr Skoda
26acc814eb
MDL-20204 fixed html-writer::tag() parameter order to match the rest of the api
2010-02-18 18:15:56 +00:00
Petr Skoda
18300e6b50
MDL-21577 fixed typos
2010-02-10 16:21:49 +00:00
Petr Skoda
edc28287b2
MDL-21577 converting select auto submit code
2010-02-10 16:20:28 +00:00
Piers Harding
c86a91d508
MDL-16184 - revert earlier work for x.start.time, and apply patch from valerian (incidental fix for user_picture)
2010-02-09 18:43:15 +00:00
Petr Skoda
2d65597b6c
MDL-21403 removing ->asap() used for flicker-lessremoval of go button, no use .hiddenifjs class instead
2010-01-26 09:32:21 +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
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
Dan Marsden
00c1677a99
SCORM MDL-18835 display time periods in "human-readable" format. - mainly for SCORM 2004 objects. - thanks to Vlas Voloshin for patch and unit tests!
2009-12-18 10:10:04 +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
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
Petr Skoda
e5dd8e3bbd
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 15:24:58 +00:00
samhemelryk
5c508e3f0c
mod-scorm MDL-19815 Added set_url calls, replaced deprecated functions
2009-09-24 08:28:51 +00:00
samhemelryk
91152a3518
navigation MDL-20216 Refactored add arguments
...
Moved $action argument from arg5 to arg2
2009-09-04 03:12:01 +00:00
samhemelryk
52869011ad
scorm MDL-19815 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
2009-09-04 01:41:51 +00:00
nicolasconnault
fcd1243be8
MDL-19815 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:46:03 +00:00
nicolasconnault
6aff538add
MDL-19815 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 05:16:50 +00:00
nicolasconnault
7b1f2c829f
MDL-19756 Renamed moodle_select to html_select for better API consistency
2009-08-10 08:38:45 +00:00
nicolasconnault
670bc3e7ef
MDL-19815 Converted all print_footer() calls
2009-08-06 14:20:31 +00:00
nicolasconnault
465f165d10
MDL-19815 Migrated calls to print_heading
2009-08-06 08:21:24 +00:00
nicolasconnault
49c8c8d27e
MDL-19976 Refactored select_menu() into select(), now supporting menu, radio and checkbox rendering. Added radio() and checkbox() functions.
2009-08-04 02:05:32 +00:00
nicolasconnault
dc58020794
MDL-19756 Refactored JS code from SCORM and choice modules into the core function submit_form_by_id()
2009-07-28 11:24:57 +00:00
nicolasconnault
4eeec9ac75
MDL-19815 Migrated choose_from_menu to the new $OUTPUT->select_menu() function
2009-07-28 09:32:23 +00:00
tjhunt
d436d197d1
MDL-19690 - the last lot of $CFG->pixpath to $OUTPUT->old_icon_url
...
Including MDL-19693
RIP $CFG->pixpath
2009-07-03 07:55:30 +00:00
samhemelryk
9f3193726c
javascript MDL-16706 Removed inline script call in mod choice and scorm
2009-06-23 01:18:22 +00:00
danmarsden
66c7d3731f
SCORM MDL-18626 - fix SCORM navigation breadcrumbs
2009-03-27 01:46:39 +00:00
danmarsden
f13ffcd556
MDL-18460 - SCORM Report - remove duplicated header - thanks Vlas Voloshin for the report.
2009-03-10 01:17:42 +00:00
piers
898b282355
MDL-18212 - switch to addslashes_js - thanks Tim.
2009-02-25 22:56:59 +00:00
skodak
11e7b506ce
MDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support
2009-01-05 21:37:20 +00:00
piers
51c1c4e193
MDL-16184 - patch to correct the calculation of first, and last access to a SCORM attempt.
2008-12-20 06:20:43 +00:00
dongsheng
85db96c5b4
"MDL-17570, cleanup align property in div, merged from 1.9"
2008-12-10 06:48:54 +00:00
piers
7554f67190
MDL-16651 - add in delete attempt capability - thanks Dan/Tim.
2008-11-29 17:51:47 +00:00
tjhunt
43ba8d1c31
SCORM module XHTML strict fixes.
2008-08-19 06:59:17 +00:00