Commit Graph

12196 Commits

Author SHA1 Message Date
Ralf Becker
f3ae5cf274 "an other php4 fix for 1.4" 2007-06-29 12:56:54 +00:00
Ralf Becker
960868ad9d "fixed bug reported on german list: private is php5 (only commited to 1.4)" 2007-06-29 12:53:14 +00:00
Cornelius Weiß
88de9c67a6 fix: owner field in adb is owner and _not_ contact_owner
fix: selector for cli exports
2007-06-28 10:05:27 +00:00
Ralf Becker
41e8533465 patch #978 from Nathan Gray, file as option incl. org_unit 2007-06-28 06:17:47 +00:00
Ralf Becker
a542085c7e fixed bug reported from sim <sim-at-compulab.co.il>: _read_group not searching for posixGroup, which makes problems if you have identical numbers and context for users and groups
also added a filter for objectclass=posixAccount to _read_user
2007-06-27 05:27:43 +00:00
Cornelius Weiß
fdcabcc515 backport fix from ralf:
some fixes for syncml:
- if no owner/addressbook set on update load owner AND private from the exi=
sting contact
- if no owner/addressbook set for new entries, use the add_default prefs if=
 set and the personal adb of the user if not"
2007-06-25 20:52:52 +00:00
Cornelius Weiß
154280e569 import plugin for calendar 2007-06-25 20:46:15 +00:00
Cornelius Weiß
661e723fdb clean fields on demand from cntl chars 2007-06-25 20:45:32 +00:00
Ralf Becker
9136db9df5 fixed bug: copy of event does not copy participants 2007-06-25 19:52:03 +00:00
Ralf Becker
cfdf9fcba4 allow to set quantity to a negative value (like in 1.2) to use it to mark overtime 2007-06-25 17:01:13 +00:00
Ralf Becker
141ddfc15e fixed bug: resources search to create links returns only maxmatch entries 2007-06-25 16:44:20 +00:00
Ralf Becker
ed64e9102a fixed moving contracts to and from private addressbook 2007-06-25 16:37:42 +00:00
Ralf Becker
96eaf62eda fix for sequenzes tables are depending on for postgres 8.x, thanks to Peter Eisentraut 2007-06-25 15:58:49 +00:00
Ralf Becker
3c2fe33a23 fix for old pear installs without registry: packages from egw-pear get not reported if checked first 2007-06-25 10:01:39 +00:00
Lars Kneschke
3d7f714379 merge from trunk 2007-06-25 09:03:58 +00:00
Lars Kneschke
b3c26c09c7 merge from trunk 2007-06-25 09:00:22 +00:00
Oscar Manuel Gómez Senovilla
ecbcdb0e70 russian translation improvement 2007-06-24 19:06:10 +00:00
Ralf Becker
313edf6eed fix for bug #928: Distribution lists are not working with pgsql, thanks to Peter Eisentraut <peter_e-at-gmx.net>
postgres requires that expressions in order by appear in the columns of a distinct select
2007-06-24 09:20:35 +00:00
Ralf Becker
1be4bf91d1 fix to detect if a table depends on a sequence to not try to drop it separate, thanks to Peter Eisentraut <peter_e-at-gmx.net> 2007-06-24 08:37:16 +00:00
Ralf Becker
6318ef6d0f fixed bug in xmlrpc read reported by Espen 2007-06-23 17:46:42 +00:00
Cornelius Weiß
f1d0271672 fix: skip empty lines, even if conversion fills (empty) record 2007-06-23 12:04:30 +00:00
Cornelius Weiß
f726b0093b fix: skip empty lines, even if conversion fills (empty) record
add: custom_strtotime in importexport_helper_functions
2007-06-23 12:03:43 +00:00
Ralf Becker
e08f8bf63f fix for bug #948: space missing in regular addressbook view in home address 2007-06-23 07:14:27 +00:00
Ralf Becker
c669fed918 fix for bug #953: Addresbook Contact Info ignores Default Address Format Rule 2007-06-23 07:10:34 +00:00
Ralf Becker
061b3781c5 merged etemplate sitemgr block from trunk for the contactform 2007-06-22 18:41:49 +00:00
Ralf Becker
af7edc4008 fixed access to parent dir off session.save_path, which gives errors under open_basedir 2007-06-22 18:25:35 +00:00
Ralf Becker
6a2718b2ba fix for bug reported on the developers list 2007-06-22 12:49:59 +00:00
Ralf Becker
fe4f9eabdd fix for bug #952: Fatal error: Undefined class name 'self' in class.bocontacts.inc.php on line 86
self:: is PHP5 :-(
2007-06-22 12:44:17 +00:00
Cornelius Weiß
56fbee6da4 make defautl-records complay with the (hard to understand) setup-rules
after a phonecall with ralf i do understand 1% more of how setup works :-)
2007-06-21 22:02:08 +00:00
Ralf Becker
298cedcde5 merged addressbook document templates (incl. contacts calendar), sitemgr contact-form and modified calendar edit dialog (bigger categories selection) 2007-06-21 19:38:04 +00:00
Ralf Becker
4e4d257f7e merged addressbook document templates (incl. contacts calendar), sitemgr contact-form and modified calendar edit dialog (bigger categories selection) 2007-06-21 19:22:47 +00:00
Ralf Becker
a5ea718ec7 merged infolog notifications from trunc 2007-06-21 18:49:57 +00:00
Cornelius Weiß
f7b3b2cd3f improve dry-run 2007-06-21 18:08:17 +00:00
Cornelius Weiß
1c7e180154 imrpove dry-run and cli 2007-06-21 18:07:31 +00:00
Cornelius Weiß
46cd0a687f improve dry-run 2007-06-21 18:05:04 +00:00
Cornelius Weiß
f75ab71d98 imrpove dry-run and cli 2007-06-21 18:04:23 +00:00
Ralf Becker
5d9ff65391 - fixed not being able to switch off notification for responsible
- new preference for htmlmail with larger fontsize
- new preference for notification of responsible: only when I get assigned or removed
- notifications are now suppressed, if no changes made (according to save_history)
2007-06-21 16:25:08 +00:00
Cornelius Weiß
c1a2bd342f fixed default-records 2007-06-21 15:13:08 +00:00
Cornelius Weiß
e004216f15 fixed defautl-records 2007-06-21 15:09:51 +00:00
Cornelius Weiß
10225ce9d8 fixed category handling.
allow to preserv cat if record is updated
2007-06-21 14:02:28 +00:00
Cornelius Weiß
288c28a658 fixed category handling.
allow to preserv cat if record is updated
added dry-run option
2007-06-21 14:02:03 +00:00
Cornelius Weiß
15ad7469de fixed category handling.
allow to preserv cat if record is updated
2007-06-21 13:59:21 +00:00
Cornelius Weiß
3435ca7481 fixed category handling.
allow to preserv cat if record is updated
2007-06-21 13:43:33 +00:00
Cornelius Weiß
2cc3da5193 fixed category handling.
allow to preserv cat if record is updated
2007-06-21 13:43:11 +00:00
Ralf Becker
180c6b407f fixed bug #946: Nextmatch last ( >| ) button goes to start
also fixed number-of-rows selection, which worked only on the 2. go
--> both problems were introduced by the memory saving fix applied after the last RC
2007-06-21 10:01:02 +00:00
Ralf Becker
1735a53f85 "fixed bug #946: Nextmatch last ( >| ) button goes to start
also fixed number-of-rows selection, which worked only on the 2. go
--> both problems were introduced by the memory saving fix applied after the last RC"
2007-06-21 09:59:53 +00:00
Ralf Becker
a8754660f0 added note about newer openLDAP with hardcoded uid/gidNumber attribute 2007-06-21 08:59:53 +00:00
Ralf Becker
8f6c4a3d88 "added note about newer openLDAP with hardcoded uid/gidNumber attribute" 2007-06-21 08:58:15 +00:00
Ralf Becker
e8b71231f3 "fix for problem discovered by José Luis Gordo Romero <jgordor-AT-gmail.com>" 2007-06-20 20:53:54 +00:00
Ralf Becker
4ab35f71ef implemented automatic truncate of varchars to their max size for postgres, to fix SQL errors which cause eg. SyncML to fail under Postgres 2007-06-20 18:49:00 +00:00