Commit Log (Page 25 of 89)

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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 Next »

Summary Period: 2004-01-02 to 2003-12-10 (Commits 3159-3208 of 4408)

tobi 2004-01-02 23:08

implemented dayheader generally and reduced creator/date line to creator/time

8 lines of code changed in:

tobi 2004-01-02 23:06

retouched layout to become more concistent

56 lines of code changed in:

robert 2004-01-02 13:46

upgraded to latest version

0 lines of code changed in:

robert 2004-01-02 11:46

initial check-in

6 lines of code changed in:

robert 2004-01-02 11:45

added constants for different "editableby" values

14 lines of code changed in:

robert 2004-01-02 11:45

modified checkbox rendering: use createCheckBoxParam() instead of createInputParam(), checkboxes now preserve their status even if the user is redirected back to the form

36 lines of code changed in:

robert 2004-01-02 11:45

- clone is now a method of Object instead of the deprecated ObjectLib object
- modified checkbox rendering: use createCheckBoxParam() instead of createInputParam(), checkboxes now preserve their status even if the user is redirected back to the form
- use constants for editableby values which makes things more readable

28 lines of code changed in:

robert 2004-01-02 11:43

modified checkbox rendering: use createCheckBoxParam() instead of createInputParam(), checkboxes now preserve their status even if the user is redirected back to the form

6 lines of code changed in:

robert 2004-01-02 11:43

use constant for editableby value which makes things more readable

10 lines of code changed in:

robert 2004-01-02 11:43

added method createCheckBoxParam() that returns a special parameter object for rendering checkboxes (which is different from the one created by createInputParam())

26 lines of code changed in:

robert 2004-01-02 11:41

use constant for editableby value which makes things more readable

2 lines of code changed in:

robert 2004-01-02 11:40

moved css classes needed for diff from site/style.skin into this one

68 lines of code changed in:

robert 2004-01-02 11:40

use constants for editableby values which makes things more readable

8 lines of code changed in:

robert 2004-01-02 11:38

fixed a bug in checkEdit(): poll never had a property "editableby"

4 lines of code changed in:

robert 2004-01-02 11:37

moved css classes needed for diff to skinmgr/page.skin

0 lines of code changed in:

robert 2004-01-02 11:36

modified checkbox rendering: use createCheckBoxParam() instead of createInputParam(), checkboxes now preserve their status even if the user is redirected back to the form

32 lines of code changed in:

tobi 2004-01-02 10:53

moved else condition to default settings to reduce code

12 lines of code changed in:

tobi 2004-01-02 10:49

moved specific code below first generic conditional checks

6 lines of code changed in:

robert 2003-12-30 14:08

modified status message

2 lines of code changed in:

robert 2003-12-30 14:07

removed insert statements of standard images (the metadata of those images is now handled by global DefaultImages object)

0 lines of code changed in:

robert 2003-12-30 14:05

use Object method clone instead of ObjectLib.clone (ObjectLib is deprecated)

4 lines of code changed in:

robert 2003-12-30 14:04

modified since FileLib methods are now methods of File prototype (FileLib object is deprecated)

2 lines of code changed in:

robert 2003-12-30 14:04

use Object method clone instead of ObjectLib.clone (ObjectLib is deprecated)

2 lines of code changed in:

robert 2003-12-30 14:02

modified since FileLib methods are now methods of File prototype (FileLib object is deprecated)

18 lines of code changed in:

robert 2003-12-30 13:41

removed version property and method getVersion()

0 lines of code changed in:

robert 2003-12-30 10:57

- modified checkBox() and radioButton(): both now clone the passed parameter object (to allow eg. rendering multiple radio buttons in a loop using the same param object)
- all methods now write a warning to response if the arguments passed are insufficient (and return immediately) instead of creating a param object themselves and continue rendering (which lead to eg. input tags without a name)
- fixed indentation

190 lines of code changed in:

tobi 2003-12-19 18:33

fixed bug that prevented any display in loop_macro when no item limit is given

6 lines of code changed in:

tobi 2003-12-19 18:27

implemented loop_macro with HopObject.list(x, y) functionality

82 lines of code changed in:

robert 2003-12-17 23:06

updated to latest version

0 lines of code changed in:

robert 2003-12-17 23:05

changed since the signatures of some AntvilleLib methods have changed:
- Html.dropDown (first argument must be an object containing all attributes of the opening select tag).
- Html.openLink(only argument is now an object containing all attributes of the a tag).
- Html.link and Html.linkAsString (first argument must be an object containing all attributes of the a tag).

32 lines of code changed in:

robert 2003-12-17 23:05

changed since the signatures of some AntvilleLib methods have changed:
- Html.dropDown (first argument must be an object containing all attributes of the opening select tag).
- Html.openLink(only argument is now an object containing all attributes of the a tag).

4 lines of code changed in:

robert 2003-12-17 23:04

changed since the signatures of some AntvilleLib methods have changed:
- Html.dropDown (first argument must be an object containing all attributes of the opening select tag).
- Html.link and Html.linkAsString (first argument must be an object containing all attributes of the a tag).

14 lines of code changed in:

robert 2003-12-17 23:03

changed since the signature of Html.link(AsString) has changed (first argument must be an object containing all attributes of the a tag).

6 lines of code changed in:

robert 2003-12-17 23:03

changed since the signature of Html.dropDown has changed (first argument must be an object instead of a string).

2 lines of code changed in:

robert 2003-12-17 23:02

changed since the signature of Html.link(AsString) has changed (first argument must be an object containing all attributes of the a tag).

32 lines of code changed in:

robert 2003-12-17 23:02

changed since the signature of Html.dropDown has changed (first argument must be an object instead of a string).

2 lines of code changed in:

robert 2003-12-17 23:02

changed since the signature of Html.link(AsString) has changed (first argument must be an object containing all attributes of the a tag).

22 lines of code changed in:

robert 2003-12-17 23:01

changed since the signatures of some AntvilleLib methods have changed:
- Html.dropDown (first argument must be an object containing all attributes of the opening select tag).
- Html.link and Html.linkAsString (first argument must be an object containing all attributes of the a tag).

22 lines of code changed in:

robert 2003-12-17 22:59

changed since the signature of Html.link(AsString) has changed (first argument must be an object containing all attributes of the a tag).

46 lines of code changed in:

robert 2003-12-17 22:57

changed since the signature of Html.dropDown has changed (first argument must be an object instead of a string).

24 lines of code changed in:

robert 2003-12-17 22:53

- changed signatures of link and linkAsString: the text to be linked is no longer part of attr object but a second argument
- simplyfied form method: the only argument is now an attr object since any application should take care of the appropriate form attributes.

18 lines of code changed in:

robert 2003-12-17 22:13

fixed a bug in method diff: use maximum length (either the length of original text or modified), otherwise the diff might end before it should if the modified string is shorter than the original one

4 lines of code changed in:

robert 2003-12-12 13:44

modified getSkinDescription() to use global getLanguages()

12 lines of code changed in:

robert 2003-12-12 13:44

- added method getLanguages() that returns the languages to use for retrieving a message as array
- modified getMessage() to use getLanguage()

68 lines of code changed in:

robert 2003-12-11 21:09

modified onRequest(): apply HopObject.onRequest() before anything else (since context, skinpath etc. are set in this method)

2 lines of code changed in:

robert 2003-12-11 20:27

modified ZipLib.extractAll(): ignore entries that are directories

4 lines of code changed in:

hannes 2003-12-11 15:20

Return root.href() instead of http://www.antville.org in getUrl()
if root.sys_url isn't set.

6 lines of code changed in:

robert 2003-12-10 12:52

bugfix: call color macros of layout, not of site

12 lines of code changed in:

robert 2003-12-10 12:37

stylesheet.css was renamed to main.css

2 lines of code changed in:

robert 2003-12-10 12:36

- stylesheet.css was renamed to main.css, javascript.js to main.js
- switched from using url_macro to href_macro for consistency reasons

6 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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 Next »

Generated by StatCVS 0.2.2