]> git.mjollnir.org Git - moodle.git/log
moodle.git
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.

18 years agosome grader report code
toyomoyo [Thu, 21 Jun 2007 09:23:57 +0000 (09:23 +0000)]
some grader report code

18 years agoMDL-10202 fixed locktime trouble
skodak [Thu, 21 Jun 2007 07:30:30 +0000 (07:30 +0000)]
MDL-10202 fixed locktime trouble

18 years agofixing export to use get_final
toyomoyo [Thu, 21 Jun 2007 02:45:04 +0000 (02:45 +0000)]
fixing export to use get_final

18 years agoMDL-10202 merge raw and final grade tables
skodak [Wed, 20 Jun 2007 23:06:29 +0000 (23:06 +0000)]
MDL-10202 merge raw and final grade tables

18 years agoMDL-9629 Added student names at left of grades table.
nicolasconnault [Wed, 20 Jun 2007 20:10:19 +0000 (20:10 +0000)]
MDL-9629 Added student names at left of grades table.

18 years agoPut information about which quiz and page in the URL for attempt.php, instead of...
tjhunt [Wed, 20 Jun 2007 16:18:37 +0000 (16:18 +0000)]
Put information about which quiz and page in the URL for attempt.php, instead of in hidden form fields. Merged from OU Moodle.This makes things a little more robust in some situations, for example you can bookmark a page half way through a quiz attempt to make it easier to get back later.

18 years agoMDL-10198 - New code to allow files from quiestion attempts to be stored in moodledat...
tjhunt [Wed, 20 Jun 2007 15:12:36 +0000 (15:12 +0000)]
MDL-10198 - New code to allow files from quiestion attempts to be stored in moodledata and later downloaded. Code thanks to Adriane Boyd, but checked and modified by me, so we share the blame;-)

18 years agoFirst draft of the grader report
nicolasconnault [Wed, 20 Jun 2007 11:56:51 +0000 (11:56 +0000)]
First draft of the grader report

18 years agoAutomatic installer.php lang files by installer_builder (20070620)
moodler [Wed, 20 Jun 2007 09:14:52 +0000 (09:14 +0000)]
Automatic installer.php lang files by installer_builder (20070620)

18 years agoFixed a problem with utf8 strings bug MDL-10101
bobopinna [Wed, 20 Jun 2007 08:51:22 +0000 (08:51 +0000)]
Fixed a problem with utf8 strings bug MDL-10101

18 years agoadded styles to install.php for colours for environment table
jamiesensei [Wed, 20 Jun 2007 06:32:26 +0000 (06:32 +0000)]
added styles to install.php for colours for environment table

18 years agoStarted adding PHPDoc to flexible_table
nicolasconnault [Wed, 20 Jun 2007 03:52:59 +0000 (03:52 +0000)]
Started adding PHPDoc to flexible_table

18 years agoMDL-6043 - Implement course reset function for quizzes.
tjhunt [Tue, 19 Jun 2007 22:17:47 +0000 (22:17 +0000)]
MDL-6043 - Implement course reset function for quizzes.

18 years agoMDL-10161 - Since get_course_... (users, students, teachers) is still being used...
mchurch [Tue, 19 Jun 2007 20:38:27 +0000 (20:38 +0000)]
MDL-10161 - Since get_course_... (users, students, teachers) is still being used by a number of functions (such as groups), trying to make them work with the SITE course the way they did pre-1.7, with $CFG->allusersarestudents set to TRUE. This will also have a configuration option that can be used to disable returning large amounts of users for the site course, if a site happens to be using this functionality and they have a large number of users.

18 years agoNow calendar export have some correct defaults. MDL-10175
stronk7 [Tue, 19 Jun 2007 17:54:30 +0000 (17:54 +0000)]
Now calendar export have some correct defaults. MDL-10175

Merged from MOODLE_18_STABLE

18 years ago(MDL-10155) detect failed regexes duing multilang upgrade (it was causing data loss...
skodak [Tue, 19 Jun 2007 17:24:33 +0000 (17:24 +0000)]
(MDL-10155) detect failed regexes duing multilang upgrade (it was causing data loss on some sites)

18 years agoNotices from T/F question is you submit without answering in adaptive mode. Merged...
tjhunt [Tue, 19 Jun 2007 16:35:54 +0000 (16:35 +0000)]
Notices from T/F question is you submit without answering in adaptive mode. Merged from OU Moodle.

18 years agoAdded support for xxxxx_install() hooks for generic plugins too
moodler [Tue, 19 Jun 2007 16:35:41 +0000 (16:35 +0000)]
Added support for xxxxx_install() hooks for generic plugins too

18 years agoFix typo in a comment.
tjhunt [Tue, 19 Jun 2007 16:33:16 +0000 (16:33 +0000)]
Fix typo in a comment.

18 years agoOnly print notice when debugging MDL-10170
moodler [Tue, 19 Jun 2007 16:27:04 +0000 (16:27 +0000)]
Only print notice when debugging   MDL-10170

18 years agoFix for plugin directories with no plugins MDL-10170
moodler [Tue, 19 Jun 2007 16:18:35 +0000 (16:18 +0000)]
Fix for plugin directories with no plugins  MDL-10170

18 years agoMDL-10168 improvements to display of results from environment checks
jamiesensei [Tue, 19 Jun 2007 15:52:19 +0000 (15:52 +0000)]
MDL-10168 improvements to display of results from environment checks

18 years agoelaborated phpdoc comment slightly for doc_link
jamiesensei [Tue, 19 Jun 2007 15:21:27 +0000 (15:21 +0000)]
elaborated phpdoc comment slightly for  doc_link

18 years agoFixed a problem with true-false type for correct responses
csantossaenz [Tue, 19 Jun 2007 14:56:36 +0000 (14:56 +0000)]
Fixed a problem with true-false type for correct responses

18 years agorefactored page_doc_link into two functions. doc_link returns a link to docs. page_do...
jamiesensei [Tue, 19 Jun 2007 14:44:02 +0000 (14:44 +0000)]
refactored page_doc_link into two functions. doc_link returns a link to docs. page_doc_link returns the link for this page.

18 years agoMDL-10084 Styling/branding
dwoolhead [Tue, 19 Jun 2007 12:02:26 +0000 (12:02 +0000)]
MDL-10084 Styling/branding

18 years agoFix layout of quiz reports in groups mode - Merged from OU Moodle.
tjhunt [Tue, 19 Jun 2007 09:43:28 +0000 (09:43 +0000)]
Fix layout of quiz reports in groups mode - Merged from OU Moodle.

18 years agoextraction of gradeitems to use grade_tree for handling of sortorder
toyomoyo [Tue, 19 Jun 2007 07:52:55 +0000 (07:52 +0000)]
extraction of gradeitems to use grade_tree for handling of sortorder

18 years agomerged fix for MDL-10122, accessiblity fix for course search box
toyomoyo [Tue, 19 Jun 2007 03:22:58 +0000 (03:22 +0000)]
merged fix for MDL-10122, accessiblity fix for course search box

18 years agoAdd some processing for message/output plugins MDL-10167
moodler [Tue, 19 Jun 2007 02:18:59 +0000 (02:18 +0000)]
Add some processing for message/output plugins  MDL-10167

18 years agoMDL-9137 calculated grades should work now, some other minor cleanup
skodak [Mon, 18 Jun 2007 22:52:55 +0000 (22:52 +0000)]
MDL-9137 calculated grades should work now, some other minor cleanup

18 years agoMDL-9137 removing obsoleted function, finals now processed only by update_final_grade()
skodak [Mon, 18 Jun 2007 20:14:16 +0000 (20:14 +0000)]
MDL-9137 removing obsoleted function, finals now processed only by update_final_grade()

18 years agoMDL-10133 - html purifier lang typos
poltawski [Mon, 18 Jun 2007 19:43:10 +0000 (19:43 +0000)]
MDL-10133 - html purifier lang typos

18 years agoMDL-10148 - hard coded lang strings in user/message.html
poltawski [Mon, 18 Jun 2007 19:21:24 +0000 (19:21 +0000)]
MDL-10148 - hard coded lang strings in user/message.html

18 years agoMDL-10084 Styling/branding
dwoolhead [Mon, 18 Jun 2007 17:18:20 +0000 (17:18 +0000)]
MDL-10084 Styling/branding

18 years agoMDL-10084 Styling/branding - deleted too much in previous commit
dwoolhead [Mon, 18 Jun 2007 17:01:14 +0000 (17:01 +0000)]
MDL-10084 Styling/branding - deleted too much in previous commit

18 years agoMDL-10084 Styling/branding
dwoolhead [Mon, 18 Jun 2007 16:49:39 +0000 (16:49 +0000)]
MDL-10084 Styling/branding

18 years agoMake a library function for deleting quiz attempts, rather than having duplicated...
tjhunt [Mon, 18 Jun 2007 16:19:00 +0000 (16:19 +0000)]
Make a library function for deleting quiz attempts, rather than having duplicated code. Merged from OU Moodle.

18 years agoMDL-9137 readding GRADE_AGGREGATE_MODE
skodak [Mon, 18 Jun 2007 15:29:20 +0000 (15:29 +0000)]
MDL-9137 readding GRADE_AGGREGATE_MODE

18 years agoMDL-9137 various grading improvements
skodak [Mon, 18 Jun 2007 13:43:40 +0000 (13:43 +0000)]
MDL-9137 various grading improvements
1/ initial support for migration of old grade_items and categories (not tested)
2/ rewritten grade update and calculation logic
3/ initial support for calculation formulas
4/ minor API refactoring and cleanup
5/ various small bugfixes
6/ fixed use of grademax with scales
7/ fixed some unit tests

TODO:
* implement proper locking of grades - needs discussion
* force recalculation of all formulas after adding/removing/changing of grade items
* better delete flag support
* support for NULLs n backup - Eloy already proposed a solution
* support for NULLs in set_field()
* speedup
* more unit tests nd functional tests

18 years agoFixed a typo added during last update
bobopinna [Mon, 18 Jun 2007 11:58:57 +0000 (11:58 +0000)]
Fixed a typo added during last update

18 years agoFixed MDL-10100
andreabix [Mon, 18 Jun 2007 11:28:36 +0000 (11:28 +0000)]
Fixed MDL-10100

18 years agoMissing cvs id tag
thepurpleblob [Mon, 18 Jun 2007 10:35:02 +0000 (10:35 +0000)]
Missing cvs id tag

18 years agoflexitable for user report
toyomoyo [Mon, 18 Jun 2007 08:05:53 +0000 (08:05 +0000)]
flexitable for user report

18 years agoWhoops, checked in wrong file before
moodler [Mon, 18 Jun 2007 07:35:14 +0000 (07:35 +0000)]
Whoops, checked in wrong file before

18 years agoFirst pass at grader report capabilities
moodler [Mon, 18 Jun 2007 07:24:03 +0000 (07:24 +0000)]
First pass at grader report capabilities