<?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 list.jsp</title>
    <link>http://src.iws.cs.ovgu.de/source/rss/opengrok/web/list.jsp</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    <item>
        <title>using filterXSS to avoid xss</title>
        <description>/opengrok/web/list.jsp - ae49d3d23ac518175db22bf4266f15a0cf0c905f</description>
        <pubDate></pubDate>
        <dc:creator>Kryštof Tulinger  &lt;krystof.tulinger@oracle.com&gt;</dc:creator>
    </item>

    <item>
        <title>allowing markdown readmes to be rendered as html</title>
        <description>/opengrok/web/list.jsp - da30e2a0de228e96cbbeddb076efe5f38a842902</description>
        <pubDate></pubDate>
        <dc:creator>Kryštof Tulinger  &lt;krystof.tulinger@oracle.com&gt;</dc:creator>
    </item>

    <item>
        <title>fixing inconsistent behaviour of opengrok cookie</title>
        <description>/opengrok/web/list.jsp - 9158900bac6adc966217d308f9ddea9f5eb540c7</description>
        <pubDate></pubDate>
        <dc:creator>Kryštof Tulinger  &lt;krystof.tulinger@oracle.com&gt;</dc:creator>
    </item>

    <item>
        <title>Clean up encoding and decoding of URL parameters.
    
    mast.jsp needs to access some URL parameters in JavaScript code.
    Currently, it does this in a Java snippet that escapes the parameter
    value and prints it in the HTML. This patch changes it so that the
    parameters are fetched by the JavaScript code itself, eliminating the
    roundtrip via the Java and HTML domains, which simplifies the quoting.
    
    Also remove Util.escapeXml(). Instead use Util.URIEncode(),
    Util.htmlize() and Util.jsStringLiteral() as appropriate.
    Util.escapeXml() was a hybrid of the latter two.
    
    Also quote some values that were previously not quoted.</title>
        <description>/opengrok/web/list.jsp - eee3266b4179dae85826d6139b3b540838ea955a</description>
        <pubDate></pubDate>
        <dc:creator>Knut Anders Hatlen &lt;knut.hatlen@oracle.com&gt;</dc:creator>
    </item>

    <item>
        <title>logging - jsp tunning</title>
        <description>/opengrok/web/list.jsp - f92748f5b891c3cb3747fd8c82879f010d0f6742</description>
        <pubDate></pubDate>
        <dc:creator>JHKST &lt;jhkst@centrum.cz&gt;</dc:creator>
    </item>

    <item>
        <title>add H A D links to directory listing
    fixes #573</title>
        <description>/opengrok/web/list.jsp - eb7a02cafb0857e1143027a016dc2a1975a9af67</description>
        <pubDate></pubDate>
        <dc:creator>Vladimir Kotal &lt;Vladimir.Kotal@Oracle.COM&gt;</dc:creator>
    </item>

    <item>
        <title>differentiate between raw and download
    fixes #578</title>
        <description>/opengrok/web/list.jsp - d8371503c60e1f6933455e25b1cc47e4858a3a43</description>
        <pubDate></pubDate>
        <dc:creator>Vladimir Kotal &lt;Vladimir.Kotal@Oracle.COM&gt;</dc:creator>
    </item>

    <item>
        <title>div src not unique when multiple readmes, closes issue #57</title>
        <description>/opengrok/web/list.jsp - 871b35b666794d5a67d6d57d91db35c5d02912bb</description>
        <pubDate></pubDate>
        <dc:creator>Lubos Kosco &lt;Lubos.Kosco@Oracle.COM&gt;</dc:creator>
    </item>

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

    <item>
        <title>Fix PMD warning in PageConfig.getResourceFileList() - MethodReturnsInternalArray</title>
        <description>/opengrok/web/list.jsp - 4500b8a9d03f7278ff842af84d4bd8a955855146</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/list.jsp - 14a41f02433890d19b2f871156271e3388cd0845</description>
        <pubDate></pubDate>
        <dc:creator>Jens Elkner &lt;jel+opengrok@cs.uni-magdeburg.de&gt;</dc:creator>
    </item>

    <item>
        <title>Bug 13677 - xref cache is not updated if code changes in SRC_ROOT</title>
        <description>/opengrok/web/list.jsp - cabfe44a0ca292e420335ed0de6114dbec603eff</description>
        <pubDate></pubDate>
        <dc:creator>Trond Norbye &lt;trond.norbye@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>Bug 17688 - File handles leaked in JSPs</title>
        <description>/opengrok/web/list.jsp - 138a7fea383af1a9084b7ec66d309d1cbc43d5f6</description>
        <pubDate></pubDate>
        <dc:creator>Chris Eldredge &lt;chris.eldredge@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>Moved style for symbol list to the style sheets.
    (The original &lt;style&gt; tag was not allowed in the body of the document
    and broke HTML validation.)</title>
        <description>/opengrok/web/list.jsp - 0e06c2837bb69b9a867d3c8494a09c2f963607e2</description>
        <pubDate></pubDate>
        <dc:creator>Knut Anders Hatlen &lt;knut.hatlen@oracle.com&gt;</dc:creator>
    </item>

    <item>
        <title>Sort symbols in navigation panel
    Remove non-standard HTML attribute "ln"</title>
        <description>/opengrok/web/list.jsp - 0b2af20036cd228afb7d7003a07c16522f944ea1</description>
        <pubDate></pubDate>
        <dc:creator>Knut Anders Hatlen &lt;knut.hatlen@oracle.com&gt;</dc:creator>
    </item>

    <item>
        <title>Remove unused code in list.jsp (project list is known to be non-null, so don't check for it)</title>
        <description>/opengrok/web/list.jsp - b4856b292d59c0aad174c348b012ec241a330ab1</description>
        <pubDate></pubDate>
        <dc:creator>Knut Anders Hatlen &lt;knut.hatlen@oracle.com&gt;</dc:creator>
    </item>

    <item>
        <title>Bug #17631: Cookie name "OpenGrok/project" is a reserved token</title>
        <description>/opengrok/web/list.jsp - ca15dc51dcf259e9433b86192acfbe8ddc0ada17</description>
        <pubDate></pubDate>
        <dc:creator>Knut Anders Hatlen &lt;knut.hatlen@oracle.com&gt;</dc:creator>
    </item>

    <item>
        <title>Bug 17554 - Empty "Navigate" window in Perl code</title>
        <description>/opengrok/web/list.jsp - bfd2092b34b868b61615c3199a365f5fdd748c70</description>
        <pubDate></pubDate>
        <dc:creator>Lubos Kosco &lt;Lubos.Kosco@Oracle.COM&gt;</dc:creator>
    </item>

    <item>
        <title>rename List to Navigate, disable highlight until it is fixed, add close to navigate, fix some w3c validator complains</title>
        <description>/opengrok/web/list.jsp - 38ff737189d7beafce42b920855828296db0df47</description>
        <pubDate></pubDate>
        <dc:creator>Lubos Kosco &lt;Lubos.Kosco@Oracle.COM&gt;</dc:creator>
    </item>

    <item>
        <title>Bug #17128: add more syntax highlighting styles and list all definitions/functions
    
    Make definitions available when generating xref on the fly from the webapp.</title>
        <description>/opengrok/web/list.jsp - 6fb29c51593eb4622f537cd43c1a81ffb36a8ff7</description>
        <pubDate></pubDate>
        <dc:creator>Knut Anders Hatlen &lt;knut.hatlen@oracle.com&gt;</dc:creator>
    </item>

</channel>
</rss>

