aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/admin.php
AgeCommit message (Collapse)Author
2013-11-04Allow regenerating site secretSteve Clay
2013-05-28Fixes #5337 properly checking if admin notice existscash
2013-05-02Fixes #5405 fixes fatal errorcash
2013-02-09Small changes to remove static analysis noise and simplify flowSteve Clay
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2012-12-28fixes: invalid link in admin footerPaweł Sroka
2012-12-16Merge branch 'pr-309' into 1.8Brett Profitt
2012-11-28Fixes #4935 - Adds admin listing in admin panelKrzysztof Różalski
2012-07-17Refs #4643. Added unlock upgrade action.Sem
2012-06-18Fixes #4483 fixes undefined variable errors for non-deprecated functions in ↵Cash Costello
engine
2012-05-28Call elgg_register_simplecache_view('css/admin') to register admin css with ↵Jeff Tilson
simplecache
2012-01-09Merge pull request #132 from cash/server_infoCash Costello
Adds a server info page
2012-01-08coding standards fixes - commentsCash Costello
2012-01-02Fixes #4164 adds a server statistics page to admin areaCash Costello
2012-01-01Fixes #4168 ignoring access when saving an admin noticeCash Costello
2011-12-08Fixes #4185, #2111 adds control panel widgetcash
2011-11-04Fixes #4059 returning true when handling a pagecash
2011-11-04Fixes #4059 page handlers all return nothingcash
2011-10-13Fixes #3917. Removed uses of admin interface in manifests. Removed related code.Brett Profitt
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-09-12Refs #3800 including jeditable on more admin pagesCash Costello
2011-06-25fixed spacing in elgg_admin_add_plugin_settings_menu()cash
2011-06-11sorting plugin settings menu items by textcash
git-svn-id: http://code.elgg.org/elgg/trunk@9169 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-09Fixes #3548 the check for an admin menu's parent wasn't workingcash
git-svn-id: http://code.elgg.org/elgg/trunk@9159 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-09Refs #2871 promoted advanced plugins up to be a primary menucash
git-svn-id: http://code.elgg.org/elgg/trunk@9156 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-19Fixes #3163 plugin/<plugin id>/settings.php is now the preferred way to add ↵cash
settings plugins git-svn-id: http://code.elgg.org/elgg/trunk@9101 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-27Fixed possible WSOD for plugin text file page handler.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9037 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-27Refs #3362. Plugins don't check deps upon boot. Made package and manifest ↵brettp
private properties of ElggPlugin and added ->getPackage() and ->getManifest(). git-svn-id: http://code.elgg.org/elgg/trunk@9030 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-25Fixes #2899, #2870. Added README.txt, CHANGES.txt, COPYRIGHT.txt, ↵brettp
LICENSE.txt, and INSTALL.txt as markdown files for plugins. Added page handler to parse and serve them. Added links in plugin admin. Refs #3236. Problems with displaying parsed markdown because of missing parts of the admin theme's CSS. git-svn-id: http://code.elgg.org/elgg/trunk@9022 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-26Fixes #3250 elgg_get_root_path() to be consistentcash
git-svn-id: http://code.elgg.org/elgg/trunk@8863 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-26Fixes #2233 added documentation on admin menus and pagescash
git-svn-id: http://code.elgg.org/elgg/trunk@8856 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-23Refs #3165 floating admin widgets in same direction as profile widgetscash
git-svn-id: http://code.elgg.org/elgg/trunk@8825 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-23Refs #3165 new admin users all get admin widgetscash
git-svn-id: http://code.elgg.org/elgg/trunk@8823 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-20Refs #2892 added elgg_get_admins() function - this could eventually be a ↵cash
wrapper around elgg_get_users() git-svn-id: http://code.elgg.org/elgg/trunk@8783 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-17Fixes #2242. Can now delete admin notices manually.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8737 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Fixes #3091 adds load functions for js and csscash
git-svn-id: http://code.elgg.org/elgg/trunk@8675 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Fixed #3093: Admin link shows only for admin users.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8674 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Refs #3091 rewrote the js and css register functions to require a namecash
git-svn-id: http://code.elgg.org/elgg/trunk@8668 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Refs #2991: Readded the appearance menu under configure. Moved plugin ↵brettp
settings under configure/settings. git-svn-id: http://code.elgg.org/elgg/trunk@8665 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Refs #2991. Using section for admin menu.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8664 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-11Refs #2991. First round at rearranging and grouping admin menu based upon tasks.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8654 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ewinslow
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-08Fixes #3005. Added links to admin faq, admin manual, blog, and community ↵brettp
forums in the admin footer. git-svn-id: http://code.elgg.org/elgg/trunk@8634 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Fixes #3031 using 'priority' nowcash
git-svn-id: http://code.elgg.org/elgg/trunk@8545 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Fixes #3014 using more standard "register" in admin convenience functioncash
git-svn-id: http://code.elgg.org/elgg/trunk@8520 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-26Fixes #2951 not registering utilities menu item by default but added code to ↵cash
automatically register a parent menu if not registered in admin menu registration function. We lose the ability to set a weight on utilities. git-svn-id: http://code.elgg.org/elgg/trunk@8501 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-26simplified admin menu registration function in preparation for adding sectionscash
git-svn-id: http://code.elgg.org/elgg/trunk@8500 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-26moved admin messages into admin page shellcash
git-svn-id: http://code.elgg.org/elgg/trunk@8498 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-26Fixes #2913 - directs the user to admin dashboard when installer finishescash
git-svn-id: http://code.elgg.org/elgg/trunk@8497 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-25Refs #2895: Converted topbar to one menu (felt dirty using two). Fixed styles.ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8476 36083f99-b078-4883-b0ff-0f9b5a30f544