Commit Log (Page 38 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: 2002-06-28 to 2002-06-07 (Commits 1289-1338 of 3188)

kmfdm 2002-06-28 17:14

fixed typo

1 lines of code changed in:

hannes 2002-06-27 17:41

Still checking to see if commit mails are working...

0 lines of code changed in:

hannes 2002-06-27 17:37

Updated version date and checking to see if commit mails are working again.

1 lines of code changed in:

hannes 2002-06-27 17:28

made getLogger() method public.

1 lines of code changed in:

stefanp 2002-06-27 17:13

initial checkin

214 lines of code changed in:

stefanp 2002-06-27 17:12

intial adding

95 lines of code changed in:

hannes 2002-06-27 16:19

Kill Threads the hard way when timeouts occurr.
Eventually, we might want to add a method in the ScriptingEngine
interface for that purpose, i.e. to let scripting engines kill threads in
a soft + specific way.

4 lines of code changed in:

tobi 2002-06-27 15:12

update to version 1.5b3 of ant
http://jakarta.apache.org/builds/jakarta-ant/release/v1.5Beta3/bin/

0 lines of code changed in:

hannes 2002-06-26 18:59

Helma License 2.0

49 lines of code changed in:

hannes 2002-06-26 18:58

Added licenses of third party libraries.

527 lines of code changed in:

tobi 2002-06-25 16:35

added chmod 755 for hop.sh; renamed param buildvariation to distribution

9 lines of code changed in:

stefanp 2002-06-25 15:59

bugfix: xml-child hop:parent was accidentally read into properties-map too,
after being used for parentHandle.

1 lines of code changed in:

hannes 2002-06-21 17:31

Moved scriptingEngine.updatePrototypes() invocation to the
beginning of the loop in the run() method.

1 lines of code changed in:

hannes 2002-06-21 17:28

Added updatePrototypes() method to ScriptingEngine interface.

29 lines of code changed in:

hannes 2002-06-21 17:26

Fixed <> encoding inside Helma macro tags.

9 lines of code changed in:

hannes 2002-06-21 15:41

HTML encoding is now smarter about encoding &, < and >.
If they are part of a valid HTML entity reference, an HTML tag or
a Helma macro they are passed through unchanged, otherwise
they are encoded to &amp;, &lt; or &gt;.

Another new feature that should make writing documentation on
Helma easier is that everything is encoded if it is placed within
a <code> tag.

219 lines of code changed in:

tobi 2002-06-21 08:59

check-in on behalf of michael platzer who added the org.apache.xerces.util-classes from xerces-j 2.0.1, so that the
usage of the HTML-parser *should* not rely on xerces.jar being in the
classpath anymore.

0 lines of code changed in:

tobi 2002-06-18 16:40

removed target "app-package" (is replaced by target "app" and some cool code by stefanp in build.sh / .bat)

0 lines of code changed in:

tobi 2002-06-18 16:24

added little target "help" that only depends on "usage" for convenience

3 lines of code changed in:

tobi 2002-06-18 15:49

commented out the line setting JAVA_HOME

1 lines of code changed in:

stefanp 2002-06-18 14:20

make sure dist-directory exists everywhere

1 lines of code changed in:

stefanp 2002-06-18 13:33

removed obsolete code, added appname as 2nd parameter for
app-package target

12 lines of code changed in:

stefanp 2002-06-18 13:32

removed obsolete code

3 lines of code changed in:

stefanp 2002-06-18 13:08

removed todo-list

0 lines of code changed in:

stefanp 2002-06-18 13:07

removed all demo apps as apps.properties for distribution are now located
in the build/main-directory.

1 lines of code changed in:

stefanp 2002-06-18 13:01

first checkin of build-model which fits the new cvs-layout

266 lines of code changed in:

hannes 2002-06-18 12:48

updated version info

1 lines of code changed in:

hannes 2002-06-18 12:47

Add support for private properties of hopobject, which don't cause
object indexes to be reloaded when modified.

23 lines of code changed in:

hannes 2002-06-18 12:26

Create a constructor for the user prototype so it's possible to create
user object usnig "new user()".

3 lines of code changed in:

stefanp 2002-06-18 11:16

test

1 lines of code changed in:

stefanp 2002-06-18 11:12

duplicated here so that they are added to the distribution

0 lines of code changed in:

stefanp 2002-06-18 11:07

test

1 lines of code changed in:

hannes 2002-06-11 19:06

Removed RMI compiler tags for Remote Image manipulation classes
(which have been removed).

0 lines of code changed in:

hannes 2002-06-11 19:01

Removed remote image capability (image manipulatino via RMI)

49 lines of code changed in:

hannes 2002-06-11 18:31

changed "todo" to "FIXME".

1 lines of code changed in:

hannes 2002-06-11 18:30

addPart() now takes just one part at a time, but accepts the
file name to use for the part as second argument.

Also, it accepts instances of helma.util.MimePart, which are used
in HTTP file uploads and teh global getURL() function.

setText() now plays together nicely with addPart(). If both
plain text and MIME parts are set for a message, the
text will be added as plain text at the beginning of the message.

42 lines of code changed in:

hannes 2002-06-11 18:27

Changed global getURL() function to return a MimePart object
instead of a string, so it is now possible to retrieve any kind of
URL instead of just text URLs.

11 lines of code changed in:

hannes 2002-06-11 17:54

user.onLogout() is called again, at least for automatic session
timeouts.

16 lines of code changed in:

hannes 2002-06-11 17:53

minor formatting fix

1 lines of code changed in:

hannes 2002-06-11 17:38

don't use explicit encoding when setting mail headers;
use platform default instead.

5 lines of code changed in:

hannes 2002-06-11 17:21

fixed formatting/indentation

33 lines of code changed in:

stefanp 2002-06-08 21:56

added extension mechanism: call initScripting() on every active extension
(list specified by helma.main.Server).

14 lines of code changed in:

stefanp 2002-06-08 21:54

added extension mechanism: call applicationStarted() and applicationStopped()
on every active extension (list specified by helma.main.Server).

19 lines of code changed in:

stefanp 2002-06-08 21:53

added extension mechanism: read comma-separated extension-list from
server.properties, try to get classes (subclasses of helma.extensions.HelmaExtension)
and call their init()-method.

24 lines of code changed in:

stefanp 2002-06-08 21:51

added extension mechanism

118 lines of code changed in:

hannes 2002-06-07 22:19

updated version string

1 lines of code changed in:

hannes 2002-06-07 21:51

added getCurrentRequestEvaluator hook for benchmarking
and debugging.

12 lines of code changed in:

hannes 2002-06-07 21:50

made invokeDirectFunction public for benchmarking purposes.

1 lines of code changed in:

hannes 2002-06-07 21:15

merged in changes from "lazy_typing" branch, prototypes
are only initialized on demand.

516 lines of code changed in:

hannes 2002-06-07 21:13

remove default servlet if application base is stopped.

13 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