aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-14More fixes to annotations/metadata changes. Now all function support getting ...brettp
2011-02-14Fixes #2914. Merged fix for r.time_created sorting to trunk.brettp
2011-02-14getting rid of some warnings in theme previewcash
2011-02-14Refs #2903 navigation updated for theme previewcash
2011-02-14Removed accidental commit.brettp
2011-02-14Refs #2912. Added checks for constraints in dangerous functions. Unit tests n...brettp
2011-02-14Refs #2903 moving theme preview into developers plugin - navigation and title...cash
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-13Allowing metastrings_type for metastring-based object functions.brettp
2011-02-13added tabs to admin themecash
2011-02-13updates externalpages to 1.8cash
2011-02-13Removed worthless function from previous commit.brettp
2011-02-13Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation functi...brettp
2011-02-13swapping sitepages for externalpages since the external pages is easier to in...cash
2011-02-13Refs #2301 demoting type:subtype warnings to noticescash
2011-02-13Fixes #2848 pulls user settings code out of actions into functions. We should...cash
2011-02-13user settings library is now user_settings.phpcash
2011-02-13documentation update for admin functionscash
2011-02-13admin menu uses weights for orderingcash
2011-02-13Additional checking in ElggBatch for valid key.brettp
2011-02-13Fixed #2218 finished up the encoding issues by turning of double encodingcash
2011-02-13categories are listed horizontallycash
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-13added the footer analytics view for jscash
2011-02-13updated custom index for 1.8cash
2011-02-13Renamed signin to elgg-button-dropdownewinslow
2011-02-13Progress refactoring the login dropdown and login forms -- not quite there ye...ewinslow
2011-02-13moved custom_index back into corecash
2011-02-12Updated docs for layout_objectsewinslow
2011-02-12Refs #650. Replaced count_annotations().brettp
2011-02-12Refs #650. Replaced list_annotations() by elgg_list_annotations().brettp
2011-02-12Updated a few recent calls to elgg_get_annotations() to use 'reverse_order_by...brettp
2011-02-12Refs #2906. Missed a file.brettp
2011-02-12Fixes #2906. Added elgg_sql_reverse_order_by() and wired it up to ege() and e...brettp
2011-02-12a mostly completed port of JHU/APL wire plugin to 1.8cash
2011-02-12Refs #650. Replaced calls to get_annotations() by elgg_get_annotations().brettp
2011-02-12added the status view into details on profile pagecash
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-12allow plugins to decline the addition of tags to their entity list viewcash
2011-02-12Deprecated get_metadata() by elgg_get_metadata_by_id() to avoid confusion wit...brettp
2011-02-12Refs #650: Deprecated find_metadata() with elgg_get_metadata(). Deprecated ge...brettp