aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2012-01-25Refs #4081. Correctly calling setIncrementOffset(false) for deleting entities...Brett Profitt
2012-01-25Fixes #4081. Using ElggBatch to delete recursive.Brett Profitt
2012-01-25Refs #4269. Using ElggBatch to delete annotations / metadata again.Brett Profitt
2012-01-25Fixes #4288. Added setIncrementOffset() to ElggBatch.Brett Profitt
2012-01-24Fixes #4272 where an array of entity types can be used, use array in config o...Cash Costello
2012-01-24Merge pull request #151 from cash/system_cacheCash Costello
2012-01-24Merge pull request #150 from cash/bootCash Costello
2012-01-23Refs #4147. Changed default site name to "My New Community."Brett Profitt
2012-01-23Fixes #1196. Added elgg_set_ignore_access() calls to disable_entity() when ca...Brett Profitt
2012-01-22Refs #2222. Added schema update for system log ip address column.Brett Profitt
2012-01-22Fixes #4295 using on duplicate key to not fail when adding the same user more...cash
2012-01-22Fixes #4321. Limit alone is no longer valid for batch delete operations for m...Brett Profitt
2012-01-22Refs #4325. Restored the null vs bool return in elgg_delete_metadata().Brett Profitt
2012-01-22Fixes #4318 added guid to the list of parameters for elgg_delete_metadata()Cash Costello
2012-01-22Merge pull request #148 from hypeJunction/getObjectsCash Costello
2012-01-21fix for deprecated use of elgg_get_objectsIsmayil Khayredinov
2012-01-21moved cache loading out of plugin codeCash Costello
2012-01-21better location for system cache in data directoryCash Costello
2012-01-21Fixes #4180 finished conversion to system cache by converting datalist/CONFIG...Cash Costello
2012-01-21switched the function names to system cacheCash Costello
2012-01-21cleans up the boot processCash Costello
2012-01-21single for loop for loading librariesCash Costello
2012-01-21updated documentation of configuration libCash Costello
2012-01-21improved documentation in bootstrap scriptCash Costello
2012-01-20Fixes #2222. Added IP address to system log table and log browser. Fixed prob...Brett Profitt
2012-01-20Refs #4293 removed unnecessary get_input('offset') calls since elgg_list_enti...Cash Costello
2012-01-20Fixes #4303 passing arguments to elgg_view_entity_list in options arrayCash Costello
2012-01-15Fixes #4036. Hiding exceptions except for admin users.Brett Profitt
2012-01-11Fixes #4292 added a white list for ajax viewscash
2012-01-10Fixes #4269. Not using ElggBatch to delete metadata / annotations. Added unit...Brett Profitt
2012-01-09Fixes #4243. Added docs for metadata_calculation option to elgg_get_metadata().Brett Profitt
2012-01-09Merge pull request #132 from cash/server_infoCash Costello
2012-01-09Fixes #4285 move only fetches 10 itemsJeroen Dalsem
2012-01-09coding standard fixes to engineCash Costello
2012-01-08most of the comments in the engine now past the snifferCash Costello
2012-01-08coding standards fixes - commentsCash Costello
2012-01-08Fixes #4234 forcing limit to be nonnegativeCash Costello
2012-01-08Fixes #2002 adds ETag support to simple cache handlerCash Costello
2012-01-08Refs #4271 integrates fix to 1.8 branch for ODDDocumentCash Costello
2012-01-08Fixes #4278 deprecation notices ignore debug level but do respect whether the...Cash Costello
2012-01-08fixed some formattingCash Costello
2012-01-07Refs #3209 fixed spacing and added options for wire methodCash Costello
2012-01-07pulled ODD classes out of ODDEntityCash Costello
2012-01-05Fixes #4243. Added docs to explain the difference between annotation_calculat...Brett Profitt
2012-01-04Fixes #4270 removed use of deprecated methodcash
2012-01-04fixed enabling bug, added flag for recursion, removed unnecessary code in dis...cash
2012-01-04added a unit test for recursive enabling/disablingcash
2012-01-04Refs #2051. Fixed: ElggEntity's enable does not recurse.Sem
2012-01-04Fixes #3710. Returning false from update, <type> event no longer deletes entity.Brett Profitt
2012-01-02Fixes #4164 adds a server statistics page to admin areaCash Costello