Commit graph

34 commits

Author SHA1 Message Date
a218d22b93 Merge branch 'master' into bbmaster 2011-12-04 11:24:43 +01:00
d9694f711c improve reporting: additional field for HTML-rendered text; CSS class for tabular report 2011-12-03 09:46:51 +01:00
5f95ef439e merge branch master 2011-12-02 10:16:56 +01:00
35a442b171 remove obsolete package-specific line from generic template 2011-11-29 17:20:07 +01:00
0a1d2ec262 work in progress: reporting; example 'work statement' report is operational 2011-11-27 19:44:58 +01:00
55fbb7eefc work in progress: reporting, example 'work statement' report 2011-11-27 15:19:19 +01:00
120156cd04 work in progress: reporting, example 'work statement' report 2011-11-26 14:54:24 +01:00
073d483bf0 Merge branch 'master' into bbmaster 2011-11-17 11:22:34 +01:00
34e7e41928 use the standard ConceptView class as base class for the Search query class 2011-11-15 10:18:43 +01:00
907e9c4da8 provide display rendering for relation property with link (like for relation set) 2011-11-14 13:50:20 +01:00
153f0ee0e7 merge branch master 2011-11-11 15:27:12 +01:00
758171f158 work in progress: configurable reports - basic interfaces and classes, example report (work_report) 2011-11-11 15:18:03 +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
9f5133152f tolerate None values in title and description 2011-10-20 17:48:59 +02:00
dbae765d90 fix text on confirmation box for 'delete' button 2011-06-11 17:05:41 +02:00
b0c54ddd1b Merge branch 'search_actions' 2011-05-29 15:57:38 +02:00
e18392ac0f Provide actions on selected objects of a search result.
- delete and change state actions
- show/hide actions
- display search results again after execution of action
- show info message
- permission checks
2011-05-26 10:26:50 +02:00
9d67fa5465 case-insensitive sorting of search results 2011-05-25 09:48:43 +02:00
5d63df8e70 Actions on search results.
Provide checkboxes and delete button; implement delete action (work in progress).
2011-05-22 14:09:08 +02:00
f0028ae354 use correct macro for search results listing 2011-05-20 12:32:37 +02:00
ad8c236aa5 Basic refactoring of standard search functionality.
Move everything to loops.expert, making loops.search obsolete.
2011-05-20 10:55:44 +02:00
helmutm
c13e6a6d00 allow also deletion of concepts via action query
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4191 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-02-18 07:58:44 +00:00
helmutm
629de87686 filtering functionality basically working, including search and standard concept listings
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4160 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-02-07 16:53:08 +00:00
helmutm
f434cd34ad make search macro template overridable via controller setting
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4134 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-01-06 15:22:37 +00:00
helmutm
ec7dd9391d quicksearch improvements; make search process in relation widget more flexible
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3250 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-02-25 17:42:23 +00:00
helmutm
ca4efe3d37 keep search text in quicksearch field
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3223 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-02-10 15:08:11 +00:00
helmutm
6d7fe3abfc add 'search' button to quicksearch field
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3219 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-02-09 07:38:19 +00:00
helmutm
6acfec47f4 provide quicksearch input field as top action
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3217 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-02-08 16:30:12 +00:00
helmutm
4d05fa9ab3 bug fix: delete all objects in list...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2945 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-10-26 14:58:59 +00:00
helmutm
7e2c0d98bf rename action query
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2944 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-10-26 14:48:18 +00:00
helmutm
bb3b4b16ec work in progress: sortable tables
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2941 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-10-26 14:26:11 +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
c2a16063c5 work in progress: prepare listings for update actions using checkboxes on list items; work in progress: expert.browser for new query views; + minor adjustments
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2933 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-10-22 11:12:11 +00:00