Hannes Wallnöfer
16adfc5b02
Replaced app.__app__.logEvent with app.log (backport from antville.org)
2002-10-21 08:22:38 +00:00
Hannes Wallnöfer
3c588cba11
Performance tweaking in formatTimestamp(): Only use one DateFormat per request
2002-10-20 17:24:48 +00:00
Hannes Wallnöfer
7eb706a4d8
Use site.isOnline() instead of site.isNotPublic(), which is much slower and
...
takes a user parameter which we aren't using here.
2002-10-18 15:43:16 +00:00
56f55f1fd6
added general limit of 50 addresses in fakemail_macro()
2002-08-26 12:38:46 +00:00
c78fbb20ba
added param.delimiter and updated creation of hyperlink in function fakemail_macro()
2002-08-26 10:48:11 +00:00
Robert Gaggl
8644a353dd
added fakemail_macro()
2002-08-26 10:41:29 +00:00
ebc4b6ce27
added variable as flag if at least one story content is not null (it does not have to be the text property anymore)
2002-08-23 15:46:58 +00:00
d8acfe1a31
revamped storylist_macro() to prevent untrusted sites from using expensive sort, order and topic options
2002-08-22 10:53:41 +00:00
Robert Gaggl
39ddb8e69b
- fixed a bug in pingUpdatedSites() (column ID was renamed to SITE_ID)
...
- changed app.__app__.logEvent() to app.log()
2002-08-21 14:20:14 +00:00
84e9048b11
fixed bug that prevented colorpicker from being displayed when creating a story
2002-08-20 08:47:30 +00:00
16cf21077b
replaced <% imageurl %> macro by <% image as="url" %>
2002-08-19 16:42:53 +00:00
a28957ebee
added support for first version of skinmanager help
2002-08-19 16:42:33 +00:00
e06aae520b
renamed rss10Image.skin to rssImage.skin
2002-08-19 16:41:04 +00:00
Robert Gaggl
ba8afc1d49
- added story_macro() which renders a skin for a story with a specified id
...
- changed poll_macro()
2002-08-15 10:00:35 +00:00
259352c995
splitted renderTextPreview() into clipText() and softwrap()
2002-08-14 17:36:14 +00:00
b72d8b1c53
splitted renderTextPreview() into clipText() and softwrap() and moved them to objectFunctions.js
2002-08-14 17:33:47 +00:00
b778a95a89
revamped rss output:
...
1. moved rss10Channel.skins from global to rss.skin in root and site
2. moved rss10Resource.skin from global to rssResource.skin in root and site
3. moved rss10Item.skin from global to rssItem.skin in root and site
4. moved contents of global/rssTextInput.skin into site/rss10Channel
5. renamd rss10.hac in root and site to rss.hac
2002-08-14 17:21:14 +00:00
Robert Gaggl
c1448ee9bd
added wrapper-macros imagelist and topiclist
2002-08-14 15:38:32 +00:00
Robert Gaggl
f5a851fb7d
render empty string as image-title if alttext is null
2002-08-14 15:37:42 +00:00
c940f28857
changed order of date formats in getDefaultDateFormats()
...
changed occurences of app.__app__.logEvent() to app.log()
added function translateToEntities()
2002-08-14 09:22:49 +00:00
6559186a83
renamed root/rss10.hac to root/rss.hac and created redirector function rss10_action() in root/actions.js;
...
did the same for site/rss10.hac;
changed occurences of "Weblog" to "Site" in rss output;
encoded e-mail addresses in root/rss output to be displayed as entities to cancel the ticket of happy spammers
2002-08-14 09:19:33 +00:00
Robert Gaggl
c582e684ec
code-reformatting
2002-08-13 20:46:37 +00:00
Robert Gaggl
85509f2b04
changed renderMarkupPart() so that values that contain an empty string are rendered in the tag
2002-08-13 14:46:06 +00:00
61329cdaf0
removed temporary script tag for colorgenerator.js
2002-08-13 14:36:49 +00:00
ad67835457
renamed cp_element.skin to colorpickerWidget.skin
2002-08-13 14:36:48 +00:00
d9960f1f5b
moved global/safejs.skin to root/safescripts.skin
2002-08-13 14:33:22 +00:00
da5bb5c339
changed output of missing shortcut in shortcut_macro()
2002-08-12 13:46:25 +00:00
1957638fcf
turned hopobject macro colorpicker into a global macro
2002-08-09 16:47:28 +00:00
4141b1027c
moved cp_element.skin from hopobject to global
2002-08-09 16:45:55 +00:00
ad64933c56
added function setBg() for temporary reasons
2002-08-09 12:13:10 +00:00
Robert Gaggl
5ba3ae46b7
moved as properties-file to application root
2002-08-09 11:54:26 +00:00
Robert Gaggl
09e445f0ce
moved this file as messages.en to application root
2002-08-09 11:49:39 +00:00
Robert Gaggl
54b1a04c9d
changed the way messages are handled: now onStart reads messages.[langCode]-files and stores the contents as SystemProperties beneath app.data[langCode])
2002-08-09 11:48:03 +00:00
Robert Gaggl
762cc1fe97
removed useless code in renderInputCheckbox()
2002-08-09 11:44:35 +00:00
0b00347b3e
turned colorNames array into object and added color names as named properties in function parseColor()
2002-08-09 10:07:12 +00:00
9e00bedcd1
2002-08-08 16:16:46 +00:00
e90647fc90
moved hopobject/cp_javascript.skin to global/safejs.skin
2002-08-08 16:16:27 +00:00
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