aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-02-05 03:20:27 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-02-05 03:20:27 +0000
commit2cd3ef9e9b25a9166b6c816d622f593a41256898 (patch)
treee1b9b947662080d6953513f6714e8a6abfd186f0 /CHANGES.txt
parente53bf6cc34137cee9bec69cbe5c35c3851567fe9 (diff)
downloadelgg-2cd3ef9e9b25a9166b6c816d622f593a41256898.tar.gz
elgg-2cd3ef9e9b25a9166b6c816d622f593a41256898.tar.bz2
Fixes #1481: Applie Mike's patch and created function 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
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ca59f83f5..af93f9913 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -43,6 +43,7 @@ http://code.elgg.org/elgg/.....
* delete_relationship() triggers the hook delete:relationship and passes the relationship object. #1213
* added ElggEntity::removeRelationship(). #1376.
* get_entity_dates() supports order by. #1406.
+ * added elgg_http_add_url_query_elements().
Services API:
* Separated user and api authenticate processing