Commit Log (Page 27 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: 2003-12-08 to 2003-12-08 (Commits 3059-3108 of 4408)

robert 2003-12-08 23:39

minor layout change

4 lines of code changed in:

robert 2003-12-08 23:38

- searchresult is now pushed to skin
- minor layout change

4 lines of code changed in:

robert 2003-12-08 23:38

fixed for xhtml compatibility

2 lines of code changed in:

robert 2003-12-08 23:37

minor layout change

6 lines of code changed in:

robert 2003-12-08 23:37

changed from using StringBuffer to res.push()/res.pop()

12 lines of code changed in:

robert 2003-12-08 23:36

- simplyfied renderManagerView()

14 lines of code changed in:

robert 2003-12-08 23:35

changed from using StringBuffer to res.push()/res.pop()

20 lines of code changed in:

robert 2003-12-08 23:35

- simplyfied renderManagerView()

6 lines of code changed in:

robert 2003-12-08 23:34

- simplyfied renderManagerView()
- added method renderParentLayoutChooser()

44 lines of code changed in:

robert 2003-12-08 23:33

changed from using StringBuffer to res.push()/res.pop()

34 lines of code changed in:

robert 2003-12-08 23:30

simplyfied html code

8 lines of code changed in:

robert 2003-12-08 23:30

- stylesheet action was renamed to stylesheet.css
- minor layout changes

6 lines of code changed in:

robert 2003-12-08 23:29

simplified basic layout

62 lines of code changed in:

robert 2003-12-08 23:29

completely rewrote basic layout

74 lines of code changed in:

robert 2003-12-08 23:28

css class "commentHead" was renamed to "listSeparator"

4 lines of code changed in:

robert 2003-12-08 22:59

- css class "commentHead" was renamed to "listSeparator"
- minor layout changes

6 lines of code changed in:

robert 2003-12-08 22:57

- 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:

robert 2003-12-08 22:53

modified constructor: by default property custom is 0

2 lines of code changed in:

robert 2003-12-08 22:53

- 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:

robert 2003-12-08 22:50

- moved evalImport() and evalImport() to layoutmgr
- changed setDefaultLayout since the active layout is now a property of root

6 lines of code changed in:

robert 2003-12-08 22:49

minor code cleanup

10 lines of code changed in:

robert 2003-12-08 22:49

modified toString() to use res.push()/res.pop() instead of a StringBuffer

30 lines of code changed in:

robert 2003-12-08 22:48

only send mail if the status of the member actually changed

20 lines of code changed in:

robert 2003-12-08 22:47

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:

robert 2003-12-08 22:45

- renamed chooseNewLayout to evalNewLayout (changed too)
- added method evalImport() that handles the import of a layout zip file

112 lines of code changed in:

robert 2003-12-08 22:43

changed dumpToZip() to handle both complete and incremental exports

36 lines of code changed in:

robert 2003-12-08 22:30

- 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:

robert 2003-12-08 22:28

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:

robert 2003-12-08 22:23

- 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:

robert 2003-12-08 22:21

- 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:

robert 2003-12-08 22:19

getStaticPath() now returns a String, not a StringBuffer()

2 lines of code changed in:

robert 2003-12-08 22:19

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:

robert 2003-12-08 22:17

css class "commentHead" was renamed to "listSeparator"

2 lines of code changed in:

robert 2003-12-08 22:17

changed layout (instead of using a table to create the link use the new css class "pagelinkBottom")

2 lines of code changed in:

robert 2003-12-08 22:16

parentimages_action was renamed to parent_action

2 lines of code changed in:

robert 2003-12-08 22:15

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:

robert 2003-12-08 22:14

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:

robert 2003-12-08 22:13

instead of displaying "online stories" say "all stories" (since the list will contain both online and offline stories)

2 lines of code changed in:

robert 2003-12-08 22:12

completely reworked structure of skinmgr: no long list anymore, but now an outline tree containing different skinsets

26 lines of code changed in:

robert 2003-12-08 22:11

include response.searchresult and response.memberlist

8 lines of code changed in:

robert 2003-12-08 22:11

- exchanged link to "choose" action (which was removed) to "create" action
- added link to import action

4 lines of code changed in:

robert 2003-12-08 22:10

- changed display of layout (added copyright and contact email information
- added link to download action

8 lines of code changed in:

robert 2003-12-08 22:09

minor layout change

2 lines of code changed in:

robert 2003-12-08 22:08

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:

robert 2003-12-08 22:07

minor layout change

2 lines of code changed in:

robert 2003-12-08 22:07

removed deprecated relatedtopics_macro (it wasn't used anymore)

0 lines of code changed in:

robert 2003-12-08 22:06

modified backlinks_macro(): use res.push()/res.pop() instead of populating a StringBuffer (for performance reasons)

12 lines of code changed in:

robert 2003-12-08 22:05

- 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:

robert 2003-12-08 22:04

- 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:

robert 2003-12-08 22:01

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