26472a280e
show lightbox for links on images that do not lead to a child concept; provide info icon for resources that have the 'showInfo' flag set
2011-10-07 20:41:15 +02:00
29ad535ce5
use IPredicate as type interface for predicate type in standard setup
2011-09-28 10:30:08 +02:00
a8fce100fa
allow for adoption of relations to a predicate interface;
...
with example implementation for a 'has Role' predicate in loops.organize
2011-09-23 09:39:32 +02:00
6266366dcf
add fields to type concept for controlling object creation
2011-09-12 10:55:29 +02:00
7223b08b5a
- provide additional metaInfo field, e.g. for storing source and rights
...
information for media assets; show this in info popup;
link image to info popup in Lobo skin standard views
- Lobo listings: allow for restriction of children listed to certain types
2011-08-21 15:52:21 +02:00
4ac8a4d24e
field order: make sure title and description are always on top
2011-08-02 14:58:11 +02:00
5f072547b1
Revert adding request to adapted objects.
2011-04-30 09:24:45 +02:00
a69bda06d7
Provide 'request' attribute for adapted objects.
...
Put the current request (if available) into concept or resource adapters in order to be able to access the session an follow the navigation history, e.g. getting the current parent object. The request is stored in the adapted object automatically when using the 'adapted' view property.
2011-04-28 12:15:13 +02:00
helmutm
499f86848b
convert external addresses (e.g. file names) with special characters smoothly to/from unicode
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4042 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-10-14 12:40:33 +00:00
helmutm
9a6a72eb73
make external collection accept filenames with umlaut characters
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4025 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-09-30 15:00:24 +00:00
helmutm
88b4e19697
external files: use real file modification date for 'modified' information
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3966 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-08-22 13:22:17 +00:00
helmutm
d0dc11086e
specify copyDataFile method in interface
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3964 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-08-22 09:29:52 +00:00
helmutm
2342c11e61
add 'keywords' to IIndexAttributes to avoid Forbidden Attribute Error
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3933 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-08-03 12:56:01 +00:00
helmutm
33690a114f
avoid 'forbidden attribute' error for 'context' on type adapter
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3830 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-05-02 09:22:47 +00:00
helmutm
504092b268
propagation of security settings (principal roles and role permissions) basically working
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3649 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-12-13 15:41:30 +00:00
helmutm
87f46f0d28
propagation of role permission settings from workspaces basically working
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3623 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-11-10 18:19:49 +00:00
helmutm
bcd76509e7
work in progress: workspace (parent-) -governed 'children' grants (principal-to-role mappings)
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3616 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-11-01 21:30:17 +00:00
helmutm
a6dbafcce8
new view list_children.html; action options for queries; send mail feature basically working; presence with link to person
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3575 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-10-12 06:05:14 +00:00
helmutm
8ce40311ac
remove 'AddressableExternalFile' stuff again
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3206 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-02-05 10:36:45 +00:00
helmutm
1c1147cda9
open up media asset type for all kinds of external files
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3205 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-02-05 10:29:01 +00:00
helmutm
b3962aba0e
add resource type AddressableExternalFile
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3203 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-02-04 14:36:23 +00:00
helmutm
ab4442fb03
new target layout instance, controlled by client node(s)
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2995 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-11-17 11:54:47 +00:00
helmutm
8b8ef4cbcc
control navigation menu via layout node types, use traversal adapter for accessing targets via nodes
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2981 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-11-13 07:43:52 +00:00
helmutm
2dd02ede9f
rearranged package layout; provide ILoopsAdapter as base interface with utility properties and methods
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2979 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-11-12 17:41:37 +00:00
helmutm
a2d87853cc
hide externalAddress field
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2967 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-11-05 11:42:31 +00:00
helmutm
d1dbe47d57
move QueryConcept stuff to loops.expert (keeping old query module for backward compatibility); work in progress: child-based queries with actions
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2935 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-10-23 13:35:23 +00:00
helmutm
96043fb340
work in progress: layout management
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2910 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-10-08 20:28:30 +00:00
helmutm
4a09b21e5f
work in progress: layout management
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2900 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-09-23 07:20:15 +00:00
helmutm
8bb93765fc
work in progress: use layout composer via LayoutNode
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2890 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-09-18 10:15:55 +00:00
helmutm
3dc2a3b24d
add identifier index, is used for 'TypeInstances' property
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2884 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-09-16 10:21:33 +00:00
helmutm
fee8b42366
add new layout sub-package
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2862 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-08-27 10:41:34 +00:00
helmutm
133b901996
suppress 'mapping attribute' stuff - should better be implemented by specialized predicates
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2839 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-08-23 08:00:51 +00:00
helmutm
f2eb384dd8
add IMappingAttributeRelation and corresponding relation adapter for being able to use a set of child relations for representing a mapping attribute
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2809 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-08-13 17:39:10 +00:00
helmutm
f165e4b1e8
provide predicateInterface field for IPredicate; set up example 'IAllocated'
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2782 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-07-31 07:21:35 +00:00
helmutm
878e18d244
work in progress: predicate adapters; import bug fix: import of child relations now OK
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2705 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-06-12 06:31:29 +00:00
helmutm
7a3d57fe5f
some minor modifications concerning creation of concepts directly on the concepts folder
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2652 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-05-30 13:08:51 +00:00
helmutm
9dec6887b6
work in progress: sub-elements, e.g. for annotations and state information, for export/import
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2477 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-03-28 12:42:47 +00:00
helmutm
ebefd631a2
added view and actions for a pseudo-folder concept type
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2457 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-03-16 21:11:08 +00:00
helmutm
dd66347498
added linkUrl attribute to note for controlling appearance of link text
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2440 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-03-08 10:15:17 +00:00
helmutm
ca273f78bc
first steps towards getting favorites (and other personalization stuff) to work
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2394 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-02-12 18:53:22 +00:00
helmutm
5271981119
merged Dojo 1.0 branch
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2388 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-02-10 09:56:42 +00:00
helmutm
2740774b3d
starting doctests for constraint module
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2270 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-12-23 21:01:45 +00:00
helmutm
95f2b55de1
prepare NodeAdapter stuff; refactor version as preparation for i18n-aware resources
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2245 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-12-14 15:14:15 +00:00
helmutm
309f5f1e21
provide create and edit dialogs for concepts - starting with glossary items
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2209 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-12-03 10:23:38 +00:00
helmutm
96d0462b18
work in progress: classifier
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2106 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-10-09 15:19:13 +00:00
helmutm
a0838de6f1
additional attribute 'localFilename' for IFile
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1788 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-06-14 19:41:39 +00:00
helmutm
a1d73273ee
fixes for resource/file handling on the management interface
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1676 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-04-07 07:27:46 +00:00
helmutm
0de032132c
provide 'options' field for loops root and menu objects; make versioning depend on 'useVersioning' option
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1664 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-03-25 12:36:21 +00:00
helmutm
685ac858b0
provide attributes and resources via XML-RPC
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1647 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-03-17 16:16:04 +00:00
helmutm
fa6290753c
minor improvements on create/edit dialog
...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1628 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-03-08 10:59:41 +00:00