Commit graph

647 commits

Author SHA1 Message Date
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
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
d7479868fa moved css classes needed for diff to skinmgr/page.skin 2004-01-02 10:37:22 +00:00
Robert Gaggl
42a108aed5 modified since FileLib methods are now methods of File prototype (FileLib object is deprecated) 2003-12-30 13:04:45 +00:00
Robert Gaggl
52de311062 changed since the signature of Html.link(AsString) has changed (first argument must be an object containing all attributes of the a tag). 2003-12-17 22:04:16 +00:00
Robert Gaggl
4be289a252 changed since the signature of Html.dropDown has changed (first argument must be an object instead of a string). 2003-12-17 22:03:23 +00:00
Robert Gaggl
eeafdaeaf2 - stylesheet.css was renamed to main.css, javascript.js to main.js
- switched from using url_macro to href_macro for consistency reasons
2003-12-10 11:36:53 +00:00
Robert Gaggl
3aa260a39a - renamed stylesheet_css_action() to main_css_action()
- renamed javascript_js_action() to main_js_action()
2003-12-10 11:32:43 +00:00
Robert Gaggl
90efa2aa09 DEFAULTIMAGES was renamed to DefaultImages 2003-12-10 11:00:05 +00:00
Robert Gaggl
efc302e658 removed 2003-12-08 22:57:05 +00:00
Robert Gaggl
c493a9c8e1 added hint for layouts in welcome text 2003-12-08 22:55:05 +00:00
Robert Gaggl
acb7e36f06 added object mapping for layout 2003-12-08 22:51:52 +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
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
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
b8173c9700 simplified basic layout 2003-12-08 22:29:32 +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
0b1e955b27 css class "commentHead" was renamed to "listSeparator" 2003-12-08 21:17:46 +00:00
Robert Gaggl
f966f48880 - 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
2003-12-08 21:04:22 +00:00
Robert Gaggl
f09d1929c2 css class "commentHead" was renamed to "listSeparator" 2003-12-08 20:52:32 +00:00
Robert Gaggl
a3f1359283 - 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)
2003-12-08 20:04:13 +00:00
Robert Gaggl
bd1a028adf - removed all layout related editors (they're part of layouts now)
- added layoutchooser
2003-11-23 19:20:40 +00:00
Robert Gaggl
a6ecf1c2b4 - adapted res.dependsOn() statements in stylesheet and javascript actions because of the new layout objects
- first step in tuning rss_action() - using StringBuffers instead of normal variables
2003-11-23 19:17:47 +00:00
Robert Gaggl
61bb86058b replaced mountpoint "skins" with "layouts" (= layoutmgr of site) 2003-11-23 19:10:41 +00:00
Robert Gaggl
89f5832ecf replaced call of global image macro with layout.image 2003-11-23 19:05:00 +00:00
Robert Gaggl
aac468b2f9 replaced call of global image macro with the one of layout (since we have a layout object in res.handlers now, and this one manages all layout images) 2003-11-23 19:04:01 +00:00
Robert Gaggl
1c4e70c5aa - modified since all font- and color preferences are now defined in a layout object 2003-11-23 19:03:08 +00:00
Robert Gaggl
64aa51aaca - replaced any calls of global image macro with layout.image (since layout images are now handled by layout objects) 2003-11-23 18:53:52 +00:00
Robert Gaggl
c7d6babe3b - removed assignment of layout related preferences (these are part of layout objects now)
- added methods getLayout(), getStaticPath(), getStaticUrl(), getStaticDir() and getTitle()
2003-11-23 18:44:09 +00:00
Robert Gaggl
a503ca2260 - removed all layout-related macros (they're now macros of prototype layout)
- removed skinsetchooser_macro(), added layoutchooser_macro()
- minor code-formatting
2003-11-23 18:21:55 +00:00
Robert Gaggl
e048de99d0 replaced link to skinmgr with link to layoutmgr 2003-11-23 17:54:10 +00:00
73ca975e42 restored and fixed colorpicker to regain flexible functionality and way-backwards-compatibility
* fixed bug that prevented colorpicker from working at all
* fixed bug that prevented display of colors that are changed but not saved
* <% colorpicker name="xyz" %> now renders the default colorpicker
* <% colorpicker name="xyz" skin="colorpickerExt" %> renders the extended version (or any other depending on the skin)
* modified site's edit.skin to open the extended version
* put client-side scripts and functionality into global Antville object to define a strict namespace
* updated AntvilleLib
NOTE: THIS IS STILL WORK IN PROGRESS
2003-11-14 10:47:51 +00:00
Michael Platzer
22c1e4c5ef (finally) merged imagetopics branch to HEAD 2003-11-01 15:24:07 +00:00
c61ac74b09 moved "user-safe" javascript stuff into root/systemscripts which is
automatically appended onto site/javascript.skin
(root/safescripts_action is deprecated now)
2003-10-30 14:59:28 +00:00
Michael Platzer
c1952c0138 implemented RSS feeds for topics (and days) by simply wrapping the site.rss_action 2003-10-29 16:24:09 +00:00
47eef10af3 added table rows and cells for better display 2003-10-16 17:57:46 +00:00
a9965c9657 added <noscript> tag with some information about the new way referrers work 2003-10-16 17:55:08 +00:00
9b9f595d08 decreased size of spamfilter textarea and added some explanation 2003-10-16 17:44:21 +00:00
0242b38da8 removed "instead" at the end of the text 2003-10-16 17:38:15 +00:00
2c9c1262d1 removed tag for external "safescripts" file -- code has moved to
root/systemscripts.skin and is included in site/javascript.skin via macro
2003-10-16 17:27:53 +00:00
0a55f0e398 added system-wide javascript code via skin macro 2003-10-16 17:25:56 +00:00
833de0a4a1 * modified referrers to be written by client-side javascript code 2003-10-16 17:19:31 +00:00
514d56ea23 * modified referrers to be written by client-side javascript code
* added filters to sort out spam, search referrers or the like
2003-10-16 17:19:04 +00:00
98aefe54a9 * added generic preference_macro for output of preference value or editor
* added spamfilter_macro for output of spamfilter data approripate for client-side javascript code
2003-10-16 17:13:22 +00:00
6ec62c8a56 added preference editor for spamfilter 2003-10-16 17:10:38 +00:00
Robert Gaggl
dcfaf27dce added classes used for page navigation in mgr-mountpoints 2003-10-15 19:56:41 +00:00
Robert Gaggl
4937d54283 modified text in notification dropdowns to be more precise 2003-10-11 10:43:10 +00:00