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
Andrew Davis
1762a2642a
gradebook MDL-21514 Ironed out a bug with hiding course totals
2010-02-12 03:39:40 +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
c80877aa0e
MDL-20204 fixed recent regressions + improved action handling - sorrrry
2010-02-11 15:44:06 +00:00
Petr Skoda
000c278cff
MDL-20204 new pix_icon renderable widget
2010-02-11 14:59:00 +00:00
Petr Skoda
064527d6b0
MDL-20204 select conversion
2010-02-11 09:57:33 +00:00
Petr Skoda
f1a3e072fa
MDL-20204 using url_select
2010-02-10 10:55:51 +00:00
Petr Skoda
f8dab96615
MDL-20204 a lot more steps away from html_select
2010-02-10 09:37:50 +00:00
Petr Skoda
2f0e96e447
MDL-20204 one more step away from html_select
2010-02-09 18:54:03 +00:00
Andrew Davis
61541a5a46
gradebook MDL-21218 Improved the hiding/displaying of category and course totals when they contain hidden items
2010-02-08 06:27:04 +00:00
Petr Skoda
916276fc0a
MDL-20204 more outputlib changes towards separate html_writer
2010-02-07 20:12:31 +00:00
Petr Skoda
2b728cb5e1
MDL-21420 finally moving old global mstr to new M.str.
2010-02-07 09:43:07 +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
Andrew Davis
a2ec0b8de8
gradebook MDL-21513 navigation dropdown in gradebook wasnt working correctly
2010-02-05 05:33:10 +00:00
Andrew Davis
160fe5ff1b
gradebook MDL-21513 navigation dropdown in gradebook wasnt working correctly
2010-02-05 05:20:13 +00:00
Andrew Davis
b9cc756ef3
grader report MDL-21367 when an item is unhidden its category should unhide to
2010-02-03 02:26:44 +00:00
Petr Skoda
2d65597b6c
MDL-21403 removing ->asap() used for flicker-lessremoval of go button, no use .hiddenifjs class instead
2010-01-26 09:32:21 +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