419ca9c8c6
retouched layout to become more concistent
2004-01-02 22:06:37 +00:00
Robert Gaggl
52de311062
changed since the signature of Html.link(AsString) has changed (first argument must be an object containing all attributes of the a tag).
2003-12-17 22:04:16 +00:00
Robert Gaggl
666a8734ac
initial check-in
2003-12-08 22:59:01 +00:00
Robert Gaggl
84ce44e9f5
modified getUrl(): for one the method getStaticUrl() of site was renamed to staticUrl(), plus use res.push()/res.pop() since we're dealing with Strings now (instead of StringBuffers)
2003-12-08 21:19:06 +00:00
Robert Gaggl
8728b8a9b7
added method getUrl()
2003-11-23 18:32:30 +00:00
Robert Gaggl
541dd9cdde
url_macro() is now just a wrapper for getUrl()
2003-11-23 18:08:12 +00:00
4e5609864a
added description as title attribute in file link
2003-10-30 15:38:34 +00:00
3471f00ae8
modified file link to accept a custom text, too (FIXME: this is a hack)
2003-10-30 14:47:21 +00:00
024a38a34f
added name data
2003-10-30 14:45:48 +00:00
74006dc880
added main_action to redirect to the same url that is available via the "download" link in the file manager
2003-10-08 16:18:34 +00:00
Robert Gaggl
7e95b36b13
modified editlink_macro() and deletelink_macro() since checkXxx now throws a DenyException
2003-09-07 21:06:09 +00:00
Robert Gaggl
570c419ea1
rewrote permission framework: renamed isXxxDenied() to checkXxx(), all check-methods now throw a DenyException object instead of returning an Exception object
2003-09-07 21:02:26 +00:00
Robert Gaggl
1bb142aa57
initial check-in: merged former .hac files into single actions.js files
2003-08-02 12:20:05 +00:00
Robert Gaggl
b1d3bb6870
modified comments
2003-08-02 12:19:11 +00:00
Robert Gaggl
ead9d08495
- added checkAccess() that is called by onRequest() to check if a user is allowed to request a certain action
...
- added method isDeleteDenied()
2003-08-02 12:06:22 +00:00
Robert Gaggl
bbb2fb13ac
- added constructor function
...
- return a Message object
2003-08-02 11:19:16 +00:00
Robert Gaggl
628ab00442
- changed to use AntvilleLib
2003-08-02 10:48:19 +00:00
Robert Gaggl
bec9671d2b
- changed from input type="button" to type="submit"
...
- changed attribute names to html-conform ones (with -> cols, height -> rows)
2003-08-02 10:40:41 +00:00
Robert Gaggl
e458ddb886
moved to filemgr
2003-08-02 10:27:47 +00:00
Robert Gaggl
81f0c559e7
removed because .hac-files were merged into single actions.js files
2003-08-02 10:24:52 +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
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
Robert Gaggl
49fd925726
changed viewlink_macro(): now param.text is rendered if defined (before it wasn't because openMarkupElement deletes param.text)
2003-03-09 15:06:52 +00:00
524d7a38a3
still fixed html where necessary to achieve maximum xhtml conformance; furthermore i tried to find a more expressive title for every page output (most of them were set to the site title only which does not help a lot when navigating with the browser history); last but not least many editor forms where adapted to gain a concistent general layout.
2003-03-07 19:27:48 +00:00
b628b7bf08
added viewlink macro
2003-03-05 18:40:00 +00:00
50890759ad
validated almost every page (at least apart from the system management stuff) with the w3c validator at http://validator.w3.org and modified the skins where necessary. furthermore i tried to arrange some layouts (files, images, polls) to better and more consistently harmonize with the general antville appearance.
2003-03-05 18:39:37 +00:00
Robert Gaggl
051ec5d72e
- changed alias_macro(): title is now the form-encoded description, urlparam now contains the escaped alias. both should avoid problems with special characters
2003-02-04 12:19:23 +00:00
Robert Gaggl
ff01391d37
securityFunctions now need the membership-level of a user as second argument
2003-01-02 19:05:03 +00:00
Robert Gaggl
7dbd8cb9e3
renamed to securityFunctions.js
2003-01-02 18:55:12 +00:00
Robert Gaggl
42e0f21580
merged need_for_speed branch
2002-12-01 19:26:40 +00:00
Robert Gaggl
852a813ac4
removed creator_macro() since this is a hopobject-macro now
2002-09-02 20:13:33 +00:00
Robert Gaggl
741d6eb6f4
marked requestcnt-property as "private"
2002-08-30 13:38:55 +00:00
f83fb72d15
removed createtime_macro() (it's available in hopobject/macros.js)
2002-08-19 16:43:32 +00:00
16632edb72
replaced all occurrences of "this" with the name of the corresponding prototype
2002-08-09 15:45:59 +00:00
9a7e6937f9
added function filetype_macro()
2002-08-08 15:44:19 +00:00
f180f78f41
changed skin to output file type and size information in brackets and the description as title attribute
2002-08-08 15:43:48 +00:00
Robert Gaggl
c459331f8d
- changed evalFile(): it's not possible anymore to change the alias of a file-object
2002-07-19 09:08:41 +00:00
Robert Gaggl
db8750202a
- changed form because specifying a name is not mandatory anymore
...
- now using global input-macro (which echoes request data by default)
2002-07-19 08:59:43 +00:00
Robert Gaggl
f1c925ea85
removed input for changing name (alias) of file
2002-07-19 08:57:19 +00:00
Robert Gaggl
194a18261a
- changed because the prototype weblog was renamed to site
...
- removed hardcoded messages with getMsg()
- permission-constants have changed names because goodie was renamed to file
2002-06-26 17:16:49 +00:00
Robert Gaggl
10dfb1d116
changes needed because weblog was renamed to site, goodie to file and goodiemgr to filemgr
2002-06-26 16:56:45 +00:00
Robert Gaggl
cd3ab4ba11
changed text because "goodie" is now called "file"
...
changed name of input to rawfile
2002-06-26 16:53:03 +00:00
Robert Gaggl
789dfab5c1
changed because the prototype goodie was renamed to file
2002-06-26 16:47:48 +00:00
Robert Gaggl
5f1326716d
changes necessary because
...
- prototype weblog was renamed to site
- prototype goodie was renamed to file
- app-property goodieUrl was renamed to fileUrl
2002-06-26 16:28:30 +00:00
Robert Gaggl
e3be3df4d4
changed text because "goodie" is now called "file"
2002-06-26 16:20:19 +00:00
Robert Gaggl
152f6884c0
changed because of prototype-renaming:
...
- weblog was renamed to site
- goodie was renamed to file
- goodiemgr was renamed to filemgr
2002-06-26 16:18:10 +00:00
Robert Gaggl
f8db009bff
changed type.properties according to new database-schema:
...
- all tables are prefixed with AV_
- WEBLOG was renamed to AV_SITE
- GOODIE was renamed to AV_FILE
- all columns are prefixed with the table-name (without table-prefix)
- foreign keys follow a specific naming-convention
(for details see http://project.antville.org/topics/feature+requests+and+proposals/69427/ )
2002-06-26 16:03:59 +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
fd824e4934
removed a second form-tag (method GET!) which made it impossible to upload goodies (don't know how this form-tag got in here ...)
2002-06-11 10:44:47 +00:00
f82b1aa47c
moved <form> tags on positions that are appropriate for xhtml compatibility (hopefully...)
2002-06-04 15:34:47 +00:00