Commit graph

190 commits

Author SHA1 Message Date
7f95a66c99 merge branch master 2013-07-26 09:42:05 +02:00
de822e717f better name for option ('foreign_parent_...') 2013-07-24 09:18:52 +02:00
349dc89bb8 work in progress: allow linking to parents from other loops sites: allow selection of foreign types 2013-07-22 11:55:38 +02:00
f2fbcb52c3 merge branch master 2013-06-23 09:46:14 +02:00
3f1ffdb8f4 work in progress: info texts and feedback pages for self-service registration 2013-05-17 11:30:10 +02:00
a67c19659a more flexible layout for states info and stateful actions; improved/more flexible translateion facilities 2013-03-24 17:15:06 +01:00
b5ab23a90b merge branch master 2013-03-23 11:32:29 +01:00
872edab5c0 show modified time as localized value 2013-03-11 11:14:26 +01:00
e4222d7567 fix rendering of description if it only contains a br tag 2013-02-20 11:37:17 +01:00
c9969223e4 make permission for showing states configurable 2013-01-30 11:55:10 +01:00
344a1d81e5 allow better control of create actions by checking 'AssignAsParent': check action permissions + related fixes 2013-01-28 16:00:06 +01:00
58fda446ff use HTML fields for agenda item description, discussion, consequences; provide fixes and additions for editing and presentation of this 2013-01-03 19:41:32 +01:00
8d24a40724 improve option-controlled filtering by states, + checkbox for showing all items 2012-11-24 09:42:21 +01:00
757a1cd60c add option-based filtering (overridable via request params 2012-11-23 12:43:21 +01:00
a2cc1ee9a3 move 'parts' logic to ConceptView class so that parts can be used in standard (non-Lobo) views 2012-11-22 09:16:49 +01:00
7ed73e28b5 merge branch master 2012-11-09 09:48:26 +01:00
3bcc61880c store request in thread local data 2012-10-27 15:39:45 +02:00
e21adfa364 Merge branch 'master' into bbmaster 2012-07-16 10:05:38 +02:00
14b670166a provide new 'getViewForObject()' method for getting views in listings; use new view attribute 'listingTitle' in listings 2012-07-13 18:19:46 +02:00
54c3a9e8aa merge branch master 2012-07-03 13:15:54 +02:00
edf058fec2 allow simple specification of portlet actions via view class 2012-06-27 10:59:39 +02:00
f9dca48cde merge branch master 2012-05-15 16:52:55 +02:00
17ccce90ce add 'cssClass' property for controlling display of report fields; remove 'td' tags from field renderers for more flexibility 2012-05-02 16:44:11 +02:00
90466aad79 Merge branch 'master' into bbmaster 2012-03-17 11:56:38 +01:00
7bf87c15ac avoid error when trying to access typeProvider attribute for wrong objects 2012-03-16 12:00:57 +01:00
hplattner
65ce2d9779 Merge branch 'master' of ssh://git.cy55.de/home/git/loops into bbmaster 2012-03-15 12:41:25 +01:00
6bb4f35091 new options for resources: suppress external editing, do not normalize filename on download 2012-03-14 16:42:53 +01:00
942de85d87 check for principal is None - may happen when zope.authentication is patched 2012-03-12 08:14:44 +01:00
1b344e7489 provide option 'organize.stateful' to directly bind a states definition to a type
in addition extend, clean up standard import files
2012-03-03 11:57:57 +01:00
2a7a5f8a1d directly call target view from node view if target view is marked as top-level 2012-01-28 19:51:12 +01:00
b686716754 use targetView entry in request annotations for calling views declared for adapted concept map objects (i.e. type interfaces) 2012-01-27 07:55:13 +01:00
a06447bade view modes: improve look when hovering over tabs 2012-01-22 12:12:33 +01:00
15cecb8aed provide basic framework for view modes (i.e. tabs); store target view in request for later use 2012-01-22 12:00:32 +01:00
84072904e5 do not use standard description field as default for DC description 2012-01-01 12:17:47 +01:00
a86c8afcfa SEO: show informative URLs (with title) when global option 'useInformativeURLs' is set 2011-12-05 10:44:34 +01:00
f01df3662c work in progress: basic procedure for determining breadcrumbs list 2011-12-03 17:07:20 +01:00
705b4a6f2d work in progress: breadcrumbs 2011-11-25 09:02:14 +01:00
f072066b3a work in progress: configurable reports - basic interfaces and classes, example report (work_report) 2011-11-10 08:17:12 +01:00
f7fd4ef30f work in progress: configurable reports - basic interfaces and classes 2011-11-09 10:53:05 +01:00
2638fb83f2 add convenience method getUidForObject() for use in templates 2011-06-25 17:56:07 +02:00
dd7e27f7cd ignore Dojo registration requests if no controller present (e.g. for management interface views) 2011-06-16 20:03:58 +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
829b271150 provide body macro declaration for Lobo skin and other minor improvements
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4211 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-04-02 10:36:18 +00:00
helmutm
fdaf31bd79 allow fixed ordering of concept children in standard listing via drag and drop
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4189 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-02-13 17:42:47 +00:00
helmutm
87d8369bb7 include x-pdf in list of 'read-only' resources
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4186 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-02-12 16:45:37 +00:00
helmutm
b3709c3bfb provide convenience properties for accessing standard predicates
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4153 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-01-24 13:25:36 +00:00
helmutm
eddc98d19d concept listing improvements: show last author only, avoid duplicates
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4139 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-01-10 07:35:55 +00:00
helmutm
294e0b6334 use BorderContainer/ContentPane for more comfortable edit dialogs with scrolling
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4070 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-11-11 12:56:42 +00:00
helmutm
99fc384e8f optionally restrict version listing
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4061 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-11-05 09:49:23 +00:00