Commit graph

383 commits

Author SHA1 Message Date
7d4b04498b rewrote pingUpdatedWeblogs() to use direct db access 2002-04-29 11:01:23 +00:00
Robert Gaggl
1c63fa519d modified logAccess(): local referrers (from the same welog) are not logged, as non-http-referrers are.
removed url, action and path-assignments, enabled logging referrers at antville-frontpage
2002-04-26 13:05:10 +00:00
a13b9048c3 fixed an accidentally removed return in logAccess() -- darn! 2002-04-25 17:10:48 +00:00
b757c6e428 stop recording "-" referrers in logAccess() 2002-04-25 16:58:43 +00:00
Robert Gaggl
649dcc67d6 extended check for referrer from antville main page 2002-04-25 16:47:19 +00:00
9b770d3ae6 added check if referrer comes from the local weblog or from the antville front page 2002-04-25 13:43:45 +00:00
Hannes Wallnöfer
991c3b01f0 Removed writeln() of referrer stats SQL insert statement.
writeln()s take a lot of CPU and tend to generate huge files...
2002-04-25 10:54:29 +00:00
84e429707a logAccess() now also records the id of a story 2002-04-24 12:50:26 +00:00
Hannes Wallnöfer
b47a1ccb27 Rewrote the global link macro to be totally independent from the
hopobject link macro. Basically the same functionality that was
previously called in the hopobject.link_macro is now inlined, except
that there is no relative link URL evaluation.

With this, the global link macro should work as advertised. Note that
there is still a conflict between macro semantics of hopobject.link_macro
and day/topic.link_macro, which should be fixed eventually!
2002-04-16 12:43:11 +00:00
Hannes Wallnöfer
10e58aa57c added global parseTimestamp() function to parse an input
string as date.
2002-04-08 11:53:31 +00:00
Robert Gaggl
8ce8106a04 now using helma's build in md5Encoder 2002-03-27 12:36:41 +00:00
Robert Gaggl
87d01828f4 removed, now using helma's build in md5Encoder 2002-03-27 12:35:57 +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
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
06650e21ae added dc:date tags to items 2002-03-08 14:54:27 +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
Hannes Wallnöfer
fc9dd2fea3 No need to release database connection in logAccess() function
because it is managed by Helma and will be released as soon
as it's been idle for a while.
2002-02-26 15:46:33 +00:00
Robert Gaggl
b1e0f95f6b added backslash to the list of invalid URL-characters 2002-02-14 10:32:30 +00:00
Robert Gaggl
72cd38a3a3 added umlaute to the list of invalid URL-characters 2002-02-14 10:29:02 +00:00
Robert Gaggl
1c52016832 exchanged user.cache.referer with user.cache.referrer (correct spelling) 2002-02-11 10:02:18 +00:00
Robert Gaggl
f26ea7fbd4 - renamed variable in isClean()-function
- added new function isCleanForURL()
2002-02-10 16:35:54 +00:00
0be0411d8b setting some general limitations in webloglist_macro() 2002-02-06 17:03:46 +00:00
a45c6088fb moved root/webloglist_macro() to global/webloglist_macro() for ease of use; 2002-02-06 16:43:25 +00:00
Robert Gaggl
d7d4b9f512 bugfix 2002-02-06 15:27:44 +00:00
43b98bf98a moved convertHtmlImageToLink() function to weblog.rssConvertHtmlImageToLink() 2002-02-05 11:12:38 +00:00
1380447bd5 changed behaviour if voting is denied in poll_macro 2002-02-04 18:02:08 +00:00
0e72465205 added slash notation to refer to polls from other weblogs in poll_macro 2002-02-04 17:50:30 +00:00
b5e035f1e9 added poll_macro() 2002-02-04 17:16:56 +00:00
75a443f96d removed item resources 2002-02-04 15:45:40 +00:00
52f625c121 removed resource for textinput 2002-02-04 15:24:18 +00:00
f6a365f7d7 added textinput tag 2002-02-04 15:08:26 +00:00
8d95a9a3a3 added space before breadcrumb separator 2002-02-02 18:19:19 +00:00
Hannes Wallnöfer
33b92358fb use <* *> as wiki link delimiter instead of just * *, which is
just too common in web postings.
2002-02-02 13:30:21 +00:00
Robert Gaggl
f5ee2a3b16 removed functions 2002-01-30 16:53:07 +00:00
9dfbfcf8cb added param.text for rendering prev/next page links 2002-01-30 16:17:37 +00:00
Robert Gaggl
b1eb987e35 added "firstoption"-argument to simpleDropDown() 2002-01-22 20:15:11 +00:00
Robert Gaggl
9fbb64bb04 added function checkIfLoggedIn() 2002-01-22 20:11:14 +00:00
Robert Gaggl
f685725ae7 removed getUserLvl() 2002-01-22 19:09:49 +00:00
Robert Gaggl
180259bf13 initial check-in 2002-01-22 18:54:09 +00:00
9cd8493b1d added some more words to comments. 2002-01-07 14:38:48 +00:00
Robert Gaggl
aae4bad0f9 fixed a bug in renderTextpreview(), some other minor changes 2002-01-05 02:46:11 +00:00
Robert Gaggl
beb73d2d3b included prefix and suffix 2002-01-05 02:32:09 +00:00
Robert Gaggl
08aedc9aad initial check-in 2002-01-05 02:26:08 +00:00
9e866b1e6f added logAccess() function 2001-12-19 16:22:34 +00:00
07a532de1c increased return value of the scheduler (was relict of experimental blogimport) 2001-12-11 15:46:37 +00:00
Robert Gaggl
65c09fa49c - trying to format a date now does not throw an ugly error 2001-12-10 22:49:29 +00:00
Robert Gaggl
cef56fef7e - call of doWikiStuff() is now done in getText()-functions
- new function getDefaultDateFormats()
- setLayout() now sets res.page to page.skin only
- added comments
2001-12-10 22:48:59 +00:00