aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
AgeCommit message (Collapse)Author
2013-01-26updated version for 1.8.13 releasecash
2013-01-26Defines river:comment:object:default - taken from PR 438Cash Costello
2013-01-20Fixes #4991 CLI allowed when walled garden is turned onCash Costello
2013-01-19Fixes #4982 adds confirm dialog to profile field resetCash Costello
2013-01-04Version bump. Updated changes.Brett Profitt
2012-12-05Prep for 1.8.11 release. version/CHANGES updatesSteve Clay
2012-12-04Bumped version to 1.8.10. Updated changes. Refs #4947.Brett Profitt
2012-11-11Prepare for 1.8.9 releaseSteve Clay
2012-07-11Updated for the 1.8.8 releaseCash Costello
2012-07-06updated changes for 1.8.7 releaseCash Costello
2012-06-18updated changes.txtCash Costello
2012-05-17Version bump. Updates CHANGES.txtEvan Winslow
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-10Updated changes.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 #4507. Corrected typo for twitter interstitial page.Brett Profitt
2012-04-24Version bump. Updated changes.Brett Profitt
2012-01-11updated version and changes.txtcash
2011-12-21Set version to 1.8.2 and updated the changes listCash Costello
2011-11-15updated release dateCash Costello
2011-11-07Updated change logCash Costello
2011-10-11Fixed extra space in changes.Brett Profitt
2011-10-10Ordered the bugfixes in a for relevance.Brett Profitt
2011-10-10Fixed stray * in changes.Brett Profitt
2011-10-10Version bump. Updated changes.Brett Profitt
2011-09-05Fixed a stupid problem I introduced in the installation and only just caught >:OBrett Profitt
2011-09-05Updated changes for 1.8.0.Brett Profitt
2011-06-09Closes #3510. Merged CHANGES.txt for 1.7.9 to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9148 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-07Refs #3510: Merged r8938 to trunk. Removed exec props.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9138 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-28Standardized code in all of core, not including language files, tests, or ↵brettp
core mods. git-svn-id: http://code.elgg.org/elgg/trunk@7124 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-22Merged r6812:6837 from 1.7 branch to trunk (skipping some changes to plugins ↵cash
like groups and wire) git-svn-id: http://code.elgg.org/elgg/trunk@6851 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-22Merged r6757:6810 from 1.7 branch into trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@6850 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-25Added changes to CHANGES.txt.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@6217 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-14merge -r5832:5898 from 1.7 to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@6055 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-04-05Merged 5530:5604 from 1.7 to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5622 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-04-03Fixes #1184 - added elgg_format_url() for handling ampersands in urlscash
git-svn-id: http://code.elgg.org/elgg/trunk@5603 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-23Added remove_subtype() and update_subtype().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5488 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-11Implemented sticky forms.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5368 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-11Added breadcrumb support and updated the mods with old-style breadcrumbs.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5366 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-10Added elgg_instanceof().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5353 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-02Updated changes file for 1.7 release.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3985 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-21Deprecated elgg_validate_action_url() by elgg_add_action_tokens_to_url(). ↵brettp
Updated elgg_deprecated_notice() to include the file & line of the caller. Updated core to use elgg_add_action_tokens_to_url(). git-svn-id: http://code.elgg.org/elgg/trunk@3962 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-12Closes #1506: Added elgg_register_tag_metadata_name(), ↵brettp
elgg_get_registered_tag_metadata_names(), and ElggEntity::getTags(). Search on tags updated to use registered tag names instead of hard-coded 'tags' metadata name. git-svn-id: http://code.elgg.org/elgg/trunk@3936 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-05Fixes #1481: Applie Mike's patch and created function ↵brettp
elgg_http_add_url_query_elements() to handle what the pagination view was trying to do. git-svn-id: http://code.elgg.org/elgg/trunk@3903 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-01Fixes #1406: get_entity_dates() supports order by.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3892 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-01Fixes #1376: added ElggEntity::removeRelationship().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3889 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-01Fixes #1213: delete_relationship() triggers delete:relationship hook.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3883 36083f99-b078-4883-b0ff-0f9b5a30f544