Petr Skoda
b5d0cafc6f
MDL-20787 final switch to new $OUTPUT->pix_url() - yay!
2009-12-16 21:50:45 +00:00
Petr Skoda
683c01d2c8
MDL-20787 removed mod_icon_url() completely
2009-12-16 20:30:24 +00:00
Petr Skoda
e4e03fa631
MDL-20720 fixed notices when deleting modules
2009-11-02 16:13:22 +00:00
Petr Skoda
20207b827a
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 10:57:00 +00:00
mudrd8mz
ed996ede96
MDL-20191 Subplugins are uninstalled together with the parent plugin
...
This is a first working implementation I have. I need to so I can
continue with the Workshop development. I think the performance can be
significantly improved here as the location of the subplugins is
evaluated atr least twice, I guess.
2009-08-31 15:23:02 +00:00
nicolasconnault
414a4a91b1
MDL-19787 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:39:07 +00:00
nicolasconnault
8fbce1c8c8
MDL-19878 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 04:28:40 +00:00
nicolasconnault
73d6f52f6a
MDL-19787 Converted all print_footer() calls
2009-08-06 14:12:46 +00:00
nicolasconnault
2fff8846f2
MDL-19787 Migrated calls to print_heading
2009-08-06 08:17:12 +00:00
tjhunt
e63f88c9a6
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
...
and $CFG->modpixpath to $OUTPUT->mod_icon_url
2009-07-02 12:07:58 +00:00
tjhunt
4096752d1d
MDL-19690 - first 53 $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-02 10:06:39 +00:00
tjhunt
df2e8971ff
accesslib: MDL-17626 admin/modules.php should call delete_context when a module is uninstalled.
2009-01-09 05:34:49 +00:00
skodak
973d2660e6
MDL-16613 sesskey cleanup
2009-01-02 10:51:26 +00:00
skodak
34a2faed92
MDL-16613 sesskey cleanup
2009-01-02 10:43:12 +00:00
skodak
73f27e1656
MDL-17251 foxed incorrect set_field
2008-11-17 07:55:10 +00:00
tjhunt
4b600aa005
MDL-16410 Implement the delete question type functionality on the question type administration screen.
2008-09-11 11:01:20 +00:00
tjhunt
e6b6b2bb73
MDL-14129 missing language string.
2008-09-11 08:49:42 +00:00
tjhunt
0a82a1bbc4
MDL-14637 Allow modules to have a settingstree.php when they want to do something more complex that just settings.php - needs to be supported in modules.php too.
...
Also remove support for the old config.php here, since it has been removed everywhere else too.
2008-09-09 08:30:54 +00:00
skodak
b1f93b1512
MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl
2008-06-15 10:32:50 +00:00
skodak
655b09ca8a
MDL-15117 wiki converted and other regressions fixed
2008-06-04 21:34:14 +00:00
skodak
b9a6636029
MDL-14679 towards /admin conversion
2008-05-31 10:43:51 +00:00
skodak
ac42d5c653
MDL-14621 indicate missing modules on modules admin page
2008-04-30 13:07:58 +00:00
dongsheng
4fd532ea9d
MDL-14129, creating error string
2008-04-10 02:56:25 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
skodak
8a0a6046a3
MDL-13085 delete grades and items when uninstalling module; merged from MOODLE_19_STABLE
2008-01-21 23:36:19 +00:00
skodak
0806f57068
MDL-13080 delete calendar events when uninstalling modules; merged from MOODLE_19_STABLE
2008-01-21 07:08:31 +00:00
tjhunt
dba21d4a19
Use the locale to sort the list of activites everywhere. This matches a change a made in one place before christmas. If you don't do this, the PHP sorts by ASCII order, so mixed case names, or special characters, get sorted wrongly. Merged from MOODLE_19_STABLE.
2008-01-07 16:46:35 +00:00
skodak
8293c75198
MDL-6786 Improved dropping of block and module tables during uninstall; merged from MOODLE_19_STABLE
2008-01-03 15:03:32 +00:00
skodak
220a90c5a1
MDL-11561 admin tree improvements and bugfixing
2007-12-19 17:35:20 +00:00
stronk7
6030279805
Adding the ability to perform custom uninstall tasks in modules. MDL-12520
...
Merged from MOODLE_19_STABLE
2007-12-11 23:39:32 +00:00
martinlanghoff
6b6eea5575
admin/modules: Avoid calling rebuild_course_cache()
...
rebuild_course_cache() over all courses is extremely expensive,
not suitable for interactive calling. Better to clear modinfo
and let course/view.php repopulate it as needed.
With this patch we clear out modinfo _only_ for courses affected
by the module we show/hide/delete.
2007-09-12 02:56:50 +00:00
stronk7
6b0caaee81
Now module confguration (records from config) is deleted
...
when a module is deleted. MDL-11056
2007-08-29 15:14:18 +00:00
skodak
d46306de6a
MDL-9848 eventslib improvements and cleanup
2007-05-22 10:26:29 +00:00
skodak
1ae083e424
MDL-9647 simplify dealing with headers/footers in admin sections
2007-04-30 17:08:34 +00:00
stronk7
90ea86e9f8
"flexible" is now out from set_attribute() because
...
flexible tables are adding it automatically.
Point 3.3 of MDL-8419
Merged from MOODLE_18_STABLE
2007-02-22 18:48:38 +00:00
stronk7
6b99bd0df5
Adding some table classes to align all them. MDL-8419
2007-02-21 20:17:58 +00:00
stronk7
38287e169c
inline are now 100% out. Let's CSS handle them. MDL-8419
2007-02-21 17:57:21 +00:00
stronk7
e12d37df2b
Setting the correct id for each table. MDL-8419
2007-02-21 17:27:26 +00:00
stronk7
778951f899
First cut of modules admin page re-styling. MDL-8419
2007-02-21 17:09:58 +00:00
thepurpleblob
bd6648ea93
MDL-8602
...
Don't count modules where course=0 (ie, they must exist in real courses)
2007-02-21 14:55:32 +00:00
thepurpleblob
616ad119ad
MDL-8087
...
Modules and Blocks lists now link to course search page for
actual instances.
2007-02-21 11:42:48 +00:00
toyomoyo
60a9a6ea67
fix for some of the MDL-8425 issues
2007-02-07 07:34:53 +00:00
skodak
0d905d9f34
MDL-7861 new class .icon and .iconsmall
2007-01-08 09:14:05 +00:00
skodak
344044b28e
MDL-7434 all images that convey information should have alt text to convey that information - part 1
2006-11-24 20:16:37 +00:00
skodak
fd98800ea2
another admin ui cleanup
2006-09-21 08:28:25 +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
bee4702d10
Various tidying up of the admin pages.
...
Reports now don't need mod.php but they should include the admin headers/footers.
There are undoubtedly bugs in this but this framework should be more sane
2006-09-03 14:45:57 +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
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
vinkmar
90a73bb361
Admin page cleanup (Google soc 2006)
2006-08-18 07:25:17 +00:00