BTW, I contacted UserVoice's support. They're considering putting the short URL back on the suggestion page.
Début du message réexpédié : > De : [email protected] > Date : 31 janvier 2010 12:42:59 HNEC > À : [email protected] > Objet : [Task Coach-commits] SF.net SVN: taskcoach:[2776] trunk/taskcoach > Répondre à : [email protected] > > Revision: 2776 > http://taskcoach.svn.sourceforge.net/taskcoach/?rev=2776&view=rev > Author: fniessink > Date: 2010-01-31 11:42:55 +0000 (Sun, 31 Jan 2010) > > Log Message: > ----------- > Use short url for linking to feature requests. > > Modified Paths: > -------------- > trunk/taskcoach/changes.in/changes.py > trunk/taskcoach/taskcoachlib/meta/data.py > > Modified: trunk/taskcoach/changes.in/changes.py > =================================================================== > --- trunk/taskcoach/changes.in/changes.py 2010-01-31 11:23:35 UTC (rev > 2775) > +++ trunk/taskcoach/changes.in/changes.py 2010-01-31 11:42:55 UTC (rev > 2776) > @@ -23,11 +23,10 @@ > > releases = [ > > -Release('0.79.0', 'January 23, 2010', > +Release('0.79.0', 'January 31, 2010', > summary='''This release adds a calendar viewer for tasks.''', > featuresAdded=[ > - Feature('''Calendar viewer for tasks''', > - > 'http://taskcoach.uservoice.com/forums/26465-desktop-version-windows-linux-mac-of-task-coach/suggestions/289033-calendar-view?ref=title') > + Feature('''Calendar viewer for tasks''', > 'http://uservoice.com/a/iQI4g') > ] > ), > > > Modified: trunk/taskcoach/taskcoachlib/meta/data.py > =================================================================== > --- trunk/taskcoach/taskcoachlib/meta/data.py 2010-01-31 11:23:35 UTC (rev > 2775) > +++ trunk/taskcoach/taskcoachlib/meta/data.py 2010-01-31 11:42:55 UTC (rev > 2776) > @@ -31,7 +31,7 @@ > # The buildbot sets TCVERSION when building snapshots. > version = os.environ.get('TCVERSION', '0.79.0') > tskversion = 28 # Current version number of the task file format > -release_day = '26' # Day number of the release, 1-31, as string > +release_day = '31' # Day number of the release, 1-31, as string > release_month = 'January' # Month of the release in plain English > release_year = '2010' # Year of the release as string > release_status = 'alpha' # One of 'alpha', 'beta', 'stable' > > > This was sent by the SourceForge.net collaborative development platform, the > world's largest Open Source development site. > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Taskcoach-commits mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/taskcoach-commits >
