21505 Commits

Author SHA1 Message Date
stronk7
010f2a3977 Typo! :-( 2006-09-04 22:17:28 +00:00
stronk7
bf05229983 MSSQL only runs under UTF8 (with the correct ODBTP driver, of course) 2006-09-04 22:16:30 +00:00
stronk7
94ef00f3bb MSSQL and Oracle don't want DISTINCT clauses over TEXT/BINARY fields.
In this case, we simply delete it because SELECT g.* guarantees unique
records to be retrieved by the first field.
2006-09-04 22:05:58 +00:00
vinkmar
8f5c4adbd7 Changed so that the settingpage titles are shown (see MDL-6402) 2006-09-04 21:38:23 +00:00
stronk7
fea43a7f51 Casting $course->modinfo to string prevents one notice to
be showed when it's null, returning false as desired.
2006-09-04 21:12:37 +00:00
stronk7
0703d22ede One less reserved word. glossary->comment is out! 2006-09-04 20:37:27 +00:00
skodak
4b83ec33fe merging collisions cleanup 2006-09-04 20:32:59 +00:00
stronk7
d0d5525d93 Included course/lib.php to be able to rebuild_course_cache()
It was working until some time ago, but now it's required.
2006-09-04 19:33:27 +00:00
stronk7
71db9136fb Now the temp backup directory is properly created/cleaned
and indexes info are properly stored there.
2006-09-04 19:27:53 +00:00
ethem
9456e4b7be *** empty log message *** 2006-09-04 12:31:54 +00:00
ethem
b4efae98b4 New strings for echecks. 2006-09-04 12:25:21 +00:00
ethem
131a7ca81b New config: Echeck bank account types enabled. 2006-09-04 12:09:30 +00:00
ethem
4d072568c0 New string: adminaccepts; Select payment methods allowed and their types 2006-09-04 12:09:25 +00:00
ethem
460635599a Autoconfigure accepted echeck bank account types. CHECKING, BUSINESSCHECKING, SAVINGS 2006-09-04 09:44:00 +00:00
toyomoyo
cc398c7262 adding caapabilities 2006-09-04 08:45:08 +00:00
moodler
6ea5ff3ab7 Make Moodle Docs work for settings pages 2006-09-04 08:33:57 +00:00
moodler
c2da075758 Further reductions in logic to deprectaed functions 2006-09-04 08:31:07 +00:00
vyshane
1795175972 Re-worded comment to make more sense 2006-09-04 08:19:23 +00:00
moodler
dd46fc5daa Just some small doc changes 2006-09-04 08:15:48 +00:00
vyshane
b331040e9e TCPDF pdf library 2006-09-04 08:11:37 +00:00
vyshane
713b20faae Wrapper class with modifications to TCPDF for Moodle usage. 2006-09-04 08:10:08 +00:00
skodak
6d574c33b4 fixed missing global $USER 2006-09-04 08:01:57 +00:00
ethem
039edfab07 This merchant accepts eCheck (ACH) transactions only; no credit card transactions are accepted. 2006-09-04 07:51:15 +00:00
ethem
f1b31fb517 Allow all payment methods as default: AN_METHOD_CC, AN_METHOD_ECHECK
authorizenetlib.php autoconfigures payment method as AN_METHOD_CC if the merchant doesn't accept AN_METHOD_ECHECK. First real echeck transaction is enough for this.
2006-09-04 07:33:11 +00:00
ethem
07c48fcff6 Error message isn't shown when user clicked button without key if course key is set. 2006-09-04 07:09:44 +00:00
toyomoyo
2acc290c17 legacy functions to use 4th parameter to by pass doanything capability 2006-09-04 04:50:12 +00:00
moodler
be7ed5f8a8 Merged confirmation email fix from stable 2006-09-04 02:30:52 +00:00
stronk7
dcb8916f2d notice() should be allowed at install/upgrade. It stops the whole
process without need to do it. Changed to notify().

Thanks to one "orphan" forum in moodle.org (234) we detected this.
2006-09-03 22:32:14 +00:00
stronk7
446a78cd4a notice() should be allowed at install/upgrade. It stops the whole
process without need to do it. Changed to notify()
2006-09-03 22:30:13 +00:00
stronk7
56b4d70d58 typo ;-) 2006-09-03 21:43:37 +00:00
stronk7
afc36fdf2e Patch submitted by Ethem:
Error message isn't shown when user clicked without key.
Multienrol is enabled (course enrol key with authorize)

This patch allows showing error message when user clicked button without key.
2006-09-03 20:16:24 +00:00
stronk7
71c143f41e The custom function to convert the user table hasn't to drop/create indexes anymore.
It's handled automatically by the main utf8 script.
2006-09-03 19:20:01 +00:00
stronk7
763989c0d6 Now, the UTF8 migration doesn't rely one indexes specified in the .xml files. Instead,
for each table, it fetches all the existing indexes from db, drop them all and, after
utf-8 conversion, rebuilds them.

With this, all the indexes will be exactly the same than the original present in DB, no matter
of their names nor anything else.

So, starting now, to provide a sucessful UTF8 migration we only have to keep updated the
fields .xml info. Bye, bye indexes info.
2006-09-03 19:18:00 +00:00
skodak
15ad37459a fixed language string 2006-09-03 19:13:53 +00:00
skodak
64c4f9c443 minor fix 2006-09-03 18:53:07 +00:00
skodak
08c15b68d7 removed useless includes 2006-09-03 18:49:13 +00:00
skodak
b1631fef28 add admin_tree to front page during install and upgrade 2006-09-03 18:37:41 +00:00
stronk7
4762bff7a3 Added the feedback attribute to the execute_sql_arr() function. 2006-09-03 17:56:34 +00:00
skodak
e9a207595c allow deleting of block when original code not present 2006-09-03 17:46:27 +00:00
moodler
460a7a6271 Cutting down on the debug notices 2006-09-03 16:31:46 +00:00
moodler
7191a1fa27 Added capability for showing documentation links 2006-09-03 16:26:55 +00:00
moodler
72df7e1ebd Merging $CFG->disablestatsprocessing from stable 2006-09-03 15:46:21 +00:00
stronk7
de48394039 Prevent NULL fields in 1.7 to become NOT NULL after the UTF-8 migration process. 2006-09-03 15:33:42 +00:00
skodak
f21def1f11 fixed collisions in merges, sorry 2006-09-03 15:21:46 +00:00
moodler
11737b8bfa Fixed module links to suit new admin/*.php file page names 2006-09-03 15:13:53 +00:00
moodler
1ea1bcb36b New admin menu files 2006-09-03 14:52:43 +00:00
moodler
de093f77a6 Proper log index.php so that admin pages work correctly 2006-09-03 14:52:23 +00:00
moodler
bee4702d10 Various tidying up of the admin pages.
Reports now don't need mod.php but they should include the admin headers/footers.

There are undoubtedly bugs in this but this framework should be more sane
2006-09-03 14:45:57 +00:00
moodler
996a5f8d76 These files still need tidying 2006-09-03 14:43:41 +00:00
skodak
50999a0b94 new admin block fixes and reorganisation - I guess we need something more traditional for now 2006-09-03 13:10:56 +00:00