Edgewall Software

Changes between Version 33 and Version 34 of WildIdeas


Ignore:
Timestamp:
Feb 2, 2015, 8:02:39 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, some link updates

Legend:

Unmodified
Added
Removed
Modified
  • WildIdeas

    v33 v34  
    11[[Image(http://www.edgewall.org/gfx/madscientist.png,align=right,title=)]]
    2 = Wild Ideas =
     2= Wild Ideas
    33
    4 === Mozilla / Firefox / Thunderbird Extensions ===
     4=== Mozilla / Firefox / Thunderbird Extensions
     5
    56Being able to conveniently access tickets in a Firefox and/or Thunderbird extension would be kinda cool. -- DanielLundin
    67
    7 Answer: Use the [http://sage.mozdev.org/ Sage RSS sidebar] and you have everything in your sidebar that you want.
     8'''Answer''': Use the [https://addons.mozilla.org/en-US/firefox/addon/sage Sage RSS sidebar] and you have everything in your sidebar that you want.
    89
    9 === Timeline and Reports output in alternate formats ===
     10=== Timeline and Reports output in alternate formats
     11
    1012Having options (through URL arguments presumably) to render [http://blogs.law.harvard.edu/tech/rss RSS], [http://www.ietf.org/rfc/rfc2445.txt iCal] and XML versions of the timeline and reports, rather than the default HTML/web page output, could be quite useful, and open some interesting possibilities. -- DanielLundin
    1113
    12 Actually, the Timeline (and, I think, reports as well) already have an RSS version...
     14Actually, the Timeline (and, I think, reports as well) already have an RSS version.
    1315
    14 I was inspired by a simple chart tool as well.  You take a Timeline RSS feed, transform it with my xsl which creates the chart data which you can then render in a web page.  here is the [http://www.piedcow.com/archives/2005/03/inspired_to_cre.html link].
     16I was inspired by a simple chart tool as well. You take a Timeline RSS feed, transform it with my xsl which creates the chart data which you can then render in a web page. Here is the [http://www.piedcow.com/archives/2005/03/inspired_to_cre.html link].
    1517
    16 === RstForEverything ===
    17 Add a configuration option to use reStructuredText as default markup for all pages, tickets and commit messages. This would mean a rewrite of all the default wiki pages to reStructuredText, probably some changes to the special pages such as RecentChanges and a lot of small stuff here and there. Also change the default role for reStructuredText to be trac so that wiki links could simply be written as:
     18=== Rst for everything
     19
     20Add a configuration option to use [WikiRestructuredText reStructuredText] as default markup for all pages, tickets and commit messages. This would mean a rewrite of all the default wiki pages to reStructuredText, probably some changes to the special pages such as RecentChanges and a lot of small stuff here and there. Also change the default role for reStructuredText to be Trac, so that wiki links could simply be written as:
    1821
    1922{{{
     
    2124}}}
    2225
    23 === Eclipse Integration ===
    24 Anyone fancy implementing a plug-in for [http://www.eclipse.org Eclipse]? There's currently an [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-vcm-home/docs/online/bugs-plugin/index.html effort] going on to provide Bugzilla integration, apparently extensible to other issue tracking systems. Such an effort would probably depend on us getting some kind of web-service layer working.
     26=== Eclipse Integration
    2527
    26 Answer: One way would be, like the hint above, to use an eclipse RSS reader to syndicate the ticket RSS from Trac. There is one at http://morphine.sourceforge.net/presence/projects/rss/
     28Anyone fancy implementing a plug-in for [http://www.eclipse.org Eclipse]? There's currently an [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-vcm-home/docs/online/bugs-plugin/index.html effort] going on to provide [https://www.bugzilla.org/ Bugzilla] integration, apparently extensible to other issue tracking systems. Such an effort would probably depend on us getting some kind of web-service layer working.
    2729
    2830'''Answer''': The [http://wiki.eclipse.org/Mylyn/SOC/2006/Trac_Connector Trac Connector] for Mylyn does exactly this.
    2931
    30 === Continuous Integration ===
     32=== Continuous Integration
    3133
    32 Why not provide integration with ''Continuous Integration'' tool's like those listed [http://docs.codehaus.org/display/DAMAGECONTROL/Continuous+Integration+Server+Feature+Matrix here].
     34Provide integration with [[http://docs.codehaus.org/display/DAMAGECONTROL/Continuous+Integration+Server+Feature+Matrix Continuous Integration tools].
    3335
    34 Christopher Lenz's [http://bitten.cmlenz.net/ Bitten] plugin provides continuous integration features for Trac.
     36'''Answer''': A well tested CI tool is [http://trac.buildbot.net/ Buildbot] and described on [th:TracBuildbotIntegration]. Also see [PluginList#ContinuousIntegration other CI tool plugins]. Christopher Lenz's [http://bitten.cmlenz.net/ Bitten] plugin has been discontinued.
    3537
    36 === RPC Interface ===
     38=== RPC Interface
    3739
    3840Via SOAP or XML-RPC (recommended for utter simplicity!), export the user interface functions to allow integration with proprietary Intranets and so forth. This would also allow some crazy developers to write e.g. an [http://en.wikipedia.org/wiki/AJAX AJAX] interface to Trac.
     
    4244Related Tickets: #217, #250.
    4345
    44 '''Answer''': The [https://trac-hacks.org/wiki/XmlRpcPlugin XML-RPC plugin] at trac-hacks does exactly this.''
     46'''Answer''': The [https://trac-hacks.org/wiki/XmlRpcPlugin XML-RPC plugin] at trac-hacks does exactly this.
    4547
    46 === SVN Edition ===
     48=== SVN Edition
    4749
    48 Currently, the only way to put a new revision from/to svn is with a check out and commit. Why no provide online integration, and this form I can edit source from repository without download and upload the code, only with an embedded text editor and a couple of buttons (''that would be #2956 -- cboos'')
     50Currently, the only way to put a new revision from/to svn is with a check out and commit. Why not provide online integration, and this form I can edit source from repository without download and upload the code, only with an embedded text editor and a couple of buttons.
     51
     52'''Answer''': #2956: Upload files to the repository -- cboos
     53
     54----
     55See also: SeaChange