Age | Commit message (Expand) | Author |
2011-02-14 | Refs #2912. Added checks for constraints in dangerous functions. Unit tests n... | brettp |
2011-02-14 | Refs #2903 moving theme preview into developers plugin - navigation and title... | cash |
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 | Allowing metastrings_type for metastring-based object functions. | brettp |
2011-02-13 | added tabs to admin theme | cash |
2011-02-13 | updates externalpages to 1.8 | cash |
2011-02-13 | Removed worthless function from previous commit. | brettp |
2011-02-13 | Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation functi... | brettp |
2011-02-13 | swapping sitepages for externalpages since the external pages is easier to in... | cash |
2011-02-13 | Refs #2301 demoting type:subtype warnings to notices | cash |
2011-02-13 | Fixes #2848 pulls user settings code out of actions into functions. We should... | cash |
2011-02-13 | user settings library is now user_settings.php | cash |
2011-02-13 | documentation update for admin functions | cash |
2011-02-13 | admin menu uses weights for ordering | cash |
2011-02-13 | Additional checking in ElggBatch for valid key. | brettp |
2011-02-13 | Fixed #2218 finished up the encoding issues by turning of double encoding | cash |
2011-02-13 | categories are listed horizontally | cash |
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-13 | added the footer analytics view for js | cash |
2011-02-13 | updated custom index for 1.8 | cash |
2011-02-13 | Renamed signin to elgg-button-dropdown | ewinslow |
2011-02-13 | Progress refactoring the login dropdown and login forms -- not quite there ye... | ewinslow |
2011-02-13 | moved custom_index back into core | cash |
2011-02-12 | Updated docs for layout_objects | ewinslow |
2011-02-12 | Refs #650. Replaced count_annotations(). | brettp |
2011-02-12 | Refs #650. Replaced list_annotations() by elgg_list_annotations(). | brettp |
2011-02-12 | Updated a few recent calls to elgg_get_annotations() to use 'reverse_order_by... | brettp |
2011-02-12 | Refs #2906. Missed a file. | brettp |
2011-02-12 | Fixes #2906. Added elgg_sql_reverse_order_by() and wired it up to ege() and e... | brettp |
2011-02-12 | a mostly completed port of JHU/APL wire plugin to 1.8 | cash |
2011-02-12 | Refs #650. Replaced calls to get_annotations() by elgg_get_annotations(). | brettp |
2011-02-12 | added the status view into details on profile page | cash |
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 | allow plugins to decline the addition of tags to their entity list view | cash |
2011-02-12 | Deprecated get_metadata() by elgg_get_metadata_by_id() to avoid confusion wit... | brettp |
2011-02-12 | Refs #650: Deprecated find_metadata() with elgg_get_metadata(). Deprecated ge... | brettp |
2011-02-12 | Label wraps checkbox for usability | ewinslow |
2011-02-12 | Doh, how did this get here? | ewinslow |
2011-02-12 | Refs #2898: Updated docs and test manifest for the xmlns changes. | brettp |
2011-02-12 | Refs #2898: Using an XML namespace instead of version attribute on plugin man... | brettp |
2011-02-12 | Cleaned up more twitterservice code. Twitter usernames now have random digits... | brettp |
2011-02-12 | Deleting a user from his profile forwards to the right page. | brettp |
2011-02-12 | Fixed #2887 redirects on blog, file, and pages works now - bookmarks plugin s... | cash |
2011-02-12 | updated reported content to use elgg_view_form | cash |