|
Last change
on this file was
200,
checked in by mylan, 20 years ago
|
|
1.Migrate qPloneComments to Plone 2.1.2
2.Use SecureMailHost? for notification sending.
2.Add discussion object's creator notification on publishing comment.
|
|
File size:
311 bytes
|
| Line | |
|---|
| 1 | from Products.CMFCore import permissions |
|---|
| 2 | |
|---|
| 3 | VIEW_PERMISSION = permissions.ManagePortal |
|---|
| 4 | |
|---|
| 5 | PROJECTNAME = 'qSiloGroup' |
|---|
| 6 | SKINS_DIR = 'skins' |
|---|
| 7 | |
|---|
| 8 | GLOBALS = globals() |
|---|
| 9 | |
|---|
| 10 | JS = [{'cacheable': True, 'compression': 'safe', 'expression': '', 'enabled': True, 'inline': '', 'cookable': True, 'id': 'adjustIFrameSize.js'},] |
|---|
| 11 | CSS = [] |
|---|
Note: See
TracBrowser
for help on using the repository browser.