Robert Gaggl
1da86f939d
choice text is no longer pushed to skin, instead use choice.title_macro()
2003-08-02 10:37:57 +00:00
Robert Gaggl
b7a2d1bc9d
code reformatting
2003-08-02 10:36:46 +00:00
Robert Gaggl
e61e1578c0
- changed because of propertymgr now handling the content of a story/comment
...
- some reformatting
2003-08-02 10:36:05 +00:00
Robert Gaggl
23920e7f0f
- merged .hac files into this file
...
- removed checks for req.data.submit, use named submit buttons in skins now
- added try/catch blocks since most objectFunctions will throw an Exception now instead of returning an Error object
2003-08-02 10:33:54 +00:00
Robert Gaggl
14f50d76a1
- merged .hac files into this file
...
- removed permission checks, this is done in checkAccess() now
- removed checks for req.data.submit, use named submit buttons in skins now
- added try/catch blocks since most objectFunctions will throw an Exception now instead of returning an Error object
2003-08-02 10:33:16 +00:00
Robert Gaggl
028b5dc3aa
- merged .hac files into this file
...
- removed permission checks, this is done in checkAccess() now
2003-08-02 10:31:27 +00:00
Robert Gaggl
799acc19fe
moved from site to root - this way we don't have to create a temporary site object every time just for rendering the skin
2003-08-02 10:30:14 +00:00
Robert Gaggl
cc0f4b69b3
moved from image to imagemgr
2003-08-02 10:29:28 +00:00
Robert Gaggl
c7707beb7f
moved from file to filemgr
2003-08-02 10:28:53 +00:00
Robert Gaggl
6884da6362
moved to root
2003-08-02 10:28:22 +00:00
Robert Gaggl
59ba787765
moved to imagemgr
2003-08-02 10:28:01 +00:00
Robert Gaggl
e458ddb886
moved to filemgr
2003-08-02 10:27:47 +00:00
Robert Gaggl
31b6666e46
moved file from user to membermgr
2003-08-02 10:27:25 +00:00
Robert Gaggl
6adc4f72cc
moved file to membermgr
2003-08-02 10:26:47 +00:00
Robert Gaggl
02fd442979
removed
2003-08-02 10:26:14 +00:00
Robert Gaggl
ffef24b407
removed since this skin isn't used anymore
2003-08-02 10:25:37 +00:00
Robert Gaggl
81f0c559e7
removed because .hac-files were merged into single actions.js files
2003-08-02 10:24:52 +00:00
Hannes Wallnöfer
38ac00b02b
Fix bug where failure to send mail was never detected in sendPwd().
2003-07-29 14:01:29 +00:00
Robert Gaggl
d9fb8f1ae7
merged changes done in antville_1_0 branch
2003-07-22 12:01:41 +00:00
Hannes Wallnöfer
112d619958
Replace FESI tryEval with real try statements.
2003-07-08 15:04:08 +00:00
Hannes Wallnöfer
bdcda3369d
Changed RegExp constructors to include the global ("g")
...
and ignoreCase ("i") flags as required by Rhino.
2003-07-08 14:53:57 +00:00
Hannes Wallnöfer
fdeb78e7ff
Check if partLastRendered is defined before comparing it.
...
Otherwise, Rhino will always evaluate this condition to false.
2003-07-08 14:38:08 +00:00
Hannes Wallnöfer
1e32967c76
Rename public collection to publicSites because public is a reserved keyword in Rhino.
...
Prefetch sites in renderSitelist().
2003-07-08 14:31:15 +00:00
093b50670b
initial check-in of internet explorer "post it" context menu;
...
(instructions: download and install /sitename/menuext.reg)
2003-06-30 08:25:28 +00:00
d89c34963e
use item's createtime rather than its modifytime
2003-06-06 14:40:45 +00:00
b6c60e032d
removed accidentally committed .cvsignore files
2003-06-05 15:15:24 +00:00
2140813275
added support for day/header.skin
2003-06-05 14:49:01 +00:00
88bc7dbf53
added support for day header (ie. date will only be displayed once each day)
2003-06-05 14:31:34 +00:00
7b5ad03df9
Updated by TortoiseCVS
2003-06-05 14:25:18 +00:00
fc907c5cc3
added support for scheduler with cron features
2003-05-29 16:11:09 +00:00
41920cf416
put everything inside <dc:rights> tags into prefix/suffix to ensure xml encoding of copy sign (c)
2003-05-29 16:09:07 +00:00
Hannes Wallnöfer
afee833bcb
Allow for text parameters in story.onlinelink and topic.addstory macros
2003-05-09 14:12:06 +00:00
Hannes Wallnöfer
88773b0916
Fix typo (klick/click)
2003-05-09 13:38:19 +00:00
Hannes Wallnöfer
3b6043d50e
Allow for stories with online-status 1 not to have a topic. (see log msg for
...
story/objectFunctions.js and storymgr/objectFunctions.js)
2003-04-14 14:23:33 +00:00
Hannes Wallnöfer
0b7ea305ae
Do not complain about missing topic when editing or creating a story,
...
even if its onlinestatus is 1. This error isn't right anymore because
there isn't a "add to topic" anymore, just a "add to front page" which
the user has deselected. Also, there are enough cases where an author
would want a story to be neither on the frontpage nor in a topic.
2003-04-14 14:15:08 +00:00
Hannes Wallnöfer
8dfc94c560
Redirect to comment anchor (#comment-id) after creating a comment
2003-04-14 14:10:01 +00:00
Hannes Wallnöfer
a08d616268
Fixed indentation
2003-04-14 13:58:12 +00:00
Hannes Wallnöfer
684a0e43f3
Redirect to comment anchor (#comment-id) after creating or editing a comment
2003-04-14 13:51:20 +00:00
0aca9a79b5
modified res.data.title
2003-04-11 13:38:52 +00:00
82979f666f
had to move "last update on" prefix from skin to lastupdate_macro() in site/macros.js to avoid redundant output
2003-04-11 13:35:28 +00:00
Hannes Wallnöfer
629b8b8524
Check for exsistence of this.creator to make script more stable.
2003-04-11 12:51:07 +00:00
Hannes Wallnöfer
bf448c1dae
Also escape \ in search function.
...
Add postprocessHref() function for virtual host setup.
2003-04-11 12:49:45 +00:00
2fae184b59
changed naming "rules" to derive an alias from the filename for file upload:
...
* myfile will become "myfile" w/o filetype
* myfile.foo will become "myfile" w/ filetype "foo"
* myfile.foo.bar will become "myfile" w/ filetype "bar"
* .myfile will become "myfile" w/ filetype "myfile"
* .myfile.foo will become "myfile" w/ filetype "foo"
* ".myfile.foo.bar" will become "myfile" w/ filetype "bar"
filenames beginning with a period thus will be transformed into generic ones to avoid them being
invisible on certain operating systems and/or to avoid possible exploits.
2003-04-11 12:48:58 +00:00
Hannes Wallnöfer
9371ce4704
Introduce defaultHost property for virtual server setup.
2003-04-11 12:48:44 +00:00
c403423c8a
modified output of clicks_macro() to always output the current value plus "dowlooads" by default
2003-04-11 12:36:52 +00:00
Robert Gaggl
5a609434c5
requestcnt is set to 0 when creating a new file (instead of leaving null)
2003-04-11 10:16:36 +00:00
24a7f40cf9
fixed a bug in buildAliasFromFile() that prevented files beginning with a period from getting an alias
2003-04-11 09:35:50 +00:00
8b2f9b4f9f
modified logo_macro to always return something, thus even <% logo %> w/o a name param renders an antville logo
2003-04-11 09:34:23 +00:00
161c0ed49d
* improved clicks_macro() to display custom texts for each possible amount (0, 1, more)
...
* added return; at the end of functions where it was missing
2003-04-11 09:31:27 +00:00
7a8576a912
trimmed part variable if the story text is used as linked title in content_macro()
2003-04-10 15:26:57 +00:00