<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in rss.jsp</title>
    <link>http://src.iws.cs.ovgu.de/source/rss/opengrok/web/rss.jsp</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    <item>
        <title>unify RSS title for directory and file
    fill revision in DirectoryHistoryReader
    fixes #896
    fixes #891</title>
        <description>/opengrok/web/rss.jsp - 553e45aa30491705e2750b188fa1d41cbe8ed769</description>
        <pubDate></pubDate>
        <dc:creator>Vladimir Kotal &lt;Vladimir.Kotal@Oracle.COM&gt;</dc:creator>
    </item>

    <item>
        <title>fix Util.htmlize() call for pubDate
    fixes #894</title>
        <description>/opengrok/web/rss.jsp - 4ed2373c58526809cbc2b50be402c52f70325eac</description>
        <pubDate></pubDate>
        <dc:creator>Vladimir Kotal &lt;Vladimir.Kotal@Oracle.COM&gt;</dc:creator>
    </item>

    <item>
        <title>fix RSS feed link for proxied environment
    fixes #890</title>
        <description>/opengrok/web/rss.jsp - 6640ccead338f3719e48a319ac742576d7fcb61c</description>
        <pubDate></pubDate>
        <dc:creator>Vladimir Kotal &lt;Vladimir.Kotal@Oracle.COM&gt;</dc:creator>
    </item>

    <item>
        <title>convert newlines into pipe char
    fixes #886</title>
        <description>/opengrok/web/rss.jsp - 0992e2d576aca73e510fb27921561734a92c6e20</description>
        <pubDate></pubDate>
        <dc:creator>Vladimir Kotal &lt;Vladimir.Kotal@Oracle.COM&gt;</dc:creator>
    </item>

    <item>
        <title>Fix Checkstyle warnings (FileTabCharacterCheck)</title>
        <description>/opengrok/web/rss.jsp - 59b6a8c0cc6ef741a7180504b3c371e67c2aa338</description>
        <pubDate></pubDate>
        <dc:creator>Knut Anders Hatlen &lt;knut.hatlen@oracle.com&gt;</dc:creator>
    </item>

    <item>
        <title>Refactor webapp</title>
        <description>/opengrok/web/rss.jsp - 14a41f02433890d19b2f871156271e3388cd0845</description>
        <pubDate></pubDate>
        <dc:creator>Jens Elkner &lt;jel+opengrok@cs.uni-magdeburg.de&gt;</dc:creator>
    </item>

    <item>
        <title>Backed out changeset 813a4561226a
    
    Use a Filter instead!</title>
        <description>/opengrok/web/rss.jsp - 9a79808fa9bf76ecdc7acb04783c978ee81cccd2</description>
        <pubDate></pubDate>
        <dc:creator>Trond Norbye &lt;trond.norbye@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>RFE 18242: Add callbacks to allow people to filter access
    
    This is an initial version of the access filter. We might need to
    add checks in more places in the jsf files (they are really looking
    ugly.. we should clean them up!)</title>
        <description>/opengrok/web/rss.jsp - d63d30c9cdb0ec554dad28004df28fe562daa23c</description>
        <pubDate></pubDate>
        <dc:creator>Trond Norbye &lt;trond.norbye@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>Bug 13184 - provide quick links to annotate,history and download from search results view</title>
        <description>/opengrok/web/rss.jsp - 17b343cecb69da82215b124f39fed80167a6f2bd</description>
        <pubDate></pubDate>
        <dc:creator>Lubos Kosco &lt;Lubos.Kosco@Oracle.COM&gt;</dc:creator>
    </item>

    <item>
        <title>Refactoring: Made DirectoryHistoryReader return a History object
    
    DirectoryHistoryReader no longer implements java.io.Reader or
    HistoryParser. Instead, it returns a History object from which a
    java.util.Iterator&lt;HistoryEntry&gt; can be obtained.</title>
        <description>/opengrok/web/rss.jsp - 71c9e710629db4fbdcfe613855bc6b19cd37a26f</description>
        <pubDate></pubDate>
        <dc:creator>Knut Anders Hatlen &lt;Knut.Hatlen@Sun.COM&gt;</dc:creator>
    </item>

    <item>
        <title>Use a SortedSet instead of a List for the set of files in HistoryEntry
    
    This allows removal of the contains() check in addFile() to avoid
    duplicates.
    
    Old &lt;data-dir&gt;/historycache directories may have to be deleted
    because the storage format of HistoryEntry has changed.</title>
        <description>/opengrok/web/rss.jsp - 57065c0b4d57ca1e0182adda16962b22987a5b95</description>
        <pubDate></pubDate>
        <dc:creator>Knut Anders Hatlen &lt;Knut.Hatlen@Sun.COM&gt;</dc:creator>
    </item>

    <item>
        <title>Bug #6658: rss.jsp generates ill-formed XML
    
    Replace special characters with character entities when generating the
    XML document.</title>
        <description>/opengrok/web/rss.jsp - c32280c7cc42bc1000239721626d73a94c92c24b</description>
        <pubDate></pubDate>
        <dc:creator>Knut Anders Hatlen &lt;Knut.Hatlen@Sun.COM&gt;</dc:creator>
    </item>

    <item>
        <title>New batch of Findbugs fixes</title>
        <description>/opengrok/web/rss.jsp - 8ec10d6d3956617da0e3ad8e5d88e4821458739c</description>
        <pubDate></pubDate>
        <dc:creator>Jorgen Austvik &lt;jorgen.austvik@sun.com&gt;</dc:creator>
    </item>

    <item>
        <title>Bug #966: fails on directory names that contain a plus (+) character
    
    This is a regression introduced in 218.
    
    Please see:
    http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/http/HttpServletRequest.html#getPathInfo()
    
    The string is already decoded by the web container, and decoding it again
    will cause the + to be replaced with ' '.</title>
        <description>/opengrok/web/rss.jsp - 6f1401c0c66c5e04b731aed33eb00758207b7ce9</description>
        <pubDate></pubDate>
        <dc:creator>Trond Norbye &lt;trond.norbye@sun.com&gt;</dc:creator>
    </item>

    <item>
        <title>This should fix some issues with files/directories having space in pathname
    problems.
    
    web/history.jsp: added percent encoding to RSS URIs
    web/list.jsp: Fix raw file downloads -- spaces had "+" instead of space.
    web/mast.jsp: percent decode the path.
                  Fix raw file downloads -- spaces had "+" instead of space.
    web/rss.jsp: percent decode the path.</title>
        <description>/opengrok/web/rss.jsp - 85f619afce0f5860dd3265e1ac5c48efcb353921</description>
        <pubDate></pubDate>
        <dc:creator>Leo Davis &lt;ldavis@fonix.com&gt;</dc:creator>
    </item>

    <item>
        <title>URL prefixes were always '/source?s' in the web application</title>
        <description>/opengrok/web/rss.jsp - 7cbf6a20cb1925bd734d2c6664ba739e6e82c8e3</description>
        <pubDate></pubDate>
        <dc:creator>Leo Davis &lt;ldavis@fonix.com&gt;</dc:creator>
    </item>

    <item>
        <title>Save the list of ignored names in the configuration file (if used)</title>
        <description>/opengrok/web/rss.jsp - 865ea0b94260b721a2f6ec872b914d6e0b4d3e08</description>
        <pubDate></pubDate>
        <dc:creator>Trond Norbye &lt;trond.norbye@sun.com&gt;</dc:creator>
    </item>

    <item>
        <title>Fixed compile errors in enoent.jsp and rss.jsp</title>
        <description>/opengrok/web/rss.jsp - 941f534a9c9b2183af2525369d0f0918f7bd844b</description>
        <pubDate></pubDate>
        <dc:creator>Trond Norbye &lt;trond.norbye@sun.com&gt;</dc:creator>
    </item>

    <item>
        <title>Prototype for "Project" support
    
    First of all: This is a prototype, so don't expect it to be finished ;-)
    With this version you should be able to specify various "projects" that you
    would like to group your software into, and limit your search within the
    selected projects. Did I mention that this is a prototype? ok.. The history
    cache has been moved into $DATA_ROOT/historycache, and if you're using
    Mercurial, you should probably pass the -H option to the indexer when you
    generate the index database...</title>
        <description>/opengrok/web/rss.jsp - 9ec7787531611654e8f50932473aa48963eaba55</description>
        <pubDate></pubDate>
        <dc:creator>Trond Norbye &lt;trond@norbye.org&gt;</dc:creator>
    </item>

    <item>
        <title>Implemented glob'ing for IgnoredNames
    
    It is now possible to use glob'ing as the pattern specified with the -i option.
    ex: -i "*.bak" will ignore all files ending with .bak</title>
        <description>/opengrok/web/rss.jsp - 3c2aee4d6fd37062518aa6de5ad12d4967ebabc0</description>
        <pubDate></pubDate>
        <dc:creator>Trond Norbye &lt;trond@norbye.org&gt;</dc:creator>
    </item>

</channel>
</rss>

