553e45aa30491705e2750b188fa1d41cbe8ed769 |
|
19-Feb-2015 |
Vladimir Kotal <Vladimir.Kotal@Oracle.COM> |
unify RSS title for directory and file
fill revision in DirectoryHistoryReader
fixes #896
fixes #891 |
4ed2373c58526809cbc2b50be402c52f70325eac |
|
17-Feb-2015 |
Vladimir Kotal <Vladimir.Kotal@Oracle.COM> |
fix Util.htmlize() call for pubDate
fixes #894 |
6640ccead338f3719e48a319ac742576d7fcb61c |
|
17-Feb-2015 |
Vladimir Kotal <Vladimir.Kotal@Oracle.COM> |
fix RSS feed link for proxied environment
fixes #890 |
0992e2d576aca73e510fb27921561734a92c6e20 |
|
17-Feb-2015 |
Vladimir Kotal <Vladimir.Kotal@Oracle.COM> |
convert newlines into pipe char
fixes #886 |
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!) |
17b343cecb69da82215b124f39fed80167a6f2bd |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
Bug 13184 - provide quick links to annotate,history and download from search results view |
71c9e710629db4fbdcfe613855bc6b19cd37a26f |
|
02-Jan-2013 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Refactoring: Made DirectoryHistoryReader return a History object
DirectoryHistoryReader no longer implements java.io.Reader or
HistoryParser. Instead, it returns a History object from which a
java.util.Iterator<HistoryEntry> can be obtained. |
57065c0b4d57ca1e0182adda16962b22987a5b95 |
|
02-Jan-2013 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Use a SortedSet instead of a List for the set of files in HistoryEntry
This allows removal of the contains() check in addFile() to avoid
duplicates.
Old <data-dir>/historycache directories may have to be deleted
because the storage format of HistoryEntry has changed. |
c32280c7cc42bc1000239721626d73a94c92c24b |
|
02-Jan-2013 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Bug #6658: rss.jsp generates ill-formed XML
Replace special characters with character entities when generating the
XML document. |
8ec10d6d3956617da0e3ad8e5d88e4821458739c |
|
07-Aug-2008 |
Jorgen Austvik <jorgen.austvik@sun.com> |
New batch of Findbugs fixes |
6f1401c0c66c5e04b731aed33eb00758207b7ce9 |
|
08-Apr-2008 |
Trond Norbye <trond.norbye@sun.com> |
Bug #966: fails on directory names that contain a plus (+) character
This is a regression introduced in 218.
Please see:
http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/http/HttpServletRequest.html#getPathInfo()
The string is already decoded by the web container, and decoding it again
will cause the + to be replaced with ' '. |
85f619afce0f5860dd3265e1ac5c48efcb353921 |
|
11-Jan-2008 |
Leo Davis <ldavis@fonix.com> |
This should fix some issues with files/directories having space in pathname
problems.
web/history.jsp: added percent encoding to RSS URIs
web/list.jsp: Fix raw file downloads -- spaces had "+" instead of space.
web/mast.jsp: percent decode the path.
Fix raw file downloads -- spaces had "+" instead of space.
web/rss.jsp: percent decode the path. |
7cbf6a20cb1925bd734d2c6664ba739e6e82c8e3 |
|
14-Sep-2007 |
Leo Davis <ldavis@fonix.com> |
URL prefixes were always '/source?s' in the web application |
865ea0b94260b721a2f6ec872b914d6e0b4d3e08 |
|
24-Jul-2007 |
Trond Norbye <trond.norbye@sun.com> |
Save the list of ignored names in the configuration file (if used) |
941f534a9c9b2183af2525369d0f0918f7bd844b |
|
06-Apr-2007 |
Trond Norbye <trond.norbye@sun.com> |
Fixed compile errors in enoent.jsp and rss.jsp |
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... |
3c2aee4d6fd37062518aa6de5ad12d4967ebabc0 |
|
08-Jan-2007 |
Trond Norbye <trond@norbye.org> |
Implemented glob'ing for IgnoredNames
It is now possible to use glob'ing as the pattern specified with the -i option.
ex: -i "*.bak" will ignore all files ending with .bak |
d75334ca958c5fc2e9882e4cbc68ca62ad97602a |
|
28-Dec-2006 |
Kyle McFarland <tfkyle@gmail.com> |
update rss.jsp to work again (use getHistoryReader(File) instead of
getHistoryReader(String, String) |
d05277b435e628b78e8f2954d1132f86647f4fe1 |
|
22-Dec-2006 |
Trond Norbye <trond@norbye.org> |
Fix problem with IllegalStateException.
If we try to send an error page back to the client we should return
from the service method instead of appending data to the output buffer. |
c23e82b612acd5e947c164114377578116f6d298 |
|
15-Nov-2006 |
Trond Norbye <trond@norbye.org> |
Initial import (OpenGrok 0.3.1) |