Robert Gaggl
e48fa72acb
- removed create_action() since there are no skinset anymore (but layouts)
...
- modified diff_action() to retrieve the parent's skin as original skin (or the application skin if there is no parent)
2003-11-23 17:53:39 +00:00
Hannes Wallnöfer
a76698be3e
Beatification of skinset creation form (table, style)
2003-10-07 16:01:58 +00:00
Hannes Wallnöfer
aa95512818
Added support for skinsets:
...
* Skins are attached to skinset rather than site objects
* Each site can have multiple skinsets
* Skinsets can inherit from each other
* Added subclasses of imagemgr and skinmgr that mount on root/manage
2003-10-07 15:53:55 +00:00
Hannes Wallnöfer
e8adb95a2c
Added support for skinsets:
...
* Skins are attached to skinset rather than site objects
* Each site can have multiple skinsets
* Skinsets can inherit from each other
* Added subclasses of imagemgr and skinmgr that mount on root/manage
2003-10-07 15:14:47 +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
Hannes Wallnöfer
44067f1fd0
Set loadmode to aggressive (? - unsure about pros/cons)
2003-08-29 13:58:45 +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
4dc576c5e0
- added checkAccess() that is called by onRequest() to check if a user is allowed to request a certain action
...
- modified permission check methods: they now return an Exception object in case a certain action is denied
2003-08-02 12:12:34 +00:00
Robert Gaggl
f6757655d1
- modified saveSkin to throw an Exception object in case something is wrong, return a Message object as positive result
...
- added try/catch blocks for skin removal
2003-08-02 11:41:52 +00:00
Robert Gaggl
d2f7c4af5c
added section "various additional skins" and the link to robots.skin
2003-08-02 11:12:44 +00:00
Robert Gaggl
91aa97ea77
- changed to use AntvilleLib methods
2003-08-02 11:01:25 +00:00
Robert Gaggl
81f0c559e7
removed because .hac-files were merged into single actions.js files
2003-08-02 10:24:52 +00:00
Robert Gaggl
d9fb8f1ae7
merged changes done in antville_1_0 branch
2003-07-22 12:01:41 +00:00
2140813275
added support for day/header.skin
2003-06-05 14:49:01 +00:00
Hannes Wallnöfer
0b8c3ad1ca
Unscrewable skin manager main page. Same as main.hac, except that it
...
uses skinmgr/page.skin to render the page, which is (usually) not customized.
2003-03-12 10:54:07 +00:00
Hannes Wallnöfer
05bf6756f8
Allow sysadmins access to all skinmanagers
2003-03-12 10:52:49 +00:00
a0c4842325
separated "front" from "page" for less resemblance of a microsoft product.
2003-03-07 22:16:44 +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
6c4a949ce6
replaced occurences of & in query strings by & to conform with xhtml spec. the w2 validator is happy now.
2003-03-07 14:05:56 +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
ff01391d37
securityFunctions now need the membership-level of a user as second argument
2003-01-02 19:05:03 +00:00
Robert Gaggl
068a68f090
req.data.memberlevel is now passed as second argument to security-functions. with this they can also be used even when there's no request-object present (scheduler, bloggerApi)
2003-01-02 18:55:32 +00:00
Robert Gaggl
c528e2e8be
removed UTF-8-encoding at beginning of file (backport from antville.org)
2002-12-17 21:13:17 +00:00
Robert Gaggl
42e0f21580
merged need_for_speed branch
2002-12-01 19:26:40 +00:00
Robert Gaggl
ba7e295b78
replaced weblog.loginstatus with site.loginstatus
2002-10-03 14:05:19 +00:00
Robert Gaggl
785b1ac2a3
removed main-skin of history-list (this skin doesn't exist anymore)
2002-09-05 17:15:12 +00:00
Robert Gaggl
0ad3f5b755
replaced calls of skin-macro with included tags for script/css-inclusion
2002-09-05 17:14:13 +00:00
cc8a34c55d
historyview.skin is now located in story
2002-08-13 16:50:58 +00:00
fc08052f54
historyview.skin is now located in story
2002-08-12 15:18:49 +00:00
16632edb72
replaced all occurrences of "this" with the name of the corresponding prototype
2002-08-09 15:45:59 +00:00
6bb094a240
set modifytime and modifier in saveSkin()
2002-08-08 12:07:05 +00:00
6bfdaa04b7
stepped back to previous version of embedding javascript and stylesheet code except moving script and style tags hither.
2002-08-01 16:14:08 +00:00
caa3f05e51
changed the way the <script> tag is closed (now using </script>) due to browser incompatibilites
2002-07-30 06:27:45 +00:00
3baeae2267
2002-07-29 17:42:43 +00:00
1a6d51174a
style.skin and javascript.skin of a prototype are now wrapped into hac files
...
(ie. made public) for streamlined integration of script code and css definitions.
2002-07-29 17:33:02 +00:00
6201d660ad
fixed bug in saveSkin() that caused missing user and date information for customized skins
2002-07-29 12:09:03 +00:00
de68c6916f
added xml header and modified doctype and html opening tag for xhtml conformance
2002-07-26 16:49:17 +00:00
Hannes Wallnöfer
1ef7de7efe
Added skins to skin manager list for topic, topic manager, story manager and
...
search pages. Contributed by Arno@murmel-comics
2002-07-25 17:05:48 +00:00
1078c1b9a2
removed link to non-existing "signup" skin
2002-07-05 14:01:56 +00:00
Robert Gaggl
c882d3d7e6
changed because the prototype weblog was renamed to site
2002-06-26 17:29:39 +00:00
Robert Gaggl
db58fa6d5f
replaced hardcoded messages with getMsg()
2002-06-26 17:20:41 +00:00
Robert Gaggl
9b3835869d
- explicitly setting site-property of skin
...
- replaced hardcoded messages with getMsg()
2002-06-26 17:04:05 +00:00
Robert Gaggl
a94e09901e
changed because the prototype weblog was renamed to site
2002-06-26 16:48:51 +00:00
Robert Gaggl
72d830c930
changed because the prototype weblog was renamed to site
2002-06-26 16:23:37 +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
5b63058c89
merged changes done in branch "grob_message" into main trunk (removed unused skins_macro())
2002-06-12 17:17:22 +00:00
adb5fd01a4
removed "?" from urlparam and "#" from anchor parameters in link macros
2002-06-04 17:58:19 +00:00
109888ea5f
modified skins_macro() to fit with the newly implemented functions for rendering markup just to notice that this function looks like it is obsolete...?
2002-06-04 15:17:33 +00:00