nfreear
57100a9098
Fixes bug MDL-6360 "Resizable image in breadcrumb trail..."
...
- files block_search_forums.php, calendar/lib.php, lang/en_utf8/access.php, weblib.php, theme/standard/config.php, styles_color.css
2006-09-19 11:36:21 +00:00
skodak
b79da3ac68
moodle/course:managemetacourse is now singular
2006-09-19 06:35:52 +00:00
moodler
b725019e3f
Merged fix related to MDL-6020
2006-09-19 04:53:56 +00:00
moodler
0e1cc9070b
Fixed a some debugging statements
2006-09-18 13:24:45 +00:00
skodak
a7a54c3ba1
new metacourse fixes for admin block
2006-09-18 09:58:22 +00:00
vyshane
840c1c31fa
Added moodle/site:viewparticipants
2006-09-18 09:02:12 +00:00
vyshane
218ec889d2
Replaced managesharedfeeds by manageanyfeeds
2006-09-18 08:37:29 +00:00
vyshane
f98fe0efad
Removed isadmin()
2006-09-18 08:10:20 +00:00
vyshane
6ee81cb55b
Got rid of isadmin() calls, added capability checks.
2006-09-18 07:19:38 +00:00
vyshane
b008da9551
Removed showsiteparticipantslist. Replaced with capability.
2006-09-18 05:25:43 +00:00
moodler
09a89b01d0
Nuked nuke.
2006-09-18 03:28:02 +00:00
moodler
1434a286dd
Fixing up script tag for compliance
2006-09-17 03:40:22 +00:00
moodler
71832a910b
Fixed some typos
2006-09-14 06:54:54 +00:00
toyomoyo
17d6a25e5c
adding capabilitiies
2006-09-13 09:08:14 +00:00
vyshane
29ac3cc28d
Capability tweaks for rss_client block
2006-09-13 04:10:41 +00:00
vyshane
1975d8bd3e
Added $USER->id in rss_display_feeds() call
2006-09-13 03:02:57 +00:00
vyshane
7d02b43640
Fixed typo
2006-09-13 02:59:20 +00:00
stronk7
9a96282f2c
Added rss_client->shared
2006-09-12 15:24:41 +00:00
moodler
ecf22ff31c
DOn't show "Add" links if you can't use them
2006-09-12 08:28:36 +00:00
toyomoyo
174526f4f1
changed code to use the new user_lastaccess table instead of the log table
2006-09-12 07:38:46 +00:00
vyshane
23973f1856
Modified to support Roles.
2006-09-12 06:57:05 +00:00
toyomoyo
ec7a8b7999
adding capabilities
2006-09-07 08:57:56 +00:00
moodler
b649a19e20
Some tidying up of admin blocks
2006-09-06 05:24:35 +00:00
vinkmar
8f89a26c21
* removed hard-coded language strings (MDL-6448)
...
* replaced some remaining tabs with spaces
2006-09-06 02:23:23 +00:00
moodler
6d0bd10c0a
A temporary icon for roles (needs work!)
2006-09-06 02:16:48 +00:00
stronk7
fea43a7f51
Casting $course->modinfo to string prevents one notice to
...
be showed when it's null, returning false as desired.
2006-09-04 21:12:37 +00:00
toyomoyo
cc398c7262
adding caapabilities
2006-09-04 08:45:08 +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
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
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
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
cf0b6604e0
Removed tabs
...
This block still needs work to merge with the new admin pages
2006-08-31 04:00:01 +00:00
moodler
7468981e67
FIxed roles button on blocks
2006-08-24 03:48:04 +00:00
moodler
28e7967aea
FIxed some notices
2006-08-24 03:28:09 +00:00
moodler
0a0bb38019
Ed Coyne's AJAX course format, with some cleanups done.
...
More cleanups to come from Ed.
This isn't actually working for me right now but he'll fix it now.
This is completely optional and won't affect any other code right now.
2006-08-24 03:20:37 +00:00
vyshane
905c4567a2
Removed forum_get_course_forum for forum type teacher.
2006-08-23 07:05:36 +00:00
vinkmar
e277678dab
changes made to ensure compatibility with core admin (admin/adminlib.php) where $_GET is no longer used; changed 'admin' to $CFG->admin in dir paths
2006-08-21 04:08:57 +00:00
vinkmar
9acea96564
changes made to ensure compatibilty with core admin files (admin/adminlib.php), where $_GET is no longer used
2006-08-21 04:08:00 +00:00
vinkmar
36647b9fbb
More PHP4 compatibility issues fixed.
2006-08-20 03:56:25 +00:00
vinkmar
fea42164fb
preventing notifications by using isset() unsparingly (i.e. small bug fixes)
2006-08-19 02:21:44 +00:00
vinkmar
ccad2d8e7d
Modifications made for PHP4 compatibility.
2006-08-19 01:40:54 +00:00
vinkmar
0155cf991d
Fixed error that caused self_test failure during initial install; made changes for PHP4 compatibility (no use of instanceof, no use of private/protected/public)
2006-08-19 01:38:57 +00:00
vinkmar
708870d3a8
added blank footer (to eliminate the notice when $footer is non-existant)
2006-08-18 22:02:09 +00:00
vinkmar
0b4073cedb
trying to prevent an undefined index error
2006-08-18 19:27:02 +00:00
vinkmar
bb14a9e3b7
admin page cleanup blocks (new ones!)
2006-08-18 08:25:02 +00:00
vinkmar
c74af0688f
adding admin page cleanup blocks (new ones!)
2006-08-18 08:24:07 +00:00
vyshane
01199ea958
Updated to use new Roles System. Plus some fixes.
2006-08-16 08:54:07 +00:00
vyshane
6006c31d28
Added has_capability call
2006-08-15 06:37:55 +00:00
vyshane
67e4cf27e2
Added has_capability checks
2006-08-15 06:21:35 +00:00