f9fd2b96d1c5ea62664f74da0e34a04b6511a8ff |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
lucene 4.0 , JDK 1.7 , fix NPE in webapp when no config found |
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 |
3a0a32c69d89a916677b42ee31fdb50a4e5d581b |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Escape special characters in stack traces |
17b343cecb69da82215b124f39fed80167a6f2bd |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
Bug 13184 - provide quick links to annotate,history and download from search results view |
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. |
9017f50c7d526d11bae57f42ed8023dfba9ed1d1 |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@sun.com> |
Remove support for using the webapp without a configuration file |
63cdefd2ba9b7fbd7af5fc85c892edbaaa742df4 |
|
02-Jan-2013 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Always show error message and stack trace in the webapp |
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 |
7cbf6a20cb1925bd734d2c6664ba739e6e82c8e3 |
|
14-Sep-2007 |
Leo Davis <ldavis@fonix.com> |
URL prefixes were always '/source?s' in the web application |
a3fa3ac0515d12031522f59d20963e656aa2aaaf |
|
13-Jul-2007 |
Trond Norbye <trond.norbye@sun.com> |
Fixed compile problems and NPE in error.jsp |
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... |
5feb9d4ec8870e9b3bec8aaaa30632851e99463b |
|
28-Dec-2006 |
Kyle McFarland <tfkyle@gmail.com> |
change foot.html to foot.jsp and use <context>/img/servedby.png for the image |
217ac9cc3cdcb791bbe1f20b7af681e8b0bcc65b |
|
15-Nov-2006 |
Trond Norbye <trond@norbye.org> |
Improved error handling for corrupt web.xml in error.jsp
Replaced rawSource.equals("") with "".equals(rawSource) to handle
the case where rawSource == null gracefully. |
feed422d77bc5777f99d58b5b6b2a4a6dc4e2cd2 |
|
15-Nov-2006 |
Trond Norbye <trond@norbye.org> |
Applied patch for error.jsp submitted by Chris Elving
There appears to be an unterminated <form> element in web/error.jsp
that results in an error in the error page. |
c23e82b612acd5e947c164114377578116f6d298 |
|
15-Nov-2006 |
Trond Norbye <trond@norbye.org> |
Initial import (OpenGrok 0.3.1) |