Commit graph

348 commits

Author SHA1 Message Date
Robert Gaggl
66e24a7693 added class "pageTitle" 2002-06-02 15:30:41 +00:00
Robert Gaggl
30e31eb749 change code according to helma's new session/usermodel
- added new collection "users"
2002-06-02 15:24:01 +00:00
Hannes Wallnöfer
503f18f2d1 Made search non-case-sensitive. 2002-05-31 15:47:13 +00:00
Hannes Wallnöfer
afe70d6eaf Raw skeleton of function that searches over multiple weblogs. 2002-05-31 15:44:30 +00:00
Robert Gaggl
2e007fb99d now using req.action instead of getActionName() 2002-05-16 12:29:02 +00:00
Robert Gaggl
6fa414dd0e assign form-action to res.data.action 2002-05-15 23:12:41 +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
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