Commit graph

51 commits

Author SHA1 Message Date
a739aed66a use new py-scopes package instead of cco.storage 2024-02-15 10:45:58 +01:00
70a93f56d9 move storage-related stuff from organize/tracking/storage to loops.storage package 2024-01-17 11:01:34 +01:00
4635a00caf fix portlet selection; simplify options retrieval 2024-01-03 17:33:21 +01:00
64ad40fb96 clean-up source files 2024-01-03 16:57:47 +01:00
b4b93b122e move access to records container (in ZODB or SQL DB) to util.records() function 2024-01-03 15:44:08 +01:00
380d7e7b59 use SQL-based storage (cco.storage) for favorites 2024-01-03 11:09:50 +01:00
8e81bab3bf access to SQL-based implementation of favorites record basically working 2023-12-20 15:39:10 +01:00
506e539c2d work in progress: autommatic tests for SQL-based storage implementation 2023-12-18 13:53:37 +01:00
781521ca88 move storage migration from cybertools to loops, + updates from cco.storage 2023-12-15 14:13:47 +01:00
4f710c15d6 fix favorite display 2020-05-06 08:23:28 +02:00
b471deef43 merge bbmaster2 into bbmaster resulting in branch 2master 2020-03-04 18:05:37 +01:00
2012181382 fix tests/doctests according to current ZTK and BlueBream versions 2019-04-26 17:13:59 +02:00
63220a656f always show all unread messages 2017-07-20 11:16:48 +02:00
hplattner
fb924fdc03 add mail image to notifications portlet 2017-07-20 10:48:56 +02:00
dc75d56951 process optional selection criteria (dateFrom) for notifications list 2017-07-19 15:41:49 +02:00
a91e1b0c4c remove deprecated import from zope.testing 2016-12-26 10:37:00 +01:00
30c13d57d7 use special property 'favTitle' for favorites portlet 2016-12-19 14:45:09 +01:00
hplattner
e27f4000f7 add uid to notifications listing items 2016-08-30 12:47:36 +02:00
acef9b683e gracefully keep favorites on top that have been promoted manually 2016-03-24 17:11:52 +01:00
1d7f01dccb allow re-ordering of favorites by drag-and-drop 2016-03-24 16:24:45 +01:00
hplattner
e2c1e67843 check headTitle property in targetview to generate headTitle 2016-03-17 14:11:00 +01:00
f69a43699c avoid error for notifications whose target has been deleted 2016-01-15 11:59:18 +01:00
0b4fdef7b5 show link to notifications page also for 'no new notifications' 2015-11-04 09:27:50 +01:00
357c660659 notification: avoid error because of user without person 2015-11-03 17:26:34 +01:00
5c90a19859 notification: minor fixes 2015-10-31 10:56:09 +01:00
a2dca10e15 show portlet only if there are any notifications 2015-10-31 10:05:13 +01:00
ec28357ba7 notifications: portlet, translations 2015-10-30 12:52:42 +01:00
4a0b31b34d notifications listing fully operative with marking notifications as read and filtering 2015-10-30 10:50:05 +01:00
d09e2a9d0a work in progress: notifications listing 2015-10-25 15:42:36 +01:00
019eef29a6 work in progress: notification listing; improve 'unauthorized' view 2015-10-23 10:36:46 +02:00
853782fb35 work in progress: notifications listing 2015-10-17 12:17:56 +02:00
9f9df6599f set up basic notification functionality 2015-10-16 09:26:49 +02:00
e871eafcaf avoid error because of old favorite tems 2015-04-16 16:54:35 +02:00
335217081c base functionality for storing selected institution of user/person in favorites 2015-03-25 17:39:51 +01:00
a3e0cac006 store sort infos (by task/concept) in user's favorite data 2015-03-25 15:09:52 +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
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
64db0029e6 work in progress: personal filters
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4034 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-10-10 20:13:19 +00:00
helmutm
d12dac7e37 add method for providing all track data for favorites
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3717 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-02-08 08:19:48 +00:00
helmutm
3918b8ebc7 provide 'data' argument when adding a favorite
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3713 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-02-04 11:53:55 +00:00
helmutm
f093fd1b58 make favorites interface more complete; provide convenience properties for layout views
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3071 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-16 15:02:48 +00:00
helmutm
e26cc196bd rename favorites view
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3068 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-16 12:27:44 +00:00
helmutm
4729f0ef5c implement comments/discussion facility
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3053 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-08 18:13:20 +00:00
helmutm
a6559dfdf9 add doctests to access tracking
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2983 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-11-13 13:34:13 +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
4d5bfed47f move stateful and process to organize; work in progress: organize.tracking
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2509 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-04-09 10:03:52 +00:00
helmutm
b7097a09c5 added stateful package for assigning simple workflows to loops objects
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2467 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-03-21 17:51:30 +00:00
helmutm
3524ab83be suppress favorites portlet if no 'favorites' storage present
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2455 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-03-14 07:38:33 +00:00
helmutm
60af09cedb added favorites portlet with add and remove functionality
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2452 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-03-13 17:42:05 +00:00