2757e5bab9
Merge SyncML patches from Patrick Bihan-Faou plus some other SyncML
...
fixes from trunk
2007-10-12 17:46:48 +00:00
214eda4e66
fix of small typo in function convert
2007-10-12 11:13:11 +00:00
1629343f47
fixed instance selection by server-name to additionally find instance names containing only the domain-part (eg. www.domain.com matches instance domain.com, if no www.domain.com instance exists)
2007-10-11 11:45:27 +00:00
ebfa3d6128
fixed not returned global and other user cats in name2id (eg. if contacts stored in LDAP or SyncML), the so far only returned personal and application global cats have priority
2007-10-07 07:00:59 +00:00
8a5b43dda5
merged from trunk: OCI8 ADODB - Fix imported from adodb 5.02 (Control
...
triggers and secuence names > 30 chars, oracle restriction)
2007-09-30 03:12:36 +00:00
f1bc6ab712
global bytes() function returning the number of bytes of a string, independent of mbstring available and mbstring.func_overload set
2007-09-29 09:19:44 +00:00
a8ddeb719d
explicitly enable casts between text and bytea for transparent use by schema_proc
2007-09-27 22:07:28 +00:00
a5dc5e8b0d
calculation of rfc822 dates was not working with half hour time zones used eg. in Australia, set smtp timeout to 30s, as there are multiple reports 10s is to less
2007-09-05 07:50:49 +00:00
c2ec0ba5d7
fixed not found user searched by email, if there's also a contact with that email
2007-08-24 10:54:16 +00:00
6adc9e307f
fixed problem caused by non existing session-object in setup, reported und the user list
2007-07-27 09:36:33 +00:00
07c02d6f91
"fixed problem reported on the german list: memberships get not set if a new user gets creted in ldap
...
It turned out to be a caching problem, as the cache of the accounts-class still contained a failed id2name resolution for the new account.
This was caused by the session-restore with stored the cache in the global accounts object ($GLOBALS[egw]->accounts) too.
Now the global cache is in the global account-object and all other account objects use just a reference to that cache. It get stored from common::egw_final by calling $GLOBALS[egw]->accounts->save_session_cache() in the session."
2007-07-27 07:48:51 +00:00
55244dc6d9
fixed not working semaphore in asyncservice (we are not supporting table locks anymore / since 1.2)
2007-07-26 09:23:10 +00:00
9909652b9b
changed search order and added some caching, to minimize db-accesses in country_code
2007-07-18 06:11:04 +00:00
f4dd877cff
quitent warning when vfs trys to delete an in the db non-existing file
2007-07-16 09:19:11 +00:00
b8afdbe56b
fixed date-type problem in restore reported on the german list
2007-07-03 08:22:25 +00:00
33e8f690c3
fix: SyncML produced dublets, due to the map command when entries come from client
2007-07-02 18:34:48 +00:00
21a7ecd969
add generic helper function for filter support
2007-06-30 11:25:22 +00:00
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
96eaf62eda
fix for sequenzes tables are depending on for postgres 8.x, thanks to Peter Eisentraut
2007-06-25 15:58:49 +00:00
b3c26c09c7
merge from trunk
2007-06-25 09:00:22 +00:00
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
af7edc4008
fixed access to parent dir off session.save_path, which gives errors under open_basedir
2007-06-22 18:25:35 +00:00
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
ff26c43642
- fixed problem reported by JOYDEEP on the user-list: disabled accounts can still login under the ldap account backend
2007-06-20 07:43:09 +00:00
48289a5fdd
- fixed handling of passwords with special chars
...
- made handling of empty passwords more obvious
- fixed primary group to use negative group-id
- patch 889: support other apache mod_auth_*
2007-06-20 06:55:59 +00:00
bfb48bc52f
fixed sql account backend to return array() instead of false for groups without members (can be created by deleting all users, which are members)
2007-06-15 07:56:43 +00:00
e7b8845f71
fix for bug reported on the german list
2007-06-13 15:38:21 +00:00
0f5ea8c016
switching FCK's encoding as html entities off, as we correctly handle charsets and it messes up the wiki totally
2007-06-13 08:36:39 +00:00
e1d55562ff
bugfix: async service "sometimes" misses jobs (db-class was not cloned but copied)
2007-06-10 08:48:19 +00:00
331c2a70a0
deny ADS logins with empty passwords, in case anonymous search/bind is enabled on ADS
2007-06-08 15:43:15 +00:00
434346bb0b
fixed not working context sensitiv manual page for site config pages
2007-06-08 10:26:18 +00:00
09810b4b7b
merged changed in trunk between 23961:24008, with the exception of changes in tracker to the new tracking infrastructure, plus adding the svn-helper script
2007-06-04 06:43:09 +00:00
5e59f78c8f
"fixed bug reported on the list: not working backup&restore because of blob columns: they get base64 encoded now"
2007-06-03 17:57:40 +00:00
71141e4b14
"fixed not working search for groups"
2007-06-03 15:17:37 +00:00
7ed708df75
NOT FOR 1.4: a very first step to the new vfs structure, it only does a ls via commandline of the old vfs
2007-05-29 08:35:27 +00:00
23b75e9e91
"bugfix: removed accidently (not working) added search for groups"
2007-05-27 06:26:17 +00:00
233a414efe
new about page from Sebastian Ebeling
2007-05-26 19:06:12 +00:00
ff5ced8be3
not used since some time
2007-05-25 21:06:10 +00:00
1e9b08d510
fixed problems pointed out by Janosch Machowinski <scotch-AT-tzi.de>
2007-05-25 12:18:00 +00:00
aee25f82df
fix for a sometime not terminating loop. patch provided by knut moeller
2007-05-25 08:24:22 +00:00
b8f54d1408
"fixed IE cookie problem: IE seems not to care for the path when deleting cookies, beside using the oposite order in processing the cookies"
2007-05-24 10:11:35 +00:00
83a9989e57
"fixed IE cookie problem: IE seems not to care for the path when deleting cookies, beside using the oposite order in processing the cookies"
2007-05-24 10:10:20 +00:00
755261fe6a
"fixed possible dublicated session-id of our own session-id creation function, by using the php one"
2007-05-23 18:04:05 +00:00
497cabb832
"fixed some 'funny' bugs if session-id is in the URL, by adding the session-related vars first (eg. creation of distribution lists does not work)"
2007-05-23 10:36:53 +00:00
c2bb34cd4e
fixed missing translation of monthnames after removing the asterisk prefix for untranslated phrases
2007-05-22 18:02:41 +00:00
852f8149b2
"fixed error in fmail compose under Konqueror: fallback textarea is only 4 lines high, not 400px, as FCK expects the heigt as number and adds px itself
...
also removed the commented out tinymce code"
2007-05-21 06:19:42 +00:00
80419ee783
"removed some \"dead\" code"
2007-05-20 15:16:15 +00:00
5f228355ef
"fixed bug reported on the userlist: partial content under mbstring.func_overload&2"
2007-05-19 04:37:14 +00:00
cf7af58f88
"shut the debug message in error_log, when calling the old contact.read() method instead of contacts::search(), as users seem to think it's an error-message"
2007-05-18 17:47:51 +00:00
1dd9efb7fb
"fixed missing encoding for ambersands by using the standard php functions htmlspecialchars and htmlspecialchars_decode"
2007-05-18 16:10:14 +00:00