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
gustav_delius
b7ef492c41
Take out invalid </tr>. While this makes the html valid some work should still be done on the layout of this.
2006-09-03 12:23:11 +00:00
gustav_delius
5b3df41fd9
The file countries.php does not exist in lang/en, only in lang/en_utf8. Therefore the fallback default in the function get_list_of_countries() should always be en_utf8.
2006-09-03 11:38:45 +00:00
moodler
51df210337
Upgrade_log stuff needed adminlib.php included
2006-09-03 09:00:13 +00:00
moodler
d90f5d7b01
New tags file
2006-09-03 08:56:05 +00:00
moodler
fc8db0e791
Use proper way to get config values :)
2006-09-03 08:48:39 +00:00
moodler
4d2401d524
Removed student view
2006-09-03 08:46:30 +00:00
moodler
dc411d1be0
Fices bug when loading another user's capabilities (it would trash your own)
2006-09-03 08:45:41 +00:00
moodler
d5a0163891
Removed student view completely until a roles-ased replacement can be made
2006-09-03 08:10:51 +00:00
moodler
c4d0753b25
Moving deprecated functions to deprecatedlib.php from moodlelib.php and
...
some cleanups around the place.
Many of the functions in deprecatedlib.php have been rewritten to work with
the new roles and capabilities so that they can still work as well as possible.
2006-09-03 08:10:10 +00:00
moodler
02bd14a7ed
Tidy-ups
2006-09-03 08:03:02 +00:00
moodler
e084b2f98b
Replaced forum_get_user() with forum_add_user_default_subscriptions()
2006-09-03 08:01:48 +00:00
moodler
1911105fa1
Fixed typo
2006-09-03 08:00:03 +00:00
moodler
7700027f40
Improvements to load_notloggedin_role for robustness and clarity.
...
More checking in role_assign and calling of forum_add_user_default_subscriptions
2006-09-03 07:56:40 +00:00
skodak
6eb4f82357
fixed missing return in assign_role()
2006-09-03 07:29:06 +00:00
skodak
7fbd539a18
version bump for db upgrades
2006-09-03 00:00:17 +00:00
skodak
02cc05a708
fixes for new admin blocks
2006-09-02 23:55:56 +00:00
stronk7
623942afff
Allowinng tables to create fields/keys/indexes using the one-pass-setters
2006-09-02 23:52:55 +00:00
stronk7
76fd473623
Added one-pass-setters for fields/keys/indexes.
2006-09-02 23:51:39 +00:00
stronk7
cb62712c6d
Added some used strings
2006-09-02 23:49:02 +00:00
stronk7
4dc4dde9e2
First implementation of the create_table() function. Simple.
2006-09-02 23:48:02 +00:00
stronk7
228d8c20d7
New function execute_sql_arr() to execute arrays of
...
statements, Used by ddllib.php mainly.
2006-09-02 23:46:43 +00:00
stronk7
b0c7d55893
Skeleton of the view_php helper.
2006-09-02 23:44:06 +00:00