Commit graph

378 commits

Author SHA1 Message Date
3baac801a0 moved renderInputText() et al. and renderImage() from hopobject to global 2002-06-04 14:53:17 +00:00
Robert Gaggl
21b9a7c6a4 changed to use global markupelement-functions, global openLink() and closeLink()-funtions
also formatTimestamp() is a global function now
2002-06-04 14:19:11 +00:00
Robert Gaggl
8216b4fe9e removed formatTimestamp() which is a global function now 2002-06-04 14:12:56 +00:00
Robert Gaggl
f42a499116 now using global markupelement-functions to render links 2002-06-04 14:04:46 +00:00
Robert Gaggl
995cce36e1 fixed typo 2002-06-03 23:24:27 +00:00
ffca47cc52 fixed markup to be xhtml compatible 2002-06-03 17:10:21 +00:00
80daa06c2a res.write(simpleDropDownBox()) is replaced by renderDropDownBox() in level_macro() 2002-06-03 17:09:19 +00:00
284ee190e0 threw out markup and using global functions openMarkupElement() et. al. instead 2002-06-03 16:57:07 +00:00
2ea7797c89 fixed markup to be xhtml compatible 2002-06-03 16:49:20 +00:00
Hannes Wallnöfer
bea7b72a7d Removed meta Content-type tag that contained charset "utf-8"
(which is not necessary because Helma sets this correctly
in the response header and will in most cases be wrong and result
in non-ASCII characters not working because utf-8 is not used
unless explicitly set in server or app properties)

Added link tag for automatic RSS discovery (see
http://project.antville.org/stories/57209/ )
2002-06-02 16:48:54 +00:00
Hannes Wallnöfer
65edd56ae6 changed search form method from POST to GET 2002-06-02 16:40:05 +00:00
Hannes Wallnöfer
75206649b7 found one more instance of "res.body" 2002-06-02 16:39:37 +00:00
Hannes Wallnöfer
1a8b17fc38 Use new flexible searchWeblogs() function in root, which potentially
can search in all weblgs, although we don't use/expose that
functionality yet.
2002-06-02 16:33:12 +00:00
Robert Gaggl
0e7ae0b9ef change code according to helma's new session/usermodel:
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead
2002-06-02 16:17:31 +00:00
Robert Gaggl
0c446c8362 change code according to helma's new session/usermodel:
- using session.user instead of user
changed code to run with snapshot 20020531-fc:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)
some code-reformatting done
2002-06-02 16:07:04 +00:00
Robert Gaggl
6d1da6e53c change code according to helma's new session/usermodel:
- using session.user instead of user as argument
- changed user.cache to session.data
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead
2002-06-02 15:55:33 +00:00
Robert Gaggl
0c8b4f852b change code according to helma's new session/usermodel:
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc:
- no more res.skin, using renderSkin instead
2002-06-02 15:55:05 +00:00
Robert Gaggl
6ac4bfe828 change code according to helma's new session/usermodel
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc
- no more res.skin, using renderSkin instead
2002-06-02 15:39:46 +00:00
Robert Gaggl
d9a206f1b2 change code according to helma's new session/usermodel
- changed user.cache to session.data
changed code to run with snapshot 20020531-fc
- no more res.skin, using renderSkin instead
2002-06-02 15:35:11 +00:00
Robert Gaggl
08b753e0d7 change code according to helma's new session/usermodel:
- using session.user instead of user as argument
2002-06-02 15:30:22 +00:00
Robert Gaggl
51aa4490bb now using new global function isUserSysAdmin()
removed explicit writing of prefix and suffix (helma's doing that from now on)
2002-06-02 15:28:07 +00:00
Robert Gaggl
cc749307b5 change code according to helma's new session/usermodel
- using session.user instead of user as argument
changed code to run with snapshot 20020531-fc
- no more res.skin, using renderSkin instead
2002-06-02 15:22:57 +00:00
Hannes Wallnöfer
62b23e10ed Ooops, accidentally checked in Mckoi version where TEXT column is renamed to BODY 2002-05-30 14:41:44 +00:00
Hannes Wallnöfer
3f8c31727d escape single quote character (') as '' 2002-05-30 14:40:17 +00:00
Hannes Wallnöfer
8388d56f1b merged changes from branch hns_timezone into main branch. 2002-05-27 18:50:48 +00:00
649c6e2097 refurbished code style 2002-05-21 16:45:41 +00:00
48a8900ec2 refurbished code style 2002-05-17 20:00:31 +00:00
aa44d2ce9f first step of migrating to xhtml 2002-05-17 19:59:15 +00:00
d886e824c3 added type attribute in script tag 2002-05-17 19:57:28 +00:00
beacc66aa7 refurbished preferences (modified order, section and property names etc.) 2002-05-17 19:57:09 +00:00
8a8a395e1a changed title of page to "preferences" 2002-05-17 19:56:17 +00:00
Hannes Wallnöfer
c12d376466 database skins are now contained within the mounted skinmgr
object itself, avoiding the dual "skins" and "skinmanager" properties
in weblog ("skins" with prototype skinmgr for performing skin
management, "skinmanager" as untyped collection containing the
actual skins). From now on, everything is contained in and managed
by weblog.skins.
2002-05-16 14:26:29 +00:00
Robert Gaggl
2e007fb99d now using req.action instead of getActionName() 2002-05-16 12:29:02 +00:00
Robert Gaggl
2814d30245 include action in form-tag 2002-05-15 23:24:30 +00:00
Robert Gaggl
6ad8c3fc22 assign form-action to res.data.action 2002-05-15 23:24:11 +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
Robert Gaggl
df8e2d1e9b changed calendar_macro() since the day must not appear in path anymore (because stories have now a standard URL): if a day-object or a story appear in path they determine the month to display in calendar 2002-05-15 23:22:46 +00:00
Robert Gaggl
f37eba6afb initial check-in: now also the creator of a weblog is allowed to delete it (will be recorded in syslog soon) 2002-05-15 23:19:41 +00:00
14b61c18b9 added check for "zero records" returned by hsqldb in listReferrers_macro() 2002-05-14 14:22:36 +00:00
aa29e9d8c4 adapted sql query in listReferrers_macro() for using antville with hsqldb connection 2002-05-13 18:19:45 +00:00
37127ccff0 removed this action to prevent weblogs.com from being pinged manually 2002-05-13 10:46:54 +00:00
aafb761775 modified popup() function:
- size of new window will never extend 640x480 (inner values)
- resizable and scrolling is set to "yes"
2002-05-07 15:34:41 +00:00
e03a254bbd added log message and check for empty title in function ping() 2002-04-29 15:09:27 +00:00
27785e55b6 changed "notify weblogs.com" to "notify updates" 2002-04-29 14:43:15 +00:00
1ee0af1dd7 changed "pinging" to "notifying" in error msg of ping() 2002-04-29 12:02:37 +00:00
0dc877f939 removed ping variable 2002-04-29 12:01:06 +00:00
a20dd0cf44 moved some parts back to ping() in objectFuncktions.js 2002-04-29 11:49:06 +00:00
eaa7429fba added comments; moved some parts from ping.hac back to here 2002-04-29 11:48:32 +00:00
b850193ea4 wrapped result of weblogs.com ping into new object 2002-04-29 10:42:37 +00:00
89406c2d92 wrapped result of weblogs.com ping into new object in function ping() 2002-04-29 10:42:27 +00:00