]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agoShow results and send email to admin. Merged from 17stable.
ethem [Wed, 18 Oct 2006 12:43:00 +0000 (12:43 +0000)]
Show results and send email to admin. Merged from 17stable.

18 years agoDeleting uploaded files when deleting an assignment instance + fixed quoting style...
skodak [Wed, 18 Oct 2006 11:14:48 +0000 (11:14 +0000)]
Deleting uploaded files when deleting an assignment instance + fixed quoting style + trailing whitespace MDL-6387 ; merged from MOODLE_17_STABLE

18 years agoMerged from 1.7
vyshane [Wed, 18 Oct 2006 09:47:44 +0000 (09:47 +0000)]
Merged from 1.7

18 years agofix course reset unenrollment in to work with roles MDL-7069 ; merged from MOODLE_17_...
skodak [Wed, 18 Oct 2006 09:20:16 +0000 (09:20 +0000)]
fix course reset unenrollment in to work with roles MDL-7069 ; merged from MOODLE_17_STABLE

18 years agoMerged from 1.7
vyshane [Wed, 18 Oct 2006 08:41:24 +0000 (08:41 +0000)]
Merged from 1.7

18 years agomerged fix for MDL-7066, proper capability check for forum attachments
toyomoyo [Wed, 18 Oct 2006 08:01:15 +0000 (08:01 +0000)]
merged fix for MDL-7066, proper capability check for forum attachments

18 years agomerged fix for MDL-7066, users will replypost set to prohit can not edit own post
toyomoyo [Wed, 18 Oct 2006 07:50:22 +0000 (07:50 +0000)]
merged fix for MDL-7066, users will replypost set to prohit can not edit own post

18 years agoMerged from 1.7
vyshane [Wed, 18 Oct 2006 07:42:44 +0000 (07:42 +0000)]
Merged from 1.7

18 years agomerged added code to force mysql db to change default encoding during fresh installation
toyomoyo [Wed, 18 Oct 2006 07:26:04 +0000 (07:26 +0000)]
merged added code to force mysql db to change default encoding during fresh installation

18 years agoMerged from 1.7
vyshane [Wed, 18 Oct 2006 07:05:21 +0000 (07:05 +0000)]
Merged from 1.7

18 years agomerged fix for MDL-7055 - prohibts at site level not working
toyomoyo [Wed, 18 Oct 2006 06:45:38 +0000 (06:45 +0000)]
merged fix for MDL-7055 - prohibts at site level not working

18 years agomerged fix for MDL-7065, adding translated string to breadcrumb
toyomoyo [Wed, 18 Oct 2006 05:41:45 +0000 (05:41 +0000)]
merged fix for MDL-7065, adding translated string to breadcrumb

18 years agoAutomatic installer.php lang files by installer_builder (20061018)
moodler [Wed, 18 Oct 2006 02:59:46 +0000 (02:59 +0000)]
Automatic installer.php lang files by installer_builder (20061018)

18 years agoNow insert/update/set of BINATY fields is supported by MSSQL
stronk7 [Tue, 17 Oct 2006 23:37:58 +0000 (23:37 +0000)]
Now insert/update/set of BINATY fields is supported by MSSQL
(and easier to add new DB in the furure) MDL-7062

Merged from MOODLE_17_STABLE

18 years agoAdded 4 more tests to check CLOB/BLOB handling across all DBs. MDL-7062
stronk7 [Tue, 17 Oct 2006 23:31:49 +0000 (23:31 +0000)]
Added 4 more tests to check CLOB/BLOB handling across all DBs. MDL-7062

Merged from MOODLE_17_STABLE

18 years agoMDL-6315 - Manually grading a question 0 marks was not being registered. I took the...
tjhunt [Tue, 17 Oct 2006 23:23:18 +0000 (23:23 +0000)]
MDL-6315 - Manually grading a question 0 marks was not being registered. I took the opportunity to clean up the logic in this function a bit. Merged from MOODLE_16_STABLE.

18 years agoMDL-6848 - Display problem with < > characters in shortanswer when outputting the...
tjhunt [Tue, 17 Oct 2006 22:17:17 +0000 (22:17 +0000)]
MDL-6848 - Display problem with < > characters in shortanswer when outputting the correct answer. Merged from MOODLE_16_STABLE.

18 years agoMDL-6386 - stripslashes missing in multianswer qustions. Thank to Joseph Rezeau....
tjhunt [Tue, 17 Oct 2006 22:01:23 +0000 (22:01 +0000)]
MDL-6386 - stripslashes missing in multianswer qustions. Thank to Joseph Rezeau. Merged from MOODLE_16_STABLE.

18 years agoMDL-7054 - Prevent creation of question categories with blank names. Merged from...
tjhunt [Tue, 17 Oct 2006 21:45:19 +0000 (21:45 +0000)]
MDL-7054 - Prevent creation of question categories with blank names. Merged from MOODLE_16_STABLE.

18 years agofixed role_capabilities table name typo; merged from MOODLE_17_STABLE
skodak [Tue, 17 Oct 2006 21:41:24 +0000 (21:41 +0000)]
fixed role_capabilities table name typo; merged from MOODLE_17_STABLE

18 years agoFix forum reset - remove "DELETE .. USING ... " mysqlisms MDL-7053 ; merged from...
skodak [Tue, 17 Oct 2006 21:06:50 +0000 (21:06 +0000)]
Fix forum reset - remove "DELETE .. USING ... " mysqlisms MDL-7053 ; merged from MOODLE_17_STABLE

18 years agoAutomatic deletion of users when deleteunconfirmed is setted to 'never' MDL-6726...
skodak [Tue, 17 Oct 2006 20:47:12 +0000 (20:47 +0000)]
Automatic deletion of users when deleteunconfirmed is setted to 'never' MDL-6726; merged from MOODLE_17_STABLE patch submitted by Jesús Torres

18 years agoActivitynames filter case insensitive again for non-ascii languages MDL-6054 - I...
skodak [Tue, 17 Oct 2006 19:46:35 +0000 (19:46 +0000)]
Activitynames filter case insensitive again for non-ascii languages MDL-6054 - I hope it will not be choking on invalid UTF-8 data; merged from MOODLE_17_STABLE

18 years agoBroken longtimenosee option - PHP notice errors during cron MDL-7058; found and solut...
skodak [Tue, 17 Oct 2006 19:16:38 +0000 (19:16 +0000)]
Broken longtimenosee option - PHP notice errors during cron MDL-7058; found and solution submitted by Jenny Gray; merged from MOODLE_17_STABLE

18 years agomoodle.php strings for log file restore needs some fix - xhtml compliance and removed...
skodak [Tue, 17 Oct 2006 18:57:05 +0000 (18:57 +0000)]
moodle.php strings for log file restore needs some fix - xhtml compliance and removed \n - MDL-7056; merged from MOODLE_17_STABLE

18 years agoFixed typo that was preventing correct BLOB storage under Oracle.
stronk7 [Tue, 17 Oct 2006 18:31:56 +0000 (18:31 +0000)]
Fixed typo that was preventing correct BLOB storage under Oracle.

Merged from MOODLE_17_STABLE

18 years agoMDL-6760 - cannot insert the string 'null' into the database. You can now. Merged...
tjhunt [Tue, 17 Oct 2006 15:58:09 +0000 (15:58 +0000)]
MDL-6760 - cannot insert the string 'null' into the database. You can now. Merged from MOODLE_17_STABLE.

18 years agoFix bug with numerical questions with multiple answers. Merged from MOODLE_17_STABLE.
tjhunt [Tue, 17 Oct 2006 15:56:52 +0000 (15:56 +0000)]
Fix bug with numerical questions with multiple answers. Merged from MOODLE_17_STABLE.

18 years agoDisabled debug flag to improve performance
cap2501 [Tue, 17 Oct 2006 15:53:48 +0000 (15:53 +0000)]
Disabled debug flag to improve performance
(the flags are set per 'class' on class.prototype.debug)

18 years agoDisabled logging of Debug Messages to improve performance
cap2501 [Tue, 17 Oct 2006 15:52:05 +0000 (15:52 +0000)]
Disabled logging of Debug Messages to improve performance

18 years agofix for bug MDL-7040. Form focus not defined
thepurpleblob [Tue, 17 Oct 2006 12:41:55 +0000 (12:41 +0000)]
fix for bug MDL-7040. Form focus not defined

18 years agooops, forgot to set to PARAM_RAW for summary field which uses htmleditor on last...
jamiesensei [Tue, 17 Oct 2006 11:44:13 +0000 (11:44 +0000)]
oops, forgot to set to PARAM_RAW for summary field which uses htmleditor on last commit.

18 years agofixed some whitespace problems
jamiesensei [Tue, 17 Oct 2006 11:38:46 +0000 (11:38 +0000)]
fixed some whitespace problems

18 years agomigrated to new formslib code. Also removed $course variable which was been used...
jamiesensei [Tue, 17 Oct 2006 11:08:13 +0000 (11:08 +0000)]
migrated to new formslib code. Also removed $course variable which was been used in a number of places in this file but not set anywhere.

18 years agoFix bugs with GIFT import. Merged from MOODLE_17_STABLE.
tjhunt [Tue, 17 Oct 2006 10:56:35 +0000 (10:56 +0000)]
Fix bugs with GIFT import. Merged from MOODLE_17_STABLE.

18 years agoApply modularity to the creation of the log file during restore to a new course.
thompson697 [Tue, 17 Oct 2006 10:05:41 +0000 (10:05 +0000)]
Apply modularity to the creation of the log file during restore to a new course.
Remove the responsibility for loging the application of the course start date offset, from activity modules to the backup module.
Merged from stable branch

18 years agoMerged two recent checkins from Moodle 1.7, stripslashes and navbar fixes
moodler [Tue, 17 Oct 2006 09:10:15 +0000 (09:10 +0000)]
Merged two recent checkins from Moodle 1.7, stripslashes and navbar fixes

18 years agoFix for MDL-6363
vyshane [Tue, 17 Oct 2006 07:22:20 +0000 (07:22 +0000)]
Fix for MDL-6363

18 years agoRSS update and caching broken for some feeds MDL-7045; merged from MOODLE_17_STABLE
skodak [Tue, 17 Oct 2006 07:09:18 +0000 (07:09 +0000)]
RSS update and caching broken for some feeds MDL-7045; merged from MOODLE_17_STABLE

18 years agoTypo improvement in assignment.php string MDL-7046; merged from MOODLE_17_STABLE
skodak [Tue, 17 Oct 2006 06:29:03 +0000 (06:29 +0000)]
Typo improvement in assignment.php string MDL-7046; merged from MOODLE_17_STABLE

18 years agomerged fix for 6884
toyomoyo [Tue, 17 Oct 2006 06:25:50 +0000 (06:25 +0000)]
merged fix for 6884

18 years agoMerge from 1.7
vyshane [Tue, 17 Oct 2006 05:33:18 +0000 (05:33 +0000)]
Merge from 1.7

18 years agomerged fix for MDL-6968
toyomoyo [Tue, 17 Oct 2006 05:18:52 +0000 (05:18 +0000)]
merged fix for MDL-6968

18 years agomerged proper fix for MDL-6926
toyomoyo [Tue, 17 Oct 2006 04:46:34 +0000 (04:46 +0000)]
merged proper fix for MDL-6926

18 years agomerged fix for MDL-6926
toyomoyo [Tue, 17 Oct 2006 04:38:33 +0000 (04:38 +0000)]
merged fix for MDL-6926

18 years agoMerged from 1.7.
vyshane [Tue, 17 Oct 2006 04:00:57 +0000 (04:00 +0000)]
Merged from 1.7.

18 years agoAutomatic installer.php lang files by installer_builder (20061017)
moodler [Tue, 17 Oct 2006 03:00:43 +0000 (03:00 +0000)]
Automatic installer.php lang files by installer_builder (20061017)

18 years agostrings necessary for 1.6 should not be deleted or altered since translations are...
koenr [Tue, 17 Oct 2006 00:20:21 +0000 (00:20 +0000)]
strings necessary for 1.6 should not be deleted or altered since translations are not branched

18 years agostrings necessary for 1.6 should not be deleted or altered since translations are...
koenr [Mon, 16 Oct 2006 22:49:32 +0000 (22:49 +0000)]
strings necessary for 1.6 should not be deleted or altered since translations are not branched

18 years agostrings necessary for 1.6 should not be deleted or altered since translations are...
koenr [Mon, 16 Oct 2006 21:19:26 +0000 (21:19 +0000)]
strings necessary for 1.6 should not be deleted or altered since translations are not branched

18 years agostrings necessary for 1.6 should not be deleted or altered since translations are...
koenr [Mon, 16 Oct 2006 20:58:29 +0000 (20:58 +0000)]
strings necessary for 1.6 should not be deleted or altered since translations are not branched

18 years agoAdded one more XMLDB test for find_sequence_name()
stronk7 [Mon, 16 Oct 2006 17:58:01 +0000 (17:58 +0000)]
Added one more XMLDB test for find_sequence_name()

Merged from MOODLE_17_STABLE

18 years agoAdded support for getSequenceFromDB() to PG.
stronk7 [Mon, 16 Oct 2006 17:36:13 +0000 (17:36 +0000)]
Added support for getSequenceFromDB() to PG.

Merged from MOODLE_17_STABLE

18 years agoMake things a bit more robust. Sorry, I can't remember exactly what the problem was...
tjhunt [Mon, 16 Oct 2006 15:23:54 +0000 (15:23 +0000)]
Make things a bit more robust. Sorry, I can't remember exactly what the problem was that this fixed any more. It has been sitting around for a couple of weeks and I had forgotten to commit it.

18 years agoChanges to dmllib seem to have broken quiz backup. This makes it work again. Merged...
tjhunt [Mon, 16 Oct 2006 14:54:55 +0000 (14:54 +0000)]
Changes to dmllib seem to have broken quiz backup. This makes it work again. Merged from MOODLE_17_STABLE.

18 years agoRelated to MDL-6249 - unit tests for address_in_subnet. Merged from MOODLE_17_STABLE.
tjhunt [Mon, 16 Oct 2006 13:40:26 +0000 (13:40 +0000)]
Related to MDL-6249 - unit tests for address_in_subnet. Merged from MOODLE_17_STABLE.

18 years agoMDL-6249 - easier way for human beings (as opposed to network engineers) to specify...
tjhunt [Mon, 16 Oct 2006 13:38:36 +0000 (13:38 +0000)]
MDL-6249 - easier way for human beings (as opposed to network engineers) to specify IP ranges. Merged from MOODLE_17_STABLE.

18 years agoadded new dummy function to moodleform to allow some defintion to be done for the...
jamiesensei [Mon, 16 Oct 2006 12:07:44 +0000 (12:07 +0000)]
added new dummy function to moodleform to allow some defintion to be done for the form dependent on data values.

18 years agoMDL-6650 - Previewing individual random questions from the quiz editing screen was...
tjhunt [Mon, 16 Oct 2006 11:05:45 +0000 (11:05 +0000)]
MDL-6650 - Previewing individual random questions from the quiz editing screen was not working, and anyway, I'm not sure it makes any sense, so I removed that preview link. Merged from MOODLE_17_STABLE.

18 years agoMDL-6984 - Problem with Blackboard 5 import in PHP5. Fix based on a suggestion from...
tjhunt [Mon, 16 Oct 2006 10:14:45 +0000 (10:14 +0000)]
MDL-6984 - Problem with Blackboard 5 import in PHP5. Fix based on a suggestion from Arthur Manning. Merged from MOODLE_16_STABLE.

18 years ago+ New consts for authorize_action() function:
ethem [Mon, 16 Oct 2006 09:53:03 +0000 (09:53 +0000)]
+ New consts for authorize_action() function:
  * AN_RETURNZERO: No connection was made on authorize.net.
  * AN_APPROVED: The transaction was accepted.
  * AN_DECLINED: The transaction was declined.
  * AN_REVIEW: The transaction was held for review.

+ Fix: Speacial handling for echecks: REVIEW; 'Under Review', 'Approved Review', 'Review Failed'
+ New feature: Upload a CSV file for echecks (capability: enrol/authorize:uploadcsv level: user)
+ New feature: Search payments by orderid and transid
+ New function: send_welcome_messages()

merged from 17stable.

18 years ago+ New consts for authorize_action() function:
ethem [Mon, 16 Oct 2006 09:39:08 +0000 (09:39 +0000)]
+ New consts for authorize_action() function:
  * AN_RETURNZERO: No connection was made on authorize.net.
  * AN_APPROVED: The transaction was accepted.
  * AN_DECLINED: The transaction was declined.
  * AN_REVIEW: The transaction was held for review.

+ Fix: Speacial handling for echecks: REVIEW; 'Under Review', 'Approved Review', 'Review Failed'
+ New feature: Upload a CSV file for echecks (capability: enrol/authorize:uploadcsv level: user)
+ New feature: Search payments by orderid and transid
+ New function: send_welcome_messages()

merged from 17stable.

18 years ago+ New consts for authorize_action() function:
ethem [Mon, 16 Oct 2006 09:30:25 +0000 (09:30 +0000)]
+ New consts for authorize_action() function:
  * AN_RETURNZERO: No connection was made on authorize.net.
  * AN_APPROVED: The transaction was accepted.
  * AN_DECLINED: The transaction was declined.
  * AN_REVIEW: The transaction was held for review.

+ Fix: Speacial handling for echecks: REVIEW; 'Under Review', 'Approved Review', 'Review Failed'
+ New feature: Upload a CSV file for echecks (capability: enrol/authorize:uploadcsv level: user)
+ New feature: Search payments by orderid and transid
+ New function: send_welcome_messages()

18 years agoMDL-6444 Typo in Course/Report/Participation/index.php, patch by Stephen Bourget...
skodak [Mon, 16 Oct 2006 09:06:35 +0000 (09:06 +0000)]
MDL-6444  Typo in Course/Report/Participation/index.php, patch by Stephen Bourget; merged from MOODLE_17_STABLE

18 years agoreverting moved $SITE reinitialisation into setting method, it was not a good idea...
skodak [Mon, 16 Oct 2006 08:54:37 +0000 (08:54 +0000)]
reverting moved $SITE reinitialisation into setting method, it was not a good idea after all; merged from MOODLE_17_STABLE

18 years agoMDL-6985 Role Short name cannot be modified; merged from MOODLE_17_STABLE
skodak [Mon, 16 Oct 2006 08:34:44 +0000 (08:34 +0000)]
MDL-6985  Role Short name cannot be modified; merged from MOODLE_17_STABLE

18 years agofixed error message when empty site full or short name - moved $SITE reinitialisation...
skodak [Mon, 16 Oct 2006 07:54:22 +0000 (07:54 +0000)]
fixed error message when empty site full or short name - moved $SITE reinitialisation into setting method; merged from MOODLE_17_STABLE

18 years agoPARAM_MULTILANG is now alias of PARAM_TEXT; merged from MOODLE_17_STABLE
skodak [Mon, 16 Oct 2006 07:46:35 +0000 (07:46 +0000)]
PARAM_MULTILANG is now alias of PARAM_TEXT; merged from MOODLE_17_STABLE

18 years agoMDL-6986
koenr [Mon, 16 Oct 2006 07:45:16 +0000 (07:45 +0000)]
MDL-6986

18 years agofixed error message when empty site full or short name; merged from MOODLE_17_STABLE
skodak [Mon, 16 Oct 2006 07:37:41 +0000 (07:37 +0000)]
fixed error message when empty site full or short name; merged from MOODLE_17_STABLE

18 years agoIt is now no longer possible to upgrade to 1.8 or later from non-Unicode
moodler [Mon, 16 Oct 2006 07:32:05 +0000 (07:32 +0000)]
It is now no longer possible to upgrade to 1.8 or later from non-Unicode
Moodle.   Admins get a message explaining they need to upgrade to 1.7.x first.

MDL-6857

18 years agomoved header after the redirects and require_logout; merged from MOODLE_17_STABLE
skodak [Mon, 16 Oct 2006 06:52:01 +0000 (06:52 +0000)]
moved header after the redirects and require_logout; merged from MOODLE_17_STABLE

18 years agoAutomatic installer.php lang files by installer_builder (20061016)
moodler [Mon, 16 Oct 2006 03:01:57 +0000 (03:01 +0000)]
Automatic installer.php lang files by installer_builder (20061016)

18 years agoMerged from 1.7
vyshane [Mon, 16 Oct 2006 02:54:41 +0000 (02:54 +0000)]
Merged from 1.7

18 years agoMerged from 1.7 (lang string change)
vyshane [Mon, 16 Oct 2006 02:53:45 +0000 (02:53 +0000)]
Merged from 1.7 (lang string change)

18 years agoMerged from 1.7
vyshane [Mon, 16 Oct 2006 02:45:38 +0000 (02:45 +0000)]
Merged from 1.7

18 years agoFix for MDL-6550 - patch from Graeme Byrne thanks! :-)
danmarsden [Mon, 16 Oct 2006 00:01:13 +0000 (00:01 +0000)]
Fix for MDL-6550  - patch from Graeme Byrne thanks! :-)
+ remove a bit of unneeded space! :-)

18 years agoNew block upgrade functions must be called:
stronk7 [Sun, 15 Oct 2006 23:04:06 +0000 (23:04 +0000)]
New block upgrade functions must be called:

xmldb_block_BLOCKNAME_upgrade()

Part of MDL-6786, just for consistency. Merged from MOODLE_17_STABLE

18 years agoNow set_field() supports Oracle LOBs. Better error handling of oracle_update_lobs()
stronk7 [Sun, 15 Oct 2006 20:21:27 +0000 (20:21 +0000)]
Now set_field() supports Oracle LOBs. Better error handling of oracle_update_lobs()

Merged from MOODLE_17_STABLE

18 years agoNow update_record() supports LOBs under Oracle. Plus prevent empty objects to be...
stronk7 [Sun, 15 Oct 2006 19:40:33 +0000 (19:40 +0000)]
Now update_record() supports LOBs under Oracle. Plus prevent empty objects to be updated.

Merged from MOODLE_17_STABLE

18 years agoMinor changes + debug info in UpdateXlob()
stronk7 [Sun, 15 Oct 2006 18:37:01 +0000 (18:37 +0000)]
Minor changes + debug info in UpdateXlob()

Merged from MOODLE_17_STABLE

18 years ago- Introducing the first version of the new mssql_n adodb driver (not finished, just...
stronk7 [Sun, 15 Oct 2006 16:41:55 +0000 (16:41 +0000)]
- Introducing the first version of the new mssql_n adodb driver (not finished, just for experimenting).
- Now insert_record() is handling Oracle CLOBS and BLOBS properly (really annoying the number of hacks needed).
- Creating one new global object to cache $db->MetaColumns() calls per request, because it's being used
in a lot of places inside dmllib.
TODO: hack update_record() and set_field() to allow Oracle LOBs
      enclose all the Oracle function calls into one db transaction

Merged from MOODLE_17_STABLE

18 years agoAutomatic installer.php lang files by installer_builder (20061015)
moodler [Sun, 15 Oct 2006 02:58:38 +0000 (02:58 +0000)]
Automatic installer.php lang files by installer_builder (20061015)

18 years agoFixed a bug with client side validation of form fields.
jamiesensei [Sat, 14 Oct 2006 12:32:31 +0000 (12:32 +0000)]
Fixed a bug with client side validation of form fields.

Added some default error messages for rules specified in lang pack as err_{rulename} Use the default by setting the rule message to null.

18 years agoFixed some words
moodler [Sat, 14 Oct 2006 07:29:34 +0000 (07:29 +0000)]
Fixed some words

18 years agoAutomatic installer.php lang files by installer_builder (20061014)
moodler [Sat, 14 Oct 2006 02:59:33 +0000 (02:59 +0000)]
Automatic installer.php lang files by installer_builder (20061014)

18 years agoNow admin/index.php checks for proper prefixes (MDL-6230)
stronk7 [Fri, 13 Oct 2006 23:49:48 +0000 (23:49 +0000)]
Now admin/index.php checks for proper prefixes (MDL-6230)

Merged from MOODLE_17_STABLE

18 years agoWhen javascript was turned off the group menu did not work because the Go button...
gustav_delius [Fri, 13 Oct 2006 23:27:37 +0000 (23:27 +0000)]
When javascript was turned off the group menu did not work because the Go button linked to course/view.php rather than mod/forum/view.php

18 years agoNow installer:(MDL-6823)
stronk7 [Fri, 13 Oct 2006 18:20:52 +0000 (18:20 +0000)]
Now installer:(MDL-6823)
- performs Oracle charset checks (both client and server)
- prefix checks
- shows differnt information foreach DB flavour
- provide one link to Moodle Docs for MSSQL and Oracle
- the ODBC connector has been marked as experimental due
  to confirmed problems by MS

Merged from MOODLE_17_STABLE

18 years agoSome more strings added to the installer to make it more resposible.
stronk7 [Fri, 13 Oct 2006 17:25:07 +0000 (17:25 +0000)]
Some more strings added to the installer to make it more resposible.

Merged from MOODLE_17_STABLE

18 years agoAdded new strings for DB select/configure
stronk7 [Fri, 13 Oct 2006 11:34:43 +0000 (11:34 +0000)]
Added new strings for DB select/configure

Merged from MOODLE_17_STABLE

18 years agorefactored course/edit2.php and edit_form MDL-6914 ; set $CFG->use_new_forms=1; in...
skodak [Fri, 13 Oct 2006 09:58:53 +0000 (09:58 +0000)]
refactored course/edit2.php and edit_form MDL-6914 ; set $CFG->use_new_forms=1; in config.php if you want to test it ;-)

18 years agoAutomatic installer.php lang files by installer_builder (20061013)
moodler [Fri, 13 Oct 2006 03:00:53 +0000 (03:00 +0000)]
Automatic installer.php lang files by installer_builder (20061013)

18 years agomerged fix for warnings
toyomoyo [Fri, 13 Oct 2006 02:54:51 +0000 (02:54 +0000)]
merged fix for warnings

18 years agoremoved a debug line which showed up in Rottmeier DropDown quizzes
gbateson [Thu, 12 Oct 2006 21:48:20 +0000 (21:48 +0000)]
removed a debug line which showed up in Rottmeier DropDown quizzes

18 years agonew edit3.php demos Petr's new API
jamiesensei [Thu, 12 Oct 2006 14:21:15 +0000 (14:21 +0000)]
new edit3.php demos Petr's new API

18 years agoadded some methods to give a choice of
jamiesensei [Thu, 12 Oct 2006 14:15:59 +0000 (14:15 +0000)]
added some methods to give a choice of

setDefault and setDefaults
setHelpButton and setHelpButtons
setType and setTypes

18 years agoSmall change in rename_field() so objects won't become modified at all
stronk7 [Thu, 12 Oct 2006 12:28:36 +0000 (12:28 +0000)]
Small change in rename_field() so objects won't become modified at all
in the process.

Merged from MOODLE_17_STABLE

18 years agomoodleform->validation() receives slashed $data now to make it similar to data_submit...
skodak [Thu, 12 Oct 2006 09:53:32 +0000 (09:53 +0000)]
moodleform->validation() receives slashed $data now to make it similar to data_submitted() and prevent potential SQL injections

18 years agomerged fix for warnigns
toyomoyo [Thu, 12 Oct 2006 08:33:52 +0000 (08:33 +0000)]
merged fix for warnigns