Commit graph

155 commits

Author SHA1 Message Date
Robert Gaggl
3e7d90e99f - changed evalRegistration: now special characters, eg. umlauts, dot, dash are allowed in user-names
- changed level-checks because there's now a difference in meaning between level 0 and level null
2003-01-23 21:34:52 +00:00
Robert Gaggl
ff01391d37 securityFunctions now need the membership-level of a user as second argument 2003-01-02 19:05:03 +00:00
Robert Gaggl
ca44f02034 added function getMembershipLevel() 2003-01-02 18:59:42 +00:00
Robert Gaggl
068a68f090 req.data.memberlevel is now passed as second argument to security-functions. with this they can also be used even when there's no request-object present (scheduler, bloggerApi) 2003-01-02 18:55:32 +00:00
Hannes Wallnöfer
7f18ec44b4 Membership child objects aren't accessible by their id anymore.
Use the member's user name instead.
2002-12-11 15:28:39 +00:00
Robert Gaggl
42e0f21580 merged need_for_speed branch 2002-12-01 19:26:40 +00:00
Robert Gaggl
d3766c5ced avPw-cookievalue is now created using user-password plus http_remotehost 2002-11-21 13:14:47 +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
d85763b32c added assignment of property publishemail 2002-07-26 22:59:47 +00:00
Robert Gaggl
8990d95080 added checkbox for public email plus some explanations 2002-07-26 22:57:39 +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
c882d3d7e6 changed because the prototype weblog was renamed to site 2002-06-26 17:29:39 +00:00
Robert Gaggl
db58fa6d5f replaced hardcoded messages with getMsg() 2002-06-26 17:20:41 +00:00
Robert Gaggl
a0231604af - confirmation-mail is only sent if a from-address is existing
- changed because the prototype weblog was renamed to site
2002-06-26 17:09:49 +00:00
Robert Gaggl
84ecefe315 added footer containing root.systitle and root.sysurl 2002-06-26 17:09:02 +00:00
Robert Gaggl
f1b8949392 lots of changes because
- weblog was renamed to site
- membership was renamed to membermgr
- member was renamed to membership
- db-schema has changed
2002-06-26 17:00:10 +00:00
Robert Gaggl
a94e09901e changed because the prototype weblog was renamed to site 2002-06-26 16:48:51 +00:00
Robert Gaggl
43f42e5a4c changed because
- the prototype weblog was renamed to site
- evalNewMember was renamed to evalNewMembership
2002-06-26 16:44:57 +00:00
Robert Gaggl
6802745754 - param-property was renamed from weblog to site
- mailbody now calls systitle- and sysurl-macros of root instead of hardcoded text
2002-06-26 16:42:08 +00:00
Robert Gaggl
c6986e3027 changed because the prototype weblog was renamed to site 2002-06-26 16:31:49 +00:00
Robert Gaggl
72d830c930 changed because the prototype weblog was renamed to site 2002-06-26 16:23:37 +00:00
Robert Gaggl
3a73e69937 replaced hardcoded "Antville" with call of root.getSysTitle() 2002-06-26 16:23:18 +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
Robert Gaggl
23e0cab449 merged changes done in branch "grob_message" into main trunk (application-messages are no longer hardcoded in functions but are defined in central language-specific .js-files; application-messages are selected according to defined language) 2002-06-12 17:19:47 +00:00
f82b1aa47c moved <form> tags on positions that are appropriate for xhtml compatibility (hopefully...) 2002-06-04 15:34:47 +00:00
Robert Gaggl
fa9242ba24 changed to use global openLink() and closeLink()-funtions 2002-06-04 14:18:41 +00:00
Robert Gaggl
51f89da446 now using global formatTimestamp(), the wrapper in weblog was removed 2002-06-04 14:12:11 +00:00
ffca47cc52 fixed markup to be xhtml compatible 2002-06-03 17:10:21 +00:00
5f07b15990 threw out markup and using global functions openMarkupElement() et. al. instead 2002-06-03 16:45:08 +00:00
Robert Gaggl
fb7f013a5e renamed global function setLayout() to getParent()
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead
2002-06-02 16:11:59 +00:00
Robert Gaggl
4ec7649a5e renamed global function setLayout() to getParent()
change code according to helma's new session/usermodel:
- changed user.cache to session.data
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead
2002-06-02 16:09:47 +00:00
Robert Gaggl
87a00c71a6 change code according to helma's new session/usermodel:
- using session.user instead of user
- changed user.cache to session.data
- using session.logout() instead of user.logout()
2002-06-02 16:08:51 +00:00
Robert Gaggl
9b7847eec1 change code according to helma's new session/usermodel:
- using session.user instead of user as argument
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:05:37 +00:00
Robert Gaggl
0c8b4f852b change code according to helma's new session/usermodel:
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead
2002-06-02 15:55:05 +00:00
Robert Gaggl
6702a66c6e change code according to helma's new session/usermodel
- using session.user instead of user
- using global function isUserBlocked() now
- using app.registerUser instead of user.register
2002-06-02 15:43:36 +00:00
Robert Gaggl
c5ce091d28 renamed global function setLayout() to getParent()
change code according to helma's new session/usermodel
- changed user.cache to session.data
- using session.login() now
changed code to run with snapshot 20020531-fc
- no more res.skin, using renderSkin instead
2002-06-02 15:39:16 +00:00
Robert Gaggl
d028679b88 renamed global function setLayout() to getParent()
changed code to run with snapshot 20020531-fc
- no more res.skin, using renderSkin instead
2002-06-02 15:31:36 +00:00
Robert Gaggl
5bf34cfcea macro-handler "currentUser" isn't supported anymore, now using global macro "username" 2002-06-02 15:31:14 +00:00
Robert Gaggl
154fddd48f renamed global function setLayout() to getParent()
change code according to helma's new session/usermodel:
- using session.user instead of user
changed code to run with snapshot 20020531-fc
- no more res.skin, using renderSkin instead
2002-06-02 15:29:58 +00:00
Robert Gaggl
6fa414dd0e assign form-action to res.data.action 2002-05-15 23:12:41 +00:00
Robert Gaggl
2e859f2bf1 include action in form-tag 2002-05-15 23:06:41 +00:00
Robert Gaggl
197d2e6e7d the first user registering is granted trust and sysadmin-rights 2002-05-13 22:57:24 +00:00
Robert Gaggl
b33773f132 added check if username matches a function-name; if true username is rejected 2002-05-08 23:04:16 +00:00
Robert Gaggl
302e98ab45 - autoLogin() is now called by onRequest()
- changed page-title
2002-03-27 12:58:30 +00:00
Robert Gaggl
28b0db4d9c - changed page-title 2002-03-27 12:58:02 +00:00
Robert Gaggl
8ce8106a04 now using helma's build in md5Encoder 2002-03-27 12:36:41 +00:00
Robert Gaggl
379c6f6dd1 added function deleteAll() 2002-03-27 11:18:36 +00:00
Robert Gaggl
9a7ceb79c2 changed mailbody (url was not correct) 2002-03-27 11:13:21 +00:00
Robert Gaggl
269a461d03 switched to version 1.2 2002-03-27 10:57:17 +00:00
Robert Gaggl
d30afe1df1 display url of user instead of email-address in searchresult 2002-03-11 09:04:36 +00:00