Robert Gaggl
8249b45e05
initial check-in (the renamed getgoodie.hac)
2002-06-26 15:52:12 +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
49c623f75b
merged changes done in branch "grob_message" into main trunk
2002-06-12 17:19:05 +00:00
Robert Gaggl
e252d3df2c
merged changes done in branch "grob_message" into main trunk (weblog-history is now rendered using <div>-tags to avoid xhtml-incompatible page-source; removed explicit declaration of utf-8)
2002-06-12 17:12:27 +00:00
Robert Gaggl
a51b899486
merged changes done in branch "grob_message" into main trunk
2002-06-12 17:08:32 +00:00
e801583ca9
commented out two lines that were introduced to make listReferrers_macro() compatible with hsqldb but obviously they do not work with mysql... (since i assume hsqldb won't be around for much longer, i think these lines could later be removed, anyway).
2002-06-08 12:45:24 +00:00
Robert Gaggl
3e5404cccc
reenabled ordering of groupnodes
2002-06-05 18:31:32 +00:00
fb002dab12
replaced td attribute "background" with appropriate style attribute for xhtml compatibility (this is supposed to be a transitional fix, in the end there should be a class/id doing the job)
2002-06-04 17:34:07 +00:00
1259599284
fixed a bugfix in meta/content-type tag... (sigh!)
2002-06-04 17:18:08 +00:00
837b131dc9
added meta/content-type tag
2002-06-04 17:07:39 +00:00
25a30566f5
modified code on the search for xhtml compatibility (mainly adding quotes to non-quoted attribute values)
2002-06-04 16:27:09 +00:00
f82b1aa47c
moved <form> tags on positions that are appropriate for xhtml compatibility (hopefully...)
2002-06-04 15:34:47 +00:00
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