Commit Graph

518 Commits

Author SHA1 Message Date
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
87518137bf MDL-13397 Implemented the requiredentries parameter (previously not implemented). This includes a warning message and an SQL restriction on entries fetched for view.php; merging from MOODLE_19_STABLE 2008-02-12 16:04:57 +00:00
450a87c566 MDL-13440 fixed typo; merging from 1.9 2008-02-12 13:46:57 +00:00
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
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
52ae8c057a MDL-12945 fixing mod indexes broken by previous commit; merged from MOODLE_19_STABLE 2008-02-01 09:09:04 +00:00
ae082716c7 MDL-13255 - hidden activity capability check was wrong, but require_login()
handles it for us when passsed $cm
2008-01-30 20:58:55 +00:00
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
70c003a241 MDL-13088 - database presets weren't escaping bad chars, causing presets
to break with a rogue <
merged from MOODLE_19_STABLE
2008-01-24 19:41:17 +00:00
f92d7ac9b7 MDL-13146 - prevent debug message about missing helpbutton title
merged from MOODLE_19_STABLE
2008-01-24 11:00:14 +00:00
ab496ca8e5 MDL-13107 - clean up data cvs import capability checks
Removed bad check 'mod/data:uploadentries' (which doesn't exist),
replaced it with mod/data:manageentries which is what is used to display
the form for this page.

Also removed the empty database redirect and editing entries checks
as there no way to get to this point in the UI and capability check
is covered by the manageentries requirecap (+ later sesskey check).

merged from MOODLE_19_STABLE
2008-01-23 13:27:47 +00:00
4282d047c2 MDL-9372 - only show RSS options in database module when RSS is enabled
merged from MOODLE_19_STABLE
2008-01-08 13:40:32 +00:00
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
220a90c5a1 MDL-11561 admin tree improvements and bugfixing 2007-12-19 17:35:20 +00:00
d9992b0626 MDL-12639 - prevent debug warnings about help buttons on database presets
Merged from MOODLE_19_STABLE
2007-12-18 21:27:45 +00:00
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
c6b666847c MDL-12500 Fixed restore conversion for links in database templates 2007-12-07 16:26:32 +00:00
db0f2a4496 MDL-12439 database preset fixes 2007-12-05 06:13:17 +00:00
0b5a80a1a5 MDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from MOODLE_19_STABLE 2007-11-29 14:43:04 +00:00
d417533252 Fix for par of the missing strings, as reported in MDL-12294 2007-11-26 04:10:08 +00:00
9f7f1a74a0 MDL-12221 custom themes revisited - implemented container concept; merged from MOODLE_19_STABLE 2007-11-23 16:49:51 +00:00
2525e46537 MDL-12215 made the advanced search tab more consistent with the interface 2007-11-16 05:56:20 +00:00
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
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
f2e4a0818a preparation for 1.9 beta 2 - setting correct requires in mods and plugins 2007-10-10 16:09:17 +00:00
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
b7064779f5 Updated copyright notice in header 2007-10-10 05:25:14 +00:00
fcdea90774 Second pass. Modules. Some more default comments are out. MDL-11385 2007-09-24 22:17:05 +00:00
138e480e4d very minor - fixing incorrect include_once('tabs.php') - this is not a library file 2007-09-24 17:20:08 +00:00
86c2f9e0da MDL-10729 Active tabs are now marked active 2007-09-24 17:12:56 +00:00
bc2019dd79 Adding Id to file 2007-09-17 22:10:22 +00:00
e3f042fbd6 Added data_decode_content_links_caller() and data_decode_content_links()
to provide interlinking capabilities to restore. MDL-9576
2007-09-17 21:58:55 +00:00
e1b1f331d1 Adding data_encode_content_links() to backup, so data module
links are encoded to be transported in backup files. Part of MDL-11268.
2007-09-17 17:59:54 +00:00
8e1ec6be58 MDL-11298 use textlib_get_instance() instead of new textlib() 2007-09-16 18:49:41 +00:00
3be1eb5238 Merged rss fix from 1.8 MDL-10960 2007-08-23 06:14:26 +00:00
30d76014d8 FIxed language file location, merged from 1.8 MDL-10920 2007-08-21 03:38:45 +00:00
135219ef8a MDL-10919: mod/database - fix SQL error caused by invalid groupid 2007-08-20 22:18:49 +00:00
5d59cbe918 MDL-10914 support for groupings in Database module 2007-08-20 21:16:43 +00:00
055f21850a MDL-10914 support for groupings in Database module 2007-08-20 14:04:10 +00:00
777da4d56c MDL-10913 fixed incorrect use of data_update_instance in presets code 2007-08-20 12:53:44 +00:00
13534ef716 cvsimport fixups 2007-08-29 13:10:11 +12:00
bb5b72244a MDL-10890 all require_login() in modules reviewed and fixed use of $cm 2007-08-17 12:49:28 +00:00
73c24ef80b MDL-10870 All files updated to new build_navigation() method. 2007-08-16 15:01:25 +00:00
2c386f82e5 MDL-10383 - deprecated get_groups(), user_group() and ismember() 2007-08-15 20:21:01 +00:00
b6aeb9ba31 backup/restore Support for 4 new fields in data module 2007-08-14 04:21:16 +00:00
7db989230f Added "notification" field, currently unused, to allow MDL-8377 2007-08-14 04:13:58 +00:00
3bfabe6e1a MDL-9549 minor cleanup 2007-08-10 21:01:46 +00:00
11d6ec1355 merged from 1.8 - $thumbwidth not calculated 2007-08-05 16:42:31 +00:00
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
c35075db50 MDL-10482 incorrect texarea height 2007-07-16 14:50:25 +00:00