27772 Commits

Author SHA1 Message Date
nicolasconnault
364fffda3b MDL-10723 Removed all uses of print_navigation() throughout moodle, the function call is now entirely deprecated. 2007-08-24 04:22:30 +00:00
moodler
3c883fcb72 Latest tags 2007-08-24 04:03:47 +00:00
moodler
3a59bfd1e0 Moved cache directory for flickr and youtube stuff 2007-08-24 03:44:31 +00:00
moodler
1acd661d07 Committing Luiz's code for MDL-10968 to add ordering for the tags 2007-08-24 03:20:12 +00:00
moodler
dd8f4910ed Hide role assign button from pinned blocks (always) MDL-9723 2007-08-24 02:17:28 +00:00
mattc-catalyst
e0bc99e4db MDL-10888: groupings - added some caching of repetative queries 2007-08-23 22:18:53 +00:00
nicolasconnault
74df435726 MDL-10969 2007-08-23 18:01:27 +00:00
nicolasconnault
ba7472ccdf MDL-10910 Corrected two errors committed while fixing MDL-10870 2007-08-23 15:08:14 +00:00
nicolasconnault
d02240f302 MDL-10870 A few more files with old style navigation strings. 2007-08-23 14:58:15 +00:00
mchurch
00472a2235 Moving get $cm outside of the 'forum_enabletimedposts' condition as it is needed even if this isn't set. 2007-08-23 14:25:42 +00:00
moodler
68da9722db Merged new mime-types and icons for Microsoft files MDL-9940 2007-08-23 06:50:37 +00:00
moodler
3be1eb5238 Merged rss fix from 1.8 MDL-10960 2007-08-23 06:14:26 +00:00
moodler
c24993cd3c Automatic installer.php lang files by installer_builder (20070823) 2007-08-23 05:53:25 +00:00
moodler
6cf890e36b Remove timelimits from rebuild_course_cache() MDL-10954 (merged from 1.8) 2007-08-23 05:46:07 +00:00
moodler
4ae6d1ed41 untick teachers by default, merged from 1.8 MDL-10946 2007-08-23 05:16:16 +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
koenr
c8614ed9e0 MDL-10883 - removing 3th party modules strings and never used strings 2007-08-22 20:42:18 +00:00
koenr
e60b75dbd5 MDL-10883 - removing 3th party modules strings and never used strings 2007-08-22 20:32:53 +00:00
skodak
3d616aa07e MDL-10922 relative paths to images in installer 2007-08-22 20:22:22 +00:00
skodak
3a233b85c5 MDL-10947 https was replaced with httpss when wwwroot already is https credit goes to Tobias Marx 2007-08-22 19:36:24 +00:00
skodak
c331cf23c5 MDL-10945 fixed block capability checks in switch role mode 2007-08-22 19:20:20 +00:00
moodler
57a260d9a5 New key MDL-10953 2007-08-22 16:40:41 +00:00
poltawski
25a7d98066 MDL-10573 - moodle/block:view wasn't working with switch roles or block_list class 2007-08-22 10:35:28 +00:00
toyomoyo
58a0097f39 do not backup/restore course grade item/category, instead, just fetch it. Pointing all orphan categories and grade items to the course grade item 2007-08-22 09:02:32 +00:00
jamiesensei
f3771632e8 MDL-10849 "During question bank upgrade, add course shortname to category name, if it is moved to the site level" 2007-08-22 08:22:06 +00:00
moodler
09164d709e Fixes to make forum RSS generation more efficient MDLSITE-244 2007-08-22 07:38:38 +00:00
toyomoyo
a7db355af1 MDL-10181, user management improvement fixes and new features 2007-08-22 06:17:11 +00:00
toyomoyo
66af2bf186 fixing a broken get_context_instance() call 2007-08-22 05:51:04 +00:00
jamiesensei
afb36bca44 MDL-10938. 'only strings from lang files can be used as feedback in environment check. Some way is needed to include data from custom check function - a $a param to pass to get_string'. Custom check for questions uses new functionality to print more complex strings as feedback. 2007-08-22 04:28:26 +00:00
mattc-catalyst
8a67b03fce MDL-10888: groupings - make get_all_instances_in_course respect groupmembersonly 2007-08-22 04:20:42 +00:00
jamiesensei
57dce727cd fixed a spello in a string 2007-08-22 04:19:04 +00:00
toyomoyo
0f07c40e01 MDL-10911, setting moodle/tag:create to allow as default for the authenticated user role 2007-08-22 03:27:57 +00:00
moodler
17dbb715dc Automatic installer.php lang files by installer_builder (20070822) 2007-08-22 02:42:22 +00:00
mudrd8mz
a98fe27240 Fixes notices produced by PHP when saving new strings into _local without corresponding master translation. 2007-08-21 23:10:18 +00:00
skodak
5adad31057 MDL-10937 upgraded html purifier to 2.1.1 2007-08-21 22:06:47 +00:00
luizlaydner
3d436d8ac5 - user gets warned that if he cannot create a new tag 2007-08-21 21:39:33 +00:00
skodak
90afcf3280 MDL-10260 added new user_delete() hook into auth plugins; refactored user delete code = new function delete_user() in moodlelib.php + improved cleanup in core tables when deleting user 2007-08-21 20:52:36 +00:00
mudrd8mz
1510efa2e5 New strings and modifications in the lang.php 2007-08-21 15:18:57 +00:00
mudrd8mz
d9f4ba6f23 MDL-9361 lang.php is now able to edit language in third party modules and plugins. 2007-08-21 15:17:37 +00:00
skodak
e102e78a10 MDL-10930 added mysqli support into installer; it needs install files refresh 2007-08-21 10:40:59 +00:00
thepurpleblob
39dc779aa9 MDL-10929:
User search will now additionally return users based on an exact match
to their username.
2007-08-21 10:36:46 +00:00
thepurpleblob
12e80b7bad MDL-10928:
Markdown library updated to latest version (Markdown Extra 1.1.4)
2007-08-21 09:54:49 +00:00
skodak
d014b69b92 MDL-10927 implemented cron support in assignment plugins 2007-08-21 09:53:35 +00:00
skodak
1fc8777426 MDL-10056 Fixed deleting of assignments when original plugin not present 2007-08-21 09:20:42 +00:00
moodler
5d82704e37 More bug fixing for parent links in posts 2007-08-21 07:39:57 +00:00
jamiesensei
6d1083c52f fix for some xhtml syntax errors. 2007-08-21 06:55:48 +00:00
moodler
f8417d6240 Bump 2007-08-21 05:53:43 +00:00
toyomoyo
fc3ebc9d43 reversing previous change as it breaks page layout 2007-08-21 05:52:28 +00:00
toyomoyo
bf2956a9ba merged fix for MDL-9777, correcting usage of layout-table 2007-08-21 05:48:18 +00:00
mattc-catalyst
010a47bf7d MDL-10888: groupings - mod/forum - update to use new standard_coursemodule_elements() 2007-08-21 05:03:48 +00:00