Skip to content

Commit

Permalink
Remove support for Freenode.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jun 23, 2014
1 parent 4303cbe commit 2d9fd0d
Show file tree
Hide file tree
Showing 23 changed files with 68 additions and 446 deletions.
22 changes: 3 additions & 19 deletions ansel/docs/RELEASE_NOTES
@@ -1,16 +1,6 @@
<?php
/**
* Release focus. Possible values (multiple possible with arrays):
* Horde_Release::FOCUS_INITIAL - Initial announcement
* Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
* Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
* Horde_Release::FOCUS_MINORBUG - Minor bugfixes
* Horde_Release::FOCUS_MAJORBUG - Major bugfixes
* Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORBUG, Horde_Release::FOCUS_MINORFEATURE);
/* Security release? */
$this->notes['security'] = false;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
Expand All @@ -30,12 +20,6 @@ Major changes compared to the Ansel version H5 (3.0.0) are:
* Small bugfixes and improvements.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Small bugfixes and improvements.
FM;

$this->notes['name'] = 'Ansel';
$this->notes['list'] = 'ansel';
$this->notes['fm']['project'] = 'horde-ansel';
$this->notes['fm']['branch'] = 'Horde 5';
$this->notes['branch'] = 'Horde 5';
21 changes: 3 additions & 18 deletions beatnik/docs/RELEASE_NOTES
@@ -1,16 +1,6 @@
<?php
/**
* Release focus. Possible values (multiple possible with arrays):
* Horde_Release::FOCUS_INITIAL - Initial announcement
* Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
* Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
* Horde_Release::FOCUS_MINORBUG - Minor bugfixes
* Horde_Release::FOCUS_MAJORBUG - Major bugfixes
* Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORFEATURE, Horde_Release::FOCUS_MAJORBUG);
/* Security release? */
$this->notes['security'] = false;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
Expand Down Expand Up @@ -38,10 +28,5 @@ The major changes compared to the Skeleton version H3 (x.x) are:
* ...
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
FM;

$this->notes['name'] = 'Skeleton';
$this->notes['fm']['project'] = 'skeleton';
$this->notes['fm']['branch'] = 'Horde 4';
$this->notes['branch'] = 'Horde 4';
26 changes: 3 additions & 23 deletions chora/docs/RELEASE_NOTES
@@ -1,16 +1,6 @@
<?php
/**
* Release focus. Possible values (multiple possible with arrays):
* Horde_Release::FOCUS_INITIAL - Initial announcement
* Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
* Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
* Horde_Release::FOCUS_MINORBUG - Minor bugfixes
* Horde_Release::FOCUS_MAJORBUG - Major bugfixes
* Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORFEATURE, Horde_Release::FOCUS_MAJORBUG);
/* Security release? */
$this->notes['security'] = false;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
Expand All @@ -31,15 +21,5 @@ The major changes compared to the Chora 1.x versions are:
* mod_rewrite support for prettier URLs.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Subversion support and patchset information have been added.
Cvsgraph has been integrated for grahpical tree views.
Simple commit statistics have been added.
Access keys have been added.
mod_rewrite support has been added for prettier URLs.
FM;

$this->notes['name'] = 'Chora';
$this->notes['fm']['project'] = 'chora';
$this->notes['fm']['branch'] = 'Horde 4';
$this->notes['branch'] = 'Horde 4';
21 changes: 3 additions & 18 deletions folks/docs/RELEASE_NOTES
@@ -1,16 +1,6 @@
<?php
/**
* Release focus. Possible values (multiple possible with arrays):
* Horde_Release::FOCUS_INITIAL - Initial announcement
* Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
* Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
* Horde_Release::FOCUS_MINORBUG - Minor bugfixes
* Horde_Release::FOCUS_MAJORBUG - Major bugfixes
* Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORFEATURE, Horde_Release::FOCUS_MAJORBUG);
/* Security release? */
$this->notes['security'] = false;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
Expand Down Expand Up @@ -38,10 +28,5 @@ The major changes compared to the Folks version H3 (x.x) are:
* ...
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
FM;

$this->notes['name'] = 'Folks';
$this->notes['fm']['project'] = 'folks';
$this->notes['fm']['branch'] = 'Horde 4';
$this->notes['branch'] = 'Horde 4';
22 changes: 3 additions & 19 deletions gollem/docs/RELEASE_NOTES
@@ -1,16 +1,6 @@
<?php
/**
* Release focus. Possible values (multiple possible with arrays):
* Horde_Release::FOCUS_INITIAL - Initial announcement
* Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
* Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
* Horde_Release::FOCUS_MINORBUG - Minor bugfixes
* Horde_Release::FOCUS_MAJORBUG - Major bugfixes
* Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORBUG);
/* Security release? */
$this->notes['security'] = false;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
Expand All @@ -32,11 +22,5 @@ The major changes compared to Gollem version H5 (3.0.0) are:
* Fixed saving column preferences.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Fixed saving column preferences.
FM;

$this->notes['name'] = 'Gollem';
$this->notes['fm']['project'] = 'gollem';
$this->notes['fm']['branch'] = 'Horde 5';
$this->notes['branch'] = 'Horde 5';
23 changes: 3 additions & 20 deletions hermes/docs/RELEASE_NOTES
@@ -1,16 +1,6 @@
<?php
/**
* Release focus. Possible values (multiple possible with arrays):
* Horde_Release::FOCUS_INITIAL - Initial announcement
* Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
* Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
* Horde_Release::FOCUS_MINORBUG - Minor bugfixes
* Horde_Release::FOCUS_MAJORBUG - Major bugfixes
* Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MAJORFEATURE);
/* Security release? */
$this->notes['security'] = false;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
Expand Down Expand Up @@ -38,13 +28,6 @@ Major changes compared to the Hermes H3 (1.0.1) version are:
* Added improved support for timers.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
The UI has been redesigned. An Ajax view has been added. Timers support has
been improved.
FM;

$this->notes['name'] = 'Hermes';
$this->notes['list'] = 'horde';
$this->notes['fm']['project'] = 'horde-hermes';
$this->notes['fm']['branch'] = 'Horde 5';
$this->notes['branch'] = 'Horde 5';
22 changes: 3 additions & 19 deletions horde/docs/RELEASE_NOTES
@@ -1,16 +1,6 @@
<?php
/**
* Release focus. Possible values (multiple possible with arrays):
* Horde_Release::FOCUS_INITIAL - Initial announcement
* Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
* Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
* Horde_Release::FOCUS_MINORBUG - Minor bugfixes
* Horde_Release::FOCUS_MAJORBUG - Major bugfixes
* Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORFEATURE);
/* Security release? */
$this->notes['security'] = false;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
Expand Down Expand Up @@ -42,11 +32,5 @@ The major changes compared to the Horde version 5.2.0beta1 are:
* Distinguish application-specific from global login page.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Distinguish application-specific from global login page.
FM;

$this->notes['name'] = 'Horde';
$this->notes['fm']['project'] = 'horde';
$this->notes['fm']['branch'] = 'Horde 5';
$this->notes['branch'] = 'Horde 5';
22 changes: 3 additions & 19 deletions imp/docs/RELEASE_NOTES
@@ -1,16 +1,6 @@
<?php
/**
* Release focus. Possible values (multiple possible with arrays):
* Horde_Release::FOCUS_INITIAL - Initial announcement
* Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
* Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
* Horde_Release::FOCUS_MINORBUG - Minor bugfixes
* Horde_Release::FOCUS_MAJORBUG - Major bugfixes
* Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORFEATURE);
/* Security release? */
$this->notes['security'] = false;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
Expand Down Expand Up @@ -42,11 +32,5 @@ The major changes compared to IMP version H5 (6.2.0beta1) are:
* Allow dragging of text to HTML compose body.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Allow dragging of text to HTML compose body.
FM;

$this->notes['name'] = 'IMP';
$this->notes['fm']['project'] = 'imp';
$this->notes['fm']['branch'] = 'Horde 5';
$this->notes['branch'] = 'Horde 5';
22 changes: 3 additions & 19 deletions ingo/docs/RELEASE_NOTES
@@ -1,16 +1,6 @@
<?php
/**
* Release focus. Possible values (multiple possible with arrays):
* Horde_Release::FOCUS_INITIAL - Initial announcement
* Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
* Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
* Horde_Release::FOCUS_MINORBUG - Minor bugfixes
* Horde_Release::FOCUS_MAJORBUG - Major bugfixes
* Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORBUG);
/* Security release? */
$this->notes['security'] = false;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
Expand Down Expand Up @@ -40,11 +30,5 @@ The major changes compared to Ingo version H5 (3.2.0beta1) are:
* Small bugfixes.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Small bugfixes.
FM;

$this->notes['name'] = 'Ingo';
$this->notes['fm']['project'] = 'ingo';
$this->notes['fm']['branch'] = 'Horde 5';
$this->notes['branch'] = 'Horde 5';
22 changes: 3 additions & 19 deletions klutz/docs/RELEASE_NOTES
@@ -1,16 +1,6 @@
<?php
/**
* Release focus. Possible values (multiple possible with arrays):
* Horde_Release::FOCUS_INITIAL - Initial announcement
* Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
* Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
* Horde_Release::FOCUS_MINORBUG - Minor bugfixes
* Horde_Release::FOCUS_MAJORBUG - Major bugfixes
* Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = Horde_Release::FOCUS_INITIAL;
/* Security release? */
$this->notes['security'] = false;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
Expand All @@ -21,12 +11,6 @@ Klutz is a Horde application for viewing comics. Users can pick which comics
they want to read and browse them by comic or by day.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
This is the first stable release.
FM;

$this->notes['name'] = 'Klutz';
$this->notes['list'] = 'horde';
$this->notes['fm']['project'] = 'klutz';
$this->notes['fm']['branch'] = 'Default';
$this->notes['branch'] = 'Default';
21 changes: 3 additions & 18 deletions kolab/docs/RELEASE_NOTES
@@ -1,16 +1,6 @@
<?php
/**
* Release focus. Possible values (multiple possible with arrays):
* Horde_Release::FOCUS_INITIAL - Initial announcement
* Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
* Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
* Horde_Release::FOCUS_MINORBUG - Minor bugfixes
* Horde_Release::FOCUS_MAJORBUG - Major bugfixes
* Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORFEATURE, Horde_Release::FOCUS_MAJORBUG);
/* Security release? */
$this->notes['security'] = false;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
Expand Down Expand Up @@ -39,10 +29,5 @@ including these enhancements:]
* ...
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
FM;

$this->notes['name'] = 'Kolab';
$this->notes['fm']['project'] = 'kolab';
$this->notes['fm']['branch'] = 'Horde 4';
$this->notes['branch'] = 'Horde 4';
23 changes: 3 additions & 20 deletions kronolith/docs/RELEASE_NOTES
@@ -1,16 +1,6 @@
<?php
/**
* Release focus. Possible values (multiple possible with arrays):
* Horde_Release::FOCUS_INITIAL - Initial announcement
* Horde_Release::FOCUS_MINORFEATURE - Minor feature enhancement
* Horde_Release::FOCUS_MAJORFEATURE - Major feature enhancement
* Horde_Release::FOCUS_MINORBUG - Minor bugfixes
* Horde_Release::FOCUS_MAJORBUG - Major bugfixes
* Horde_Release::FOCUS_MINORSECURITY - Minor security fixes
* Horde_Release::FOCUS_MAJORSECURITY - Major security fixes
* Horde_Release::FOCUS_DOCS - Documentation improvements
*/
$this->notes['fm']['focus'] = array(Horde_Release::FOCUS_MINORFEATURE, Horde_Release::FOCUS_MINORBUG);
/* Security release? */
$this->notes['security'] = false;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
Expand Down Expand Up @@ -44,12 +34,5 @@ The major changes compared to Kronolith version H5 (4.2.0beta1) are:
* Small bugfixes.
ML;

/* Freshmeat release notes. */
$this->notes['fm']['changes'] = <<<FM
Synchronize attendees via CalDAV.
Small bugfixes.
FM;

$this->notes['name'] = 'Kronolith';
$this->notes['fm']['project'] = 'kronolith';
$this->notes['fm']['branch'] = 'Horde 5';
$this->notes['branch'] = 'Horde 5';

0 comments on commit 2d9fd0d

Please sign in to comment.