aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-16Fixes #2411: Show message when upload exceeds PHP limits, and show limits in ↵Steve Clay
Server Info
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-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-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.
2012-04-22Merge branch '1.8' of github.com:Elgg/Elgg into 1.8Brett Profitt
2012-04-22Fixes #4452. Passing the correct filter context in the wire's owner page.Brett Profitt
2012-04-22Merge pull request #188 from mrclay/t4414Brett Profitt
Fix for ticket 4414
2012-04-22Fixes #4439. Redirecting if trying to view a plugin object outside of admin.Brett Profitt
2012-04-22Merge pull request #187 from mrclay/t4413Brett Profitt
Issue 4413 fix
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-04-17Fixes #4413: Removes deprecated call to get_loggedin_userSteve Clay
2012-04-15Removes superfluous array declarationEvan Winslow
2012-03-26Merge pull request #177 from ewinslow/icon-fixesEvan Winslow
Icon fixes
2012-03-26Fixes #4419: Pages icons now work with all sizesEvan Winslow
2012-03-26Refs #1279: Specifying image dimensions in icon/default view.Evan Winslow
2012-03-15Fixes #4394. Added cron and services URLs to the default public pages list ↵Brett Profitt
for walled garden.
2012-03-02Adds fixed-width font for pre + code in admin areaEvan Winslow
2012-02-27The travis-ci build should only run against master now.Evan Winslow
2012-02-27Adds trivial .travis.yml config so we can get started building.Evan Winslow
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-25Fixes #3550. Merged slightly modified pull request 166 from sembrestels.Brett Profitt