9158900bac6adc966217d308f9ddea9f5eb540c7 |
|
22-Apr-2016 |
Kryštof Tulinger <krystof.tulinger@oracle.com> |
fixing inconsistent behaviour of opengrok cookie |
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!) |
52cdd45a95eb7c48af1c19ea6e401448a97545bf |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Bug #17550: Malformed search for query with national chars |
ca15dc51dcf259e9433b86192acfbe8ddc0ada17 |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Bug #17631: Cookie name "OpenGrok/project" is a reserved token |
71d11848fb42ba93f678493de4e75daa6108388c |
|
02-Jan-2013 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Removed unnecessary clause in condition.
(!project.contains(...)) is only evaluated if project.isEmpty()
returns true, in which case project cannot contain any element. |
ff32508916722fc0e579f39b5bf22936116b8829 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
change back to old style of choosing projects, new code still there, will be commited for next release |
4a1d9ac86c537d8f0e0d38740d46a69586a358b5 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
default project should only be added when no other project in cookie, or in parameter |
9a1d88884173bd5eeb2dd780323e8085dfafe85d |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
don't add the default project to the cookie, if it's already there |
5b6e97c9e9ef77d635e4663031b083d9993878de |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
fix parsing project just from cookie |
30c47ad9be313a6a22a45a5fd00241aeba5a2b9c |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
fix multiproject support for listing too |
e5ff54d2b1bcce6eb37237c08877c9e648caf69e |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
tiny fix for null exception if project box contains rubbish |
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 |
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 |
f70589f9924a3c9169e22ce5bb1ec2ef51c6e6b7 |
|
19-Feb-2008 |
Trond Norbye <trond.norbye@sun.com> |
Bug #557: Bogus project entries in the cookie |
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 |
7cbf6a20cb1925bd734d2c6664ba739e6e82c8e3 |
|
14-Sep-2007 |
Leo Davis <ldavis@fonix.com> |
URL prefixes were always '/source?s' in the web application |
3964f12b6c2f77701e771971afc8ac5995843b41 |
|
04-Apr-2007 |
Trond Norbye <trond.norbye@sun.com> |
Allow use of "default" project for first time browsing
To specify the project to be selected by default, specify the path
to the project as an argument to the -p option.
I have also added a simple Getopt-implementation. |
daf80571742c11da4f4b2f6f2b89b800479bd5e2 |
|
27-Mar-2007 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Fixed bug when searching with no project selected. |
10bb5e461c956c9cb8d5877fa5963422da3972ab |
|
11-Mar-2007 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Fixed error when searching with no projects defined. |
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... |