]>
git.mjollnir.org Git - moodle.git/log
tjhunt [Tue, 24 Jul 2007 10:39:10 +0000 (10:39 +0000)]
Elimintate duplicated code and simplify some logic. Ironically, do it twice in two separate places, becuase there is some more large-scale code duplication in this file that I am not even going to attempt to fix.
tjhunt [Tue, 24 Jul 2007 10:37:00 +0000 (10:37 +0000)]
Get rid of pointless 'TODO document' comments.
nicolasconnault [Tue, 24 Jul 2007 10:08:46 +0000 (10:08 +0000)]
MDL-10550 Finished first draft of the outcomes report.
skodak [Tue, 24 Jul 2007 09:30:46 +0000 (09:30 +0000)]
MDL-10579 capabilities for grade import plugins
skodak [Tue, 24 Jul 2007 09:23:43 +0000 (09:23 +0000)]
fixed cap names for grade:view*
skodak [Tue, 24 Jul 2007 09:20:37 +0000 (09:20 +0000)]
MDL-10579 capabilities for grade report plugins
tjhunt [Tue, 24 Jul 2007 09:10:21 +0000 (09:10 +0000)]
MDL-10533 - forum search results were having format_text applied twice, which was breaking things like glossary links.
skodak [Tue, 24 Jul 2007 08:51:45 +0000 (08:51 +0000)]
MDL-10579 capabilities for grade export plugins
moodler [Tue, 24 Jul 2007 08:16:43 +0000 (08:16 +0000)]
Just small changes
mark-nielsen [Tue, 24 Jul 2007 08:12:12 +0000 (08:12 +0000)]
Attempting to make the form more compact by merging yes/no fields as an enable checkbox after another field to enable/disable the feature
moodler [Tue, 24 Jul 2007 08:11:34 +0000 (08:11 +0000)]
String for outcomes report name
skodak [Tue, 24 Jul 2007 07:46:58 +0000 (07:46 +0000)]
MDL-10579 fixed comment
skodak [Tue, 24 Jul 2007 07:45:15 +0000 (07:45 +0000)]
MDL-10579 more capability checks in grades code + refactoring of grade_tree
toyomoyo [Tue, 24 Jul 2007 07:43:46 +0000 (07:43 +0000)]
adding some new files for grade outcomes
toyomoyo [Tue, 24 Jul 2007 07:41:33 +0000 (07:41 +0000)]
could not point to settings.php, renaming
mark-nielsen [Tue, 24 Jul 2007 07:13:14 +0000 (07:13 +0000)]
Moved some printing out of the center column (keeps blocks and center column content aligned) and cleaned some white space
mark-nielsen [Tue, 24 Jul 2007 07:04:33 +0000 (07:04 +0000)]
Merged in changes for MDL-9923 from MOODLE_18_STABLE
mark-nielsen [Tue, 24 Jul 2007 06:33:53 +0000 (06:33 +0000)]
Implemented MDL-10558 - Also took this as an opportunity to create two new methods to reduce code redundancy in the lesson save routines.
moodler [Tue, 24 Jul 2007 06:10:01 +0000 (06:10 +0000)]
Automatic installer.php lang files by installer_builder (
20070724 )
nicolasconnault [Tue, 24 Jul 2007 05:27:46 +0000 (05:27 +0000)]
Added and corrected a number of language strings.
mark-nielsen [Tue, 24 Jul 2007 05:23:54 +0000 (05:23 +0000)]
Implemented feature request MDL-10568 - lesson_print_overview() hook
stronk7 [Mon, 23 Jul 2007 23:28:26 +0000 (23:28 +0000)]
Drop the latest TEXT default existing since XMLDB debut. MDL-6218
mudrd8mz [Mon, 23 Jul 2007 22:48:06 +0000 (22:48 +0000)]
Introducing two new functions lang_standard_locations() and lang_extra_locations() as a part of solving MDL-9361.
TODO rewrite the code to work with array returned by these functions.
mudrd8mz [Mon, 23 Jul 2007 22:31:19 +0000 (22:31 +0000)]
* MAJOR CHANGE: lang.php now uses two new core capabilities. With them, site admin may control who is able to edit master language packages (nobody by default) and who is able to customize local translation (legacy:admin by default). See MDL-10576 for details.
* More GUI improvements and code cleaning
skodak [Mon, 23 Jul 2007 22:20:07 +0000 (22:20 +0000)]
MDL-10579 Implement capability checks in grade import/export/report/edit pages - work in progress
refactoring - reports now use real index.php
stronk7 [Mon, 23 Jul 2007 19:58:06 +0000 (19:58 +0000)]
Re-applying one fix that was fixed some time ago (rev 1.52) and
lost 2 revisions later (rev 1.54). It's only HEAD and not critical.
Now there aren't TEXT columns with DEFAULT clauses at all in xml files!
skodak [Mon, 23 Jul 2007 19:50:20 +0000 (19:50 +0000)]
MDL-10576 two new lang pack editing capabilities
skodak [Mon, 23 Jul 2007 19:22:48 +0000 (19:22 +0000)]
MDL-9511 adding/renaming grading capabilities
tjhunt [Mon, 23 Jul 2007 16:54:16 +0000 (16:54 +0000)]
Improve javadocs.
stronk7 [Mon, 23 Jul 2007 16:34:41 +0000 (16:34 +0000)]
Let's use the default (cached) list of fields here. MDL-10571
Merged from MOODLE_18_STABLE
tjhunt [Mon, 23 Jul 2007 16:00:36 +0000 (16:00 +0000)]
Starting work on MDL-10533 - Eliminate one totally evil abuse of $SESSION. Also, document forum_print_post.
stronk7 [Mon, 23 Jul 2007 15:52:19 +0000 (15:52 +0000)]
Now the my page retrieves all the fields (modinfo included) from the course,
so print_overview() calls are working again. MDL-10232
Merged from MOODLE_18_STABLE
poltawski [Mon, 23 Jul 2007 15:38:31 +0000 (15:38 +0000)]
MDL-9742 - converting tabs to spaces
tjhunt [Mon, 23 Jul 2007 14:55:35 +0000 (14:55 +0000)]
Fix whitespace, and round times to the previous multiple of the 'step' option, if necessary.
nicolasconnault [Mon, 23 Jul 2007 14:33:02 +0000 (14:33 +0000)]
MDL-10550
urs_hunkler [Mon, 23 Jul 2007 11:40:39 +0000 (11:40 +0000)]
MDL-10556 :: absolute positioning removed - I am powerless against Microsofts ignorance
jgutierr25 [Mon, 23 Jul 2007 11:37:21 +0000 (11:37 +0000)]
*** empty log message ***
dwoolhead [Mon, 23 Jul 2007 10:20:15 +0000 (10:20 +0000)]
MDL-10574 Backup and restore event table modulename column
moodler [Mon, 23 Jul 2007 09:11:57 +0000 (09:11 +0000)]
Merged fix for full link to post in search results , from stable
toyomoyo [Mon, 23 Jul 2007 08:56:26 +0000 (08:56 +0000)]
if limit is specified on first call, ignore it, retrieve all, so that we can cache all entries, but only return the required number of entries at the end
toyomoyo [Mon, 23 Jul 2007 08:38:07 +0000 (08:38 +0000)]
making get_my_courses() respect $limit
toyomoyo [Mon, 23 Jul 2007 08:23:25 +0000 (08:23 +0000)]
link to outcome editting interface
moodler [Mon, 23 Jul 2007 08:13:59 +0000 (08:13 +0000)]
Various language string fixes for grade reports
moodler [Mon, 23 Jul 2007 07:54:29 +0000 (07:54 +0000)]
Language files for default grade plugins
toyomoyo [Mon, 23 Jul 2007 07:49:52 +0000 (07:49 +0000)]
adding some outcome files
toyomoyo [Mon, 23 Jul 2007 06:29:04 +0000 (06:29 +0000)]
MDL-10565, removing wrongly placed duplicate language file
stronk7 [Sun, 22 Jul 2007 23:02:04 +0000 (23:02 +0000)]
Small improvement. Reducing the list of fields returned
by get_my_courses().
Merged from MOODLE_18_STABLE
stronk7 [Sun, 22 Jul 2007 22:45:13 +0000 (22:45 +0000)]
some minor changes for better IE experience
poltawski [Sun, 22 Jul 2007 21:56:04 +0000 (21:56 +0000)]
MDL-7835 - add emailstop to user upload
skodak [Sun, 22 Jul 2007 21:43:47 +0000 (21:43 +0000)]
MDL-10111 migration of data into new gradebook; added new lib/db/upgradelib.php file (should be used by new groups upgrade code too)
poltawski [Sun, 22 Jul 2007 21:33:31 +0000 (21:33 +0000)]
MDL-10343 - abort early when can't create temporary tables when syning users
from LDAP
urs_hunkler [Sun, 22 Jul 2007 19:20:23 +0000 (19:20 +0000)]
MDL-10556 IE7 has CSS position absolute problems. Solved with IE inline JS expression.
urs_hunkler [Sun, 22 Jul 2007 19:18:56 +0000 (19:18 +0000)]
MDL-10556 IE has position absolute problems. set to relative
skodak [Sun, 22 Jul 2007 17:34:41 +0000 (17:34 +0000)]
MDL-10566 do not redirect when dubug message printed; do not redirect also in DEBUG_ALL mode when error found - the DEBUG_DEVELOPER is not used by all developers all the time ;-)
skodak [Sun, 22 Jul 2007 16:02:57 +0000 (16:02 +0000)]
added proper rs_close($rs)
stronk7 [Sun, 22 Jul 2007 10:30:28 +0000 (10:30 +0000)]
Small improvement. Reducing the list of fields returned
by get_my_courses() in this block.
Merged from MOODLE_18_STABLE
stronk7 [Sun, 22 Jul 2007 00:56:42 +0000 (00:56 +0000)]
New cross-db version of the big union query used by get_my_courses() function.
I've tested both the "IN" subquery and the "FROM" subquery and, under sites
with more courses, the "FROM" one seems to perform slightly better. MDL-9381
Merged from MOODLE_18_STABLE
skodak [Sat, 21 Jul 2007 14:24:39 +0000 (14:24 +0000)]
MDL-10563 item excluding implemented;
improved/fixed grade edit page;
some other improvements and cleanup
skodak [Sat, 21 Jul 2007 10:09:57 +0000 (10:09 +0000)]
aggregation improvements; fixed aggregation of course category when changing type; old gradebook upgrade wip (untested)
skodak [Sat, 21 Jul 2007 08:43:51 +0000 (08:43 +0000)]
MDL-10364 improved internal formula format
thepurpleblob [Sat, 21 Jul 2007 07:48:56 +0000 (07:48 +0000)]
MDL-10531:
GIFT now handles Essay and Description type questions. See help/docs.
Merged from STABLE_18
thepurpleblob [Sat, 21 Jul 2007 07:40:59 +0000 (07:40 +0000)]
MDL-10531:
GIFT now handles Essay and Description type questions. See help/docs.
thepurpleblob [Sat, 21 Jul 2007 07:39:22 +0000 (07:39 +0000)]
MDL-10531:
GIFT now handles Essay and Description type questions. See help/docs.
Merged from STABLE_18
stronk7 [Fri, 20 Jul 2007 23:44:59 +0000 (23:44 +0000)]
Align properly buttons and drop-down in navigation menu.
stronk7 [Fri, 20 Jul 2007 23:38:24 +0000 (23:38 +0000)]
Final improvements for glossary. Seems ready for 1.9dev.
tjhunt [Fri, 20 Jul 2007 17:40:09 +0000 (17:40 +0000)]
Fix whitespace.
tjhunt [Fri, 20 Jul 2007 17:10:35 +0000 (17:10 +0000)]
MDL-7925 - it happened again. Stupid bloodly forms lib. I have no idea what it was playing at. Merged from MOODLE_18_STABLE.
skodak [Fri, 20 Jul 2007 13:54:58 +0000 (13:54 +0000)]
MDL-10524 minor simplification of median aggregation + fixed aggregation names in lang
thepurpleblob [Fri, 20 Jul 2007 13:03:19 +0000 (13:03 +0000)]
MDL-10396:
Add an option and a check to (optionally) prevent users being enrolled
in hidden courses.
Merged from STABLE_18
nicolasconnault [Fri, 20 Jul 2007 09:34:35 +0000 (09:34 +0000)]
MDL-9633 Fixed ranking in user report. Also enabled group mode on/off to alter total users. This required a refactoring of the grouping code into grade_report abstract class.
thepurpleblob [Fri, 20 Jul 2007 08:57:05 +0000 (08:57 +0000)]
MDL-10157:
Turn the diagnostic prints into error_logs. The more normal "course skipped"
message now requires DEBUG_ALL or greater before it is generated at all.
Merged from STABLE_18
nicolasconnault [Fri, 20 Jul 2007 07:31:13 +0000 (07:31 +0000)]
MDL-9628 Fixed typos and added language strings. Corrected a bug that prevented a decimalpoints of 0 from being used (empty($decimalpoints)) -> is_null
nicolasconnault [Fri, 20 Jul 2007 05:53:55 +0000 (05:53 +0000)]
MDL-10345 Refactored grade_report_grader::get_groupavghtml() and grade_report_grader::get_gradeavghtml() into one method: grade_report_grader::get_avghtml($grouponly=false)
moodler [Fri, 20 Jul 2007 05:39:50 +0000 (05:39 +0000)]
Automatic installer.php lang files by installer_builder (
20070720 )
nicolasconnault [Fri, 20 Jul 2007 05:00:07 +0000 (05:00 +0000)]
MDL-10414 Corrected tabindex order
mattc-catalyst [Fri, 20 Jul 2007 04:05:34 +0000 (04:05 +0000)]
lib/accesslib: Performance optimisation
- On postgres query time drops from ~600ms to ~35ms in some
instances, in other instances performance is around the same
as old the implementation.
Author: Matt Clarkson <mattc@catalyst.net.nz>
stronk7 [Thu, 19 Jul 2007 21:33:21 +0000 (21:33 +0000)]
Just fixing one comment
skodak [Thu, 19 Jul 2007 17:36:36 +0000 (17:36 +0000)]
MDL-10524 fixed aggregation for course item + other minor improvements
stronk7 [Thu, 19 Jul 2007 17:20:38 +0000 (17:20 +0000)]
Splitting white-wood backgroud into two different backgrounds,
one to be used with blocks (darker) and the other for
contents (brighter). Suggestion from Urs!
mchurch [Thu, 19 Jul 2007 16:59:51 +0000 (16:59 +0000)]
Adding 'get_coursemodule_info' to the standard available functions for assignment types. As a minimum, this allows assignment types to add their own icon (like resource does).
tjhunt [Thu, 19 Jul 2007 16:51:17 +0000 (16:51 +0000)]
MDL-8056 - one if statement was missed during Matt Clarkson's/Eloy's commit on 15th July 2007. Merged from MOODLE_18_STABLE
urs_hunkler [Thu, 19 Jul 2007 11:06:19 +0000 (11:06 +0000)]
corrected display of blocks without title
tjhunt [Thu, 19 Jul 2007 10:27:54 +0000 (10:27 +0000)]
Improve display of preview attemtp summary on quiz view page.
skodak [Thu, 19 Jul 2007 10:04:08 +0000 (10:04 +0000)]
MDL-10527 changed overridden UI logic
toyomoyo [Thu, 19 Jul 2007 09:02:50 +0000 (09:02 +0000)]
adding enableoutcomes flag
skodak [Thu, 19 Jul 2007 08:15:19 +0000 (08:15 +0000)]
MDL-10525 renaming class grade_grades and grade_grades_text - singulars for all grade class names
toyomoyo [Thu, 19 Jul 2007 07:35:21 +0000 (07:35 +0000)]
adding the grade_outcomes_courses table
toyomoyo [Thu, 19 Jul 2007 06:06:28 +0000 (06:06 +0000)]
merged fix for MDL-10445, adding of blocks on user blog page not possible
moodler [Thu, 19 Jul 2007 05:51:33 +0000 (05:51 +0000)]
Added support for flv files in resources MDL-9739
moodler [Thu, 19 Jul 2007 05:45:29 +0000 (05:45 +0000)]
Automatic installer.php lang files by installer_builder (
20070719 )
moodler [Thu, 19 Jul 2007 05:43:33 +0000 (05:43 +0000)]
Added support for flv
moodler [Thu, 19 Jul 2007 05:19:24 +0000 (05:19 +0000)]
FIixes to show MP3 player properly MDL-9739
toyomoyo [Thu, 19 Jul 2007 05:19:05 +0000 (05:19 +0000)]
merged fix for MDL-10149, preventing the deletion of the last admin role
moodler [Thu, 19 Jul 2007 03:45:30 +0000 (03:45 +0000)]
Fixed navigation on embedded media
toyomoyo [Thu, 19 Jul 2007 03:37:53 +0000 (03:37 +0000)]
merged fix for MDL-10461, timemodied in role assignments not preserved
stronk7 [Thu, 19 Jul 2007 00:02:13 +0000 (00:02 +0000)]
Adding style to one more header.
skodak [Wed, 18 Jul 2007 21:37:30 +0000 (21:37 +0000)]
MDL-10520 reverting previous commit - the db setup+upgrade code must be fixed first
nicolasconnault [Wed, 18 Jul 2007 21:13:53 +0000 (21:13 +0000)]
Automatic grading Google Summer of Code project (Epaile assignment module) by Arkaitz Garo, First commit.
urs_hunkler [Wed, 18 Jul 2007 21:08:21 +0000 (21:08 +0000)]
added returns to make debugging easier
urs_hunkler [Wed, 18 Jul 2007 21:06:40 +0000 (21:06 +0000)]
corrected an error in the sideblock structure for custom corners