Commit graph

19 commits

Author SHA1 Message Date
Robert Gaggl
41189a5dfd - lots of changes because the prototype weblog was renamed to site
- rewrote manual subnodeRelation-clauses to match new db-schema
2002-06-26 16:35:59 +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
ffca47cc52 fixed markup to be xhtml compatible 2002-06-03 17:10:21 +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
269a461d03 switched to version 1.2 2002-03-27 10:57:17 +00:00
ae5b2ca691 bugfix 2002-02-02 14:58:22 +00:00
Hannes Wallnöfer
a1c9d7f6e8 Moved add-story-to-topic link to the bottom of the page and
removed the second linked path, which seemed like overkill.

These are questions of taste ... please shout if you disagree
2002-02-02 13:36:04 +00:00
Hannes Wallnöfer
881735a42e slight rewording... 2002-02-02 13:34:17 +00:00
cc08c24af0 added sp.text for rendering prev/next page links 2002-01-30 16:15:21 +00:00
Robert Gaggl
ba57261b77 changes needed due to new role-scheme 2002-01-22 19:48:34 +00:00
Robert Gaggl
fffb7bb1a8 included links to prevpage and nextpage, some minor html-changes 2002-01-05 02:40:07 +00:00
Robert Gaggl
c66c39dd1e - storylist is now rendered in renderStorylist()-function, macro is left for backwards-compatibility
- backlinks now don't show stories of this topic
2002-01-05 02:35:51 +00:00
Robert Gaggl
38bcdf16e9 minor html-change 2002-01-05 02:28:56 +00:00
Robert Gaggl
08aedc9aad initial check-in 2002-01-05 02:26:08 +00:00
Robert Gaggl
b2ecf90b4a added linkedpath on bottom of page 2001-12-16 18:10:55 +00:00
Robert Gaggl
41a86bd5d5 initial check-in 2001-12-16 18:06:13 +00:00
Robert Gaggl
9c6e257ca4 - security-functions now demand user-object as argument
- removed creation of HopObject (created but never used?)
2001-12-10 23:37:15 +00:00
Hannes Wallnöfer
b45e37e307 added '*'s to backlink query 2001-12-04 14:36:50 +00:00
Hannes Wallnöfer
41f273a06e initial check-in of topic prototype. This inherits from the day
prototype. Similar to day, it is a groupby prototype which
contains story object. Additionally to the day prototype,
it has macros to add stories to the topic, and a macro to
display related topics (i.e. topics or days which contain
stories that link to this topic).
2001-12-04 13:31:16 +00:00