Commit graph

2153 commits

Author SHA1 Message Date
Robert Gaggl
9a4c5e0f9e changed deleteStory(): only set lastupdate of site to new Date() if deleted story was online 2003-03-27 09:15:42 +00:00
af2f318cc7 remove page title and replaced <p /> with <br /> 2003-03-25 16:12:14 +00:00
be2107265c tweake with the "link" link and &nbsp; as macro prefix 2003-03-25 16:11:21 +00:00
ea63ce509a changed "react" to "comment" in commentlink_macro() 2003-03-25 16:07:19 +00:00
46cfd039f3 moved commentlink macro back in the skin 2003-03-25 16:06:30 +00:00
190e1457a5 added conditions in evalNewStory() to provide backwards compatibility between justintopic and addtofront macros 2003-03-25 15:59:53 +00:00
50aa0db455 added conditions in evalStory() to provide backwards compatibility between justintopic and addtofront macros 2003-03-25 15:59:28 +00:00
5f2cefe81b added conditions in justintopic_macro() and addtofront_macro() to provide backwards compatibility (ie. old skins using justintopic macro will continue to work) 2003-03-25 15:56:07 +00:00
31f954a4d5 replaced "display" with "show" 2003-03-25 15:54:09 +00:00
Robert Gaggl
49f0e28e82 changed sys_email_macro(): use the current users email as preselection if root.sys_email is empty 2003-03-23 22:36:37 +00:00
799a7faade changed "frontpage" to "front page" 2003-03-21 16:50:34 +00:00
279fb17764 wrapped &quot; around site title in welcome message 2003-03-21 16:48:58 +00:00
710cfce37e changed site title color to link color 2003-03-21 16:47:41 +00:00
84c7e5e01c added link to site title (href is site url) 2003-03-21 16:46:25 +00:00
21d4a28959 added trim() function also where content parts of comments are set 2003-03-21 16:45:39 +00:00
d863af23e0 added trim() function wherever content parts are set 2003-03-21 16:13:34 +00:00
5432cbe5b2 * modified story editor according to hannes' screenshot at http://help.antville.org/images/hns-editor
* added addtofront_macro() to display a checkbox that works vice versa to justintopic_macro()
* always set this.status in storymgr/create_action() to let the checkbox "know" whether it has to be checked
(known bugs: when editing a story neither this nor the "comments allowed" checkbox memorize their state when an error occurs.)
2003-03-20 18:53:55 +00:00
b23f6542db added some <br />s to decrease layout width (however, i think best would be to use a new table for each section.) 2003-03-20 17:23:02 +00:00
2bae74b1a3 changed case of E-mail to e-mail. it simply looks the best, imho. 2003-03-20 17:16:45 +00:00
2734800bf8 modified page titles according to general wording. however, the system section needs an overall retouch, imho 2003-03-19 13:56:43 +00:00
1ac5f28820 modified page title and contents to conform with the overall wording in antville as well as the xhtml 1.0 spec (validates except one already known error) 2003-03-19 13:44:58 +00:00
Robert Gaggl
03ca624456 removed debugging output 2003-03-18 10:03:49 +00:00
Robert Gaggl
366531fada rescueText() is now also called if the publish-button was pressed 2003-03-17 19:28:56 +00:00
Robert Gaggl
c83b0b4d48 added calls of rescueText() and restoreRescuedText() 2003-03-17 19:28:19 +00:00
Robert Gaggl
f664dc64d6 changed content_macro(): properties of req.data (if existing) now override the storys property values. this change was necessary because otherwise the rescue mechanism for stories/comments wouldn't work propertly (see http://project.antville.org/stories/318015/#318478) 2003-03-17 19:27:29 +00:00
Robert Gaggl
fc8583502c restructured evalStory(): now the submitted values are stored only after all checks have been passed. although the code is harder to read now it prevents changes to story-content being saved even if the user cancelled the editing process later on. together with the caching of story-contents this also might have lead to a difference between display and actual content. 2003-03-17 19:22:12 +00:00
61086d00e3 change "last" to "recently" and don't show the line if there are no weblogs at all 2003-03-17 16:49:19 +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
f1187641df moved "...&nbsp;" and "<br />" as prefix and suffix param into root.link macros 2003-03-13 13:53:47 +00:00
381f29038d corrected "Public" to "Publicly accessible weblogs" 2003-03-13 13:52:49 +00:00
Hannes Wallnöfer
0b8c3ad1ca Unscrewable skin manager main page. Same as main.hac, except that it
uses skinmgr/page.skin to render the page, which is (usually) not customized.
2003-03-12 10:54:07 +00:00
Hannes Wallnöfer
05bf6756f8 Allow sysadmins access to all skinmanagers 2003-03-12 10:52:49 +00:00
8bf0ea15ff added trailing linebreak to achieve more readable html code 2003-03-11 13:20:10 +00:00
663e3d36c1 added pagelink class to define margins between dotted lines and prevpage / nextpage links 2003-03-11 13:18:57 +00:00
6beed1870f moved <span> tag around message macro into prefix and suffix, resp.
renamed "home" link to "antville home"
2003-03-11 13:18:10 +00:00
b485fa4148 modified global/sitelist_macro() to only render lists of recently updated sites.
thus, lists of sites sorted alphabetically are now rendered by root/renderSitelist() by extra call in root/list_action() making it possible to put response.prevpage inside root/list.skin.
(note: the macro calls renderSitelist() with appropriate arguments and simply outputs res.data.sitelist immediately. maybe this is not what one could call a clean implementation?)
2003-03-11 13:16:12 +00:00
64e536d3a5 if a day is displayed the title contains this.groupname formatted as date string. otherwise only this.groupname is displayed. 2003-03-10 16:55:05 +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
d571b8485e added <br /> before submit buttons 2003-03-10 16:45:59 +00:00
6b5a6599a5 moved register and passwd reminder back to the top (!) 2003-03-10 16:45:22 +00:00
Hannes Wallnöfer
3bae9ac278 Make "real" comments start with two # instead of just one to set them
them visually apart from deactivated options.
2003-03-10 12:18:05 +00:00
Hannes Wallnöfer
7b1b35d6cd Updated template for virtual host config to new hrefFunction feature 2003-03-10 12:16:00 +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
Hannes Wallnöfer
bafe0af09c Add line break for IE6 2003-03-10 11:49:08 +00:00
Hannes Wallnöfer
4165f6b25d * Fixed password reminder link
* Moved register and pw reminder link back underneath the login form (?)
* Removed comma from "not registered yet?"
2003-03-10 11:45:31 +00:00
Robert Gaggl
e4bf73de13 removed module-related code 2003-03-09 18:40:10 +00:00
Robert Gaggl
49fd925726 changed viewlink_macro(): now param.text is rendered if defined (before it wasn't because openMarkupElement deletes param.text) 2003-03-09 15:06:52 +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