aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-12Fixes #2904: Converted most elgg_view('layout/objects/module') instances to ↵ewinslow
elgg_view_module() git-svn-id: http://code.elgg.org/elgg/trunk@8135 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12pulled <head> out into page shell alsocash
git-svn-id: http://code.elgg.org/elgg/trunk@8134 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Added an elgg_view_module shortcut function -- now to try it out!ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8133 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12fixed topbar htmlcash
git-svn-id: http://code.elgg.org/elgg/trunk@8132 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Added missing @deprecated tags to a couple functionsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8131 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12set_view_location => elgg_set_view_location (to match elgg_get_view_location)ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8130 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Bye bye spotlightewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8129 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12One more conversion to elgg_view_formewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8128 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Converted most forms to use elgg_view_form (therefore also moved the views ↵ewinslow
to forms/*). Some views are left that _only_ do elgg_view_form, so I wonder if those should even be kept around. git-svn-id: http://code.elgg.org/elgg/trunk@8127 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Registering forward() calls to a plugin-specific reason for use in plugin hooks.nickw
git-svn-id: http://code.elgg.org/elgg/trunk@8126 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12light clean up on the embed plugin which doesn't appear to work at presentcash
git-svn-id: http://code.elgg.org/elgg/trunk@8125 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Typo correction: @deprecate => @deprecatedewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8124 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Added disapproving @todo's wherever I could find javascript not conforming ↵ewinslow
to 1.8 conventions git-svn-id: http://code.elgg.org/elgg/trunk@8123 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11some clean up of the categories plugin - html/css polish neededcash
git-svn-id: http://code.elgg.org/elgg/trunk@8122 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Fixes #2888: Plugins are checked for validity in elgg_get_plugins(). It ↵brettp
won't return broken plugins unless specifically requested. git-svn-id: http://code.elgg.org/elgg/trunk@8121 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Bah Didn't hit save on annotations.php before I commited the previous change.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8120 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Moved list_entities_from_annotation_count_by_metadata() to deprecated-18.php.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8119 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Refs #650. Added 'annotation_calculation' to elgg_get_annotations(). ↵brettp
Deprecated list_annotations() by elgg_list_annotations(). Deprecated get_annotations_*() by elgg_get_annotations() and passing annotation_calculation. git-svn-id: http://code.elgg.org/elgg/trunk@8118 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Added $viewer callback option for elgg_list_entities().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8117 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Fixed doc spacing that was throwing errors in PHP Code Sniffer.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8116 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11elgg-classic => elgg-page-classic, elgg-admin => elgg-page-adminewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8115 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Added css/elements/modules.php. Modules and widgets deserve their own space.ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8114 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Cleaned up admin advanced plugins view a bitewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8113 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Fixes #1303: Pulled html_begin/end into page shells. extracted <head> ↵ewinslow
element into page/elements/head git-svn-id: http://code.elgg.org/elgg/trunk@8112 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Converted all manifest files to 1.8 styleewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8111 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Moved get_annotations() to deprecated-1.8.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8110 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Refs #650. Deprecated get_annotations() for elgg_get_annotations().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8109 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11not outputing all the plugin information in diagnostics plugin due to new ↵cash
plugin system structure git-svn-id: http://code.elgg.org/elgg/trunk@8108 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Fixes #2872 - returned plugin settings menu to working ordercash
git-svn-id: http://code.elgg.org/elgg/trunk@8107 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Cleanup of basic plugins areaewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8106 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11More cleanup of admin/plugins cssewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8105 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11elgg-$state-dependency => elgg-state-(error|success)ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8104 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Removed unused view: output/rss_viewewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8103 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Converted hardcoded styles to css primitivesewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8102 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10Removed nonsensical commentsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8101 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10Added border primitives "b<loc><type>" where type is "a" or "b" -- anyone ↵ewinslow
want to choose better names? :) git-svn-id: http://code.elgg.org/elgg/trunk@8100 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10git-svn-id: http://code.elgg.org/elgg/trunk@8099 ↵ewinslow
36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10disabled => elgg-state-disabled in plugins (only found in blog and groups)ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8098 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10Moved the simple plugins admin form to the forms/ direwinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8097 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10.disabled => .elgg-state-disabled (core only)ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8096 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10Using spacing primitives rather than <br/>ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8095 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10Corrected minor problem with admin tablesewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8094 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10Plugin settings forms now use the forms/ directoryewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8093 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10fixed access issue on menu namecash
git-svn-id: http://code.elgg.org/elgg/trunk@8092 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10Converted buttons to elgg-object-type naming convention. Added table of ↵ewinslow
buttons to forms theming preview meant for previewing all button types and states (still have to implement those...) git-svn-id: http://code.elgg.org/elgg/trunk@8091 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-09Refs #2874. Finished removing calls to deprecated plugin mgmt functions in ↵brettp
core and core plugins. git-svn-id: http://code.elgg.org/elgg/trunk@8090 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-09Refs #2874: More removal of deprecated function user in plugins systems.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8089 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-09Refs #2869, #2874. Renamed ElggPlugin::remove* functions to unset*. Added ↵brettp
ElggPlugin::getAllUserSettings() and getAllSettings(). Deprecated all plugin settings and user setting functions with correctly named functions. git-svn-id: http://code.elgg.org/elgg/trunk@8088 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-09Slightly more efficient way of declaring spacing helpersewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8087 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-09updated version numbercash
git-svn-id: http://code.elgg.org/elgg/trunk@8086 36083f99-b078-4883-b0ff-0f9b5a30f544