nicolasconnault
4ba9941c4b
MDL-10386 Refactored the grader report file (index.php), and extracted the grade_report_grader class out of it. The index file now only calls upon the class' main methods. Certain elements and code blocks in the class can be abstracted for other reports (such as the paging, sorting arrows and several general purpose variables).
2007-07-12 16:36:38 +00:00
skodak
f8e6e4dbea
MDL-10226 improved regrading of final grades - optimised db access, partial regrading when raw grade updated
2007-07-08 14:57:19 +00:00
tjhunt
21988c8e20
Small improvement to print_table. Lets you apply a class attribute to particular table rows.
2007-07-06 11:29:25 +00:00
toyomoyo
eca3af25cb
MDL-7077, MDL-10181, adding notes for students
2007-07-05 06:53:17 +00:00
mattc-catalyst
3b27b0fe21
MDL-9615: Correct incorrect use of term breadcrumbs
...
- $crumbs -> $navlinks
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:40:48 +00:00
nicolasconnault
82b4da8649
MDL-10210 Added the grader report admin settings, and its corresponding language strings. Few other minor edits.
2007-07-04 10:01:20 +00:00
urs_hunkler
a04c3b55b9
working on MDL-10322 :: tabs. I added a space before the closing </li> to close the gap between the li elements used without images. I don't know why this space is necessary.
2007-07-03 20:17:54 +00:00
mchurch
89676f4dea
Bug MDL-8520. Adding target= to the prev/next and logs buttons.
2007-06-28 19:18:11 +00:00
skodak
a33c44c4b9
MDL-10276 Text cleaning trouble
2007-06-27 11:58:33 +00:00
mchurch
12c1f0abea
Fixing update_group_button and update_groups_button. They were no longer calling valid URL's.
2007-06-25 20:50:17 +00:00
urs_hunkler
d0c92410ef
Add an option $CFG->CSSEdit or $THEME->CSSEdit to Moodle. If one of both is set to true, Moodle does not write all CSS code in one single CSS file but adds CSS @include to the theme CSS file to load all single CSS files. These single CSS files can then be interactively edited and saved with CSSEdit. It's like Firebug with direct saving your changes.
2007-06-23 12:21:59 +00:00
jamiesensei
4579011918
elaborated phpdoc comment slightly for doc_link
2007-06-19 15:21:27 +00:00
jamiesensei
84e3d2ccf5
refactored page_doc_link into two functions. doc_link returns a link to docs. page_doc_link returns the link for this page.
2007-06-19 14:44:02 +00:00
urs_hunkler
a8d82ea9a4
MDL-9977 and MDL-8446 - added body class 'ltr'/'rtl' for language direction to support themes for 'rtl' languages.
2007-06-10 13:54:38 +00:00
nicolasconnault
de5284f26d
MDL-9137 Almost finished the edit category page. The only remaining issue is some sort of endless loop starting in grade_category::set_as_parent. Big issue...
2007-06-01 08:01:47 +00:00
jamiesensei
dc1f768351
reverting commit 1.889 "added another parameter to moodle_url out, out_action and get_query_string so that developer can output url with query string joined by '&' and not '&'. & breaks redirect on IE." It turned out to be unnecessary.
2007-05-29 06:27:38 +00:00
jamiesensei
24a905f98b
fixed bug in parsing urls
2007-05-29 06:14:09 +00:00
jamiesensei
099f7fb6ca
added another parameter to moodle_url out, out_action and get_query_string so that developer can output url with query string joined by '&' and not '&'. & breaks redirect on IE.
2007-05-28 14:25:40 +00:00
skodak
271c7a98bc
MDL-9959 debugging() shows warnings when called from call_user_func() functions
...
MDL-9958 addslashes_recursive() and stripslashes_recursive() modifies function parameter in PHP5
2007-05-27 22:55:52 +00:00
tjhunt
5d852ba111
When using DEBUG_DEVELOPER, make error(...) output a stack trace.
2007-05-22 13:25:31 +00:00
nfreear
ac9052357a
Follow up for MDL-9753, accepts HTML for $text param (THEME->larrow, rarrow don't work in stock IE6).
2007-05-22 08:59:56 +00:00
jamiesensei
83bc64dba4
adding quoting to output of hidden params in moodle_url
2007-05-20 17:05:27 +00:00
jamiesensei
fae60ee3d3
small additions to comments on moodle_url
2007-05-20 14:05:49 +00:00
moodler
b6b354e36e
Merged MDL-9826 from stable
2007-05-16 08:03:37 +00:00
nfreear
a84dea2c30
Follow-up fix bug MDL-9753, "THEME->larrow, rarrow don't work in stock IE6".
2007-05-14 13:28:21 +00:00
urs_hunkler
f145c2482d
added/changed custom corners lib and calls to add the necessary divs
2007-05-09 15:03:01 +00:00
nfreear
ce3735d453
Fixes bug MDL-9753, "THEME->larrow, rarrow don't work in stock IE6"
2007-05-09 14:15:33 +00:00
moodler
b0b4ffe1ec
Added CSS class for current language to every page MDL-9750
2007-05-09 06:49:23 +00:00
poltawski
a044c05ddb
MDL-9742 - changed tabs to spaces in a few places where there are one
...
or two
2007-05-08 15:07:25 +00:00
jamiesensei
e744ebba7b
added a param to moodle_url constructor to provide params as an array just as a convenience to quickly construct a url with an array of params.
2007-05-04 05:45:33 +00:00
jamiesensei
fcdb06c470
change to print_paging_bar function to optionally support the use of a moodle_url object as a parameter instead of a string.
...
small changes to moodle_url class
2007-05-03 10:03:59 +00:00
jamiesensei
360e503e6e
MDL-9644 new class 'moodle_url' in weblib.php to handle constructing a url. It would internally stores params as an array and have methods to manipulate the array. The class can also output the params as hidden fields in a form or as a url with get params appended.
2007-05-03 04:34:53 +00:00
ikawhero
8f8210b3e8
1. Changes to allow different priorities in the theme selection based on
...
CFG->themeorder setting
2. Changes to allow category themes. Theme can now be set for a category
which will apply to all sub-categories (unless they specifically have a
theme set) and to child courses (course theme and $CFG->themeorder
settings permitting). New config setting $CFG->allowcategorythemes must
be set. Off by default as it means extra database calls.
There is an ugly hack to find out if we are viewing course/category.php -
anyone welcome to tidy this up if they have a better idea.
GUI for setting category theme coming.
2007-05-02 09:35:35 +00:00
skodak
bb4b3ea4f8
MDL-9647 simplify dealing with headers/footers in admin sections; some more cleanup
...
fixed continue button in error() on admin page when link present
2007-04-30 17:28:28 +00:00
skodak
635773c604
MDL-9647 simplify dealing with headers/footers in admin sections; fixed double footers when using print_footer() in admin page
2007-04-30 17:13:37 +00:00
skodak
1ae083e424
MDL-9647 simplify dealing with headers/footers in admin sections
2007-04-30 17:08:34 +00:00
skodak
b48d124a17
lets prevent detection of strict PHP5 errors in redirect in developer debug mode
2007-04-24 18:53:12 +00:00
tjhunt
5ea4af2210
Stop "Undefined variable: ALLOWED_TAGS" errors all over the place.
2007-04-24 17:09:12 +00:00
sam_marshall
f130a9d810
Merged MDL-9556: HTML editor shortcut button should only appear when JS enabled
2007-04-24 11:59:17 +00:00
skodak
85fbf88489
MDL-9151 fixed missing global definition, sorry :-(
2007-04-19 12:18:44 +00:00
skodak
e0ac8448c7
MDL-9151 HTML Purifier cleaning support - enable switch is in experimental section
...
MDL-9435 Reviewved url cleaning in redirect()
2007-04-18 21:52:03 +00:00
skodak
886c109d8d
MDL-9416 Double quotes and tags in helpable item breaks XHTML strict; merged from MOODLE_18_STABLE
2007-04-17 20:42:29 +00:00
mattc-catalyst
ac4feb59af
Breadcrumbs: Core functionality changes
...
- Added build_navigation function to create an XHTML breadcrumb list and to
allow filtering of breadcrumbs to remove the activity from the trail.
- modified print_navigation to print the output of build_navigation whilst
maintaining backward compatibility with old style string breadcrumbs.
Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 20:44:32 +00:00
skodak
8f660562d8
MDL-8839 fixed markdown cleaning before editting of existing untrusted text; merged from MOODLE_18_STABLE
2007-04-15 21:54:34 +00:00
martinlanghoff
9d411c734b
Fixed 'off by one' month bug in month select boxes generated by
...
print_date_selector when users time zone set to GMT-13.
Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt <mattc@catalyst.net.nz>
2007-04-12 00:41:31 +00:00
tjhunt
5081e0a635
Better way to detect whether a function exists in this version of PHP before redefining it.
2007-04-03 08:34:39 +00:00
tjhunt
b388c7664d
Another attempt to get redirect() to not redirect if an error was output to the screen, to make dubuggin easier. Sorry I had not noticed the bit in the docs that says error_get_last was PHP 5.2.0+.
2007-04-01 22:19:39 +00:00
moodler
bf8b3d21ba
Making redirects work again
2007-03-31 02:34:06 +00:00
moodler
d176958817
error_get_last() ? What's that?
2007-03-31 02:30:56 +00:00
nicolasconnault
4d0ccfa7de
MDL-8922 More work on fixing RSS block XHTML
2007-03-23 08:01:01 +00:00