]> git.mjollnir.org Git - moodle.git/log
moodle.git
17 years agohelp file for new site files backup feature.
jamiesensei [Fri, 17 Aug 2007 10:47:49 +0000 (10:47 +0000)]
help file for new site files backup feature.

17 years agoAdded a help button to the backup form.
jamiesensei [Fri, 17 Aug 2007 10:03:18 +0000 (10:03 +0000)]
Added a help button to the backup form.

17 years agoMDL-10863 - multichoice question type won't upgrade to 1.9 beta because MySQL sometim...
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.

17 years agoFixes for some notices because of unitialized vars and elements that may not be prese...
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.

17 years agoTemporary fix for MDL-9356 becuase it was blocking a bug I needed to fix. Eloy, pleas...
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.

17 years agoFix for notice on first page of restore.
jamiesensei [Fri, 17 Aug 2007 09:53:00 +0000 (09:53 +0000)]
Fix for notice on first page of restore.

17 years agoMoved check for plugin import/export to the start rather than the end
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

17 years agomerged fix for MDL-10037, hide hidden user's blogs from course view
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

17 years agoMDL-10383 - adding UI for new grouping settings into course and mod edit forms +...
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

17 years agoMDL-10870 All files updated to new build_navigation() method.
nicolasconnault [Fri, 17 Aug 2007 07:25:47 +0000 (07:25 +0000)]
MDL-10870 All files updated to new build_navigation() method.

17 years agoreplacing round() with number_format (for a number betweem 0-100), because round...
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

17 years agoremoving old broken sql
toyomoyo [Fri, 17 Aug 2007 06:15:35 +0000 (06:15 +0000)]
removing old broken sql

17 years agoMDL-10870 Missed an instance of old nav in admin/lang.php
nicolasconnault [Fri, 17 Aug 2007 05:19:20 +0000 (05:19 +0000)]
MDL-10870 Missed an instance of old nav in admin/lang.php

17 years agomerged fix for MDL-10856, mp3 filter does not work for uploaded html files
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

17 years agoFixed small glitch in admin->users->permissions->define roles page, where the manage...
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.

17 years agoMDL-10870 Missed an instance of old nav in login/index.php
nicolasconnault [Fri, 17 Aug 2007 04:29:12 +0000 (04:29 +0000)]
MDL-10870 Missed an instance of old nav in login/index.php

17 years agoSlight change to "show parent" link (backto how it was)
moodler [Fri, 17 Aug 2007 03:42:07 +0000 (03:42 +0000)]
Slight change to "show parent" link (backto how it was)

17 years agoFixed navigation for forums where parents are chosen
moodler [Fri, 17 Aug 2007 03:35:34 +0000 (03:35 +0000)]
Fixed navigation for forums where parents are chosen

17 years agoreversing a change that's making multiple mp3s not to work
toyomoyo [Fri, 17 Aug 2007 02:07:26 +0000 (02:07 +0000)]
reversing a change that's making multiple mp3s not to work

17 years agoFixed MDL-10855 'Calculated question error: undefined stdClass::$nextpageparam' and...
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.

17 years agoMDL-10383 - some more refactoring/cleanup, enablegroupings experimental admin setting...
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

17 years agofixing syntax error
skodak [Thu, 16 Aug 2007 20:29:42 +0000 (20:29 +0000)]
fixing syntax error

17 years agoMDL-10873 If both site default and user pref are empty for studentsperpage, we assume...
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.

17 years agoMDL-10873 Now deleting the preference from user_preferences if the value submitted...
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

17 years agoMDL-10853 Fixed this bug plus others in the resource class
nicolasconnault [Thu, 16 Aug 2007 17:38:50 +0000 (17:38 +0000)]
MDL-10853 Fixed this bug plus others in the resource class

17 years agoMDL-10870 A few more fixes to the file.php page's navigation
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

17 years agoMDL-10383 - fixing missing else typo
skodak [Thu, 16 Aug 2007 15:52:52 +0000 (15:52 +0000)]
MDL-10383 - fixing missing else typo

17 years agoMDL-10870 All files updated to new build_navigation() method.
nicolasconnault [Thu, 16 Aug 2007 15:01:25 +0000 (15:01 +0000)]
MDL-10870 All files updated to new build_navigation() method.

17 years agoMDL-10383 - groups/groupings refactoring nearly finished ;-)
skodak [Thu, 16 Aug 2007 11:06:48 +0000 (11:06 +0000)]
MDL-10383 - groups/groupings refactoring nearly finished ;-)

17 years agooops. Removed stray die; that was in the code for debug purposes.
jamiesensei [Thu, 16 Aug 2007 10:44:07 +0000 (10:44 +0000)]
oops. Removed stray die; that was in the code for debug purposes.

17 years agoMDL-9890 "Help should be well-formed..." - replacing abused (nested) <blockquote...
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.

17 years agoMDL-10383 - groups/groupings refactoring and improvements - basic UI for groupings...
skodak [Thu, 16 Aug 2007 09:28:18 +0000 (09:28 +0000)]
MDL-10383 - groups/groupings refactoring and improvements - basic UI for groupings implemented

17 years agosome changes for better capabilities list display
toyomoyo [Thu, 16 Aug 2007 08:48:53 +0000 (08:48 +0000)]
some changes for better capabilities list display

17 years agoadded a string for category name
toyomoyo [Thu, 16 Aug 2007 08:36:35 +0000 (08:36 +0000)]
added a string for category name

17 years agoFix some XHTML and untranslated text
moodler [Thu, 16 Aug 2007 07:42:28 +0000 (07:42 +0000)]
Fix some XHTML and untranslated text

17 years agoFixed up some layout issues XHTML
moodler [Thu, 16 Aug 2007 07:35:44 +0000 (07:35 +0000)]
Fixed up some layout issues  XHTML

17 years agoFixed some XHTML problems
moodler [Thu, 16 Aug 2007 07:29:27 +0000 (07:29 +0000)]
Fixed some XHTML problems

17 years agoBumping to distinguish this from the Beta release
moodler [Thu, 16 Aug 2007 06:50:23 +0000 (06:50 +0000)]
Bumping to distinguish this from the Beta release

17 years agoAutomatic installer.php lang files by installer_builder (20070816)
moodler [Thu, 16 Aug 2007 06:37:57 +0000 (06:37 +0000)]
Automatic installer.php lang files by installer_builder (20070816)

17 years agoNew strings for custom profile fields.
ikawhero [Thu, 16 Aug 2007 06:27:03 +0000 (06:27 +0000)]
New strings for custom profile fields.

17 years agomerged fix for MDL-10856, mp3 filter not working in uploaded html files
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

17 years agoFix for MDL-10852 Cannot edit existing questions
jamiesensei [Thu, 16 Aug 2007 05:25:00 +0000 (05:25 +0000)]
Fix for MDL-10852 Cannot edit existing questions

17 years agoadded some comments
jamiesensei [Thu, 16 Aug 2007 05:20:35 +0000 (05:20 +0000)]
added some comments

17 years agocorrect logic error that broke caching.
jamiesensei [Thu, 16 Aug 2007 05:19:33 +0000 (05:19 +0000)]
correct logic error that broke caching.

17 years agomerged fix for MDL-10818, do not display broken graph when user has no permission...
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

17 years agoFixed a typo, thanks Joseph MDL-10866
moodler [Thu, 16 Aug 2007 02:20:39 +0000 (02:20 +0000)]
Fixed a typo, thanks Joseph   MDL-10866

17 years agoMDL-10383 - yet more groups and groupigns refactoring, cleanup and bugfixing - groupi...
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

17 years agoMDL-10383 - group edit form refactoring and minor bugfixing
skodak [Wed, 15 Aug 2007 20:33:17 +0000 (20:33 +0000)]
MDL-10383 - group edit form refactoring and minor bugfixing

17 years agoMDL-10383 - deprecated get_groups(), user_group() and ismember()
skodak [Wed, 15 Aug 2007 20:21:01 +0000 (20:21 +0000)]
MDL-10383 - deprecated get_groups(), user_group() and ismember()

17 years agoMDL-10383 - deprecated groups_members_from_sql and friends - we do not need them...
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

17 years agoMDL-10841 - show all feedback to multiple choice questions on the review page.
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.

17 years agoMDL-10862 add delete_profile_image() function + whitespace + removed redundant functi...
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

17 years agoClarify comment.
tjhunt [Wed, 15 Aug 2007 13:43:27 +0000 (13:43 +0000)]
Clarify comment.

17 years agoAdditional settings for the custom profile fields
ikawhero [Wed, 15 Aug 2007 13:37:52 +0000 (13:37 +0000)]
Additional settings for the custom profile fields

17 years agoMDL-10858 - Edit field sizes for overall feedback are silly. Merged from MOODLE_18_ST...
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.

17 years agoMDL-10383 - fixed stupid bug from last commit, sorry
skodak [Wed, 15 Aug 2007 12:21:45 +0000 (12:21 +0000)]
MDL-10383 - fixed stupid bug from last commit, sorry

17 years agoSpace beteen category name and count.
tjhunt [Wed, 15 Aug 2007 12:06:21 +0000 (12:06 +0000)]
Space beteen category name and count.

17 years agoMDL-10857 broken link in navlinks for question bank pointing to mod/modname/view...
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

17 years agoMDL-10838 Applied standard table classes and scopes to tr, th and tds of the grader...
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.

17 years agosmall commenting change
jamiesensei [Wed, 15 Aug 2007 11:08:37 +0000 (11:08 +0000)]
small commenting change

17 years agoFix for MDL-10847 No categories showing in category tab when editing a quiz / questi...
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

17 years agoMDL-10383 - some more groupings related restore problems fixed - groupings are now...
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

17 years agoJust fixed some notices and formatting while debugging other stufff
moodler [Wed, 15 Aug 2007 09:25:27 +0000 (09:25 +0000)]
Just fixed some notices and formatting while debugging other stufff

17 years agoMDL-4384, description for course categories
toyomoyo [Wed, 15 Aug 2007 08:28:40 +0000 (08:28 +0000)]
MDL-4384, description for course categories

17 years agoMDL-9137 Changed course names to links to the user reports for each course, and chang...
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.

17 years agoMDL-10837 Added the export_letters checkbox to the txt export form (it was the only...
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)

17 years agoLatest tags for head
moodler [Wed, 15 Aug 2007 05:59:02 +0000 (05:59 +0000)]
Latest tags for head

17 years agofixing grader report paging bar when groups are present
toyomoyo [Wed, 15 Aug 2007 05:47:34 +0000 (05:47 +0000)]
fixing grader report paging bar when groups are present

17 years agoBeta version
moodler [Wed, 15 Aug 2007 05:41:23 +0000 (05:41 +0000)]
Beta version

17 years agomoving user bulk operations to admin/user/
toyomoyo [Wed, 15 Aug 2007 05:30:49 +0000 (05:30 +0000)]
moving user bulk operations to admin/user/

17 years agoUndoing the default user icon change.
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.

17 years agoMDL-10181, bulk user action and language pack fixes
toyomoyo [Wed, 15 Aug 2007 02:36:47 +0000 (02:36 +0000)]
MDL-10181, bulk user action and language pack fixes

17 years agoMDL-10383 - backup/restore of new groups&groupings finished
skodak [Tue, 14 Aug 2007 20:35:04 +0000 (20:35 +0000)]
MDL-10383 - backup/restore of new groups&groupings finished

17 years agoMDL-10834 - Restore of quiz module may create calendar events without a date/time...
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.

17 years agoMDL-9628 At the suggestion of Tim Hunt, interchanged the position of grade letter...
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.

17 years agofix for notice about undefined urls property.
jamiesensei [Tue, 14 Aug 2007 11:50:57 +0000 (11:50 +0000)]
fix for notice about undefined urls property.

17 years agoChanged the default user icon for something better. Much better. Not the best I could...
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.

17 years agofix for notice about undefined urls property.
jamiesensei [Tue, 14 Aug 2007 11:41:47 +0000 (11:41 +0000)]
fix for notice about undefined urls property.

17 years agoMDL-10829 idnumbers lang string
nicolasconnault [Tue, 14 Aug 2007 08:33:20 +0000 (08:33 +0000)]
MDL-10829 idnumbers lang string

17 years agoMDL-10829 Help page for the calculation field and interface
nicolasconnault [Tue, 14 Aug 2007 08:30:10 +0000 (08:30 +0000)]
MDL-10829 Help page for the calculation field and interface

17 years agoadding searchtext support when assinging group members, also made retrieving non...
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

17 years agoMDL-10829 Added get_grade_item() to the grade_item class, for cases when we don't...
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.

17 years agoAutomatic installer.php lang files by installer_builder (20070814)
moodler [Tue, 14 Aug 2007 06:04:50 +0000 (06:04 +0000)]
Automatic installer.php lang files by installer_builder (20070814)

17 years agoFix for MDL-10823 Access to question edit page denied from quiz preview screen.
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.

17 years agobackup/restore Support for 4 new fields in data module
moodler [Tue, 14 Aug 2007 04:21:16 +0000 (04:21 +0000)]
backup/restore Support for 4 new fields in data module

17 years agoAdded "notification" field, currently unused, to allow MDL-8377
moodler [Tue, 14 Aug 2007 04:13:58 +0000 (04:13 +0000)]
Added "notification" field, currently unused, to allow MDL-8377

17 years agosmall fix for breadcrumbs link
jamiesensei [Tue, 14 Aug 2007 02:56:43 +0000 (02:56 +0000)]
small fix for breadcrumbs link

17 years agofix for MDL-10835 Results and Preview Tabs broken - requred param 'cmid' missing...
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)

17 years agofixed a warning when group members have no grades
toyomoyo [Tue, 14 Aug 2007 02:13:08 +0000 (02:13 +0000)]
fixed a warning when group members have no grades

17 years agoRemoved some pass-by-references to remove notices
moodler [Tue, 14 Aug 2007 02:11:33 +0000 (02:11 +0000)]
Removed some pass-by-references to remove notices

17 years agoMDL-10383 - major groups patch - see bug i ntracker for more details - authors: Nick...
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

17 years agoLittle strings...
nicolasconnault [Mon, 13 Aug 2007 18:36:42 +0000 (18:36 +0000)]
Little strings...

17 years agoFixed a little typo
nicolasconnault [Mon, 13 Aug 2007 18:35:28 +0000 (18:35 +0000)]
Fixed a little typo

17 years agoMDL-10829 Added get_idnumber() for both category and item classes
nicolasconnault [Mon, 13 Aug 2007 18:34:57 +0000 (18:34 +0000)]
MDL-10829 Added get_idnumber() for both category and item classes

17 years agofix for MDL-10826 ' Moodle Impossible to delete a course because of non-existent...
jamiesensei [Mon, 13 Aug 2007 13:58:04 +0000 (13:58 +0000)]
fix for    MDL-10826 ' Moodle Impossible to delete a course because of non-existent question_delete_activity() '

17 years agoMake sure require_login is being called from reports MDL-10833
moodler [Mon, 13 Aug 2007 13:45:14 +0000 (13:45 +0000)]
Make sure require_login is being called from reports  MDL-10833

17 years agoFixed theme and require_login MDL-10833
moodler [Mon, 13 Aug 2007 13:40:35 +0000 (13:40 +0000)]
Fixed theme and require_login MDL-10833

17 years agoFixed course theme and require_login MDL-10833
moodler [Mon, 13 Aug 2007 13:39:32 +0000 (13:39 +0000)]
Fixed course theme and require_login  MDL-10833

17 years agoAdded a missing string from backups
moodler [Mon, 13 Aug 2007 13:38:35 +0000 (13:38 +0000)]
Added a missing string from backups

17 years agoFixed course theme MDL-10833
moodler [Mon, 13 Aug 2007 13:36:52 +0000 (13:36 +0000)]
Fixed course theme MDL-10833