Commit graph

187 commits

Author SHA1 Message Date
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
Robert Gaggl
d62bba12b1 added call of logAccess() for referrer-logging 2002-04-26 13:06:37 +00:00
Robert Gaggl
6faa65eb37 disable weblogs.com-ping for new weblogs 2002-04-26 08:16:30 +00:00
1ea83074f3 changed date output from modifytime to lastupdate 2002-04-24 14:25:26 +00:00
Robert Gaggl
fcdeae59d1 fixed a bug that lead to runtime error when weblog.modifytime was not set 2002-04-22 19:30:24 +00:00
Robert Gaggl
82f06be359 (optional) limit creation of weblogs to sysAdmins or trusted users.
needs property "limitNewWeblogs" in app.properties (thanks to kris!)
2002-04-12 11:34:46 +00:00
Robert Gaggl
3afab09350 bugfix 2002-04-04 14:22:30 +00:00
79ba7e514a corrected output according to rss 1.0 spec 2002-03-28 13:52:09 +00:00
Robert Gaggl
d171d35786 - autoLogin() is now called by onRequest()
- changed pagetitle
2002-03-27 13:02:07 +00:00
Robert Gaggl
dd99e12d53 changed page-title 2002-03-27 13:01:40 +00:00
Robert Gaggl
f3460dabbe - lastoffline is set when weblog is created
- weblog inherits trust-status from user
- added function deleteWeblog()
2002-03-27 11:16:20 +00:00
Robert Gaggl
3cdc867bb6 initial check-in 2002-03-27 11:14:54 +00:00
Robert Gaggl
2a26303912 switched to version 1.2, added mountpoint sysmgr 2002-03-27 10:54:07 +00:00
2ba3667eec changed modifytime to lastupdate (must have missed the progression) 2002-03-08 16:31:06 +00:00
3a71e81a1a removed java simple date format class (hoboken knows why i used it once) 2002-03-08 15:30:48 +00:00
d1f1788719 added output of dc:date for items, as well as a date stamp in the desription 2002-03-08 14:55:40 +00:00
Hannes Wallnöfer
11ce9796a0 Adapted bloggerapi to new parameters in storymgr/evalNewStory()
and improved error handling.
2002-03-07 15:53:58 +00:00
c670bd9796 added "create a weblog" link in navigation bar 2002-02-27 15:08:56 +00:00
4cddbfec38 added links to macros/help/features/disclaimer; commented link to documentation. 2002-02-11 16:45:45 +00:00
Robert Gaggl
c0ede63d10 rewrote text on frontpage 2002-02-11 12:49:53 +00:00
a45c6088fb moved root/webloglist_macro() to global/webloglist_macro() for ease of use; 2002-02-06 16:43:25 +00:00
21b0f47c33 removed resources 2002-02-04 15:52:11 +00:00
e5830140a2 fixed umlaut in my last name 2002-02-04 14:49:57 +00:00
87327b5029 removed slash in link to rss feed 2002-02-04 14:46:50 +00:00
8cf456cadb added xml button 2002-02-04 14:33:16 +00:00
1790630f58 added css class "small" 2002-01-30 16:31:27 +00:00
2942366857 increased amount of listed weblogs to 25 2002-01-30 16:12:56 +00:00
c31f2908d4 implemented next / prev page link skins 2002-01-30 16:12:47 +00:00
f7575ccb9a corrected spelling in "built" 2002-01-30 11:08:43 +00:00
Robert Gaggl
95ce2527fb deleted 2002-01-22 20:30:32 +00:00
Robert Gaggl
abf9a09768 createMember() was replaced with members.addMember(), level is now defined by global function getAdminLvl() 2002-01-22 20:05:48 +00:00
Robert Gaggl
828da90d25 hac now checks if user is logged in, removed senseless check 2002-01-22 19:58:46 +00:00
Robert Gaggl
f566c74fea changes needed due to new role-scheme 2002-01-22 19:29:54 +00:00
727a20f0da changed online status from 1 to 2 (afaik 1 is for topic)
added function deletePost()
2002-01-17 13:57:57 +00:00
Robert Gaggl
c19d4ac211 change was necessary due to new db-table TEXT 2002-01-05 02:23:42 +00:00
Robert Gaggl
5798e9a3bc changed initial values of fonts and font-sizes 2001-12-13 18:22:09 +00:00
Robert Gaggl
359ca0d4f6 changed fonts and sizes (hopefully this works better) 2001-12-13 18:19:21 +00:00
Robert Gaggl
d5192123d3 - content of header.skin moved into this skin 2001-12-11 00:26:59 +00:00
Robert Gaggl
09042b4286 - using res.data.* instead of res.* 2001-12-11 00:26:25 +00:00
Robert Gaggl
7de4a8d3b0 - removing assignments to res.head 2001-12-11 00:26:02 +00:00
Robert Gaggl
51a26a9b99 deleted 2001-12-11 00:19:27 +00:00
Robert Gaggl
73ce33a335 - security-functions now demand user-object as argument 2001-12-10 23:22:58 +00:00
Robert Gaggl
5e9c8c172d - now using evalNewStory() instead 2001-12-10 23:16:36 +00:00
Robert Gaggl
d8eb247dbe - now using res.data.* instead of res.* 2001-12-10 23:15:54 +00:00
Robert Gaggl
0030d2206e - changed limit of displayed weblogs in list to a more serious number 2001-12-10 23:15:24 +00:00
Robert Gaggl
ab3d8cc125 - security-functions now demand user-object as argument
- modifications needed due to rewriting of objectFunctions
- now using res.data.* instead of res.*
- removing assignments to res.head
2001-12-10 23:14:50 +00:00
Robert Gaggl
39540adfd7 - functions now have a defined (and documented ...) interface 2001-12-10 23:14:00 +00:00
Robert Gaggl
2a5cc5991a calling skin-macro instead of using response.head 2001-12-10 23:13:29 +00:00
Hannes Wallnöfer
36f7e0f5cc Include the request path in the error message. 2001-12-04 13:17:42 +00:00
10bf2a5147 increased maxItems to 25 as default / 50 as absolute maximum 2001-11-04 12:24:22 +00:00