976 Commits

Author SHA1 Message Date
Sam Hemelryk
4f5b5ca15e grade-report-grader MDL-21535 Fixed regression when running with fixed users setting enabled 2010-02-24 03:38:53 +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
Andrew Davis
ab36384902 gradebook MDL-21095 Fixed an IE display bug in gradebook 2010-02-18 08:56:51 +00:00
Petr Skoda
8cea545e0b MDL-20204 started refactoring of html_table + more cleanup 2010-02-17 19:33:24 +00:00
Petr Skoda
5be262b66f MDL-20204 converting html_list 2010-02-17 17:56:26 +00:00
Petr Skoda
4ee753eb83 MDL-20204 converting html_span to html_writer 2010-02-17 17:17:45 +00:00
Petr Skoda
929d7a8362 MDL-20204 converted paging_bar to new coding style + fixed regressions from recent commits 2010-02-17 16:59:41 +00:00
Petr Skoda
c63923bddb MDL-20204 converted action_icon 2010-02-16 16:24:49 +00:00
Sam Hemelryk
fe21336587 gradebook-graderreport MDL-21535 Upgraded to YUI3 and reoganised JS code 2010-02-16 08:26:21 +00:00
Andrew Davis
1762a2642a gradebook MDL-21514 Ironed out a bug with hiding course totals 2010-02-12 03:39:40 +00:00
Petr Skoda
75015e5fc1 MDL-20204 converting link to html_writer or action_link 2010-02-11 16:27:53 +00:00
Petr Skoda
c80877aa0e MDL-20204 fixed recent regressions + improved action handling - sorrrry 2010-02-11 15:44:06 +00:00
Petr Skoda
000c278cff MDL-20204 new pix_icon renderable widget 2010-02-11 14:59:00 +00:00
Petr Skoda
064527d6b0 MDL-20204 select conversion 2010-02-11 09:57:33 +00:00
Petr Skoda
f1a3e072fa MDL-20204 using url_select 2010-02-10 10:55:51 +00:00
Petr Skoda
f8dab96615 MDL-20204 a lot more steps away from html_select 2010-02-10 09:37:50 +00:00
Petr Skoda
2f0e96e447 MDL-20204 one more step away from html_select 2010-02-09 18:54:03 +00:00
Andrew Davis
61541a5a46 gradebook MDL-21218 Improved the hiding/displaying of category and course totals when they contain hidden items 2010-02-08 06:27:04 +00:00
Petr Skoda
916276fc0a MDL-20204 more outputlib changes towards separate html_writer 2010-02-07 20:12:31 +00:00
Petr Skoda
2b728cb5e1 MDL-21420 finally moving old global mstr to new M.str. 2010-02-07 09:43:07 +00:00
Petr Skoda
60409fe103 MDL-21532 ->in_head() now really exceptional (after overrlib removal there will be just a few of them) 2010-02-06 14:09:33 +00:00
Andrew Davis
a2ec0b8de8 gradebook MDL-21513 navigation dropdown in gradebook wasnt working correctly 2010-02-05 05:33:10 +00:00
Andrew Davis
160fe5ff1b gradebook MDL-21513 navigation dropdown in gradebook wasnt working correctly 2010-02-05 05:20:13 +00:00
Andrew Davis
b9cc756ef3 grader report MDL-21367 when an item is unhidden its category should unhide to 2010-02-03 02:26:44 +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
0f4c64b79f MDL-21235 new link method in html_write, partinally replaces old html_link, going to add new action_link soon 2010-01-14 22:10:20 +00:00
Petr Skoda
3ba60ee16a MDL-21235 new single button rendering 2010-01-14 19:18:04 +00:00
Andrew Davis
04e46bff1c grader report MDL-21088 Fixed assorted vertical alignment issues 2010-01-08 08:16:23 +00:00
Andrew Davis
a83507f284 grader report MDL-21270 Use constants instead of integers 2010-01-08 07:48:37 +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
8ae8bf8a14 MDL-21198 OUTPUT->action_icon improvements, refactoring and fixing conversion regressions 2010-01-02 13:17:54 +00:00
Petr Skoda
b52706307c MDL-21198 $OUTPUT->icon() improvements 2009-12-31 10:06:56 +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
92e01ab771 MDL-21125 obsoleting global $THEME 2009-12-23 17:44:17 +00:00
David Mudrak
2fd9c5fa43 gradebook: fixed scale description field re-save after embedded files URL rewrite 2009-12-23 00:57:20 +00:00
Tim Hunt
3e7ca6b3b1 grader report: MDL-21159 Link to user report does not respect $CFG->grade_profilereport setting.
Also, the report was generating invalid XHTML.
2009-12-18 17:13:39 +00:00
Andrew Davis
e09e9d55b6 gradebook MDL-20945 Title attribute missing from cells in grader report 2009-12-17 07:29:57 +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
683c01d2c8 MDL-20787 removed mod_icon_url() completely 2009-12-16 20:30:24 +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
Eloy Lafuente
5dc8870fa6 MDL-21015 testreportlib migrated to UnitTestCaseUsingDatabase. Easy one! 2009-12-01 23:05:08 +00:00
Andrew Davis
7f276b00a7 grader report MDL-20179 Fixed broken JS on grader report 2009-11-27 05:44:56 +00:00
Andrew Davis
0e6d4b129b grader report MDL-20914 Html tooltips now work in IE on the grader report 2009-11-23 02:11:52 +00:00
Petr Skoda
05565daa1e MDL-20901 fixed input validation 2009-11-19 19:47:46 +00:00
Andrew Davis
30d44c5d23 gradebook MDL-19455 now shows first user in gradebook user report user select box 2009-11-18 01:17:07 +00:00