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
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