Commit graph

740 commits

Author SHA1 Message Date
Hannes Wallnöfer
8c07801f18 backport from antville.org: prefetch children and limit weblog size to 14 days max. 2002-10-04 12:40:05 +00:00
Hannes Wallnöfer
2bb404a7f3 backport from antville.org: swallow 'main' action in URL, only fetch the fields from ACCESSLOG which are actually needed. 2002-10-04 12:35:13 +00:00
Hannes Wallnöfer
feb7c6d752 Performance improvement for calendar macro:
* When rendering the previous and next month links, now we have a
    numeric index of where to get it in the site child collection.
  * No need to check for online stories since site child collection
    only contains stories with TEXT_ISONLINE = 2 (as of today).
2002-10-04 12:20:15 +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
Hannes Wallnöfer
5fe1e28e1f Backport of antville.org changes:
- Add missing open curly bracket
- prefetch children
2002-09-20 16:14:49 +00:00
Hannes Wallnöfer
578316bf52 Backport of antville.org changes:
Directly call rss_action from rss092_action and rss10_action instead of doing
a redirect().
2002-09-20 16:13:46 +00:00
b28264bf11 no, rather use a nice en-dash 2002-09-10 15:52:10 +00:00
8e26ae825e ok, \\n does not work now using space 2002-09-10 15:51:09 +00:00
dab84c7f28 testing if \\n will be transformed into \n after xml parsing... 2002-09-10 15:45:53 +00:00
Robert Gaggl
b8f09b0e59 added return-statement in case the ping fails 2002-08-30 13:41:39 +00:00
ec025c7f26 added links to referrers and most read stories (kick that out if you don't like it here) 2002-08-28 14:36:05 +00:00
2c06d1d5f7 added missing param.year in item loop 2002-08-22 13:31:22 +00:00
Robert Gaggl
c1d41f3090 re-added file (for backwards compatibility) 2002-08-21 16:09:29 +00:00
27864b17e2 removed old commentary 2002-08-19 16:43:50 +00:00
16cf21077b replaced <% imageurl %> macro by <% image as="url" %> 2002-08-19 16:42:53 +00:00
Robert Gaggl
05e31fa7c9 minor fix (removed &nbsp; in button-value) 2002-08-15 10:56:08 +00:00
9c134a748c fixed bug that fetched title and text of a story using the old story model 2002-08-14 17:42:46 +00:00
89e7477040 removed relics of old code and fixed correct output of dates 2002-08-14 17:37:12 +00:00
50d2ddcf1f moved function rssConvertHtmlImageToHtmlLink() to global/fixRss() 2002-08-14 17:34:47 +00:00
b778a95a89 revamped rss output:
1. moved rss10Channel.skins from global to rss.skin in root and site
2. moved rss10Resource.skin from global to rssResource.skin in root and site
3. moved rss10Item.skin from global to rssItem.skin in root and site
4. moved contents of global/rssTextInput.skin into site/rss10Channel
5. renamd rss10.hac in root and site to rss.hac
2002-08-14 17:21:14 +00:00
6559186a83 renamed root/rss10.hac to root/rss.hac and created redirector function rss10_action() in root/actions.js;
did the same for site/rss10.hac;
changed occurences of "Weblog" to "Site" in rss output;
encoded e-mail addresses in root/rss output to be displayed as entities to cancel the ticket of happy spammers
2002-08-14 09:19:33 +00:00
3f448dce3e moved content of rss092.hac to function rss092_action() in site/actions.js 2002-08-14 08:55:48 +00:00
e8b9be36aa condensed the layout 2002-08-14 08:43:38 +00:00
Robert Gaggl
6a31871a95 changed monthlist_macro() ... 2002-08-14 08:20:09 +00:00
Robert Gaggl
1ef7744fb9 added wrapper-macro for imagelist 2002-08-13 20:47:47 +00:00
Robert Gaggl
a210b21760 - added param.limit to monthlist_macro()
- added wrapper-macro for topiclist (macro itself is in topicmgr)
2002-08-13 18:50:49 +00:00
Robert Gaggl
fa6dd9d9ef added beta version of monthlist_macro() 2002-08-13 16:58:55 +00:00
d9960f1f5b moved global/safejs.skin to root/safescripts.skin 2002-08-13 14:33:22 +00:00
859c54e11e now calling isModified() function for site in stylesheet_action() 2002-08-12 13:44:48 +00:00
435fc857a8 added isModified() function 2002-08-12 13:44:13 +00:00
37eb5ff10d fiexd a bug that caused exception when req.lastModified is not available 2002-08-12 12:21:56 +00:00
cd402e0f38 removed "data" too much in req.lastModified 2002-08-12 12:19:28 +00:00
44c7b7b100 added trim() when checking title to avoid empty titles in function title_macro() 2002-08-09 16:50:06 +00:00
1957638fcf turned hopobject macro colorpicker into a global macro 2002-08-09 16:47:28 +00:00
16632edb72 replaced all occurrences of "this" with the name of the corresponding prototype 2002-08-09 15:45:59 +00:00
a1660ebb01 renamed all occurrences of "this." to "site." 2002-08-09 14:38:55 +00:00
e06176c21f added searchbox macro and skin 2002-08-09 14:38:26 +00:00
bcc5baede6 changed order of links 2002-08-09 13:40:19 +00:00
181f7da90d moved render functions from objectFunctions.js to renderFunctions.js 2002-08-09 13:38:43 +00:00
9b6d2560c2 removed because contents went into site/mains.skin 2002-08-09 13:37:29 +00:00
a9c025c407 test 2002-08-09 13:36:35 +00:00
Robert Gaggl
e368af6b74 removed (contents of this skin were moved into page.skin) 2002-08-09 12:17:09 +00:00
3f7a7c8170 added commented-out preview link to set background color for a preview 2002-08-09 12:13:54 +00:00
Robert Gaggl
c6f96113a9 added link to polls (moved from site/page.skin into contribnavigation) 2002-08-09 11:53:56 +00:00
Robert Gaggl
f206d72f65 removed link to polls (this is now part of contributor-navigation) 2002-08-09 11:45:00 +00:00
30a2d59ecb also check in function stylesheet_action() if the prefs have been changed, lately 2002-08-09 07:53:08 +00:00
79e800eb13 moved content of hopobject/cp_javascript_action() to root/safejs_action() 2002-08-08 16:17:44 +00:00
9f08119717 moved content of hopobject/cp_javascript_action() to root/safejs_action() 2002-08-08 16:11:51 +00:00
d5f9365b40 turned back to linked stylesheet and javascripts since new lastModify properties are available in helma 2002-08-08 12:11:54 +00:00
0a6795757e moved wrapper functions for javascript and stylesheet actions from hopobject/actions.js to site/actions.js 2002-08-08 12:10:19 +00:00