]>
git.mjollnir.org Git - moodle.git/log
moodler [Fri, 7 Sep 2007 04:38:10 +0000 (04:38 +0000)]
Automatic installer.php lang files by installer_builder (
20070907 )
toyomoyo [Fri, 7 Sep 2007 03:16:25 +0000 (03:16 +0000)]
merged fix for MDL-11111 number of search results is not always correct in the role assignment view
pichetp [Fri, 7 Sep 2007 02:38:02 +0000 (02:38 +0000)]
Correcting a little error: datesetitem = array(); instead of datasetitem = array();
line +-550 $question->dataset[$datasetname]->datasetitem = array();
moodler [Fri, 7 Sep 2007 02:20:50 +0000 (02:20 +0000)]
Added string needed for RTL
stronk7 [Thu, 6 Sep 2007 18:31:39 +0000 (18:31 +0000)]
Bump. Dropping one UNIQUE index over NULLable columns. It isn't
cross-db at all. So we make the composite index not unique
to get speed benefits but the unique constraint is
controlled programatically.
stronk7 [Thu, 6 Sep 2007 18:31:13 +0000 (18:31 +0000)]
Dropping one UNIQUE index over NULLable columns. It isn't
cross-db at all. So we make the composite index not unique
to get speed benefits but the unique constraint is
controlled programatically.
nfreear [Thu, 6 Sep 2007 11:30:53 +0000 (11:30 +0000)]
SQL: Added 't.rawname' to GROUP BY clause following warning
skodak [Thu, 6 Sep 2007 10:19:24 +0000 (10:19 +0000)]
MDL-7380 added new groups API functions for use in course related pages (very similar to functions for activities) + fixed grade code to use these new functions
toyomoyo [Thu, 6 Sep 2007 07:09:36 +0000 (07:09 +0000)]
merged fix for MDL-11064, users can't see teacher's profile
toyomoyo [Thu, 6 Sep 2007 06:25:40 +0000 (06:25 +0000)]
merged fix for MDL-9613, spliting the queries into 2 for site/course block respectively
toyomoyo [Thu, 6 Sep 2007 05:04:55 +0000 (05:04 +0000)]
MDL-11128, creating grade items after restoring from a pre 1.9 backup
mattc-catalyst [Thu, 6 Sep 2007 01:35:37 +0000 (01:35 +0000)]
MDL-10888: groupings - mod/workshop - add grouping support
stronk7 [Wed, 5 Sep 2007 23:12:31 +0000 (23:12 +0000)]
Bump backup version!
stronk7 [Wed, 5 Sep 2007 23:08:52 +0000 (23:08 +0000)]
Fixed bug commented in my previous commit. Was caused by the
commit itselfl. My fault. (blush)
stronk7 [Wed, 5 Sep 2007 19:19:34 +0000 (19:19 +0000)]
Now restoring groups is cross-db (the detection of existing groups)
(NOTE: There is one pending bug about restoring old groups to 1.9.
Commented to Petr. Added here because I've to go NOW!)
Merged from MOODLE_18_STABLE
skodak [Wed, 5 Sep 2007 19:15:21 +0000 (19:15 +0000)]
MDL-11130 added aggregation inside all subcategories + added graded/all aggregation option
stronk7 [Wed, 5 Sep 2007 15:46:16 +0000 (15:46 +0000)]
Repeated fields aren't necessary at all since Moodle 1.7
and, in fact, they throw error if using limits! MDL-9592
Merged from MOODLE_18_STABLE
nfreear [Wed, 5 Sep 2007 14:34:33 +0000 (14:34 +0000)]
MDL-11134, Accessibility: move help link into <label>, so it won't be ignored in JAWS forms mode.
moodler [Wed, 5 Sep 2007 09:17:19 +0000 (09:17 +0000)]
Removed hardcoded string 'course grades category'
toyomoyo [Wed, 5 Sep 2007 04:39:07 +0000 (04:39 +0000)]
some fixes for user report
stronk7 [Tue, 4 Sep 2007 23:18:41 +0000 (23:18 +0000)]
Now the Oracle XMLDB generator detects changes of precision
in NUMBERs without decimals (virtually INTs) and is able to perform the
change of precision properly
Merged from MOODLE_18_STABLE
stronk7 [Tue, 4 Sep 2007 22:13:30 +0000 (22:13 +0000)]
Added one new test to change precission of a numeric field
to a smaller one. It breaks Oracle in its current status.
Merged from MOODLE_18_STABLE
skodak [Tue, 4 Sep 2007 21:56:30 +0000 (21:56 +0000)]
MDL-11069 reimplemented grade export flag handling
stronk7 [Tue, 4 Sep 2007 17:51:51 +0000 (17:51 +0000)]
PostgreSQL doesn't like aliases in update statements.
Changing to the whole name as prefix.
jamiesensei [Tue, 4 Sep 2007 13:28:50 +0000 (13:28 +0000)]
removing redundant string fetches
jamiesensei [Tue, 4 Sep 2007 12:42:03 +0000 (12:42 +0000)]
removed stray echo statement
jamiesensei [Tue, 4 Sep 2007 11:55:10 +0000 (11:55 +0000)]
fix for MDL-11106 Images not showing up in shared categories
moodler [Tue, 4 Sep 2007 09:23:21 +0000 (09:23 +0000)]
Standard RSS icon from MDL-4732
moodler [Tue, 4 Sep 2007 07:28:14 +0000 (07:28 +0000)]
DOn't use AJAX if it isn't enabled
moodler [Tue, 4 Sep 2007 06:47:02 +0000 (06:47 +0000)]
Don't show message popups for guests
moodler [Tue, 4 Sep 2007 05:56:19 +0000 (05:56 +0000)]
Updating grades will update the grade_item too
moodler [Tue, 4 Sep 2007 05:50:04 +0000 (05:50 +0000)]
1) Refresh grade item when grades are saved (I was getting assignments with no names in the gradebook)
2) Tidy up how messages are shown after quick grading
jamiesensei [Tue, 4 Sep 2007 05:44:14 +0000 (05:44 +0000)]
fix for some problems with page params
moodler [Tue, 4 Sep 2007 02:48:04 +0000 (02:48 +0000)]
Fixed logic
stronk7 [Mon, 3 Sep 2007 23:25:35 +0000 (23:25 +0000)]
Global change in the way to calculate widths and heights to
render the IMS iframe properly. Should be working ok both under
normal and rounded-corner themes and under FF, Safari and IE
stronk7 [Mon, 3 Sep 2007 23:20:51 +0000 (23:20 +0000)]
Improved ims styles + working under rounded-corner themes.
stronk7 [Mon, 3 Sep 2007 19:41:55 +0000 (19:41 +0000)]
Clossing the content div round corners properly.
stronk7 [Mon, 3 Sep 2007 19:36:46 +0000 (19:36 +0000)]
Now the "content" rounded corners are "ID-entificable". Needed to
calculate some heights in the IMS resource type. Note it's only
the "content" id. All the rest of rounded boxes haven't IDs at all.
stronk7 [Mon, 3 Sep 2007 18:57:12 +0000 (18:57 +0000)]
Adding one new optional parameter to custom_corner functions, used to
apply ids to all the divs used to render corners. Defaults to null, so
those ids won't be added if unespecified.
jamiesensei [Mon, 3 Sep 2007 13:09:04 +0000 (13:09 +0000)]
removing qcreate directory that I accidentally committed to HEAD when trying to commit changes to the NEWMODULE template.
jamiesensei [Mon, 3 Sep 2007 13:03:20 +0000 (13:03 +0000)]
bit more detail for what needs renaming
jamiesensei [Mon, 3 Sep 2007 11:51:25 +0000 (11:51 +0000)]
MDL-11108 some PHP notices on upgrade of sites to 1.9 where there are no question categories set up
poltawski [Mon, 3 Sep 2007 10:26:44 +0000 (10:26 +0000)]
MDL-9851 - RSS block links previously used to open in new window. Restoring this
behaviour. Had to tweak the cleaning to ensure the JS hack for XHTML complaint new
window gets through. Merged from MOODLE_18_STABLE
moodler [Mon, 3 Sep 2007 09:13:56 +0000 (09:13 +0000)]
Blog entries publish state now defaults to site if possible, to avoid all those drafts! (yuk)
moodler [Mon, 3 Sep 2007 08:56:12 +0000 (08:56 +0000)]
Better links for managing tags
moodler [Mon, 3 Sep 2007 08:44:05 +0000 (08:44 +0000)]
Don't show any links at all to guest users
moodler [Mon, 3 Sep 2007 08:39:34 +0000 (08:39 +0000)]
Don't allow guest users to follow tag links
moodler [Mon, 3 Sep 2007 08:36:31 +0000 (08:36 +0000)]
Don't let guests ever be edited
moodler [Mon, 3 Sep 2007 08:26:17 +0000 (08:26 +0000)]
MIssing string added
moodler [Mon, 3 Sep 2007 08:24:18 +0000 (08:24 +0000)]
Fixed deletion of tags
moodler [Mon, 3 Sep 2007 07:57:56 +0000 (07:57 +0000)]
Better solution for MDLSITE-152
moodler [Mon, 3 Sep 2007 07:55:28 +0000 (07:55 +0000)]
FIx the links that were removed by format_string in 1.8 MDLSITE-152
moodler [Mon, 3 Sep 2007 06:15:58 +0000 (06:15 +0000)]
Don't try to use YUI when AJAX is not enabled
jamiesensei [Mon, 3 Sep 2007 05:30:38 +0000 (05:30 +0000)]
MDL-10952 update help files for new question code
moodler [Mon, 3 Sep 2007 02:56:07 +0000 (02:56 +0000)]
Fix a string
moodler [Mon, 3 Sep 2007 02:55:08 +0000 (02:55 +0000)]
Fixed some missing strings
stronk7 [Sun, 2 Sep 2007 23:07:27 +0000 (23:07 +0000)]
Better resizing under all browsers (more accurate)
stronk7 [Sun, 2 Sep 2007 12:14:08 +0000 (12:14 +0000)]
Now the customcorners (T/F) flag is passed to the
resizeiframe() script. Next-step: perform some
extra calculations there to resize the iframe
properly under customcorners.
stronk7 [Sun, 2 Sep 2007 12:05:17 +0000 (12:05 +0000)]
Avoid notice...
stronk7 [Sun, 2 Sep 2007 11:52:12 +0000 (11:52 +0000)]
Reverted (to save space) and added customcorners support.
stronk7 [Sun, 2 Sep 2007 11:33:48 +0000 (11:33 +0000)]
Using print_footer() again in IMS display.
(cannot rely anymore on harcoded footer,
due to custom_corners themes).
stronk7 [Sun, 2 Sep 2007 10:51:38 +0000 (10:51 +0000)]
Now, the repository is able to set the resource->name if
it haven't been manuall defined. Part of MDL-10878.
Merged from MOODLE_18_STABLE
stronk7 [Fri, 31 Aug 2007 23:44:37 +0000 (23:44 +0000)]
Now, under MySQL, a check of wrongly signed ints is also performed. MDL-11038
stronk7 [Fri, 31 Aug 2007 23:43:20 +0000 (23:43 +0000)]
Added one new string to explain the signed ints hunting under MySQL. MDL-11038
skodak [Fri, 31 Aug 2007 22:42:05 +0000 (22:42 +0000)]
MDL-11092 events are not used for changed raw grades anymore + minor cleanup in handling of raw grades (now used only for modules or other external plugins that produce grades)
stronk7 [Fri, 31 Aug 2007 19:27:04 +0000 (19:27 +0000)]
Fix a bunch of SIGNED fileds that should be UNSIGNED. Credit goes to Petr.
Part of MDL-11038
urs_hunkler [Fri, 31 Aug 2007 19:05:26 +0000 (19:05 +0000)]
merged from 1.8 - corrected right column - had id "left-column"
skodak [Fri, 31 Aug 2007 18:42:50 +0000 (18:42 +0000)]
MDL-11082 big refactoring in grade export - export tracking and grade formatting still not finished
nicolasconnault [Fri, 31 Aug 2007 13:54:13 +0000 (13:54 +0000)]
MDL-11075 Now saving to temp file, then outputting using filelib's readfile_chunked() method. Also cleaned up whitespace in filelib.php (blame vim!).
skodak [Fri, 31 Aug 2007 12:43:15 +0000 (12:43 +0000)]
MDL-11082 Improved groups upgrade performance 1.8x -> 1.9; thanks Eloy for telling me how to do it correctly with SQL ;-)
skodak [Fri, 31 Aug 2007 12:22:58 +0000 (12:22 +0000)]
adding current groupid to grade_export class - soon to be used in plugins
jgutierr25 [Fri, 31 Aug 2007 09:49:15 +0000 (09:49 +0000)]
problem with autologinguest
toyomoyo [Fri, 31 Aug 2007 08:41:04 +0000 (08:41 +0000)]
MDL-10933, only 1 manual grade item can be added
toyomoyo [Fri, 31 Aug 2007 08:21:16 +0000 (08:21 +0000)]
fixing a typo
skodak [Fri, 31 Aug 2007 07:33:45 +0000 (07:33 +0000)]
MDL-11069 new graded_users_iterator - should later improve memory use + performance
nicolasconnault [Fri, 31 Aug 2007 05:55:30 +0000 (05:55 +0000)]
MDL-11034 Implemented the global enablepublishing and refactored the handling of userkey for each export plugin. Also added a dump.php file in each plugin directory, although this could easily be refactored into 1 file in the parent folder, pointing to each plugin's export.php file for output differences.
toyomoyo [Fri, 31 Aug 2007 05:46:33 +0000 (05:46 +0000)]
rename fetch_entries() to blog_fetch_entries()
toyomoyo [Fri, 31 Aug 2007 05:38:46 +0000 (05:38 +0000)]
fixing a typo, adding a missing string in query
moodler [Fri, 31 Aug 2007 05:33:00 +0000 (05:33 +0000)]
Removed a config.php we don't need, and some bad character at the top
moodler [Fri, 31 Aug 2007 05:22:44 +0000 (05:22 +0000)]
MOre cleanups for notes interface
toyomoyo [Fri, 31 Aug 2007 05:17:35 +0000 (05:17 +0000)]
tag instance table could be used for other types, itmetype needs to be specified in blog fetch() code
moodler [Fri, 31 Aug 2007 04:58:03 +0000 (04:58 +0000)]
This block can be anywhere
moodler [Fri, 31 Aug 2007 04:52:24 +0000 (04:52 +0000)]
More tidying up of notes appearance
moodler [Fri, 31 Aug 2007 04:42:07 +0000 (04:42 +0000)]
Cleaned up notes some more
moodler [Fri, 31 Aug 2007 04:35:42 +0000 (04:35 +0000)]
Big cleanups of the code for neatness and performance
nicolasconnault [Fri, 31 Aug 2007 04:35:06 +0000 (04:35 +0000)]
MDL-11034 Added the new CFG setting: enablepublishing
moodler [Fri, 31 Aug 2007 04:06:22 +0000 (04:06 +0000)]
Fixed up some spacing issues
moodler [Fri, 31 Aug 2007 04:05:11 +0000 (04:05 +0000)]
Some cleaning up of the notes interface and conversion from DOS to unix
moodler [Fri, 31 Aug 2007 03:45:59 +0000 (03:45 +0000)]
Fixed some notices on some custom pages
moodler [Fri, 31 Aug 2007 02:47:48 +0000 (02:47 +0000)]
Fix the link CSS I just added
moodler [Fri, 31 Aug 2007 02:44:57 +0000 (02:44 +0000)]
Tidying up to make headings more consistent across boxes
moodler [Fri, 31 Aug 2007 02:40:44 +0000 (02:40 +0000)]
Tidied up tags display a bit
moodler [Fri, 31 Aug 2007 02:29:10 +0000 (02:29 +0000)]
Added link to see all related blogs (on tags page)
moodler [Fri, 31 Aug 2007 02:25:29 +0000 (02:25 +0000)]
Fixed the tag links on blog posts to go back to the main tags page
toyomoyo [Fri, 31 Aug 2007 02:17:42 +0000 (02:17 +0000)]
admins should see all tags
toyomoyo [Fri, 31 Aug 2007 02:06:24 +0000 (02:06 +0000)]
fixing timewithin login
mattc-catalyst [Thu, 30 Aug 2007 21:01:57 +0000 (21:01 +0000)]
MDL-10888: groupings - mod/forum - bugfix, missing $currentgroup
koenr [Thu, 30 Aug 2007 20:19:58 +0000 (20:19 +0000)]
and now with content of version 1.2
luizlaydner [Thu, 30 Aug 2007 18:09:58 +0000 (18:09 +0000)]
- now using local version of YUI, not yahoo´s server
luizlaydner [Thu, 30 Aug 2007 18:09:01 +0000 (18:09 +0000)]
- small css fix