302 Commits

Author SHA1 Message Date
skodak
775f811a66 MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes 2008-08-16 12:16:01 +00:00
mchurch
d39bbb8a0e MDL-15896 - Clean 'page' and 'q' parameters to only allow normal page name characters. 2008-07-31 14:06:18 +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
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
dongsheng
4d6ba0f097 "MDL-14129, fix print_error" 2008-06-15 10:47:14 +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
skodak
294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
skodak
4cd241c3e1 MDL-15117 wiki converted 2008-06-05 09:14:42 +00:00
skodak
8f15f8ec2d MDL-15094 fixed regressions 2008-06-04 23:56:34 +00:00
skodak
655b09ca8a MDL-15117 wiki converted and other regressions fixed 2008-06-04 21:34:14 +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
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
fd0e6640cc MDL-14679 fixed some more $db's 2008-05-31 22:18:41 +00:00
skodak
219f652b91 MDL-14679 upgrade $DB conversion 2008-05-31 18:05:42 +00:00
mchurch
79b8573591 MDL-15058 - Removing usage of super globals and replacing them with optional_param calls. 2008-05-30 17:22:24 +00:00
skodak
e2fc9a8850 MDL-14978 removed obsoleted get_course_students() 2008-05-25 11:06:23 +00:00
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
sam_marshall
8fae6d11d2 MDL-14838: Corrected javadoc package names in wiki 2008-05-15 10:08:55 +00:00
stronk7
00f9b05834 Avoid $_REQUEST["id"] usage. MDL-14806 ; merged from 19_STABLE 2008-05-13 01:48:45 +00:00
stronk7
ed3bd1974b Fixed old-glorious typo in wiki backup. MDL-10811 ; merged from 19_STABLE 2008-04-28 23:09:57 +00:00
dongsheng
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
scyrma
ffa2134012 MDL-12514 - Added missing js library (thanks Johannes Albert) and fixed missing string escaping. (merge) 2008-03-18 01:22:37 +00:00
stronk7
6fb10690b4 Simplify anydb_escape_string() to use simple-cross-db addslashes(). MDL-13793 ; merged from 19_STABLE 2008-03-04 23:41:37 +00:00
moodler
99058191c6 Merged version bumps for release 1.9 2008-03-03 11:49:34 +00:00
moodler
f76fa797eb Merged MDL-13717 Applied hack from Nicklas to fix sitemp etc. It worked for me in a quick test. 2008-03-02 01:22:51 +00:00
skodak
7b5c194962 MDL-11816 fixed wiki export with quick hack; merged from MOODLE_19_STABLE 2008-02-19 11:05:53 +00:00
skodak
4f22f6a5f1 MDL-12862 ewiki source code converted to utf8, patch by Tatsuya Shirai; mergedfrom MOODLE_19_STABLE 2008-02-19 10:04:57 +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
7019314ba4 MDL-13292 <Vspan> tag on the bottom of the wiki HTML Editor fixed; merged from MOODLE_19_STABLE 2008-02-05 19:52:58 +00:00
skodak
cd2d75e95c MDL-10796 fixed wiki deprecated passing by reference; merged from MOODLE_19_STABLE 2008-02-05 18:42:37 +00:00
nicolasconnault
10bd016e80 MDL-10451 Fixed HTML errors, merging from 1.9 2008-02-05 09:58:05 +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
danmarsden
6426fa81d4 MDL-3721 Wiki adds lots of invalid tags to the top of the page in every edit. 2008-01-29 20:50:48 +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
nfreear
b0dc3e563d Fixes bug MDL-2674, "backup always backsup/restores groups regardless of user settings" - restore group/grouping option. 2007-12-10 10:26:47 +00:00
nicolasconnault
45660d45f3 MDL-8863 Initial page field was disabled when there were no entries in the wiki, making it useless. It is now always enabled 2007-11-27 13:30:57 +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
nicolasconnault
ed818bbdbf MDL-10905 iterating correctly with readdir (as shown in php doc) 2007-10-15 05:18:58 +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
95aa0af862 MDL-11472 fixed harcoded mdl_ prefix in sql queries 2007-09-27 08:41:19 +00:00
stronk7
fcdea90774 Second pass. Modules. Some more default comments are out. MDL-11385 2007-09-24 22:17:05 +00:00
moodler
f389ceff2a Don't try to use YUI when AJAX is not enabled 2007-09-03 06:15:58 +00:00
mattc-catalyst
27978302ad MDL-10888: groupings - mod/wiki - add support for groupings, use new groups functions 2007-08-23 04:56:39 +00:00
skodak
2c386f82e5 MDL-10383 - deprecated get_groups(), user_group() and ismember() 2007-08-15 20:21:01 +00:00
stronk7
fd9162abef fix insert_record() call using arrays instead of objects
Merged from MOODLE_18_STABLE
2007-08-05 22:51:07 +00:00