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
Robert Gaggl
4f4f7d4c34
completely rewrote layout of antville (finally ...)
2001-10-02 11:01:50 +00:00
Robert Gaggl
03b81caa57
not needed anymore
2001-09-05 22:01:49 +00:00
Robert Gaggl
9bb6a10918
changes cause of new skin-structure
2001-09-05 21:54:06 +00:00
Robert Gaggl
e35d24a1b8
using JS-Objects now instead of HopObjects
2001-09-05 21:43:01 +00:00
Robert Gaggl
94791ef1ec
not resized images are now saved using writeToFile
2001-09-05 21:26:16 +00:00
Robert Gaggl
3a6edca798
changed layout of images in list
2001-09-05 21:20:25 +00:00
Robert Gaggl
b7fb7cd3a6
reworking due to new skin-structure
2001-09-05 21:15:45 +00:00
Robert Gaggl
bb28c622f4
cleaning
2001-08-26 19:49:43 +00:00
Robert Gaggl
f834a3aba3
javascript-skin is now included in pageheader
2001-08-26 19:48:24 +00:00
Robert Gaggl
b228187671
added popupUrl()-function
2001-08-26 19:17:44 +00:00
Robert Gaggl
aec5537fb3
added parent-property to _parent
2001-08-26 19:17:11 +00:00
Robert Gaggl
567d7d72a3
added missing </table>-tag
2001-08-26 16:30:00 +00:00
Robert Gaggl
cc5b6959d9
added new properties "parent" and "thumbnail"
2001-08-15 09:21:45 +00:00
Robert Gaggl
06991b523c
using new isDeleteAllowed()-function
2001-08-15 09:21:11 +00:00
Robert Gaggl
e798c90ac2
rewrote some macros due to thumbnail-feature
2001-08-15 09:13:27 +00:00
Robert Gaggl
288cb7430a
more verbose image-upload-form
2001-08-15 09:09:58 +00:00
Robert Gaggl
2eb3ef2f1a
added createThumbnail()-function, other minor changes
2001-08-15 09:07:06 +00:00
Robert Gaggl
b31b93ec9b
changed appearence of image in pool-list
2001-08-15 09:05:37 +00:00
Robert Gaggl
53a08d903a
added isDeleteAllowed()-function
2001-08-15 09:02:23 +00:00
Robert Gaggl
7eece05cec
removed a bug in editlink/deletelink-macros when using images instead of text-links
2001-07-21 21:58:54 +00:00
Michael Platzer
4f9fba5297
basically implemented the chronological history list and did some additional minor changes
...
weblog/objectFunctions.js -> modifytime is set to current Date at creation time
story/objectFunctions.js -> modifytime is set to current Date at creation time
comment/objectFunctions.js -> modifytime is set to current Date at creation time; isonline is set to 1 at creation time; added function isOnline()
weblog/type.properties -> two additional subnode-containers: allstories, allcomments
weblog/macros.js -> implemented history_macro which renders List of recently modified Objects
story/historyview.skin -> will be rendered by the weblog-history macro
comment/historyview.skin -> will be rendered by the weblog-history macro
weblog/main.skin -> included history.skin
story/main.skin -> included history.skin
weblog/style.skin -> included "history", "historyStory" and"historyComment" classes
weblog/history.skin -> newly created
story/macors.js -> title_macro can be rendered as a link; comments_macro renders an invisible anchor-tag before each comment
comment/macors.js -> title_macro can be rendered as a link; replies_macro renders an invisible anchor-tag before each comment
eliminated renderPrefix() and renderSuffix()
documentation.htm -> updated
2001-07-18 15:58:18 +00:00
Robert Gaggl
8f8ecd5af0
slight changes because of new user-structure
2001-07-01 19:44:33 +00:00
Robert Gaggl
b85a4d393a
changed security-functions
2001-06-28 18:09:37 +00:00
Robert Gaggl
05c35c1d5f
no message
2001-06-28 18:09:09 +00:00
Robert Gaggl
a1e026573b
image-upload now checks mimetype instead of extension
2001-06-28 17:58:32 +00:00
Robert Gaggl
a28fc411f3
changed image-macro
2001-06-28 17:57:51 +00:00
Robert Gaggl
bbfcb3d4f4
Initial revision
2001-06-18 08:57:33 +00:00