aboutsummaryrefslogtreecommitdiff
path: root/engine/classes
AgeCommit message (Expand)Author
2011-03-12improved documentation of can write to container method/functioncash
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-03-09Fixed some typos in documentation of ElggBatch.brettp
2011-03-09Fixes #3058 pulls likes out as a plugincash
2011-03-08Added a bit more docs to ElggBatch.brettp
2011-03-07added support for confirm text to ElggMenuItemcash
2011-03-05added a catch to menu builder for bad menu itemscash
2011-03-01Fixes #3031 using 'priority' nowcash
2011-03-01Fixes #3032: toggler pattern is now <a href="#target" class="elgg-toggler">.....ewinslow
2011-03-01Added support for "rel" to ElggMenuItemewinslow
2011-03-01Fixes #3023: added support for 'class' argument in elgg_register_menu_itemewinslow
2011-02-27Fixes #3011. on_activate and on_deactivate work for plugins now. Updated the ...brettp
2011-02-26Refs #2693 - Added pg/css and pg/js to the list of public pages for walled ga...brettp
2011-02-25Supporting is_action in ElggMenuItemewinslow
2011-02-24Fixes #2960 removing river entry for deleted annotationcash
2011-02-24fixed typo in elgg menu updates from last nightcash
2011-02-24finished the implementation of non-links in menu systemcash
2011-02-24using getContent() in menu system in preparation for supporting non-linkscash
2011-02-24Fixes #2997 - href used instead of url in menu systemcash
2011-02-24Refs #2997 switching from title to text for menu itemscash
2011-02-21fixes #2885 #2569 likes controlled by canAnnotate() with plugin hookcash
2011-02-21Fixes #2971 added canComment() method and implemented it for ElggBlogcash
2011-02-20Fixes #2963: Rewrote ElggEntity->setMetadata() because yikes. Wrote unit test...brettp
2011-02-19Added 4 methods to ElggMenuItem: get/setLinkClass() and get/setItemClass(). T...brettp
2011-02-18Fixes #2945, Refs #2946. Plugins that require priority on an uninstalled plug...brettp
2011-02-15Fixes #2808: elgg_get_array_value => elgg_extractewinslow
2011-02-14Clearing caches in ElggBatch.brettp
2011-02-14Removed last of deprecated metadata calls in trunk.brettp
2011-02-14Updated trunk to use new annotation functions. Added checks for annotations_*...brettp
2011-02-14Fixes #2918. Moved annotation/metadata delete functions from ElggUser to Elgg...brettp
2011-02-13Deprecated ElggEntity->clearMetadata() by ElggEntity->deleteMetadata(). Disab...brettp
2011-02-13If using a callback in ElggBatch, make sure there's an initial value to return.brettp
2011-02-13Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation functi...brettp
2011-02-13admin menu uses weights for orderingcash
2011-02-13Additional checking in ElggBatch for valid key.brettp
2011-02-13Added ability to get results of callback function in ElggBatch.brettp
2011-02-13Fixed ElggBatch problems when specifying a limit of 0. Fixed a shoot yourself...brettp
2011-02-13Added ElggBatch class for more efficient batch operations on large sets of El...brettp
2011-02-12Refs #650. Replaced count_annotations().brettp
2011-02-12Updated a few recent calls to elgg_get_annotations() to use 'reverse_order_by...brettp
2011-02-12Refs #650. Replaced calls to get_annotations() by elgg_get_annotations().brettp
2011-02-12Refs #650. Replaced uses for get_metadata_byname() by elgg_get_metadata()brettp
2011-02-12Refs #650. Changed elgg_get_metadata_by_id() to elgg_get_metadata_from_id() t...brettp
2011-02-12Refs #650. Replaced get_metadata() by elgg_get_metadata_by_id()brettp
2011-02-12Refs #650: Replaced uses of get_metadata_for_entity() by elgg_get_metadata().brettp
2011-02-12Refs #2898: Using an XML namespace instead of version attribute on plugin man...brettp
2011-02-09Refs #2869, #2874. Renamed ElggPlugin::remove* functions to unset*. Added El...brettp
2011-02-09Refs #2869: Fixed problems when deleting user settings using wrapper function.brettp
2011-02-09Refs #2874: Using elgg_get_plugins() instead of get_installed_plugins().brettp
2011-02-09Fixed typo that break ElggPlugin::isActive().brettp