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
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
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
Hannes Wallnöfer
5a96582c5e
fixed getLasterror() to getLastError() in listReferrers_macro
2002-07-11 17:24:59 +00:00
Robert Gaggl
c882d3d7e6
changed because the prototype weblog was renamed to site
2002-06-26 17:29:39 +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
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
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
d2e88ead64
function addMember was renamed to addMembership
2002-06-26 17:23:42 +00:00
Robert Gaggl
3f3301c1b5
- replaced hardcoded messages with getMsg()
...
- changed comments
2002-06-26 17:21:02 +00:00
Robert Gaggl
cedc1a7c26
- property author of story was renamed to creator
...
- app-property adminEmail is now stored in root.sys_email
2002-06-26 17:15:41 +00:00
Robert Gaggl
252443712c
changed comments because the prototype weblog was renamed to site
2002-06-26 17:12:03 +00:00
Robert Gaggl
5fe392f85a
- changed because the prototype weblog was renamed to site
...
- call root.getLocale() if site has no locale defined (instead of using default-locale)
2002-06-26 17:06:45 +00:00
Robert Gaggl
0c4c4d9072
- removed birthdate_macro()
...
- changed comments
- rewrote age_macro()
- rewrote localchooser_macro() (now calling global renderLocaleChooser-function)
- fixed direct db-query to match new database-schema
- replaced hardcoded messages with getMsg()
2002-06-26 16:39:21 +00:00
Robert Gaggl
47816bebea
wrapper-action (needed for antville.org)
2002-06-26 16:21:22 +00:00
Robert Gaggl
b51e984c38
renamed deleteWeblog() to deleteSite()
2002-06-26 16:16:10 +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
8249b45e05
initial check-in (the renamed getgoodie.hac)
2002-06-26 15:52:12 +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
Robert Gaggl
e252d3df2c
merged changes done in branch "grob_message" into main trunk (weblog-history is now rendered using <div>-tags to avoid xhtml-incompatible page-source; removed explicit declaration of utf-8)
2002-06-12 17:12:27 +00:00
Robert Gaggl
a51b899486
merged changes done in branch "grob_message" into main trunk
2002-06-12 17:08:32 +00:00
e801583ca9
commented out two lines that were introduced to make listReferrers_macro() compatible with hsqldb but obviously they do not work with mysql... (since i assume hsqldb won't be around for much longer, i think these lines could later be removed, anyway).
2002-06-08 12:45:24 +00:00
Robert Gaggl
3e5404cccc
reenabled ordering of groupnodes
2002-06-05 18:31:32 +00:00
fb002dab12
replaced td attribute "background" with appropriate style attribute for xhtml compatibility (this is supposed to be a transitional fix, in the end there should be a class/id doing the job)
2002-06-04 17:34:07 +00:00
1259599284
fixed a bugfix in meta/content-type tag... (sigh!)
2002-06-04 17:18:08 +00:00
837b131dc9
added meta/content-type tag
2002-06-04 17:07:39 +00:00
25a30566f5
modified code on the search for xhtml compatibility (mainly adding quotes to non-quoted attribute values)
2002-06-04 16:27:09 +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
21b9a7c6a4
changed to use global markupelement-functions, global openLink() and closeLink()-funtions
...
also formatTimestamp() is a global function now
2002-06-04 14:19:11 +00:00
Robert Gaggl
8216b4fe9e
removed formatTimestamp() which is a global function now
2002-06-04 14:12:56 +00:00
Robert Gaggl
f42a499116
now using global markupelement-functions to render links
2002-06-04 14:04:46 +00:00
Robert Gaggl
995cce36e1
fixed typo
2002-06-03 23:24:27 +00:00
ffca47cc52
fixed markup to be xhtml compatible
2002-06-03 17:10:21 +00:00
80daa06c2a
res.write(simpleDropDownBox()) is replaced by renderDropDownBox() in level_macro()
2002-06-03 17:09:19 +00:00
284ee190e0
threw out markup and using global functions openMarkupElement() et. al. instead
2002-06-03 16:57:07 +00:00
2ea7797c89
fixed markup to be xhtml compatible
2002-06-03 16:49:20 +00:00
Hannes Wallnöfer
bea7b72a7d
Removed meta Content-type tag that contained charset "utf-8"
...
(which is not necessary because Helma sets this correctly
in the response header and will in most cases be wrong and result
in non-ASCII characters not working because utf-8 is not used
unless explicitly set in server or app properties)
Added link tag for automatic RSS discovery (see
http://project.antville.org/stories/57209/ )
2002-06-02 16:48:54 +00:00
Hannes Wallnöfer
65edd56ae6
changed search form method from POST to GET
2002-06-02 16:40:05 +00:00
Hannes Wallnöfer
75206649b7
found one more instance of "res.body"
2002-06-02 16:39:37 +00:00
Hannes Wallnöfer
1a8b17fc38
Use new flexible searchWeblogs() function in root, which potentially
...
can search in all weblgs, although we don't use/expose that
functionality yet.
2002-06-02 16:33:12 +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
0c446c8362
change code according to helma's new session/usermodel:
...
- using session.user instead of user
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)
some code-reformatting done
2002-06-02 16:07:04 +00:00
Robert Gaggl
6d1da6e53c
change code according to helma's new session/usermodel:
...
- using session.user instead of user as argument
- changed user.cache to session.data
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead
2002-06-02 15:55:33 +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
6ac4bfe828
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:39:46 +00:00