Commit graph

37 commits

Author SHA1 Message Date
Robert Gaggl
5fe392f85a - changed because the prototype weblog was renamed to site
- call root.getLocale() if site has no locale defined (instead of using default-locale)
2002-06-26 17:06:45 +00:00
Robert Gaggl
23e0cab449 merged changes done in branch "grob_message" into main trunk (application-messages are no longer hardcoded in functions but are defined in central language-specific .js-files; application-messages are selected according to defined language) 2002-06-12 17:19:47 +00:00
Robert Gaggl
8216b4fe9e removed formatTimestamp() which is a global function now 2002-06-04 14:12:56 +00:00
Robert Gaggl
995cce36e1 fixed typo 2002-06-03 23:24:27 +00:00
Hannes Wallnöfer
8388d56f1b merged changes from branch hns_timezone into main branch. 2002-05-27 18:50:48 +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
e03a254bbd added log message and check for empty title in function ping() 2002-04-29 15:09:27 +00:00
1ee0af1dd7 changed "pinging" to "notifying" in error msg of ping() 2002-04-29 12:02:37 +00:00
a20dd0cf44 moved some parts back to ping() in objectFuncktions.js 2002-04-29 11:49:06 +00:00
89406c2d92 wrapped result of weblogs.com ping into new object in function ping() 2002-04-29 10:42:27 +00:00
fa2aff46ae renamed ping_action() to ping(), moved some parts to ping.hac 2002-04-29 10:35:58 +00:00
ec70093315 result properties of xml-rpc ping to weblogs.com are called flerror and message (sometimes it's good to look in the specs :) 2002-04-29 10:24:22 +00:00
989cbe1bb2 added some messaging to ping_action() 2002-04-29 10:03:47 +00:00
71a5297c6d added ping_action() (which will become ping() later, this is just for testing purposes) 2002-04-29 09:51:35 +00:00
Robert Gaggl
d11e837772 store property enableping 2002-04-26 08:17:28 +00:00
6e1057cff3 removed commented call for checkdate as well as the checkdate() function according to robert's suggestion. 2002-03-29 14:59:34 +00:00
29c581c997 removed experimental code that accidentally got into cvs 2002-03-29 14:31:12 +00:00
Robert Gaggl
bed8fde9e5 lastoffline is set if weblog is switched offline, added functions deleteAll() and isTrusted() 2002-03-27 11:24:36 +00:00
Robert Gaggl
193abd9a93 html-tags are stripped for weblog-title 2002-02-06 18:06:57 +00:00
8953e47063 removed getProperty("hostname") again 2002-02-05 11:25:11 +00:00
c0fa0286e9 moved convertHtmlImageToLink() function to weblog.rssConvertHtmlImageToLink()
added getProperty("hostname") as a quick hack to create a correct url to images in rss feeds
2002-02-05 11:13:45 +00:00
Robert Gaggl
48ffd69ee4 removed functions userMaySignup(), createMember() and evalSignup() (part of them was moved to membership) 2002-01-22 19:59:58 +00:00
Robert Gaggl
f9edfeef08 added isStoryOnline-function 2001-12-16 18:06:47 +00:00
Robert Gaggl
2d6d28f686 updateWeblog() is now called evalPreferences(), now returns an Object 2001-12-13 18:25:00 +00:00
f01e94eab9 added helper function sortMostReads() to sort read counters of stories 2001-12-12 15:18:53 +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
e5011e3846 moved functions to storymanager 2001-11-18 13:29:44 +00:00
Robert Gaggl
97e06c29bc admins are allowed to edit story 2001-11-03 09:31:16 +00:00
Robert Gaggl
2be388fb2b enable setting of dateformat-property 2001-09-05 21:31:29 +00:00
Robert Gaggl
4618abda8d necessary changes due to new day-prototype 2001-08-15 09:09:32 +00:00
Robert Gaggl
a573a8b7c6 fixed a silly bug where the creator of a weblog was admin but normal user ... 2001-07-26 09:58:11 +00:00
Robert Gaggl
b014439257 changes due to adding the property "editableby" to story, changed createMember()-function 2001-07-21 21:54:22 +00:00
Michael Platzer
4f9fba5297 basically implemented the chronological history list and did some additional minor changes
weblog/objectFunctions.js -> modifytime is set to current Date at creation time
story/objectFunctions.js -> modifytime is set to current Date at creation time
comment/objectFunctions.js -> modifytime is set to current Date at creation time; isonline is set to 1 at creation time; added function isOnline()
weblog/type.properties -> two additional subnode-containers: allstories, allcomments
weblog/macros.js -> implemented history_macro which renders List of recently modified Objects
story/historyview.skin -> will be rendered by the weblog-history macro
comment/historyview.skin -> will be rendered by the weblog-history macro
weblog/main.skin -> included history.skin
story/main.skin -> included history.skin
weblog/style.skin -> included "history", "historyStory" and"historyComment" classes
weblog/history.skin -> newly created
story/macors.js -> title_macro can be rendered as a link; comments_macro renders an invisible anchor-tag before each comment
comment/macors.js -> title_macro can be rendered as a link; replies_macro renders an invisible anchor-tag before each comment
eliminated renderPrefix() and renderSuffix()
documentation.htm -> updated
2001-07-18 15:58:18 +00:00
Robert Gaggl
898394cac4 deleting a story now updates lastupdate of weblog 2001-07-09 20:01:48 +00:00
Robert Gaggl
839b453de0 lot's of changes ... 2001-07-01 19:27:28 +00:00
Robert Gaggl
0a0461e9f8 updateWeblog now saves language/country 2001-06-28 18:10:28 +00:00
Robert Gaggl
bbfcb3d4f4 Initial revision 2001-06-18 08:57:33 +00:00