skodak
f33e1ed4ae
MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs
2008-05-15 21:40:00 +00:00
stronk7
2d1e097157
Glossary concepts must support multilang filter (all filters, in fact).
...
And accesible alt texts for action buttons too. MDL-14687 ; merged from 19_STABLE
2008-05-05 00:09:58 +00:00
dongsheng
957f6fc9d2
"MDL-14460, fix all the other get_context_instance, merged from MOODLE_19_STABLE"
2008-05-02 04:37:02 +00:00
dongsheng
3f32807d97
MDL-14303, add missing cmidnumber parameter. merged from MOODLE_19_STABLE
2008-04-29 02:11:27 +00:00
skodak
cff611fc19
MDL-8188 fixed missing global $CFG; merged from MOODLE_19_STABLE
2008-04-22 13:04:35 +00:00
dongsheng
ef897e9324
MDL-8188, move check.gif to pix/i/approve.gif
2008-04-15 03:58:42 +00:00
dongsheng
e32d5506af
MDL-8188, fix approve.gif icon
2008-04-15 03:55:07 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
skodak
2b0a14e472
MDL-11007 groupmembersonly support for glossaries; merged from MOODLE_19_STABLE
2008-03-18 17:12:48 +00:00
stronk7
4d272b485f
Glossary extended search fixed. MDL-13947 ; merged from 19_STABLE
2008-03-17 12:30:47 +00:00
moodler
99058191c6
Merged version bumps for release 1.9
2008-03-03 11:49:34 +00:00
skodak
65bcf17b95
MDL-13450 and MDL-13303 - sorry for changing forum API so late, but it was needed; major perf improvement for forum; fixed printing of user pictures; merged from MOODLE_19_STABLE
2008-02-13 17:03:25 +00:00
skodak
1f106b3f1d
MDL-13155 once more - reverting mod/xx/index.php to use get_all_instances_in_courses() again, should be now nearly the same as in 1.8.x ;-) merged from MOODLE_19_STABLE
2008-02-05 21:40:21 +00:00
skodak
76cbde4138
MDL-12945 changing get_fast_modinfo() section property to sectionnum to prevent conflicts with real cm->section; full recent activity speedup when printing user pictures in forum; merged from MOODLE_19_STABLE
2008-02-01 14:10:49 +00:00
skodak
52ae8c057a
MDL-12945 fixing mod indexes broken by previous commit; merged from MOODLE_19_STABLE
2008-02-01 09:09:04 +00:00
stronk7
6fba307d98
Quick fix for not working glossary index. Related to MDL-12949 that needs more improvements. Merged from 19_STABLE
2008-01-31 00:20:19 +00:00
skodak
dd97c32868
MDL-12945 a slightly bigger patch for performance in recent activity and various group related issues + some other fixes - see list of subtasks in tracker; merged from MOODLE_19_STABLE
2008-01-24 20:33:50 +00:00
nicolasconnault
6dac764d18
MDL-13050 Reverting, it's not working out as well as planned
2008-01-21 13:40:47 +00:00
nicolasconnault
406af084a3
MDL-13050 Modules were updated, and grades.php files were added to the lesson and hotpot modules
2008-01-18 14:44:45 +00:00
urs_hunkler
52ea8aa026
Merged from 1.9 and checked :: MDL-12221 :: I added changes to weblib and the forum and glossary view pages, the custom_corners and standard theme to get those pages working.
...
In the view pages I changed the container function call to a simple "echo 'div ...'" to avoid the custom_corners container overhead and page oddity.
In weblib I added "clearfix" handling to the function "print_box_start($classes ...". "clearfix" is handed over to the containing divs. This is a hack, but I didn't know how to handle it without rewriting too much areas.
2008-01-09 15:52:08 +00:00
skodak
eafb9d9eda
MDL-12458 fixed gradebook upgrade/update problems when not grades yet in activities; merged from MOODLE_19_STABLE
2007-12-25 20:51:23 +00:00
skodak
220a90c5a1
MDL-11561 admin tree improvements and bugfixing
2007-12-19 17:35:20 +00:00
poltawski
94bccb1640
MDL-12385 - glossary category edit page doesn't respect $CFG->pixpath
...
merged from MOODLE_19_STABLE
2007-12-16 18:17:55 +00:00
skodak
d795bfdbf9
MDL-12221 reworked container autoclosing - error() and notice() do not work everywhere though; notice print header if needed now; new print_footer('empty') for empty footer - removes some hacky </body></html> - merged from MOODLE_19_STABLE
2007-12-14 21:22:38 +00:00
skodak
0b5a80a1a5
MDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from MOODLE_19_STABLE
2007-11-29 14:43:04 +00:00
skodak
a78890d593
MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE
2007-11-23 22:15:07 +00:00
stronk7
5fe600ebe7
Deleting one ='' condition that isn't cross-db nor necessary. MDL-12186
...
Merged from MOODLE_19_STABLE
2007-11-22 22:47:49 +00:00
nicolasconnault
58de44666d
MDL-11790 Fixed hard-coded strings. Merci Nicolas!
2007-11-08 04:39:10 +00:00
nfreear
120a18f051
Follow up fixes MDL-12029 "Glossary view needs heading markup..."
2007-11-07 17:45:57 +00:00
nfreear
097d705e6d
Fixes MDL-12029 "Glossary view needs heading markup + other accessibility fixes".
2007-11-05 15:22:22 +00:00
poltawski
b18921676e
MDL-11124 - Allowed 'There are no [modulename]' translations. This is currently
...
hardcoded and can be discovered through the user interface resonably easily.
Merged from MOODLE_19_STABLE
2007-10-29 10:44:50 +00:00
tjhunt
38e179a4ed
MDL-11741 - Convert core modules to take advantage of recent improvements to build_navigation.
...
This check-in removes about 400 lines of code. I hope I have not screwed anything up. I would be grateful if people could review this change, and keep an eye on the navigation bar in modules.
Any navigation bar bugs you find in the near future, feel free to file them in the tracker and assign them to me. Thanks.
If not to many problems are found, I think I would like to backport this to 1.9 stable, but I am not sure that is a good idea. Opinions to the General Developer Forum please. I am about to start a thread there.
2007-10-12 15:55:49 +00:00
skodak
f2e4a0818a
preparation for 1.9 beta 2 - setting correct requires in mods and plugins
2007-10-10 16:09:17 +00:00
skodak
03cedd6283
MDL-11432 eliminated majority of RecordCount uses, added several missing rs_close() - this should help improve perf on some platforms - Eloy says ;-)
2007-10-10 12:19:27 +00:00
iarenaza
0baafc173a
Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags
...
There are multiple issues with Moodle files containing empty or blank lines
(lines consisting of white spaces or tabs only) and/or white space before or
after the PHP open and close tags, notably with config.php and theme files.
2007-10-09 21:43:28 +00:00
stronk7
fcdea90774
Second pass. Modules. Some more default comments are out. MDL-11385
2007-09-24 22:17:05 +00:00
nfreear
468c120ae9
Partial fix for reopened MDL-7474, Accessibility: "Provide alt text for ascending/ descending icons in glossary"
2007-09-24 17:09:37 +00:00
skodak
85c9ebb926
MDL-1883 improved perf when editing scales - new function xxx_scale_used_anywhere()
2007-09-18 18:37:58 +00:00
skodak
e04ff2d559
MDL-10383 adding new standard elements method - modules now must specify what they support (groups/groupings/groupmembersonly); by default only groupmode selector is enabled
2007-08-20 07:27:04 +00:00
nicolasconnault
0be6f67819
MDL-10870 All files updated to new build_navigation() method. Most are untested, because they are not easily accessible within a moodle site.
2007-08-17 19:09:11 +00:00
skodak
bb5b72244a
MDL-10890 all require_login() in modules reviewed and fixed use of $cm
2007-08-17 12:49:28 +00:00
skodak
3bfabe6e1a
MDL-9549 minor cleanup
2007-08-10 21:01:46 +00:00
stronk7
40859bd5e1
Added Id tag
...
Merged from MOODLE_18_STABLE
2007-08-06 18:29:56 +00:00
skodak
71ee4471ac
MDL-10544 outcome adding from modedit
2007-07-31 14:34:11 +00:00
skodak
42ff9ce68b
MDL-10111 migration of data into new gradebook; added new lib/db/upgradelib.php file (should be used by new groups upgrade code too)
2007-07-22 21:43:47 +00:00
tjhunt
5d5ae618a8
MDL-8056 - one if statement was missed during Matt Clarkson's/Eloy's commit on 15th July 2007. Merged from MOODLE_18_STABLE
2007-07-19 16:51:17 +00:00
toyomoyo
b9dba084ea
merged fix for MDL-10475, adding override for legacy student roles before dropping studentcanpost
2007-07-17 02:47:48 +00:00
stronk7
ea16f9b2dc
Now the glossary->allowcoments setting is respected. MDL-8056
...
Credit goes to Matt Clarkson. Thanks.
Merged from MOODLE_18_STABLE
2007-07-15 22:27:16 +00:00
skodak
adcbb43a25
MDL-10422 fixed missing include
2007-07-11 17:59:13 +00:00
Martin Langhoff
08103c9364
cvsimport fixups
2007-07-07 14:18:30 +12:00