1017 Commits

Author SHA1 Message Date
David Mudrak
b06db23fb7 MDL-21695 help grade/calculation.html replaced with a file
The contents put to wiki, no AMOS auto-replacement due to the length of
the file.
2010-05-24 15:22:12 +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
David Mudrak
6e2d05aeb8 MDL-21695 grade/aggregationposition.html
AMOS BEGIN
 HLP grade/aggregationposition.html,[aggregationposition_help,core_grades]
AMOS END
2010-05-24 09:51:50 +00:00
David Mudrak
f89b71eb4b MDL-21695 Tranferred grade/aggregation.html into the help string
AMOS BEGIN
 HLP grade/aggregation.html,[aggregation_help,core_grades]
AMOS END
2010-05-24 09:51:22 +00:00
David Mudrak
3869ab1ac6 MDL-21695 gradebook: Extra credit help strings
String aggregationcoefextraweight is used when editing an item which is
aggregated by Mean of grades (with extra credit) and was reworded to
Extra credit weight (because in fact it is the weight of the extra
credit - if it equals zero, the grade is not extra)

String aggregationcoefextrasum is used for Sum of grades and Simple
weighted mean of grades, meaning a checkbox extra credit yes/no

String aggregationcoefextra is used in the header of table Categories
and items (either Simple view or Full view). It must contain the information
about both meanings of aggregation.

AMOS BEGIN
 HLP grade/aggregationcoefcombo.html,[aggregationcoefextra_help,core_grades]
 HLP grade/aggregationcoefextra.html,[aggregationcoefextraweight_help,core_grades]
 HLP grade/aggregationcoefextrasum.html,[aggregationcoefextrasum_help,core_grades]
AMOS END
2010-05-21 13:46:28 +00:00
David Mudrak
75dc321807 MDL-21695 Replacing grade/aggregatesubcats.html
AMOS BEGIN
 HLP grade/aggregatesubcats.html,[aggregatesubcats_help,core_grades]
AMOS END
2010-05-21 13:45:55 +00:00
David Mudrak
53267b7970 MDL-21695 Replacing grade/aggregateoutcomes.html
AMOS BEGIN
 HLP grade/aggregateoutcomes.html,[aggregateoutcomes_help,core_grades]
AMOS END
2010-05-21 13:45:29 +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
f7589359c4 gradebook MDL-22522 made the edit letters page display the nav drop down 2010-05-20 08:48:19 +00:00
Andrew Davis
cb0336e91a gradebook MDL-22522 made the nav drop down on the scales page remember the currently selected page 2010-05-20 07:09:30 +00:00
Andrew Davis
1c349e9524 gradebook MDL-22521 fixed a get_string call to a non-existent string 2010-05-20 05:57:42 +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
Andrew Davis
be3df7fb70 gradebook MDL-21596 fixed a reference to a non-existent string 2010-05-19 03:48:28 +00:00
Andrew Davis
84d32de3a6 gradebook MDL-22495 fixed the move to links on the categories and items page 2010-05-18 09:54:02 +00:00
David Mudrak
da6fe84865 MDL-21695 help/grade/idnumber.html
AMOS BEGIN
 HLP grade/idnumber.html,[idnumbermod_help,core]
AMOS END
2010-05-18 06:06:52 +00:00
David Mudrak
c8d463dd97 MDL-21695 help/grade/aggregateonlygraded.html
AMOS BEGIN
 HLP grade/aggregateonlygraded.html,[aggregateonlygraded_help,core_grades]
AMOS END
2010-05-18 06:06:35 +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
Andrew Davis
43cc3cbd6f gradebook MDL-22428 fixed a JS problem that prevented the user from changing a course's aggregation method 2010-05-12 07:41:31 +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
76780d8884 NOBUG: Added missing call to require login to grade/edit/letter/index.php 2010-05-03 09:28:38 +00:00
Andrew Davis
3419829a7a gradebook MDL-22128 a POST parameter was being added to url parameters 2010-04-27 03:00:29 +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
Andrew Davis
0bc8907386 gradebook MDL-21218 made overview report respect display hidden items default correctly 2010-04-16 04:39:49 +00:00
Petr Skoda
596509e431 MDL-21695 renaming ->help_icon() to old_help_icon() and going to introduce new help_icon() with new parameters and detailed debugging - hopefully this will help during the conversion to new help 2010-04-13 20:34:27 +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
61ef8f9f88 MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +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
bc3755be21 MDL-21694 Moving grade import strings into plugin space 2010-03-29 20:34:24 +00:00
David Mudrak
96b838efa9 MDL-21694 Moving grade export strings into plugin space 2010-03-29 20:33:50 +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
Andrew Davis
4780980151 gradebook MDL-21317 Make "change defaults" links more obvious on grades->course settings page 2010-03-04 04:11:02 +00:00
Sam Hemelryk
c1f96c2c5e gradebook MDL-19797 Improved navbar generation 2010-03-04 03:55:24 +00:00
Sam Hemelryk
7d89f0b08b grade-tree MDL-20204 Fixed two regressions 2010-03-04 03:51:55 +00:00
Dan Poltawski
6261c357e0 gradebook/overview MDL-21424 - link to correct grade card
The overview report was sending the user to their own user report
rather than the user they were looking at.

forward ported from MOODLE_19_STABLE
2010-02-24 08:54:55 +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
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