moodler
73b998684b
FIxes related to strange default languages
2006-09-25 06:04:02 +00:00
stronk7
c02a561f97
Minor change to test to exclusively test the change of nullability
2006-09-24 15:28:32 +00:00
moodler
9e38e94047
More tidy-ups
2006-09-24 14:35:45 +00:00
moodler
8173517648
Giving the capabilities a bit more room on smaller screens
2006-09-24 14:26:50 +00:00
moodler
7fe6ddbab5
Add header classes to headers
2006-09-24 14:15:57 +00:00
skodak
d4121c5605
one more sanity check for role overrides
2006-09-24 13:34:52 +00:00
moodler
b144aaa4dc
Add some more checking of input and permissions
2006-09-24 13:30:43 +00:00
skodak
6df3c7df7a
user upload cap renamed to moodle/site:uploadusers
2006-09-24 12:54:53 +00:00
skodak
cc891abe88
uploading of users has new capability 'moodle/user:upload' now also with admin block integrated
2006-09-24 12:31:49 +00:00
moodler
0c19750c72
Fixed a notice
2006-09-24 12:13:58 +00:00
skodak
856f7cb7e6
do not display guest when browsing users
2006-09-24 11:58:28 +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
ff439b30af
Added styles to the role editing/viewing list, as well as some links and tooltips
2006-09-24 09:44:51 +00:00
moodler
d13c1aed4a
When not editing, then let's disable the radio buttons
2006-09-24 09:02:30 +00:00
mjollnir_
96edb010da
more work on stats reports ...
2006-09-24 07:13:33 +00:00
moodler
be91f51dab
Make sure buttons don't wrap
2006-09-24 06:54:52 +00:00
moodler
c7731ab5e2
Fixed notice() so that you can pass a course if you want
2006-09-24 06:21:15 +00:00
moodler
b6e7b09c7b
Tidied up error reporting in course overview
2006-09-24 04:29:12 +00:00
stronk7
dcf9c14c2b
Typo
2006-09-24 00:13:22 +00:00
stronk7
3fb145e061
Change slighty the tests...
2006-09-24 00:11:53 +00:00
stronk7
27bb1be29d
Inserted two more test
2006-09-24 00:01:02 +00:00
stronk7
05002031d5
adding some more tests
2006-09-23 21:30:36 +00:00
stronk7
1934b52236
adding support for some more options
2006-09-23 21:29:31 +00:00
stronk7
8e895ae5c7
mark rename table as not implemented
2006-09-23 21:28:16 +00:00
moodler
350b5fb6c8
Strip all tags from role names before use
2006-09-23 12:57:48 +00:00
skodak
ece4945bd2
role sortorder column now has unique index; new function get_all_roles() that returns all roles with correct sort
2006-09-23 12:51:00 +00:00
skodak
8420bee94e
towards unique role sortorder - fixes for create_role() and new delete_role()
2006-09-23 10:43:24 +00:00
skodak
7eb0b60a1f
debugging and error reporting level fixes and improvements MDL-6671
2006-09-23 09:38:39 +00:00
skodak
adbffcb9fe
role ui minor cleanup
2006-09-22 21:17:43 +00:00
skodak
305ef971fc
role assign and override code fixes + other minor changes
2006-09-22 20:09:47 +00:00
mjollnir_
b4713311d4
set config statsupgraded during install so we don't try upgrade later
2006-09-22 11:09:15 +00:00
mjollnir_
bd2b8ddecd
moved call to upgrade stats until after all the roles stuff has been set up
2006-09-22 10:00:34 +00:00
moodler
6e208cd2fe
FIxed up longtimenosee processing in cron
2006-09-22 09:54:43 +00:00
moodler
aad2ba95d1
Upgrading table to rename the context->aggregatelevel field which was
...
really bugging me. Code should be a little bit more readable now.
Apologies to those with non-core code already using this field.
2006-09-22 06:19:32 +00:00
moodler
b988fe5f94
DOn't terminate upgrade if stats didn't work
2006-09-22 06:10:42 +00:00
mjollnir_
e5d83d6fc1
stats rework: 1. upgrade schema and move data to new schema. (credit: Nigel McNie <nigel@catalyst.net.nz>). 2. Stats processing uses new schema. THIS NEEDS TESTING ON MYSQL. Still to do: schema files (install.xml,*.sql still to be committed), reports to use new schema.
2006-09-22 02:54:21 +00:00
toyomoyo
ef61c5f964
fixed a bug, override in user should not record userid as a capability
2006-09-22 02:17:59 +00:00
skodak
0c88b9acf7
improved coding style
2006-09-21 23:15:45 +00:00
skodak
f3245d0952
improved coding style
2006-09-21 23:08:58 +00:00
skodak
fa1fbbdc40
minor allignment change in role list
2006-09-21 23:00:48 +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
moodler
f8b0d22a5e
Fixes to make registering work ;-)
2006-09-21 16:48:46 +00:00
moodler
67171ec800
Fixed typo in capability name
2006-09-21 16:46:10 +00:00
skodak
f59208a745
fixed typos in capabiltiy names
2006-09-21 16:27:37 +00:00
skodak
fd98800ea2
another admin ui cleanup
2006-09-21 08:28:25 +00:00
skodak
db51ddc52e
old admin configuration cleanup - MDL-6595 MDL-6449 MDL-6447
2006-09-21 08:05:50 +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
skodak
6124048972
major whitespace cleanup - fixed tabs
2006-09-20 20:31:09 +00:00
skodak
8521d83aff
role_context_capabilities should handle current context too and role override simply use parent context
2006-09-20 06:24:55 +00:00