]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Defines river:comment:object:default - taken from PR 438
authorCash Costello <cash.costello@gmail.com>
Sat, 26 Jan 2013 15:27:23 +0000 (10:27 -0500)
committerCash Costello <cash.costello@gmail.com>
Sat, 26 Jan 2013 15:27:23 +0000 (10:27 -0500)
CHANGES.txt
languages/en.php

index 105d60f726204a38b92bd18983b2a680f5c69475..8b8838e71aefbb20c2b2598b3a40ee29de5cfdbd 100644 (file)
@@ -1,14 +1,21 @@
 Version 1.8.13
-(January xx, 2013 from https://github.com/Elgg/Elgg/tree/1.8)
+(January 29, 2013 from https://github.com/Elgg/Elgg/tree/1.8)
   Contributing Developers:
    * Cash Costello
+   * Juho Jaakkola
    * Kevin Jardine
    * Krzysztof Różalski
+   * Steve Clay
 
   Security Fixes:
 
   Bugfixes:
    * CLI usages with walled garden fixed
+   * Upgrading from < 1.8 to 1.8 fixed
+   * Default widgets fixed
+   * Quotes in object titles no longer result in "qout" in URLs
+   * List of my groups is ordered now
+   * Language string river:comment:object:default is defined now
 
   Enhancements:
    * Added confirm dialog for resetting profile fields (adds language string profile:resetdefault:confirm)
index 125e2358f98c1eae2c7141cb5476fb61525c05e7..78f37ab63409811bbde58793c40b3885cb0409df 100644 (file)
@@ -1141,7 +1141,7 @@ If you requested this, click on the link below. Otherwise ignore this email.
 
        'comments:count' => "%s comments",
 
-       'riveraction:annotation:generic_comment' => '%s commented on %s',
+       'river:comment:object:default' => '%s commented on %s',
 
        'generic_comments:add' => "Leave a comment",
        'generic_comments:post' => "Post comment",