Robert Gaggl
051a92cd3a
simplyfied layout
2003-12-08 22:46:38 +00:00
Robert Gaggl
a0956b16a5
changed because default layout was changed too
2003-12-08 22:46:12 +00:00
Robert Gaggl
bc4b4f4d8f
- removed sysmgr_creator_macro() since it's not used anymore
...
- minor code changes (mostly related to changed default layout)
2003-12-08 22:45:10 +00:00
Robert Gaggl
ad6bb67485
removed sys_layoutchooser_macro() since it's not used anymore
2003-12-08 22:44:10 +00:00
Robert Gaggl
acdca97d90
modified layout
2003-12-08 22:43:33 +00:00
Robert Gaggl
8c2c9f466d
rewrote css classes since the whole default layout has changed
2003-12-08 22:42:33 +00:00
Robert Gaggl
6d87f4d99d
slightly changed layout
2003-12-08 22:41:44 +00:00
Robert Gaggl
d6b02ac609
sys_layoutchooser macro was renamed to layoutchooser
2003-12-08 22:41:13 +00:00
Robert Gaggl
222b48ca24
no longer distinct between different actions, use checkEdit for each of them
2003-12-08 22:40:33 +00:00
Robert Gaggl
290df92ef8
skinpath is now set using layout.getSkinPath()
2003-12-08 22:39:45 +00:00
Robert Gaggl
5823226258
minor layout change
2003-12-08 22:39:12 +00:00
Robert Gaggl
291e23a27c
- searchresult is now pushed to skin
...
- minor layout change
2003-12-08 22:38:45 +00:00
Robert Gaggl
5676a14f06
fixed for xhtml compatibility
2003-12-08 22:38:06 +00:00
Robert Gaggl
a73f862797
changed from using StringBuffer to res.push()/res.pop()
2003-12-08 22:37:09 +00:00
Robert Gaggl
d0a89dda90
- simplyfied renderManagerView()
2003-12-08 22:36:46 +00:00
Robert Gaggl
d922efe115
- simplyfied renderManagerView()
...
- added method renderParentLayoutChooser()
2003-12-08 22:34:28 +00:00
Robert Gaggl
c7548b8536
simplyfied html code
2003-12-08 22:32:31 +00:00
Robert Gaggl
20e05c6fb5
- stylesheet action was renamed to stylesheet.css
...
- minor layout changes
2003-12-08 22:30:14 +00:00
Robert Gaggl
b8173c9700
simplified basic layout
2003-12-08 22:29:32 +00:00
Robert Gaggl
2953de5131
completely rewrote basic layout
2003-12-08 22:29:06 +00:00
Robert Gaggl
dac6daefd5
css class "commentHead" was renamed to "listSeparator"
2003-12-08 22:28:28 +00:00
Robert Gaggl
98f73d3001
- css class "commentHead" was renamed to "listSeparator"
...
- minor layout changes
2003-12-08 21:59:52 +00:00
Robert Gaggl
555c57f00d
- 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)
2003-12-08 21:57:46 +00:00
Robert Gaggl
d65d2f8474
modified constructor: by default property custom is 0
2003-12-08 21:53:57 +00:00
Robert Gaggl
a679c9b707
- 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
2003-12-08 21:53:28 +00:00
Robert Gaggl
8b3a87cb66
- moved evalImport() and evalImport() to layoutmgr
...
- changed setDefaultLayout since the active layout is now a property of root
2003-12-08 21:50:50 +00:00
Robert Gaggl
d97d46a0a3
minor code cleanup
2003-12-08 21:49:46 +00:00
Robert Gaggl
5a64aeda88
modified toString() to use res.push()/res.pop() instead of a StringBuffer
2003-12-08 21:49:17 +00:00
Robert Gaggl
a47718511f
only send mail if the status of the member actually changed
2003-12-08 21:48:09 +00:00
Robert Gaggl
468f9ab684
modified searchUser():
...
- switched from Stringbuffer to res.push()/res.pop() for performance reasons
- only include those accounts found that aren't already members
2003-12-08 21:47:36 +00:00
Robert Gaggl
61c270a9af
- renamed chooseNewLayout to evalNewLayout (changed too)
...
- added method evalImport() that handles the import of a layout zip file
2003-12-08 21:45:41 +00:00
Robert Gaggl
4e1513cd0c
changed dumpToZip() to handle both complete and incremental exports
2003-12-08 21:43:51 +00:00
Robert Gaggl
cd013483d2
- 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
2003-12-08 21:30:27 +00:00
Robert Gaggl
e212a95233
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
2003-12-08 21:28:45 +00:00
Robert Gaggl
1bb182ba72
- 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()
2003-12-08 21:23:41 +00:00
Robert Gaggl
98f81924bc
- modified getPoolObj() since there are no "root images" anymore (their metadata is now the business of the global DEFAULTIMAGES object)
...
- minor code formatting
2003-12-08 21:21:12 +00:00
Robert Gaggl
0670b50c1a
getStaticPath() now returns a String, not a StringBuffer()
2003-12-08 21:19:47 +00:00
Robert Gaggl
84ce44e9f5
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)
2003-12-08 21:19:06 +00:00
Robert Gaggl
0b1e955b27
css class "commentHead" was renamed to "listSeparator"
2003-12-08 21:17:46 +00:00
Robert Gaggl
6f5616c362
changed layout (instead of using a table to create the link use the new css class "pagelinkBottom")
2003-12-08 21:17:12 +00:00
Robert Gaggl
301f37df13
parentimages_action was renamed to parent_action
2003-12-08 21:16:15 +00:00
Robert Gaggl
d046d54cb2
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)
2003-12-08 21:15:45 +00:00
Robert Gaggl
85201a9e3a
the list of members of a group isn't pushed to the skin anymore, instead just display the header for each group
2003-12-08 21:14:31 +00:00
Robert Gaggl
873e28af49
instead of displaying "online stories" say "all stories" (since the list will contain both online and offline stories)
2003-12-08 21:13:45 +00:00
Robert Gaggl
734090dc05
completely reworked structure of skinmgr: no long list anymore, but now an outline tree containing different skinsets
2003-12-08 21:12:43 +00:00
Robert Gaggl
a0be92eb26
include response.searchresult and response.memberlist
2003-12-08 21:11:43 +00:00
Robert Gaggl
c002db53db
- exchanged link to "choose" action (which was removed) to "create" action
...
- added link to import action
2003-12-08 21:11:04 +00:00
Robert Gaggl
27a7faa627
- changed display of layout (added copyright and contact email information
...
- added link to download action
2003-12-08 21:10:08 +00:00
Robert Gaggl
8406293f54
minor layout change
2003-12-08 21:09:13 +00:00
Robert Gaggl
a28bec93fb
fixed a bug that would display "on" even if there's no image createtime (which is the case for imported images)
2003-12-08 21:08:50 +00:00