aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-06Fixes #2853 pages plugin uses the icon url plugin hook and fixes delete actioncash
2011-02-06more css/html improvements - added .elgg-table and a featured modulecash
2011-02-06Fixes #2510 sticky forms is finish - Elgg 1.9 could have a ElggForm class tha...cash
2011-02-05using elgg-module-<type> cash
2011-02-05a little clean up of unnecessary viewscash
2011-02-05Fixes #2559 refs #2475 added ElggEntity:getIconURL() and elgg_view_entity_ic...cash
2011-02-05The screenshot desc is now used. Small css changes.brettp
2011-02-05Better displaying of full screenshots in plugins admin.brettp
2011-02-05Missed language string from last commit.brettp
2011-02-05Fixes #2852: Checking other plugins' conflicts to see if plugin is able to be...brettp
2011-02-05fixed widgets theming preview by overriding some javascriptcash
2011-02-05supporting private settings before an entity is savedcash
2011-02-05using setPrivateSetting() and getPrivateSetting() instead of procedural funct...cash
2011-02-05fixed ajax loader css and htmlcash
2011-02-05changed named from css preview to theming previewcash
2011-02-05better navigation for theming previewscash
2011-02-05cleaned up hover menucash
2011-02-05getting back to the css - making changes based on Evan's commentscash
2011-02-05cleaned up navigation of the css preview documentationcash
2011-02-05setting size for iframe for css previewcash
2011-02-05removed unecessary inner div for .elgg-main because of switch back to overflo...cash
2011-02-05Fixed a problem with detecting conflicting plugin versions. Not showing a st...brettp
2011-02-04Added support for screenshots in the advanced plugin admin.brettp
2011-02-04Fixed typo that caused ElggPlugin->path not to be correctly set when loading ...brettp
2011-02-04Renamed 'name' to 'plugin' for priority req. Updated unit tests and docs.brettp
2011-02-04Added priority requires to example manifest.brettp
2011-02-04Fixed problems showing detected values for plugin conflicts. Clarified langua...brettp
2011-02-04Added new priority 'requires' for plugin dep system. You can now say that a p...brettp
2011-02-04I'm a dummy -- getType and getSubtype are taken care of by Loggable...ewinslow
2011-02-04Added type and subtype abstract functions to ElggDataewinslow
2011-02-04Fixes #2822: Added missing language string.brettp
2011-02-04Fixes #2820, Fixes #2823. Using elgg_get_plugins() in elgg_get_plugins_provid...brettp
2011-02-03Updated elgg_get_plugin_path in load_plugin_manifest to elgg_get_plugins_pathewinslow
2011-02-03Changed widgets layout "box" parameter to "content" just like the other layoutsewinslow
2011-02-03changed input/pulldown to input/dropdowncash
2011-02-03removed one_column_with_sidebar layout - use one_sidebar insteadcash
2011-02-03removed uses of $vars[config] in viewscash
2011-02-03removes uses of $vars[url] from core and pluginscash
2011-02-03Fixes #2124 only setting $vars[user], $vars[url], and $vars[config] in elgg_v...cash
2011-02-03changed elgg_get_plugin_path() to elgg_get_plugins_path()cash
2011-02-03Refs #2428 just a few more CONFIG uses left to be replacedcash
2011-02-03Refs #2428 almost done removing CONFIG access - mostly plugin start.php leftcash
2011-02-03Refs #2680: First pass at porting the 1.7 bookmarks to 1.8. Functional, but c...brettp
2011-02-03Added more info to the @params documentation for elgg_register_action.brettp
2011-02-03Refs #2428 removed some uses of CONFIG in the viewscash
2011-02-03Fixes #2802 put state class on list element rather than spancash
2011-02-03fixes #2784 for real this timecash
2011-02-03Fixes #2784 #2842 installer uses new plugin system nowcash
2011-02-02updated the plugin manifest files to use the new variable name for activation...cash
2011-02-02Fixes #2846: elgg_view_river_item calls river/item view first.ewinslow