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