Commit graph

3130 commits

Author SHA1 Message Date
hns
2a08d8150f "console" as logdir will direct log stream to standard out 2001-03-07 21:53:03 +00:00
hns
8e86be7c60 minor change in getParent() 2001-03-07 19:30:31 +00:00
hns
293c4e013a Implemented groupby support in automatic getParent lookup.
Also, the result is now cached which should increase performance.
2001-03-07 19:28:33 +00:00
hns
27d07e599c more work to solve "shringking prototypes" problem
in FunctionFile
2001-03-07 16:49:11 +00:00
hns
20e8bb8987 Fixed bug where SkinFile would always return true on needsUpdate()
when the skin object wasnt initialized.
2001-03-06 21:51:53 +00:00
hns
81ede81781 Made big changes to typemanager. This should make the regular checks much
faster, and functionfiles should clean up after themselves. Probability of new
bugs introduced by this is considerable.
2001-03-06 21:23:11 +00:00
hns
643e7ff12e Classes managed by helma.framework.core.Typemanager
implement this interface, but it is generic enough to be
used for other purposes.
2001-03-06 21:19:43 +00:00
hns
45da518a63 Minor fixes for StandaloneServletClient 2001-03-05 19:19:54 +00:00
hns
e383beaa08 check if xmlrpc server exists before trying to add handler 2001-03-05 17:12:51 +00:00
hns
904a446611 inital check-in of new parent info class 2001-03-05 16:11:25 +00:00
hns
7904cf2bca - switched logging ot application where possible
- implemented new _parent spec, including virtual nodes
- removed some rarely-used property settings for apps and db directory
2001-03-05 16:10:38 +00:00
hns
9e05814d90 Grouped all logging activity around Application, and made Application less
dependent on helma.objectmodel.db.Server.
2001-03-05 16:07:29 +00:00
hns
15cdc42eab Initial checkin 2001-03-05 16:05:05 +00:00
hns
9edd9cf670 minor formatting stuff 2001-03-05 16:04:29 +00:00
hns
d2ce49b6ef Changed app access from private to protected 2001-03-02 15:54:42 +00:00
hns
dd903bcdf2 We need to do something about db sources that are not defined... 2001-03-02 15:50:43 +00:00
hns
874e21b961 Rearrangement of servlet package. Introduced abstract base servlet
and wrote subclasses for one servlet to one hop application
(ServletClient) and one servlet to multiple hop applications on one server
(MultiServletClient).
2001-03-02 15:45:24 +00:00
hns
dd011fe911 Added global countActiveUsers() function 2001-03-01 16:02:34 +00:00
hns
63b63db8b5 implemented res.writeBinary() to directly write a java byte array to the response 2001-03-01 16:02:11 +00:00
hns
d45f3240ce made RequestTrans and ResponseTrans implement Externalizable instead of Serializable
renamed ResponseTrans.mainSkin to .skin to avoid confusion
2001-02-28 15:06:49 +00:00
hns
9f3dc4cfb8 switched back from BufferedOutputStream to unbuffered one 2001-02-27 22:16:52 +00:00
hns
8eb28ffd2e replaced flush() with close() 2001-02-27 21:24:19 +00:00
hns
6b52e4a797 Write byte[] instead of char[] 2001-02-27 20:54:57 +00:00
hns
f6b2001fb4 transfer byte array instead of char[] 2001-02-27 20:54:06 +00:00
hns
e9e9f81722 use BufferedWriter in writeResponse 2001-02-27 20:25:35 +00:00
hns
3776509f32 Moved first getLogger behind setting of hopHome 2001-02-27 20:20:43 +00:00
hns
9b0680e5d6 allowed requests to be attached until finally clause is reached 2001-02-26 22:04:02 +00:00
hns
ac52a14efc slight tweak to attachRequest() 2001-02-26 20:23:39 +00:00
hns
69d9b49ce3 Implemented request attachment: If a request with the same
user, path and input data is already being evaluated, the request is
attached to that evaluation instead of starting a new one.
This should fix the very common double- or multiple click problem,
among others.
2001-02-26 19:28:55 +00:00
hns
9fa2d5154f avoid cache.put() where theyre not really needed. 2001-02-24 20:39:21 +00:00
hns
63cf63499d tuned to be a bit more less persistent on concurrency conflicts 2001-02-24 20:36:48 +00:00
hns
683263b9d9 Removed buggy key caching mumbo jumbo 2001-02-24 05:24:15 +00:00
hns
924f3f31a6 added getType() accessor 2001-02-24 01:23:40 +00:00
hns
3d8960caee added debug check to put(). 2001-02-24 01:23:03 +00:00
hns
e861654e2c check if baseURI is null in href() 2001-02-24 00:41:07 +00:00
hns
cae03f5fef minor fix in Node.href() to recognize user nodes 2001-02-24 00:40:26 +00:00
hns
bf8397634c reversed comparison of type and id in Key.equals() 2001-02-23 23:58:37 +00:00
hns
35d118c43c made max the default method of key generation for relational databases
cleanup in ESNode on while searching comic node manager bug
set baseuri when using embedded web server
2001-02-23 18:07:24 +00:00
hns
9c058a3a02 changed exception handling in renderSkin() 2001-02-21 18:14:28 +00:00
hns
bba67e87fb check for null values in response macros 2001-02-21 16:09:18 +00:00
hns
4ca07eedc4 Made generateSQLID synchronized and remember last generated ID in
DbMapping
2001-02-21 14:31:46 +00:00
hns
06fd698c41 replaced statement in generateSQLID with MAX() expression 2001-02-21 14:21:49 +00:00
hns
e756709eff Fixed case in getSQLIDgen() method name 2001-02-20 21:14:32 +00:00
hns
cf7bdee73b Added Daniel's changes to generate id from table without sequence 2001-02-20 21:10:17 +00:00
hns
fbcfbc32ba implemented global skin to be rendered after action has been executed 2001-02-20 15:53:48 +00:00
hns
ffe720105c implemented global skin to be rendered after request is executed 2001-02-20 15:53:12 +00:00
hns
0a2cbec8f7 fixed bug for global skins 2001-02-20 14:23:35 +00:00
hns
c708ff0c29 fallback to hopobject if skin is not found in prototype 2001-02-19 17:54:16 +00:00
hns
bf0ecdd923 first implementation of system lever skin support 2001-02-19 16:59:11 +00:00
hns
9922ea3fd8 save res.message on the user object across a redirect 2001-02-15 15:54:11 +00:00