Commit graph

45 commits

Author SHA1 Message Date
Robert Gaggl
b1eb987e35 added "firstoption"-argument to simpleDropDown() 2002-01-22 20:15:11 +00:00
Robert Gaggl
9fbb64bb04 added function checkIfLoggedIn() 2002-01-22 20:11:14 +00:00
Robert Gaggl
f685725ae7 removed getUserLvl() 2002-01-22 19:09:49 +00:00
Robert Gaggl
180259bf13 initial check-in 2002-01-22 18:54:09 +00:00
9cd8493b1d added some more words to comments. 2002-01-07 14:38:48 +00:00
Robert Gaggl
aae4bad0f9 fixed a bug in renderTextpreview(), some other minor changes 2002-01-05 02:46:11 +00:00
Robert Gaggl
beb73d2d3b included prefix and suffix 2002-01-05 02:32:09 +00:00
Robert Gaggl
08aedc9aad initial check-in 2002-01-05 02:26:08 +00:00
9e866b1e6f added logAccess() function 2001-12-19 16:22:34 +00:00
07a532de1c increased return value of the scheduler (was relict of experimental blogimport) 2001-12-11 15:46:37 +00:00
Robert Gaggl
65c09fa49c - trying to format a date now does not throw an ugly error 2001-12-10 22:49:29 +00:00
Robert Gaggl
cef56fef7e - call of doWikiStuff() is now done in getText()-functions
- new function getDefaultDateFormats()
- setLayout() now sets res.page to page.skin only
- added comments
2001-12-10 22:48:59 +00:00
Robert Gaggl
5bddde516e - doWikiStuff now renders create-link if found topic contains no stories 2001-12-10 22:47:10 +00:00
ace6ae794b added onStart(), scheduler() and pingUpdatedWeblogs() functions 2001-12-10 16:35:07 +00:00
Hannes Wallnöfer
1e07e538e7 removed double url activation in doWikiStuff() 2001-12-04 18:37:59 +00:00
Hannes Wallnöfer
78d298804b added doWikiStuff() function to do wiki style substitution on
a given piece of text.

Also added simpleDropDownBox, which takes an array
as parameter instead of the drop down box framework in
hopobject, which requires a complex object structure.
2001-12-04 13:14:09 +00:00
Hannes Wallnöfer
737803a110 call doWikiStuff() before returning the result in activateLinks().
This means that wiki style substitution is bound to link
activation, which may not be the way it should be but works for
now.
2001-12-04 13:12:44 +00:00
Hannes Wallnöfer
3bbd444cf5 added linkedpath_macro which renders a linked
representation of the request path.
2001-12-04 13:10:49 +00:00
Robert Gaggl
bb2b4d9b89 bugfix 2001-11-29 14:55:47 +00:00
Robert Gaggl
2d1066ac82 saving some millis in renderTextPreview-function ... 2001-11-23 20:41:58 +00:00
Robert Gaggl
4ded25441e removed comment 2001-11-23 20:38:58 +00:00
Robert Gaggl
3137f66cee bugfix 2001-11-18 22:05:08 +00:00
Robert Gaggl
988f0bf649 setLayout-function now takes opt. skin-name as argument 2001-11-18 13:18:56 +00:00
942f0d69aa moved item description from dublin core to rdf namespace 2001-11-17 15:38:13 +00:00
398f488687 initial check-in (moved from /weblog) 2001-11-06 08:46:29 +00:00
Robert Gaggl
c316c6d345 rewrote imgDispatch-function, now called getPoolObj() 2001-11-03 09:16:59 +00:00
Robert Gaggl
ce5b4025f9 moved renderTextPreview from global 2001-11-03 09:14:09 +00:00
e072054d79 removed comment 2001-10-30 14:24:00 +00:00
665d79c266 added function for <img> tag to <a> tag transformation 2001-10-30 13:00:47 +00:00
Robert Gaggl
c91ff73e39 added imgDispath()-function 2001-10-21 12:02:20 +00:00
Robert Gaggl
08adad8517 image_macro(), thumbnail_macro(), link_macro() are now global macros, added imageurl_macro() 2001-10-21 11:59:38 +00:00
Robert Gaggl
a397113961 initial check-in, md5-library from Paul Johnston 2001-10-07 19:30:30 +00:00
Robert Gaggl
2547c13d0e created new function autoLogin() 2001-10-07 19:27:48 +00:00
Robert Gaggl
919555988a added renderColor-function that prefixes a color with '#' if needed 2001-10-07 13:55:57 +00:00
Robert Gaggl
cd7adeca02 added evalURL()-function 2001-10-02 10:55:33 +00:00
Hannes Wallnöfer
6d4626abb3 Added activateLinks function to transform free-standing URLs into
HTML link tags. This is derived from Robert's formatLinks function,
but it is meant to be called at render-time. Also, it only affects
free-standing links and does not affect HTML tags or Helma macros.
2001-09-07 13:13:39 +00:00
Robert Gaggl
03b81caa57 not needed anymore 2001-09-05 22:01:49 +00:00
Robert Gaggl
dde11a3b0e added global logo_macro() 2001-09-05 21:42:20 +00:00
Robert Gaggl
71f3b7c808 new functions: setLayout() and formatLinks() 2001-09-05 21:22:55 +00:00
Robert Gaggl
597b447d41 __id__ is now _id 2001-09-05 21:17:11 +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
05c35c1d5f no message 2001-06-28 18:09:09 +00:00
Robert Gaggl
07c6805fd5 added function to check for invalid characters 2001-06-20 10:28:26 +00:00
Robert Gaggl
4eb9174a31 added macro for displaying current date/time 2001-06-20 09:46:48 +00:00
Robert Gaggl
bbfcb3d4f4 Initial revision 2001-06-18 08:57:33 +00:00