21456 Commits

Author SHA1 Message Date
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
stronk7
3430fb2993 Only launch the old upgrade if it exists. It doesn'texist for new DB
flavours and modules.
2006-09-02 23:40:13 +00:00
stronk7
ec87d0474f Don't asume that table and column exist in the migration process.
Just to avoid some warnings.
2006-09-02 23:38:16 +00:00
stronk7
1331745826 course_sections->summary and course_sections->sequence can be NULLable (experimenting....) 2006-09-02 22:37:38 +00:00
skodak
4672d9557d added prune() to admin tree class to prevent errors in applying of backup defaults 2006-09-02 19:30:54 +00:00
skodak
e0f6e99528 fixed frontpagesettings, install is not useing admin/site.php anymore 2006-09-02 15:29:52 +00:00
skodak
a4b473f452 fixed site defaults, reorganized administartion tree - new category legacy for obsoleted settings 2006-09-02 15:05:27 +00:00
ethem
be59e14b9e Remove +}
I like this format:
{
}

not {
}
2006-09-02 15:05:10 +00:00
ethem
134c20fb14 Link to CVV help 2006-09-02 14:28:55 +00:00
ethem
dedc048c92 CVV 2006-09-02 14:26:17 +00:00
ethem
d019150d5b Link to ABA help 2006-09-02 14:11:54 +00:00
ethem
e44aa47ceb ABA help 2006-09-02 14:11:51 +00:00
ethem
f6a1084c8b ABA help 2006-09-02 14:08:31 +00:00
ethem
6ce17f1ff0 Don't show "Notice: Undefined property: paymentmethod" 2006-09-02 13:42:28 +00:00
skodak
e95b2c1c6d fixed missing } 2006-09-02 13:39:27 +00:00
skodak
6e4dc10f54 deglobalization of $ADMIN; merged admin/adminlib.php into lib/adminlib.php; fixed includes and some other minor fixes 2006-09-02 13:14:57 +00:00
ethem
5b7e05d646 Submit buttons (ccsubmit, echecksubmit) are no longer used. Hidden field paymentmethod is enough for checking forms. 2006-09-02 13:09:21 +00:00
ethem
c8716d80e2 Better handling of forms and configs. 2006-09-02 12:37:01 +00:00
ethem
e3949d06af Moved all static functions in authorize class to localfuncs.php as normal function.
Removed abaval.php and ccval.php, because functions in these files moved to localfuncs.php.
2006-09-02 11:49:02 +00:00
skodak
86a1ba04fd replace all uses of isset($USER->id) with empty() to allow proper operation of $CFG->notloggedinroleid hack 2006-09-02 11:44:04 +00:00
skodak
741fee9bb0 more install time fixes for new admin code 2006-09-02 11:26:33 +00:00
skodak
99c8a1004d fixed defaults for backups during installation 2006-09-02 11:10:10 +00:00
stronk7
803b4eeffe Now, not null fields are respected by the UTF-8 migration process. Also,
for those NULLable fields, if the default was '', convert it to null (i.e.
disable de default).
2006-09-02 10:04:22 +00:00
skodak
35a518c5de fixed admin defaults, some warnings during install and added trmporary hack to make $CFG->notloggedinroleid work 2006-09-02 10:03:30 +00:00
moodler
73254f625a Automatic installer.php lang files by installer_builder (20060902) 2006-09-02 02:42:41 +00:00
gbateson
c2e04a5df1 improve detection of PostgreSQL version number 2006-09-01 22:44:07 +00:00
stronk7
681ba47a59 Only mysql and postgresql show the UTF-8 migration message. 2006-09-01 18:41:30 +00:00
stronk7
d32d63b6e0 Now record_exists_sql() uses the cross-db limit implementation. 2006-09-01 18:33:19 +00:00