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: 2003-12-08 to 2003-11-24 (Commits 3009-3058 of 4408)
don't use StringBuffer in results_macro() since it's of no use (instead write the results directly to response)
4 lines of code changed in:
removed memberslist_macro(): use the method renderMemberlist instead (called in main_action)
0 lines of code changed in:
- removed downloadlink_macro() since downloading isn't restricted anymore
- added macros: email_macro(), copyright_macro()
- changed image_macro(): use new method getImage() to retrieve image which searches along the layout chain to get the first image matching the name
76 lines of code changed in:
- modified logo_macro(): use new object DEFAULTIMAGES to render any of them
- modified image_macro(): use new object DEFAULTIMAGES to render any of the former "root images"
- fixed a bug in colorpicker_macro(): use res.push()/res.pop(), otherwise the macro would render the input directly to response
32 lines of code changed in:
changed layout
0 lines of code changed in:
css class "commentHead" was renamed to "listSeparator"
2 lines of code changed in:
- include pagenavigation and list of shareable system layouts to choose the basis layout for an import
- added explanation text
14 lines of code changed in:
changed from css class "statusDark" to "historyItem"
2 lines of code changed in:
removed pixel.gif
2 lines of code changed in:
- included title of skin and its description
- several changes because the structure of the skinmgr has changed
14 lines of code changed in:
css class "commentHead" was renamed to "listSeparator"
2 lines of code changed in:
removed pixel.gif
4 lines of code changed in:
- added editors for copyright, contact email, base layout
- several minor layout changes
28 lines of code changed in:
removed pixel.gif
4 lines of code changed in:
changed from css class "small" to "dayHeader"
2 lines of code changed in:
- added constant object DEFAULTIMAGES that contains the metadata of all default images (logos, pixel, marquee)
- added constant SKINSETS that contains the structure of the skinmgr (for both root- and site skinmanager)
- added constructor for Skinset objects (used for constructing the SKINSETS constant)
250 lines of code changed in:
pixel.gif is no longer part of layout but of standard images (therefor using global image macro instead of layout.image)
6 lines of code changed in:
stylesheet action is now called stylesheet.css
4 lines of code changed in:
- css class commentHead was renamed to "listSeparator"
- some fixes towards xhtml compatibility
10 lines of code changed in:
- included db schema changes of antville_dbpatch-20031128-layouts2.sql
- fixed create statement of default layout
8 lines of code changed in:
changed because css-classes were renamed
4 lines of code changed in:
- moved diff_action to prototype skin
- added custom_action (for creating custom skins)
- added modified_action (for listing only modified skins)
- various minor changes
114 lines of code changed in:
- moved diff_action from skinmgr to skin prototype
- changed redirect in delete_action
108 lines of code changed in:
- removed deprecated safescripts_action
- stylesheet_action was renamed to stylesheet_css_action, previous stylesheet_action is now a wrapper action (left for backwards compatibility)
- javascript_action was renamed to javascript_js_action, previous javascript_action is now a wrapper action (left for backwards compatibility)
36 lines of code changed in:
stylesheet_action was renamed to stylesheet_css_action, previous stylesheet_action is now a wrapper action (left for backwards compatibility)
38 lines of code changed in:
render list of choices using res.push()/res.pop() instead of using a StringBuffer (for performance reasons)
14 lines of code changed in:
modified main_action: the list of current members is now rendered using renderMemberlist(), also did some changes how the searchresult is rendered
10 lines of code changed in:
- moved import_action from rootlayoutmgr to layoutmgr (since importing layouts isn't restricted to system layouts anymore)
- renamed choose_action to create_action since site admins can now also create layouts that aren't based on any system layout
64 lines of code changed in:
- renamed parentimages_action to parent_action
- preview.skin of image was renamed to mgrlistitem.skin
4 lines of code changed in:
layout download now consists of three actions: download_action (for choosing between full and incremental download) plus download_full_zip_action and download_zip_action that actually produce the zip file
78 lines of code changed in:
image/preview.skin was renamed to mgrlistitem.skin (for constistency reasons)
4 lines of code changed in:
file/preview.skin was renamed to mgrlistitem.skin (for constistency reasons)
4 lines of code changed in:
Deleting hopobject/actions.js
0 lines of code changed in:
Add comma
2 lines of code changed in:
Add Html.table() and Html.tableAsString()
110 lines of code changed in:
Open extended colorpicker popup with the right size.
Resizing popup windows is not implemented very well on Mozilla/Linux.
10 lines of code changed in:
Remove apostrophe after "gib"
2 lines of code changed in:
Make colorpicker scripts work on mozilla by adding a
parseColor() function that converts different color notations
(such as rgb(r, g, b)) into a canonical six-figure hexadecimal
number notation.
36 lines of code changed in:
moved to HEAD from helma_1_3 branch
2718 lines of code changed in:
added toPercent method as in HEAD
30 lines of code changed in:
added units as constants
14 lines of code changed in:
corrected name for html image tag
2 lines of code changed in:
Make sure rawcontent field is set on stories and comments when the content is updated.
This fixes the bug that search doesn't work on Antville 1.1
40 lines of code changed in:
* added set_macro to store data in custom req.data._cache object for the time of the request cycle (still experimental)
* implemented reflection on req.data._cache in loop_macro to avoid setting redundant parameters when loop and paging macros are used
46 lines of code changed in:
fixed strange bug that caused "Ambiguous method 'append' matching parameters" error in HTML_renderMarkupPartAsString
2 lines of code changed in:
the download_action was renamed to download_zip_action
2 lines of code changed in:
renamed download_action to download_zip_action to prevent problems with eg. ie5.5
2 lines of code changed in:
bugfix in importImage(): create layoutimages, not images, otherwise they won't show up in layoutimagemgr
2 lines of code changed in:
updated to latest version (includes faster HtmlLibrary.js)
0 lines of code changed in:
modified download_action(): changed contentType to application/zip
2 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