Klaus Leithoff
c4e46dc172
typo in comment, while debugging ACLFilter
2010-09-28 14:58:30 +00:00
Klaus Leithoff
544c522904
additional statusfilters: open and upcoming, own open and upcoming, delegated open and upcoming, responsible open and upcoming
2010-07-15 10:09:35 +00:00
Ralf Becker
4b9b76bbe7
fix for bug #2624 : SQL error - CONCAT not supported by postgres
2010-05-26 15:41:40 +00:00
Klaus Leithoff
d785ed1d45
improved commented out debug message
2010-04-15 07:01:29 +00:00
Nathan Gray
cacaff872d
Fix filtering on a multi-select custom field. Any entry with the filter value will be included.
2010-04-07 15:52:59 +00:00
Nathan Gray
48c5ec9b24
Use so_sql::search2criteria() to generate search text filter
2010-03-31 21:37:35 +00:00
Jörg Lehrke
7220d96847
Use iterator approach in GroupDAV; fix various issues
2010-03-15 09:55:16 +00:00
Nathan Gray
0a75258cda
Make infolog entries available to delegates even if the entry is private.
2010-03-08 16:07:40 +00:00
Ralf Becker
209012c079
responsible filter for multiple users
2010-01-21 03:00:06 +00:00
Ralf Becker
0299f4e494
removed caching as it creates problems with datasource updates in projectmanager (datasource reads infolog content from an instance with a not updated cache, causing updates only to happen after clicking on [apply] twice)
2009-11-28 13:50:03 +00:00
Jörg Lehrke
73e2f3721e
fix typos
2009-11-18 17:41:54 +00:00
Ralf Becker
9f5467ebac
"fixed SQL error: info_id is ambigous happening if one has cf's in infolog AND filters with new link-filter"
2009-10-23 09:57:47 +00:00
Ralf Becker
036b2cd14e
- merged SyncML-1.2 branch with trunk:
...
svn merge ^/trunk/infolog@27329 ^/branches/SyncML-1.2/infolog .
- completly reverted changes in inc/class.boinfolog.inc.php, as they are
not related to SyncML at all:
svn revert inc/class.boinfolog.inc.php
2009-07-15 20:04:17 +00:00
Ralf Becker
c8ad252566
"bugfix: if no specific custom field is selected, show/query all custom fields"
2009-06-30 17:48:04 +00:00
Ralf Becker
232252475f
patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
...
Patch is mostly created by script in egroupware/doc/fix_depricated.php in separate commit.
I do NOT advice to apply this patch to a production system (it's commited to trunk!), as the automatic modified regular expressions have a good change to break something ...
2009-06-08 16:21:14 +00:00
Ralf Becker
065e1dde5a
- two new parameters to search(): cols and append
...
- docu update
2009-05-05 12:49:15 +00:00
Klaus Leithoff
c2dd0ab7d1
handling array_intersect warning if info_responsible is not an array (typecast)
2009-03-27 14:10:18 +00:00
Klaus Leithoff
03fc976ce6
handling array_intersect warning if info_responsible is not an array
2009-03-27 13:40:49 +00:00
Ralf Becker
15fa1c84f7
"fixed postgres problem reported on the user list: operator does not exist: character varying = integer"
2008-10-22 10:42:30 +00:00
Ralf Becker
2d7f22e7ec
fixed delete_account hook, to deal correctly with multiple responsibles
2008-10-22 06:15:37 +00:00
Ralf Becker
876649fe6f
Big performance improvment by:
...
- using egw_link::set_cache() for entries read or searched
--> eliminates an excessive number of single entry reads, when the links
need titles or file_access permissions
- removing sub-query for number of sub-entries from search (Bug #1613 )
- method to query the number of sub-entries of all displayed entries in
one go
2008-10-19 11:34:12 +00:00
Ralf Becker
7f9df0d051
- renamed class to new naming convention
...
- update version and dependencies for 1.6
- file_access method for attachments
2008-10-07 12:50:14 +00:00