|
From: <ge...@us...> - 2009-03-04 14:15:08
|
Revision: 1752
http://nocc.svn.sourceforge.net/nocc/?rev=1752&view=rev
Author: gerundt
Date: 2009-03-04 14:14:59 +0000 (Wed, 04 Mar 2009)
Log Message:
-----------
Rename "RFE" headings to "Feature Requests" in NEWS file
Modified Paths:
--------------
trunk/htdocs/docs/NEWS
trunk/htdocs/docs/changelog.php
trunk/webmail/docs/NEWS
Modified: trunk/htdocs/docs/NEWS
===================================================================
--- trunk/htdocs/docs/NEWS 2009-03-02 21:41:39 UTC (rev 1751)
+++ trunk/htdocs/docs/NEWS 2009-03-04 14:14:59 UTC (rev 1752)
@@ -15,7 +15,7 @@
* Patch #2011244 : Updated Czech translation (Ragimiri).
* Patch #2010065 : Optimize regexs for remote image security (Tim Gerundt).
- RFE
+ Feature Requests
* RFE #2025620 : send_delay (Arnaud Boudou).
* RFE #2025591 : login_prefix (Arnaud Boudou).
@@ -90,7 +90,7 @@
Gerundt).
* Patch #1786808 : Move JavaScript code to own file (Tim Gerundt).
- RFE
+ Feature Requests
* RFE #1854176 : Enhancement suggestions (Tim Gerundt, Michael D Young).
* RFE #1804115 : list of personalised files (Arnaud Boudou).
@@ -138,7 +138,7 @@
* Patch #1630921 : Optimize login box (Tim Gerundt).
* Patch #1627141 : CS translation for 1.3 version (Ragimiri).
- RFE
+ Feature Requests
* RFE #1639527 : Setting for mailbox column order (Tim Gerundt).
Misc
Modified: trunk/htdocs/docs/changelog.php
===================================================================
--- trunk/htdocs/docs/changelog.php 2009-03-02 21:41:39 UTC (rev 1751)
+++ trunk/htdocs/docs/changelog.php 2009-03-04 14:14:59 UTC (rev 1752)
@@ -16,7 +16,6 @@
$line = preg_replace('# Bugs#si', '<strong>Bugs</strong>', $line);
$line = preg_replace('# Patches#si', '<strong>Patches</strong>', $line);
$line = preg_replace('# Feature Requests#si', '<strong>Feature Requests</strong>', $line);
- $line = preg_replace('# RFE#si', '<strong>RFE</strong>', $line);
$line = preg_replace('# Misc#si', '<strong>Misc</strong>', $line);
$line = preg_replace('#\#([0-9][0-9][0-9][0-9][0-9][0-9]*)#si', '<a href="http://sourceforge.net/support/tracker.php?aid=\\1" target="_blank">#\\1</a>', $line);
Modified: trunk/webmail/docs/NEWS
===================================================================
--- trunk/webmail/docs/NEWS 2009-03-02 21:41:39 UTC (rev 1751)
+++ trunk/webmail/docs/NEWS 2009-03-04 14:14:59 UTC (rev 1752)
@@ -26,7 +26,7 @@
* Patch #2011244 : Updated Czech translation (Ragimiri).
* Patch #2010065 : Optimize regexs for remote image security (Tim Gerundt).
- RFE
+ Feature Requests
* RFE #2025620 : send_delay (Arnaud Boudou).
* RFE #2025591 : login_prefix (Arnaud Boudou).
@@ -101,7 +101,7 @@
Gerundt).
* Patch #1786808 : Move JavaScript code to own file (Tim Gerundt).
- RFE
+ Feature Requests
* RFE #1854176 : Enhancement suggestions (Tim Gerundt, Michael D Young).
* RFE #1804115 : list of personalised files (Arnaud Boudou).
@@ -149,7 +149,7 @@
* Patch #1630921 : Optimize login box (Tim Gerundt).
* Patch #1627141 : CS translation for 1.3 version (Ragimiri).
- RFE
+ Feature Requests
* RFE #1639527 : Setting for mailbox column order (Tim Gerundt).
Misc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|