56 Commits

Author SHA1 Message Date
Adrian Greeve
d40604724b MDL-34463 - lib - Alteration of the get_context_instance function to utilize the new function context_XXXX::instance(). 2012-07-24 14:04:40 +08:00
Petr Skoda
f8311defeb MDL-31301 use static textlib methods 2012-03-03 11:46:13 +01:00
Eloy Lafuente (stronk7)
5dbfbacc49 MDL-31831 whitespace clean - take2 2012-03-01 02:20:35 +01:00
Andrew Davis
a153c9f2fe MDL-30999 grade: updated Grade API phpdocs 2012-02-14 14:04:19 +07:00
Rajesh Taneja
e9de1cf49c MDL-27896 context - Fixed editor context to observe filter status 2011-08-12 11:33:21 +08:00
Andrew Davis
d2e66a60a0 gradebook MDL-25358 improved validation of scales 2010-11-22 05:52:13 +00:00
Andrew Davis
d13c358a79 gradebook MDL-24682 corrected a capability check that was incorrectly allowing some users to make a course scale a standard scale 2010-10-15 02:56:28 +00:00
Petr Skoda
ace9051cc1 MDL-24321 switching to stdClass in /g*/ 2010-09-21 08:16:49 +00:00
Andrew Davis
df227facba gradebook MDL-23354 added blocks to some pages that were missing them 2010-07-23 08:03:30 +00:00
Andrew Davis
51512508d1 gradebook MDL-23354 now saves scale description format when you create a new scale 2010-07-23 07:35:26 +00:00
Petr Skoda
64f93798d4 MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment 2010-07-03 13:37:13 +00:00
David Mudrak
fffc7ddf5a MDL-21695 Gradebook help conversion finished 2010-06-27 21:30:44 +00:00
David Mudrak
bd77df31dd MDL-21695 Replaced grade/scalestandard.html
AMOS BEGIN
 HLP grade/scalestandard.html,[scalestandard_help,core]
AMOS END
2010-06-18 16:13:20 +00:00
Rossiani Wijaya
02114f13d3 MDL-20447 - bulk upload: add page heading 2010-06-02 07:26:56 +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
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
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
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
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
David Mudrak
2fd9c5fa43 gradebook: fixed scale description field re-save after embedded files URL rewrite 2009-12-23 00:57:20 +00:00
Sam Hemelryk
8bdc9cacad files MDL-20601 Conversion of many of the uses of print_textarea, and the mforms htmleditor to the new editor
Please forgive me if I have missed converting any output statements. If you do find an output statement that is not formatting correctly please refere to the table I added to this bug in regards to how it should be formatted.
2009-11-04 06:14:06 +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
f3df5e1444 gradebook MDL-19797 Updated print_header and build_navigation to OUTPUT and PAGE equivalents 2009-09-07 06:04:46 +00:00
nicolasconnault
eef00ade8f MDL-19797 Optimising output code in gradebook, and fixed bugs in export key management 2009-08-27 09:39:50 +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
c3b834b42d MDL-19797 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 04:59:57 +00:00
nicolasconnault
c4fb148fef MDL-19797 Converted all print_footer() calls 2009-08-06 14:21:57 +00:00
nicolasconnault
c018f97328 MDL-19797 Migrated calls to print_heading 2009-08-06 08:16:46 +00:00
tjhunt
9482c0fff6 scales: Fix initialisation order problem. 2009-07-27 10:05:46 +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
tjhunt
4096752d1d MDL-19690 - first 53 $CFG->pixpath to $OUTPUT->old_icon_url 2009-07-02 10:06:39 +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
e128388f0b MDL-17811 fixed typos, thanks James Riggs; merged from MOODLE_19_STABLE 2009-01-07 19:52:24 +00:00
skodak
973d2660e6 MDL-16613 sesskey cleanup 2009-01-02 10:51:26 +00:00
moodler
b467ee7539 MDL-16474 Modifications to allow definition of 1-point scales 2008-09-12 07:33:49 +00:00
skodak
294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
nicolasconnault
d24832f9af MDL-14967 DB upgrades. Not finished yet. 2008-06-02 16:06:33 +00:00
skodak
3264868249 MDL-14679 removed magic quotes from forms validation() method, fixed some minor problems 2008-06-01 17:53:25 +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
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
a78890d593 MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE 2007-11-23 22:15:07 +00:00
nicolasconnault
8ad36f4cc3 Added copyright notice 2007-10-10 06:34:20 +00:00
skodak
85c9ebb926 MDL-1883 improved perf when editing scales - new function xxx_scale_used_anywhere() 2007-09-18 18:37:58 +00:00
skodak
8fafbc0ea3 MDL-11296 fixed incorrect detection of duplicate scales in course 2007-09-15 21:17:11 +00:00
nicolasconnault
ca96d0c4ad MDL-10724 Finished help strings for scale and outcome edit forms 2007-08-08 09:09:46 +00:00
skodak
11a149995e MDL-10364 improved calculation form 2007-08-01 21:48:10 +00:00
toyomoyo
ed3cdf07fc scales should be (courseid, scale) unique, since it's already abused it's not possible to add a unique in db, so we add additional check in GUI. Duplicate scale, course causes mapping problems in backup/restore 2007-08-01 07:40:40 +00:00