08332fc2701c6089286f19fc7f71416416868e12 |
|
21-Oct-2016 |
Kryštof Tulinger <krystof.tulinger@oracle.com> |
fixing search action to the search servlet
fixes #1245 |
236b13257200c0b0237413dc605ca540ff3b9622 |
|
17-Oct-2016 |
Kryštof Tulinger <krystof.tulinger@oracle.com> |
fixing regression for project picker - dblclick not working
fixes #1241 |
d8d744ec4741226cba1ed387037d5f8dafc3d813 |
|
17-Oct-2016 |
Kryštof Tulinger <krystof.tulinger@oracle.com> |
support for displaying more than one tag in messages window
fixes #1214 |
838924562130977ca1a3d3839d146fcda39ea1af |
|
07-Oct-2016 |
Kryštof Tulinger <krystof.tulinger@oracle.com> |
messaging addition |
117599e68158f1cdc904c452d5948136744e3e4d |
|
07-Oct-2016 |
Kryštof Tulinger <krystof.tulinger@oracle.com> |
forcing the search controls to stay right below the search form
fixes #1206 |
3df9409a61b23dd736d9ce7bea6e4256bc449ff2 |
|
16-Aug-2016 |
Kryštof Tulinger <krystof.tulinger@oracle.com> |
adding a nice select box |
8d5daad4d9da04018b562f0dd12044f5f53c1a66 |
|
03-Aug-2016 |
Kryštof Tulinger <krystof.tulinger@oracle.com> |
fixing clear button |
cd9fbd3b531043a6a754f7013f542087727b9321 |
|
07-Jul-2016 |
Kryštof Tulinger <krystof.tulinger@oracle.com> |
improving size of the projects select box |
d470e59c0405a31b7e5f194bd9b705e91b12bf0a |
|
27-Jan-2016 |
Kryštof Tulinger <krystof.tulinger@oracle.com> |
implementation of project groupings |
2e017c5e01c0eb6c77e60d8cd5a7c6e890f49306 |
|
12-Jan-2016 |
James Abbatiello <abbeyj at gmail.com> |
Making the Projects list box larger |
73189ea86c6fb0af01e16eaa5b0da3f2bb775c41 |
|
19-Mar-2015 |
Harry Pan <pan.xingzhi@gmail.com> |
Add Haskell support. |
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 |
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. |
11d655ada577700efbf414215bf8ebd55001576f |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
fix the clear button (take2) + fix the enter button in project field to work again |
d80679a08aa7384b018e1b44cb0741a6721ecb68 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
fix clean button |
59b6a8c0cc6ef741a7180504b3c371e67c2aa338 |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Fix Checkstyle warnings (FileTabCharacterCheck) |
73100f4d1c412f00eb2568969d935cf3182b0d77 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
Bug 18932 - non escaped backslash in output javascript causes issues
adjust web build files for nbproject to nb 7.0.1 (patched) and tomcat 7.0 |
be72dc8ed6dfce2445cea09638f601a08b9175e2 |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@gmail.com> |
Fix compile problems with the jsp after refactoring |
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!) |
34cc76a5ae3ab9270605936327332657591ad295 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
upgrade jquery to 1.4.4 |
3e59ba7bce67f0a4f7eeb401a925a69ea097eb00 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
Bug 17551 - Double-click on some project in project list doesn't work in Internet Explorer
- note that this adds a bug for MacOSX with Safari, that the scroll list on project list can be double clicked too |
17b343cecb69da82215b124f39fed80167a6f2bd |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
Bug 13184 - provide quick links to annotate,history and download from search results view |
acfb411f8050755940c2fbd2500bb673bdb5597d |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
Bug 13524 - Color coding in diffs is confusing
also moved doubleclick to options instead of select in menu to work properly on safari
also adjusted the new fixed search header to not overlap top border of diffs |
02508b90a0eace220eabd5ec85ff37e9009c6b16 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
Bug 15240 - radio buttons in history could behave like e.g. on wikipedia
upgrade to jquery 1.4.2
simplify current js to use jquery(for annotate, line # and history commit file lists toggle) |
6c0ba09bc317532883e9569e5947011d860587a8 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
Bug #15097 - make the search bar in listing stay on top of the page
Bug #13997 - main logo should take you HOME ;) |
9cccb749b44e289ac567a74774e95766d23fc7c1 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
Bug #13185 - broken focus
Bug #14757 - pressing Enter on project select list box takes you to xref instead of submit of the search form |
625d7e774c3d2fc1478d7748b618a88fcf5783a9 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
upgrade jquery to 1.4 |
5ba7be61557490e14a13fe4dd552462673e88fbb |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
Doubleclick on project or selecting a project and pressing Enter above it will take you to its xref :) |
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 |
1426e52f7bf1db6971b9e2f6b4ee77710e1e5ad7 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
first take on making project selector an
autocompletable combo box
if you click the arrow down button twice it will show projects
unfocus is made only by selection, or focusing the field and then clicking away |
52cf1d63b1f1b231ff1e86eca2058d88560579b5 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
make it obvious we support more projects in menu
cleanup pmd and checkstyle, make findbugs depend on jar rather than on dist |
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 |
b3ead6812ab6558fee305853599021bd6901d90a |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
add line urls for easier code sharing (client generated, javascript needed)
toggle line numbers on or off (js)
fix the rest of css(now they validate) |
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 |
d9248d32629e52855e717616d9e9ea6fe513a420 |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@sun.com> |
Fix <select tag (reported by Brian Harris) |
f13d97cec07e63a9ead8cd7897c96538295e4f07 |
|
02-Jan-2008 |
Trond Norbye <trond.norbye@sun.com> |
Use separate Lucene index and spelling suggestion database pr project |
1760e47fb4d1fe478f63f2e9e1c9123416c42f88 |
|
13-Dec-2007 |
Trond Norbye <trond.norbye@sun.com> |
Removed unneeded @page settings from page fragments |
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. |
d1b1bc11a3627ee70171f748984e056b19d6bf83 |
|
08-Nov-2007 |
Trond Norbye <trond.norbye@sun.com> |
Bug #172: "There was an error!" seen during search with projects enabled. |
ce1f5e09375378c2d10278ed66bd79381022c48b |
|
08-Nov-2007 |
Trond Norbye <trond.norbye@sun.com> |
Bug #184: "There was an error!" seen during search with projects enabled. |
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 |
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... |