127 Commits

Author SHA1 Message Date
skodak
6727c1753f added default settings for admin_setting_special_backupdays() 2006-09-27 22:25:15 +00:00
moodler
15a169222b Some extra changes from the duplicate work I did on upgradesettings.php
main change is that adminsettings is now an ID on the form
2006-09-27 07:49:34 +00:00
skodak
6859360cd4 coverted /admin/ to proper /$CFG->admin/ in paths 2006-09-26 21:10:14 +00:00
skodak
9e24fbd14d basic validation fix for text admin settings 2006-09-26 08:16:17 +00:00
moodler
a06c8c2cd1 Fixed some width="*" in layout tables 2006-09-25 14:40:26 +00:00
moodler
1beed35f71 Added some form-groups on the htmleditor page 2006-09-25 14:34:33 +00:00
moodler
fc52aa6e14 Cleaning up the id and class for each setting 2006-09-25 14:18:16 +00:00
moodler
2e0c11dda3 Fixed display of times in admin settings using form-group 2006-09-25 12:48:07 +00:00
moodler
a1d526438c FIxed some XHTML notices 2006-09-25 09:32:25 +00:00
moodler
0a7e84c341 Added form-group 2006-09-25 09:06:51 +00:00
moodler
3c6f7a7828 Remove size=X from admin settings (do it in CSS) 2006-09-25 08:33:10 +00:00
moodler
87a801e2ec Removed a typo 2006-09-25 08:22:05 +00:00
moodler
afee986420 Updates for better CSS hooks 2006-09-25 08:20:14 +00:00
moodler
fa040029f0 Fix the editor and the surrounding table for settings 2006-09-25 07:55:10 +00:00
moodler
edb6cba4b2 Fixed missing div properly this time :-) 2006-09-25 07:45:02 +00:00
moodler
23586acab5 Fixed miossing divs 2006-09-25 07:40:50 +00:00
moodler
6153cf5800 Moving all the admin settings to a tableless design MDL-6678
Thanks Urs for the CSS help!
2006-09-25 07:35:43 +00:00
skodak
a8a66c96ab it is now possible to hide parts of admin tree - not used yet, but it will be soon used for those hidden unsupported scripts in admin/ directory 2006-09-24 20:23:40 +00:00
skodak
9fd9df205d fixed scheduled backup time setting 2006-09-24 19:37:34 +00:00
skodak
38d2d43b01 roles fixed in user browsing page; admin section now accepts array of capabilities for external and settings pages 2006-09-24 11:55:11 +00:00
moodler
2c8766dff2 Function stub, as suggestion towards MDL-6678 2006-09-24 11:11:40 +00:00
moodler
975211bb0a Removed the "then" string, no need for it 2006-09-24 06:47:53 +00:00
skodak
7eb0b60a1f debugging and error reporting level fixes and improvements MDL-6671 2006-09-23 09:38:39 +00:00
skodak
b5959f3071 partial rewrite of role manage script, improved notice_yesno(), other minor fixes and changes; I will work on assign and overide tomorrow ;-) 2006-09-21 22:34:45 +00:00
skodak
2ce38b70d8 capability related changes in new admin tree 2006-09-21 08:18:14 +00:00
moodler
1c1e7af4e2 FIxed defaults for frontpage format 2006-09-21 07:38:13 +00:00
stronk7
db8bd7a66f Now XMLDB installation is enabled! Old mysql.php and postgres7.php can
continue being used as previously until we finish all the required
DDL functions.

Also, this implies that *.sql files aren't needed anymore. Now all we have to do
is to maintain the install.xml files from the editor.
2006-09-20 22:36:21 +00:00
skodak
eef868d17d major whitespace cleanup - fixed trailng whitespace in new files and admin area 2006-09-20 21:00:45 +00:00
moodler
a4e108450f Some trivial tidying of source 2006-09-18 05:50:02 +00:00
vinkmar
cc73de7147 Fixes for MDL-6440 and MDL-6577 2006-09-18 02:41:14 +00:00
skodak
c8218a42fa Partial fix for missing deafult values in upgradesettings.php script - MDL-6577 2006-09-17 12:11:23 +00:00
vinkmar
90cfbd0ab4 Changes required for MDL-6439 made to admin_sitesettext object 2006-09-17 06:08:10 +00:00
moodler
438c5b8098 Removed a PHP4 notice 2006-09-14 07:35:53 +00:00
moodler
ee437bbc2a The debug variable is now much more flexible 2006-09-13 09:22:16 +00:00
moodler
040e8fd8b8 Removed duplicate defines 2006-09-13 04:13:50 +00:00
moodler
b1ce7811ad Fixed MDL-6479 by adding two block columns on admin pages.
Also we now hide the blocks and headers completely until $SITE is properly
defined.
2006-09-12 09:22:27 +00:00
vinkmar
c235598d6a Added feature from MDL-6439. A validate method is now supported for admin_configtext objects, and paramtype can now be a regex to validate against. 2006-09-11 05:06:38 +00:00
moodler
61647ccb92 Use the defaultsetting if the variable isn't set yet 2006-09-05 03:27:08 +00:00
skodak
e9a207595c allow deleting of block when original code not present 2006-09-03 17:46:27 +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
skodak
02cc05a708 fixes for new admin blocks 2006-09-02 23:55:56 +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
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
stronk7
a0abf36ddd This condition was preventing new installs sometimes. 2006-08-31 22:33:18 +00:00
stronk7
450cf307ea Triple "l" were preventing new installations to be executed for plugins. 2006-08-30 20:27:29 +00:00
stronk7
7c006e345a Minor separations... 2006-08-30 20:13:46 +00:00
stronk7
e79a09a259 Now plugins (qtypes and enrols) can use the XMLDB install & upgrade 2006-08-30 19:52:16 +00:00
skodak
57e35f328a basic detection of sites with misconfigured dataroot SC#295 2006-08-28 20:11:24 +00:00
stronk7
ba05965e5c Messages about missing functions in old and new upgrade are showed
only if the corresponding file exists.
2006-08-28 15:47:45 +00:00