]> git.mjollnir.org Git - moodle.git/log
moodle.git
17 years agoAutomatic installer.php lang files by installer_builder (20070702)
moodler [Mon, 2 Jul 2007 04:48:33 +0000 (04:48 +0000)]
Automatic installer.php lang files by installer_builder (20070702)

17 years agofixing an error when no grade item is listed for this course
toyomoyo [Mon, 2 Jul 2007 02:40:30 +0000 (02:40 +0000)]
fixing an error when no grade item is listed for this course

17 years agoMDL-10224 fixing some more regressions in grade reports; adding proper CSS; more...
skodak [Sun, 1 Jul 2007 19:45:13 +0000 (19:45 +0000)]
MDL-10224 fixing some more regressions in grade reports; adding proper CSS; more fixes and improvements

17 years agoMDL-9599 Glossary terms revert back to 'Not categorized' when using categories, patch...
skodak [Sun, 1 Jul 2007 15:48:50 +0000 (15:48 +0000)]
MDL-9599 Glossary terms revert back to 'Not categorized' when using categories, patch by Alexander Pavlyutin; merged from MOODLE_18_STABLE

17 years agoMDL-10309 Broken password expiration support for LDAP user types rfc2307 and rfc2307b...
skodak [Sun, 1 Jul 2007 15:42:36 +0000 (15:42 +0000)]
MDL-10309 Broken password expiration support for LDAP user types rfc2307 and rfc2307bis, patch by IƱaki Arenaza; merged from MOODLE_18_STABLE

17 years agoMDL-9629 fixed regressions in grade reports caused by my previous commits, added...
skodak [Sat, 30 Jun 2007 21:12:47 +0000 (21:12 +0000)]
MDL-9629 fixed regressions in grade reports caused by my previous commits, added unfinished forms for category and item edit

17 years agoremoving file that mistakenly was committed to HEAD
jamiesensei [Sat, 30 Jun 2007 04:22:51 +0000 (04:22 +0000)]
removing file that mistakenly was committed to HEAD

17 years agotest for questionlib on MOODLE_19_QUESTIONS branch
jamiesensei [Sat, 30 Jun 2007 03:50:52 +0000 (03:50 +0000)]
test for questionlib on MOODLE_19_QUESTIONS branch

17 years agoMDL-10240:
thepurpleblob [Fri, 29 Jun 2007 14:32:20 +0000 (14:32 +0000)]
MDL-10240:
Added Bb Short Response as a Moodle Essay type question.
Found quite a lot of stuff that could do to be checked and improved
in this code, so this should be considered an intermediate step.

17 years agoimproved help file - MDL-5074 and MDL-5075 fixes
wildgirl [Fri, 29 Jun 2007 14:26:29 +0000 (14:26 +0000)]
improved help file - MDL-5074 and MDL-5075 fixes

17 years agosmall change to make icons easier to override in child classes.
jamiesensei [Fri, 29 Jun 2007 14:19:22 +0000 (14:19 +0000)]
small change to make icons easier to override in child classes.

17 years agotaking out some redundant sql
toyomoyo [Fri, 29 Jun 2007 08:31:01 +0000 (08:31 +0000)]
taking out some redundant sql

17 years agoMDL-9283, fixing a broken SQL, thanks Arno
toyomoyo [Fri, 29 Jun 2007 08:23:31 +0000 (08:23 +0000)]
MDL-9283, fixing a broken SQL, thanks Arno

17 years agoCSS for login block updated
urs_hunkler [Fri, 29 Jun 2007 06:19:17 +0000 (06:19 +0000)]
CSS for login block updated

17 years agoAutomatic installer.php lang files by installer_builder (20070629)
moodler [Fri, 29 Jun 2007 04:49:59 +0000 (04:49 +0000)]
Automatic installer.php lang files by installer_builder (20070629)

17 years agoMDL-10224 some more improvements in grader report related to total course grade and...
skodak [Thu, 28 Jun 2007 22:55:46 +0000 (22:55 +0000)]
MDL-10224 some more improvements in grader report related to total course grade and category grade + other bugfixes

17 years agofixed grade tree sortorder generation
skodak [Thu, 28 Jun 2007 20:04:19 +0000 (20:04 +0000)]
fixed grade tree sortorder generation

17 years agoMDL-10224 finishing the commit, grrr
skodak [Thu, 28 Jun 2007 19:18:52 +0000 (19:18 +0000)]
MDL-10224 finishing the commit, grrr

17 years agoBug MDL-8520. Adding target= to the prev/next and logs buttons.
mchurch [Thu, 28 Jun 2007 19:18:11 +0000 (19:18 +0000)]
Bug MDL-8520. Adding target= to the prev/next and logs buttons.

17 years agoMDL-10234
thepurpleblob [Thu, 28 Jun 2007 15:15:06 +0000 (15:15 +0000)]
MDL-10234
Encoded images in subdirectories failed to load.
Thanks to Enrique Castro for fix.

17 years agoMDL-10084 Styling/branding
dwoolhead [Thu, 28 Jun 2007 14:08:08 +0000 (14:08 +0000)]
MDL-10084 Styling/branding

17 years agoMDL-10224 total course grade implemented + lots of other changes and improvements...
skodak [Thu, 28 Jun 2007 13:20:30 +0000 (13:20 +0000)]
MDL-10224 total course grade implemented + lots of other changes and improvements; there are still some regressions and bugs - going to fix them ASAP; some unit tests still missing too

17 years agoMDL-10211 Added all icons.
nicolasconnault [Thu, 28 Jun 2007 12:40:11 +0000 (12:40 +0000)]
MDL-10211 Added all icons.

17 years agoMDL-10084 Styling/branding
dwoolhead [Thu, 28 Jun 2007 11:54:18 +0000 (11:54 +0000)]
MDL-10084 Styling/branding

17 years agoMDL-10209 MDL-10211
nicolasconnault [Thu, 28 Jun 2007 11:15:12 +0000 (11:15 +0000)]
MDL-10209 MDL-10211
Added two tiny feedback/add_feedback icons.
Enabled feedback mode with button next to "Turn editing on".
Added tooltip (with overlib for the time being) for "Show feedback" when edit mode is off, and for "Edit feedback" when edit is on.

17 years agopb case sensitive when get ldap attribute
jgutierr25 [Thu, 28 Jun 2007 09:35:32 +0000 (09:35 +0000)]
pb case sensitive when get ldap attribute

17 years agosome fixes to user report
toyomoyo [Thu, 28 Jun 2007 08:55:16 +0000 (08:55 +0000)]
some fixes to user report

17 years agoMDL-10211 Show/hide and lock/unlock of final grades
nicolasconnault [Thu, 28 Jun 2007 05:54:01 +0000 (05:54 +0000)]
MDL-10211 Show/hide and lock/unlock of final grades

17 years agoAutomatic installer.php lang files by installer_builder (20070628)
moodler [Thu, 28 Jun 2007 05:26:27 +0000 (05:26 +0000)]
Automatic installer.php lang files by installer_builder (20070628)

17 years agomerged fix for MDL-10273, users with no capability should not be able to view New...
toyomoyo [Thu, 28 Jun 2007 04:03:30 +0000 (04:03 +0000)]
merged fix for MDL-10273, users with no capability should not be able to view New Event button

17 years agoMDL-10211 First set of icons
nicolasconnault [Wed, 27 Jun 2007 16:15:23 +0000 (16:15 +0000)]
MDL-10211 First set of icons

17 years agoMDL-10276 Text cleaning trouble
skodak [Wed, 27 Jun 2007 11:58:33 +0000 (11:58 +0000)]
MDL-10276 Text cleaning trouble

17 years agoMDL-10084 Styling/branding
dwoolhead [Wed, 27 Jun 2007 11:45:37 +0000 (11:45 +0000)]
MDL-10084 Styling/branding

17 years agotesting patch for MDL-9238 Arnaud's patch
toyomoyo [Wed, 27 Jun 2007 09:07:47 +0000 (09:07 +0000)]
testing patch for MDL-9238 Arnaud's patch

17 years agoSome fixes for copyright years etc
moodler [Wed, 27 Jun 2007 07:24:24 +0000 (07:24 +0000)]
Some fixes for copyright years etc

17 years agogradebook user report fix for total grade
toyomoyo [Wed, 27 Jun 2007 03:48:56 +0000 (03:48 +0000)]
gradebook user report fix for total grade

17 years agoMDL-10264 - fixed typo
poltawski [Tue, 26 Jun 2007 21:17:56 +0000 (21:17 +0000)]
MDL-10264 -  fixed typo

17 years agoMDL-648 - Email notification and confirmation when quizzes are submitted. Thanks...
tjhunt [Tue, 26 Jun 2007 16:34:05 +0000 (16:34 +0000)]
MDL-648 - Email notification and confirmation when quizzes are submitted. Thanks to Graham Miller for implementing this to my design.

17 years agoMDL-10250 - Extend get_users_by_capability to have a $useviewallgroups parameter.
tjhunt [Tue, 26 Jun 2007 16:16:46 +0000 (16:16 +0000)]
MDL-10250 - Extend get_users_by_capability to have a $useviewallgroups parameter.

17 years agofixed typo
skodak [Tue, 26 Jun 2007 13:03:18 +0000 (13:03 +0000)]
fixed typo

17 years agomake sure $hotpot->id is set when adding calendar events for new HotPot
gbateson [Tue, 26 Jun 2007 12:10:12 +0000 (12:10 +0000)]
make sure $hotpot->id is set when adding calendar events for new HotPot

17 years agoMDL-10211 Added edit, show/hide and lock/unlock icons and links, with corresponding...
nicolasconnault [Tue, 26 Jun 2007 09:59:18 +0000 (09:59 +0000)]
MDL-10211 Added edit, show/hide and lock/unlock icons and links, with corresponding page-level actions to headers of grader report.

17 years agoFixed some notices when there are no activities
moodler [Tue, 26 Jun 2007 09:21:52 +0000 (09:21 +0000)]
Fixed some notices when there are no activities

17 years agoFixing a few notices when there are no users
moodler [Tue, 26 Jun 2007 09:18:50 +0000 (09:18 +0000)]
Fixing a few notices when there are no users

17 years agoMerged fix for MDL-10254, thanks Valery!
moodler [Tue, 26 Jun 2007 09:09:39 +0000 (09:09 +0000)]
Merged fix for MDL-10254, thanks Valery!

17 years agoChanged grade_item so that its grademax is count(scale_items) and grademin is 1,...
nicolasconnault [Tue, 26 Jun 2007 08:50:22 +0000 (08:50 +0000)]
Changed grade_item so that its grademax is count(scale_items) and grademin is 1, to be consistent with use of scales throughout Moodle.

17 years agomerged fix for MDL-9051, apply supplied patch to fix $CFG->forum_enabletimedposts
toyomoyo [Tue, 26 Jun 2007 08:33:03 +0000 (08:33 +0000)]
merged fix for MDL-9051, apply supplied patch to fix $CFG->forum_enabletimedposts

17 years agoMDL-10210 MDL-10207 Fixed small issues in tabs. Removed HTML-producing code from...
nicolasconnault [Tue, 26 Jun 2007 07:45:40 +0000 (07:45 +0000)]
MDL-10210 MDL-10207 Fixed small issues in tabs. Removed HTML-producing code from grade_tree and put it into category.php.

17 years agoAutomatic installer.php lang files by installer_builder (20070626)
moodler [Tue, 26 Jun 2007 07:42:51 +0000 (07:42 +0000)]
Automatic installer.php lang files by installer_builder (20070626)

17 years agofixing typo
toyomoyo [Tue, 26 Jun 2007 07:35:30 +0000 (07:35 +0000)]
fixing typo

17 years agosome fixes for grader report
toyomoyo [Tue, 26 Jun 2007 07:32:31 +0000 (07:32 +0000)]
some fixes for grader report

17 years agoadding include_once for gradelib public api function
toyomoyo [Tue, 26 Jun 2007 06:28:42 +0000 (06:28 +0000)]
adding include_once for gradelib public api function

17 years agoMDL-10210 MDL-10207 Tabs implemented.
nicolasconnault [Tue, 26 Jun 2007 06:19:45 +0000 (06:19 +0000)]
MDL-10210 MDL-10207 Tabs implemented.

17 years agoin XML source files of HP quizzes, convert relative URLs to absolute URLs in links...
gbateson [Tue, 26 Jun 2007 05:05:06 +0000 (05:05 +0000)]
in XML source files of HP quizzes, convert relative URLs to absolute URLs in links using window.open(...)

17 years agochange relative URLs to absolute URLs in window.open(...)
gbateson [Tue, 26 Jun 2007 02:48:19 +0000 (02:48 +0000)]
change relative URLs to absolute URLs in window.open(...)

17 years agoold help file removed
wildgirl [Mon, 25 Jun 2007 21:15:44 +0000 (21:15 +0000)]
old help file removed

17 years agotypo fix
wildgirl [Mon, 25 Jun 2007 21:06:00 +0000 (21:06 +0000)]
typo fix

17 years agoFixing update_group_button and update_groups_button. They were no longer calling...
mchurch [Mon, 25 Jun 2007 20:50:17 +0000 (20:50 +0000)]
Fixing update_group_button and update_groups_button. They were no longer calling valid URL's.

17 years agoClean up whitespace. Merged from MOODLE_18_STABLE.
tjhunt [Mon, 25 Jun 2007 17:13:52 +0000 (17:13 +0000)]
Clean up whitespace. Merged from MOODLE_18_STABLE.

17 years agoMDL-10251 finished hiding implementation for grades, items and categories + unit...
skodak [Mon, 25 Jun 2007 15:29:31 +0000 (15:29 +0000)]
MDL-10251 finished hiding implementation for grades, items and categories + unit tests

17 years agoMDL-10249 Created addonload JavaScript function that can be used to add onload handle...
sam_marshall [Mon, 25 Jun 2007 14:38:02 +0000 (14:38 +0000)]
MDL-10249 Created addonload JavaScript function that can be used to add onload handlers, instead of using <body onload> which breaks things.

17 years agochanged navmenuwidth to the standard value
urs_hunkler [Mon, 25 Jun 2007 12:21:09 +0000 (12:21 +0000)]
changed navmenuwidth to the standard value

17 years agoMDL-10210 MDL-10207 Tabs implemented.
nicolasconnault [Mon, 25 Jun 2007 09:37:26 +0000 (09:37 +0000)]
MDL-10210 MDL-10207 Tabs implemented.

17 years agoPatch from Chris Holmes for MDL-10027, merged from 1.8
moodler [Mon, 25 Jun 2007 09:21:49 +0000 (09:21 +0000)]
Patch from Chris Holmes for MDL-10027, merged from 1.8

17 years agofixed locking problem in update_raw_grade()
skodak [Mon, 25 Jun 2007 08:30:03 +0000 (08:30 +0000)]
fixed locking problem in update_raw_grade()

17 years agofixed typo
skodak [Mon, 25 Jun 2007 08:13:54 +0000 (08:13 +0000)]
fixed typo

17 years agoremoving itemnumber generation for now
skodak [Mon, 25 Jun 2007 08:01:04 +0000 (08:01 +0000)]
removing itemnumber generation for now

17 years agomoving event trigger from update_grade() to grade_item->update_raw_grade(); removing...
skodak [Mon, 25 Jun 2007 07:56:25 +0000 (07:56 +0000)]
moving event trigger from update_grade() to grade_item->update_raw_grade(); removing itemnumber generation for now

17 years agoAutomatic installer.php lang files by installer_builder (20070625)
moodler [Mon, 25 Jun 2007 06:34:18 +0000 (06:34 +0000)]
Automatic installer.php lang files by installer_builder (20070625)

17 years agoMDL-10233 improved static factory methods of grade obejcts fetch() and fetch_all...
skodak [Sun, 24 Jun 2007 22:26:33 +0000 (22:26 +0000)]
MDL-10233 improved static factory methods of grade obejcts fetch() and fetch_all(); implemented default values of grade objects, fixed null values for some properties that are not required - unit tests included, tested with PHP4 and PHP5

18 years agoMDL-10237 - Improve wording on true/false edit form. Merged from MOODLE_18_STABLE.
tjhunt [Sun, 24 Jun 2007 11:53:07 +0000 (11:53 +0000)]
MDL-10237 - Improve wording on true/false edit form. Merged from MOODLE_18_STABLE.

18 years agotrailing whitespace cleanup in new grade libraries
skodak [Sat, 23 Jun 2007 16:51:09 +0000 (16:51 +0000)]
trailing whitespace cleanup in new grade libraries

18 years agoMDL-10231 merge grade_calculations and grade_items table + calculation improvements
skodak [Sat, 23 Jun 2007 16:33:17 +0000 (16:33 +0000)]
MDL-10231 merge grade_calculations and grade_items table + calculation improvements
MDL-10233 fixed grade_*::fetch() - does not modify $this anymore, we can now use it from normal methods to fetch other objects of the same class.

18 years agoAdd an option $CFG->CSSEdit or $THEME->CSSEdit to Moodle. If one of both is set to...
urs_hunkler [Sat, 23 Jun 2007 12:21:59 +0000 (12:21 +0000)]
Add an option $CFG->CSSEdit or $THEME->CSSEdit to Moodle. If one of both is set to true, Moodle does not write all CSS code in one single CSS file but adds CSS @include to the theme CSS file to load all single CSS files. These single CSS files can then be interactively edited and saved with CSSEdit. It's like Firebug with direct saving your changes.

18 years agoMake a library function for deleting quiz attempts, rather than having duplicated...
tjhunt [Sat, 23 Jun 2007 10:39:28 +0000 (10:39 +0000)]
Make a library function for deleting quiz attempts, rather than having duplicated code - Followup: make sure we only delete preview attempts. Merged from OU Moodle.

18 years agoimproved help file - MDL-7073 fix
wildgirl [Sat, 23 Jun 2007 10:25:03 +0000 (10:25 +0000)]
improved help file - MDL-7073 fix

18 years agoAutomatic installer.php lang files by installer_builder (20070623)
moodler [Sat, 23 Jun 2007 05:51:34 +0000 (05:51 +0000)]
Automatic installer.php lang files by installer_builder (20070623)

18 years agoMDL-10226 regrading of final grades improved, calculation cleanup before MDL-10231
skodak [Fri, 22 Jun 2007 18:33:32 +0000 (18:33 +0000)]
MDL-10226 regrading of final grades improved, calculation cleanup before MDL-10231

18 years agoMDL-10207 Tabs added to category admin page and grader report page. I also changed...
nicolasconnault [Fri, 22 Jun 2007 17:34:14 +0000 (17:34 +0000)]
MDL-10207 Tabs added to category admin page and grader report page. I also changed the id URL variable to courseid. This may cause some issues as long as the current grade/lib.php library is used, but I thought we should use courseid instead of id.

18 years agoMDL-10084 propogate course id through calendar pages to ensure consistent display...
dwoolhead [Fri, 22 Jun 2007 15:20:20 +0000 (15:20 +0000)]
MDL-10084 propogate course id through calendar pages to ensure consistent display for site front page, my moodle and courses

18 years agoMDL-10198 - Further refinements.
tjhunt [Fri, 22 Jun 2007 15:05:42 +0000 (15:05 +0000)]
MDL-10198 - Further refinements.

18 years agoImprove and simplify question layout.
tjhunt [Fri, 22 Jun 2007 14:07:35 +0000 (14:07 +0000)]
Improve and simplify question layout.

18 years agoMDL-10213 - layuout problem for question in IE in Moodle 1.7. I'm taking the opportun...
tjhunt [Fri, 22 Jun 2007 13:46:00 +0000 (13:46 +0000)]
MDL-10213 - layuout problem for question in IE in Moodle 1.7. I'm taking the opportunity to clean up the CSS in 1.8 and HEAD to match what I did in 1.7. Merged from MOODLE_18_STABLE.

18 years agoMDL-10084 propogate course id through calendar pages to ensure consistent display...
dwoolhead [Fri, 22 Jun 2007 13:30:22 +0000 (13:30 +0000)]
MDL-10084 propogate course id through calendar pages to ensure consistent display for site front page, my moodle and courses

18 years agoMDL-10084 propogate course id through calendar pages to ensure consistent display...
dwoolhead [Fri, 22 Jun 2007 13:20:06 +0000 (13:20 +0000)]
MDL-10084 propogate course id through calendar pages to ensure consistent display for site front page, my moodle and courses

18 years agoMDL-10084 propogate course id through calendar pages to ensure consistent display...
dwoolhead [Fri, 22 Jun 2007 12:45:20 +0000 (12:45 +0000)]
MDL-10084 propogate course id through calendar pages to ensure consistent display for site front page, my moodle and courses

18 years agomaking environment colours css selector refer to table class instead of body id....
jamiesensei [Fri, 22 Jun 2007 11:02:45 +0000 (11:02 +0000)]
making environment colours css selector refer to table class instead of body id. So that colours show up on other pages besides admin page.

18 years agobits of the grader report
toyomoyo [Fri, 22 Jun 2007 09:18:31 +0000 (09:18 +0000)]
bits of the grader report

18 years agoadding limits to get_role_users() to enable extracting specific users
toyomoyo [Fri, 22 Jun 2007 09:03:03 +0000 (09:03 +0000)]
adding limits to get_role_users() to enable extracting specific users

18 years agoMDL-10223 Implement locking of grades and grade items - cron support still not implem...
skodak [Fri, 22 Jun 2007 08:57:39 +0000 (08:57 +0000)]
MDL-10223 Implement locking of grades and grade items - cron support still not implemented;
this patch also contains improvements in handling of needsupdate, though it is not yet fully working for calculated grades

18 years agofixed a warning
toyomoyo [Fri, 22 Jun 2007 08:35:23 +0000 (08:35 +0000)]
fixed a warning

18 years agoMerged string fixes from stable
moodler [Fri, 22 Jun 2007 05:48:24 +0000 (05:48 +0000)]
Merged string fixes from stable

18 years agoMDL-7772 - improve the SQL for showing users without attemtps. Merged from MOODLE_18_...
tjhunt [Thu, 21 Jun 2007 16:21:47 +0000 (16:21 +0000)]
MDL-7772 - improve the SQL for showing users without attemtps. Merged from MOODLE_18_STABLE.

18 years agoMDL-10084 propogate course id through calendar pages to ensure consistent display...
dwoolhead [Thu, 21 Jun 2007 15:58:00 +0000 (15:58 +0000)]
MDL-10084 propogate course id through calendar pages to ensure consistent display for site front page, my moodle and courses

18 years agoImprove CSS for question layout.
tjhunt [Thu, 21 Jun 2007 15:53:00 +0000 (15:53 +0000)]
Improve CSS for question layout.

18 years agoImproved the HTML for essay questions.
tjhunt [Thu, 21 Jun 2007 15:46:26 +0000 (15:46 +0000)]
Improved the HTML for essay questions.

18 years agoMDL-10084 propogate course id through calendar pages to ensure consistent display...
dwoolhead [Thu, 21 Jun 2007 15:46:04 +0000 (15:46 +0000)]
MDL-10084 propogate course id through calendar pages to ensure consistent display for site front page, my moodle and courses

18 years agoMDL-10198 - Further refinements to $forcedownload.
tjhunt [Thu, 21 Jun 2007 15:43:29 +0000 (15:43 +0000)]
MDL-10198 - Further refinements to $forcedownload.

18 years agoFix minor JavaScript error in the quiz.
tjhunt [Thu, 21 Jun 2007 15:28:42 +0000 (15:28 +0000)]
Fix minor JavaScript error in the quiz.

18 years agoMDL-10198 - Further refinements from Adriane Boyd.
tjhunt [Thu, 21 Jun 2007 11:41:16 +0000 (11:41 +0000)]
MDL-10198 - Further refinements from Adriane Boyd.