aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/admin.php
AgeCommit message (Expand)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 e...Cash Costello
2012-05-28Call elgg_register_simplecache_view('css/admin') to register admin css with s...Jeff Tilson
2012-01-09Merge pull request #132 from cash/server_infoCash Costello
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
2011-06-09Fixes #3548 the check for an admin menu's parent wasn't workingcash
2011-06-09Refs #2871 promoted advanced plugins up to be a primary menucash
2011-05-19Fixes #3163 plugin/<plugin id>/settings.php is now the preferred way to add s...cash
2011-04-27Fixed possible WSOD for plugin text file page handler.brettp
2011-04-27Refs #3362. Plugins don't check deps upon boot. Made package and manifest pri...brettp
2011-04-25Fixes #2899, #2870. Added README.txt, CHANGES.txt, COPYRIGHT.txt, LICENSE.txt...brettp
2011-03-26Fixes #3250 elgg_get_root_path() to be consistentcash
2011-03-26Fixes #2233 added documentation on admin menus and pagescash
2011-03-23Refs #3165 floating admin widgets in same direction as profile widgetscash
2011-03-23Refs #3165 new admin users all get admin widgetscash
2011-03-20Refs #2892 added elgg_get_admins() function - this could eventually be a wrap...cash
2011-03-17Fixes #2242. Can now delete admin notices manually.brettp
2011-03-12Fixes #3091 adds load functions for js and csscash
2011-03-12Fixed #3093: Admin link shows only for admin users.brettp
2011-03-12Refs #3091 rewrote the js and css register functions to require a namecash
2011-03-12Refs #2991: Readded the appearance menu under configure. Moved plugin setting...brettp
2011-03-12Refs #2991. Using section for admin menu.brettp
2011-03-11Refs #2991. First round at rearranging and grouping admin menu based upon tasks.brettp
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-03-08Fixes #3005. Added links to admin faq, admin manual, blog, and community foru...brettp
2011-03-01Fixes #3031 using 'priority' nowcash
2011-03-01Fixes #3014 using more standard "register" in admin convenience functioncash
2011-02-26Fixes #2951 not registering utilities menu item by default but added code to ...cash
2011-02-26simplified admin menu registration function in preparation for adding sectionscash
2011-02-26moved admin messages into admin page shellcash
2011-02-26Fixes #2913 - directs the user to admin dashboard when installer finishescash
2011-02-25Refs #2895: Converted topbar to one menu (felt dirty using two). Fixed styles.ewinslow