Sam Marshall
31c9330392
accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php
2010-05-21 11:51:23 +00:00
Sam Hemelryk
7c4efe3bc4
navigation MDL-14632 Added fuzzy matching as a worst case scenario to find the active node and tidied up course report page layouts
2010-05-19 07:57:00 +00:00
Martin Dougiamas
9dcc69bec1
MDL-2631 admin -> manager in caps
2010-04-30 03:13:07 +00:00
Martin Dougiamas
2be4d090c0
course completion MDL-2631 Course completion feature - Thanks to Aaron Barnes and Catalyst IT for this significant contribution. It is now officially possible to finish a course!
...
Even though I've tweaked this and done some polishing, there is still plenty to do on it now in HEAD, mostly to do with UI, usability and strings, so we'll keep working on it. Aaron already has a number of improvements to add to it.
2010-04-30 03:06:22 +00:00
Martin Dougiamas
760b2edbe1
More nav cleanups
2010-04-29 17:06:26 +00:00
Martin Dougiamas
07a737de56
Just cleaning up this log report in the nav menu
2010-04-29 16:59:58 +00:00
Sam Hemelryk
b6a56aeae0
navigation MDL-14632 Improved display conditions for progress report
2010-04-27 03:18:58 +00:00
Martin Dougiamas
4c14885683
MDL-22056 More tidying up of pluginnames for course reports, and more component names tidying
2010-04-22 15:54:20 +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
cb9dc45c36
MDL-21694 Moving course reports lang files into plugin space
2010-03-29 20:32:51 +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
Sam Marshall
a7382d3e07
MDL-21665 Minor fix to breadcrumb trail in completion progress report
2010-02-19 13:38:36 +00:00
Petr Skoda
c63923bddb
MDL-20204 converted action_icon
2010-02-16 16:24:49 +00:00
Petr Skoda
3ea5951efb
MDL-20204 converting some more html_links
2010-02-16 15:27:16 +00:00
Petr Skoda
9a9012dc8f
MDL-21590 fixed icons in navigation lib + clean up of modinfo (planned removeal of legacy use of urlencode since 1.8 - we use serialize and utf8 is ok now)
2010-02-14 20:18:10 +00:00
Petr Skoda
f9fc1461ba
MDL-21590 fixed recent regression in nav icons - now using new pix_icon instead of urls, have to rework extra icon handling in resources though
2010-02-14 09:29:44 +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
000c278cff
MDL-20204 new pix_icon renderable widget
2010-02-11 14:59:00 +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
ecbe80cfc9
MDL-21400 migrated courseparticipation report to new JS coding style
2010-02-03 16:53:41 +00:00
Petr Skoda
472264c333
MDL-21240 getting rid of one asap
2010-01-19 23:03:37 +00:00
Petr Skoda
9dec75dbcc
MDL-21240 shortened urls now start with / everywhere
2010-01-18 20:57:32 +00:00
Petr Skoda
6770330d17
MDL-21235 support for optgroups in select
2010-01-16 19:48:01 +00:00
Petr Skoda
d776d59ee2
MDL-21235 fixed select method name
2010-01-16 18:29:51 +00:00
Petr Skoda
4b9210f31b
MDL-21235 more conversion to new select
2010-01-16 18:25:51 +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
Petr Skoda
b52706307c
MDL-21198 $OUTPUT->icon() improvements
2009-12-31 10:06:56 +00:00
Petr Skoda
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +00:00
Petr Skoda
b5d0cafc6f
MDL-20787 final switch to new $OUTPUT->pix_url() - yay!
2009-12-16 21:50:45 +00:00
Petr Skoda
683c01d2c8
MDL-20787 removed mod_icon_url() completely
2009-12-16 20:30:24 +00:00
Petr Skoda
f44b10ed93
MDL-21139 replace all yui functions/methods with yui2 to make room for yui3
2009-12-16 20:25:14 +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
Dan Poltawski
42581c2b2b
course/report/outline $CFG typo
2009-12-10 11:19:06 +00:00
Petr Skoda
0ac940b3bf
MDL-20712 using just $capablities for capability definition array, all other files in db/* do not use component names in definition array; old capability array names are of course supported
2009-11-04 19:24:12 +00:00
Petr Skoda
aa6c1ced0a
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-04 08:11:02 +00:00
Nicolas Connault
5a5cd650fc
MDL-20995 Blog entries correctly displayed in activity reports
2009-10-30 07:27:19 +00:00
samhemelryk
7f09335135
output MDL-19799 Fixed up some set_url calls as well as fixing some regressions caused by recent upgrades
2009-10-21 04:23:35 +00:00
samhemelryk
928d4738f1
course MDL-19794 Upgraded deprecate function calls
2009-10-16 03:12:41 +00:00
samhemelryk
e6a40d2231
backup MDL-19789 Added set_url calls
2009-10-15 03:05:35 +00:00
samhemelryk
d9cb06dc0e
course MDL-19794 Replaced deprecated functions, added set_url calls and boilerplates
2009-09-25 05:24:13 +00:00
samhemelryk
dfab77a26e
navigation MDL-14632 Added and implemented course report callback function
2009-09-21 07:22:57 +00:00
samhemelryk
393f161545
core MDL-19786 Updated OUTPUT->header calls that were still using arguments
2009-09-08 02:23:00 +00:00
samhemelryk
d972bad1b0
navigationMDL-20216 Moved type argument to third argument
2009-09-04 08:43:49 +00:00
samhemelryk
91152a3518
navigation MDL-20216 Refactored add arguments
...
Moved $action argument from arg5 to arg2
2009-09-04 03:12:01 +00:00
samhemelryk
0a122046bc
course MDL-19794 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
2009-09-03 08:47:24 +00:00