0c7ba8875c8b02af1ad22df40663bef86f819846 |
|
02-Jan-2013 |
Vladimir Kotal <Vladimir.Kotal@oracle.com> |
cleanup warnings in Configuration.java and RepoRepository.java |
067b64f4bbef85b0f752f4200fab172ae63db3a1 |
|
02-Jan-2013 |
Vladimir Kotal <Vladimir.Kotal@oracle.com> |
Bug 1720 - Add service outage banner at top of webapp pages |
14a41f02433890d19b2f871156271e3388cd0845 |
|
02-Jan-2013 |
Jens Elkner <jel+opengrok@cs.uni-magdeburg.de> |
Refactor webapp |
cc21f70af76aacd91b4b0cbe55a601883152900f |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Bug #17074: Home link no longer works
Append "/" to the home link to account for getContextPath() returning
an empty string if the webapp is deployed in the root directory. |
958ccc55e275549e16df57f5ba425dce5d1c2b7b |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
Bug #5590 - Unhighlighted difference in compare list
be again xhtml strict valid |
6c0ba09bc317532883e9569e5947011d860587a8 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
Bug #15097 - make the search bar in listing stay on top of the page
Bug #13997 - main logo should take you HOME ;) |
1760e47fb4d1fe478f63f2e9e1c9123416c42f88 |
|
13-Dec-2007 |
Trond Norbye <trond.norbye@sun.com> |
Removed unneeded @page settings from page fragments |
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 |