37 Commits

Author SHA1 Message Date
Andrew Davis
a153c9f2fe MDL-30999 grade: updated Grade API phpdocs 2012-02-14 14:04:19 +07:00
Petr Skoda
ace9051cc1 MDL-24321 switching to stdClass in /g*/ 2010-09-21 08:16:49 +00:00
Petr Skoda
4cc977a64d fixing messed up property_exists() regression - sorrrry 2010-09-17 20:36:49 +00:00
Petr Skoda
653f91f948 switch to property_exists() which is required in PHP 5.3 2010-09-17 19:14:41 +00:00
David Mudrak
8b61b67133 MDL-21695 Replaced grade/overridesitedefaultgradedisplaytype.html
AMOS BEGIN
 HLP grade/overridesitedefaultgradedisplaytype.html,[overridesitedefaultgradedisplaytype_help,core_grades]
AMOS END
2010-06-18 15:38:59 +00:00
David Mudrak
05a5434a30 MDL-21695 Replaced grade/gradeletter.html
AMOS BEGIN
 HLP grade/gradeletter.html,[gradeletter_help,core_grades]
AMOS END
2010-05-31 13:39:13 +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
7d82806d55 gradebook MDL-22522 committing deletion of /grade/edit/letter/edit.php 2010-05-27 08:36:11 +00:00
Andrew Davis
54caa598ee gradebook MDL-22522 fixed navigation issues around editing letters 2010-05-25 07:03:06 +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
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
76780d8884 NOBUG: Added missing call to require login to grade/edit/letter/index.php 2010-05-03 09:28:38 +00:00
Petr Skoda
61ef8f9f88 MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +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
160fe5ff1b gradebook MDL-21513 navigation dropdown in gradebook wasnt working correctly 2010-02-05 05:20:13 +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
6c3ef4103a MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 12:11:29 +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
5a93139440 MDL-19797 Converted all print_footer() calls 2009-08-06 14:12:17 +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
sam_marshall
fdec3d4f88 MDL-18582: Made config.php consistently require_once 2009-03-17 10:52:27 +00:00
nicolasconnault
dc482cfac0 MDL-18083 (including MDL-15680, MDL-17829, MDL-17807, MDL-18004, MDL-12631, MDL-16913) 2009-02-09 10:49:41 +00:00
skodak
294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
nicolasconnault
5c75a0a3b4 MDL-14967 DB upgrades. All done. Just bug fixing now ;) 2008-06-03 16:10:57 +00:00
nicolasconnault
d24832f9af MDL-14967 DB upgrades. Not finished yet. 2008-06-02 16:06:33 +00:00
dongsheng
c7a4be5e63 "MDL-14129, fix print_error" 2008-05-14 07:04:09 +00:00
dongsheng
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
nicolasconnault
fe6caf18f7 MDL-13852 Fixed help string links. Merging from MOODLE_19_STABLE 2008-03-10 10:11:46 +00:00
nicolasconnault
e61c1bee67 MDL-13709 66 new lang files, and links to these help files have been updated wherever found. Merging from MOODLE_19_STABLE 2008-03-03 10:30:11 +00:00
nicolasconnault
4de3322dc8 MDL-13709 66 new lang files, and links to these help files have been updated wherever found. Merging from MOODLE_19_STABLE 2008-03-03 10:25:37 +00:00
skodak
7955c18a5a MDL-12497 fixed regressionwhen saving site letters, fixed redirect; merged from MOODLE_19_STABLE 2008-02-27 08:58:55 +00:00
nicolasconnault
395a53aee5 MDL-12497 Disabled the "override site defaults" checkbox for admin page, and removed redundant help buttons, merging from 1.9 2008-02-05 10:26:57 +00:00
nicolasconnault
8ad36f4cc3 Added copyright notice 2007-10-10 06:34:20 +00:00
iarenaza
0baafc173a Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags
There are multiple issues with Moodle files containing empty or blank lines
(lines consisting of white spaces or tabs only) and/or white space before or
after the PHP open and close tags, notably with config.php and theme files.
2007-10-09 21:43:28 +00:00
skodak
9376f5a66a MDL-11583 fixed use of capability moodle/grade:manageletters - now works in plugin selector 2007-10-03 20:24:59 +00:00
skodak
284abb0925 MDL-11495 grade letter setting improvements:
* in_null for decimals defaults checks
* store letter settings only in database - no cfg settings
* separate configuration page for letters only - pluginselector+admin tree
* new capability to manage grade letters - similar to scales and outcomes
* added grade_letters db index
* grade letters related minor bugfixing
2007-09-28 20:12:43 +00:00