29e83c3880
first step of complete rewrite of how html macros are rendered
2002-05-17 19:59:45 +00:00
Robert Gaggl
a41cbd2e8c
removed getActionName() which got replaced with built-in req.action
2002-05-16 12:28:15 +00:00
Robert Gaggl
ce3db1fc83
- removed "main" from href()
...
- root.allWeblogs-collection was renamed to root.public
2002-05-15 23:00:34 +00:00
59693d92c8
adapted sql query in logAccess() for using antville with hsqldb connection
2002-05-13 18:18:43 +00:00
1ae0e4a689
replace writeln() with app.__app__.logEvent() in function logAccess()
2002-05-02 11:38:18 +00:00
3c8c4ddf07
modified query in pingUpdatedWeblogs() to track weblogs that haven't been pinged, yet (LASTPING is null)
2002-04-30 14:31:26 +00:00
e9a9fa12b1
removed generic log message in pingUpdatedWeblogs()
2002-04-29 14:35:56 +00:00
c74b1ebd27
id has to be a string when directly retrieved from db in function pingUpdatedWeblogs()
2002-04-29 14:17:58 +00:00
a9266aebeb
debugging
2002-04-29 14:13:11 +00:00
2dad3eebbd
added some more logging
2002-04-29 14:08:36 +00:00
4b85634083
added some logging using app.__app__.logEvent()
2002-04-29 13:48:48 +00:00
25dc87b0f6
added call for pingUpdatedWeblogs() to scheduler()
2002-04-29 13:01:20 +00:00
4e0d3ac1f9
fixed bug in pingUpdatedWeblogs(), "select" statement needs executeRetrieval() instead of executeCommand()
2002-04-29 11:41:39 +00:00
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