History log of /opengrok/web/index.jsp
Revision Date Author Comments Expand
888273610a036b1d0d39339d0057352922648a5b 21-May-2015 Vladimir Kotal <Vladimir.Kotal@Oracle.COM>

display table with project-repository mappings on front page fixes #939

59b6a8c0cc6ef741a7180504b3c371e67c2aa338 02-Jan-2013 Knut Anders Hatlen <knut.hatlen@oracle.com>

Fix Checkstyle warnings (FileTabCharacterCheck)

14a41f02433890d19b2f871156271e3388cd0845 02-Jan-2013 Jens Elkner <jel+opengrok@cs.uni-magdeburg.de>

Refactor webapp

38ff737189d7beafce42b920855828296db0df47 02-Jan-2013 Lubos Kosco <Lubos.Kosco@Oracle.COM>

rename List to Navigate, disable highlight until it is fixed, add close to navigate, fix some w3c validator complains

c0550b01024b910b8c1468811c0ea663b10b1372 25-Oct-2007 Trond Norbye <trond.norbye@sun.com>

Create webapp as part of the normal build step The webapp will also include the various configurations, so the user may select the look'n'feel without rebuilding the application. By default the webapp will use the look'n'feel (css-files and icons) located in the folder named default. You may alter the content in this directory, or specify the look'n'feel to use by using the -L option and create a configuration file to OpenGrok. ex: java -jar opengrok.jar -R configuration.xml -W configuration.xml \ -U localhost:2424 -L offwhite -n will read the current configuration, set the look'n'feel to "offwhite" and store the new configuration. The -U option I specified here was to update the webapplicaton that listens to configuration changes on localhost:2424

/opengrok/build.xml /opengrok/conf/default/img/Logo.png /opengrok/conf/default/img/icon.png /opengrok/conf/default/img/rss.png /opengrok/conf/default/img/servedby.png /opengrok/conf/default/print.css /opengrok/conf/default/style.css /opengrok/conf/offwhite/img/Logo.png /opengrok/conf/offwhite/img/b.gif /opengrok/conf/offwhite/img/d.gif /opengrok/conf/offwhite/img/do.gif /opengrok/conf/offwhite/img/f.gif /opengrok/conf/offwhite/img/h.gif /opengrok/conf/offwhite/img/icon.png /opengrok/conf/offwhite/img/l.gif /opengrok/conf/offwhite/img/p.gif /opengrok/conf/offwhite/img/q.gif /opengrok/conf/offwhite/img/r.gif /opengrok/conf/offwhite/img/rss.png /opengrok/conf/offwhite/img/servedby.png /opengrok/conf/offwhite/img/t.gif /opengrok/conf/offwhite/img/w.gif /opengrok/conf/offwhite/print.css /opengrok/conf/offwhite/style.css /opengrok/conf/offwhite/web.xml /opengrok/conf/polished/img/Logo.png /opengrok/conf/polished/img/b.gif /opengrok/conf/polished/img/d.gif /opengrok/conf/polished/img/do.gif /opengrok/conf/polished/img/f.gif /opengrok/conf/polished/img/h.gif /opengrok/conf/polished/img/icon.png /opengrok/conf/polished/img/l.gif /opengrok/conf/polished/img/p.gif /opengrok/conf/polished/img/q.gif /opengrok/conf/polished/img/r.gif /opengrok/conf/polished/img/rss.png /opengrok/conf/polished/img/servedby.png /opengrok/conf/polished/img/t.gif /opengrok/conf/polished/img/w.gif /opengrok/conf/polished/print.css /opengrok/conf/polished/style.css /opengrok/conf/polished/web.xml /opengrok/conf/web.xml /opengrok/nbproject/build-impl.xml /opengrok/nbproject/genfiles.properties /opengrok/nbproject/project.properties /opengrok/src/org/opensolaris/opengrok/configuration/Configuration.java /opengrok/src/org/opensolaris/opengrok/configuration/RuntimeEnvironment.java /opengrok/src/org/opensolaris/opengrok/index/Indexer.java enoent.jsp error.jsp foot.jspf help.html help.jsp httpheader.jspf index.jsp mast.jsp pageheader.jspf projects.jspf search.jsp
a66e7a81c079afbe13c5a6c0b5bd2c0a776b83f6 22-May-2007 Bill Au <bill.w.au@gmail.com>

Added optional sort by last modified time

b53b41595ea94cd7dd9f2c8ef56817f804ab6505 26-Mar-2007 Trond Norbye <trond.norbye@sun.com>

Moved the "user-editable" part of index.jsp into index_body.html

bb191b4db2657326cea4ebb7a8d0508b6ab84929 19-Mar-2007 Trond Norbye <trond@norbye.org>

Removed multiple copies of webpages Some of the files stored in the conf/*/html directory did not contain any configuration specific text, so they could be moved to the web directory.

9ec7787531611654e8f50932473aa48963eaba55 16-Feb-2007 Trond Norbye <trond@norbye.org>

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...

/opengrok/conf/default/html/index.html /opengrok/conf/offwhite/html/index.html /opengrok/conf/polished/html/index.html /opengrok/src/org/opensolaris/opengrok/analysis/AnalyzerGuru.java /opengrok/src/org/opensolaris/opengrok/analysis/CompatibleAnalyser.java /opengrok/src/org/opensolaris/opengrok/analysis/FileAnalyzer.java /opengrok/src/org/opensolaris/opengrok/configuration/Configuration.java /opengrok/src/org/opensolaris/opengrok/configuration/Project.java /opengrok/src/org/opensolaris/opengrok/configuration/RuntimeEnvironment.java /opengrok/src/org/opensolaris/opengrok/history/ExternalRepository.java /opengrok/src/org/opensolaris/opengrok/history/HistoryCache.java /opengrok/src/org/opensolaris/opengrok/history/HistoryEntry.java /opengrok/src/org/opensolaris/opengrok/history/HistoryGuru.java /opengrok/src/org/opensolaris/opengrok/history/MercurialHistoryParser.java /opengrok/src/org/opensolaris/opengrok/history/MercurialRepository.java /opengrok/src/org/opensolaris/opengrok/index/IgnoredNames.java /opengrok/src/org/opensolaris/opengrok/index/Indexer.java /opengrok/src/org/opensolaris/opengrok/web/Util.java /opengrok/src/org/opensolaris/opengrok/web/WebappListener.java enoent.jsp error.jsp index.jsp list.jsp mast.jsp menu.jspf projects.jspf rss.jsp search.jsp