aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/start.php
AgeCommit message (Collapse)Author
2011-11-04Fixes #4059 returning true when handling a pagecash
2011-11-04Fixes #4059 page handlers all return nothingcash
2011-09-14Fixes #3681 fixed Utilities menu collisions in admin section and added ↵Cash Costello
documentation about registering more than one menu item with the same name to a menu
2011-04-04Fixes #3305 switched default and alt sections for footer menucash
git-svn-id: http://code.elgg.org/elgg/trunk@8934 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-05pulled power by icon out of menu in footer as it serves a different purpose ↵cash
than other menu items git-svn-id: http://code.elgg.org/elgg/trunk@8583 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-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-25Converted report-this icon to be compatible with elgg_view_iconewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8482 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-25Refs #2895: Removed footer/links view. Moved report-this link into ↵ewinslow
alternate footer menu git-svn-id: http://code.elgg.org/elgg/trunk@8481 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-21Fixes #2934 switching to css/elgg for css view since using a print viewtype ↵cash
is a good idea and screen would become a confusing idea git-svn-id: http://code.elgg.org/elgg/trunk@8383 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Replaced all occurrences of register_page_handler in core with ↵ewinslow
elgg_register_page_handler git-svn-id: http://code.elgg.org/elgg/trunk@8244 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12updated reported content to use elgg_view_formcash
git-svn-id: http://code.elgg.org/elgg/trunk@8166 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08Refs #2543: Updated trunk mods and views to use the new functions from ↵brettp
previous 2 commits. git-svn-id: http://code.elgg.org/elgg/trunk@8079 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-03changed elgg_get_plugin_path() to elgg_get_plugins_path()cash
git-svn-id: http://code.elgg.org/elgg/trunk@8001 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-26added reported content widgetcash
git-svn-id: http://code.elgg.org/elgg/trunk@7932 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-26adding margin to admin buttonscash
git-svn-id: http://code.elgg.org/elgg/trunk@7931 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-14changed layout on pages to one_sidebarcash
git-svn-id: http://code.elgg.org/elgg/trunk@7884 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-29added admin utilities menu itemcash
git-svn-id: http://code.elgg.org/elgg/trunk@7760 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-29updating plugins to use new page menucash
git-svn-id: http://code.elgg.org/elgg/trunk@7740 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-01screen.css is a better name for our main css filecash
git-svn-id: http://code.elgg.org/elgg/trunk@7489 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-30Refs #2428 removed some global CONFIG usage in pluginscash
git-svn-id: http://code.elgg.org/elgg/trunk@7479 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-29cleaned up the reported content plugincash
git-svn-id: http://code.elgg.org/elgg/trunk@7466 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-24Refs #2451: Removes (admin_)gatekeeper() calls from core plugin actionsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7434 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-24Fixes #2655: Converted register_action to elgg_register_action throughout coreewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7432 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to ↵ewinslow
use elgg_ prefixed versions git-svn-id: http://code.elgg.org/elgg/trunk@7284 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-22Removed @license, @copyright, and @author from files. License and copyright ↵brettp
are covered by LICENSE.txt and COPYRIGHT.txt in root. git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-01Fixed incorrect echoing of an array.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@6995 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-25Updating administration plugins with admin submenu views.nickw
git-svn-id: http://code.elgg.org/elgg/trunk@6220 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-24Updating multiple plugins to no longer register admin menus with an event hook.nickw
git-svn-id: http://code.elgg.org/elgg/trunk@6191 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-22removing reported content dependency from core code...againcash
git-svn-id: http://code.elgg.org/elgg/trunk@6137 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-04Merged reported content interface changes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5271 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-03Pulled in the interface changes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-08-06removed all main plugins from core - they now live in the plugins svndave
git-svn-id: https://code.elgg.org/elgg/trunk@3422 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-01-23Refs #706marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2611 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-15reported content updateddave
git-svn-id: https://code.elgg.org/elgg/trunk@1934 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-12report content added as a core plugin. Still needs a couple of bits wired up.dave
git-svn-id: https://code.elgg.org/elgg/trunk@1867 36083f99-b078-4883-b0ff-0f9b5a30f544