Age | Commit message (Expand) | Author |
2011-02-27 | Fixes #3011. on_activate and on_deactivate work for plugins now. Updated the ... | brettp |
2011-02-26 | Refs #2693 - Added pg/css and pg/js to the list of public pages for walled ga... | brettp |
2011-02-25 | Supporting is_action in ElggMenuItem | ewinslow |
2011-02-24 | Fixes #2960 removing river entry for deleted annotation | cash |
2011-02-24 | fixed typo in elgg menu updates from last night | cash |
2011-02-24 | finished the implementation of non-links in menu system | cash |
2011-02-24 | using getContent() in menu system in preparation for supporting non-links | cash |
2011-02-24 | Fixes #2997 - href used instead of url in menu system | cash |
2011-02-24 | Refs #2997 switching from title to text for menu items | cash |
2011-02-21 | fixes #2885 #2569 likes controlled by canAnnotate() with plugin hook | cash |
2011-02-21 | Fixes #2971 added canComment() method and implemented it for ElggBlog | cash |
2011-02-20 | Fixes #2963: Rewrote ElggEntity->setMetadata() because yikes. Wrote unit test... | brettp |
2011-02-19 | Added 4 methods to ElggMenuItem: get/setLinkClass() and get/setItemClass(). T... | brettp |
2011-02-18 | Fixes #2945, Refs #2946. Plugins that require priority on an uninstalled plug... | brettp |
2011-02-15 | Fixes #2808: elgg_get_array_value => elgg_extract | ewinslow |
2011-02-14 | Clearing caches in ElggBatch. | brettp |
2011-02-14 | Removed last of deprecated metadata calls in trunk. | brettp |
2011-02-14 | Updated trunk to use new annotation functions. Added checks for annotations_*... | brettp |
2011-02-14 | Fixes #2918. Moved annotation/metadata delete functions from ElggUser to Elgg... | brettp |
2011-02-13 | Deprecated ElggEntity->clearMetadata() by ElggEntity->deleteMetadata(). Disab... | brettp |
2011-02-13 | If using a callback in ElggBatch, make sure there's an initial value to return. | brettp |
2011-02-13 | Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation functi... | brettp |
2011-02-13 | admin menu uses weights for ordering | cash |
2011-02-13 | Additional checking in ElggBatch for valid key. | brettp |
2011-02-13 | Added ability to get results of callback function in ElggBatch. | brettp |
2011-02-13 | Fixed ElggBatch problems when specifying a limit of 0. Fixed a shoot yourself... | brettp |
2011-02-13 | Added ElggBatch class for more efficient batch operations on large sets of El... | brettp |
2011-02-12 | Refs #650. Replaced count_annotations(). | brettp |
2011-02-12 | Updated a few recent calls to elgg_get_annotations() to use 'reverse_order_by... | brettp |
2011-02-12 | Refs #650. Replaced calls to get_annotations() by elgg_get_annotations(). | brettp |
2011-02-12 | Refs #650. Replaced uses for get_metadata_byname() by elgg_get_metadata() | brettp |
2011-02-12 | Refs #650. Changed elgg_get_metadata_by_id() to elgg_get_metadata_from_id() t... | brettp |
2011-02-12 | Refs #650. Replaced get_metadata() by elgg_get_metadata_by_id() | brettp |
2011-02-12 | Refs #650: Replaced uses of get_metadata_for_entity() by elgg_get_metadata(). | brettp |
2011-02-12 | Refs #2898: Using an XML namespace instead of version attribute on plugin man... | brettp |
2011-02-09 | Refs #2869, #2874. Renamed ElggPlugin::remove* functions to unset*. Added El... | brettp |
2011-02-09 | Refs #2869: Fixed problems when deleting user settings using wrapper function. | brettp |
2011-02-09 | Refs #2874: Using elgg_get_plugins() instead of get_installed_plugins(). | brettp |
2011-02-09 | Fixed typo that break ElggPlugin::isActive(). | brettp |
2011-02-08 | Fixes #2858: is_plugin_enabled() is deprecated by elgg_is_active_plugin() ins... | brettp |
2011-02-08 | Fixes #2869: User settings for plugins work again. | brettp |
2011-02-08 | Refs #2543: Core uses the new functions from previous commit. | brettp |
2011-02-08 | Fixes #2863: Can now use all 6 dep types with conflicts. | brettp |
2011-02-08 | Added suggests to the plugins deps system. It parallels the requires system, ... | brettp |
2011-02-08 | Running plugins' blurb, description, name, and screenshot->description throug... | brettp |
2011-02-06 | fixed some minor documentation issues | cash |
2011-02-06 | Fixed bug when trying to set a plugin's priority to 1 without using "first." | brettp |
2011-02-06 | moved the count comments and likes functions into the ElggEntity class | cash |
2011-02-05 | Fixes #2559 refs #2475 added ElggEntity:getIconURL() and elgg_view_entity_ic... | cash |
2011-02-05 | Fixes #2852: Checking other plugins' conflicts to see if plugin is able to be... | brettp |