ffebcbb491
removed unnecessary line in renderMarkupPart()
2002-08-08 15:42:59 +00:00
fa7018febc
finally added a list of colornames to check against entered form values; simultaneously made some changes from before undone
2002-08-04 00:04:18 +00:00
3034978af0
changed renderColorAsString() functions to display hex strings shorter than 6 characters as correct hex strings, too
2002-08-03 23:20:46 +00:00
59b9e4558a
fixed bug that caused exception for displaying images as thumbnail or popup
...
that do not have a thumbnail in function image_macro()
2002-07-30 06:58:07 +00:00
816735a9f3
removed 0.92 version of rss output
2002-07-29 14:17:23 +00:00
Robert Gaggl
e95ca73047
changed evalURL(): now checks if url is actually a mail-address and prefixes it with "mailto:" if necessary
2002-07-26 22:59:13 +00:00
e3c67a49f3
added clipping argument to renderTextPreview() and renderTextPreviewAsString()
2002-07-26 12:53:22 +00:00
0cb8eafa82
added shortcut_macro() and storylist_macro();
...
result of merge with helmaville
2002-07-26 12:47:41 +00:00
Robert Gaggl
d413bb8068
still fiddling with activateLinks(): now basically behaves like the original version (which means only freestanding urls are rendered as links), but still runs the regexp just once.
2002-07-22 15:36:45 +00:00
Robert Gaggl
a87e34abd7
changed activateLinks(): now just one run of the regexp is necessary to catch urls, and (hopefully) fixed the bug where a link surrounded by html-tags wouldn't be rendered.
2002-07-22 11:41:16 +00:00
9bb6f5d663
replaced <wbr> with xhtml conform <wbr /> tag in renderTextPreviewAsString()
2002-07-19 13:59:44 +00:00
Robert Gaggl
680134269c
removed format() in renderTextPreview() because this occationally breaks the history-list
2002-07-19 13:04:19 +00:00
Robert Gaggl
b1c82700aa
added a new message for disabled discussions on story, changed confirm-messages for fileCreate and imageCreate
2002-07-19 09:09:43 +00:00
Robert Gaggl
f1a15bf84a
added function buildAliasFromFile: function constructs an alias (without any special characters) based on the name of the uploaded file
2002-07-19 09:05:54 +00:00
Robert Gaggl
4359906034
changed renderTextPreview(): this should speed things up a bit; added format() at end of function
2002-07-19 08:55:43 +00:00
Robert Gaggl
fad7631307
input_macro() is now a global macro
2002-07-19 08:44:09 +00:00
Hannes Wallnöfer
a42faa8419
Fixed formatting/indentation.
...
Do toLowerCase() when checking if referrer comes from the
local weblog.
2002-07-08 14:01:13 +00:00
Hannes Wallnöfer
c8df8ac3de
merged xml_content branch.
2002-07-01 16:36:27 +00:00
Robert Gaggl
9405171536
changed now_macro() because prototype weblog is now called site
2002-06-26 18:31:10 +00:00
Robert Gaggl
56ae774c64
changed permission-constants because goodie was renamed to file
2002-06-26 17:14:22 +00:00
Robert Gaggl
4959affe96
- some changes for backwards-compatibility (which we'll drop soon)
...
- added function renderLocaleChooser()
- changed because the prototype weblog was renamed to site
2002-06-26 17:11:08 +00:00
Robert Gaggl
8af6b7946f
- lots of changes because prototype weblog was renamed to site
...
- changed logAccess-function to work also for oracle-databases
2002-06-26 16:56:08 +00:00
Robert Gaggl
17332be7c2
- replaces occurrences of "weblog" with "site"
...
- added a bunch of missing messages (mostly from securityfunctions)
2002-06-26 16:50:19 +00:00
Robert Gaggl
2f490adb39
replaces occurrences of "weblog" with "site"
2002-06-26 16:49:33 +00:00
Robert Gaggl
2bd9c35f87
- changed some comments to match renamed prototypes
...
- replaced hardcoded messages with getMsg()
- renamed webloglist_macro() to sitelist_macro()
2002-06-26 16:27:20 +00:00
568b6f4dbd
edited message texts. this is a first draft that needs re-checking. additionally, some comments mark possible condensation of two texts into one message.
2002-06-18 11:40:41 +00:00
71afe8d8be
fixed a bug that prevented a closed poll from being displayed as results in a story (function poll_macro);
2002-06-13 14:50:01 +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
a565bd4b2d
corrected comment
2002-06-12 16:28:09 +00:00
Robert Gaggl
28dae4bf68
initial check-in. this file creates an object-tree beneath app.data.de containing two "classes" of german application-messages: error and confirm. the messages themselves are basically skins stored as properties (several functions in global/objectFunctions.js are responsible to retrieve/render them)
2002-06-10 11:43:48 +00:00
Robert Gaggl
50602bb1f7
initial check-in. this file creates an object-tree beneath app.data.en containing two "classes" of application-messages: error and confirm. the messages themselves are basically skins stored as properties (several functions in global/objectFunctions.js are responsible to retrieve/render them)
2002-06-10 10:57:08 +00:00
adb5fd01a4
removed "?" from urlparam and "#" from anchor parameters in link macros
2002-06-04 17:58:19 +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
ead0df33ee
changed openMarkupElement("a", param) calls back to openLink(url) to obtain nice and slim code
2002-06-04 15:36:15 +00:00
Robert Gaggl
4f25b91665
using global formatTimestamp() now
2002-06-04 14:15:14 +00:00
Robert Gaggl
e7a367f698
added global function openLink() that takes a URL as argument to render a simple a href-tag
...
added global function closeLink()
some code-formatting done
2002-06-04 14:06:58 +00:00
96867d716e
updated function documentation of thumbnail_macro() to reflect recent changes
2002-06-04 10:31:36 +00:00
06103c16b4
modified thumbnail_macro() to create a thumbnail with javascript pop-up function (to be really backwards compatible)
2002-06-04 10:29:45 +00:00
Robert Gaggl
a77c750406
added assignment of param.width to param.size (temporary, i think we should drop the usage of non-html-attributenames)
2002-06-03 23:22:55 +00:00
ffca47cc52
fixed markup to be xhtml compatible
2002-06-03 17:10:21 +00:00
d052a593c6
threw out markup and using global functions openMarkupElement() et. al. instead
2002-06-03 17:02:29 +00:00
7a1bdb8327
kept already deprecated function cloneObject() for later use (you'll never know...)
2002-06-03 16:59:03 +00:00
5f07b15990
threw out markup and using global functions openMarkupElement() et. al. instead
2002-06-03 16:45:08 +00:00
Hannes Wallnöfer
783fb0ff69
changed user.login() to session.login().
2002-06-02 18:21:16 +00:00
Robert Gaggl
c792cea231
added new global macro "username"
...
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:
- removed explicit writing of prefix and suffix to response-object (helma's doing that from now on)
2002-06-02 15:57:47 +00:00
Robert Gaggl
937b97b238
renamed function setLayout() to getParent(), removed setting of res.skin (not supported anymore)
...
change code according to helma's new session/usermodel
- changed user.cache to session.data
- using session.user instead of user
2002-06-02 15:41:43 +00:00
Robert Gaggl
ca46646edd
initial check-in, implemented new functions isUserBlocked(), isUserTrusted(), isUserSysAdmin()
2002-06-02 15:32:24 +00:00
Hannes Wallnöfer
5b37b22e7a
changed link from antville.org to www.antville.org in logo macro
2002-05-27 22:50:49 +00:00
Hannes Wallnöfer
8388d56f1b
merged changes from branch hns_timezone into main branch.
2002-05-27 18:50:48 +00:00
Hannes Wallnöfer
2ef71f35c1
removed padding whitespace chars from description element text,
...
which effectively changed the item text.
2002-05-21 14:30:59 +00:00