7bd2c3ec009c3f4fa8befb880b354fee06961acb |
|
22-Aug-2016 |
Kryštof Tulinger <krystof.tulinger@oracle.com> |
new intelligence window |
ba7acbadb299581bd4e995c01d86200e3c04a5c7 |
|
19-Aug-2016 |
Harry Pan <pan.xingzhi@gmail.com> |
Add help documentation of Intelligence Window and Symbol Highlighting. |
689c2c8d7d285f355a90f35469326d5e51777042 |
|
17-Aug-2016 |
Harry Pan <pan.xingzhi@gmail.com> |
Reformat CSS. |
c11ca22dbe6cf6ad259e4848ece6fe5152f9505c |
|
30-Sep-2015 |
Lubos Kosco <tarzanek@gmail.com> |
lucene 5.3.1 |
73189ea86c6fb0af01e16eaa5b0da3f2bb775c41 |
|
19-Mar-2015 |
Harry Pan <pan.xingzhi@gmail.com> |
Add Haskell support. |
2c72062cb1af7c20ea5bb2b736710f9e4b370962 |
|
30-Sep-2014 |
Lubos Kosco <tarzanek@gmail.com> |
lucene 4.10.1 |
e7443960658cc31ccf48ea5b9833b13887ee14e7 |
|
02-Apr-2014 |
Lubos Kosco <Lubos.Kosco@oracle.com> |
lucene 4.7.1 + nb 8.0 |
4fd421f78fa03a25d6771c9347f33699ae8ca20c |
|
25-Oct-2013 |
Lubos Kosco <Lubos.Kosco@oracle.com> |
lucene 4.5.1 |
1cd6ad07549a4d391f20e9ed7aa8723bef6a91bb |
|
24-Oct-2013 |
Lubos Kosco <Lubos.Kosco@oracle.com> |
bug #672 need double-quotes to specify path |
be129181c479d0994742681b1513b15c4ff2d1e2 |
|
23-Oct-2013 |
Lubos Kosco <Lubos.Kosco@oracle.com> |
bug #625 xref links containing \u don't seem to be working |
99b4056e2c5b0a51f7f480ebcefb1f917613ce2a |
|
09-Jul-2013 |
Lubos Kosco <Lubos.Kosco@oracle.com> |
add spaces to help text before ( |
9a4361e23046cda58b9a5b8f4e11910dc433bada |
|
04-Jul-2013 |
Lubos Kosco <Lubos.Kosco@oracle.com> |
field type adjustments, ui fixes |
60281ca3d1db22f5d2204e1be4975504853072a7 |
|
17-May-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
improve help page, closes issue #47 |
9c4ded641ae76132f262728f5d64e30fb004ae47 |
|
12-Apr-2013 |
Lubos Kosco <Lubos.Kosco@oracle.com> |
lucene 4.2.1 , document new query parser, allow path regexp if just one and enclosed in / |
59b6a8c0cc6ef741a7180504b3c371e67c2aa338 |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Fix Checkstyle warnings (FileTabCharacterCheck) |
8e4e27126852837892d11016ca62f6b8f51997b8 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
Bug 18754 - opensearch does not work with HTTPS
small adjustment of OpenGrok and help file |
14a41f02433890d19b2f871156271e3388cd0845 |
|
02-Jan-2013 |
Jens Elkner <jel+opengrok@cs.uni-magdeburg.de> |
Refactor webapp |
e655c7911217c7948ee6d9eb73bff3a712b0fa70 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
modify help page on escaping special chars - thanks to Bruce Furber <bfurber@comcast.net> |
45909b3ef8c6e568a87482cb890fec7b5dbb7733 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
Bug 11264 - Add a python specific language analyzer.
small fix in java analyzer xref lexer (single quote string escapes)
fix pmd and checkstyle |
981e542f40f5acaf95b69c5854e5ffb080204242 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
redesign project field, jquery used to autocomplete, fix findbugs warnings, make all pages http://validator.w3.org/ valid |
c6e0f8b39af7343c04ec7558a085c965159f4ea0 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
increase the version number to 0.8 (finally ;) ) , reuseToken is inherited now (less code in jflex classes), small fixes in help and logic of showing the xrefs if file exists, it's xref gzipped exits and there is another indexed file with file.gz too (e.g. testdata directory) |
ac3dfe115c31432f257a9c4831f6950cd3849143 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
Bug #2395 Searching fails for expressions starting by special characters |
24fbcf818bcfacfba1bae434e85950953238e31b |
|
09-Nov-2007 |
Leo Davis <ldavis@fonix.com> |
Fixed menu.jspf to ref help.jsp. Apparently help.html is no more. Fixed help.jsp and httpheader.jspf. |
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 |