Commit graph

378 commits

Author SHA1 Message Date
Robert Gaggl
a8141cae4c added renderStorylist()-function 2002-01-05 02:46:32 +00:00
Robert Gaggl
a6ab819583 minor change 2002-01-05 02:41:11 +00:00
Robert Gaggl
de043f03e5 included links to prevpage and nextpage 2002-01-05 02:40:21 +00:00
Robert Gaggl
a231dd70d5 included call of renderStorylist() 2002-01-05 02:38:02 +00:00
Robert Gaggl
4a9e550a15 - storylist is now rendered in renderStorylist()-function, macro is left for backwards-compatibility
- history_macro() is now much simpler due to new mapping of stories and comments
2002-01-05 02:36:43 +00:00
Robert Gaggl
c05078bd35 changes were necessary due to new mapping of story 2002-01-05 02:25:19 +00:00
Robert Gaggl
e5a8b406bb removed call of membership-macro (this is done now in statusloggedin/out-skins 2001-12-16 18:14:45 +00:00
Robert Gaggl
64619c2686 moved membership_macro() to membership, changed storylist_macro() 2001-12-16 18:12:52 +00:00
Robert Gaggl
2b4f80abb5 now use isStoryOnline()-function 2001-12-16 18:10:30 +00:00
Robert Gaggl
f9edfeef08 added isStoryOnline-function 2001-12-16 18:06:47 +00:00
Robert Gaggl
609f7d4c05 removed more hardcoded font-sizes, included macro-calls for smallfont/size 2001-12-13 21:09:55 +00:00
Robert Gaggl
4fe474d127 changes necessary because evalPreferences() now returns an Object 2001-12-13 18:26:43 +00:00
Robert Gaggl
1b93d93a3a added input for email-address used for confirmation mails 2001-12-13 18:26:02 +00:00
Robert Gaggl
546182b8a7 added email_macro() 2001-12-13 18:25:37 +00:00
Robert Gaggl
2d6d28f686 updateWeblog() is now called evalPreferences(), now returns an Object 2001-12-13 18:25:00 +00:00
Robert Gaggl
c85df01235 fixed linguistic bug ;-) 2001-12-13 18:21:25 +00:00
Robert Gaggl
8a37e5b6e0 added property email to weblog 2001-12-13 18:17:37 +00:00
444bc10a5f added array and sort method to listMostRead_macro() 2001-12-12 15:20:46 +00:00
f01e94eab9 added helper function sortMostReads() to sort read counters of stories 2001-12-12 15:18:53 +00:00
d0dd875400 added header row 2001-12-12 15:16:54 +00:00
fff0be815b removed table width 2001-12-12 13:40:48 +00:00
55bd196a49 removed setting for blogimport (in development) 2001-12-11 15:30:57 +00:00
Robert Gaggl
851f06f007 removed assignments to res.head 2001-12-11 10:37:58 +00:00
Robert Gaggl
51a26a9b99 deleted 2001-12-11 00:19:27 +00:00
Robert Gaggl
b44debf750 deleted 2001-12-10 23:56:51 +00:00
Robert Gaggl
d3838a38a9 - skin is now added to usernavigation- and adminnavigation-skin
- changed handler from this to weblog
2001-12-10 23:52:36 +00:00
Robert Gaggl
3707394461 - security-functions now demand user-object as argument
- modifications needed due to rewriting of objectFunctions
- now using res.data.* instead of res.*
2001-12-10 23:51:39 +00:00
Robert Gaggl
525edc6bf8 - localisation is now done with one dropdown-box instead of entering ISO-codes
- added dropdowns for longdateformat and shortdateformat
- added inputs for smallfont, smallsize, smallcolor
2001-12-10 23:51:06 +00:00
Robert Gaggl
62114145cd - added localechooser_macro()
- removed dateformat_macro()
- added longdateformat_macro() and shortdateformat_macro()
- added smallfont_macro(), smallsize_macro(), smallcolor_macro()
2001-12-10 23:49:39 +00:00
Robert Gaggl
4dc1e02b06 - security-functions now demand user-object as argument
- now using res.data.* instead of res.*
- removing assignments to res.head
2001-12-10 23:47:57 +00:00
Robert Gaggl
6d118dd8f8 - changed line-up of buttons to the right order
- now using input-macro instead of alias- and title-macros
2001-12-10 23:47:15 +00:00
Robert Gaggl
94fd1d440b - trying to format a date now does not throw an ugly error
- added comments to functions
- functions now have a defined (and documented ...) interface
2001-12-10 23:46:24 +00:00
Robert Gaggl
cfbea9afbe - contents of header-skin are now moved into this skin
- macros dealing with display of time now have two simple format options ("short" and "long")
2001-12-10 23:45:01 +00:00
Robert Gaggl
baa15fef1d - removed check for online because allstories now contains only stories that are online 2001-12-10 23:44:21 +00:00
Robert Gaggl
393b3e470b - security-functions now demand user-object as argument 2001-12-10 23:43:11 +00:00
Robert Gaggl
94436546c4 - security-functions now demand user-object as argument
- now using res.data.* instead of res.*
- removing assignments to res.head
- modifications needed due to rewriting of objectFunctions
2001-12-10 23:42:53 +00:00
Robert Gaggl
3d9b369b63 - changes necessary due to new weblog.properties smallfont etc. 2001-12-10 23:42:23 +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
Robert Gaggl
0a5d5d269f - changed "this." to "weblog." 2001-12-10 23:40:34 +00:00
Robert Gaggl
e26463c596 - macros dealing with display of time now have two simple format options ("short" and "long") 2001-12-10 23:39:33 +00:00
1ca61a1c5c removed lastPing until functionality is implemented 2001-12-10 18:50:55 +00:00
17b7eb5365 added comments to listMostRead_macro() 2001-12-10 17:40:54 +00:00
0ac3ba4914 added limit for output of mostread stories in function listMostRead_macro() 2001-12-10 17:38:35 +00:00
21351255c8 added lastPing, reads 2001-12-10 17:36:40 +00:00
3bf5e12161 initial check-in 2001-12-10 17:03:16 +00:00
8f68958e12 added listMostRead_macro() for listing most read stories 2001-12-10 17:02:29 +00:00
Hannes Wallnöfer
37d3b8efef added virtual space node as mountpoint for topicmgr. 2001-12-04 13:26:27 +00:00
Hannes Wallnöfer
b113a8dc13 padded calender day date with spaces left and right to
make it a bit easier to click. (For example, the first day of the
month will be rendered as " 1 " instead of just "1".)
2001-12-04 13:25:23 +00:00
Hannes Wallnöfer
e89b0c6387 Added link to topic space in all navigation bars. 2001-12-04 13:23:32 +00:00
Hannes Wallnöfer
588bccc24c directly included style and javascript skins (via skin macro).
IMO this is cleaner than going through res.head, because:
 1) we don't have to set res.head to style and javascript skins
   in each .hac file
 2) people editing skins actually knows what's going on -
   <% response.head %> made it hard to guess what was
   actually being inserted.

Robert, if you agree that this is better we can drop the
res.head assignments from all the hac files.
2001-12-02 15:10:48 +00:00