|
e51a0323fa
|
applied changes according to mi. platzer
|
2004-08-05 09:41:54 +00:00 |
|
|
d2e4b7a735
|
sync with updated specification
|
2004-08-05 08:19:48 +00:00 |
|
|
5fefada96c
|
enable comments by default in BloggerApi.newPost()
|
2004-08-04 14:15:04 +00:00 |
|
|
637855a2e9
|
fixed bug that prevented user-modified Day/main.skin from being used
|
2004-08-04 13:51:47 +00:00 |
|
|
6edbc81380
|
put dates in brackets instead of using "on"
|
2004-08-04 08:38:40 +00:00 |
|
|
a51b678ac4
|
move <br /> into suffix param
|
2004-08-04 08:37:13 +00:00 |
|
|
d423a6766d
|
use short dateformat only
|
2004-08-04 08:36:14 +00:00 |
|
|
1016432a40
|
check for param.clipping == null in content_macro
|
2004-08-03 12:26:13 +00:00 |
|
|
4e2b88bf6a
|
add check for app.data.redirectPostRequests switch to redirect site post requests to another URL
|
2004-08-03 12:24:43 +00:00 |
|
|
9f7262d41e
|
check if param.id is set in poll_macro
|
2004-08-03 12:23:10 +00:00 |
|
|
97a6d55729
|
initial check-in
|
2004-08-03 11:00:40 +00:00 |
|
|
a99f974ae9
|
replaced nice typographic quote entities with ugly double quotes ascii char in mail messages
|
2004-08-02 15:32:07 +00:00 |
|
|
1ff0e14200
|
added dot.gif to global DefaultImages
|
2004-08-02 15:05:35 +00:00 |
|
Robert Gaggl
|
cb4034391d
|
fixed a typo in SKINSET constant: it's StoryMgr, not Storymgr
|
2004-08-01 22:57:47 +00:00 |
|
Robert Gaggl
|
62e8cff0b4
|
bugfix: use mixed case prototype names for groupnames
|
2004-08-01 13:04:04 +00:00 |
|
Robert Gaggl
|
1f687117fa
|
bugfix in editlink_macro(), deletelink_macro(), onlinelink_macro() and viewlink_macro():
renderImage is a global method, not a site's one
|
2004-08-01 12:23:28 +00:00 |
|
Robert Gaggl
|
4dd5429966
|
bugfix in editlink_macro(), deletelink_macro() and replacelink_macro(): renderImage is a global method, not a site's one
|
2004-08-01 12:22:15 +00:00 |
|
Robert Gaggl
|
b1fc385d9e
|
modified imagelist_macro(): it's not a wrapper for the (recently removed) imagelist_macro() of ImageMgr anymore, but does all on its own
|
2004-08-01 12:21:00 +00:00 |
|
Robert Gaggl
|
94e39a80c9
|
bugfix in deletelink_macro(): renderImage is a global method, not a site's one
|
2004-08-01 12:19:52 +00:00 |
|
Robert Gaggl
|
091b72798d
|
bugfix in replylink_macro(): renderImage takes two arguments
|
2004-08-01 12:19:12 +00:00 |
|
Robert Gaggl
|
f874124a7a
|
bugfix in renderTree(): do a toLowerCase() before checking the context of the skinset
|
2004-08-01 11:10:16 +00:00 |
|
|
7723a4a466
|
sync updated library
|
2004-08-01 10:14:14 +00:00 |
|
|
e850bf31b8
|
removed obsolete macro
|
2004-07-30 13:34:33 +00:00 |
|
|
94cb4c0a22
|
* check for param.as == "url" and/or param.as == "link" wherevery it (hopefully) makes sense
* cleaned up a little bit (code, comments)
|
2004-07-30 13:34:13 +00:00 |
|
Robert Gaggl
|
c42c959be7
|
re-introduced membercounter_macro() which was removed a while ago (obviously by mistake)
|
2004-07-28 15:46:48 +00:00 |
|
Robert Gaggl
|
dee81ecc21
|
modified image_macro(): changed "onClick" to "onclick", otherwise pages wouldn't validate
|
2004-07-28 15:44:48 +00:00 |
|
|
8b15b88989
|
added check for param.as == "url" before writing the user's name as url (if available)
|
2004-07-28 14:09:01 +00:00 |
|
|
f7af9be27e
|
added missing <a> anchor element to locate each user of one page via # in URL
|
2004-07-28 14:06:26 +00:00 |
|
|
6560b259db
|
enabled the sendmail cron job by default
|
2004-07-28 13:41:48 +00:00 |
|
|
931cec01c3
|
replaced <small> with <span class="small"> tag
|
2004-07-28 12:54:41 +00:00 |
|
|
e57317d759
|
removed call of flushMailQueue in scheduler because this function will be called from within the sendmail cron job (at least if it's enabled in app.properties)
|
2004-07-28 12:53:46 +00:00 |
|
|
b848bfe452
|
removed obsolete line which caused a client-side javascript error
|
2004-07-28 09:49:57 +00:00 |
|
Robert Gaggl
|
6c98d29c76
|
bugfix in searchSites(): the column SITE_TAGLINE doesn't exist anymore (moved
to xml encoded preferences)
|
2004-06-22 12:54:28 +00:00 |
|
|
d380193ad2
|
fixed name of extended prototype (first letter uppercase)
|
2004-06-15 15:24:27 +00:00 |
|
Robert Gaggl
|
a608b71ca7
|
fixed severe bug in checkAccess()
|
2004-06-15 11:23:26 +00:00 |
|
Robert Gaggl
|
c965e1790e
|
fixed bug in topicname evaluation: directly test the urlpattern instead of using
isURL() since the latter uses java.net.URL to test
|
2004-06-08 08:22:38 +00:00 |
|
|
d8aed70b77
|
fixed bug that prevented db.properties from being overwritten when building antclick in "all" target
|
2004-06-05 14:53:44 +00:00 |
|
|
871ba4e2ed
|
added all target and some other ones which were necessary for a flawless building process
|
2004-06-05 13:54:36 +00:00 |
|
|
bdfa556523
|
replaced some more irregular quotes with nice ones
|
2004-06-05 13:52:40 +00:00 |
|
|
eaa13e88d0
|
replaced some more irregular quotes with nice ones
|
2004-06-05 12:43:26 +00:00 |
|
|
0cf264b1b1
|
* replaced all occurences of quotes with their entity codes
* replaced some more irregular quotes with nice ones
|
2004-06-05 12:42:01 +00:00 |
|
|
b1f9c8c5c3
|
removed obsolete link to skins, edited text
|
2004-06-05 12:33:44 +00:00 |
|
Robert Gaggl
|
d71c2ec538
|
bugfix: added missing closing form tag
|
2004-06-01 19:13:40 +00:00 |
|
|
96b6695789
|
set mode of any file ending with *.sh to 755
|
2004-06-01 12:30:11 +00:00 |
|
|
4bebbad921
|
do a real cvs checkout and thus get rid of file checking and be sure that extra/lib files are up-to-date
|
2004-06-01 12:15:02 +00:00 |
|
|
fc9c09e8a3
|
remove extra and lib directories from build dir in packages (they will be added again in the build process)
|
2004-06-01 11:27:20 +00:00 |
|
|
75a7a85221
|
check out necessary additional files with direct cvs call before calling ant
|
2004-06-01 11:24:53 +00:00 |
|
Robert Gaggl
|
22d66a6fb7
|
added first option to parent layout chooser
|
2004-05-31 23:18:34 +00:00 |
|
Robert Gaggl
|
7ad301674c
|
updated to current cvs version (compiled on 2004-05-31)
|
2004-05-31 23:17:57 +00:00 |
|
Robert Gaggl
|
f441d355fb
|
updated to current cvs version (compiled on 2004-05-31)
|
2004-05-31 23:00:04 +00:00 |
|