Commit graph

2730 commits

Author SHA1 Message Date
Robert Gaggl
cc62ca4364 - changed "user" to "User" since the constructor is called User() now
- changed to reflect the latest changes of the application skins
2004-01-08 10:10:01 +00:00
b64bc67a09 initial check-in 2004-01-08 09:22:23 +00:00
Robert Gaggl
e943739626 display "[untitled]" for sites without a title, link to frontpage 2004-01-08 09:16:50 +00:00
Robert Gaggl
1652544452 minor changes in delete_action (better page title) 2004-01-08 09:14:01 +00:00
3ba579687b fixed url of rss autodetection tag 2004-01-07 17:38:10 +00:00
b100403196 *** empty log message *** 2004-01-07 17:37:43 +00:00
b1cc9960db added link to install context menu 2004-01-07 17:37:12 +00:00
e7301c2955 embedded sorter function in function call 2004-01-07 17:36:48 +00:00
6f384d63db removed deprecated actions 2004-01-07 17:35:56 +00:00
57ec04d4d0 updated subscription manager to conform with general functionality and layout 2004-01-07 17:33:54 +00:00
c36611800a fixed bug that enabled admins to unsubscribe themselves from a site 2004-01-07 17:32:04 +00:00
0706b9928e removed obsolete files 2004-01-07 17:31:18 +00:00
8f09ff2ba1 removed 'to="main"' params 2004-01-07 17:30:59 +00:00
2b7f1ae2a0 modified redirect url to reflect new subscription manager 2004-01-07 17:29:56 +00:00
9f1b2756c7 added updated_action and memberships_action 2004-01-07 17:28:56 +00:00
24c483ca4f initial check-in 2004-01-07 17:27:16 +00:00
11290106d3 removed deprecated or outdated code by enhancing the macro calls in the skin 2004-01-07 15:04:28 +00:00
83d7f0c849 sync'ed with current library 2004-01-06 18:05:04 +00:00
58b009ec87 slightly modified layout 2004-01-06 18:04:05 +00:00
0156031e42 slightly modified wording 2004-01-06 17:54:04 +00:00
Robert Gaggl
adb2bc1698 removed 2004-01-06 16:18:41 +00:00
Robert Gaggl
47f55e01e3 changed because the attribute "what" was renamed to "as" in show_macro() 2004-01-06 16:18:30 +00:00
Robert Gaggl
5823850b54 added temporary change to navigation_macro(): it now renders a link to a story on project.antville.org if the deprecated usernavigation.skin is still in use 2004-01-06 16:18:18 +00:00
Robert Gaggl
1f54fa20a9 re-added preview.skin, this one is used for rendering images in a gallery 2004-01-06 16:16:12 +00:00
Robert Gaggl
b13131e4a2 changed back to render preview.skin, otherwise the topiclist would appear as manager list 2004-01-06 16:15:43 +00:00
Robert Gaggl
a0732b997e re-added (temporarily for backwards-compatibility) 2004-01-06 16:15:02 +00:00
Robert Gaggl
a2abaf716c use res.handlers.site instead of this._parent._parent 2004-01-05 12:51:11 +00:00
Robert Gaggl
cec6de53a7 do not clone the param object anymore, this is done in Html library if necessary 2004-01-05 12:50:12 +00:00
Robert Gaggl
a7af0ede11 changed default link text (for consistency reasons) 2004-01-04 15:59:49 +00:00
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