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
29e83c3880
first step of complete rewrite of how html macros are rendered
2002-05-17 19:59:45 +00:00
Robert Gaggl
a41cbd2e8c
removed getActionName() which got replaced with built-in req.action
2002-05-16 12:28:15 +00:00
Robert Gaggl
ce3db1fc83
- removed "main" from href()
...
- root.allWeblogs-collection was renamed to root.public
2002-05-15 23:00:34 +00:00
59693d92c8
adapted sql query in logAccess() for using antville with hsqldb connection
2002-05-13 18:18:43 +00:00
1ae0e4a689
replace writeln() with app.__app__.logEvent() in function logAccess()
2002-05-02 11:38:18 +00:00
3c8c4ddf07
modified query in pingUpdatedWeblogs() to track weblogs that haven't been pinged, yet (LASTPING is null)
2002-04-30 14:31:26 +00:00
e9a9fa12b1
removed generic log message in pingUpdatedWeblogs()
2002-04-29 14:35:56 +00:00
c74b1ebd27
id has to be a string when directly retrieved from db in function pingUpdatedWeblogs()
2002-04-29 14:17:58 +00:00
a9266aebeb
debugging
2002-04-29 14:13:11 +00:00
2dad3eebbd
added some more logging
2002-04-29 14:08:36 +00:00
4b85634083
added some logging using app.__app__.logEvent()
2002-04-29 13:48:48 +00:00
25dc87b0f6
added call for pingUpdatedWeblogs() to scheduler()
2002-04-29 13:01:20 +00:00
4e0d3ac1f9
fixed bug in pingUpdatedWeblogs(), "select" statement needs executeRetrieval() instead of executeCommand()
2002-04-29 11:41:39 +00:00