Robert Gaggl
72d830c930
changed because the prototype weblog was renamed to site
2002-06-26 16:23:37 +00:00
Robert Gaggl
cd8dfe8aeb
now calling creator_macro() which is the renamed author_macro()
2002-06-26 16:22:41 +00:00
Robert Gaggl
c13183e3a7
story.author was renamed to story.creator, so author_macro() was renamed to creator_macro()
2002-06-26 16:17:33 +00:00
Robert Gaggl
67a6f7792f
changed because the prototype weblog was renamed to site
...
plus story.author was renamed to story.creator
2002-06-26 16:15:43 +00:00
Robert Gaggl
704f144887
changed because weblog was renamed to site
2002-06-26 16:10:32 +00:00
Robert Gaggl
f8db009bff
changed type.properties according to new database-schema:
...
- all tables are prefixed with AV_
- WEBLOG was renamed to AV_SITE
- GOODIE was renamed to AV_FILE
- all columns are prefixed with the table-name (without table-prefix)
- foreign keys follow a specific naming-convention
(for details see http://project.antville.org/topics/feature+requests+and+proposals/69427/ )
2002-06-26 16:03:59 +00:00
Robert Gaggl
23e0cab449
merged changes done in branch "grob_message" into main trunk (application-messages are no longer hardcoded in functions but are defined in central language-specific .js-files; application-messages are selected according to defined language)
2002-06-12 17:19:47 +00:00
Robert Gaggl
49c623f75b
merged changes done in branch "grob_message" into main trunk
2002-06-12 17:19:05 +00:00
0327e048f1
removed some more markup from function code and fixed thumbnail_macro for backwards compatibility
2002-06-04 18:11:59 +00:00
adb5fd01a4
removed "?" from urlparam and "#" from anchor parameters in link macros
2002-06-04 17:58:19 +00:00
e942ee92fe
fixed bug in onlinelink_macro: "param" instead of "linkParam"
2002-06-04 15:37:41 +00:00
f82b1aa47c
moved <form> tags on positions that are appropriate for xhtml compatibility (hopefully...)
2002-06-04 15:34:47 +00:00
3baac801a0
moved renderInputText() et al. and renderImage() from hopobject to global
2002-06-04 14:53:17 +00:00
Robert Gaggl
62aad7f603
now using global markupelement-functions resp. global openLink() and closeLink()-funtions
2002-06-04 14:18:27 +00:00
Robert Gaggl
899a49a764
removed hardcoded #-sign in anchor-attribute of commentcounter-macro
2002-06-04 14:08:22 +00:00
ffca47cc52
fixed markup to be xhtml compatible
2002-06-03 17:10:21 +00:00
a491176656
res.write(simpleDropDownBox()) is replaced by renderDropDownBox() in level_macro()
2002-06-03 16:56:14 +00:00
2ea7797c89
fixed markup to be xhtml compatible
2002-06-03 16:49:20 +00:00
Robert Gaggl
0e7ae0b9ef
change code according to helma's new session/usermodel:
...
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead
2002-06-02 16:17:31 +00:00
Robert Gaggl
9b7847eec1
change code according to helma's new session/usermodel:
...
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)
2002-06-02 16:05:37 +00:00
Robert Gaggl
0c8b4f852b
change code according to helma's new session/usermodel:
...
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead
2002-06-02 15:55:05 +00:00
Robert Gaggl
a971f59a73
(hopefully) fixed a bug where setting an offline-story online without a major update wouldn't lead to updating weblog.lastupdate
2002-06-02 15:46:47 +00:00
Hannes Wallnöfer
57a4302186
merged changes from branch hns_timezone into main branch.
2002-05-27 18:57:52 +00:00
Robert Gaggl
4d4c5bf563
- parent of stories is now weblog.stories (not either weblog.topics or weblog)
...
- renamed "allcomments"-collection to "comments" (since this appears in URL)
2002-05-15 23:17:21 +00:00
Robert Gaggl
e51f03c1ee
- removed manual building of redirect-href() because stories now have one standard URL
...
- changed deleting of comments because comments now have story.comments as parent
2002-05-15 23:16:16 +00:00
Robert Gaggl
c4889d75c2
- changes due to renaming "allcomments"-collection to "comments
...
- removed separating spaces between counter and text
2002-05-15 23:14:45 +00:00
Robert Gaggl
1808f1e98d
replaced hardcoded action-name with req.action
2002-05-15 23:13:05 +00:00
Robert Gaggl
6fa414dd0e
assign form-action to res.data.action
2002-05-15 23:12:41 +00:00
8c73fc5a86
added check for "zero records" returned by hsqldb in backlinks_macro()
2002-05-14 14:22:24 +00:00
3032543b0a
adapted sql query in backlinks_macro() for using antville with hsqldb connection
2002-05-13 18:20:11 +00:00
1f3e6a0fe3
grrrr! anchor names without # me stupid!
2002-04-29 16:03:42 +00:00
d3635ed0c5
added inline anchor
2002-04-29 16:02:33 +00:00
Robert Gaggl
4e736103f7
added release of rowset (from direct db-operation) as in listReferrers_macro() of weblog
2002-04-26 13:07:51 +00:00
8c5f5bae01
removed "like" clause checking for referrer from same weblog
2002-04-25 17:01:51 +00:00
04b0b2ee94
removed debug output writeln(query) in backlinks_macro
2002-04-25 12:15:31 +00:00
0b0f5814c9
renamed macro story.listReferrers to story.backlinks and accordingly the two corresponding skins
2002-04-25 08:00:33 +00:00
c3def1b85d
removed <p> tag
2002-04-24 13:46:23 +00:00
3f3485bdbe
added listReferrers_macro
2002-04-24 13:35:44 +00:00
8ad32672e6
initial check-in
2002-04-24 13:35:27 +00:00
1dfbec2f8c
fixed a bug that caused the text cache not to be updated when there was no major update (ie. more than +/- 50 chars are changed)
2002-04-12 15:15:33 +00:00
c53e5b67ac
modifytimes of weblog and story will only be updated if more than +/- 50 characters have changed.
2002-04-12 14:48:32 +00:00
Hannes Wallnöfer
d57fdf0079
Made createtime of stories editable. If createtime is set in the
...
input parameters, try to parse it as string. If it can't be parsed,
show an error message. If it can be parsed, update the createtime
and day properties to the new date.
2002-04-08 12:02:26 +00:00
Hannes Wallnöfer
2bfa89de2e
Implemented option to display createtime as HTML editor by adding
...
as="editor" to the macro tag.
2002-04-08 11:56:18 +00:00
Robert Gaggl
147b747950
- autoLogin() is now called by onRequest()
...
- removed "Antville" from pagetitle, include story-title if existing
2002-03-27 13:03:39 +00:00
Robert Gaggl
8e73def616
sysadmins are allowed to post in any case (even if weblog is private and they're not member)
2002-03-27 11:19:38 +00:00
Robert Gaggl
379c6f6dd1
added function deleteAll()
2002-03-27 11:18:36 +00:00
Robert Gaggl
269a461d03
switched to version 1.2
2002-03-27 10:57:17 +00:00
Robert Gaggl
14b3121f67
bugfix
2002-02-21 12:14:10 +00:00
Robert Gaggl
1c52016832
exchanged user.cache.referer with user.cache.referrer (correct spelling)
2002-02-11 10:02:18 +00:00
Robert Gaggl
48d598420d
removed parent weblog.allstories
2002-02-11 09:59:00 +00:00