aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-02Merge pull request #230 from sembrestels/avatar-revert1.8Cash Costello
Fixes #4396. Revert avatar also deletes avatar's files and crop coords now.
2012-06-02Merge pull request #237 from mrclay/4481_18Cash Costello
Fixes #4481: In can_edit_extender, correctly pass entity to permissions hook.
2012-06-02Refs #2411 removed <code> in warning as it was causing a display issue in ↵Cash Costello
server info table
2012-06-02Merge pull request #222 from mrclay/issue2411Cash Costello
Fixes #2411: Show message when upload exceeds PHP limits
2012-05-28Call elgg_register_simplecache_view('css/admin') to register admin css with ↵Jeff Tilson
simplecache
2012-05-17Fixes #4481: In can_edit_extender, correctly pass entity to permissions ↵Steve Clay
hook. Also fixes missing attribute name in ProblemUpdatingMeta import exception.
2012-05-17Version bump. Updates CHANGES.txtEvan Winslow
2012-05-17Fixes #4249: Removes links to non-existent documentation.Evan Winslow
2012-05-17Fixes #4448: Embed plugin now requires file plugin.Evan Winslow
2012-05-17Refs #4396. No revert, remove.Sem
2012-05-17Fixes #4396. Revert avatar also deletes avatar's files and crop coords now.Sem
2012-05-16Merge remote-tracking branch 'mrclay/patch-3' into 1.8Evan Winslow
2012-05-16Merge pull request #199 from jeabakker/group_iconEvan Winslow
Fixes #4528: Group default icons now point to the correct image files.
2012-05-16Merge pull request #215 from mrclay/patch-5Evan Winslow
Fixes #4509: Invalid id attribute markup in page/elements/comments view
2012-05-16Merge pull request #220 from jdalsem/patch-7Evan Winslow
Correctly register js language view to simplecache
2012-05-16Fixes #4456: more robust .gitignore (1.8)Steve Clay
2012-05-16Fixes #2411: Show message when upload exceeds PHP limits, and show limits in ↵Steve Clay
Server Info
2012-05-15correctly registering js language. Otherwise the simple cache will not work ↵Jeroen Dalsem
and will constantly regenerate the cached views (which is a big issue)
2012-05-14Refs #4313. Loading ElggPlugin classes with the fully joined objects table.Brett Profitt
This cuts the number of db queries in half for loading plugins with elgg_get_plugins(). Will look to adapt these techniques to other classes in 1.8.6.
2012-05-14Making sure access calls don't get cached if access is disabled and it's the ↵Brett Profitt
first call after $init_finished is set.
2012-05-14Only caching access lists after ready, system fires.Brett Profitt
This prevents a bug where access lists could be cached and not cleared during plugin boot while access was disabled, which could expose entities set to ACCESS_PRIVATE.
2012-05-14Setting the useradd action's access to admin instead of public.Brett Profitt
2012-05-14Updated CHANGES.txt.Brett Profitt
2012-05-14Fixes possible XSS vector.Brett Profitt
2012-05-11Fixed typo for admin notice about plugins not being loaded because of ↵Brett Profitt
mod/disabled
2012-05-10Updated changes.Brett Profitt
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-05-10Fixes #4372. Using elgg_view_friendly_time() in river entries.Brett Profitt
2012-05-10Updated changes.Brett Profitt
2012-05-10Fixes #2936. PDFs are downloaded "inline" (in the same navigator).Sem
2012-05-10Fixes #4507. Corrected typo for twitter interstitial page.Brett Profitt
2012-05-09Fixes #4509: Remove invalid space in id attribute markupSteve Clay
2012-05-01Refs #2139. Checking in pages delete action for owner / adminBrett Profitt
2012-05-01Admin users can create sub pages.Brett Profitt
2012-05-01Fixes #1830. Removed access and write access inputs for non-owners and ↵Brett Profitt
non-admins.
2012-05-01Fixes #1835. Passing tagcloud URLs through output/url for proper escaping.Brett Profitt
2012-04-27Amends #4456: Each section should get a commentSteve Clay
2012-04-26fixed: group icon fallback errorJerome Bakker
2012-04-24Version bump. Updated changes.Brett Profitt
2012-04-24Fixed group entity display in full_view.Brett Profitt
2012-04-24Fixes #4339. Checking for river:$action:$type in addition to ↵Brett Profitt
river:$action:$type:$subtype.
2012-04-24Fixed problem in web services where users with incorrect passwords could ↵Brett Profitt
gain an access token.
2012-04-24Fixes #4324. Not allowing relative paths for dataroot in advance settings.Brett Profitt
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.