Commit graph

144 commits

Author SHA1 Message Date
helmutm
1a47ac9182 ignore case (optionally) in password check
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3367 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-05-02 20:45:55 +00:00
helmutm
1cb8894abc work in progress: task indexing: add index for start date, include work item texts in text index entry
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3342 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-04-20 06:43:08 +00:00
helmutm
6a45e33890 extend/improve form/processing for registering users, clean up options
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3329 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-04-11 10:07:14 +00:00
helmutm
8dfdf85403 bug fix for create task action
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3279 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-03-15 13:49:14 +00:00
helmutm
0938619e67 provide 'create task' action
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3272 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-03-14 10:51:39 +00:00
helmutm
cc3652db1c new authenticator plug-in: virtual principals, based on person objects (work in progress)
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3270 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-03-09 13:44:04 +00:00
helmutm
1f6229d2fd work in progress: person-based authentication (without persistent principal objects)
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3266 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-03-08 11:12:58 +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
02901cb83f provide description appropriately formatted for title attribute and info field
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3236 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-02-16 07:02:41 +00:00
helmutm
6f8e716923 Use TaskView for providing task work items listing
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3200 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-02-02 06:56:37 +00:00
helmutm
396cc946d6 mark today by bold text, show weekdays in title attributes of day fields
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3192 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-29 10:14:12 +00:00
helmutm
dfe6423f77 subtract one second from end date to exclude 00:00 of the following day
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3187 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-29 07:44:59 +00:00
helmutm
466f05e5a8 improve queries: make configurable via query options
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3181 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-27 12:04:57 +00:00
helmutm
cf666c3bc3 work in progress: automatic setting of useful criteria for work item listings
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3178 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-24 11:02:52 +00:00
helmutm
24992512e6 bug fix: handling of date and time values; register Dojo textarea
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3177 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-24 09:33:30 +00:00
helmutm
3c9c3b23b0 bug fix: 'allColumns' must be a list in the correct order
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3175 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-23 09:35:53 +00:00
helmutm
afa64c7028 some minor refactorings as preparation for more flexible queries
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3171 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-22 18:38:23 +00:00
helmutm
f3b30498e0 extend TargetAction, provide CreateConceptPage for page-based add forms; allow suppressing of assignment part on forms
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3160 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-19 13:58:50 +00:00
helmutm
7c09dec614 bug fix: avoid error if no record manager is present
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3158 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-19 09:19:45 +00:00
helmutm
c3a412a902 work in progress: edit work items with different actions
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3157 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-18 11:19:39 +00:00
helmutm
12061a6aa3 work in progress: 'send link by email' feature
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3154 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-17 16:51:51 +00:00
helmutm
6ff94ad004 provide work item infos: icon with link, info popup
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3149 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-14 09:44:16 +00:00
helmutm
77376f1c04 work in progress: personal info query/view - starting with link to 'change password'; define 'editTask' as a separately definable action
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3144 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-12 12:40:57 +00:00
helmutm
c185f72eea work in progress: configurable work item listings
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3142 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-11 18:32:49 +00:00
helmutm
73d9365dd7 update copyright info
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3139 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-11 15:05:05 +00:00
helmutm
97569c4113 fix formatting of end time
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3138 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-11 15:03:27 +00:00
helmutm
78d28056cf work in progress: new work item lifecycle
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3137 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-11 14:56:20 +00:00
helmutm
e3a8493d31 work in progress: new work item lifecycle
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3134 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-11 10:45:19 +00:00
helmutm
3cc50cccff tracking stats: period details
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3123 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-07 09:28:13 +00:00
helmutm
88dea1544d show day as separate column, start and end columns contain only the time
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3122 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-07 09:27:49 +00:00
helmutm
9cbc45818e provide a query view for linking to other loops sites in the same instance
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3107 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-02 10:06:11 +00:00
helmutm
ed35bcf5af improve display of rows in work items listing
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3106 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-01 19:17:51 +00:00
helmutm
60c7d22e61 work in progress: work items listing
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3104 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-30 22:54:34 +00:00
helmutm
94d38bbe2c work in progress: view work items
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3098 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-29 15:05:25 +00:00
helmutm
a77166dfee work in progress: task management: creation of work items OK
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3097 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-29 12:27:55 +00:00
helmutm
07c98536e7 work in progress: task management with work items
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3094 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-28 21:25:42 +00:00
helmutm
92bacf05d4 work in progress: task management with work items
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3091 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-28 14:26:02 +00:00
helmutm
429f1d33c4 work in progress: task management with work items
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3089 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-27 22:20:50 +00:00
helmutm
047ab7ede7 work in progress: task management with work items
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3088 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-27 10:42:48 +00:00
helmutm
d4715fc882 work in progress: task management with work items
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3087 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-27 10:42:40 +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
eb3a11db88 extend recent changes query: include concepts, add types option
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3058 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-11 15:48:50 +00:00
helmutm
1e5a79e8cd some fixes for presentation of comments; use 'authors' attribute of adapted object (if present) for 'creators' instead of DC info
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3057 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-11 09:10:38 +00:00
helmutm
252ae21bbc control comments via loops root options; use TrackDetails as base class for displaying comments instead of TrackView
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3056 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-09 12:05:16 +00:00
helmutm
e1a5ba9e3a get principal title if person not present
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3055 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-08 18:56:54 +00:00
helmutm
0381c7577e get principal title if person not present
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3054 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-08 18:50:42 +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
a7312a0fa0 work in progress: comments; use new generic track view
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3052 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-08 12:25:03 +00:00
helmutm
23b6355386 some code clean-up; show description as td title
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3050 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-12-06 16:42:40 +00:00