Commit Log (Page 60 of 64)

back to main page

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 Next »

Summary Period: 2001-03-06 to 2001-02-15 (Commits 189-238 of 3188)

hannes 2001-03-06 22:23

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.

277 lines of code changed in:

hannes 2001-03-06 22:19

Classes managed by helma.framework.core.Typemanager
implement this interface, but it is generic enough to be
used for other purposes.

42 lines of code changed in:

hannes 2001-03-05 20:19

Minor fixes for StandaloneServletClient

38 lines of code changed in:

hannes 2001-03-05 18:12

check if xmlrpc server exists before trying to add handler

2 lines of code changed in:

hannes 2001-03-05 17:11

inital check-in of new parent info class

1 lines of code changed in:

hannes 2001-03-05 17:10

- switched logging ot application where possible
- implemented new _parent spec, including virtual nodes
- removed some rarely-used property settings for apps and db directory

114 lines of code changed in:

hannes 2001-03-05 17:07

Grouped all logging activity around Application, and made Application less
dependent on helma.objectmodel.db.Server.

118 lines of code changed in:

hannes 2001-03-05 17:05

Initial checkin

102 lines of code changed in:

hannes 2001-03-05 17:04

minor formatting stuff

4 lines of code changed in:

hannes 2001-03-02 21:27

inserted pretty picture

3 lines of code changed in:

hannes 2001-03-02 18:01

the number is actually the first argument, as Stefan noted.

5 lines of code changed in:

hannes 2001-03-02 16:54

Changed app access from private to protected

1 lines of code changed in:

hannes 2001-03-02 16:50

We need to do something about db sources that are not defined...

6 lines of code changed in:

hannes 2001-03-02 16:45

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).

415 lines of code changed in:

hannes 2001-03-01 17:02

Added global countActiveUsers() function

12 lines of code changed in:

hannes 2001-03-01 17:02

implemented res.writeBinary() to directly write a java byte array to the response

21 lines of code changed in:

hannes 2001-02-28 16:06

made RequestTrans and ResponseTrans implement Externalizable instead of Serializable
renamed ResponseTrans.mainSkin to .skin to avoid confusion

40 lines of code changed in:

hannes 2001-02-27 23:16

switched back from BufferedOutputStream to unbuffered one

2 lines of code changed in:

hannes 2001-02-27 22:24

replaced flush() with close()

2 lines of code changed in:

hannes 2001-02-27 21:54

Write byte[] instead of char[]

6 lines of code changed in:

hannes 2001-02-27 21:54

transfer byte array instead of char[]

5 lines of code changed in:

hannes 2001-02-27 21:25

use BufferedWriter in writeResponse

1 lines of code changed in:

hannes 2001-02-27 21:20

Moved first getLogger behind setting of hopHome

1 lines of code changed in:

hannes 2001-02-26 23:04

allowed requests to be attached until finally clause is reached

9 lines of code changed in:

hannes 2001-02-26 21:23

slight tweak to attachRequest()

3 lines of code changed in:

hannes 2001-02-26 20:28

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.

94 lines of code changed in:

hannes 2001-02-24 21:39

avoid cache.put() where theyre not really needed.

7 lines of code changed in:

hannes 2001-02-24 21:36

tuned to be a bit more less persistent on concurrency conflicts

2 lines of code changed in:

hannes 2001-02-24 06:24

Removed buggy key caching mumbo jumbo

42 lines of code changed in:

hannes 2001-02-24 02:23

added getType() accessor

4 lines of code changed in:

hannes 2001-02-24 02:23

added debug check to put().

14 lines of code changed in:

hannes 2001-02-24 01:41

check if baseURI is null in href()

1 lines of code changed in:

hannes 2001-02-24 01:40

minor fix in Node.href() to recognize user nodes

3 lines of code changed in:

hannes 2001-02-24 00:58

reversed comparison of type and id in Key.equals()

5 lines of code changed in:

hannes 2001-02-23 19:07

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

52 lines of code changed in:

hannes 2001-02-21 19:14

changed exception handling in renderSkin()

2 lines of code changed in:

hannes 2001-02-21 17:09

check for null values in response macros

4 lines of code changed in:

hannes 2001-02-21 15:31

Made generateSQLID synchronized and remember last generated ID in
DbMapping

5 lines of code changed in:

hannes 2001-02-21 15:21

replaced statement in generateSQLID with MAX() expression

1 lines of code changed in:

hannes 2001-02-20 22:14

Fixed case in getSQLIDgen() method name

1 lines of code changed in:

hannes 2001-02-20 22:10

Added Daniel's changes to generate id from table without sequence

45 lines of code changed in:

hannes 2001-02-20 16:53

implemented global skin to be rendered after action has been executed

5 lines of code changed in:

hannes 2001-02-20 16:53

implemented global skin to be rendered after request is executed

5 lines of code changed in:

hannes 2001-02-20 15:23

fixed bug for global skins

40 lines of code changed in:

hannes 2001-02-20 12:07

next try

1 lines of code changed in:

hannes 2001-02-20 12:06

added anchor for idbasevalue

2 lines of code changed in:

hannes 2001-02-19 18:54

fallback to hopobject if skin is not found in prototype

9 lines of code changed in:

hannes 2001-02-19 17:59

first implementation of system lever skin support

138 lines of code changed in:

tobi 2001-02-15 19:12

added content

2 lines of code changed in:

tobi 2001-02-15 19:06

added content

4 lines of code changed in:

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 Next »

Generated by StatCVS 0.2.2