]> git.mjollnir.org Git - moodle.git/log
moodle.git
17 years agoPreparing getCheckConstraintsFromDB() to retrieve the check constraint
stronk7 [Mon, 10 Sep 2007 22:00:24 +0000 (22:00 +0000)]
Preparing getCheckConstraintsFromDB() to retrieve the check constraint
defined for one field. Not used yet but I need it in CVS now.

17 years agoFixes wildcard exception occurence on deleting resources.
diml [Mon, 10 Sep 2007 19:48:31 +0000 (19:48 +0000)]
Fixes wildcard exception occurence on deleting resources.

17 years agoadd new itemid field for indexing subitems.
diml [Mon, 10 Sep 2007 17:26:10 +0000 (17:26 +0000)]
add new itemid field for indexing subitems.

17 years agolet lethal exceptions from Lucene passthrough and the cron script finish normally
diml [Mon, 10 Sep 2007 17:25:35 +0000 (17:25 +0000)]
let lethal exceptions from Lucene passthrough and the cron script finish normally

17 years agoAllow the upgrade_plugins() function to autodetect if the header
stronk7 [Mon, 10 Sep 2007 17:13:12 +0000 (17:13 +0000)]
Allow the upgrade_plugins() function to autodetect if the header
has been printed, so it runs in "embedded" mode. Useful to run
submodule installation/upgrade in the same page than the parent. MDL-11183

17 years agoRemoved unnecessary WHERE statement in SQL MDL-11146
moodler [Mon, 10 Sep 2007 14:55:32 +0000 (14:55 +0000)]
Removed unnecessary WHERE statement in SQL   MDL-11146

17 years agotest for has_capability before displaying choosecoursefile control as if user does...
jamiesensei [Mon, 10 Sep 2007 13:28:18 +0000 (13:28 +0000)]
test for has_capability before displaying choosecoursefile control as if user does not have permission then control is useless.

17 years agoTake out duplicate $Id$ CVS tags.
tjhunt [Mon, 10 Sep 2007 11:07:39 +0000 (11:07 +0000)]
Take out duplicate $Id$ CVS tags.

17 years agoFixed notice when using textlib
moodler [Mon, 10 Sep 2007 07:02:52 +0000 (07:02 +0000)]
Fixed notice when using textlib

17 years agoMDL-10723 Another file that escaped the update
nicolasconnault [Mon, 10 Sep 2007 04:58:09 +0000 (04:58 +0000)]
MDL-10723 Another file that escaped the update

17 years agoExtending getCheckConstraintsFromDB() to support a new parameter
stronk7 [Sun, 9 Sep 2007 16:28:16 +0000 (16:28 +0000)]
Extending getCheckConstraintsFromDB() to support a new parameter
used to filter what field in the table we want to know
its check constraints

17 years agoNow mysql returns getCheckConstraintsFromDB() in a compatible
stronk7 [Sun, 9 Sep 2007 16:09:00 +0000 (16:09 +0000)]
Now mysql returns getCheckConstraintsFromDB() in a compatible
way (array of name & description objects) with the check
constraints found in the table

17 years agoFix excess of slashing in course names when restoring. MDL-11151
stronk7 [Sat, 8 Sep 2007 22:58:50 +0000 (22:58 +0000)]
Fix excess of slashing in course names when restoring. MDL-11151

Merged from MOODLE_18_MERGED

17 years agoFix link in email to new admin report. MDL-7850
stronk7 [Sat, 8 Sep 2007 22:49:13 +0000 (22:49 +0000)]
Fix link in email to new admin report. MDL-7850

Merged from MOODLE_18_STABLE

17 years agoAdding some strings for the new backups report. MDL-7850
stronk7 [Sat, 8 Sep 2007 22:45:45 +0000 (22:45 +0000)]
Adding some strings for the new backups report. MDL-7850

Merged from MOODLE_18_STABLE

17 years agoRedirecting old backup log to the new one. MDL-7850
stronk7 [Sat, 8 Sep 2007 22:41:27 +0000 (22:41 +0000)]
Redirecting old backup log to the new one. MDL-7850

Merged from MOODLE_18_STABLE

17 years agoAdding new report to display scheduled backup logs. MDL-7850
stronk7 [Sat, 8 Sep 2007 22:36:29 +0000 (22:36 +0000)]
Adding new report to display scheduled backup logs. MDL-7850

Merged from MOODLE_18_STABLE

17 years agoMDL-7380 converted various places to use new groups API
skodak [Sat, 8 Sep 2007 20:53:05 +0000 (20:53 +0000)]
MDL-7380 converted various places to use new groups API

17 years agoAutomatic installer.php lang files by installer_builder (20070908)
moodler [Sat, 8 Sep 2007 03:57:39 +0000 (03:57 +0000)]
Automatic installer.php lang files by installer_builder (20070908)

17 years agoadd postgress model for search
diml [Fri, 7 Sep 2007 18:56:17 +0000 (18:56 +0000)]
add postgress model for search

17 years agofixes docdate bad default value format. Was '0', should have been 0.
diml [Fri, 7 Sep 2007 18:54:47 +0000 (18:54 +0000)]
fixes docdate bad default value format. Was '0', should have been 0.

17 years agoenhance cron response when disabled.
diml [Fri, 7 Sep 2007 18:52:00 +0000 (18:52 +0000)]
enhance cron response when disabled.

17 years agofixes bad path in checkDB()
diml [Fri, 7 Sep 2007 18:51:16 +0000 (18:51 +0000)]
fixes bad path in checkDB()

17 years agoMDL-11159 adding a name to block config form for javascript support
jmg324 [Fri, 7 Sep 2007 14:49:30 +0000 (14:49 +0000)]
MDL-11159 adding a name to block config form for javascript support

17 years agoMDL-11147:
thepurpleblob [Fri, 7 Sep 2007 14:24:18 +0000 (14:24 +0000)]
MDL-11147:
Debug screen now supports LaTeX/Ghostscript renderer.

Merged from STABLE_18

17 years agoMDL-11158, "& needs fix to & in ... for 'en' and other language packs"
nfreear [Fri, 7 Sep 2007 13:53:28 +0000 (13:53 +0000)]
MDL-11158, "& needs fix to & in ... for 'en' and other language packs"

17 years agoMDL-10939 converting news_item block too
skodak [Fri, 7 Sep 2007 09:43:14 +0000 (09:43 +0000)]
MDL-10939 converting news_item block too

17 years agooops. Stray 'as' used for table name alias in SQL.
jamiesensei [Fri, 7 Sep 2007 08:01:08 +0000 (08:01 +0000)]
oops. Stray 'as' used for table name alias in SQL.

17 years agoAutomatic installer.php lang files by installer_builder (20070907)
moodler [Fri, 7 Sep 2007 04:38:10 +0000 (04:38 +0000)]
Automatic installer.php lang files by installer_builder (20070907)

17 years agomerged fix for MDL-11111 number of search results is not always correct in the role...
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

17 years agoCorrecting a little error: datesetitem = array(); instead of datasetitem = array();
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();

17 years agoAdded string needed for RTL
moodler [Fri, 7 Sep 2007 02:20:50 +0000 (02:20 +0000)]
Added string needed for RTL

17 years agoBump. Dropping one UNIQUE index over NULLable columns. It isn't
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.

17 years agoDropping one UNIQUE index over NULLable columns. It isn't
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.

17 years agoSQL: Added 't.rawname' to GROUP BY clause following warning
nfreear [Thu, 6 Sep 2007 11:30:53 +0000 (11:30 +0000)]
SQL: Added 't.rawname' to GROUP BY clause following warning

17 years agoMDL-7380 added new groups API functions for use in course related pages (very similar...
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

17 years agomerged fix for MDL-11064, users can't see teacher's profile
toyomoyo [Thu, 6 Sep 2007 07:09:36 +0000 (07:09 +0000)]
merged fix for MDL-11064, users can't see teacher's profile

17 years agomerged fix for MDL-9613, spliting the queries into 2 for site/course block respectively
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

17 years agoMDL-11128, creating grade items after restoring from a pre 1.9 backup
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

17 years agoMDL-10888: groupings - mod/workshop - add grouping support
mattc-catalyst [Thu, 6 Sep 2007 01:35:37 +0000 (01:35 +0000)]
MDL-10888: groupings - mod/workshop - add grouping support

17 years agoBump backup version!
stronk7 [Wed, 5 Sep 2007 23:12:31 +0000 (23:12 +0000)]
Bump backup version!

17 years agoFixed bug commented in my previous commit. Was caused by the
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)

17 years agoNow restoring groups is cross-db (the detection of existing groups)
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

17 years agoMDL-11130 added aggregation inside all subcategories + added graded/all aggregation...
skodak [Wed, 5 Sep 2007 19:15:21 +0000 (19:15 +0000)]
MDL-11130 added aggregation inside all subcategories + added graded/all aggregation option

17 years agoRepeated fields aren't necessary at all since Moodle 1.7
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

17 years agoMDL-11134, Accessibility: move help link into <label>, so it won't be ignored in...
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.

17 years agoRemoved hardcoded string 'course grades category'
moodler [Wed, 5 Sep 2007 09:17:19 +0000 (09:17 +0000)]
Removed hardcoded string 'course grades category'

17 years agosome fixes for user report
toyomoyo [Wed, 5 Sep 2007 04:39:07 +0000 (04:39 +0000)]
some fixes for user report

17 years agoNow the Oracle XMLDB generator detects changes of precision
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

17 years agoAdded one new test to change precission of a numeric field
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

17 years agoMDL-11069 reimplemented grade export flag handling
skodak [Tue, 4 Sep 2007 21:56:30 +0000 (21:56 +0000)]
MDL-11069 reimplemented grade export flag handling

17 years agoPostgreSQL doesn't like aliases in update statements.
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.

17 years agoremoving redundant string fetches
jamiesensei [Tue, 4 Sep 2007 13:28:50 +0000 (13:28 +0000)]
removing redundant string fetches

17 years agoremoved stray echo statement
jamiesensei [Tue, 4 Sep 2007 12:42:03 +0000 (12:42 +0000)]
removed stray echo statement

17 years agofix for MDL-11106 Images not showing up in shared categories
jamiesensei [Tue, 4 Sep 2007 11:55:10 +0000 (11:55 +0000)]
fix for MDL-11106 Images not showing up in shared categories

17 years agoStandard RSS icon from MDL-4732
moodler [Tue, 4 Sep 2007 09:23:21 +0000 (09:23 +0000)]
Standard RSS icon from MDL-4732

17 years agoDOn't use AJAX if it isn't enabled
moodler [Tue, 4 Sep 2007 07:28:14 +0000 (07:28 +0000)]
DOn't use AJAX if it isn't enabled

17 years agoDon't show message popups for guests
moodler [Tue, 4 Sep 2007 06:47:02 +0000 (06:47 +0000)]
Don't show message popups for guests

17 years agoUpdating grades will update the grade_item too
moodler [Tue, 4 Sep 2007 05:56:19 +0000 (05:56 +0000)]
Updating grades will update the grade_item too

17 years ago1) Refresh grade item when grades are saved (I was getting assignments with no names...
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

17 years agofix for some problems with page params
jamiesensei [Tue, 4 Sep 2007 05:44:14 +0000 (05:44 +0000)]
fix for some problems with page params

17 years agoFixed logic
moodler [Tue, 4 Sep 2007 02:48:04 +0000 (02:48 +0000)]
Fixed logic

17 years agoGlobal change in the way to calculate widths and heights to
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

17 years agoImproved ims styles + working under rounded-corner themes.
stronk7 [Mon, 3 Sep 2007 23:20:51 +0000 (23:20 +0000)]
Improved ims styles + working under rounded-corner themes.

17 years agoClossing the content div round corners properly.
stronk7 [Mon, 3 Sep 2007 19:41:55 +0000 (19:41 +0000)]
Clossing the content div round corners properly.

17 years agoNow the "content" rounded corners are "ID-entificable". Needed to
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.

17 years agoAdding one new optional parameter to custom_corner functions, used to
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.

17 years agoremoving qcreate directory that I accidentally committed to HEAD when trying to commi...
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.

17 years agobit more detail for what needs renaming
jamiesensei [Mon, 3 Sep 2007 13:03:20 +0000 (13:03 +0000)]
bit more detail for what needs renaming

17 years agoMDL-11108 some PHP notices on upgrade of sites to 1.9 where there are no question...
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

17 years agoMDL-9851 - RSS block links previously used to open in new window. Restoring this
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

17 years agoBlog entries publish state now defaults to site if possible, to avoid all those draft...
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)

17 years agoBetter links for managing tags
moodler [Mon, 3 Sep 2007 08:56:12 +0000 (08:56 +0000)]
Better links for managing tags

17 years agoDon't show any links at all to guest users
moodler [Mon, 3 Sep 2007 08:44:05 +0000 (08:44 +0000)]
Don't show any links at all to guest users

17 years agoDon't allow guest users to follow tag links
moodler [Mon, 3 Sep 2007 08:39:34 +0000 (08:39 +0000)]
Don't allow guest users to follow tag links

17 years agoDon't let guests ever be edited
moodler [Mon, 3 Sep 2007 08:36:31 +0000 (08:36 +0000)]
Don't let guests ever be edited

17 years agoMIssing string added
moodler [Mon, 3 Sep 2007 08:26:17 +0000 (08:26 +0000)]
MIssing string added

17 years agoFixed deletion of tags
moodler [Mon, 3 Sep 2007 08:24:18 +0000 (08:24 +0000)]
Fixed deletion of tags

17 years agoBetter solution for MDLSITE-152
moodler [Mon, 3 Sep 2007 07:57:56 +0000 (07:57 +0000)]
Better solution for MDLSITE-152

17 years agoFIx the links that were removed by format_string in 1.8 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

17 years agoDon't try to use YUI when AJAX is not enabled
moodler [Mon, 3 Sep 2007 06:15:58 +0000 (06:15 +0000)]
Don't try to use YUI when AJAX is not enabled

17 years agoMDL-10952 update help files for new question code
jamiesensei [Mon, 3 Sep 2007 05:30:38 +0000 (05:30 +0000)]
MDL-10952 update help files for new question code

17 years agoFix a string
moodler [Mon, 3 Sep 2007 02:56:07 +0000 (02:56 +0000)]
Fix a string

17 years agoFixed some missing strings
moodler [Mon, 3 Sep 2007 02:55:08 +0000 (02:55 +0000)]
Fixed some missing strings

17 years agoBetter resizing under all browsers (more accurate)
stronk7 [Sun, 2 Sep 2007 23:07:27 +0000 (23:07 +0000)]
Better resizing under all browsers (more accurate)

17 years agoNow the customcorners (T/F) flag is passed to the
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.

17 years agoAvoid notice...
stronk7 [Sun, 2 Sep 2007 12:05:17 +0000 (12:05 +0000)]
Avoid notice...

17 years agoReverted (to save space) and added customcorners support.
stronk7 [Sun, 2 Sep 2007 11:52:12 +0000 (11:52 +0000)]
Reverted (to save space) and added customcorners support.

17 years agoUsing print_footer() again in IMS display.
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).

17 years agoNow, the repository is able to set the resource->name if
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

17 years agoNow, under MySQL, a check of wrongly signed ints is also performed. MDL-11038
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

17 years agoAdded one new string to explain the signed ints hunting under MySQL. 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

17 years agoMDL-11092 events are not used for changed raw grades anymore + minor cleanup in handl...
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)

17 years agoFix a bunch of SIGNED fileds that should be UNSIGNED. Credit goes to Petr.
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

17 years agomerged from 1.8 - corrected right column - had id "left-column"
urs_hunkler [Fri, 31 Aug 2007 19:05:26 +0000 (19:05 +0000)]
merged from 1.8 - corrected right column - had id "left-column"

17 years agoMDL-11082 big refactoring in grade export - export tracking and grade formatting...
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

17 years agoMDL-11075 Now saving to temp file, then outputting using filelib's readfile_chunked...
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!).

17 years agoMDL-11082 Improved groups upgrade performance 1.8x -> 1.9; thanks Eloy for telling...
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 ;-)

17 years agoadding current groupid to grade_export class - soon to be used in plugins
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

17 years agoproblem with autologinguest
jgutierr25 [Fri, 31 Aug 2007 09:49:15 +0000 (09:49 +0000)]
problem with autologinguest