Commit graph

698 commits

Author SHA1 Message Date
Sam Hemelryk
d52e4aabed gradebook MDL-22820 Fixed some very naughty CSS selectors 2010-06-17 06:40:38 +00:00
Andrew Davis
4d13065fad gradebook MDL-22820 fixed grade/report/grader/styles.css It was referencing an incorrect file a bunch of times 2010-06-17 04:17:55 +00:00
Andrew Davis
b0ed4c4085 gradebook MDL-22820 fixed grade/report/grader/styles.css It was referencing an incorrect file a bunch of times 2010-06-17 03:11:47 +00:00
Andrew Davis
6712973f27 gradebook MDL-22587 made grader report change the mouse pointer to indicate that clickable table cells are clickable 2010-06-02 02:30:50 +00:00
David Mudrak
4d73fde141 MDL-21695 Replaced grade/gradeboundary.html
AMOS BEGIN
 HLP grade/gradeboundary.html,[gradeboundary_help,core_grades]
AMOS END
2010-05-27 20:54:47 +00:00
Andrew Davis
92ff62362c gradebook MDL-21562 removed a bunch of redundant code 2010-05-27 08:53:46 +00:00
Andrew Davis
25755917b8 gradebook MDL-21562 Commented out a probably unnecessary variable definition 2010-05-26 09:04:00 +00:00
Andrew Davis
08ab3b09bf gradebook MDL-21562 Removed a bunch of unused code and commented out a bunch more Im pretty sure can go as well 2010-05-26 09:00:44 +00:00
Andrew Davis
33b950093d gradebook MDL-21562 Improved a comment 2010-05-26 08:59:40 +00:00
Andrew Davis
bab41ab7b6 gradebook MDL-21562 commented out a bunch of code that should be ok to be deleted. 2010-05-26 08:58:53 +00:00
David Mudrak
b47566d9c1 MDL-21695 Enable AJAX in gradebook: help string name fixed
AMOS BEGIN
 MOV [configenableajax,core_grades],[enableajax_help,core_grades]
AMOS END
2010-05-24 15:22:28 +00:00
David Mudrak
775fa8c29b MDL-21695 grade/averagesdisplaytype.html
AMOS BEGIN
 HLP grade/averagesdisplaytype.html,[averagesdisplaytype_help,core_grades]
AMOS END
2010-05-24 12:00:43 +00:00
David Mudrak
92dc9e7f9c MDL-21695 grade/averagesdecimalpoints.html
AMOS BEGIN
 HLP grade/averagesdecimalpoints.html,[averagesdecimalpoints_help,core_grades]
AMOS END
2010-05-24 10:19:44 +00:00
David Mudrak
caf698c89d MDL-21695 Grader preferences form uses help strings 2010-05-24 10:17:48 +00:00
Sam Marshall
31c9330392 accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php 2010-05-21 11:51:23 +00:00
Andrew Davis
870e279510 gradebook MDL-22443 fixed scroll problem with the grader report 2010-05-14 07:16:29 +00:00
Martin Dougiamas
bfebaf64d8 MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script. 2010-05-13 02:02:05 +00:00
Sam Hemelryk
4d5059d4f3 navigation MDL-22321 Fixed up the navigation in the grades section 2010-05-05 03:27:22 +00:00
Andrew Davis
0be986ded0 graderreport MDL-21562 slight reformatting of grader report instantiation code to make it clearer 2010-04-19 09:29:42 +00:00
David Mudrak
30c8dd34f7 MDL-15252 Re-committing all English strings exported from AMOS
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.

The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.

Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda
3a915b0667 MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs 2010-04-10 07:24:56 +00:00
Petr Skoda
4f0c2d0009 MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too 2010-03-31 07:41:31 +00:00
David Mudrak
7a4ddc172a MDL-21694 Moving grade report strings into plugin space 2010-03-29 20:35:22 +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
Dan Poltawski
81be59a486 grader report: MDL-21192 - remove duplicate variable decleration
Many thanks to Barry Oosthuizen for the patch!

Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk>

forward ported from MOODLE_19_STABLE
2010-02-24 08:49:22 +00:00
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
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
Petr Skoda
064527d6b0 MDL-20204 select conversion 2010-02-11 09:57:33 +00:00
Petr Skoda
916276fc0a MDL-20204 more outputlib changes towards separate html_writer 2010-02-07 20:12:31 +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
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
Andrew Davis
04e46bff1c grader report MDL-21088 Fixed assorted vertical alignment issues 2010-01-08 08:16:23 +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
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
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
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
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