History log of /opengrok/web/httpheader.jspf
Revision Date Author Comments Expand
838924562130977ca1a3d3839d146fcda39ea1af 07-Oct-2016 Kryštof Tulinger <krystof.tulinger@oracle.com>

messaging addition

/opengrok/README.txt /opengrok/src/org/opensolaris/opengrok/configuration/RuntimeEnvironment.java /opengrok/src/org/opensolaris/opengrok/configuration/messages/AbortMessage.java /opengrok/src/org/opensolaris/opengrok/configuration/messages/Message.java /opengrok/src/org/opensolaris/opengrok/configuration/messages/Messages.java /opengrok/src/org/opensolaris/opengrok/configuration/messages/NormalMessage.java /opengrok/src/org/opensolaris/opengrok/search/Results.java /opengrok/src/org/opensolaris/opengrok/web/PageConfig.java /opengrok/src/org/opensolaris/opengrok/web/Util.java /opengrok/src/org/opensolaris/opengrok/web/WebappListener.java /opengrok/test/org/opensolaris/opengrok/configuration/RuntimeEnvironmentTest.java /opengrok/test/org/opensolaris/opengrok/configuration/messages/AbortMessageTest.java /opengrok/test/org/opensolaris/opengrok/configuration/messages/ExpirationNormalMessageTest.java /opengrok/test/org/opensolaris/opengrok/configuration/messages/MessageTest.java /opengrok/test/org/opensolaris/opengrok/configuration/messages/NormalMessageTest.java /opengrok/tools/Messages default/print.css default/style.css httpheader.jspf js/searchable-option-list-2.0.2.js js/searchable-option-list-2.0.2.min.js js/utils.js mast.jsp menu.jspf offwhite/print.css offwhite/style.css polished/print.css polished/style.css repos.jspf search.jsp
e56ef2874c59c691eda775499e938fe0baf91368 16-Aug-2016 Kryštof Tulinger <krystof.tulinger@oracle.com>

minifying the assets

ec5962630b5eb6a3ab66f46864c84ad506c7a8c8 16-Aug-2016 Kryštof Tulinger <krystof.tulinger@oracle.com>

adding version to the filenames

3df9409a61b23dd736d9ce7bea6e4256bc449ff2 16-Aug-2016 Kryštof Tulinger <krystof.tulinger@oracle.com>

adding a nice select box

e108d43e59336eaf96f0976ee92944719bbf2ac9 21-Jul-2016 Kryštof Tulinger <krystof.tulinger@oracle.com>

moving javascripts into js subdirectory

9c98bbdfbc6de66b588aed9e1711e3fb9de0bf7e 21-Jul-2016 Kryštof Tulinger <krystof.tulinger@oracle.com>

migrating to jquery 3.1.0

071e171cdc4b7990deeda814910205c140919484 17-Mar-2016 mrate <tomas.kotal@gmail.com>

scopes v2 improvements

73b26f4214159229599088e52df1604b12d726cd 13-Mar-2016 Knut Anders Hatlen <knut.hatlen@oracle.com>

Move scopes-related JavaScript code into utils.js. This fixes #1073, as it ensures that the functions are defined when they are used.

120673b48c9dfd56995383365708d9789cf0f615 13-Mar-2016 Knut Anders Hatlen <knut.hatlen@oracle.com>

Fix JavaScript error in Internet Explorer. #1063 introduced code that uses Array.map(). Internet Explorer has supported the map() function since version 9, but OpenGrok sends a meta header that makes Internet Explorer use IE8 compatibility mode, which causes the map() function to fail. Since IE8 is no longer supported, except on a couple of embedded platforms, let's try to disable the IE8 compatibility mode for now. Hopefully, this shouldn't cause problems for anyone. If it turns out that it does, we should revert this commit and rewrite the fix for #1063 to not use the map() function.

261eebdbb6cd219b3356e6cf9568dc216110c5cf 22-Feb-2016 mrate <tomas.kotal@gmail.com>

scopes v2 jQuery

d137c0bf04fcd2fd174ec2ef1d94bcb7669d6b4e 10-Aug-2015 Vladimir Kotal <Vladimir.Kotal@Oracle.COM>

add JQuery tablesorter for sorting directory listing table fixes #831

6d14c05ab4d1a8fac3b41ca3c0fe1e81cb936bd2 17-Feb-2015 Vladimir Kotal <Vladimir.Kotal@Oracle.COM>

fix RSS feed generation and discovery for directories fixes #889

bfb1d2d99af7f7441ec8b537d3412ad8f8a9fa2a 16-Feb-2015 Vladimir Kotal <Vladimir.Kotal@Oracle.COM>

add RSS feed autodetection fixes #885

9a4361e23046cda58b9a5b8f4e11910dc433bada 04-Jul-2013 Lubos Kosco <Lubos.Kosco@oracle.com>

field type adjustments, ui fixes

59b6a8c0cc6ef741a7180504b3c371e67c2aa338 02-Jan-2013 Knut Anders Hatlen <knut.hatlen@oracle.com>

Fix Checkstyle warnings (FileTabCharacterCheck)

d7375a57cb329e3ca4984fc3b2923b177ddff562 02-Jan-2013 haufelex <devnull@localhost>

* Splitted the C# Analyzer from the C Analyzer * Implement the verbatim string support for C# (Bug 18655) * Added the file extensions *.aspx, *.ascx, *.asax, *.Master and *.xaml to suffixes in the xml analyzer class. (Bug 18687). * Added the missing VBAnalyserFactory class to the AnalyzerGuru class * Extend the defaultPatterns List in the ignoredNames class with the necessary names and file extensions for visual studio and mono projects * Extended the match method in the filter class to find the file extensions * Added <93><meta http-equiv="X-UA-Compatible" content="IE=8" /><94> to fix view error in the Internet Explorer 9. Covered by contributor agreement OS0487

c348673388028dc778d50af0246971643ab42fda 02-Jan-2013 Lubos Kosco <Lubos.Kosco@Oracle.COM>

fix the css - restrict the hover only to submit class (otherwise input for q, defs, ... will be overwritten by color in default scheme and text will disappear if mouse over :( ) turn off autocomplete (it's there for future ref, maybe we should just delete it)

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

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

/opengrok/build.xml /opengrok/opengrok-web-nbproject/nbproject/build-impl.xml /opengrok/opengrok-web-nbproject/nbproject/project.properties /opengrok/src/org/opensolaris/opengrok/analysis/AnalyzerGuru.java /opengrok/src/org/opensolaris/opengrok/analysis/Ctags.java /opengrok/src/org/opensolaris/opengrok/analysis/java/JavaXref.lex /opengrok/src/org/opensolaris/opengrok/analysis/python/Consts.java /opengrok/src/org/opensolaris/opengrok/analysis/python/PythonAnalyzer.java /opengrok/src/org/opensolaris/opengrok/analysis/python/PythonAnalyzerFactory.java /opengrok/src/org/opensolaris/opengrok/analysis/python/PythonSymbolTokenizer.lex /opengrok/src/org/opensolaris/opengrok/analysis/python/PythonXref.lex /opengrok/src/org/opensolaris/opengrok/analysis/sh/ShAnalyzerFactory.java /opengrok/src/org/opensolaris/opengrok/index/Filter.java /opengrok/src/org/opensolaris/opengrok/index/IndexDatabase.java /opengrok/test/org/opensolaris/opengrok/search/SearchTest.java /opengrok/testdata/sources/python/main.py help.jsp history.jsp httpheader.jspf
7303e830478d6734c83214b852ca417a292888ec 02-Jan-2013 Lubos Kosco <Lubos.Kosco@Sun.COM>

backout part of css fixes - it removed right scroll bar on search results remove css download of combo.css, we don't use it yet

499692667e24778cf85bd08d2572f8bbd320ef19 02-Jan-2013 Lubos Kosco <Lubos.Kosco@Sun.COM>

small performance improvement for branched cvs repo history, make version parameter for css scripts static

c1464d9b2111c35faced8abc43876ff0078410a6 02-Jan-2013 Lubos Kosco <Lubos.Kosco@Sun.COM>

Bug #15690 - css browser caching breaks UI

73604b941d551ab22073a8e4ac9688a2276d7e76 02-Jan-2013 Knut Anders Hatlen <Knut.Hatlen@Sun.COM>

Bug #13952: size output not correct

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

/opengrok/conf/default/img/bg.png /opengrok/conf/default/img/button1.png /opengrok/conf/default/img/button2.png /opengrok/conf/default/img/indicator.gif /opengrok/conf/default/img/transparent_pixel.gif /opengrok/conf/default/jquery.autocomplete.css /opengrok/conf/default/jquery.combo.css /opengrok/conf/offwhite/img/bg.png /opengrok/conf/offwhite/img/button1.png /opengrok/conf/offwhite/img/button2.png /opengrok/conf/offwhite/img/indicator.gif /opengrok/conf/offwhite/img/transparent_pixel.gif /opengrok/conf/offwhite/jquery.autocomplete.css /opengrok/conf/offwhite/jquery.combo.css /opengrok/conf/polished/img/bg.png /opengrok/conf/polished/img/button1.png /opengrok/conf/polished/img/button2.png /opengrok/conf/polished/img/indicator.gif /opengrok/conf/polished/img/transparent_pixel.gif /opengrok/conf/polished/jquery.autocomplete.css /opengrok/conf/polished/jquery.combo.css httpheader.jspf menu.jspf
eef29f7a9e60072b7dc0e4cf5c8bb0ad6fa9ba89 02-Jan-2013 Lubos Kosco <Lubos.Kosco@Sun.COM>

Add annotation with revision description (thanks to Emilio Monti - emilmont@gmail.com for idea and original code - http://www.emilmont.net/doku.php?id=java:opengrok ) license stuff fixes only show line # button when showing a file

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

/opengrok/conf/default/jquery.autocomplete.css /opengrok/conf/offwhite/jquery.autocomplete.css /opengrok/conf/polished/jquery.autocomplete.css /opengrok/src/org/opensolaris/opengrok/analysis/JFlexTokenizer.java /opengrok/src/org/opensolaris/opengrok/analysis/JFlexXref.java /opengrok/src/org/opensolaris/opengrok/analysis/c/CXref.lex /opengrok/src/org/opensolaris/opengrok/analysis/c/CxxXref.lex /opengrok/src/org/opensolaris/opengrok/analysis/document/TroffXref.lex /opengrok/src/org/opensolaris/opengrok/analysis/fortran/FortranXref.lex /opengrok/src/org/opensolaris/opengrok/analysis/java/JavaXref.lex /opengrok/src/org/opensolaris/opengrok/analysis/lisp/LispXref.lex /opengrok/src/org/opensolaris/opengrok/analysis/plain/PlainXref.lex /opengrok/src/org/opensolaris/opengrok/analysis/plain/XMLXref.lex /opengrok/src/org/opensolaris/opengrok/analysis/sh/ShXref.lex /opengrok/src/org/opensolaris/opengrok/analysis/sql/SQLXref.lex /opengrok/src/org/opensolaris/opengrok/analysis/tcl/TclXref.lex /opengrok/src/org/opensolaris/opengrok/configuration/Configuration.java /opengrok/src/org/opensolaris/opengrok/configuration/Project.java /opengrok/src/org/opensolaris/opengrok/web/Util.java foot.jspf help.jsp httpheader.jspf index_body.html jquery-1.3.2.min.js jquery.autocomplete-1.1.pack.js list.jsp mast.jsp menu.jspf opensearch.jsp projects.jspf search.jsp
a7851548ebb1d736ee4564a71293fb8ee6ba460c 02-Jan-2013 Lubos Kosco <Lubos.Kosco@Sun.COM>

small usability and performance improvements for line # , fix compatibility for IE

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

30d2f45dd260208f0fb882dde134a249318524b9 02-Jan-2013 Lubos Kosco <Lubos.Kosco@Sun.COM>

add opensearch (thnx to Mauricio Scheffer for idea)

7b046969a1b2565787df8ae3a8126359e8cd6faf 30-Jan-2008 Trond Norbye <trond.norbye@sun.com>

Bug #429: RFE: OpenGrok should add the program version in a HTML HEAD "GENERATOR" tag

1760e47fb4d1fe478f63f2e9e1c9123416c42f88 13-Dec-2007 Trond Norbye <trond.norbye@sun.com>

Removed unneeded @page settings from page fragments

6965462f1b80f44310e0a598df418ff4e1b22ba2 12-Dec-2007 Trond Norbye <trond.norbye@sun.com>

Let the user toggle the annotations on / off Use CSS and JavaScript (if the client supports it) to show / hide annotations. Thanks to Jørgen Austvik for telling me how to do this :-)

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

/opengrok/build.xml /opengrok/conf/default/img/Logo.png /opengrok/conf/default/img/icon.png /opengrok/conf/default/img/rss.png /opengrok/conf/default/img/servedby.png /opengrok/conf/default/print.css /opengrok/conf/default/style.css /opengrok/conf/offwhite/img/Logo.png /opengrok/conf/offwhite/img/b.gif /opengrok/conf/offwhite/img/d.gif /opengrok/conf/offwhite/img/do.gif /opengrok/conf/offwhite/img/f.gif /opengrok/conf/offwhite/img/h.gif /opengrok/conf/offwhite/img/icon.png /opengrok/conf/offwhite/img/l.gif /opengrok/conf/offwhite/img/p.gif /opengrok/conf/offwhite/img/q.gif /opengrok/conf/offwhite/img/r.gif /opengrok/conf/offwhite/img/rss.png /opengrok/conf/offwhite/img/servedby.png /opengrok/conf/offwhite/img/t.gif /opengrok/conf/offwhite/img/w.gif /opengrok/conf/offwhite/print.css /opengrok/conf/offwhite/style.css /opengrok/conf/offwhite/web.xml /opengrok/conf/polished/img/Logo.png /opengrok/conf/polished/img/b.gif /opengrok/conf/polished/img/d.gif /opengrok/conf/polished/img/do.gif /opengrok/conf/polished/img/f.gif /opengrok/conf/polished/img/h.gif /opengrok/conf/polished/img/icon.png /opengrok/conf/polished/img/l.gif /opengrok/conf/polished/img/p.gif /opengrok/conf/polished/img/q.gif /opengrok/conf/polished/img/r.gif /opengrok/conf/polished/img/rss.png /opengrok/conf/polished/img/servedby.png /opengrok/conf/polished/img/t.gif /opengrok/conf/polished/img/w.gif /opengrok/conf/polished/print.css /opengrok/conf/polished/style.css /opengrok/conf/polished/web.xml /opengrok/conf/web.xml /opengrok/nbproject/build-impl.xml /opengrok/nbproject/genfiles.properties /opengrok/nbproject/project.properties /opengrok/src/org/opensolaris/opengrok/configuration/Configuration.java /opengrok/src/org/opensolaris/opengrok/configuration/RuntimeEnvironment.java /opengrok/src/org/opensolaris/opengrok/index/Indexer.java enoent.jsp error.jsp foot.jspf help.html help.jsp httpheader.jspf index.jsp mast.jsp pageheader.jspf projects.jspf search.jsp