Robert Gaggl
eadb6a14ff
now using commentlink-macro instead of standard link (the commentlink disappears if discussions are disabled for a story)
2002-07-19 08:52:19 +00:00
Robert Gaggl
ba7ab29e93
added property discussions (mapped to TEXT_HASDISCUSSIONS)
2002-07-19 08:51:26 +00:00
Robert Gaggl
c59f3bf501
isPostDenied() now checks if comments are disabled for a story
2002-07-19 08:51:00 +00:00
Robert Gaggl
d74c8d40fd
added checkbox for enabling/disabling forum beneath the story (default value depends on what is defined in site-preferences)
2002-07-19 08:50:23 +00:00
Robert Gaggl
2f111390b5
now using commentlink instead of standard link-macro (the commentlink disappears if comments are disabled for a story)
2002-07-19 08:49:22 +00:00
Robert Gaggl
e9d8297de7
- reinvoked commentlink_macro(): it's only rendering a link if comments are enabled for this story
...
- changed commentcounter_macro() and comments_macro() too: they also check if discussions are enabled for a story
2002-07-19 08:48:22 +00:00
Robert Gaggl
dcc4bf04b0
changed history_macro(): comments on a story are not shown if the story goes offline or if the creator of the story disables comments afterwards
2002-07-19 08:45:23 +00:00
Robert Gaggl
fad7631307
input_macro() is now a global macro
2002-07-19 08:44:09 +00:00
Robert Gaggl
d2f4fcdb3b
moved input_macro() to global (but left the input_macro() here for backwards-compatibility, calling the global macro)
2002-07-19 08:43:26 +00:00
Robert Gaggl
d5823a468a
- input_macro() moved from hopobject to global (and echoes request data by default)
...
- added missing name-attribute for buttons
2002-07-19 08:42:32 +00:00
Hannes Wallnöfer
0b2da64e2a
Add an input field for optional URL from which to fetch image.
...
Also, echo request data instead of image object data in input forms
where possible so that users don't have to retype everything just because
something is missing.
2002-07-18 12:49:55 +00:00
Hannes Wallnöfer
4f5289b7d0
Load image file from URL if no file was uploaded.
2002-07-18 12:48:19 +00:00
Hannes Wallnöfer
3e81880198
catch case where param.rawimage is not defined in evalImg
2002-07-18 12:16:21 +00:00
Hannes Wallnöfer
f3934a22df
added <p> tag around "add new image" link
2002-07-18 12:15:07 +00:00
Hannes Wallnöfer
6aa4e844ba
fixed imgUrl and fileUrl properties so that they match ImgPath and filePath
...
properties in default setup with embedded web server.
2002-07-16 15:23:07 +00:00
2e13dcbe97
arranged layout by removing linebreak which avoids unwanted <br /> tag between question and choices if poll is displayed in a story via poll macro.
2002-07-16 08:30:53 +00:00
Hannes Wallnöfer
4f11bd05f2
Replaced "more topics" and "previous topics" with "next page" and "previous page".
2002-07-15 16:19:15 +00:00
Robert Gaggl
819624d1a2
changed getRenderedContentPart() so that format() is done at the end before returning the string. this should reenable the wiki-functionality (before a wiki-style tag was encoded and therefore not found by doWikiStuff-function) and solve the problem that a macro-tag like <%story (mind the missing space between % and "story") would be encoded too (see http://helma.org/bugs/show_bug.cgi?id=98 )
2002-07-14 15:10:56 +00:00
Hannes Wallnöfer
c8c6620025
Added height=1px to separator style def. For some reason Mozilla needs this.
2002-07-12 16:32:43 +00:00
Hannes Wallnöfer
1580400fbc
Use new story.getContentPart() function instead of story.title and story.text properties.
2002-07-12 16:13:36 +00:00
f3f623901f
modified setting of res.data.title according to new story extension capabilities
2002-07-12 12:39:49 +00:00
Hannes Wallnöfer
5a96582c5e
fixed getLasterror() to getLastError() in listReferrers_macro
2002-07-11 17:24:59 +00:00
977a56b289
renamed app property "description" to "_description" to indicate internal status
2002-07-11 15:31:57 +00:00
a8c08da165
fixed a bug that prevented a macro like <% story.content part="title" as="editor" height="15" %> from outputting the right height of the textarea.
2002-07-10 12:20:22 +00:00
Hannes Wallnöfer
a42faa8419
Fixed formatting/indentation.
...
Do toLowerCase() when checking if referrer comes from the
local weblog.
2002-07-08 14:01:13 +00:00
Hannes Wallnöfer
40a4f5e9f0
set site.lastupdate to story.modifytime instead of story.createtime when
...
creating stories, since the latter may be a future date.
2002-07-08 12:26:55 +00:00
1078c1b9a2
removed link to non-existing "signup" skin
2002-07-05 14:01:56 +00:00
Hannes Wallnöfer
1178df0c25
commented out baseURI by default
2002-07-02 15:13:17 +00:00
Hannes Wallnöfer
c8df8ac3de
merged xml_content branch.
2002-07-01 16:36:27 +00:00
Robert Gaggl
9405171536
changed now_macro() because prototype weblog is now called site
2002-06-26 18:31:10 +00:00
Robert Gaggl
4ba13b370a
replaced "goodie" with "file"
2002-06-26 17:44:31 +00:00
Robert Gaggl
ea50f21c96
- changed property goodiePath to filePath
...
- most of the properties are now stored as properties of root
2002-06-26 17:32:15 +00:00
Robert Gaggl
c882d3d7e6
changed because the prototype weblog was renamed to site
2002-06-26 17:29:39 +00:00
Robert Gaggl
ec576ebc31
initial check-in
2002-06-26 17:29:29 +00:00
Robert Gaggl
6770403ff6
replaced hardcoded "Antville" in page-title with call of root.getSysTitle()
2002-06-26 17:29:15 +00:00
Robert Gaggl
9ad538f014
- function deleteMember was renamed to deleteMembership
...
- removed hardcoded "Antville" in page-title
2002-06-26 17:28:34 +00:00
Robert Gaggl
9378e2e39b
author_macro() was renamed to creator_macro()
2002-06-26 17:27:53 +00:00
Robert Gaggl
0718de3097
changed because
...
- the prototype weblog was renamed to site
- the collection "goodies" was renamed to "files"
2002-06-26 17:27:13 +00:00
Robert Gaggl
7dcbc73824
collection "goodies" was renamed to "files"
2002-06-26 17:26:31 +00:00
Robert Gaggl
3974f98fd1
changed attribute from "goodies" to "files"
2002-06-26 17:25:48 +00:00
Robert Gaggl
1f73b422a4
changed attribute from "goodie" to "file"
2002-06-26 17:25:28 +00:00
Robert Gaggl
09e5735b5b
changed content of dropdown because "weblog" is now called "site"
2002-06-26 17:24:52 +00:00
Robert Gaggl
3ceb887767
webloglist_macro() was renamed to sitelist_macro()
2002-06-26 17:24:23 +00:00
Robert Gaggl
e090821edd
weblogtitle_macro() was renamed to sitetitle_macro()
2002-06-26 17:23:57 +00:00
Robert Gaggl
d2e88ead64
function addMember was renamed to addMembership
2002-06-26 17:23:42 +00:00
Robert Gaggl
cca6d2f35d
renamed to sitesearchform.skin
2002-06-26 17:23:00 +00:00
Robert Gaggl
f746f1c6d3
renamed to sites.hac
2002-06-26 17:22:50 +00:00
Robert Gaggl
45a7fc0b8b
renamed weblogsearchform.skin to sitesearchform.skin
2002-06-26 17:22:06 +00:00
Robert Gaggl
966b909c48
2002-06-26 17:21:45 +00:00
Robert Gaggl
3f3301c1b5
- replaced hardcoded messages with getMsg()
...
- changed comments
2002-06-26 17:21:02 +00:00