Simon Coggins
60d72efb4e
MDL-38997 badges: Add checks to fix notices if badge settings not yet configured
2013-04-06 14:24:48 +13:00
Yuliya Bozhko
278065528a
MDL-35073 badges: Open badges integration
...
The badges feature allows to integrate Mozilla "Open Badges" to issue, assign,
manage and display digital badges in Moodle. This feature supports:
-- badge creation and issuing based on criteria
-- badge baking and verification service
-- direct pushing of internal badges to external backpack
-- interanl and external badge display in Moodle
-- Moodle block to display latest badges
2013-04-02 15:49:02 +08:00
Frederic Massart
bf006d2c15
MDL-34455 Libraries: Replaced deprecated get_context_instance()
2012-07-23 14:33:02 +08:00
Dan Poltawski
b3245b758c
Merge branch 'MD-31803' of git://github.com/mouneyrac/moodle
...
Conflicts:
admin/index.php
admin/renderer.php
version.php
2012-06-04 19:25:58 +08:00
Sam Hemelryk
e106013f34
MDL-26155 admin: Converted admin settings to use new lang_string
2012-01-03 09:09:40 +13:00
jerome mouneyrac
07ab0c80ec
hub MDL-19309 new site registration form + course publication + community block
2010-05-01 05:05:55 +00:00
Petr Skoda
11b749ca90
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 10:32:02 +00:00
skodak
18818abf4c
MDL-17458 $CFG->rolesactive cleanup + other cleanup in upgrade code
2009-01-15 22:09:57 +00:00
skodak
1caea91efb
MDL-17457 moved a lot of code into lib/db/install.php + other refactoring and cleanup
2009-01-11 09:41:48 +00:00
moodler
f94824dbbe
admin MDL-17429 Move registration button to admin menu, and make registration page a proper admin page, also fix bad DML call
...
admin MDL-16867 Change "Optional subsystems" menu item to "Advanced features"
(Sorry for the mixed checkin)
2008-12-10 06:23:35 +00:00
skodak
b63a6a6338
MDL-17372 admin reports: Added full plugin support for admin reports - fixed sorting regression, plugins now loaded as last category
2008-11-28 08:04:23 +00:00
skodak
d994ced22b
MDL-17372 admin reports: Added full plugin support for admin reports; added specail capability for unittest execution, minor refactoring
2008-11-26 19:27:39 +00:00
tjhunt
b032b49099
MDL-16348 Reorganise admin tree:
...
* New Capability report put under Users -> Permissions
* Miscellaneous category renamed to Development
* Unit tests and Functional DB test moved to be under Development.
* The hard-coded hack that was used to change the permission that controls the Backups and stats reports replaced with settings.php files.
* There were two hidden Miscellaneous things in the old category, so I moved them. Multilan upgrade now under Lanuages, and Online assignment cleanup now under Plugins -> Activity modules. Both still hidden.
There was already a way for admin report plugins to control where they appeared in the tree, but it was not documented, so see http://docs.moodle.org/en/Development:Admin_reports
2008-09-08 11:32:31 +00:00
skodak
90658eefb0
MDL-16166 centralised enabling of subsystems, fixed some warnings and general cleanup
2008-08-26 05:45:07 +00:00
tjhunt
ff4b9fcbb2
MDL-16170 - Improve naming of the plugins category in the admin menu.
...
Yes, I know I changed an existing language string, which is supposed to be wrong, but I changed it so that the string 'plugin' is now 'Plugin'. I just cannot see that as a wrong change.
2008-08-22 03:32:49 +00:00
skodak
045ee35279
MDL-14261 fixed access control issues for backup and unittest plugins; merged from MOODLE_19_STABLE
2008-07-05 13:08:07 +00:00
skodak
e6b4f00ed7
MDL-14905 towards functional DB tests
2008-06-10 19:54:27 +00:00
jmg324
f9c4681520
MDL-7968 reports section of admin tree controled by reports capability not site config
2008-06-06 15:35:18 +00:00
poltawski
97f3ae8777
MDL-9981 - remove hardcoded admin path, merged from MOODLE_19_STABLE
2007-12-23 17:21:56 +00:00
skodak
220a90c5a1
MDL-11561 admin tree improvements and bugfixing
2007-12-19 17:35:20 +00:00
skodak
afdde5a117
MDL-12231 fixed applying of CFG defaults during initial install phase; merged from MOODLE_19_STABLE
2007-11-17 21:21:37 +00:00
skodak
a559f6306e
MDL-11563 replaced hardcoded permission check from admin_tree_block
2007-10-28 22:35:00 +00:00
skodak
8e5da17a44
MDL-11562 supportname and supportemail are are now initialized after admin user setup
...
MDL-11566 only site shortname, fullname and desc are required/displayed during installation
MDL-11567 fixed upgradesettings redirects if error in settings
MDL-11143 defaultfrontpageroleid moved to Frontpage settings page (easier to find), speedup
2007-10-02 21:38:53 +00:00
tjhunt
325898c61e
MDL-11552 - Oops, I missed one bit when merging from OU Moodle.
2007-10-02 13:32:51 +00:00
tjhunt
aad9f920b1
MDL-11552 - Look for the name of an admin report inside the plugin's own lang dir before falling back to the main admin.php lang file.
2007-10-02 13:30:51 +00:00
moodler
28e2c55641
Added a Grades section to the Admin menu. It dynamically checks the plugins for settings.php files to define global settings. MDL-10210
2007-07-04 09:34:17 +00:00
skodak
84c8ede022
MDL-8343 reorganize frontpage settings in admintree - admin tree now allows to specify context together with required capability for each entry
...
MDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - first part of cleanup related to frontpage
2007-01-29 21:29:27 +00:00
stronk7
60b562c49e
Adding some $CFG->dbfamily-s here and there. MDL-7061
2007-01-12 00:06:08 +00:00
martinlanghoff
d14383e0a0
mnet/multienrol: admin area changes, including test for curl extension
2007-01-04 03:19:49 +00:00
moodler
319ef1a6ea
Hide simpletest on oracle and mssql until it works MDL-7337
2006-11-07 02:53:39 +00:00
vinkmar
e898f2b731
changes made for admin search page
2006-10-02 05:53:39 +00:00
skodak
c9a49ceab4
major cleanup of unsupported and legacy external pages in admin/; created new hidden unsupported category; some other minor fixes and changes
2006-09-25 20:22:55 +00:00
skodak
c0a1aae3e2
admin/upgradesettings.php is now proper hidden external page with correct breadcrums ;-)
2006-09-25 18:21:59 +00:00
skodak
d249e478d4
fixed hidden misc sectionin admin tree block, sorry
2006-09-25 17:44:43 +00:00
moodler
11737b8bfa
Fixed module links to suit new admin/*.php file page names
2006-09-03 15:13:53 +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