<?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 diff.jsp</title>
    <link>http://src.iws.cs.ovgu.de/source/rss/opengrok/web/diff.jsp</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    <item>
        <title>allowing users to download the diff
    fixes #549</title>
        <description>/opengrok/web/diff.jsp - 31ba4e9e9f28db99f326e4ae1a96b72a4c3a3b42</description>
        <pubDate></pubDate>
        <dc:creator>Kryštof Tulinger  &lt;krystof.tulinger@oracle.com&gt;</dc:creator>
    </item>

    <item>
        <title>moving javascripts into js subdirectory</title>
        <description>/opengrok/web/diff.jsp - e108d43e59336eaf96f0976ee92944719bbf2ac9</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/diff.jsp - eee3266b4179dae85826d6139b3b540838ea955a</description>
        <pubDate></pubDate>
        <dc:creator>Knut Anders Hatlen &lt;knut.hatlen@oracle.com&gt;</dc:creator>
    </item>

    <item>
        <title>Don't run diff jumper code when not viewing a diff.
    
    The code that searches the document for difftable runs in every page
    that loads utils.js. This makes loading of pages slower than necessary.
    
    This patch factors out the diff jumper code from utils.js and puts it
    in a separate file called diff.js which is only loaded by diff.jsp.</title>
        <description>/opengrok/web/diff.jsp - 28c081bad540f7e3eb8abd2a5a9a1b6fc706f558</description>
        <pubDate></pubDate>
        <dc:creator>Knut Anders Hatlen &lt;knut.hatlen@oracle.com&gt;</dc:creator>
    </item>

    <item>
        <title>Diff jumper fixes #574</title>
        <description>/opengrok/web/diff.jsp - acfaf1a46b72df0b3b9bf276b997d1649983c194</description>
        <pubDate></pubDate>
        <dc:creator>Kryštof Tulinger  &lt;krystof.tulinger@oracle.com&gt;</dc:creator>
    </item>

    <item>
        <title>perform HTML escaping in diffline()
    fixes #719</title>
        <description>/opengrok/web/diff.jsp - 55ca23edd10d48a1f4683d6071955db3683a3b69</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/diff.jsp - d8371503c60e1f6933455e25b1cc47e4858a3a43</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/diff.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/diff.jsp - 14a41f02433890d19b2f871156271e3388cd0845</description>
        <pubDate></pubDate>
        <dc:creator>Jens Elkner &lt;jel+opengrok@cs.uni-magdeburg.de&gt;</dc:creator>
    </item>

    <item>
        <title>Bug #17584: Beginning of highlighted change in code is not started from absolute zero position in the row</title>
        <description>/opengrok/web/diff.jsp - 2d81b0b59eb7733c1c5220f13259a100f634c89a</description>
        <pubDate></pubDate>
        <dc:creator>Knut Anders Hatlen &lt;knut.hatlen@oracle.com&gt;</dc:creator>
    </item>

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

    <item>
        <title>Bug 17373 - breadcrumb path needs to be URI encoded
    Bug 17374 - history links need percent encoding
    Bug 17375 - annotate link needs percent encoding
    Bug 17376 - download link needs percent encoding</title>
        <description>/opengrok/web/diff.jsp - 3dfde69a5611cd051532d236ca8b50e1f7a44f3b</description>
        <pubDate></pubDate>
        <dc:creator>Leo Davis &lt;ldavis@fonix.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/diff.jsp - 17b343cecb69da82215b124f39fed80167a6f2bd</description>
        <pubDate></pubDate>
        <dc:creator>Lubos Kosco &lt;Lubos.Kosco@Oracle.COM&gt;</dc:creator>
    </item>

    <item>
        <title>test cases for 5590</title>
        <description>/opengrok/web/diff.jsp - bb742941612ab119288533d2e66dc1dd1509b32b</description>
        <pubDate></pubDate>
        <dc:creator>Lubos Kosco &lt;Lubos.Kosco@Sun.COM&gt;</dc:creator>
    </item>

    <item>
        <title>Bug #5590 -  Unhighlighted difference in compare list
    be again xhtml strict valid</title>
        <description>/opengrok/web/diff.jsp - 958ccc55e275549e16df57f5ba425dce5d1c2b7b</description>
        <pubDate></pubDate>
        <dc:creator>Lubos Kosco &lt;Lubos.Kosco@Sun.COM&gt;</dc:creator>
    </item>

    <item>
        <title>Bug #14978 -  upgrade lucene to 3.0.1</title>
        <description>/opengrok/web/diff.jsp - 4aabae02a84501165f3a1375bd3610db1b222ce3</description>
        <pubDate></pubDate>
        <dc:creator>Lubos Kosco &lt;Lubos.Kosco@Sun.COM&gt;</dc:creator>
    </item>

    <item>
        <title>Bug #5848 -  trimmed diff link results in NULL pointer dereference</title>
        <description>/opengrok/web/diff.jsp - 81ff16ba7157923d7aa6ea9d0264a34b6392e009</description>
        <pubDate></pubDate>
        <dc:creator>Lubos Kosco &lt;Lubos.Kosco@Sun.COM&gt;</dc:creator>
    </item>

    <item>
        <title>Bug 341 -  RFE: support searches across multiple projects
    some small UTF-8 fixes (select box still didn't pick them up in some test cases where fs was not UTF-8)
    validated default styles</title>
        <description>/opengrok/web/diff.jsp - 9b1dea974e126ecb07a1f6d6cf9d2b637c8a47a0</description>
        <pubDate></pubDate>
        <dc:creator>Lubos Kosco &lt;Lubos.Kosco@Sun.COM&gt;</dc:creator>
    </item>

    <item>
        <title>Remove two small HTML/CSS errors</title>
        <description>/opengrok/web/diff.jsp - 85ab383fb02f9de870b9f1b17863968a1771a8f3</description>
        <pubDate></pubDate>
        <dc:creator>Jorgen Austvik &lt;jorgen.austvik@sun.com&gt;</dc:creator>
    </item>

    <item>
        <title>Bug #3143: in-code view full link is a dead link</title>
        <description>/opengrok/web/diff.jsp - 855a7cc1ec5916ebe8a53df2b81a772f8541ad48</description>
        <pubDate></pubDate>
        <dc:creator>vitezslav batrla - Sun Microsystems - Prague Czech Republic &lt;Vitezslav.Batrla@Sun.COM&gt;</dc:creator>
    </item>

</channel>
</rss>

