2bae74b1a3
changed case of E-mail to e-mail. it simply looks the best, imho.
2003-03-20 17:16:45 +00:00
Hannes Wallnöfer
8d2e78643e
Reworked basic inner story and comment skins.
...
Spacing should be better now.
Skins should be easier to understand and customize.
Used <div> tags wherever possibe instead of <span><br>
Checked for XHTML 1.0 Transitional validity.
2003-03-14 10:59:00 +00:00
8bf0ea15ff
added trailing linebreak to achieve more readable html code
2003-03-11 13:20:10 +00:00
923c997a29
message should only be inside a span tag
2003-03-10 16:50:52 +00:00
978d0d91a3
changed .message class to tell it apart from body text (still looking for a decent color: it should not be the link color as it was before, though)
2003-03-10 16:49:26 +00:00
Hannes Wallnöfer
edc4d1f013
Added href postprocessor function.
2003-03-10 12:12:06 +00:00
Hannes Wallnöfer
307815d7c4
Fixed indentation.
2003-03-10 11:57:53 +00:00
Robert Gaggl
a29e3f06ba
changed explanation of alias to match default behaviour of antville (appended "/alias")
2003-03-09 15:01:58 +00:00
2fd9afc46b
changed case of "Last" in update info
2003-03-07 22:24:08 +00:00
0ca7acf598
added <p> tag around form
2003-03-07 22:03:45 +00:00
524d7a38a3
still fixed html where necessary to achieve maximum xhtml conformance; furthermore i tried to find a more expressive title for every page output (most of them were set to the site title only which does not help a lot when navigating with the browser history); last but not least many editor forms where adapted to gain a concistent general layout.
2003-03-07 19:27:48 +00:00
1ecc716b8b
edited textual contents
2003-03-07 14:04:45 +00:00
50890759ad
validated almost every page (at least apart from the system management stuff) with the w3c validator at http://validator.w3.org and modified the skins where necessary. furthermore i tried to arrange some layouts (files, images, polls) to better and more consistently harmonize with the general antville appearance.
2003-03-05 18:39:37 +00:00
92eefcf924
removed accidental double occurrence of %>
2003-03-04 09:25:03 +00:00
Robert Gaggl
66d160ca5e
- added a space between messages in case result > 10 items
...
- fixed indentation (3 spaces)
2003-03-03 12:16:16 +00:00
Robert Gaggl
610ad07242
changed evalPreferences() to use constant arrays containing short- and longdate format patterns instead of getDefaultDateFormats() (which was removed)
2003-03-03 12:15:15 +00:00
Robert Gaggl
04370b261f
removed url_macro(), it's now a hopobject-macro
2003-03-03 12:13:57 +00:00
Hannes Wallnöfer
fcac349614
Renamed variable container to collection, which is more consistent with
...
Helma terminology.
2003-02-28 12:25:45 +00:00
Hannes Wallnöfer
6714d39262
Added /rss?show=all option to site/rss.hac that allows comments to be
...
included in the rss output. The mod is very simple, it just uses the
allcontent collection instead of allstories to create the output.
2003-02-25 15:05:51 +00:00
Robert Gaggl
218290e0dc
minor layout change
2003-02-23 15:20:39 +00:00
Robert Gaggl
e0e452f3b1
added local anchors for each section
2003-02-23 15:17:54 +00:00
Robert Gaggl
84164384b8
if site doesn't contain any stories display standard welcome text plus additional explanations if current user is the site-owner or system-administrator
2003-02-23 15:16:55 +00:00
Robert Gaggl
e32a47ee77
changed text
2003-02-23 15:11:27 +00:00
Robert Gaggl
00d6f43780
initial check-in
2003-02-23 15:11:06 +00:00
Robert Gaggl
cf95e4df6d
changed renderStorylist(): removed the check if site has already stories (this is done in site/main.hac now)
2003-02-23 15:10:39 +00:00
Robert Gaggl
55ea227ef3
changed online_macro(): added support for optional attributes "yes" and "no" (so users can now define the text that should appear in either case)
2003-02-23 15:07:08 +00:00
Robert Gaggl
a8b62186c2
changes in css for new storyeditor-skin:
...
added new css-classes "fieldset" and "fieldset p", changed formTitle and formText
2003-02-14 13:34:51 +00:00
b458c2cab1
removed shortcuts from antville. support of shortcut is now optional via zip module
2003-02-11 16:54:07 +00:00
f91929bf31
replaced remaining tabs with three spaces
2003-02-11 14:51:12 +00:00
edd1ef1eb6
don't display user e-mail addresses in rss output if user.publishemail is set to false
2003-01-31 16:09:10 +00:00
bc37d92c9e
generate etags depending on site.lastupdate
2003-01-31 15:48:06 +00:00
Robert Gaggl
7e9716c4fa
encode referrer for display (fixes bug 213, http://helma.org/bugs/show_bug.cgi?id=213 )
2003-01-28 17:06:18 +00:00
Robert Gaggl
fe830047f7
changed level-checks because there's now a difference in meaning between level 0 and level null
2003-01-23 21:35:06 +00:00
Robert Gaggl
8f26d191a2
changed history_macro(): comments are not displayed if discussions are disabled either in site-preferences or for the story they belong to
2003-01-23 21:29:32 +00:00
Robert Gaggl
bb140f18f0
removed senseless call of autologin() - this is already done by onRequest()
2003-01-23 19:53:53 +00:00
Hannes Wallnöfer
50892139de
Removed the hardcoded encoding from the XML declaration.
2003-01-23 16:07:30 +00:00
Hannes Wallnöfer
2c31f3cfc2
Use ts{} timestamp format instead of playin date. This is necessary to make
...
the recent referrers macro work with Mckoi database. It also works well with
MySQL.
2003-01-23 11:03:49 +00:00
Robert Gaggl
76b32c6598
added a missing quote in lastupdate-macrotag.
2003-01-10 13:12:00 +00:00
Robert Gaggl
ac9c0c73aa
changed isNotPublic() because subscribers (level == 0) of a private weblog couln't access it, therefor they had to be granted a level >= contributor. Now isNotPublic() behaves in the same way as it did before the need_for_speed-branch.
2003-01-10 13:10:26 +00:00
a4c771c2db
colorpicker scripts are now accessible via a site action to enable virtual hosted weblogs using it
2003-01-07 16:37:49 +00:00
8520c11785
revamped colorpicker to enable sites with virtual domain hosting (like antville.org) to use the colorpicker, too. currently, the colorpicker scripts are hosted at www.antville.org whily trying to access objects on documents hosted at a different virtual domain (e.g. project.antville.org) and thus violating a browser's security handlers to avoid cross-domain scripting.
2003-01-07 14:45:50 +00:00
8b42344a48
moved modifytime_macro() to hopobject prototype
2003-01-07 10:57:31 +00:00
Robert Gaggl
ff01391d37
securityFunctions now need the membership-level of a user as second argument
2003-01-02 19:05:03 +00:00
Robert Gaggl
3c97aa4ef7
accessing user-property sysadmin directly instead of calling function isUserSysAdmin (removed)
2003-01-02 18:59:04 +00:00
Robert Gaggl
ccacd86b24
fixed comments
2003-01-02 18:58:25 +00:00
Robert Gaggl
068a68f090
req.data.memberlevel is now passed as second argument to security-functions. with this they can also be used even when there's no request-object present (scheduler, bloggerApi)
2003-01-02 18:55:32 +00:00
Robert Gaggl
3558834d4c
bugfix: Math.min takes only two arguments (backport from antville.org)
2002-12-17 21:09:47 +00:00
Robert Gaggl
39cfd7b96f
history_macro() now uses the lastmod-collection instead of allcontent
2002-12-15 13:20:57 +00:00
Robert Gaggl
aa6bd5ac93
added collection lastmod (limited to 100 objects) which is used by history_macro()
2002-12-15 13:20:18 +00:00
Robert Gaggl
c952401a3e
use "skin" instead of "useskin" as parameter-propertyname
2002-12-02 13:03:56 +00:00