Commit graph

277 commits

Author SHA1 Message Date
Robert Gaggl
a42a6a6f82 - changed form because specifying a name is not mandatory anymore
- now using global input-macro (which echoes request data by default)
- removed checkbox for creating a thumbnail (this is done automatically now if width or height of the uploaded image exceeds 100 pixel)
2002-07-19 09:00:56 +00:00
Robert Gaggl
b7c620927b - removed input for changing name (alias) of image
- added missing name-attributes for buttons (also the input-macro is now a global macro)
2002-07-19 08:58:00 +00:00
Hannes Wallnöfer
0b2da64e2a Add an input field for optional URL from which to fetch image.
Also, echo request data instead of image object data in input forms
where possible so that users don't have to retype everything just because
something is missing.
2002-07-18 12:49:55 +00:00
Robert Gaggl
c882d3d7e6 changed because the prototype weblog was renamed to site 2002-06-26 17:29:39 +00:00
Robert Gaggl
317ad99ea6 - changed because the prototype weblog was renamed to site
- removed hardcoded messages with getMsg()
2002-06-26 17:17:07 +00:00
Robert Gaggl
2a8e348e93 removed hardcoded "Antville" in page-title
changed because the prototype weblog was renamed to site
2002-06-26 16:44:27 +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
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
ee2768d049 renderImage went global (in show_macro) 2002-06-04 18:12:30 +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
1e23636419 changed to use global markupelement-functions resp. global openLink() and closeLink()-funtions
also formatTimestamp() is a global function now
2002-06-04 14:17:25 +00:00
ffca47cc52 fixed markup to be xhtml compatible 2002-06-03 17:10:21 +00:00
69216f2b3e new function getStaticUrl() 2002-06-03 17:00:08 +00:00
2ea7797c89 fixed markup to be xhtml compatible 2002-06-03 16:49:20 +00:00
Robert Gaggl
0e7ae0b9ef 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 16:17:31 +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
a69b32efdd changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead
2002-06-02 15:53:49 +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
2b98b1a617 - removed "main" from href()
- assigned form-action to res.data.action
2002-05-15 23:02:39 +00:00
Robert Gaggl
c3e0c23603 - autoLogin() is now called by onRequest()
- removed "Antville" from pagetitle
2002-03-27 13:05:40 +00:00
Robert Gaggl
599a62851d corrected typo 2002-03-27 11:11:05 +00:00
Robert Gaggl
269a461d03 switched to version 1.2 2002-03-27 10:57:17 +00:00
Hannes Wallnöfer
0b1e626023 new image/main action and skin, sponsored by kris.
thanks kris!
2002-03-20 18:31:03 +00:00
Hannes Wallnöfer
91af014677 the show macro now always links to the main action of the image,
regardless of who is viewing it, instead of linking to edit action
for the owner only.
2002-03-20 18:30:02 +00:00
Robert Gaggl
4d2a5fe568 evalImg() - added additional check for special characters in alias 2002-02-06 18:09:20 +00:00
5103cd8922 refurbished layout 2002-02-02 15:29:50 +00:00
Robert Gaggl
680f9e3a31 - removed check if user is blocked (will be done with onRequest())
- changes necessary due to new role-scheme
- removed isDeleteDenied()
2002-01-22 20:17:50 +00:00
Robert Gaggl
d4698faffc isDeleteDenied() was renamed to isDenied() 2002-01-22 19:52:37 +00:00
Robert Gaggl
320659ce6f - hac now checks if user is logged in
- removed unnecessary check for user.cache.referer
2002-01-22 19:42:42 +00:00
Robert Gaggl
db3df63bad - hac now checks if user is logged in
- some minor changes
2002-01-22 19:41:26 +00:00
Robert Gaggl
851f06f007 removed assignments to res.head 2001-12-11 10:37:58 +00:00
Robert Gaggl
d3f8aa1180 - changed line-up of buttons to the right order 2001-12-10 23:09:22 +00:00
Robert Gaggl
b08b9ed85f - functions now have a defined (and documented ...) interface
- added comments to functions
2001-12-10 23:05:50 +00:00
Robert Gaggl
9740ea52e9 - security-functions now demand user-object as argument
- now using res.data.* instead of res.*
- modifications needed due to rewriting of objectFunctions
- removing assignments to res.head
2001-12-10 23:02:39 +00:00
Robert Gaggl
91abdc5609 - security-functions now demand user-object as argument
- now using res.data.* instead of res.*
- modifications needed due to rewriting of objectFunctions
2001-12-10 23:02:17 +00:00
Robert Gaggl
bfc3fef0f3 - security-functions now demand user-object as argument 2001-12-10 23:01:45 +00:00
Robert Gaggl
0cf855f457 - now using the option "short" of createtime-macro 2001-12-10 23:00:48 +00:00
Robert Gaggl
5cc57b711c minor change 2001-11-03 09:22:42 +00:00
Robert Gaggl
6e8747980f minor bugfix 2001-11-03 09:19:19 +00:00
Robert Gaggl
1bd88c15ea admins are now allowed to edit images regardless who uploaded them 2001-11-03 09:18:49 +00:00
Robert Gaggl
71c5c90d57 included code to copy/paste 2001-11-03 09:18:10 +00:00
Robert Gaggl
b29a584abe removed handler-prefix in example 2001-10-21 14:28:58 +00:00
Robert Gaggl
30a39a5e2a new macros: width, height, url 2001-10-20 19:06:53 +00:00
Robert Gaggl
942a32c5f6 added call of autoLogin()-function 2001-10-07 19:31:19 +00:00
Robert Gaggl
259dd6f947 enabled default values for image-maxwidth and -height 2001-10-07 15:51:18 +00:00
Robert Gaggl
37ebd9156d exchanged position of buttons 2001-10-07 12:52:42 +00:00