Commit Graph

77 Commits

Author SHA1 Message Date
Rossiani Wijaya 74b83c18fb MDL-34559: removing accesshide class 2012-08-07 13:36:43 +08:00
Rossiani Wijaya aa15bd56d6 MDL-34559 accessibility compliance for grade: Add forform input text and select tag 2012-08-03 12:01:36 +08:00
Sam Hemelryk 3211569a6a Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag"
This reverts commit f9f281b8fe.
2012-04-11 17:18:58 +12:00
Rossiani Wijaya f9f281b8fe MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag 2012-03-30 16:26:58 +08:00
Andrew Davis a153c9f2fe MDL-30999 grade: updated Grade API phpdocs 2012-02-14 14:04:19 +07:00
Andrew Davis 76ea4e1f67 gradebook MDL-24455 moved printing of page header until after all of the potential redirect points to avoid a warning being printed before redirecting. 2010-10-01 03:54:59 +00:00
Petr Skoda ace9051cc1 MDL-24321 switching to stdClass in /g*/ 2010-09-21 08:16:49 +00:00
Petr Skoda 182a8a83c4 initialized objects 2010-09-17 19:11:24 +00:00
Petr Skoda 6ef4878b86 spelling fixes 2010-09-17 18:56:53 +00:00
Andrew Davis 42e5b74426 gradebook MDL-22716 made the categories and items table usable on narrow screens 2010-06-10 03:00:04 +00:00
David Mudrak d1ae61fe47 MDL-22696 Incorrect PAGE setup order - JS must be required after require_login() 2010-06-07 07:52:11 +00:00
Rossiani Wijaya 02114f13d3 MDL-20447 - bulk upload: add page heading 2010-06-02 07:26:56 +00:00
Andrew Davis 5e212c334c gradebook MDL-21596 fixed a problem that prevented edits appearing in the UI 2010-05-19 03:50:27 +00:00
Sam Hemelryk 4d5059d4f3 navigation MDL-22321 Fixed up the navigation in the grades section 2010-05-05 03:27:22 +00:00
Sam Hemelryk 90723839ca themes MDL-21862 Implements base theme and standard theme.
Very big theme changes, standardold theme has been split into two themes base and standard. Base theme contains only CSS that is absolutly required (e.g. layout, white space rules, specific widths) and standard (which now looks like standardwhite) contains all the frills.
The following noteable changes have also been made:
  * Plugin CSS has been pushed back into the plugin directories as styles.css files.
  * Install_print_header has been corrected.
  * Redundant or deprecated rules have been removed.
  * Several minor class changes throughout Moodle.
  * CSS is now single line rules not multiline indented.
  * Installs with theme=standardold automatically switch to standard.
  * body classes / id now have prefixes to make it clearer what they are and avoid conflicts.
Also worth noting:
  * There is still alot of tweaking that is required to get everything looking as it is supposed to, please be patient or better yet help out.
  * I am currently working on the documentation for the themes system... it will be here soon.
2010-03-25 06:38:21 +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
Sam Hemelryk c1f96c2c5e gradebook MDL-19797 Improved navbar generation 2010-03-04 03:55:24 +00:00
Petr Skoda c80877aa0e MDL-20204 fixed recent regressions + improved action handling - sorrrry 2010-02-11 15:44:06 +00:00
Petr Skoda 064527d6b0 MDL-20204 select conversion 2010-02-11 09:57:33 +00:00
Andrew Davis 160fe5ff1b gradebook MDL-21513 navigation dropdown in gradebook wasnt working correctly 2010-02-05 05:20:13 +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 9dec75dbcc MDL-21240 shortened urls now start with / everywhere 2010-01-18 20:57:32 +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 dc6896efe0 MDL-21198 used new simple_button class when doing OUTPUT->confirm() - more consistent and hopefully easier to remember than html_form::make_button() ;-) 2010-01-03 20:47:13 +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 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
Petr Skoda 6c3ef4103a MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 12:11:29 +00:00
samhemelryk cac0c3ef3d grade MDL-19797 Upgraded deprecated function calls 2009-09-30 07:20:31 +00:00
samhemelryk 7cc378fdc2 question MDL-19797 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents 2009-09-08 01:48:37 +00:00
nicolasconnault 54a007e8f6 MDL-19797 Optimising output code for the Edit grades categories and items interface 2009-08-25 07:31:13 +00:00
nicolasconnault 1c1f64a2a6 MDL-19797 Optimising output code and JS/CSS requires. Also improved CSS for grader report 2009-08-24 15:10:36 +00:00
nicolasconnault 03fcc729ab MDL-19797 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno 2009-08-20 08:40:49 +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 291fa827f2 MDL-19797 Converted print_box* to $OUTPUT->box* 2009-08-10 04:54:32 +00:00
nicolasconnault 5a93139440 MDL-19797 Converted all print_footer() calls 2009-08-06 14:12:17 +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 0a95bebf59 MDL-19797 Migrated choose_from_menu to the new $OUTPUT->select_menu() function 2009-07-28 09:34:15 +00:00
nicolasconnault e060e33dc3 MDL-19727 Replaced boilerplates and removed ID tags. Merged from MOODLE_19_STABLE 2009-07-07 02:26:36 +00:00
samhemelryk 5fdb159e54 grade-edit-tree MDL-16706 Removed inline script 2009-07-02 07:45:44 +00:00
tjhunt c28bf5c9f8 javascript: MDL-19475 replace require_js calls with $PAGE->requires->js.
Also, some related JavaScript cleanup.

More to follow.
2009-06-15 05:37:57 +00:00
skodak cd3a391cf5 MDL-19323 added missing support for localized floats + code cleanup; merged from MOODLE_19_STABLE 2009-05-30 13:01:20 +00:00
nicolasconnault b31f8d294d MDL-19121 Not allowing negative values for droplow and keephigh: capping at 0. Merged from MOODLE_19_STABLE 2009-05-08 13:31:30 +00:00
nicolasconnault 19d1a53b5a MDL-18950 Not printing "move selected to" element if no grade category exists. Merged from MOODLE_19_STABLE 2009-04-24 08:13:56 +00:00
nicolasconnault 2be6ca78db MDL-18949 Move selector is now disabled unless at least one grade item is selected. Merged from MOODLE_19_STABLE 2009-04-24 07:56:35 +00:00
skodak 398a160d4d MDL-18934 removed legacy grading support 2009-04-22 21:03:38 +00:00
skodak db008d6feb MDL-18929 fixed double colons, in fact we stopped using colons long time ago; merged from MOODLE_19_STABLE 2009-04-22 20:05:16 +00:00
skodak e8048b1d7a MDL-18933 Cannot assign default value to variable passed by reference; merged from MOODLE_19_STABLE 2009-04-22 20:01:47 +00:00
nicolasconnault b189277fa6 MDL-18617 Stubs for drag and drop of categories and items 2009-04-16 15:18:32 +00:00