Commit graph

70 commits

Author SHA1 Message Date
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
dubtraxis
ed9e9c0982 Fixed search modes exact, startsWith, and anywhere. 2003-10-21 18:32:39 +00:00
dubtraxis
6d27cd40aa Moved most objects stored in session into Visit for better lazy initialization control. Also added some date formatting to DisplayHelper 2003-10-21 18:00:23 +00:00
dubtraxis
e53d102118 Added Global 2003-10-20 22:18:34 +00:00
dubtraxis
d7be0f33cd New Global object for statistics like recently updated terms, term count, etc. 2003-10-20 22:15:50 +00:00
dubtraxis
f8ed816ff3 more layout changes to menu and displayTreeToc 2003-10-20 20:11:23 +00:00
dubtraxis
948352a7fb Made layout changes in displayTree.jsf and CSS adjustments. 2003-10-20 18:16:33 +00:00
dubtraxis
6e69448ab9 Modified more JSP text on the menu page to remove out of date information 2003-10-18 15:19:12 +00:00
dubtraxis
3cf362ff2a LexLogger now logs the user's properties in denug mode. Also changed some text in the jsps. 2003-10-18 14:36:09 +00:00
dubtraxis
40200a18df Here is a large batch of updated classes and jsps. 2003-10-17 22:55:25 +00:00