Commit graph

78 commits

Author SHA1 Message Date
Robert Gaggl
89f5832ecf replaced call of global image macro with layout.image 2003-11-23 19:05:00 +00:00
Robert Gaggl
7d26513b9f removed unused description_macro() since there is no user.description property anymore 2003-11-23 18:25:22 +00:00
Robert Gaggl
a9f3e62c2e switched from input type="submit" to type="button" 2003-08-02 12:19:30 +00:00
Robert Gaggl
b1d3bb6870 modified comments 2003-08-02 12:19:11 +00:00
Robert Gaggl
65701dc949 - changed to use AntvilleLib methods 2003-08-02 12:17:26 +00:00
Robert Gaggl
ea609ecb7d - removed method sendConfirmationMail
- sortSubscriptions is now failsafe, although it shouldn't happen anymore that a membership object still exists for a removed site
2003-08-02 11:52:53 +00:00
Robert Gaggl
190c6c87d3 - changed to use AntvilleLib methods 2003-08-02 11:10:12 +00:00
Robert Gaggl
f26722b83e - changed from input type="button" to type="submit"
- changed attribute names to html-conform ones (with -> cols, height -> rows)
- using user.publishemail_macro instead of general input type checkbox
2003-08-02 10:43:13 +00:00
Robert Gaggl
6adc4f72cc moved file to membermgr 2003-08-02 10:26:47 +00:00
2bae74b1a3 changed case of E-mail to e-mail. it simply looks the best, imho. 2003-03-20 17:16:45 +00:00
524d7a38a3 still fixed html where necessary to achieve maximum xhtml conformance; furthermore i tried to find a more expressive title for every page output (most of them were set to the site title only which does not help a lot when navigating with the browser history); last but not least many editor forms where adapted to gain a concistent general layout. 2003-03-07 19:27:48 +00:00
92d2b85613 modified skins to conform with xhtml spec 2003-03-05 19:11:40 +00:00
Robert Gaggl
18bd20d30a added _parent-definitions 2003-02-10 23:50:04 +00:00
Robert Gaggl
3c97aa4ef7 accessing user-property sysadmin directly instead of calling function isUserSysAdmin (removed) 2003-01-02 18:59:04 +00:00
Robert Gaggl
42e0f21580 merged need_for_speed branch 2002-12-01 19:26:40 +00:00
Hannes Wallnöfer
bd7a120ba2 Directly return integer values in those functions which return a boolean based on
an integer flag. This works well and cuts a lot of code, especially the parseInt() which
should not be necessary (if a string was assigned to the integer flag somewhere in
the code, that would be a bug).
2002-10-18 15:51:01 +00:00
Robert Gaggl
cae8477713 modified explanation-text 2002-08-31 12:43:47 +00:00
fbbbc896bf added response.action macro to form tag 2002-08-19 16:55:32 +00:00
16cf21077b replaced <% imageurl %> macro by <% image as="url" %> 2002-08-19 16:42:53 +00:00
Robert Gaggl
3fa9c40356 added collection containing sites created by user 2002-08-13 14:40:10 +00:00
16632edb72 replaced all occurrences of "this" with the name of the corresponding prototype 2002-08-09 15:45:59 +00:00
Robert Gaggl
e92849bb78 added publishemail_macro() 2002-07-26 23:01:06 +00:00
Robert Gaggl
8ec910ead1 added function isEmailPublic() 2002-07-26 23:00:01 +00:00
Robert Gaggl
8990d95080 added checkbox for public email plus some explanations 2002-07-26 22:57:39 +00:00
Robert Gaggl
b46bbba65c added new property publishemail 2002-07-26 22:56:31 +00:00
Robert Gaggl
d5823a468a - input_macro() moved from hopobject to global (and echoes request data by default)
- added missing name-attribute for buttons
2002-07-19 08:42:32 +00:00
Robert Gaggl
7dcbc73824 collection "goodies" was renamed to "files" 2002-06-26 17:26:31 +00:00
Robert Gaggl
3974f98fd1 changed attribute from "goodies" to "files" 2002-06-26 17:25:48 +00:00
Robert Gaggl
3ceb887767 webloglist_macro() was renamed to sitelist_macro() 2002-06-26 17:24:23 +00:00
Robert Gaggl
15b1b6b312 - changed because the prototype weblog was renamed to site
- replaced hardcoded messages with getMsg()
2002-06-26 17:05:44 +00:00
Robert Gaggl
db87cd0863 mailbody now calls systitle- and sysurl-macros of root instead of hardcoded text 2002-06-26 16:40:28 +00:00
Robert Gaggl
6d6c460c89 renamed webloglist_macro() to sitelist_macro() 2002-06-26 16:36:24 +00:00
Robert Gaggl
f8db009bff changed type.properties according to new database-schema:
- all tables are prefixed with AV_
- WEBLOG was renamed to AV_SITE
- GOODIE was renamed to AV_FILE
- all columns are prefixed with the table-name (without table-prefix)
- foreign keys follow a specific naming-convention
(for details see http://project.antville.org/topics/feature+requests+and+proposals/69427/)
2002-06-26 16:03:59 +00:00
fb002dab12 replaced td attribute "background" with appropriate style attribute for xhtml compatibility (this is supposed to be a transitional fix, in the end there should be a class/id doing the job) 2002-06-04 17:34:07 +00:00
25a30566f5 modified code on the search for xhtml compatibility (mainly adding quotes to non-quoted attribute values) 2002-06-04 16:27:09 +00:00
f82b1aa47c moved <form> tags on positions that are appropriate for xhtml compatibility (hopefully...) 2002-06-04 15:34:47 +00:00
3baac801a0 moved renderInputText() et al. and renderImage() from hopobject to global 2002-06-04 14:53:17 +00:00
Robert Gaggl
fa9242ba24 changed to use global openLink() and closeLink()-funtions 2002-06-04 14:18:41 +00:00
Robert Gaggl
45a9f85a40 now using global markupelement-functions 2002-06-04 14:04:02 +00:00
ffca47cc52 fixed markup to be xhtml compatible 2002-06-03 17:10:21 +00:00
80daa06c2a res.write(simpleDropDownBox()) is replaced by renderDropDownBox() in level_macro() 2002-06-03 17:09:19 +00:00
2ea7797c89 fixed markup to be xhtml compatible 2002-06-03 16:49:20 +00:00
Robert Gaggl
a5483ec975 change code according to helma's new session/usermodel:
- using session.user instead of user
changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)
2002-06-02 16:06:14 +00:00
Robert Gaggl
cec0502418 macro-handler currentUser isn't supported anymore, changed to "this" 2002-06-02 15:28:41 +00:00
Robert Gaggl
b1322e4b14 now using new global function isUserSysAdmin()
removed explicit writing of prefix and suffix (helma's doing that from now on)
change code according to helma's new session/usermodel:
- using session.user instead of user as argument
2002-06-02 15:27:35 +00:00
Robert Gaggl
6e1e48b8cf fixed a bug that lead to wrong sorted subscription.list 2002-05-08 18:32:25 +00:00
Robert Gaggl
7e2beefca7 initial check-in 2002-03-27 11:21:20 +00:00
Robert Gaggl
e3cb737f7f added functions isTrusted() and isSysAdmin() 2002-03-27 11:20:45 +00:00
Robert Gaggl
f157fa8e91 switched to version 1.2, added collections for users stories, comments, images and goodies 2002-03-27 10:56:55 +00:00
Robert Gaggl
68ce8bd6c7 added new virtual collections memberships and subscriptions 2002-01-22 20:28:29 +00:00