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
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +00:00
Sam Hemelryk
56115eea49
navigation MDL-21177 Removed erroneous DB queries from module extension calls
2009-12-24 02:06:05 +00:00
Sam Hemelryk
92059c7ee5
mod MDL-21169 Removed update this module button and ensured there was a link in the settings block for it.
2009-12-23 01:57: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
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
Penny Leach
24ba58ee9a
portfolio MDL-21079 be more selective about including libraries.
...
this involves moving all formslib includes to where they're actually needed.
it also moves the portfolio stuff from assignment,data,chat,forum and glossary
into a locallib.php which involved creating it for many of those modules.
2009-12-12 11:27:07 +00:00
Penny Leach
59dd457e4b
portfolio: MDL-21030 - leap2a portfolio format support.
...
This commit includes:
- leap2a portfolio format, and xml writer
- proof of concept implementation in forum and assignment modules
- a lot of refactoring of the portfolio formats in general:
- addition of "abstract" formats - this is necessary for plugins to be able to support groups of formats
- addition of the idea of portfolio formats conflicting with eachother - eg richhtml & plainhtml
it touches modules other than assignment and forum, because the format api
changed and now each place in moodle that exports portfolio content has to deal
with the formats it supports slightly differently.
At the moment the Mahara portfolio still doesn't support this format, because I
haven't done the Mahara side yet. The "file download" plugin supports it
though.
Still todo:
- Add support for the other places in Moodle (glossary, data, etc)
- Write tests, once the rest of the portfolio tests have been updated to use the new DB mocking stuff
- Fix a bunch of TODOs
2009-12-03 14:26:37 +00:00
Dongsheng Cai
e998effa3d
"MDL-20346, comments api for data module"
2009-11-18 06:00:48 +00:00
Nicolas Connault
1a96363a9d
MDL-15050 Grades entered/updated through grader report now get correctly displayed in course user activity reports (commenting on last commit). Merged from MOODLE_19_STABLE
2009-10-27 12:37:15 +00:00
skodak
1e123f47d8
MDL-20369 fixed incorrect fetching of data fields - this was causing major problem with incorrect defaultsort caused by restore bug; merged from MOODLE_19_STABLE
2009-09-28 16:08:17 +00:00
samhemelryk
6111b2b030
mod-data MDL-19806 Added set_url calls, replaced deprecated functions, and added boilerplates
2009-09-24 04:25:40 +00:00
samhemelryk
29b64a2272
mod-data MDL-20253 Updated database activity module to make use of the new navigation structure
2009-09-11 03:14:42 +00:00
samhemelryk
b0ff558ccb
notes MDL-19806 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
2009-09-07 05:43:15 +00:00
nicolasconnault
56c1ca8846
MDL-19806 Upgraded calls to link_to_popup_window()
2009-08-20 13:16:08 +00:00
nicolasconnault
cd6137d707
MDL-19806 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:43:34 +00:00
nicolasconnault
4102b449ef
MDL-19806 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 05:13:51 +00:00
nicolasconnault
601104f238
MDL-19806 Upgraded calls to choose_from_menu
2009-08-17 15:19:49 +00:00
nicolasconnault
b2dc6880e4
MDL-19806 Migrated calls to print_heading
2009-08-06 08:21:01 +00:00
nicolasconnault
15c87c462b
MDL-19806 Upgraded call to print_scale_menu_helpbutton
2009-08-06 01:43:15 +00:00
skodak
0a8a7b6c24
MDL-14589 added missing require_login()
2009-07-19 08:56:45 +00:00
skodak
86900a93bb
MDL-14589 improved _pluginfile function - added forcedownload param and fixed docs
2009-07-03 13:40:37 +00:00
tjhunt
5ef444007d
MDL-19690 - Eliminate all remaining $CFG->modpixpath apart from mod/scorm
2009-07-02 12:25:19 +00:00
tjhunt
f2a1963c43
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-02 11:09:15 +00:00
samhemelryk
9d0cffa554
moddata MDL-16706 Removed inline scripts in mod data and added data.js
2009-06-22 03:16:25 +00:00
skodak
17da2e6f28
MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
2009-06-19 14:25:56 +00:00
skodak
a8f3a651c0
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 18:16:08 +00:00
skodak
0bcf8b6f0d
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 17:55:51 +00:00
skodak
9d7493399d
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 17:35:10 +00:00
samhemelryk
750eb4343a
mod lib MDL-19294 Corrected package tag
2009-05-27 08:09:13 +00:00
samhemelryk
b2d5a79a35
mod MDL-19294 Corrected package tags to docs spec
2009-05-27 05:33:12 +00:00
samhemelryk
4636bf8380
choice data MDL-19294 Boilerplate and Phpdocs
2009-05-27 04:06:19 +00:00
skodak
3268cf9921
MDL-18910 full support for module intro editor with embedded images
2009-04-22 06:48:15 +00:00
skodak
b4950d9649
MDL-18910 full support for module intro editor with embedded images
2009-04-22 04:31:54 +00:00
skodak
dc5c2bd9eb
MDL-18910 full support for module intro editor with embedded images
2009-04-21 21:17:21 +00:00
skodak
42f103be4c
MDL-18910 moving modedit features to modname_supports()
2009-04-21 08:57:20 +00:00
thepurpleblob
344e15e666
MDL-18542:
...
Just noticed a couple of oddnesses in the diff.....
2009-03-24 11:12:33 +00:00
thepurpleblob
f62f7d8f8e
MDL-18542:
...
Reverting various checkins related to this bug.
PLUS... proper 1 line fix included (merged from STABLE19)
2009-03-24 10:52:50 +00:00
thepurpleblob
cfd7998216
MDL-18542:
...
Correctly deals with field types that have multiple parts (e.g. data and lat/long)
Thanks to Eloy for spotting this.
Merged from STABLE_19
2009-03-19 20:45:40 +00:00
tjhunt
66aa084c6d
database mod: XHTML strict!
2009-03-17 04:22:48 +00:00
thepurpleblob
268104371b
MDL-18567:
...
Check for (boolean) false coming back from database instead of real data
Merged from STABLE_19
2009-03-16 16:37:31 +00:00
thepurpleblob
410b53deed
MDL-18542
...
Can now uncheck checkboxes and have them stored correctly.
Merged from STABLE_19
2009-03-16 15:38:06 +00:00
dongsheng
6b49eb8b72
"DATA/MDL-18024, use rid instead page to comment a record, merged from 1.9"
2009-03-11 05:33:55 +00:00
dongsheng
2949cac7d2
"DATA MOD/MDL-18079, respect mod/data:comment capability when adding comments, merged form 1.9"
2009-02-23 07:30:02 +00:00
skodak
1045a0074c
MDL-17849 sql queries not printed by default during upgrade anymore, there is a new config.php only setting $CFG->upgradeshowsql instead
2009-01-12 16:52:53 +00:00
dongsheng
85db96c5b4
"MDL-17570, cleanup align property in div, merged from 1.9"
2008-12-10 06:48:54 +00:00
skodak
214b1cf7a8
MDL-17428 Do not include in the middle of file in global scope
2008-11-27 22:46:34 +00:00
skodak
3c67721aa1
MDL-17405 moving Data mod upgrade notification to proper place (upgrade.php) - better notification will be implemented in MDL-17427
2008-11-27 22:14:34 +00:00
jerome
f1cddcf961
database: MDL-16999 move the flag from config table to config_plugins table, merged from 1.9
2008-11-24 00:54:20 +00:00