Andrew Davis
6431268854
gradebook MDL-25112 made /grade/edit/outcome/edit.php set page context before trying to initialize an mform
2010-11-09 03:24:09 +00:00
Petr Skoda
ace9051cc1
MDL-24321 switching to stdClass in /g*/
2010-09-21 08:16:49 +00:00
Petr Skoda
6d8c8aaab7
fixed wrong break
2010-09-17 18:47:04 +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
Sam Hemelryk
1f3e25963a
grade-outcomes MDL-23354 Fixed up navigation problems and added courseid to links where required to maintain that
2010-07-21 06:51:12 +00:00
Andrew Davis
4a15febe7c
gradebook MDL-23054 Added a link to "manage outcomes" from the "add outcomes to course" screen
2010-07-08 01:42:57 +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
Dongsheng Cai
9880f024dd
MDL-22574, removed unused function in outcome import form
2010-06-08 06:04:10 +00:00
Dongsheng Cai
c46aeeab9c
MDL-22574, fixed outcomes import form
2010-06-08 05:23:44 +00:00
David Mudrak
a8f35db741
MDL-21695 Replaced grade/outcomestandard.html
...
AMOS BEGIN
HLP grade/outcomestandard.html,[outcomestandard_help,core_grades]
AMOS END
2010-06-07 15:41:30 +00:00
David Mudrak
68d59ec165
NOBUG get_string() calls cleanup
2010-06-07 15:37:57 +00:00
David Mudrak
32a544625b
MDL-21695 Replaced grade/importoutcomes.html
...
No auto AMOS replacement here as the original file contains formatted
tables.
2010-06-07 12:16:48 +00:00
David Mudrak
b2bf67b447
MDL-21695 Replaced grade/scaleid.html
...
AMOS BEGIN
HLP grade/scaleid.html,[typescale_help,core_grades]
AMOS END
2010-05-27 21:19:27 +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
Petr Skoda
61ef8f9f88
MDL-20204 removing deprecated admin headers
2010-03-31 08:05:53 +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
Petr Skoda
75015e5fc1
MDL-20204 converting link to html_writer or action_link
2010-02-11 16:27:53 +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
Petr Skoda
92e01ab771
MDL-21125 obsoleting global $THEME
2009-12-23 17:44:17 +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
Petr Skoda
05565daa1e
MDL-20901 fixed input validation
2009-11-19 19:47:46 +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
beebcf2606
grade MDL-19797 Added set_url calls
2009-10-15 06:58:21 +00:00
skodak
d18e0fe646
MDL-20353 adding missing data types of hidden form fields
2009-09-26 17:07:08 +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
291fa827f2
MDL-19797 Converted print_box* to $OUTPUT->box*
2009-08-10 04:54:32 +00:00
nicolasconnault
c4fb148fef
MDL-19797 Converted all print_footer() calls
2009-08-06 14:21:57 +00:00
nicolasconnault
5a93139440
MDL-19797 Converted all print_footer() calls
2009-08-06 14:12:17 +00:00
nicolasconnault
c018f97328
MDL-19797 Migrated calls to print_heading
2009-08-06 08:16: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
0000badd05
MDL-17273 Added a back button to the error message and fixed missing handling of "custom" scope. Merged from MOODLE_19_STABLE
2009-04-09 12:29:54 +00:00
nicolasconnault
da2f44111a
MDL-17272 merged from MOODLE_19_STABLE
2009-04-03 08:14:01 +00:00
nicolasconnault
fbd68266a3
MDL-17273 Preventing import of corrupted csv files. Merged from MOODLE_19_STABLE
2009-04-02 12:53:04 +00:00
nicolasconnault
27eef3bb33
MDL-18004 Adding keymanagers for when grade publishing is enabled, plus a few improvements in the tabs and breadcrumbs
2009-02-27 14:19:25 +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
nicolasconnault
ba1891d290
MDL-16962 New formslib element for dropdowns with a link to another page. Applied to outcome item and outcome edit pages. Merged from MOODLE_19_STABLE
2008-10-22 09:31:49 +00:00
nicolasconnault
376592d54a
MDL-13702 Added language help file. Merging from MOODLE_19_STABLE
2008-10-17 14:56:06 +00:00
nicolasconnault
1f93ed2a2d
MDL-13259 Redirecting to creation of new scale when none exists. Merging from MOODLE_19_STABLE
2008-10-17 14:33:05 +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