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-12-08 (Commits 3059-3108 of 4408)
minor layout change
4 lines of code changed in:
- searchresult is now pushed to skin
- minor layout change
4 lines of code changed in:
fixed for xhtml compatibility
2 lines of code changed in:
minor layout change
6 lines of code changed in:
changed from using StringBuffer to res.push()/res.pop()
12 lines of code changed in:
- simplyfied renderManagerView()
14 lines of code changed in:
changed from using StringBuffer to res.push()/res.pop()
20 lines of code changed in:
- simplyfied renderManagerView()
6 lines of code changed in:
- simplyfied renderManagerView()
- added method renderParentLayoutChooser()
44 lines of code changed in:
changed from using StringBuffer to res.push()/res.pop()
34 lines of code changed in:
simplyfied html code
8 lines of code changed in:
- stylesheet action was renamed to stylesheet.css
- minor layout changes
6 lines of code changed in:
simplified basic layout
62 lines of code changed in:
completely rewrote basic layout
74 lines of code changed in:
css class "commentHead" was renamed to "listSeparator"
4 lines of code changed in:
- css class "commentHead" was renamed to "listSeparator"
- minor layout changes
6 lines of code changed in:
- added evalCustom() that checks the submitted form values for creating a custom skin
- added getSkinDescription() that retrieves the description (title/text) from the message file(s)
- modified dumpToZip() to handle both full and incremental exports
- added getOriginalSkinSource() which returns the skin source of the parent's or application skin
- modified getSkin() to walk up the layout hierarchy and return the first skin matching prototype/name
- modified saveSkin() since the skinmgr is operating with keys now (instead of separate prototype and name values)
312 lines of code changed in:
modified constructor: by default property custom is 0
2 lines of code changed in:
- modified getLayout() since the active site layout is now a property of site
- modified getStaticPath() since staticPath now returns a string
- modified staticUrl(): use res.push()/res.pop() instead of a StringBuffer
82 lines of code changed in:
- moved evalImport() and evalImport() to layoutmgr
- changed setDefaultLayout since the active layout is now a property of root
6 lines of code changed in:
minor code cleanup
10 lines of code changed in:
modified toString() to use res.push()/res.pop() instead of a StringBuffer
30 lines of code changed in:
only send mail if the status of the member actually changed
20 lines of code changed in:
modified searchUser():
- switched from Stringbuffer to res.push()/res.pop() for performance reasons
- only include those accounts found that aren't already members
22 lines of code changed in:
- renamed chooseNewLayout to evalNewLayout (changed too)
- added method evalImport() that handles the import of a layout zip file
112 lines of code changed in:
changed dumpToZip() to handle both complete and incremental exports
36 lines of code changed in:
- modified getUrl() since staticUrl() now returns a string (changed to res.push()/res.pop() for performance reasons)
- added method getFile() which returns a File object representing the image on disk
26 lines of code changed in:
added methods:
- getParents() returns a Hashtable containing the parents of a layout (used to prohbit endless loops between layouts)
- getSkinPath() returns an array containing the layout plus any parent layouts
- getImage() returns the first found image while walking up the layout chain
- evalDownload() checks the submitted arguments before constructing a layout download
modified:
- dumpToZip now takes a second argument (Boolean) indicating whether to produce a full or incremental export of a layout
- added some (forgotten) properties to setParentLayout()
- modified staticUrl() to use res.push()/res.pop() instead of a Stringbuffer
262 lines of code changed in:
- added method getFile() which returns a File object representing the image on disk
- modified getPopupUrl(): use res.push()/res.pop() instead of a StringBuffer (for performance reasons)
- modified getUrl(): ditto
- renamed dump() to dumpToZip()
56 lines of code changed in:
- modified getPoolObj() since there are no "root images" anymore (their metadata is now the business of the global DEFAULTIMAGES object)
- minor code formatting
8 lines of code changed in:
getStaticPath() now returns a String, not a StringBuffer()
2 lines of code changed in:
modified getUrl(): for one the method getStaticUrl() of site was renamed to staticUrl(), plus use res.push()/res.pop() since we're dealing with Strings now (instead of StringBuffers)
8 lines of code changed in:
css class "commentHead" was renamed to "listSeparator"
2 lines of code changed in:
changed layout (instead of using a table to create the link use the new css class "pagelinkBottom")
2 lines of code changed in:
parentimages_action was renamed to parent_action
2 lines of code changed in:
added description texts (and titles) for every single skin used in antville plus the descriptions of each skinset (used to display the different tree "branches" in skin manager)
608 lines of code changed in:
the list of members of a group isn't pushed to the skin anymore, instead just display the header for each group
2 lines of code changed in:
instead of displaying "online stories" say "all stories" (since the list will contain both online and offline stories)
2 lines of code changed in:
completely reworked structure of skinmgr: no long list anymore, but now an outline tree containing different skinsets
26 lines of code changed in:
include response.searchresult and response.memberlist
8 lines of code changed in:
- exchanged link to "choose" action (which was removed) to "create" action
- added link to import action
4 lines of code changed in:
- changed display of layout (added copyright and contact email information
- added link to download action
8 lines of code changed in:
minor layout change
2 lines of code changed in:
fixed a bug that would display "on" even if there's no image createtime (which is the case for imported images)
2 lines of code changed in:
minor layout change
2 lines of code changed in:
removed deprecated relatedtopics_macro (it wasn't used anymore)
0 lines of code changed in:
modified backlinks_macro(): use res.push()/res.pop() instead of populating a StringBuffer (for performance reasons)
12 lines of code changed in:
- removed skinstatus_macro() since it's not used anymore
- several other changes because the structure of the skinmgr has changed
- added prototypechooser_macro() which renders a dropdown containing the available prototypes (for creating custom skins)
36 lines of code changed in:
- simplified navigation_macro
- modified calendar_macro(): changed from using StringBuffers to res.push()/res.pop()
- modified xmlbutton_macro(): use new constant DEFAULTIMAGES instead (which contains the metadata of the former "root images")
- modified layoutchooser_macro() since the active site layout is now stored in property site.layout
48 lines of code changed in:
added layoutchooser_macro() as a proxy macro for root.layouts.layoutchooser_macro()
18 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