Commit graph

378 commits

Author SHA1 Message Date
b8fb0aa7b2 enabled redirect to weblog's main page 2002-04-29 10:37:49 +00:00
fa2aff46ae renamed ping_action() to ping(), moved some parts to ping.hac 2002-04-29 10:35:58 +00:00
b3f35c2681 initial check-in 2002-04-29 10:35:23 +00:00
ec70093315 result properties of xml-rpc ping to weblogs.com are called flerror and message (sometimes it's good to look in the specs :) 2002-04-29 10:24:22 +00:00
989cbe1bb2 added some messaging to ping_action() 2002-04-29 10:03:47 +00:00
71a5297c6d added ping_action() (which will become ping() later, this is just for testing purposes) 2002-04-29 09:51:35 +00:00
Robert Gaggl
d8bf14ca40 added option for selecting weblogs.com-ping 2002-04-26 08:19:40 +00:00
Robert Gaggl
0859126bb4 added enableping_macro() (renders a checkbox for selecting weblog.com-ping or cleartext according to value) 2002-04-26 08:19:19 +00:00
Robert Gaggl
d11e837772 store property enableping 2002-04-26 08:17:28 +00:00
Robert Gaggl
098e1847c0 added two new properties "lastping" and "enableping" (will be used for weblogs.com-ping)
renamed "groupby" to "group" (you need snapshot 20020425 for this to work!)
2002-04-26 08:15:01 +00:00
1a09ffe090 removed "like" clause checking for referrer from same weblog 2002-04-25 16:54:44 +00:00
24eb29d7c1 removed debug output writeln(query) in listReferrers_macro 2002-04-25 12:15:14 +00:00
Hannes Wallnöfer
469a8a448b release rowset after querying referrers. (this is different from releasing
the connection, which is managed by Helma.)
2002-04-25 10:44:56 +00:00
18a0c4a657 removed leading % (wildcard) from query in listReferrers_macro 2002-04-24 12:28:11 +00:00
Hannes Wallnöfer
61570c4c05 - Do not display stories on the weblog home page that are in the future
(i.e. have been posted to future days). We only show when they're
explicitly accessed via calendar. Also, don't display a "newer stories"
link on the home page if there are stories with future days/dates on the
weblog.

- Only pad dates in calender with non-breaking spaces for single digit
days. The idea is that single digit days are easy to click while the whole
calendar widget remains what it would be without padding.
2002-04-22 20:36:45 +00:00
f0ce67c9fc removed param as function argument 2002-04-17 08:34:54 +00:00
Robert Gaggl
d1f0bd2dfd fixed a bug where the frontpage of a weblog would be empty if "number of days on frontpage" is set to 1 and the only story of the newest day is set to "online just in topic"
there's still a problem with previous/next-navigation, but this will be solved with restructuring of story-handling
2002-04-14 11:34:56 +00:00
37872751fc changed hard-coded color for poll bars to macro weblog.linkcolor 2002-04-12 13:19:21 +00:00
6e1057cff3 removed commented call for checkdate as well as the checkdate() function according to robert's suggestion. 2002-03-29 14:59:34 +00:00
29c581c997 removed experimental code that accidentally got into cvs 2002-03-29 14:31:12 +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
3a6e80c7fb initial check-in 2002-03-27 11:27:04 +00:00
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
689ce4081c switched to version 1.2, added new properties trusted, lastoffline, lastblockwarn, lastdelwarn 2002-03-27 11:01:36 +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
f20aacda0c added "order by REFERRER asc" for db query in function listReferrers_macro() 2002-03-21 17:54:28 +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
b815778707 Moved response.message macro from top right corner of the page
to the top of the page content area. The two main reasons for this are:

   � It was very easy to overlook the message in the right upper corner.
   � Weblgos with longer titles had the title strangely wrapped in the
      header table.

This also requires an update of the webloghead.gif image (found in images.zip
in the application's CVS root dir) to look good.
2002-03-04 19:59:51 +00:00
Hannes Wallnöfer
a27269b811 terminated <i> tag in search result output. 2002-02-25 16:38:23 +00:00
Robert Gaggl
e8b88dcc87 displaying contributor-navigation if weblog.usercontrib is true (regardless if user is a member or not) 2002-02-16 22:11:27 +00:00
Robert Gaggl
1c52016832 exchanged user.cache.referer with user.cache.referrer (correct spelling) 2002-02-11 10:02:18 +00:00
f31e5499be added striptags in title_macro() 2002-02-07 16:25:13 +00:00
6a9db03b5d changed way how readcounter works (cached value will be written to database everytime the results are displayed) 2002-02-07 16:22:15 +00:00
1716d91374 moved convertHtmlImageToLink() function to weblog.rssConvertHtmlImageToLink() 2002-02-07 15:49:44 +00:00
d78c9b8865 moved convertHtmlImageToLink() function to weblog.rssConvertHtmlImageToLink() 2002-02-07 15:46:23 +00:00
Robert Gaggl
193abd9a93 html-tags are stripped for weblog-title 2002-02-06 18:06:57 +00:00
Robert Gaggl
40e37188c4 html-tags are removed if weblog-title should appear as link 2002-02-06 07:33:34 +00:00
8953e47063 removed getProperty("hostname") again 2002-02-05 11:25:11 +00:00