Robert Gaggl
82ec926913
preview skin was renamed to mgrlistitem
2004-01-04 15:59:12 +00:00
Robert Gaggl
158367fec9
changed membermgr skinset (memberlist.skin was removed, membermgr.new added)
2004-01-04 15:46:06 +00:00
Robert Gaggl
991ae6ba2f
removed
2004-01-04 15:45:18 +00:00
Robert Gaggl
9fb3876763
- changed some skin descriptions
...
- removed obsolete description of membermgr/memberlist.skin, added membermgr/new.skin
2004-01-04 15:45:02 +00:00
Robert Gaggl
b5d6cdb7e2
each searchresult item is now a single table
2004-01-04 15:35:54 +00:00
Robert Gaggl
61a238cca3
removed surrounding table
2004-01-04 15:35:19 +00:00
Robert Gaggl
80ea176b8b
modified layout, removed commented out html code
2004-01-04 15:34:20 +00:00
Robert Gaggl
71308b5984
add_action was renamed to create_action (for consistency reasons)
2004-01-04 15:33:41 +00:00
Robert Gaggl
7c326ed38d
- renamed add_action to create_action (for consistency reasons)
...
- re-ordered actions
2004-01-04 15:33:17 +00:00
489351fe48
fixed add member option (still needs some tweakin', though)
2004-01-03 17:43:52 +00:00
a8498b46c5
modified layout to achieve more consistency
2004-01-03 17:32:00 +00:00
0234ae9b27
modified way the list of members is rendered:
...
* render each role from an extra collection
* add page navigation
* FIXME: add member currently is not working!
2004-01-03 17:31:28 +00:00
54878c2e4a
check if topic name is already reserved word (e.g. action or function name) and display error message if so
2004-01-03 17:06:39 +00:00
84bcd3867d
added holy returns
2004-01-03 17:05:44 +00:00
e1b37eb8b8
* renamed parent_action to default_action
...
* added main_action and additional_action
* enabled main_action to display merged default and additional images collections
2004-01-03 17:05:19 +00:00
f936937912
enabled renderList function to process arrays, too
2004-01-03 17:03:25 +00:00
Robert Gaggl
7e9568af8a
initial check-in
2004-01-03 16:27:13 +00:00
103ea6d0b4
fixed bug that prevented page links from being rendered
2004-01-03 15:58:53 +00:00
Robert Gaggl
b92cd9f4c4
redirect to edit action after the new layout has been created
2004-01-03 12:31:39 +00:00
Robert Gaggl
8bd89d06a5
removed the input for the layout title since it's not required anymore
2004-01-03 12:31:14 +00:00
Robert Gaggl
1b6f1c2b2f
title is no longer required for creating a new layout, if no basis layout has been chosen use "untitled" as a start, otherwise inherit the parent layout's title
2004-01-03 12:30:53 +00:00
Robert Gaggl
262fe36794
fixed several macros: call createCheckBoxParam() of propertymgr since the values are stored in xml encoded prefs
2004-01-03 12:09:25 +00:00
Robert Gaggl
69e2c75114
added method createCheckBoxParam() that overwrites the hopobject method for xml encoded site preferences
2004-01-03 12:08:19 +00:00
78ac97b02e
sync with updated library
2004-01-02 23:04:03 +00:00
2c649ebab6
added <br />
2004-01-02 23:03:46 +00:00
2e64f5dfa3
fixed backlinks (strange enough, i believed i've seen it working...)
2004-01-02 23:03:30 +00:00
bbecafaf05
removed skin_macro because this went into antvillelib already
2004-01-02 23:01:54 +00:00
b901b38a71
do not display "backlinks" title if there are none
2004-01-02 22:31:05 +00:00
83040bd931
* added location_macro
...
* reduced online_macro to binary output (either "online" or "offline", resp. param settings)
2004-01-02 22:30:39 +00:00
5e9f74a904
* replaced <h4> with <p> tag
...
* moved param.text as title attribute in <p> tag
* decreased size of textarea to make buttons visible even in a 600x800 window
2004-01-02 22:29:14 +00:00
31cbb47e4b
* added div.ample class
...
* added missing generic class for <ul> tags
* moved .small class to generic definitions and enabled it for <small> tags, too
* removed top margin in .storyDate class
2004-01-02 22:26:04 +00:00
5d50e8ce2a
* added title attribute in site title link
...
* replaced span with div around response.message macro call
2004-01-02 22:20:40 +00:00
fe0f137fb6
* replaced width with size in site macro calls
...
* put prefs in new order
2004-01-02 22:19:13 +00:00
956912eea0
copied topic_macro from story to gallery_macro
2004-01-02 22:17:08 +00:00
aaa58baa6f
removed obsolete check of a hex color string's length / already done by String.isHexColor in antvillelib
2004-01-02 22:16:11 +00:00
f4bda5765f
replaced eMail with e-mail
2004-01-02 22:14:57 +00:00
4110c9a515
replaced default separator ">" with ":" in linkedpath_macro
2004-01-02 22:12:25 +00:00
0f226430ca
implemented dayheader generally and reduced creator/date line to creator/time
2004-01-02 22:08:16 +00:00
419ca9c8c6
retouched layout to become more concistent
2004-01-02 22:06:37 +00:00
Robert Gaggl
2c184278e9
upgraded to latest version
2004-01-02 12:46:04 +00:00
Robert Gaggl
9199bad197
added constants for different "editableby" values
2004-01-02 10:45:42 +00:00
Robert Gaggl
6b4c7649a2
modified checkbox rendering: use createCheckBoxParam() instead of createInputParam(), checkboxes now preserve their status even if the user is redirected back to the form
2004-01-02 10:45:25 +00:00
Robert Gaggl
3ee00ed75d
- 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
2004-01-02 10:45:01 +00:00
Robert Gaggl
d24ec09b93
use constant for editableby value which makes things more readable
2004-01-02 10:43:30 +00:00
Robert Gaggl
67f80fbb1a
added method createCheckBoxParam() that returns a special parameter object for rendering checkboxes (which is different from the one created by createInputParam())
2004-01-02 10:43:06 +00:00
Robert Gaggl
c662fc11a6
moved css classes needed for diff from site/style.skin into this one
2004-01-02 10:40:46 +00:00
Robert Gaggl
4d0622fc8c
use constants for editableby values which makes things more readable
2004-01-02 10:40:21 +00:00
Robert Gaggl
675a866a1b
fixed a bug in checkEdit(): poll never had a property "editableby"
2004-01-02 10:38:00 +00:00
Robert Gaggl
d7479868fa
moved css classes needed for diff to skinmgr/page.skin
2004-01-02 10:37:22 +00:00
Robert Gaggl
0e469c4803
modified checkbox rendering: use createCheckBoxParam() instead of createInputParam(), checkboxes now preserve their status even if the user is redirected back to the form
2004-01-02 10:36:52 +00:00