Commit graph

740 commits

Author SHA1 Message Date
Robert Gaggl
0a5d5d269f - changed "this." to "weblog." 2001-12-10 23:40:34 +00:00
Robert Gaggl
e26463c596 - macros dealing with display of time now have two simple format options ("short" and "long") 2001-12-10 23:39:33 +00:00
1ca61a1c5c removed lastPing until functionality is implemented 2001-12-10 18:50:55 +00:00
17b7eb5365 added comments to listMostRead_macro() 2001-12-10 17:40:54 +00:00
0ac3ba4914 added limit for output of mostread stories in function listMostRead_macro() 2001-12-10 17:38:35 +00:00
21351255c8 added lastPing, reads 2001-12-10 17:36:40 +00:00
3bf5e12161 initial check-in 2001-12-10 17:03:16 +00:00
8f68958e12 added listMostRead_macro() for listing most read stories 2001-12-10 17:02:29 +00:00
Hannes Wallnöfer
37d3b8efef added virtual space node as mountpoint for topicmgr. 2001-12-04 13:26:27 +00:00
Hannes Wallnöfer
b113a8dc13 padded calender day date with spaces left and right to
make it a bit easier to click. (For example, the first day of the
month will be rendered as " 1 " instead of just "1".)
2001-12-04 13:25:23 +00:00
Hannes Wallnöfer
e89b0c6387 Added link to topic space in all navigation bars. 2001-12-04 13:23:32 +00:00
Hannes Wallnöfer
588bccc24c directly included style and javascript skins (via skin macro).
IMO this is cleaner than going through res.head, because:
 1) we don't have to set res.head to style and javascript skins
   in each .hac file
 2) people editing skins actually knows what's going on -
   <% response.head %> made it hard to guess what was
   actually being inserted.

Robert, if you agree that this is better we can drop the
res.head assignments from all the hac files.
2001-12-02 15:10:48 +00:00
Robert Gaggl
e897e84476 removing allstories-collection was a mistake 2001-11-23 23:25:10 +00:00
Robert Gaggl
0164945894 bugfix 2001-11-23 20:40:13 +00:00
Robert Gaggl
d5bfd1a5a7 added collection allStories again 2001-11-23 20:39:55 +00:00
Robert Gaggl
baca436b11 removed allStories-collection, added storymanager 2001-11-18 13:35:26 +00:00
Robert Gaggl
b03ddab380 minor change because allStories-collection was removed 2001-11-18 13:35:07 +00:00
Robert Gaggl
11bb19c4af changes necessary because of new storymanager 2001-11-18 13:33:44 +00:00
Robert Gaggl
28f712c58e removed some checks 2001-11-18 13:31:09 +00:00
Robert Gaggl
cad7d00de1 minor change 2001-11-18 13:30:09 +00:00
Robert Gaggl
e5011e3846 moved functions to storymanager 2001-11-18 13:29:44 +00:00
Robert Gaggl
01de2c60a2 initial check-in 2001-11-18 13:28:00 +00:00
Robert Gaggl
d93580b417 removed create-story-link, added link to storymanager 2001-11-18 13:27:16 +00:00
9bba46e922 initial check-in (moved to /global) 2001-11-06 08:49:49 +00:00
3d9091a80e using global rss skins now (removed "this.") 2001-11-06 08:48:06 +00:00
Robert Gaggl
e7a205d1d1 initial check-in 2001-11-03 09:32:19 +00:00
Robert Gaggl
b749c1b38b added mountpoint for goodiemgr 2001-11-03 09:32:07 +00:00
Robert Gaggl
5c1aedc21b added antville and helma-logo 2001-11-03 09:31:52 +00:00
Robert Gaggl
97e06c29bc admins are allowed to edit story 2001-11-03 09:31:16 +00:00
Robert Gaggl
15d598034e added some structure to preferences 2001-11-03 09:30:31 +00:00
Robert Gaggl
6e0e56d1b2 added link to goodiepool 2001-11-03 09:30:08 +00:00
afa4ef5b36 added a missing "this." to renderAsString() function 2001-10-30 15:59:06 +00:00
31b4cc45b1 commented out textinput and image tags 2001-10-30 14:37:26 +00:00
7b51e9ef2b initial check-in 2001-10-30 14:24:09 +00:00
11f54538ec changed this.description to this.tagline; removed base variable. 2001-10-30 13:53:09 +00:00
d9aff44cb8 changed this.tagline to this.description 2001-10-30 13:49:53 +00:00
691a23a95f added macro rendering and <img> tag to <a> tag transformation 2001-10-30 13:00:20 +00:00
66654ea0f9 moved from /story (was a mistake to move it there) 2001-10-29 18:39:46 +00:00
1a7d755023 moved to /story 2001-10-29 18:37:40 +00:00
ca626680ef added a general upper limit of max=20 items per channel. 2001-10-22 18:35:44 +00:00
41f00ed7ea decreased max by 1 again (somebody is playing tricks on me!) 2001-10-22 18:30:45 +00:00
c457add1e7 used encodeXml more extensively 2001-10-22 15:04:23 +00:00
adb2e94a86 removed CDATA tags (obsolete when using encodeXml) 2001-10-22 15:04:04 +00:00
5e1acec72d removed in favour of rss092*.* files 2001-10-22 14:41:41 +00:00
e52c61d795 parsing req.data.max as integer 2001-10-22 14:26:16 +00:00
b203215d3a adjusted max value (increased by 1 when defined in query) 2001-10-22 14:20:28 +00:00
1faf67f1c0 adjusted base url for antville.org (= empty string) 2001-10-22 12:08:24 +00:00
4c95fa2fdc initial check-in (copy of rssImage.skin providing more usable naming convention) 2001-10-22 12:05:17 +00:00
69db96cd27 adjusted skin names to new convention (rss092Channel, rss092Item) 2001-10-22 12:04:56 +00:00
681ca9a7c1 initial check-in (copy of rssItem.skin providing more usable naming convention) 2001-10-22 12:03:17 +00:00