Commit graph

740 commits

Author SHA1 Message Date
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
Robert Gaggl
45fd91573a - added method isNotificationEnabled() that does a basic check if email notification is enabled for a site
- simplified level checks in sendNotification(), removed commented out code
2003-10-11 10:40:03 +00:00
Hannes Wallnöfer
6e147b0e32 Forgot to commit when checking in skinsets: displays a dropdown chooser for
skinsets on the preferences page. I don't know if this is a good idea, but with the
current code in site/edit_action it's required, otherwise the site's skinset will be
when saving preferences.
2003-10-10 17:12:59 +00:00
7bad3bf9ac * all notification e-mails are now sent via site/sendNotification function
* removed option to get notifications only for new comments
* added check if receipient is identical with the creator/modifier of the modified object
* made use of sendMail function
2003-10-08 16:54:20 +00:00
e4df22eef5 simplified notification_macro and adjusted wording 2003-10-08 16:49:55 +00:00
cfed1de438 moved skin for notification mail body from global/notification.skin to site/notificationMail.skin 2003-10-08 16:09:13 +00:00
Hannes Wallnöfer
e8adb95a2c Added support for skinsets:
* Skins are attached to skinset rather than site objects
 * Each site can have multiple skinsets
 * Skinsets can inherit from each other
 * Added subclasses of imagemgr and skinmgr that mount on root/manage
2003-10-07 15:14:47 +00:00
Hannes Wallnöfer
89d9085e1e Make text inputs for font names 40 chars wide 2003-10-07 14:47:36 +00:00