Commit Graph

129 Commits

Author SHA1 Message Date
travismccauley d398e86fa0 Removed property, 'precedence', from all components and modified Controller accordingly 2004-01-05 21:51:04 +00:00
travismccauley 9ba899335c Updated hibernate to 2.1.1 2004-01-05 21:39:08 +00:00
travismccauley f5f92281e1 Removed build.properties and replaced with instructions inside build.xml 2003-12-29 19:54:20 +00:00
travismccauley 39753a477f Finished changes to LexRepository that ended the practice of storing database connections. 2003-12-24 14:22:58 +00:00
travismccauley b9b0b8feed More updates to use connection pool instead of stored connections 2003-12-23 22:58:51 +00:00
travismccauley 0df6a89cc3 Added a lazy initialization to cover connections that are closed by the container 2003-12-23 21:02:41 +00:00
travismccauley 3e1a874653 Added a lazy initialization to cover connections that are closed by the container 2003-12-23 20:40:07 +00:00
travismccauley 562f1927e1 Moved Context config xml file location out of build.xml into build.properties 2003-12-23 06:52:23 +00:00
travismccauley e62b68a996 Updated Global Object's Recent Terms Refresh. Started to add an OAI Harvester for Literary Sources. 2003-12-23 06:22:33 +00:00
travismccauley c944cfc0d1 Last tweaks done for big bigfix on add/edit/remove for all components. 2003-12-21 18:21:40 +00:00
travismccauley afa2f340a1 Big Update to fix rampant bugs with basic add/edit/remove of everything 2003-12-21 16:51:08 +00:00
travismccauley 136340ab79 Fixed some display bugs and set passages only to convert to wylie when the passage is Tibetan 2003-12-19 20:54:44 +00:00
travismccauley 7af072de84 Adding GetRemoveForm command 2003-12-19 19:34:10 +00:00
travismccauley 57c4afe8bc Added Remove functionality for all components and fixed broken Edit for Passage Translations 2003-12-19 19:32:04 +00:00
travismccauley c9fa3dbb16 New Default Log levels to help with performance. 2003-12-16 21:07:27 +00:00
travismccauley 956401c146 Updated FlatDataRepository to use ThdlUsers DB for Users. 2003-12-15 19:54:05 +00:00
travismccauley e23553d627 Fixed Logout bug that caused an error page. 2003-12-15 19:04:55 +00:00
travismccauley 03920cfc6c Uncommented some rather critical data structure code to end the onslaught of NPEs. 2003-12-15 18:02:02 +00:00
travismccauley 7e5c2143a9 Modified build.xml/build.properties connection 2003-11-26 16:54:59 +00:00
travismccauley ed8fc4b024 test 2003-11-26 14:25:04 +00:00
travismccauley e0ac229c1d test 2003-11-26 14:23:53 +00:00
travismccauley 830eef4fef Updated build.properties 2003-11-26 14:22:19 +00:00
travismccauley 8401cc0d6f Fixed bad link the thdl_scripts 2003-11-19 20:50:38 +00:00
travismccauley 3bd309479c Moved jmeter load tests into their own directory. 2003-11-19 01:06:53 +00:00
travismccauley 754a941c35 Added the beginnings of a jWebUnit Functionality test. Added the start of a jMeter Load Test including a recorder that includes an Http Proxy Server to record navigation through the application. This will be the basis for an automated test of most functionality of the application 2003-11-12 15:02:04 +00:00
travismccauley 763cec98dd Added link to thdl_scripts to fix bug where popup menu would not open popups 2003-11-12 14:51:43 +00:00
travismccauley e57d322046 Strengthened CSS rule that sets width of inputs and selects inside of columnCenter 2003-11-12 14:50:43 +00:00
travismccauley 687dda50dd Added jWebUnit dependencies to support unit tests 2003-11-12 14:36:11 +00:00
travismccauley 10cd2493ed Pulled configurable properties out of build.xml and into build.properties 2003-11-11 02:35:38 +00:00
travismccauley 496c7eb436 Bugfix to add Hibernate Query Language escape string for single-quotes. Added a convenience method in LexUtilities, hqlEscape. 2003-11-04 16:22:11 +00:00
travismccauley 29e09dce28 Fixed typo in displayEntry and menu JSPs 2003-10-30 00:44:09 +00:00
travismccauley bc918b1c12 Added a Filter to get first crack at setting the character encoding of the response and request. Apparently it's best if this is done before any request parameters are ever read or the response InputStream is ever accessed. 2003-10-30 00:30:02 +00:00
travismccauley fb45cb42c3 Fixed diacritics input/display issue. The useUnicode and characterEncoding parameters had to be added to the query string of the URL for the JDBC Connection instead of inside parameter elements in the JNDI Resource. 2003-10-30 00:05:39 +00:00
travismccauley 1315e8d7ba I'm in the middle of figuring how to get the contentType and charset through the paddlewheel successfully. It's working in /lex/test/ but not after the jsps get their grubby hands all over the request. So this is to update mayor so I can read the log files from outside users. 2003-10-27 21:05:08 +00:00
travismccauley 64a5e8c47e test 2003-10-24 21:19:34 +00:00
travismccauley 26312e7241 test 2003-10-24 21:19:34 +00:00
dubtraxis 60aecdf9c1 Minor display fix in etymology 2003-10-24 03:30:39 +00:00
dubtraxis 91c9c1a2fd Fixed a broken jsp. 2003-10-24 03:06:04 +00:00
dubtraxis f634de10b7 update tree map to link to anchors derived from hashCodes. 2003-10-24 00:05:31 +00:00
dubtraxis 7167c7a503 more layout tweaks. 2003-10-23 23:24:29 +00:00
dubtraxis 98f95c5136 Made many small layout tweaks like list-style-types, etc. pt. 2 2003-10-23 22:20:51 +00:00
dubtraxis 81a2b8ede5 Made many small layout tweaks like list-style-types, etc. 2003-10-23 22:11:50 +00:00
dubtraxis c28d29fc58 minor css change 2 2003-10-23 17:24:38 +00:00
dubtraxis b6dcb6d856 minor css change 2003-10-23 17:04:58 +00:00
dubtraxis 23e84f4c89 Made changes to css to prevent IE 6 from redrawing tibetan script and ruining it. 2003-10-23 16:52:02 +00:00
dubtraxis 26f03259cf Modified LexActionServlet to set System property java.awt.headless to true as recommended by the good Mr. David Chandler 2003-10-23 00:33:49 +00:00
dubtraxis 15815f20c8 Added display of terms and passages in Tibetan Script using Jskad.TibetanHTML. This breaks thexhtml validity of the page so a valid getHTML output would be very nice. 2003-10-22 21:00:00 +00:00
dubtraxis ded733a200 Fixed connection leak from within Global Refresher. 2003-10-22 14:25:16 +00:00
dubtraxis 538d753f28 Modified Global to refresh it's stats in a separate thread to avoid Hibernate Load collisions. 2003-10-21 20:20:01 +00:00
dubtraxis cd65eb18b9 Fixed DisplayCommand bug that made it impossible to display a term if there query.entry was null. 2003-10-21 19:27:54 +00:00