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
edc28287b2
MDL-21577 converting select auto submit code
2010-02-10 16:20:28 +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
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
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
Sam Hemelryk
56115eea49
navigation MDL-21177 Removed erroneous DB queries from module extension calls
2009-12-24 02:06:05 +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
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
Sam Marshall
f1035deb97
MDL-21009 Group selector must use absolute links in order to work with javascript off
2009-11-30 17:12:48 +00:00
Petr Skoda
afb6f77dd9
MDL-20929 fixed input validation
2009-11-22 11:09:11 +00:00
Petr Skoda
adef30995b
MDL-20901 fixed input validation
2009-11-21 15:16:09 +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
1adbd2c350
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 14:55:15 +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
97011c648c
mod-choice MDL-20248 Upgraded choice module to use the new navigation blocks
2009-09-10 07:51:53 +00:00
samhemelryk
3180e717a2
choice MDL-19805 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
2009-09-08 02:05:11 +00:00
nicolasconnault
d3fd549372
MDL-19805 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:43:12 +00:00
nicolasconnault
c73526ef34
MDL-19805 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 05:13:36 +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
c57b95f7a0
MDL-19805 Converted print_box* to $OUTPUT->box*
2009-08-10 04:58:52 +00:00
nicolasconnault
0f4e7a3a93
MDL-19805 Converted all print_footer() calls
2009-08-06 14:20:08 +00:00
nicolasconnault
5ddd4e0678
MDL-19805 Migrated calls to print_heading
2009-08-06 08:23:57 +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
db8935ef42
MDL-19805 Migrated choose_from_menu to the new $OUTPUT->select_menu() function
2009-07-28 09:33:34 +00:00
samhemelryk
9f3193726c
javascript MDL-16706 Removed inline script call in mod choice and scorm
2009-06-23 01:18:22 +00:00
skodak
17da2e6f28
MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
2009-06-19 14:25:56 +00:00
skodak
7826abc79f
MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings
2009-06-03 20:25:27 +00:00
samhemelryk
750eb4343a
mod lib MDL-19294 Corrected package tag
2009-05-27 08:09:13 +00:00
samhemelryk
b2d5a79a35
mod MDL-19294 Corrected package tags to docs spec
2009-05-27 05:33:12 +00:00
samhemelryk
4636bf8380
choice data MDL-19294 Boilerplate and Phpdocs
2009-05-27 04:06:19 +00:00
tjhunt
4e1132a8c5
forum: MDL-19119 missing requires now course/lib.php is not included everywhere.
...
Put in most of the obvious missing require_once($CFG->libdir . '/completionlib.php');
2009-05-08 09:00:41 +00:00
stronk7
74c288a100
MDL-18577 drop enums support - step2: enums out from install.xml files
2009-05-01 14:07:43 +00:00
stronk7
2a88f626f7
MDL-18577 drop enums support - step2: enums out from editor, dbmanager and all upgrade scripts.
2009-05-01 01:19:16 +00:00
skodak
9b010a102e
MDL-18910 full support for module intro editor with embedded images
2009-04-21 21:33:08 +00:00
skodak
dc5c2bd9eb
MDL-18910 full support for module intro editor with embedded images
2009-04-21 21:17:21 +00:00
skodak
42f103be4c
MDL-18910 moving modedit features to modname_supports()
2009-04-21 08:57:20 +00:00
skodak
d0bcf735aa
MDL-18910 normalised module intro and introformat
2009-04-20 19:57:04 +00:00
skodak
63b0256797
MDL-18910 normalised module intro and introformat
2009-04-20 18:51:37 +00:00
skodak
a8801a8bea
MDL-18910 normalised module intro and introformat
2009-04-20 18:45:31 +00:00
fmarier
316914bf6e
MDL-17037 ran all GIF images through gifsicle and PNG through optipng
2009-04-05 23:33:00 +00:00
danmarsden
4b5ee1bf34
Choice MDL-18600 fix sort to be sorted by surname,firstname - thanks to Mihai Sucan for the fix
2009-03-26 21:23:25 +00:00
danmarsden
ca5387202f
MDL-18125 - improve lang for options/choices
2009-02-09 10:09:57 +00:00
danmarsden
d12280bb03
MDL-17198 - show better confirmation of choice selection.
2009-02-09 09:51:06 +00:00
danmarsden
82ab7cb535
MDL-18092 - better checking for empty vars when no users are in course. wrong place for empty check!
2009-02-09 09:33:50 +00:00
danmarsden
9acb770082
MDL-18092 - better checking for empty vars when no users are in course.
2009-02-09 09:19:47 +00:00
skodak
0cb93a7e45
MDL-17427 another round of refactoring of upgrade related functions - this should be final now I hope ;-)
2009-01-29 19:58:47 +00:00