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
c0fa0286e9
moved convertHtmlImageToLink() function to weblog.rssConvertHtmlImageToLink()
...
added getProperty("hostname") as a quick hack to create a correct url to images in rss feeds
2002-02-05 11:13:45 +00:00
43b98bf98a
moved convertHtmlImageToLink() function to weblog.rssConvertHtmlImageToLink()
2002-02-05 11:12:38 +00:00
a9930413b9
fiddling with the rss button...
2002-02-04 18:54:29 +00:00
e9f9e8198d
fiddling with the rss button...
2002-02-04 18:53:34 +00:00
53440a1c08
added xmlbutton_macro()
2002-02-04 18:49:06 +00:00
f9264955c4
using extra macro instead of generic image macro for xmlbutton
2002-02-04 18:48:24 +00:00
900453360d
fiddling with the rss button...
2002-02-04 18:41:41 +00:00
abd2c87e20
fiddling with the rss button...
2002-02-04 18:40:25 +00:00
d1f7b99890
fiddling with the rss button...
2002-02-04 18:39:36 +00:00
95bd96be87
added xmlbutton
2002-02-04 15:58:46 +00:00
21b0f47c33
removed resources
2002-02-04 15:52:11 +00:00
09c030976d
removed quotes
2002-02-04 15:11:15 +00:00
f6a365f7d7
added textinput tag
2002-02-04 15:08:26 +00:00
063f9350d3
initial check-in
2002-02-04 15:01:05 +00:00
0e8ce08c45
added logAccess()
2002-02-04 09:34:00 +00:00
4cdfbdc834
display links to weblogs with no titles as "[untitled weblog]"
2002-02-02 15:51:28 +00:00
007b8adc6a
changed some default styles
2002-02-02 14:53:10 +00:00
93b8170482
changed some default colors
2002-02-02 14:50:59 +00:00
a6003cd07d
changed some default colors
2002-02-02 14:47:06 +00:00
4f07a0af18
arranged layout with new header gif
2002-02-02 14:46:50 +00:00
Hannes Wallnöfer
8b017274fd
� Implemented prev/next links. Search results are displayed i
...
in groups of 10.
� Search for all words in the query.
Finding the whole site is not implemented yet. I found out
this doesn't work with the current node/subnodeRelation
approach, since we need a join to only get results from
weblogs that are public. We'll have to postpone that for a
later version...
2002-02-02 13:48:03 +00:00
Hannes Wallnöfer
46c518a668
previous/next links now use the names of days instead of
...
index numbers as parameters.
2002-02-02 13:41:54 +00:00
Hannes Wallnöfer
e2b9c8e577
The previous/next links on the front page now use the name
...
of the days instead of index numbers as query parameters.
This is to make one URL point to the same day, even if a new
day is added or a day is removed. I know this type of navigation
is not meant for people to link to stories, but I think it will
happen sometimes.
2002-02-02 13:41:06 +00:00
Hannes Wallnöfer
a6ebb72066
added link to search.
...
link to topics now points to /topics instead of /space.
2002-02-02 13:38:20 +00:00
Hannes Wallnöfer
a94cc5e79c
virtual node for topcis is is now called topics instead of space.
2002-02-02 13:37:03 +00:00