Commit graph

740 commits

Author SHA1 Message Date
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
3a096efdf4 moved .bar class from poll/results.skin to .pollResultsBar class in weblog/style.skin 2002-02-01 16:40:59 +00:00
7c79a9121a removed a comment 2002-02-01 16:39:02 +00:00
Robert Gaggl
ba0aeb613c exchanged prevpage/nexpage-linktexts 2002-01-31 18:25:09 +00:00
3ba303896d added link to polls 2002-01-31 16:36:48 +00:00
a3d64c2adf added <span class="small"> 2002-01-30 16:32:06 +00:00
fbb2ad8f92 changed date output to a more reasonable, non-us format 2002-01-30 16:15:58 +00:00
cc08c24af0 added sp.text for rendering prev/next page links 2002-01-30 16:15:21 +00:00
Hannes Wallnöfer
253d8a8d73 Aehem... actually restrict search to current weblog. 2002-01-27 12:09:02 +00:00
Hannes Wallnöfer
2672a41e7c Added initial primitive search functionality to weblogs.
Point browser to <weblog-url>/search to check it out.
2002-01-26 18:01:56 +00:00
df3cc8e883 added mountpoint for polls 2002-01-25 17:58:52 +00:00
Robert Gaggl
95ce2527fb deleted 2002-01-22 20:30:32 +00:00
Robert Gaggl
3a883adf3c removed property usersignup 2002-01-22 20:27:53 +00:00
Robert Gaggl
853a53ed57 removed unnecessary check for user.cache.referer 2002-01-22 20:27:32 +00:00