librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1288] lowercase a group, and add text to be mindful o


From: Matt Lee
Subject: [Librefm-commits] [1288] lowercase a group, and add text to be mindful of groups
Date: Fri, 08 May 2009 00:02:00 +0000

Revision: 1288
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1288
Author:   mattl
Date:     2009-05-08 00:02:00 +0000 (Fri, 08 May 2009)
Log Message:
-----------
lowercase a group, and add text to be mindful of groups

Modified Paths:
--------------
    trunk/nixtape/edit_group.php
    trunk/nixtape/themes/librefm/templates/edit_group.tpl

Modified: trunk/nixtape/edit_group.php
===================================================================
--- trunk/nixtape/edit_group.php        2009-05-07 23:42:34 UTC (rev 1287)
+++ trunk/nixtape/edit_group.php        2009-05-08 00:02:00 UTC (rev 1288)
@@ -37,7 +37,7 @@
 {
        if ($_REQUEST['new'])
        {
-               $result = Group::create($_REQUEST['new'], $this_user);
+         $result = Group::create(strtolower($_REQUEST['new']), $this_user);
 
                if ($result instanceof Group)
                {

Modified: trunk/nixtape/themes/librefm/templates/edit_group.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/edit_group.tpl       2009-05-07 
23:42:34 UTC (rev 1287)
+++ trunk/nixtape/themes/librefm/templates/edit_group.tpl       2009-05-08 
00:02:00 UTC (rev 1288)
@@ -10,6 +10,11 @@
 <label for="new">Address for the group:</label><br />
 <b>{$base_url}/group/</b><input id="new" name="new" size="12" /></p>
 
+<p>Please remember that Libre.fm is focused on freedom, so try to
+create groups that can help that goal. Also be mindful of the power of
+words and the importance of framing the issues we discuss and work on
+in the best possible terms.</p>
+
 <p>
 <input name="group" value="new" type="hidden" />
 <input type="submit" value=" Create " />





reply via email to

[Prev in Thread] Current Thread [Next in Thread]