e8003fb3e52d438e9111a1833e48473f6e44e27d |
|
12-Oct-2016 |
Vladimir Kotal <Vladimir.Kotal@Oracle.COM> |
store reference to SearcherManager in IndexSearcher super-class
fixes #1207 |
838924562130977ca1a3d3839d146fcda39ea1af |
|
07-Oct-2016 |
Kryštof Tulinger <krystof.tulinger@oracle.com> |
messaging addition |
1c601d31ee3904852401c935c5e43350a83b579c |
|
30-Sep-2016 |
Vladimir Kotal <Vladimir.Kotal@Oracle.COM> |
try to make freeing of IndexSearcher objects more robust |
8d5daad4d9da04018b562f0dd12044f5f53c1a66 |
|
03-Aug-2016 |
Kryštof Tulinger <krystof.tulinger@oracle.com> |
fixing clear button |
dab33d94273a0b00747cffdb96bb7a4cb30ecf8c |
|
19-Jul-2016 |
Kryštof Tulinger <krystof.tulinger@oracle.com> |
hiding previous results after search click |
9158900bac6adc966217d308f9ddea9f5eb540c7 |
|
22-Apr-2016 |
Kryštof Tulinger <krystof.tulinger@oracle.com> |
fixing inconsistent behaviour of opengrok cookie |
9ed9e4f87ae6ce8caa4c19581daef6cabc3b79bd |
|
09-Oct-2015 |
Kryštof Tulinger <krystof.tulinger@oracle.com> |
display last modified date in search results
fixes #590 |
a621b86b295b096f19ef25433ba6e3c19824de0f |
|
06-Dec-2013 |
Vladimir Kotal <Vladimir.Kotal@Oracle.COM> |
show time to get the results even when no match was found
fixes #698 |
a8c3d347bac7edd7bcbe9ca84a8de7c49a3d7d87 |
|
12-Aug-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
cleanup spellchecker code
use Direct spellchecker to avoid another index creation
closes #637 |
9a4361e23046cda58b9a5b8f4e11910dc433bada |
|
04-Jul-2013 |
Lubos Kosco <Lubos.Kosco@oracle.com> |
field type adjustments, ui fixes |
ceddad3a2fabdcc5b60631501187f9e8b4b43a3b |
|
23-Jun-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Improve escaping of strings in webapp.
Util.java: Improve formQuoteEscape() to also escape '&' characters, and
clarify that it's for use in HTML attribute values.
UtilTest.java: Add test for the new behaviour of formQuoteEscape().
menu.jspf: Use correct form of escaping for file type selection.
search.jspf: Escape previously unescaped strings. |
0660813d1476ce33b006694581155bf28067687b |
|
27-May-2013 |
Sven-Kristofer Pilz <sven.pilz@gmail.com> |
Added new field “type” to the web search form.
The field is a single selection containing file types
with user readable descriptions. It is mapped to the field
“fileType” in Lucene. |
c2dedee3dbd5f022d2c54338b1ed88ab3cc6c90c |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Use description of sort order, not its name, in the search result.
Changes
"sorted by relevancy" to "sorted by relevance"
"sorted by lastmodtime" to "sorted by last modified time"
"sorted by fullpath" to "sorted by path" |
b92db005fba6786b3eb68561ea16c7708c6351f6 |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
HTML tags in parse error help text should not be escaped |
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 |
9a79808fa9bf76ecdc7acb04783c978ee81cccd2 |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@gmail.com> |
Backed out changeset 813a4561226a
Use a Filter instead! |
d63d30c9cdb0ec554dad28004df28fe562daa23c |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@gmail.com> |
RFE 18242: Add callbacks to allow people to filter access
This is an initial version of the access filter. We might need to
add checks in more places in the jsf files (they are really looking
ugly.. we should clean them up!) |
b72f2bb824864944cf5e82c9e7bdcc7306c78044 |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Bug #17936: ArrayIndexOutOfBoundsException when using n=50 as URL query parameter |
90cf0cc40074b7606225439dd1926d1d0bab9ae5 |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Bug #17631: Cookie name "OpenGrok/project" is a reserved token
Renamed cookie from OpenGrok/sorting to OpenGrokSorting. |
52cdd45a95eb7c48af1c19ea6e401448a97545bf |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Bug #17550: Malformed search for query with national chars |
17b343cecb69da82215b124f39fed80167a6f2bd |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
Bug 13184 - provide quick links to annotate,history and download from search results view |
adb74a398fa123b83b77ee8ef1f50732a9595dcf |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Bug #17127: OpenGrok leaving too many open files |
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. |
c13a8d59a04be9f5b2587eadfb41a9dd577fad96 |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Bug #16692: Index files left open after multiple project search |
ab4ab2edaac480f68b476dc19e015c54cd4f1978 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
upgrade lucene to 3.0.2
fix regression on search for a definition which doesn't have a tag in index (e.g. classes just in jar, not in source) |
e5aee6ab37be9e5cae85f8aa6c8e6831387a8a7e |
|
02-Jan-2013 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Bug #15637: query constructed only for AND operators |
81a44287274541dbf3e208e0e42fda16571fac62 |
|
02-Jan-2013 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Bug #15636: wildcard search for definitions does not work |
4aabae02a84501165f3a1375bd3610db1b222ce3 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
Bug #14978 - upgrade lucene to 3.0.1 |
f7c6abfe07e71c895ee6ecce44c8e14ce2d42a03 |
|
02-Jan-2013 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Bug #3435: C functions are not considered as functions
Don't generate a direct link to the definition of a symbol unless
there is only one definition of that symbol. |
de874c44430f6d527aae17ff1190b557707ebbfc |
|
02-Jan-2013 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Bug #3900: Unexpected result when clicking a symbol definition |
b645988bdc1cf4f2f82b8c00ed041ddddd822c24 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
upgrade to lucene 3.0.0 |
e5ff54d2b1bcce6eb37237c08877c9e648caf69e |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
tiny fix for null exception if project box contains rubbish |
a7e3d39d99c60f7c28ed739cec7fc5467721ff22 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
fix a regression with xref project generation, checkstyle fix, search link fix from search (s? comes from xrefs, search? comes from main search) |
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) |
9b1dea974e126ecb07a1f6d6cf9d2b637c8a47a0 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
Bug 341 - RFE: support searches across multiple projects
some small UTF-8 fixes (select box still didn't pick them up in some test cases where fs was not UTF-8)
validated default styles |
05d49f94dc3a76126122ed7981f1c4a12c947b60 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
small regression with 6th page of results after paging in lucene is used :) |
e325ce06d9350834b2eab65f00334d7861354c61 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
lucene upgrade phase 2 , patch for 7594 - add support for sorting results by filepath by Christian Lohmaier |
80f1e6dd1a1de3d69d283ff7ff36ac02968ad371 |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@sun.com> |
Bug #3561: "Did you mean:" should give a suggestion, or not be displayed. |
ac3dfe115c31432f257a9c4831f6950cd3849143 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
Bug #2395 Searching fails for expressions starting by special characters |
8ec10d6d3956617da0e3ad8e5d88e4821458739c |
|
07-Aug-2008 |
Jorgen Austvik <jorgen.austvik@sun.com> |
New batch of Findbugs fixes |
8b52eb56baf0e497210dda455f236f916fbe32f1 |
|
01-Aug-2008 |
Trond Norbye <trond.norbye@sun.com> |
Bug #2367: Colon in path property causes search.jsp to function incorrectly |
b047729c2410d26f7bedc523d658c107a72559f6 |
|
20-Jan-2008 |
Trond Norbye <trond.norbye@sun.com> |
Bug #334: double-colons in search pattern results in error
Replace all occurences of : with \: in definition, symbol, path and history.
If you would like to use "advanced" search (by specifying the fields yourself)
you must use the "Full Search" box. |
f13d97cec07e63a9ead8cd7897c96538295e4f07 |
|
02-Jan-2008 |
Trond Norbye <trond.norbye@sun.com> |
Use separate Lucene index and spelling suggestion database pr project |
b0af0ef3283630940d929900d2708699ffe739dd |
|
09-Nov-2007 |
Leo Davis <ldavis@fonix.com> |
File links on the search page were percent encoding the segment separators
('/'), breaking the links.
Created URIEncodePath that preserves the separators and percent encodes the
segments.
Fixed minor RFC 3986 deviations sections 2.1 (hex A-F should be uppercase) and
2.3 (unreserved chars should not be percent encoded) in URIEncode.
Fixed places where the only the last segment was being percent encoded. |
17b8789066a049bf676ebfd9062db6ec4871c997 |
|
07-Nov-2007 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Fixed compile errors in search.jsp |
daba8f127bde81db38efd27fa72e7a0554de4987 |
|
06-Nov-2007 |
Trond Norbye <trond.norbye@sun.com> |
Encode the filename in the links to allow it to contain # |
7403433bf0f3bea7c39676d3e3d99c65107e7a17 |
|
29-Oct-2007 |
Trond Norbye <trond.norbye@sun.com> |
Fixed compile error |
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 |
56cf784edfb2afbc95cec5871cc0f8aef12b7ca6 |
|
21-Aug-2007 |
Trond Norbye <trond.norbye@sun.com> |
Add support for leading wildcards
Unless you specify a value, OpenGrok will use the same default value
as Lucene (this is currently disabled). The current implementation
will give you a performance penalty when you perform a search with
leading wildcard. |
c5743a8a8408ef533831482e5de1ab04f2c36a65 |
|
19-Jul-2007 |
Trond Norbye <trond.norbye@sun.com> |
Temporary fix for search results with only one hit
If a search just return one hit, send the result page with only
one hit instead of redirecting to the file unless we know the
anchor in that page (Only true for TermQyery). If you run with
projects enabled most queries will be BooleanQuery. This should
be improved to determine the correct anchor and redirect to the
correct page. |
ab6406f9557d78081e2476b704d189ee42e7bb04 |
|
30-Jun-2007 |
Trond Norbye <trond.norbye@sun.com> |
Update Lucene to 2.1.0 and a small configuration change
* It is possible to specify the maximum number of words in a file to index
by using: -b <number>. The default value is 60000 |
7edd60b61541c50f1f1dd9ea1f58ef50ce48555c |
|
23-May-2007 |
Trond Norbye <trond.norbye@sun.com> |
Store sorting preferences in a cookie |
a66e7a81c079afbe13c5a6c0b5bd2c0a776b83f6 |
|
22-May-2007 |
Bill Au <bill.w.au@gmail.com> |
Added optional sort by last modified time |
daf80571742c11da4f4b2f6f2b89b800479bd5e2 |
|
27-Mar-2007 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Fixed bug when searching with no project selected. |
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... |
3e9dbb7746fa05814c794aefce71a184e784908a |
|
17-Jan-2007 |
Trond Norbye <trond@norbye.org> |
Added a meta robots directive to the page headers |
5feb9d4ec8870e9b3bec8aaaa30632851e99463b |
|
28-Dec-2006 |
Kyle McFarland <tfkyle@gmail.com> |
change foot.html to foot.jsp and use <context>/img/servedby.png for the image |
c23e82b612acd5e947c164114377578116f6d298 |
|
15-Nov-2006 |
Trond Norbye <trond@norbye.org> |
Initial import (OpenGrok 0.3.1) |