Age | Commit message (Expand) | Author |
2012-06-15 | Fixes #450 Enabling entity doesn't enable it's children entities. | Srokap |
2012-01-28 | Fixes #4329 removed old recursive delete permissions override | Cash Costello |
2012-01-28 | Fixes #2646 mention ELGG_ENTITIES_NO_VALUE in elgg_get_entities() documentation | Cash Costello |
2012-01-25 | Refs #4081. Correctly calling setIncrementOffset(false) for deleting entities... | Brett Profitt |
2012-01-25 | Fixes #4081. Using ElggBatch to delete recursive. | Brett Profitt |
2012-01-24 | Fixes #4272 where an array of entity types can be used, use array in config o... | Cash Costello |
2012-01-23 | Fixes #1196. Added elgg_set_ignore_access() calls to disable_entity() when ca... | Brett Profitt |
2012-01-20 | Fixes #4303 passing arguments to elgg_view_entity_list in options array | Cash Costello |
2012-01-08 | Fixes #4234 forcing limit to be nonnegative | Cash Costello |
2012-01-04 | fixed enabling bug, added flag for recursion, removed unnecessary code in dis... | cash |
2012-01-04 | Refs #2051. Fixed: ElggEntity's enable does not recurse. | Sem |
2011-12-07 | #4187 (get_entity optimization) | Janek Lasocki-Biczysko |
2011-12-03 | Refs #4176 added elgg_list_registered_entities() fix to 1.8 branch | cash |
2011-11-27 | fixed some documentation related to subtypes | Cash Costello |
2011-11-18 | Fixes #4108 delete() returns bool now and updated unit tests | Cash Costello |
2011-11-06 | Fixes #4068 not forcing update on adds when the subtype exists Refs #4058 | Cash Costello |
2011-11-05 | Fixes #4018 Refs #3722 merged up to 1.7.14 into master | cash |
2011-11-05 | fixed spacing on two uses of unset() | cash |
2011-11-05 | Merge pull request #89 from janeklb/t4041 | Cash Costello |
2011-11-04 | Fixes #4059 returning true when handling a page | cash |
2011-11-04 | Fixes #4058 updating a subtype if it already exists | Cash Costello |
2011-11-03 | Fixes 4041 (Deleted entities remain in memcache) | Janek Lasocki-Biczysko |
2011-11-01 | standardized the elgg_get_entities* function @return documentation | cash |
2011-10-21 | Fixes #3988 correctly passing user_guid through canEdit for metadata | Cash Costello |
2011-10-21 | fixed access of non-object property in entities lib | Cash Costello |
2011-10-08 | Fixes #3897 fixed source of infinite regression loop in delete_entity() | Cash Costello |
2011-10-08 | Fixes #3943 returning false in can_write_to_container() if container does not... | Cash Costello |
2011-10-08 | Fixes #3936 added @access private to internal functions | Cash Costello |
2011-10-04 | Fixes #3753 removed deprecated functions from delete_entity() | cash |
2011-10-02 | Merged docs update for getters from 1.7. | Brett Profitt |
2011-09-28 | Fixes #3713. elgg_get_entities() and friends return false if passed invalid o... | Brett Profitt |
2011-09-04 | Fixes #3661. Pulled in recursive delete fixes to master. | Brett Profitt |
2011-09-04 | Refs #3661. Merged XSS fixes in search to master. | Brett Profitt |
2011-06-24 | Refs #1253 using 'list_type' string instead of boolean 'gallery' for entity l... | cash |
2011-04-18 | Fixes #2046. Applied Franz' patch for sanitize_int(). | brettp |
2011-04-12 | Fixes #3347 fixes comment typo for ege | cash |
2011-04-02 | Refs #3277 merged fix for recursive delete and disabled entities into trunk | cash |
2011-04-02 | Fixes #3208 setting time_created on update | cash |
2011-03-26 | Fixes typo in variable name: https://github.com/lorea/Elgg/commit/4bdbaa793ad... | cash |
2011-03-20 | Fixes #3114 added the rss link back to pages | cash |
2011-03-15 | Refs #2814 can now check if an entity exists indepedent of access permissions | cash |
2011-03-12 | improved documentation of can write to container method/function | cash |
2011-03-10 | Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ... | ewinslow |
2011-03-04 | added a hint about 0 meaning no limit for ege | cash |
2011-02-18 | Fixing list_registered_entities() from displaying things it should. You now ... | brettp |
2011-02-15 | Removed all calls to deprecated register_entity_type | ewinslow |
2011-02-15 | Fixes #2777: delete_entity is now recursive | ewinslow |
2011-02-15 | Fixes #2860: Deprecated several registration functions that were using the 'c... | ewinslow |
2011-02-15 | Fixes #2476: update_entity_last_action() sanitizes posted time. | ewinslow |
2011-02-15 | Replaced all occurrences of register_page_handler in core with elgg_register_... | ewinslow |