22909 Commits

Author SHA1 Message Date
tjhunt
fdc8e778d5 MDL-6984 - Problem with Blackboard 5 import in PHP5. Fix based on a suggestion from Arthur Manning. Merged from MOODLE_16_STABLE. 2006-10-16 10:14:45 +00:00
ethem
c7003d87b9 + 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.
2006-10-16 09:53:03 +00:00
ethem
9c746ce766 + 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.
2006-10-16 09:39:08 +00:00
ethem
b5db746b7d + 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()
2006-10-16 09:30:25 +00:00
skodak
ea17d55da1 MDL-6444 Typo in Course/Report/Participation/index.php, patch by Stephen Bourget; merged from MOODLE_17_STABLE 2006-10-16 09:06:35 +00:00
skodak
23a97d83e8 reverting moved $SITE reinitialisation into setting method, it was not a good idea after all; merged from MOODLE_17_STABLE 2006-10-16 08:54:37 +00:00
skodak
b27b0d5a03 MDL-6985 Role Short name cannot be modified; merged from MOODLE_17_STABLE 2006-10-16 08:34:44 +00:00
skodak
6192fd6860 fixed error message when empty site full or short name - moved $SITE reinitialisation into setting method; merged from MOODLE_17_STABLE 2006-10-16 07:54:22 +00:00
skodak
c4ea5e7801 PARAM_MULTILANG is now alias of PARAM_TEXT; merged from MOODLE_17_STABLE 2006-10-16 07:46:35 +00:00
koenr
58945eadef MDL-6986 2006-10-16 07:45:16 +00:00
skodak
b89639f9ef fixed error message when empty site full or short name; merged from MOODLE_17_STABLE 2006-10-16 07:37:41 +00:00
moodler
47bc16f607 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
2006-10-16 07:32:05 +00:00
skodak
e268cc4a5d moved header after the redirects and require_logout; merged from MOODLE_17_STABLE 2006-10-16 06:52:01 +00:00
moodler
8c5eb1ffa9 Automatic installer.php lang files by installer_builder (20061016) 2006-10-16 03:01:57 +00:00
vyshane
84a2c43127 Merged from 1.7 2006-10-16 02:54:41 +00:00
vyshane
182311e493 Merged from 1.7 (lang string change) 2006-10-16 02:53:45 +00:00
vyshane
c4ce5def5a Merged from 1.7 2006-10-16 02:45:38 +00:00
danmarsden
ff8d654f00 Fix for MDL-6550 - patch from Graeme Byrne thanks! :-)
+ remove a bit of unneeded space! :-)
2006-10-16 00:01:13 +00:00
stronk7
32ac847351 New block upgrade functions must be called:
xmldb_block_BLOCKNAME_upgrade()

Part of MDL-6786, just for consistency. Merged from MOODLE_17_STABLE
2006-10-15 23:04:06 +00:00
stronk7
6b7be6d74f Now set_field() supports Oracle LOBs. Better error handling of oracle_update_lobs()
Merged from MOODLE_17_STABLE
2006-10-15 20:21:27 +00:00
stronk7
73ad2d0c29 Now update_record() supports LOBs under Oracle. Plus prevent empty objects to be updated.
Merged from MOODLE_17_STABLE
2006-10-15 19:40:33 +00:00
stronk7
1a8078073e Minor changes + debug info in UpdateXlob()
Merged from MOODLE_17_STABLE
2006-10-15 18:37:01 +00:00
stronk7
b825e563c0 - 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
2006-10-15 16:41:55 +00:00
moodler
671af7d187 Automatic installer.php lang files by installer_builder (20061015) 2006-10-15 02:58:38 +00:00
jamiesensei
5bc97c9862 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.
2006-10-14 12:32:31 +00:00
moodler
f1e4c519df Fixed some words 2006-10-14 07:29:34 +00:00
moodler
6a20759456 Automatic installer.php lang files by installer_builder (20061014) 2006-10-14 02:59:33 +00:00
stronk7
1037988787 Now admin/index.php checks for proper prefixes (MDL-6230)
Merged from MOODLE_17_STABLE
2006-10-13 23:49:48 +00:00
gustav_delius
549a78703b 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 2006-10-13 23:27:37 +00:00
stronk7
86453d8bd6 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
2006-10-13 18:20:52 +00:00
stronk7
e0f5f27736 Some more strings added to the installer to make it more resposible.
Merged from MOODLE_17_STABLE
2006-10-13 17:25:07 +00:00
stronk7
b676fc8718 Added new strings for DB select/configure
Merged from MOODLE_17_STABLE
2006-10-13 11:34:43 +00:00
skodak
a81bf9c3ce refactored course/edit2.php and edit_form MDL-6914 ; set $CFG->use_new_forms=1; in config.php if you want to test it ;-) 2006-10-13 09:58:53 +00:00
moodler
e561e6fe6c Automatic installer.php lang files by installer_builder (20061013) 2006-10-13 03:00:53 +00:00
toyomoyo
ffd0ab657b merged fix for warnings 2006-10-13 02:54:51 +00:00
gbateson
29c7c23082 removed a debug line which showed up in Rottmeier DropDown quizzes 2006-10-12 21:48:20 +00:00
jamiesensei
5da7b0b2b4 new edit3.php demos Petr's new API 2006-10-12 14:21:15 +00:00
jamiesensei
c56f18269e added some methods to give a choice of
setDefault and setDefaults
setHelpButton and setHelpButtons
setType and setTypes
2006-10-12 14:15:59 +00:00
stronk7
906eebf6ad Small change in rename_field() so objects won't become modified at all
in the process.

Merged from MOODLE_17_STABLE
2006-10-12 12:28:36 +00:00
skodak
e7dcb0fccc moodleform->validation() receives slashed $data now to make it similar to data_submitted() and prevent potential SQL injections 2006-10-12 09:53:32 +00:00
toyomoyo
10b7946ff3 merged fix for warnigns 2006-10-12 08:33:52 +00:00
toyomoyo
627dc89d22 merged fix for warnings 2006-10-12 08:26:19 +00:00
gbateson
b4c2849e21 correct handling of correct, wrong and ignored answers in Rottmeier DropDown 2.4 quizzes 2006-10-12 08:08:52 +00:00
gbateson
247ed91b7f remove unnecessary <br /> before summary textbox when in edit mode (as opposed to add mode) 2006-10-12 08:06:58 +00:00
toyomoyo
71cfb1043c merged fix for warnings 2006-10-12 08:01:58 +00:00
gbateson
97782e0c07 add global $CFG to hotpot_restore_dates function 2006-10-12 08:01:22 +00:00
vyshane
e1c15ef7c9 Merged from 1.7 2006-10-12 07:35:55 +00:00
skodak
7f40a229a4 New version of formslib.php (see MDL-6914 for more details), course/edit2.php is disabled for now - working on edit3.php ;-)
More inline comments/docs today.
2006-10-12 07:33:57 +00:00
toyomoyo
794fa9321b merged removed warning during restore 2006-10-12 07:33:04 +00:00
moodler
215965673b Merged MDL-6885 from stable 2006-10-12 07:28:22 +00:00