505 Commits

Author SHA1 Message Date
mjollnir_
d67bfc32a1 MDL-15777 - updated most of the portfolio code to use files api.
Not done:

- forum (the rest of the module isn't using files api yet)
- database mod (touches other parts of the code (ods and excel libs)
- portfolio download plugin (needs discussion with petr about userfiles)

all of these have been disabled in the meantime.
2008-08-09 14:24:58 +00:00
mjollnir_
ffcfd8a777 MDL-15762 log portfolio transfers and notify the user when there are dups 2008-07-30 16:38:13 +00:00
sam_marshall
18a2a0cb3a MDL-15498: Completion: added support for basic completion-on-view and on grade (where applicable) to assignment, choice, data, glossary, lesson, and resource. 2008-07-29 17:22:47 +00:00
mjollnir_
bb63fc3e0c MDL-15834 portfolio supported_formats doesn't need to be abstract 2008-07-29 12:10:14 +00:00
mjollnir_
654119b54e MDL-15758 - fixing assignment & resource bugs 2008-07-28 10:44:25 +00:00
mjollnir_
3efe78dfc4 MDL-15758 - added add to portfolio button to resource/text & html 2008-07-28 08:19:14 +00:00
skodak
8eb1d25ffe MDL-11844 new option for conditional stripping of tags from activity names 2008-07-26 15:15:25 +00:00
skodak
f432bebff2 MDL-11421 context levels fixed in capability definitions, sorting of caps by name, plug-ins may report used core caps, fixed some risks; merged from MOODLE_19_STABLE 2008-07-24 21:59:13 +00:00
scyrma
5a254a2938 MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9) 2008-07-10 09:55:11 +00:00
skodak
559c9187f8 MDL-15387 fixing regression spotted by John Beedell; merged from MOODLE_19_STABLE 2008-07-01 22:26:38 +00:00
Francois Marier
6800d78e06 Drift between CVS and git
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00
mudrd8mz
26198ebed0 MDL-15387 Always add_to_log() even in case blocks are showing. Merged from MOODLE_19_STABLE 2008-06-25 15:45:21 +00:00
jerome
d81f018f3a MDL-11461 all ressource types are now displayed in the ressource help popup, merged from 1.9 2008-06-17 02:00:54 +00:00
skodak
b1f93b1512 MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl 2008-06-15 10:32:50 +00:00
dongsheng
baa336f08e "MDL-14129, fix all print_error" 2008-06-12 10:55:23 +00:00
skodak
5f5cd33c1d MDL-15114 resource mod converted 2008-06-04 00:04:03 +00:00
skodak
cd655b33f9 MDL-15095 towards restore lib dml conversion 2008-06-03 23:35:50 +00:00
skodak
9db7dab2ca MDL-15095 towards restore lib dml conversion 2008-06-03 22:36:54 +00:00
skodak
cb141e5a67 MDL-14679 towards modform conversion - fixed regressions 2008-06-01 21:40:56 +00:00
skodak
c18269c7e5 MDL-14679 towards modform conversion 2008-06-01 21:36:11 +00:00
skodak
7cac0c4b2b MDL-14679 fixed references to mod.html 2008-06-01 19:09:13 +00:00
skodak
579d45b434 MDL-14679 converted some get courses 2008-06-01 18:12:24 +00:00
skodak
219f652b91 MDL-14679 upgrade $DB conversion 2008-05-31 18:05:42 +00:00
moodler
03af957a69 MDL-14865 Merged from 1.9 (Don't pass CFG to get_string) 2008-05-16 07:11:20 +00:00
scyrma
29cb9c5c8e MDL-11342: Urlencode the filepath in directory resource (merge from 1.9) 2008-05-02 08:18:11 +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
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
stronk7
c691bebc56 Force download checkbox is not initialized properly, credit goes to skodak. MDL-14010 ; merged from 19_STABLE 2008-04-01 22:17:58 +00:00
dongsheng
55ac3d6f21 MDL-13151 add a new language string: phone2, thanks for your idea, Jams Ballard. 2008-03-26 02:58:16 +00:00
dongsheng
d6cc234114 MDL-13481, Distinguish between course fullname and user fullname 2008-03-19 08:49:23 +00:00
nicolasconnault
3eb53921ac MDL-13743 Added realmedia support. Merging from MOODLE_19_STABLE 2008-03-17 13:15:25 +00:00
nicolasconnault
75e8435e46 MDL-13903 New file resource option for forcing the download of the file instead of embedding it. 2008-03-17 12:55:35 +00:00
moodler
99058191c6 Merged version bumps for release 1.9 2008-03-03 11:49:34 +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
skodak
1ea543df62 MDL-7547 yet more speed improvements in rebuild_course_cache() ; merged from MOODLE_19_STABLE 2008-02-01 08:15:38 +00:00
skodak
f36cbf1d6e MDL-13214 rebuild_course_cache fixes and speed improvements; merged from MOODLE_19_STABLE 2008-02-01 07:48:26 +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
skodak
4b86bb0827 MDL-12773, MDL-12144 grade category selection on modedit page; merged from MOODLE_19_STABLE 2008-01-21 18:42:03 +00:00
urs_hunkler
f58fcc8234 merged from 1.9 :: MDL-11154 :: added the missing code and the config line and explanation in config.php for flexible columns. 2008-01-12 18:14:49 +00:00
poltawski
2b5153990a MDL-12930 - wrong title text on search webpages button, thanks to Mitsuhiro
Yoshida
merged from MOODLE_19_STABLE
2008-01-11 11:59:31 +00:00
mchurch
ca29e37d24 MDL-12744 - Add ability to pass an extra button for use in print header for modules that use the course page to display themselves with blocks. 2007-12-28 16:13:09 +00:00
poltawski
0bf540bb64 MDL-2013 - stop resource auto-linking from occuring when resources are hidden
merged from MOODLE_19_STABLE
2007-12-26 17:44:45 +00:00
skodak
6225fd13c0 MDL-12711 use 'checked' value for enabled resource_popup; merged from MOODLE_19_STABLE 2007-12-23 11:50:23 +00:00
skodak
220a90c5a1 MDL-11561 admin tree improvements and bugfixing 2007-12-19 17:35:20 +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
nicolasconnault
98ac187b1a MDL-12098 Printing a closing div tag and the moodle footer 2007-11-27 10:31:50 +00:00
skodak
9f7f1a74a0 MDL-12221 custom themes revisited - implemented container concept; merged from MOODLE_19_STABLE 2007-11-23 16:49:51 +00:00