Commit graph

2246 commits

Author SHA1 Message Date
Robert Gaggl
5eb714aaeb don't use StringBuffer in results_macro() since it's of no use (instead write the results directly to response) 2003-12-08 21:00:17 +00:00
Robert Gaggl
77da374d2f removed memberslist_macro(): use the method renderMemberlist instead (called in main_action) 2003-12-08 20:59:30 +00:00
Robert Gaggl
6f538bc2c9 - removed downloadlink_macro() since downloading isn't restricted anymore
- added macros: email_macro(), copyright_macro()
- changed image_macro(): use new method getImage() to retrieve image which searches along the layout chain to get the first image matching the name
2003-12-08 20:58:09 +00:00
Robert Gaggl
56d5afc7a0 - modified logo_macro(): use new object DEFAULTIMAGES to render any of them
- modified image_macro(): use new object DEFAULTIMAGES to render any of the former "root images"
- fixed a bug in colorpicker_macro(): use res.push()/res.pop(), otherwise the macro would render the input directly to response
2003-12-08 20:55:42 +00:00
Robert Gaggl
6b8efdc622 changed layout 2003-12-08 20:53:03 +00:00
Robert Gaggl
f09d1929c2 css class "commentHead" was renamed to "listSeparator" 2003-12-08 20:52:32 +00:00
Robert Gaggl
42a5a9254d - include pagenavigation and list of shareable system layouts to choose the basis layout for an import
- added explanation text
2003-12-08 20:52:09 +00:00
Robert Gaggl
bd2e307061 changed from css class "statusDark" to "historyItem" 2003-12-08 20:51:07 +00:00
Robert Gaggl
f4a90271d7 removed pixel.gif 2003-12-08 20:50:32 +00:00
Robert Gaggl
dbf2d5d1e4 - included title of skin and its description
- several changes because the structure of the skinmgr has changed
2003-12-08 20:50:05 +00:00
Robert Gaggl
356eb1e813 - added editors for copyright, contact email, base layout
- several minor layout changes
2003-12-08 20:48:02 +00:00
Robert Gaggl
ecc6684474 changed from css class "small" to "dayHeader" 2003-12-08 20:45:41 +00:00
Robert Gaggl
3fc7ce5329 - added constant object DEFAULTIMAGES that contains the metadata of all default images (logos, pixel, marquee)
- added constant SKINSETS that contains the structure of the skinmgr (for both root- and site skinmanager)
- added constructor for Skinset objects (used for constructing the SKINSETS constant)
2003-12-08 20:44:57 +00:00
Robert Gaggl
9d0e77b66b pixel.gif is no longer part of layout but of standard images (therefor using global image macro instead of layout.image) 2003-12-08 20:43:02 +00:00
Robert Gaggl
60d3356cf5 stylesheet action is now called stylesheet.css 2003-12-08 20:41:47 +00:00
Robert Gaggl
a0bc02e8b1 - css class commentHead was renamed to "listSeparator"
- some fixes towards xhtml compatibility
2003-12-08 20:40:27 +00:00
Robert Gaggl
21e5cf2ed5 changed because css-classes were renamed 2003-12-08 20:07:27 +00:00
Robert Gaggl
cc48bbe2fb - moved diff_action to prototype skin
- added custom_action (for creating custom skins)
- added modified_action (for listing only modified skins)
- various minor changes
2003-12-08 20:06:50 +00:00
Robert Gaggl
344f09d106 - moved diff_action from skinmgr to skin prototype
- changed redirect in delete_action
2003-12-08 20:05:47 +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
220e91bbec stylesheet_action was renamed to stylesheet_css_action, previous stylesheet_action is now a wrapper action (left for backwards compatibility) 2003-12-08 20:02:56 +00:00
Robert Gaggl
4759073f26 render list of choices using res.push()/res.pop() instead of using a StringBuffer (for performance reasons) 2003-12-08 20:01:49 +00:00
Robert Gaggl
17fbb853d3 modified main_action: the list of current members is now rendered using renderMemberlist(), also did some changes how the searchresult is rendered 2003-12-08 20:00:23 +00:00
Robert Gaggl
8d5b6fc145 - moved import_action from rootlayoutmgr to layoutmgr (since importing layouts isn't restricted to system layouts anymore)
- renamed choose_action to create_action since site admins can now also create layouts that aren't based on any system layout
2003-12-08 19:59:10 +00:00
Robert Gaggl
237c5b61cb - renamed parentimages_action to parent_action
- preview.skin of image was renamed to mgrlistitem.skin
2003-12-08 19:57:25 +00:00
Robert Gaggl
20f381a9b1 layout download now consists of three actions: download_action (for choosing between full and incremental download) plus download_full_zip_action and download_zip_action that actually produce the zip file 2003-12-08 19:56:40 +00:00
Robert Gaggl
cf89d99593 image/preview.skin was renamed to mgrlistitem.skin (for constistency reasons) 2003-12-08 19:55:11 +00:00
Robert Gaggl
8e4ef0a4cc file/preview.skin was renamed to mgrlistitem.skin (for constistency reasons) 2003-12-08 19:54:44 +00:00
Hannes Wallnöfer
256ab22b4b Open extended colorpicker popup with the right size.
Resizing popup windows is not implemented very well on Mozilla/Linux.
2003-12-04 10:02:29 +00:00
Hannes Wallnöfer
8c74b713d2 Remove apostrophe after "gib" 2003-12-03 18:03:54 +00:00
Hannes Wallnöfer
1ff51d9382 Make colorpicker scripts work on mozilla by adding a
parseColor() function that converts different color notations
(such as rgb(r, g, b)) into a canonical six-figure hexadecimal
number notation.
2003-12-03 17:57:24 +00:00
Hannes Wallnöfer
31041ab383 Make sure rawcontent field is set on stories and comments when the content is updated.
This fixes the bug that search doesn't work on Antville 1.1
2003-12-01 16:03:13 +00:00
Robert Gaggl
75c932f659 the download_action was renamed to download_zip_action 2003-11-25 13:37:16 +00:00
Robert Gaggl
f6d60962bc renamed download_action to download_zip_action to prevent problems with eg. ie5.5 2003-11-25 13:36:15 +00:00
Robert Gaggl
0ffe694c31 bugfix in importImage(): create layoutimages, not images, otherwise they won't show up in layoutimagemgr 2003-11-25 13:16:12 +00:00
Robert Gaggl
03536b6f4d updated to latest version (includes faster HtmlLibrary.js) 2003-11-24 18:28:16 +00:00
Robert Gaggl
1d948ce13a modified download_action(): changed contentType to application/zip 2003-11-24 14:57:01 +00:00
Robert Gaggl
294510a73e bugfix: modified colorpicker-macro attributes (copied the old version by mistake) 2003-11-24 14:56:23 +00:00
Robert Gaggl
3557c3e5c6 bugfix: can't use res.handlers.context since it's assigned after autoLogin is called 2003-11-23 19:59:54 +00:00
Robert Gaggl
3a882965a2 upgraded to latest version (including the ZipLibrary) 2003-11-23 19:28:44 +00:00
Robert Gaggl
b8e4b3d780 - evalImgType is now a global function
- renamed popupUrl() to getPopupUrl()
- renamed getStaticUrl() to getUrl() and changed it to use the site's method getStaticUrl()
- added method dump() which creates a temporary HopObject containing the metadata of the image (and its thumbnail if existing)
2003-11-23 19:23:46 +00:00
Robert Gaggl
9d01ab146f - modified image_macro(): replaced if/else if with switch
- minor code formattings
2003-11-23 19:21:35 +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
f3c2af07bb - replaced calls of global image macro with layout.image 2003-11-23 19:19:52 +00:00
Robert Gaggl
5c09f3ad7e - removed stylesheet_action() since the sysmgr doesn't have it's own stylesheet anymore (but uses the one from root)
- root.getSysTitle() was renamed to root.getTitle()
2003-11-23 19:19:05 +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
de42b3cc6c removed 2003-11-23 19:15:47 +00:00
Robert Gaggl
7b6d752361 modified filter since we now have two different image prototypes, and we want just the site images in this collection 2003-11-23 19:15:22 +00:00
Robert Gaggl
62ff648bb7 removed mountpoints of rootSkinmgr and rootImagemgr (both don't exist anymore) 2003-11-23 19:13:44 +00:00
Robert Gaggl
dc36786608 - changed definition of _children collection since skinmgr now belongs to layout objects
- removed collection "shared", added collection "all"
2003-11-23 19:13:08 +00:00