Commit graph

1563 commits

Author SHA1 Message Date
Robert Gaggl
d3b1047e16 sysadmins are allowed to enter private weblog, added functions isDeleteDenied() and isBlocked() 2002-03-27 11:26:14 +00:00
Robert Gaggl
6133195099 online-status is not shown anymore, since there are only public weblogs appearing in the list 2002-03-27 11:25:18 +00:00
Robert Gaggl
bed8fde9e5 lastoffline is set if weblog is switched offline, added functions deleteAll() and isTrusted() 2002-03-27 11:24:36 +00:00
Robert Gaggl
3ddbe17f57 pass user-object to isNotPublic() 2002-03-27 11:23:37 +00:00
Robert Gaggl
d13f14e03f removed onlinestatus_macro(), tagline_macro() now strips any html-tags 2002-03-27 11:22:35 +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
459a41cfc7 fixed security-bug (topiclist was public even if weblog was not) 2002-03-27 11:20:17 +00:00
Robert Gaggl
8e73def616 sysadmins are allowed to post in any case (even if weblog is private and they're not member) 2002-03-27 11:19:38 +00:00
Robert Gaggl
379c6f6dd1 added function deleteAll() 2002-03-27 11:18:36 +00:00
Robert Gaggl
f3460dabbe - lastoffline is set when weblog is created
- weblog inherits trust-status from user
- added function deleteWeblog()
2002-03-27 11:16:20 +00:00
Robert Gaggl
3cdc867bb6 initial check-in 2002-03-27 11:14:54 +00:00
Robert Gaggl
9a7ceb79c2 changed mailbody (url was not correct) 2002-03-27 11:13:21 +00:00
Robert Gaggl
0ce4371da4 changed number of images in list to 20 2002-03-27 11:12:15 +00:00
Robert Gaggl
599a62851d corrected typo 2002-03-27 11:11:05 +00:00
Robert Gaggl
fd49a3a8a0 initial check-in, contains onRequest() which
- sets the skinpath
- checks if weblog is blocked
- checks if user is blocked
2002-03-27 11:10:42 +00:00
Robert Gaggl
eaa1e38986 code-cleanup 2002-03-27 11:09:13 +00:00
Robert Gaggl
9999dfaf79 removed senseless onRequest()-function, added scheduler trying to call autoCleanup() 2002-03-27 11:08:30 +00:00
Robert Gaggl
38906f7784 changed webloglist-macro: blocked or private weblogs don't appear in list 2002-03-27 11:07:29 +00:00
Robert Gaggl
8200b912ae initial check-in 2002-03-27 11:06:11 +00:00
Robert Gaggl
689ce4081c switched to version 1.2, added new properties trusted, lastoffline, lastblockwarn, lastdelwarn 2002-03-27 11:01:36 +00:00
Robert Gaggl
269a461d03 switched to version 1.2 2002-03-27 10:57:17 +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
2a26303912 switched to version 1.2, added mountpoint sysmgr 2002-03-27 10:54:07 +00:00
6ec0f48108 fixed bug that prevented feed from showing more than one item 2002-03-25 12:21:54 +00:00
621e7b97b3 added support for "empty" weblogs (ie. newly created weblogs which are public and do not contain any story, yet) 2002-03-25 12:13:35 +00:00
3792b914bf using createtime for offline weblogs 2002-03-25 10:31:47 +00:00
d5939b2532 added better support for offline weblogs (item resources, too!) 2002-03-25 10:30:04 +00:00
1805856c9f added better support for offline weblogs (e.g. dropped textinput, antville as creator etc.) 2002-03-25 10:23:43 +00:00
3c5f6c05d8 dropped date formatting with SimpleDateFormat() -- somehow got into the code again... 2002-03-25 10:11:34 +00:00
08765f3e3e added "about" attribute 2002-03-24 19:17:49 +00:00
20996cf642 added resources again 2002-03-24 19:17:27 +00:00
958dfe8f80 corrected "about" attribute to "rdf:about to "rdf:about" 2002-03-24 19:16:16 +00:00
cc18e40a9d added item resources again 2002-03-24 19:15:17 +00:00
54a5f72697 added s.text retrieved from the request object 2002-03-23 18:23:43 +00:00
f20aacda0c added "order by REFERRER asc" for db query in function listReferrers_macro() 2002-03-21 17:54:28 +00:00
Hannes Wallnöfer
a13c9c86e1 added editor link for image/main.skin contributed by kris. 2002-03-20 18:32:10 +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
d30afe1df1 display url of user instead of email-address in searchresult 2002-03-11 09:04:36 +00:00
2ba3667eec changed modifytime to lastupdate (must have missed the progression) 2002-03-08 16:31:06 +00:00
3a71e81a1a removed java simple date format class (hoboken knows why i used it once) 2002-03-08 15:30:48 +00:00
d1f1788719 added output of dc:date for items, as well as a date stamp in the desription 2002-03-08 14:55:40 +00:00
06650e21ae added dc:date tags to items 2002-03-08 14:54:27 +00:00
Hannes Wallnöfer
11ce9796a0 Adapted bloggerapi to new parameters in storymgr/evalNewStory()
and improved error handling.
2002-03-07 15:53:58 +00:00
46e86a5dc4 dropped namespace declaration for xmlns:ti 2002-03-07 13:11:13 +00:00
0f24cdcb26 antville topics now are reflected in <dc:subject> 2002-03-07 13:04:55 +00:00
ca775029af added testing for null before xml encoding some properties 2002-03-05 11:01:23 +00:00
Hannes Wallnöfer
a963a57b18 Gave headbg.gif and dot.gif (the dotted table background images)
a transparent background so they look ok with color page backgrounds.
2002-03-04 20:16:27 +00:00
Hannes Wallnöfer
1ee6e15787 Updated webloghead.gif to go across the whole page width (700 pixel).
This reflects the header table being a single cell, since the response.header macro
moved down to the content area.
2002-03-04 20:07:12 +00:00