aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-08more tweaking of css - menu and general clean upcash
2011-02-08starting to standardize on elgg-<type>-<subtype> for css such as elgg-heading...cash
2011-02-07removed some old css no longer supported by modern browserscash
2011-02-07Pulled elgg-icon and elgg-icon-* into the admin css. Pulled out profile field...brettp
2011-02-07Added dragger icon.brettp
2011-02-07fixed typo in plugin librarycash
2011-02-07Fixes 2354 Using list instead of listing for search nowcash
2011-02-07Fixes #2335 #2336 clean up and minor standardization of search plugin - needs...cash
2011-02-07Added drag and drop reordering of plugins. Started pulling out admin area's j...brettp
2011-02-07moved sticky forms into the input librarycash
2011-02-06removing old entities views that are no longer needed and did the last change...cash
2011-02-06forgot to delete old views in last commitcash
2011-02-06updated the groups plugin to use the new icon structurecash
2011-02-06updated the file plugin to use the new icon structurecash
2011-02-06fixed some minor documentation issuescash
2011-02-06missed this use of elgg_count_comments() in change to ->countComments()cash
2011-02-06Fixed bug when trying to set a plugin's priority to 1 without using "first."brettp
2011-02-06moved the count comments and likes functions into the ElggEntity classcash
2011-02-06Fixes #2854 removing my bad idea of auto-appending action in elgg_view_form()cash
2011-02-06forgot this file from a previous commitcash
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