Commit graph

35 commits

Author SHA1 Message Date
Robert Gaggl
9fc496a266 added property "preferences_xml" plus the mountpoint "preferences" that manages the xml encoded prefs 2003-08-02 12:18:26 +00:00
b458c2cab1 removed shortcuts from antville. support of shortcut is now optional via zip module 2003-02-11 16:54:07 +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
42e0f21580 merged need_for_speed branch 2002-12-01 19:26:40 +00:00
Hannes Wallnöfer
3b0a47a0c8 Only have stories as direct children that are online in weblog (TEXT_ISONLINE = 2). With this we don't need to check if stories are online in the weblog, calendar etc. 2002-10-04 11:53:59 +00:00
208745a0ac added mountpoint for shortcuts 2002-07-26 12:56:14 +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
3e5404cccc reenabled ordering of groupnodes 2002-06-05 18:31:32 +00:00
Hannes Wallnöfer
8388d56f1b merged changes from branch hns_timezone into main branch. 2002-05-27 18:50:48 +00:00
Hannes Wallnöfer
c12d376466 database skins are now contained within the mounted skinmgr
object itself, avoiding the dual "skins" and "skinmanager" properties
in weblog ("skins" with prototype skinmgr for performing skin
management, "skinmanager" as untyped collection containing the
actual skins). From now on, everything is contained in and managed
by weblog.skins.
2002-05-16 14:26:29 +00:00
Robert Gaggl
098e1847c0 added two new properties "lastping" and "enableping" (will be used for weblogs.com-ping)
renamed "groupby" to "group" (you need snapshot 20020425 for this to work!)
2002-04-26 08:15:01 +00:00
Robert Gaggl
689ce4081c switched to version 1.2, added new properties trusted, lastoffline, lastblockwarn, lastdelwarn 2002-03-27 11:01:36 +00:00
Hannes Wallnöfer
a94cc5e79c virtual node for topcis is is now called topics instead of space. 2002-02-02 13:37:03 +00:00
7c79a9121a removed a comment 2002-02-01 16:39:02 +00:00
df3cc8e883 added mountpoint for polls 2002-01-25 17:58:52 +00:00
Robert Gaggl
3a883adf3c removed property usersignup 2002-01-22 20:27:53 +00:00
Robert Gaggl
c05078bd35 changes were necessary due to new mapping of story 2002-01-05 02:25:19 +00:00
Robert Gaggl
8a37e5b6e0 added property email to weblog 2001-12-13 18:17:37 +00:00
55bd196a49 removed setting for blogimport (in development) 2001-12-11 15:30:57 +00:00
Robert Gaggl
b6832a14bc - removed unused filter-property
- added properties smallfont,smallcolor,smallsize
- changed dateformat to longdateformat, added shortdateformat
- allstories now contains only online-stories
- allcomments now contains only online-comments
2001-12-10 23:41:57 +00:00
1ca61a1c5c removed lastPing until functionality is implemented 2001-12-10 18:50:55 +00:00
21351255c8 added lastPing, reads 2001-12-10 17:36:40 +00:00
Hannes Wallnöfer
37d3b8efef added virtual space node as mountpoint for topicmgr. 2001-12-04 13:26:27 +00:00
Robert Gaggl
d5bfd1a5a7 added collection allStories again 2001-11-23 20:39:55 +00:00
Robert Gaggl
baca436b11 removed allStories-collection, added storymanager 2001-11-18 13:35:26 +00:00
Robert Gaggl
b749c1b38b added mountpoint for goodiemgr 2001-11-03 09:32:07 +00:00
Robert Gaggl
d454f4ead3 added dateformat-property 2001-09-05 21:08:17 +00:00
Hannes Wallnöfer
c5e602061c added _parent entry 2001-08-25 15:22:12 +00:00
Robert Gaggl
1e9a6d95ba groupnodes are now of prototype day 2001-08-15 09:26:27 +00:00
Hannes Wallnöfer
3bd88d27c8 new helma snapshot requires _skinmanager entry in type.properties 2001-08-11 16:54:54 +00:00
Michael Platzer
14fc75f794 typo in previous update 2001-07-18 18:42:01 +00:00
Michael Platzer
4f9fba5297 basically implemented the chronological history list and did some additional minor changes
weblog/objectFunctions.js -> modifytime is set to current Date at creation time
story/objectFunctions.js -> modifytime is set to current Date at creation time
comment/objectFunctions.js -> modifytime is set to current Date at creation time; isonline is set to 1 at creation time; added function isOnline()
weblog/type.properties -> two additional subnode-containers: allstories, allcomments
weblog/macros.js -> implemented history_macro which renders List of recently modified Objects
story/historyview.skin -> will be rendered by the weblog-history macro
comment/historyview.skin -> will be rendered by the weblog-history macro
weblog/main.skin -> included history.skin
story/main.skin -> included history.skin
weblog/style.skin -> included "history", "historyStory" and"historyComment" classes
weblog/history.skin -> newly created
story/macors.js -> title_macro can be rendered as a link; comments_macro renders an invisible anchor-tag before each comment
comment/macors.js -> title_macro can be rendered as a link; replies_macro renders an invisible anchor-tag before each comment
eliminated renderPrefix() and renderSuffix()
documentation.htm -> updated
2001-07-18 15:58:18 +00:00
Robert Gaggl
3b93d472f0 removed owner, added two flags for signup and contribution 2001-07-01 19:29:47 +00:00
Robert Gaggl
726cf57379 added language/country properties 2001-06-28 18:09:01 +00:00
Robert Gaggl
bbfcb3d4f4 Initial revision 2001-06-18 08:57:33 +00:00