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
Robert Gaggl
fa9242ba24
changed to use global openLink() and closeLink()-funtions
2002-06-04 14:18:41 +00:00
ffca47cc52
fixed markup to be xhtml compatible
2002-06-03 17:10:21 +00:00
284ee190e0
threw out markup and using global functions openMarkupElement() et. al. instead
2002-06-03 16:57:07 +00:00
2ea7797c89
fixed markup to be xhtml compatible
2002-06-03 16:49:20 +00:00
Robert Gaggl
0e7ae0b9ef
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:
- no more res.skin, using renderSkin instead
2002-06-02 16:17:31 +00:00
Robert Gaggl
bc006ac3eb
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)
removed commented out code
2002-06-02 16:03:25 +00:00
Robert Gaggl
0c8b4f852b
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:
- no more res.skin, using renderSkin instead
2002-06-02 15:55:05 +00:00
Hannes Wallnöfer
c12d376466
database skins are now contained within the mounted skinmgr
...
object itself, avoiding the dual "skins" and "skinmanager" properties
in weblog ("skins" with prototype skinmgr for performing skin
management, "skinmanager" as untyped collection containing the
actual skins). From now on, everything is contained in and managed
by weblog.skins.
2002-05-16 14:26:29 +00:00
Robert Gaggl
6fa414dd0e
assign form-action to res.data.action
2002-05-15 23:12:41 +00:00
Robert Gaggl
c3e0c23603
- autoLogin() is now called by onRequest()
...
- removed "Antville" from pagetitle
2002-03-27 13:05:40 +00:00
Robert Gaggl
379c6f6dd1
added function deleteAll()
2002-03-27 11:18:36 +00:00
Hannes Wallnöfer
a13c9c86e1
added editor link for image/main.skin contributed by kris.
2002-03-20 18:32:10 +00:00
8b2f1c6e32
added links and descriptions for poll skins
2002-02-01 17:25:45 +00:00
Robert Gaggl
13773de48c
- removed check if user is blocked (will be done with onRequest())
...
- changes necessary due to new role-scheme
- renamed isEditDenied() to isDenied()
2002-01-22 20:20:15 +00:00
Robert Gaggl
c437ce6350
changed description of skin due to new content-manager-role
2002-01-22 19:57:33 +00:00
Robert Gaggl
be0d292708
hac now checks if user is logged in, removed senseless check for user.cache.referer
2002-01-22 19:54:42 +00:00
Robert Gaggl
6708058c48
- hac now checks if user is logged in
...
- removed unnecessary check for user.cache.referer
- isEditDenied() was replaced with isDenied()
2002-01-22 19:39:31 +00:00
Robert Gaggl
91c5696e8f
included global skins "prevpagelink" and "nextpagelink" in list
2002-01-05 02:39:33 +00:00
Robert Gaggl
50d0877883
minor changes
2001-12-16 18:13:15 +00:00
Robert Gaggl
ea913586c8
removed editor.skin in list
2001-12-12 14:02:48 +00:00
Robert Gaggl
851f06f007
removed assignments to res.head
2001-12-11 10:37:58 +00:00
Robert Gaggl
73ce33a335
- security-functions now demand user-object as argument
2001-12-10 23:22:58 +00:00
Robert Gaggl
e5e30c94a7
- security-functions now demand user-object as argument
...
- using page.skin instead of editor.skin
- now using res.data.* instead of res.*
- removing assignments to res.head
- modifications needed due to rewriting of objectFunctions
2001-12-10 23:20:36 +00:00
Robert Gaggl
3cea06fd7a
- security-functions now demand user-object as argument
...
- using page.skin instead of editor.skin
- now using res.data.* instead of res.*
2001-12-10 23:19:59 +00:00
Robert Gaggl
4fb31886d8
- changes needed due to changes in skin-structure
2001-12-10 23:19:33 +00:00
Robert Gaggl
caf498eb7a
- functions now have a defined (and documented ...) interface
...
- added comments to functions
2001-12-10 23:19:03 +00:00
Robert Gaggl
db9675c6c3
- now calling skin-macro for javascript- and style.skin instead of using response.head
2001-12-10 23:18:38 +00:00
Robert Gaggl
46d70174cf
now use editor-skin instead of page
2001-11-18 13:21:48 +00:00
Robert Gaggl
5cc57b711c
minor change
2001-11-03 09:22:42 +00:00
Robert Gaggl
37c57a166d
included goodie/main.skin
2001-11-03 09:20:55 +00:00
Robert Gaggl
942a32c5f6
added call of autoLogin()-function
2001-10-07 19:31:19 +00:00
Robert Gaggl
4f4f7d4c34
completely rewrote layout of antville (finally ...)
2001-10-02 11:01:50 +00:00
Robert Gaggl
3bcb36cc7e
now using skinmgr.page for skineditor
2001-10-02 11:00:34 +00:00
Robert Gaggl
41237536eb
added skinstatus_macro()
2001-10-02 10:58:01 +00:00
Robert Gaggl
9dfed4eaa0
added fetchSkin(), deleteSkin(), modified saveSkin()
2001-10-02 10:57:12 +00:00
Robert Gaggl
4230b3e1de
initial check-in
2001-10-02 10:47:49 +00:00
Robert Gaggl
bfb7d754b2
edit-form now points to edit.hac
2001-09-08 10:18:26 +00:00