aboutsummaryrefslogtreecommitdiff
path: root/engine/classes
AgeCommit message (Expand)Author
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
2011-02-08Fixes #2858: is_plugin_enabled() is deprecated by elgg_is_active_plugin() ins...brettp
2011-02-08Fixes #2869: User settings for plugins work again.brettp
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2011-02-08Fixes #2863: Can now use all 6 dep types with conflicts.brettp
2011-02-08Added suggests to the plugins deps system. It parallels the requires system, ...brettp
2011-02-08Running plugins' blurb, description, name, and screenshot->description throug...brettp
2011-02-06fixed some minor documentation issuescash
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-05Fixes #2559 refs #2475 added ElggEntity:getIconURL() and elgg_view_entity_ic...cash
2011-02-05Fixes #2852: Checking other plugins' conflicts to see if plugin is able to be...brettp
2011-02-05supporting private settings before an entity is savedcash
2011-02-05using setPrivateSetting() and getPrivateSetting() instead of procedural funct...cash
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 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 #2820, Fixes #2823. Using elgg_get_plugins() in elgg_get_plugins_provid...brettp
2011-02-03changed elgg_get_plugin_path() to elgg_get_plugins_path()cash
2011-01-22Fixes #2586 ErrorResult has PHP5 constructor nowcash
2011-01-22fixed bug with plugin settings because of assignment operator confusioncash
2011-01-22Fixes #2812 - correct check for guid nowcash
2011-01-22fixed backward compatibility issue with $CONFIG in plugins' start.phpcash
2011-01-07Refs #2781: Checking if a dir was passed as a plugin package. Need to do this...brettp
2011-01-07Refs #2781: Using same technique to check for full plugin path in ElggPlugin.brettp
2011-01-07Refs #2781 path checking in ElggPluginPackage constructor should work for bot...cash
2011-01-06Fixes #2774 - fixes several E_NOTICE issues - mostly due to accessign array i...cash
2011-01-05Fixes #2760. Refs #2759. Updated plugin admin actions to use the new system. ...brettp
2011-01-05Refs #2759: Added elgg_version to 1.7 manifest parser.brettp