aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-19Merge pull request #5325 into 1.8 branchcash
2013-04-19Fixes #5233 password reset uses entity save so memcache is clearedcash
2013-04-19#5348: Page handler passes title to non wg layoutIsmayil Khayredinov
2013-04-19Fixes #5373 easier to access URL on reported contentcash
2013-04-19Fixes #5367 returning all groups that a user belongs to - need to deprecate ↵Cash Costello
this function
2013-04-16Fixes #5362 correctly getting user on user plugin settings pagecash
2013-04-16fixed display issues on interstitial twitter pagecash
2013-04-16Merge pull request #5360 from cash/twitter1.1Cash Costello
Twitter API 1.1 update
2013-04-16Merge pull request #5366 from mrclay/5363Cash Costello
Fixes #5363: Append trailing slash to site URL if missing
2013-04-16Merge pull request #5338 from THINKGlobalSchool/blog-draftnoticeCash Costello
Changed blog draft noticed CSS classes
2013-04-15Fixes #5363: Append trailing slash to site URL if missingSteve Clay
2013-04-14removes oauth plugin as twitter_api does not depend on it anymorecash
2013-04-14Fixes #4917 Using twitter API v1.1cash
2013-04-14centralize the creation of the api objectcash
2013-04-14updated twitteroauth library to latest from github: ↵cash
https://github.com/abraham/twitteroauth/commit/61f5a550cd3643c619e84cb914ef1f22e491c270 (note: now conflicts with oauth_api library)
2013-04-14Fixes #5358 updates text on twitter logincash
2013-04-14entity and query cache are size limited so don't need cache clearing in ↵cash
ElggBatch
2013-04-14Refs #5335 added unit test for underscore in relative path for JS url ↵cash
normalization
2013-04-14Merge pull request #5347 from THINKGlobalSchool/bookmarks-ecmlSteve Clay
Parse bookmarks object view for ecml
2013-04-13Fixes #5301 Removes twitter widget - no longer supported by core developerscash
2013-04-13Merge pull request #5355 from cash/oom2Cash Costello
Fixes the DB query cache out of memory issues
2013-04-13Fixes #4978 integrates LRU cache for db query cachecash
2013-04-13updated lru cache so easier to integratecash
2013-04-13adds LRU cachecash
2013-04-13introduces _elgg_invalidate_query_cache() to dry up the db query cache codecash
2013-04-13removed query cache reset from unit test of acl. If this is needed, is bug ↵cash
in elgg core
2013-04-13cleanup of entity caching codecash
2013-04-13removed remnants of db profilingcash
2013-04-13documentation updatescash
2013-04-13Refs #5297 encourage users to try again now that they have been forwarded to ↵Cash Costello
the correct domain
2013-04-13Merge pull request #5309 from mrclay/5230Cash Costello
Fixes #5297: Improve error message in cases of suspected cross-domain login
2013-04-13Merge pull request #5305 from cash/delete_top_pageCash Costello
Moving sub pages to top pages when parent deleted
2013-04-13clear entity cache for the subpages that were promoted to pagesCash Costello
2013-04-13Merge pull request #5308 from mrclay/3754-18Cash Costello
Fixes #3754: Language JS views send cache headers and support conditional get
2013-04-13Merge pull request #5310 from mrclay/4972Cash Costello
Fixes #4972: More robust friendly titles implementation
2013-04-11Register bookmarks view for ecml parsingJeff Tilson
2013-04-10Changed blog draft noticed CSS classesJeff Tilson
2013-04-09Removing redundant logged in user check from pages annotation delete action ↵Jeff Tilson
(also from the comments delete core action)
2013-04-08Merge pull request #5307 from cash/fixing_searchCash Costello
Fixes #5037 returns free text search and relevance ranking for objects a...
2013-04-07Merge pull request #5319 from THINKGlobalSchool/annotations-menu-css-fixEvan Winslow
Fix CSS typo preventing elgg-menu-annotation style from applying to annotation menus
2013-04-05Allow pages revisions to be reverted or deletedJeff Tilson
2013-04-04Fix CSS typo preventing elgg-menu-annotation style from applying to ↵Jeff Tilson
annotation menus
2013-03-31Fixes #4972: More robust friendly titles implementationSteve Clay
2013-03-31Fixes #5297: Improve error message in cases of suspected cross-domain loginSteve Clay
2013-03-31Merge pull request #5300 from cash/remove_private_messagesSteve Clay
Fixes #5083: Remove private messages sent by deleted user
2013-03-31Merge pull request #494 from mrclay/fc-plaintextSteve Clay
Allow friend collection names to store arbitrary plain text
2013-03-31Fixes #3754: Language JS views send cache headers and support conditional getSteve Clay
2013-03-30Fixes #5037 returns free text search and relevance ranking for objects and ↵cash
groups
2013-03-30Fixes #5304 handling metadata arrays in search for user profile datacash
2013-03-30fixed upgrade script - was skipping pages because we were changing the ↵cash
results between calls to ElggBatch