]> git.mjollnir.org Git - moodle.git/log
moodle.git
17 years agoMDL-10970 Reverted changes
nicolasconnault [Fri, 24 Aug 2007 12:45:16 +0000 (12:45 +0000)]
MDL-10970 Reverted changes

17 years agoNeed some dimmed styles
moodler [Fri, 24 Aug 2007 08:24:01 +0000 (08:24 +0000)]
Need some dimmed styles

17 years agohide hidden grades from users with no capability in user report
toyomoyo [Fri, 24 Aug 2007 07:14:23 +0000 (07:14 +0000)]
hide hidden grades from users with no capability in user report

17 years agoFixed home page navigation
moodler [Fri, 24 Aug 2007 06:56:03 +0000 (06:56 +0000)]
Fixed home page navigation

17 years agoMDL-10970 Someone was using
nicolasconnault [Fri, 24 Aug 2007 06:01:15 +0000 (06:01 +0000)]
MDL-10970 Someone was using
$locations = array('location1');
$locations += array('location2', 'location3', 'location4');

to save the hassle of doing one $locations[] = 'location1'; for each location.

But += doesn't add any entry if the key of the new array already exists in the original array. So, using my example, the resulting array would be:

$locations: array('location1', 'location3', 'location4');

17 years agoAutomatic installer.php lang files by installer_builder (20070824)
moodler [Fri, 24 Aug 2007 05:52:46 +0000 (05:52 +0000)]
Automatic installer.php lang files by installer_builder (20070824)

17 years agorounding to the correct decimal places
toyomoyo [Fri, 24 Aug 2007 05:40:28 +0000 (05:40 +0000)]
rounding to the correct decimal places

17 years agoMDL-10911, setting tag:create and tag:edit to allow for user role and admin role
toyomoyo [Fri, 24 Aug 2007 05:39:37 +0000 (05:39 +0000)]
MDL-10911, setting tag:create and tag:edit to allow for user role and admin role

17 years agodisplay a grade item's category
toyomoyo [Fri, 24 Aug 2007 05:02:51 +0000 (05:02 +0000)]
display a grade item's category

17 years agolinks gradeitems to activities
toyomoyo [Fri, 24 Aug 2007 04:55:54 +0000 (04:55 +0000)]
links gradeitems to activities

17 years agoFIxed some XHTML bugs
moodler [Fri, 24 Aug 2007 04:26:19 +0000 (04:26 +0000)]
FIxed some XHTML bugs

17 years agoMDL-10723 Removed all uses of print_navigation() throughout moodle, the function...
nicolasconnault [Fri, 24 Aug 2007 04:22:30 +0000 (04:22 +0000)]
MDL-10723 Removed all uses of print_navigation() throughout moodle, the function call is now entirely deprecated.

17 years agoLatest tags
moodler [Fri, 24 Aug 2007 04:03:47 +0000 (04:03 +0000)]
Latest tags

17 years agoMoved cache directory for flickr and youtube stuff
moodler [Fri, 24 Aug 2007 03:44:31 +0000 (03:44 +0000)]
Moved cache directory for flickr and youtube stuff

17 years agoCommitting Luiz's code for MDL-10968 to add ordering for the tags
moodler [Fri, 24 Aug 2007 03:20:12 +0000 (03:20 +0000)]
Committing Luiz's code for MDL-10968 to add ordering for the tags

17 years agoHide role assign button from pinned blocks (always) MDL-9723
moodler [Fri, 24 Aug 2007 02:17:28 +0000 (02:17 +0000)]
Hide role assign button from pinned blocks (always)    MDL-9723

17 years agoMDL-10888: groupings - added some caching of repetative queries
mattc-catalyst [Thu, 23 Aug 2007 22:18:53 +0000 (22:18 +0000)]
MDL-10888: groupings - added some caching of repetative queries

17 years agoMDL-10969
nicolasconnault [Thu, 23 Aug 2007 18:01:27 +0000 (18:01 +0000)]
MDL-10969

17 years agoMDL-10910 Corrected two errors committed while fixing MDL-10870
nicolasconnault [Thu, 23 Aug 2007 15:08:14 +0000 (15:08 +0000)]
MDL-10910 Corrected two errors committed while fixing MDL-10870

17 years agoMDL-10870 A few more files with old style navigation strings.
nicolasconnault [Thu, 23 Aug 2007 14:58:15 +0000 (14:58 +0000)]
MDL-10870 A few more files with old style navigation strings.

17 years agoMoving get $cm outside of the 'forum_enabletimedposts' condition as it is needed...
mchurch [Thu, 23 Aug 2007 14:25:42 +0000 (14:25 +0000)]
Moving get $cm outside of the 'forum_enabletimedposts' condition as it is needed even if this isn't set.

17 years agoMerged new mime-types and icons for Microsoft files MDL-9940
moodler [Thu, 23 Aug 2007 06:50:37 +0000 (06:50 +0000)]
Merged new mime-types and icons for Microsoft files   MDL-9940

17 years agoMerged rss fix from 1.8 MDL-10960
moodler [Thu, 23 Aug 2007 06:14:26 +0000 (06:14 +0000)]
Merged rss fix from 1.8    MDL-10960

17 years agoAutomatic installer.php lang files by installer_builder (20070823)
moodler [Thu, 23 Aug 2007 05:53:25 +0000 (05:53 +0000)]
Automatic installer.php lang files by installer_builder (20070823)

17 years agoRemove timelimits from rebuild_course_cache() MDL-10954 (merged from 1.8)
moodler [Thu, 23 Aug 2007 05:46:07 +0000 (05:46 +0000)]
Remove timelimits from rebuild_course_cache()   MDL-10954  (merged from 1.8)

17 years agountick teachers by default, merged from 1.8 MDL-10946
moodler [Thu, 23 Aug 2007 05:16:16 +0000 (05:16 +0000)]
untick teachers by default, merged from 1.8   MDL-10946

17 years agoMDL-10888: groupings - mod/wiki - add support for groupings, use new groups functions
mattc-catalyst [Thu, 23 Aug 2007 04:56:39 +0000 (04:56 +0000)]
MDL-10888: groupings - mod/wiki - add support for groupings, use new groups functions

17 years agoMDL-10883 - removing 3th party modules strings and never used strings
koenr [Wed, 22 Aug 2007 20:42:18 +0000 (20:42 +0000)]
MDL-10883 - removing 3th party modules strings and never used strings

17 years agoMDL-10883 - removing 3th party modules strings and never used strings
koenr [Wed, 22 Aug 2007 20:32:53 +0000 (20:32 +0000)]
MDL-10883 - removing 3th party modules strings and never used strings

17 years agoMDL-10922 relative paths to images in installer
skodak [Wed, 22 Aug 2007 20:22:22 +0000 (20:22 +0000)]
MDL-10922 relative paths to images in installer

17 years agoMDL-10947 https was replaced with httpss when wwwroot already is https credit goes...
skodak [Wed, 22 Aug 2007 19:36:24 +0000 (19:36 +0000)]
MDL-10947 https was replaced with httpss when wwwroot already is https credit goes to Tobias Marx

17 years agoMDL-10945 fixed block capability checks in switch role mode
skodak [Wed, 22 Aug 2007 19:20:20 +0000 (19:20 +0000)]
MDL-10945 fixed block capability checks in switch role mode

17 years agoNew key MDL-10953
moodler [Wed, 22 Aug 2007 16:40:41 +0000 (16:40 +0000)]
New key MDL-10953

17 years agoMDL-10573 - moodle/block:view wasn't working with switch roles or block_list class
poltawski [Wed, 22 Aug 2007 10:35:28 +0000 (10:35 +0000)]
MDL-10573 - moodle/block:view wasn't working with switch roles or block_list class

17 years agodo not backup/restore course grade item/category, instead, just fetch it. Pointing...
toyomoyo [Wed, 22 Aug 2007 09:02:32 +0000 (09:02 +0000)]
do not backup/restore course grade item/category, instead, just fetch it. Pointing all orphan categories and grade items to the course grade item

17 years agoMDL-10849 "During question bank upgrade, add course shortname to category name, if...
jamiesensei [Wed, 22 Aug 2007 08:22:06 +0000 (08:22 +0000)]
MDL-10849 "During question bank upgrade, add course shortname to category name, if it is moved to the site level"

17 years agoFixes to make forum RSS generation more efficient MDLSITE-244
moodler [Wed, 22 Aug 2007 07:38:38 +0000 (07:38 +0000)]
Fixes to make forum RSS generation more efficient    MDLSITE-244

17 years agoMDL-10181, user management improvement fixes and new features
toyomoyo [Wed, 22 Aug 2007 06:17:11 +0000 (06:17 +0000)]
MDL-10181, user management improvement fixes and new features

17 years agofixing a broken get_context_instance() call
toyomoyo [Wed, 22 Aug 2007 05:51:04 +0000 (05:51 +0000)]
fixing a broken get_context_instance() call

17 years agoMDL-10938. 'only strings from lang files can be used as feedback in environment check...
jamiesensei [Wed, 22 Aug 2007 04:28:26 +0000 (04:28 +0000)]
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.

17 years agoMDL-10888: groupings - make get_all_instances_in_course respect groupmembersonly
mattc-catalyst [Wed, 22 Aug 2007 04:20:42 +0000 (04:20 +0000)]
MDL-10888: groupings - make get_all_instances_in_course respect groupmembersonly

17 years agofixed a spello in a string
jamiesensei [Wed, 22 Aug 2007 04:19:04 +0000 (04:19 +0000)]
fixed a spello in a string

17 years agoMDL-10911, setting moodle/tag:create to allow as default for the authenticated user...
toyomoyo [Wed, 22 Aug 2007 03:27:57 +0000 (03:27 +0000)]
MDL-10911, setting moodle/tag:create to allow as default for the authenticated user role

17 years agoAutomatic installer.php lang files by installer_builder (20070822)
moodler [Wed, 22 Aug 2007 02:42:22 +0000 (02:42 +0000)]
Automatic installer.php lang files by installer_builder (20070822)

17 years agoFixes notices produced by PHP when saving new strings into _local without correspondi...
mudrd8mz [Tue, 21 Aug 2007 23:10:18 +0000 (23:10 +0000)]
Fixes notices produced by PHP when saving new strings into _local without corresponding master translation.

17 years agoMDL-10937 upgraded html purifier to 2.1.1
skodak [Tue, 21 Aug 2007 22:06:47 +0000 (22:06 +0000)]
MDL-10937  upgraded html purifier to 2.1.1

17 years ago- user gets warned that if he cannot create a new tag
luizlaydner [Tue, 21 Aug 2007 21:39:33 +0000 (21:39 +0000)]
- user gets warned that if he cannot create a new tag

17 years agoMDL-10260 added new user_delete() hook into auth plugins; refactored user delete...
skodak [Tue, 21 Aug 2007 20:52:36 +0000 (20:52 +0000)]
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

17 years agoNew strings and modifications in the lang.php
mudrd8mz [Tue, 21 Aug 2007 15:18:57 +0000 (15:18 +0000)]
New strings and modifications in the lang.php

17 years agoMDL-9361 lang.php is now able to edit language in third party modules and plugins.
mudrd8mz [Tue, 21 Aug 2007 15:17:37 +0000 (15:17 +0000)]
MDL-9361 lang.php is now able to edit language in third party modules and plugins.

17 years agoMDL-10930 added mysqli support into installer; it needs install files refresh
skodak [Tue, 21 Aug 2007 10:40:59 +0000 (10:40 +0000)]
MDL-10930 added mysqli support into installer; it needs install files refresh

17 years agoMDL-10929:
thepurpleblob [Tue, 21 Aug 2007 10:36:46 +0000 (10:36 +0000)]
MDL-10929:
User search will now additionally return users based on an exact match
to their username.

17 years agoMDL-10928:
thepurpleblob [Tue, 21 Aug 2007 09:54:49 +0000 (09:54 +0000)]
MDL-10928:
Markdown library updated to latest version (Markdown Extra 1.1.4)

17 years agoMDL-10927 implemented cron support in assignment plugins
skodak [Tue, 21 Aug 2007 09:53:35 +0000 (09:53 +0000)]
MDL-10927 implemented cron support in assignment plugins

17 years agoMDL-10056 Fixed deleting of assignments when original plugin not present
skodak [Tue, 21 Aug 2007 09:20:42 +0000 (09:20 +0000)]
MDL-10056 Fixed deleting of assignments when original plugin not present

17 years agoMore bug fixing for parent links in posts
moodler [Tue, 21 Aug 2007 07:39:57 +0000 (07:39 +0000)]
More bug fixing for parent links in posts

17 years agofix for some xhtml syntax errors.
jamiesensei [Tue, 21 Aug 2007 06:55:48 +0000 (06:55 +0000)]
fix for some xhtml syntax errors.

17 years agoBump
moodler [Tue, 21 Aug 2007 05:53:43 +0000 (05:53 +0000)]
Bump

17 years agoreversing previous change as it breaks page layout
toyomoyo [Tue, 21 Aug 2007 05:52:28 +0000 (05:52 +0000)]
reversing previous change as it breaks page layout

17 years agomerged fix for MDL-9777, correcting usage of layout-table
toyomoyo [Tue, 21 Aug 2007 05:48:18 +0000 (05:48 +0000)]
merged fix for MDL-9777, correcting usage of layout-table

17 years agoMDL-10888: groupings - mod/forum - update to use new standard_coursemodule_elements()
mattc-catalyst [Tue, 21 Aug 2007 05:03:48 +0000 (05:03 +0000)]
MDL-10888: groupings - mod/forum - update to use new standard_coursemodule_elements()

17 years agochanged subscription/unsubscription to links if javascript is enabled, and button...
toyomoyo [Tue, 21 Aug 2007 04:12:03 +0000 (04:12 +0000)]
changed subscription/unsubscription to links if javascript is enabled, and button if javascript is disabled

17 years agoMerged new file from 1.8 MDL-10920
moodler [Tue, 21 Aug 2007 03:40:20 +0000 (03:40 +0000)]
Merged new file from 1.8   MDL-10920

17 years agoFIxed language file location, merged from 1.8 MDL-10920
moodler [Tue, 21 Aug 2007 03:38:45 +0000 (03:38 +0000)]
FIxed language file location, merged from 1.8     MDL-10920

17 years agoMDL-10888: groupings - make 'jump to...' menu respect groupmembersonly flag
mattc-catalyst [Tue, 21 Aug 2007 03:18:19 +0000 (03:18 +0000)]
MDL-10888: groupings - make 'jump to...' menu respect groupmembersonly flag

17 years agofixing typos
toyomoyo [Tue, 21 Aug 2007 02:58:27 +0000 (02:58 +0000)]
fixing typos

17 years agoMDL-10888: groupings - mod/forum - add support for groupings, use new groups functions
mattc-catalyst [Tue, 21 Aug 2007 02:27:46 +0000 (02:27 +0000)]
MDL-10888: groupings - mod/forum - add support for groupings, use new groups functions

17 years agofixing some typos
toyomoyo [Tue, 21 Aug 2007 02:11:05 +0000 (02:11 +0000)]
fixing some typos

17 years agoMDL-10846 reverting commit - waiting for Eloy :-(
skodak [Mon, 20 Aug 2007 22:27:38 +0000 (22:27 +0000)]
MDL-10846 reverting commit - waiting for Eloy :-(

17 years agoMDL-10846 Sorting submitted assignments by status makes all assignments disappear
skodak [Mon, 20 Aug 2007 22:21:46 +0000 (22:21 +0000)]
MDL-10846 Sorting submitted assignments by status makes all assignments disappear

17 years agoMDL-10919: mod/database - fix SQL error caused by invalid groupid
mattc-catalyst [Mon, 20 Aug 2007 22:18:49 +0000 (22:18 +0000)]
MDL-10919: mod/database - fix SQL error caused by invalid groupid

17 years agoMDL-10846 Sorting submitted assignments by status makes all assignments disappear
skodak [Mon, 20 Aug 2007 22:18:18 +0000 (22:18 +0000)]
MDL-10846 Sorting submitted assignments by status makes all assignments disappear

17 years agoMDL-10896 Not scrolling back to section from which resource has been deleted
skodak [Mon, 20 Aug 2007 21:59:26 +0000 (21:59 +0000)]
MDL-10896 Not scrolling back to section from which resource has been deleted

17 years agoMDL-10888: Groupings - add support for groupmembersonly flag.
mattc-catalyst [Mon, 20 Aug 2007 21:30:40 +0000 (21:30 +0000)]
MDL-10888: Groupings - add support for groupmembersonly flag.

Make the following respect the groupmembersonly flag:

- Course front page
- Activities block
- Recent Activity, including full report
- Calendar

17 years agoMDL-10914 support for groupings in Database module
skodak [Mon, 20 Aug 2007 21:16:43 +0000 (21:16 +0000)]
MDL-10914 support for groupings in Database module

17 years agoMDL-10177 Thanks Joseph for pointing out that mistake. $newtext is now initialised...
nicolasconnault [Mon, 20 Aug 2007 17:41:06 +0000 (17:41 +0000)]
MDL-10177 Thanks Joseph for pointing out that mistake. $newtext is now initialised as a clone of $text and used everywhere, so that plugins can be used sequentially.

17 years agoMDL-10859 - Documenting $CFG-logsql
samulik [Mon, 20 Aug 2007 15:59:18 +0000 (15:59 +0000)]
MDL-10859 - Documenting $CFG-logsql

17 years agoMDL-9345:
thepurpleblob [Mon, 20 Aug 2007 15:15:18 +0000 (15:15 +0000)]
MDL-9345:
Hard coded error message "cannot view profile" put into the errors file in
the language pack. Where it should be :-)

Merged from STABLE_18

17 years agoMDL-10383 - some more disabling of groupingid's when $CFG->enablegroupings empty...
skodak [Mon, 20 Aug 2007 14:20:36 +0000 (14:20 +0000)]
MDL-10383 - some more disabling of groupingid's when $CFG->enablegroupings empty - adding some explanation comments

17 years agoMDL-10383 - some more disabling of groupingid's when $CFG->enablegroupings empty...
skodak [Mon, 20 Aug 2007 14:18:55 +0000 (14:18 +0000)]
MDL-10383 - some more disabling of groupingid's when $CFG->enablegroupings empty; this should allow using of $cm->groupingid in modules without extra checks for $CFG->enablegroupings

17 years agoMDL-10914 support for groupings in Database module
skodak [Mon, 20 Aug 2007 14:04:10 +0000 (14:04 +0000)]
MDL-10914 support for groupings in Database module

17 years agoMDL-10383 - some more refactoring and new grouping related functions for modules
skodak [Mon, 20 Aug 2007 13:56:39 +0000 (13:56 +0000)]
MDL-10383 - some more refactoring and new grouping related functions for modules

17 years agoRemoving an old and unused string.
mudrd8mz [Mon, 20 Aug 2007 13:30:24 +0000 (13:30 +0000)]
Removing an old and unused string.

17 years agoMDL-10913 fixed incorrect use of data_update_instance in presets code
skodak [Mon, 20 Aug 2007 12:53:44 +0000 (12:53 +0000)]
MDL-10913 fixed incorrect use of data_update_instance in presets code

17 years agoremoved some use of AS for table aliases in SQL.
jamiesensei [Mon, 20 Aug 2007 11:12:11 +0000 (11:12 +0000)]
removed some use of AS for table aliases in SQL.

17 years agoAdding lang strings for new question capabilities and removing some old ones.
jamiesensei [Mon, 20 Aug 2007 10:58:11 +0000 (10:58 +0000)]
Adding lang strings for new question capabilities and removing some old ones.

17 years agocvsimport fixups binary files
Martin Langhoff [Mon, 20 Aug 2007 10:52:59 +0000 (10:52 +0000)]
cvsimport fixups binary files

17 years agocvsimport fixups binary files
Martin Langhoff [Mon, 20 Aug 2007 10:52:59 +0000 (10:52 +0000)]
cvsimport fixups binary files

17 years agocvsimport fixups
Martin Langhoff [Mon, 20 Aug 2007 10:52:59 +0000 (10:52 +0000)]
cvsimport fixups

17 years agoMDL-5400 "Accessibility modifications..." - fixing the 4 themes that don't use <h1>.
nfreear [Mon, 20 Aug 2007 10:52:57 +0000 (10:52 +0000)]
MDL-5400 "Accessibility modifications..." - fixing the 4 themes that don't use <h1>.

17 years agoMDL-10819:
thepurpleblob [Mon, 20 Aug 2007 10:36:30 +0000 (10:36 +0000)]
MDL-10819:
GIFT now exports grade fractions for numeric questions

Merged from STABLE_18

17 years agoMDL-10689:
thepurpleblob [Mon, 20 Aug 2007 10:06:57 +0000 (10:06 +0000)]
MDL-10689:
No questions imported if "stop on error" selected and there are invalid grades.

Merged from STABLE_18

17 years agoMDL-10181, user management improvements, adding improvements to bulk user upload...
toyomoyo [Mon, 20 Aug 2007 08:51:35 +0000 (08:51 +0000)]
MDL-10181, user management improvements, adding improvements to bulk user upload (with minor bugs) and other changes

17 years agoMDL-10177 Applied lovely hack (not ugly!) suggested by Pablo. It's lovely because...
nicolasconnault [Mon, 20 Aug 2007 08:40:46 +0000 (08:40 +0000)]
MDL-10177 Applied lovely hack (not ugly!) suggested by Pablo. It's lovely because it solves an ugly design error in the previous code: modifying a parameter variable in the function body.

17 years agoAdding custom profile fields to the signup page.
ikawhero [Mon, 20 Aug 2007 08:30:34 +0000 (08:30 +0000)]
Adding custom profile fields to the signup page.
The only two authentication plugins this affects are email and ldap.

17 years agoMDL-10875 Corrected bug in averaging plus a couple of typos
nicolasconnault [Mon, 20 Aug 2007 07:29:05 +0000 (07:29 +0000)]
MDL-10875 Corrected bug in averaging plus a couple of typos

17 years agoMDL-10383 adding new standard elements method - modules now must specify what they...
skodak [Mon, 20 Aug 2007 07:27:04 +0000 (07:27 +0000)]
MDL-10383 adding new standard elements method - modules now must specify what they support (groups/groupings/groupmembersonly); by default only groupmode selector is enabled

17 years agocategory grades and course grades should not be dependent on restore_userdata_selectee
toyomoyo [Mon, 20 Aug 2007 06:20:53 +0000 (06:20 +0000)]
category grades and course grades should not be dependent on restore_userdata_selectee

17 years agoMDL-10884, import is copying all grade_items into course, creating duplicate course...
toyomoyo [Mon, 20 Aug 2007 04:15:49 +0000 (04:15 +0000)]
MDL-10884, import is copying all grade_items into course, creating duplicate course grade_item. Other backup/restore fixes 1) if user_data is not selected, grade_item will still be copied but the grades and grades_text are ignored. 2) Grade histories not imported during import.

17 years agoAdded readme to explain things a bit
moodler [Mon, 20 Aug 2007 03:54:20 +0000 (03:54 +0000)]
Added readme to explain things a bit