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)
implemented dayheader generally and reduced creator/date line to creator/time
8 lines of code changed in:
retouched layout to become more concistent
56 lines of code changed in:
upgraded to latest version
0 lines of code changed in:
initial check-in
6 lines of code changed in:
added constants for different "editableby" values
14 lines of code changed in:
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:
- 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:
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:
use constant for editableby value which makes things more readable
10 lines of code changed in:
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:
use constant for editableby value which makes things more readable
2 lines of code changed in:
moved css classes needed for diff from site/style.skin into this one
68 lines of code changed in:
use constants for editableby values which makes things more readable
8 lines of code changed in:
fixed a bug in checkEdit(): poll never had a property "editableby"
4 lines of code changed in:
moved css classes needed for diff to skinmgr/page.skin
0 lines of code changed in:
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:
moved else condition to default settings to reduce code
12 lines of code changed in:
moved specific code below first generic conditional checks
6 lines of code changed in:
modified status message
2 lines of code changed in:
removed insert statements of standard images (the metadata of those images is now handled by global DefaultImages object)
0 lines of code changed in:
use Object method clone instead of ObjectLib.clone (ObjectLib is deprecated)
4 lines of code changed in:
modified since FileLib methods are now methods of File prototype (FileLib object is deprecated)
2 lines of code changed in:
use Object method clone instead of ObjectLib.clone (ObjectLib is deprecated)
2 lines of code changed in:
modified since FileLib methods are now methods of File prototype (FileLib object is deprecated)
18 lines of code changed in:
removed version property and method getVersion()
0 lines of code changed in:
- 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:
fixed bug that prevented any display in loop_macro when no item limit is given
6 lines of code changed in:
implemented loop_macro with HopObject.list(x, y) functionality
82 lines of code changed in:
updated to latest version
0 lines of code changed in:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
- 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:
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:
modified getSkinDescription() to use global getLanguages()
12 lines of code changed in:
- 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:
modified onRequest(): apply HopObject.onRequest() before anything else (since context, skinpath etc. are set in this method)
2 lines of code changed in:
modified ZipLib.extractAll(): ignore entries that are directories
4 lines of code changed in:
Return root.href() instead of http://www.antville.org in getUrl()
if root.sys_url isn't set.
6 lines of code changed in:
bugfix: call color macros of layout, not of site
12 lines of code changed in:
stylesheet.css was renamed to main.css
2 lines of code changed in:
- 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