Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Fixes #4041 (Deleted entities remain in memcache) | |||
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 ↵ | Cash Costello | |
not exist | |||
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 ↵ | Brett Profitt | |
options. | |||
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 ↵ | cash | |
listing | |||
2011-04-18 | Fixes #2046. Applied Franz' patch for sanitize_int(). | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@9004 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-12 | Fixes #3347 fixes comment typo for ege | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8984 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-02 | Refs #3277 merged fix for recursive delete and disabled entities into trunk | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8909 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-02 | Fixes #3208 setting time_created on update | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8904 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-26 | Fixes typo in variable name: ↵ | cash | |
https://github.com/lorea/Elgg/commit/4bdbaa793ad45a544fd6759fd0d9d3e7524d8577 git-svn-id: http://code.elgg.org/elgg/trunk@8845 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-20 | Fixes #3114 added the rss link back to pages | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8784 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-15 | Refs #2814 can now check if an entity exists indepedent of access permissions | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8720 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-12 | improved documentation of can write to container method/function | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8656 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-10 | Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ | ewinslow | |
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-04 | added a hint about 0 meaning no limit for ege | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8572 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-18 | Fixing list_registered_entities() from displaying things it should. You now ↵ | brettp | |
must explicitly register object subtypes to get them to display. git-svn-id: http://code.elgg.org/elgg/trunk@8297 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-15 | Removed all calls to deprecated register_entity_type | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8261 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-15 | Fixes #2777: delete_entity is now recursive | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8258 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-15 | Fixes #2860: Deprecated several registration functions that were using the ↵ | ewinslow | |
'callback-first' ordering git-svn-id: http://code.elgg.org/elgg/trunk@8257 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-15 | Fixes #2476: update_entity_last_action() sanitizes posted time. | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8255 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-15 | Replaced all occurrences of register_page_handler in core with ↵ | ewinslow | |
elgg_register_page_handler git-svn-id: http://code.elgg.org/elgg/trunk@8244 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-14 | Fixes #2918. Moved annotation/metadata delete functions from ElggUser to ↵ | brettp | |
ElggEntity. When deleted, entities now correctly delete metadata they own as well as metadata on them. Removed uses of deprecated functions. git-svn-id: http://code.elgg.org/elgg/trunk@8222 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-13 | Deprecated ElggEntity->clearMetadata() by ElggEntity->deleteMetadata(). ↵ | brettp | |
Disabling entities now disables their annotations and metadata. Enabling entities enables annotations and metadata. Fixes #1115. git-svn-id: http://code.elgg.org/elgg/trunk@8213 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-13 | Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation ↵ | brettp | |
functions so I can implement #1115 with a clean conscious. git-svn-id: http://code.elgg.org/elgg/trunk@8207 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-13 | Refs #2301 demoting type:subtype warnings to notices | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8205 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-12 | Fixes #2906. Added elgg_sql_reverse_order_by() and wired it up to ege() and ↵ | brettp | |
ega(). Pass 'reverse_order_by' => true in option arrays. git-svn-id: http://code.elgg.org/elgg/trunk@8184 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-12 | register_entity_url_handler => elgg_register_entity_url_handler (because ↵ | ewinslow | |
every other reigstration function asks for the callback last) git-svn-id: http://code.elgg.org/elgg/trunk@8140 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-12 | Refs #2610: Using call_user_func in url hooks | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8139 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-11 | Added $viewer callback option for elgg_list_entities(). | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8117 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-08 | Refs #2543: Core uses the new functions from previous commit. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8078 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-06 | fixed some minor documentation issues | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8050 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-05 | Fixes #2559 refs #2475 added ElggEntity:getIconURL() and ↵ | cash | |
elgg_view_entity_icon() git-svn-id: http://code.elgg.org/elgg/trunk@8039 36083f99-b078-4883-b0ff-0f9b5a30f544 |