]>
git.mjollnir.org Git - moodle.git/log
tjhunt [Fri, 17 Aug 2007 15:03:06 +0000 (15:03 +0000)]
MDL-10897 - Backup is horribly inefficient when getting the users to include
tjhunt [Fri, 17 Aug 2007 13:07:23 +0000 (13:07 +0000)]
MDL-10894 - Make block add/remove and edit permissions more consistent
skodak [Fri, 17 Aug 2007 12:49:28 +0000 (12:49 +0000)]
MDL-10890 all require_login() in modules reviewed and fixed use of $cm
skodak [Fri, 17 Aug 2007 12:29:18 +0000 (12:29 +0000)]
MDL-10892 modules explicitly declare support for groupmembersonly; the grouping and groupmembersonly elements are now marked as advanced; only Resource supports groupmembers only now
skodak [Fri, 17 Aug 2007 12:15:32 +0000 (12:15 +0000)]
MDL-10888 groupmembers only checks in require_login()
nicolasconnault [Fri, 17 Aug 2007 11:18:58 +0000 (11:18 +0000)]
MDL-10870 All files updated to new build_navigation() method.
jamiesensei [Fri, 17 Aug 2007 10:50:52 +0000 (10:50 +0000)]
fixing some problems with multichoice file link find and replace code for multichoice qtype.
jamiesensei [Fri, 17 Aug 2007 10:47:49 +0000 (10:47 +0000)]
help file for new site files backup feature.
jamiesensei [Fri, 17 Aug 2007 10:03:18 +0000 (10:03 +0000)]
Added a help button to the backup form.
tjhunt [Fri, 17 Aug 2007 10:01:34 +0000 (10:01 +0000)]
MDL-10863 - multichoice question type won't upgrade to 1.9 beta because MySQL sometimes treats enum constants case-insensitively.
jamiesensei [Fri, 17 Aug 2007 10:00:00 +0000 (10:00 +0000)]
Fixes for some notices because of unitialized vars and elements that may not be present in older backup xml.
tjhunt [Fri, 17 Aug 2007 09:59:54 +0000 (09:59 +0000)]
Temporary fix for MDL-9356 becuase it was blocking a bug I needed to fix. Eloy, please review carefully when you get back from holiday.
jamiesensei [Fri, 17 Aug 2007 09:53:00 +0000 (09:53 +0000)]
Fix for notice on first page of restore.
thepurpleblob [Fri, 17 Aug 2007 09:47:51 +0000 (09:47 +0000)]
Moved check for plugin import/export to the start rather than the end
Merged from STABLE_18
toyomoyo [Fri, 17 Aug 2007 08:16:11 +0000 (08:16 +0000)]
merged fix for MDL-10037, hide hidden user's blogs from course view
skodak [Fri, 17 Aug 2007 08:05:04 +0000 (08:05 +0000)]
MDL-10383 - adding UI for new grouping settings into course and mod edit forms + fixed section handling on mod edit page + other minor cleanup
nicolasconnault [Fri, 17 Aug 2007 07:25:47 +0000 (07:25 +0000)]
MDL-10870 All files updated to new build_navigation() method.
toyomoyo [Fri, 17 Aug 2007 06:28:12 +0000 (06:28 +0000)]
replacing round() with number_format (for a number betweem 0-100), because round does not respect decimal places, e.g. round(90.50, 2) = 90.5
toyomoyo [Fri, 17 Aug 2007 06:15:35 +0000 (06:15 +0000)]
removing old broken sql
nicolasconnault [Fri, 17 Aug 2007 05:19:20 +0000 (05:19 +0000)]
MDL-10870 Missed an instance of old nav in admin/lang.php
toyomoyo [Fri, 17 Aug 2007 04:57:52 +0000 (04:57 +0000)]
merged fix for MDL-10856, mp3 filter does not work for uploaded html files
nicolasconnault [Fri, 17 Aug 2007 04:43:45 +0000 (04:43 +0000)]
Fixed small glitch in admin->users->permissions->define roles page, where the manage tab didn't show as selected when that page was shown.
nicolasconnault [Fri, 17 Aug 2007 04:29:12 +0000 (04:29 +0000)]
MDL-10870 Missed an instance of old nav in login/index.php
moodler [Fri, 17 Aug 2007 03:42:07 +0000 (03:42 +0000)]
Slight change to "show parent" link (backto how it was)
moodler [Fri, 17 Aug 2007 03:35:34 +0000 (03:35 +0000)]
Fixed navigation for forums where parents are chosen
toyomoyo [Fri, 17 Aug 2007 02:07:26 +0000 (02:07 +0000)]
reversing a change that's making multiple mp3s not to work
jamiesensei [Fri, 17 Aug 2007 01:06:02 +0000 (01:06 +0000)]
Fixed MDL-10855 'Calculated question error: undefined stdClass::$nextpageparam' and some other calculated question bugs.
skodak [Thu, 16 Aug 2007 21:14:03 +0000 (21:14 +0000)]
MDL-10383 - some more refactoring/cleanup, enablegroupings experimental admin setting, tabs in groups UI
skodak [Thu, 16 Aug 2007 20:29:42 +0000 (20:29 +0000)]
fixing syntax error
nicolasconnault [Thu, 16 Aug 2007 18:09:49 +0000 (18:09 +0000)]
MDL-10873 If both site default and user pref are empty for studentsperpage, we assume that paging is not wanted, so all paging functionality is switched off in the report.
nicolasconnault [Thu, 16 Aug 2007 17:53:08 +0000 (17:53 +0000)]
MDL-10873 Now deleting the preference from user_preferences if the value submitted is empty. The grader report will then revert to the site default
nicolasconnault [Thu, 16 Aug 2007 17:38:50 +0000 (17:38 +0000)]
MDL-10853 Fixed this bug plus others in the resource class
nicolasconnault [Thu, 16 Aug 2007 16:53:55 +0000 (16:53 +0000)]
MDL-10870 A few more fixes to the file.php page's navigation
skodak [Thu, 16 Aug 2007 15:52:52 +0000 (15:52 +0000)]
MDL-10383 - fixing missing else typo
nicolasconnault [Thu, 16 Aug 2007 15:01:25 +0000 (15:01 +0000)]
MDL-10870 All files updated to new build_navigation() method.
skodak [Thu, 16 Aug 2007 11:06:48 +0000 (11:06 +0000)]
MDL-10383 - groups/groupings refactoring nearly finished ;-)
jamiesensei [Thu, 16 Aug 2007 10:44:07 +0000 (10:44 +0000)]
oops. Removed stray die; that was in the code for debug purposes.
nfreear [Thu, 16 Aug 2007 10:21:36 +0000 (10:21 +0000)]
MDL-9890 "Help should be well-formed..." - replacing abused (nested) <blockquote> and <ul> with <div class="indent">, especially in install.html, and other validation errors.
skodak [Thu, 16 Aug 2007 09:28:18 +0000 (09:28 +0000)]
MDL-10383 - groups/groupings refactoring and improvements - basic UI for groupings implemented
toyomoyo [Thu, 16 Aug 2007 08:48:53 +0000 (08:48 +0000)]
some changes for better capabilities list display
toyomoyo [Thu, 16 Aug 2007 08:36:35 +0000 (08:36 +0000)]
added a string for category name
moodler [Thu, 16 Aug 2007 07:42:28 +0000 (07:42 +0000)]
Fix some XHTML and untranslated text
moodler [Thu, 16 Aug 2007 07:35:44 +0000 (07:35 +0000)]
Fixed up some layout issues XHTML
moodler [Thu, 16 Aug 2007 07:29:27 +0000 (07:29 +0000)]
Fixed some XHTML problems
moodler [Thu, 16 Aug 2007 06:50:23 +0000 (06:50 +0000)]
Bumping to distinguish this from the Beta release
moodler [Thu, 16 Aug 2007 06:37:57 +0000 (06:37 +0000)]
Automatic installer.php lang files by installer_builder (
20070816 )
ikawhero [Thu, 16 Aug 2007 06:27:03 +0000 (06:27 +0000)]
New strings for custom profile fields.
toyomoyo [Thu, 16 Aug 2007 05:29:13 +0000 (05:29 +0000)]
merged fix for MDL-10856, mp3 filter not working in uploaded html files
jamiesensei [Thu, 16 Aug 2007 05:25:00 +0000 (05:25 +0000)]
Fix for MDL-10852 Cannot edit existing questions
jamiesensei [Thu, 16 Aug 2007 05:20:35 +0000 (05:20 +0000)]
added some comments
jamiesensei [Thu, 16 Aug 2007 05:19:33 +0000 (05:19 +0000)]
correct logic error that broke caching.
toyomoyo [Thu, 16 Aug 2007 04:05:31 +0000 (04:05 +0000)]
merged fix for MDL-10818, do not display broken graph when user has no permission to view actities graph
moodler [Thu, 16 Aug 2007 02:20:39 +0000 (02:20 +0000)]
Fixed a typo, thanks Joseph MDL-10866
skodak [Wed, 15 Aug 2007 23:51:07 +0000 (23:51 +0000)]
MDL-10383 - yet more groups and groupigns refactoring, cleanup and bugfixing - grouping edit form now works
skodak [Wed, 15 Aug 2007 20:33:17 +0000 (20:33 +0000)]
MDL-10383 - group edit form refactoring and minor bugfixing
skodak [Wed, 15 Aug 2007 20:21:01 +0000 (20:21 +0000)]
MDL-10383 - deprecated get_groups(), user_group() and ismember()
skodak [Wed, 15 Aug 2007 19:28:11 +0000 (19:28 +0000)]
MDL-10383 - deprecated groups_members_from_sql and friends - we do not need them anymore because we reverted to 1.7 style groups in 1.9
tjhunt [Wed, 15 Aug 2007 16:22:54 +0000 (16:22 +0000)]
MDL-10841 - show all feedback to multiple choice questions on the review page.
skodak [Wed, 15 Aug 2007 14:00:35 +0000 (14:00 +0000)]
MDL-10862 add delete_profile_image() function + whitespace + removed redundant function calls + docs
tjhunt [Wed, 15 Aug 2007 13:43:27 +0000 (13:43 +0000)]
Clarify comment.
ikawhero [Wed, 15 Aug 2007 13:37:52 +0000 (13:37 +0000)]
Additional settings for the custom profile fields
tjhunt [Wed, 15 Aug 2007 12:45:23 +0000 (12:45 +0000)]
MDL-10858 - Edit field sizes for overall feedback are silly. Merged from MOODLE_18_STABLE.
skodak [Wed, 15 Aug 2007 12:21:45 +0000 (12:21 +0000)]
MDL-10383 - fixed stupid bug from last commit, sorry
tjhunt [Wed, 15 Aug 2007 12:06:21 +0000 (12:06 +0000)]
Space beteen category name and count.
jamiesensei [Wed, 15 Aug 2007 11:36:01 +0000 (11:36 +0000)]
MDL-10857 broken link in navlinks for question bank pointing to mod/modname/view.php with cmid param instead of id param
nicolasconnault [Wed, 15 Aug 2007 11:15:39 +0000 (11:15 +0000)]
MDL-10838 Applied standard table classes and scopes to tr, th and tds of the grader report. Also fixed a bug with the display of grand averages when a group is selected and the average column is set to aggregate all grades.
jamiesensei [Wed, 15 Aug 2007 11:08:37 +0000 (11:08 +0000)]
small commenting change
jamiesensei [Wed, 15 Aug 2007 11:04:35 +0000 (11:04 +0000)]
Fix for MDL-10847 No categories showing in category tab when editing a quiz / questions on PHP 4
skodak [Wed, 15 Aug 2007 10:43:25 +0000 (10:43 +0000)]
MDL-10383 - some more groupings related restore problems fixed - groupings are now restored before course sections+course_modules - groupingsids now restored properly in course_modules table; fixed object initialization; fixed typos when restoring course modules that were causing missing group mode
moodler [Wed, 15 Aug 2007 09:25:27 +0000 (09:25 +0000)]
Just fixed some notices and formatting while debugging other stufff
toyomoyo [Wed, 15 Aug 2007 08:28:40 +0000 (08:28 +0000)]
MDL-4384, description for course categories
nicolasconnault [Wed, 15 Aug 2007 07:19:20 +0000 (07:19 +0000)]
MDL-9137 Changed course names to links to the user reports for each course, and changed grade to rounded percentage.
nicolasconnault [Wed, 15 Aug 2007 06:40:55 +0000 (06:40 +0000)]
MDL-10837 Added the export_letters checkbox to the txt export form (it was the only one overriding the grade_export form)
moodler [Wed, 15 Aug 2007 05:59:02 +0000 (05:59 +0000)]
Latest tags for head
toyomoyo [Wed, 15 Aug 2007 05:47:34 +0000 (05:47 +0000)]
fixing grader report paging bar when groups are present
moodler [Wed, 15 Aug 2007 05:41:23 +0000 (05:41 +0000)]
Beta version
toyomoyo [Wed, 15 Aug 2007 05:30:49 +0000 (05:30 +0000)]
moving user bulk operations to admin/user/
moodler [Wed, 15 Aug 2007 02:46:59 +0000 (02:46 +0000)]
Undoing the default user icon change.
History lesson:
1) We used to have a silhouette image similar to this
2) I had feedback from an academic who had been abused as a child by her father, who felt very strongly that such an image would stir up bad feelings in anyone who had a similar background (it stopped her from using Moodle).
3) The default image is supposed to be something you don't like, so you change it!
I'm open to changing it but I think we might need a community vote on it or something.
toyomoyo [Wed, 15 Aug 2007 02:36:47 +0000 (02:36 +0000)]
MDL-10181, bulk user action and language pack fixes
skodak [Tue, 14 Aug 2007 20:35:04 +0000 (20:35 +0000)]
MDL-10383 - backup/restore of new groups&groupings finished
tjhunt [Tue, 14 Aug 2007 13:33:39 +0000 (13:33 +0000)]
MDL-10834 - Restore of quiz module may create calendar events without a date/time. Fix thanks to Derek Woolhead. Merged from MOODLE_17_STABLE.
nicolasconnault [Tue, 14 Aug 2007 11:54:44 +0000 (11:54 +0000)]
MDL-9628 At the suggestion of Tim Hunt, interchanged the position of grade letter select elements with percentage selectors, in the grader report preferences form.
jamiesensei [Tue, 14 Aug 2007 11:50:57 +0000 (11:50 +0000)]
fix for notice about undefined urls property.
nicolasconnault [Tue, 14 Aug 2007 11:49:13 +0000 (11:49 +0000)]
Changed the default user icon for something better. Much better. Not the best I could find, but better.
jamiesensei [Tue, 14 Aug 2007 11:41:47 +0000 (11:41 +0000)]
fix for notice about undefined urls property.
nicolasconnault [Tue, 14 Aug 2007 08:33:20 +0000 (08:33 +0000)]
MDL-10829 idnumbers lang string
nicolasconnault [Tue, 14 Aug 2007 08:30:10 +0000 (08:30 +0000)]
MDL-10829 Help page for the calculation field and interface
toyomoyo [Tue, 14 Aug 2007 06:41:16 +0000 (06:41 +0000)]
adding searchtext support when assinging group members, also made retrieving non-members faster
nicolasconnault [Tue, 14 Aug 2007 06:05:07 +0000 (06:05 +0000)]
MDL-10829 Added get_grade_item() to the grade_item class, for cases when we don't whether an object is a category or a grade_item. The new interface for viewing and adding idnumbers (no editing) is 99% finished. Help strings still to do.
moodler [Tue, 14 Aug 2007 06:04:50 +0000 (06:04 +0000)]
Automatic installer.php lang files by installer_builder (
20070814 )
jamiesensei [Tue, 14 Aug 2007 04:22:05 +0000 (04:22 +0000)]
Fix for MDL-10823 Access to question edit page denied from quiz preview screen.
moodler [Tue, 14 Aug 2007 04:21:16 +0000 (04:21 +0000)]
backup/restore Support for 4 new fields in data module
moodler [Tue, 14 Aug 2007 04:13:58 +0000 (04:13 +0000)]
Added "notification" field, currently unused, to allow MDL-8377
jamiesensei [Tue, 14 Aug 2007 02:56:43 +0000 (02:56 +0000)]
small fix for breadcrumbs link
jamiesensei [Tue, 14 Aug 2007 02:50:56 +0000 (02:50 +0000)]
fix for MDL-10835 Results and Preview Tabs broken - requred param 'cmid' missing (for quiz with no questions)
toyomoyo [Tue, 14 Aug 2007 02:13:08 +0000 (02:13 +0000)]
fixed a warning when group members have no grades
moodler [Tue, 14 Aug 2007 02:11:33 +0000 (02:11 +0000)]
Removed some pass-by-references to remove notices
skodak [Tue, 14 Aug 2007 00:50:00 +0000 (00:50 +0000)]
MDL-10383 - major groups patch - see bug i ntracker for more details - authors: Nick, Matt, Enrique and me
nicolasconnault [Mon, 13 Aug 2007 18:36:42 +0000 (18:36 +0000)]
Little strings...
nicolasconnault [Mon, 13 Aug 2007 18:35:28 +0000 (18:35 +0000)]
Fixed a little typo