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
moodler
668896e531
It's not required that all modules have the old upgrade function and
...
the new upgrade function.
2006-08-28 02:10:23 +00:00
stronk7
d6eb06b60b
Initial commit supporting install/upgrade inder XMLDB.
2006-08-27 09:00:23 +00:00
skodak
426a369bfa
fixed missing continue button during upgrade when using dbsessions
2006-08-25 20:50:44 +00:00
skodak
408965376d
still more upgrade logging fixes
2006-08-18 00:01:37 +00:00
skodak
26c91c7394
major upgrade logging speed improvement - write buffer implemented
2006-08-17 23:50:18 +00:00
skodak
dedb2304cd
upgrade logging cleanup, fixes - more improvements ahead
2006-08-17 22:37:34 +00:00
vyshane
e6316185ab
Fixed bug in upgrade_plugins(). Capabilities were not being loaded correctly.
2006-08-14 08:59:01 +00:00
moodler
bbbf2d4015
ROLES AND PERMISSIONS - FIRST CHECK-IN
...
=======================================
WARNING: DEV IS CURRENTLY VERY UNSTABLE.
This is a mega-checkin of the new Roles system. A lot of changes have
been made in core and modules.
Currently there are a lot of rough edges and known problems. We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).
Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
2006-08-08 05:13:06 +00:00
skodak
583fad994c
Bug #5352 - upgrade might be interrupted by user - upgrades are now logged into moddata/upgradelogs/, user abor is ignored and concurrent running of upgrades is prevented from one browser
2006-08-01 07:46:19 +00:00
tjhunt
a36f058e53
Bug 6101 - Automatically scroll to any errors when upgrading the database. JavaScript thanks to Andrew Walker. PHP changes are my fault.
2006-07-13 09:48:56 +00:00
moodler
fb06b25570
Merged migration fixes from stable
2006-06-18 10:09:58 +00:00
moodler
d87a9d7338
Fixed the upgrade_plugins function so that it automatically
...
handles the .sql file for first installation (just like activities)
2006-04-16 16:50:55 +00:00
gustav_delius
ead293420d
Questiontypes are doing their own database upgrade now.
...
I modified the enrollment plugin mechanism to work for any type of plugin
2006-03-22 10:44:54 +00:00
toyomoyo
a597f8a86a
adding function print_progress from upgradeforumread
2006-01-27 02:54:51 +00:00
dhawes
80be7ee37e
minor phpdoc update
2005-12-13 03:44:08 +00:00
defacer
136f43dcda
Missing footers, XHTML warnings.
...
I suppose the "home page" button is not a problem, as the "continue" button
is very obvious on screen.
2005-11-14 04:33:25 +00:00
mjollnir_
f3221af9e5
Initial checkin of stats (from processing the log table).
...
I will write up some information about it for the developers wiki.
2005-09-01 04:14:31 +00:00