aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Collapse)Author
2012-05-10Fixes #4512. Passing inc_offset only for deleting / disabling callbacks in ↵Brett Profitt
metastring functions.
2012-05-10Refs #4487. Turning off system log (even more) during upgrades. Removed ↵Brett Profitt
debug call to system_log() in create_annotation().
2012-05-10Fixes #2776. Overriding permissions to delete metadata when overwriting ↵Brett Profitt
multiple values.
2012-05-10Refs #2776. Cleaned up ElggEntity::setMetaData().Brett Profitt
2012-05-10Documented that elgg_delete_metadata/annotations() returns null for no ops.Brett Profitt
2012-05-10Documented that results will be null if no results are returned in ElggBatch.Brett Profitt
2012-04-24Fixed problem in web services where users with incorrect passwords could ↵Brett Profitt
gain an access token.
2012-04-24Merge branch 'walled_garden' of https://github.com/cash/Elgg into 1.8Brett Profitt
2012-04-24Fixes #4409. Selecting distinct across entities.* and ↵Brett Profitt
entity_relationships.id instead of r.* so entities loaded via elgg_get_entities_from_relationship() have the correct time_created.
2012-04-22Merge pull request #188 from mrclay/t4414Brett Profitt
Fix for ticket 4414
2012-04-18Fixes #4291. Removing the unique index on user and site guids in the ↵Brett Profitt
users_apisessions table.
2012-04-18Fixes #1301. Not filtering passwords.Brett Profitt
2012-04-17Fixes #4414: Corrected name of river friend create viewSteve Clay
2012-03-15Fixes #4394. Added cron and services URLs to the default public pages list ↵Brett Profitt
for walled garden.
2012-02-25Fixes #3210. Keeping -s in URL friendly titles.Brett Profitt
2012-02-25Fixes #3312, #3632. Added class elgg-plugin-category-<category> to the ↵Brett Profitt
plugin div. Exposed plugin categories under more. Changed border color and size for bundled categories.
2012-02-10updated the walled garden js to use new js libCash Costello
2012-02-10new layout and ajax loading for walled gardenCash Costello
2012-02-09Fixes #4283 moving widgets from inactive plugins to the bottom of columnsCash Costello
2012-02-09Merge pull request #159 from cash/entity_loadCash Costello
More efficient entity loading
2012-02-09Fixes #2625 removed old hack from elgg_view_annotation()Cash Costello
2012-02-09Fixes #4361 corrects forwarding logic for closed groupsCash Costello
2012-02-07Fixes #3613 added system message for admins when plugins are disabledCash Costello
2012-02-07Fixes #1043 tags retain their caseCash Costello
2012-02-04Fixes #2112 not loading data from entities table twicecash
2012-02-04Merge pull request #156 from cash/cache_langcash
Fixes #2877 Adds language string caching to system cache
2012-02-03lazy boolean expression evaluation leaves function expressionsJanek Lasocki-Biczysko
unevaluated (!)
2012-02-03response from insert_data needs to be checked for !== FALSEJanek Lasocki-Biczysko
2012-02-03improved documentation for get_user_by_email()Cash Costello
2012-02-01fixed logic that caused plugin language files to not be loadedcash
2012-01-30fixed typo in plugin codecash
2012-01-28Refs #4180 was caching extensions which was causing double extensionsCash Costello
2012-01-28fixed typo in docsCash Costello
2012-01-28Fixes #4329 removed old recursive delete permissions overrideCash Costello
2012-01-28Fixes #2646 mention ELGG_ENTITIES_NO_VALUE in elgg_get_entities() documentationCash Costello
2012-01-27Fixes #3651 fixed documentation of disable db cache setting and updated wikiCash Costello
2012-01-27Fixes #3509 added documentation to menu system about confirm linksCash Costello
2012-01-25Refs #4081. Correctly calling setIncrementOffset(false) for deleting ↵Brett Profitt
entities using ElggBatch.
2012-01-25Fixes #4081. Using ElggBatch to delete recursive.Brett Profitt
2012-01-25not loading language files a second time when session initializedcash
2012-01-25plugins use language cache and cache is cleared properlycash
2012-01-25implemented the clear method of the file cachecash
2012-01-25caching language datacash
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 ↵Cash Costello
object
2012-01-24Merge pull request #151 from cash/system_cacheCash Costello
Turn viewpath cache into a system cache
2012-01-24Merge pull request #150 from cash/bootCash Costello
Fixes #4317 cleans up the boot process
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 ↵Brett Profitt
called with recursive = true.