Robert Gaggl
6ad8c3fc22
assign form-action to res.data.action
2002-05-15 23:24:11 +00:00
Robert Gaggl
da8bca8062
now calling deleteAll()-function of storymgr instead of doing it in deleteAll() of weblog
2002-05-15 23:23:49 +00:00
Robert Gaggl
df8e2d1e9b
changed calendar_macro() since the day must not appear in path anymore (because stories have now a standard URL): if a day-object or a story appear in path they determine the month to display in calendar
2002-05-15 23:22:46 +00:00
Robert Gaggl
f37eba6afb
initial check-in: now also the creator of a weblog is allowed to delete it (will be recorded in syslog soon)
2002-05-15 23:19:41 +00:00
Robert Gaggl
8130470d48
- 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
- added function deleteAll() which loops over weblog.stories and deletes all of them
2002-05-15 23:18:49 +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
Robert Gaggl
075c0ccd15
include action in form-tag
2002-05-15 23:12:01 +00:00
Robert Gaggl
4d70a97986
renamed addWeblogs-collection to "public"
2002-05-15 23:11:32 +00:00
Robert Gaggl
c6ca588183
counter of weblogs is reduced to only public weblogs, and displayed only if > 0
2002-05-15 23:11:12 +00:00
Robert Gaggl
99eec60359
changed status-info on frontpage: now number of hosted weblogs and number of public weblogs are displayed. title of weblog-list is only displayed if the list contains at least one item
2002-05-15 23:10:15 +00:00
Robert Gaggl
1561f55ba7
- added parameter to weblogcount-macro (all = all weblogs, default = just public weblogs)
...
- added comment
2002-05-15 23:08:50 +00:00
Robert Gaggl
d7444298f5
changed header of list to "public weblogs"
2002-05-15 23:07:52 +00:00
Robert Gaggl
1aa4e304cc
removed "main" from href()
2002-05-15 23:07:00 +00:00
Robert Gaggl
2e859f2bf1
include action in form-tag
2002-05-15 23:06:41 +00:00
Robert Gaggl
2b98b1a617
- removed "main" from href()
...
- assigned form-action to res.data.action
2002-05-15 23:02:39 +00:00
Robert Gaggl
ce3db1fc83
- removed "main" from href()
...
- root.allWeblogs-collection was renamed to root.public
2002-05-15 23:00:34 +00:00
Robert Gaggl
aa09fe29b0
parent of comments is now story.comments (fixes a problem with nested comments which lead to an error after about 21 levels)
2002-05-15 22:58:36 +00:00
Robert Gaggl
c3389e21e4
removed deleteComment() and deleteAll() - this is done in story-functions now
2002-05-15 22:57:47 +00:00
Robert Gaggl
6674ed2021
- assign form-action to res.data.action
...
- comments are deleted via story now (regardless if toplevel or reply)
2002-05-15 22:56:32 +00:00
Robert Gaggl
c1ed3c779a
added several missing indexes
2002-05-15 22:55:24 +00:00
Robert Gaggl
4aed53f70b
included create-statements for indexes (from antville_indexes.sql), changed unique keys to primary keys
2002-05-15 22:54:54 +00:00
7c2551ed19
removed comment about "backslashed masking with backslashes" (not necessary, windows can do it with slashes, too)
2002-05-15 16:09:21 +00:00
e699232dae
changed imgPath and goodiePath to relative urls (works with windows, and i assume it works with *nix, too)
2002-05-15 16:08:16 +00:00
Hannes Wallnöfer
26d19e76fc
removed less-than char at beginning of file
2002-05-15 13:11:06 +00:00
Hannes Wallnöfer
04e9deb6a0
check if there is a path.weblog before accessing it (twice)
2002-05-15 13:04:58 +00:00
14b61c18b9
added check for "zero records" returned by hsqldb in listReferrers_macro()
2002-05-14 14:22:36 +00:00
8c73fc5a86
added check for "zero records" returned by hsqldb in backlinks_macro()
2002-05-14 14:22:24 +00:00
Robert Gaggl
197d2e6e7d
the first user registering is granted trust and sysadmin-rights
2002-05-13 22:57:24 +00:00
Robert Gaggl
409f18a84c
using root.link instead of global link-macro because the latter one produces wrong href if the requested url doesn't end with a slash
2002-05-13 22:53:15 +00:00
c428308324
changed any int(20) type to int(9); added "identity" property to tables which are used by direct db access
2002-05-13 18:28:48 +00:00
982a3eb12d
changed any bigint(20) type to mediumint(9)
2002-05-13 18:26:23 +00:00
3032543b0a
adapted sql query in backlinks_macro() for using antville with hsqldb connection
2002-05-13 18:20:11 +00:00
aa29e9d8c4
adapted sql query in listReferrers_macro() for using antville with hsqldb connection
2002-05-13 18:19:45 +00:00
59693d92c8
adapted sql query in logAccess() for using antville with hsqldb connection
2002-05-13 18:18:43 +00:00
37127ccff0
removed this action to prevent weblogs.com from being pinged manually
2002-05-13 10:46:54 +00:00
Hannes Wallnöfer
608ae923bb
removed URL, PATH and ACTION cols from ACCESS table
2002-05-11 15:36:39 +00:00
Hannes Wallnöfer
ab0d3d4c5a
updated to current antville
2002-05-11 10:50:09 +00:00
Robert Gaggl
ddebe872a6
added changes made in dbpatch 20020426
2002-05-11 10:33:20 +00:00
Robert Gaggl
b33773f132
added check if username matches a function-name; if true username is rejected
2002-05-08 23:04:16 +00:00
Robert Gaggl
6e1e48b8cf
fixed a bug that lead to wrong sorted subscription.list
2002-05-08 18:32:25 +00:00
aafb761775
modified popup() function:
...
- size of new window will never extend 640x480 (inner values)
- resizable and scrolling is set to "yes"
2002-05-07 15:34:41 +00:00
1ae0e4a689
replace writeln() with app.__app__.logEvent() in function logAccess()
2002-05-02 11:38:18 +00:00
3c8c4ddf07
modified query in pingUpdatedWeblogs() to track weblogs that haven't been pinged, yet (LASTPING is null)
2002-04-30 14:31:26 +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
e03a254bbd
added log message and check for empty title in function ping()
2002-04-29 15:09:27 +00:00