Ralf Becker
ad8561debb
setting version to 1.4.002 for the upcomming bugfix/maintainance release
2007-09-24 08:45:33 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
197ff0abf5
typo
2007-08-06 13:35:35 +00:00
Ralf Becker
6adc9e307f
fixed problem caused by non existing session-object in setup, reported und the user list
2007-07-27 09:36:33 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
9909652b9b
changed search order and added some caching, to minimize db-accesses in country_code
2007-07-18 06:11:04 +00:00
Ralf Becker
f4dd877cff
quitent warning when vfs trys to delete an in the db non-existing file
2007-07-16 09:19:11 +00:00
Ralf Becker
e6e31f6c3d
removed background under app-header on printing
2007-07-08 10:27:23 +00:00
Ralf Becker
b8afdbe56b
fixed date-type problem in restore reported on the german list
2007-07-03 08:22:25 +00:00
Cornelius Weiß
33e8f690c3
fix: SyncML produced dublets, due to the map command when entries come from client
2007-07-02 18:34:48 +00:00
Cornelius Weiß
21a7ecd969
add generic helper function for filter support
2007-06-30 11:25:22 +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
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
Lars Kneschke
b3c26c09c7
merge from trunk
2007-06-25 09:00:22 +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
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
a8754660f0
added note about newer openLDAP with hardcoded uid/gidNumber attribute
2007-06-21 08:59:53 +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
Ralf Becker
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
Ralf Becker
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
Klaus Leithoff
de282bc4d5
the splitting with a complex regex for the parseDate does not work with old javascript. reworked it so splitting is done possible (date) delimiter by delimiter
2007-06-15 13:36:23 +00:00
Ralf Becker
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
Ralf Becker
e7b8845f71
fix for bug reported on the german list
2007-06-13 15:38:21 +00:00
Ralf Becker
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
Ralf Becker
789b207183
fixed now working wiki after update from 1.0.0
2007-06-12 15:39:26 +00:00
Ralf Becker
e1d55562ff
bugfix: async service "sometimes" misses jobs (db-class was not cloned but copied)
2007-06-10 08:48:19 +00:00
Ralf Becker
331c2a70a0
deny ADS logins with empty passwords, in case anonymous search/bind is enabled on ADS
2007-06-08 15:43:15 +00:00
Ralf Becker
434346bb0b
fixed not working context sensitiv manual page for site config pages
2007-06-08 10:26:18 +00:00
Ralf Becker
d12300031d
pusing the version to 1.4.001 for the final release
2007-06-04 06:47:16 +00:00
Ralf Becker
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
Oscar Manuel Gómez Senovilla
5278ea7463
Fix for bad charset for "Spanish" translation
2007-06-03 22:14:28 +00:00
Ralf Becker
6ce9cd6e03
"added update from 1.2.107"
2007-06-03 21:04:54 +00:00
Oscar Manuel Gómez Senovilla
a33363a884
Czech translation in #824 and extra pending language updates
2007-06-03 18:01:21 +00:00
Ralf Becker
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
Ralf Becker
71141e4b14
"fixed not working search for groups"
2007-06-03 15:17:37 +00:00
Oscar Manuel Gómez Senovilla
688dd5f46f
Latest lang updates
2007-05-31 14:49:26 +00:00
Ralf Becker
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
Lars Kneschke
c34ff4d0f2
merge from trunk(revision 23948:23958) to 1.4 branch
2007-05-27 07:51:16 +00:00
Ralf Becker
c7b304fd55
updated API version for 1.4RC2
2007-05-27 06:41:31 +00:00
Ralf Becker
43672fa9a4
"layout fix: more compact"
2007-05-27 06:34:18 +00:00
Ralf Becker
23b75e9e91
"bugfix: removed accidently (not working) added search for groups"
2007-05-27 06:26:17 +00:00
Ralf Becker
233a414efe
new about page from Sebastian Ebeling
2007-05-26 19:06:12 +00:00
Lars Kneschke
f32da9bdc0
merge from trunk(revision 23930:23943) to 1.4 branch
2007-05-26 06:59:35 +00:00
Ralf Becker
ff5ced8be3
not used since some time
2007-05-25 21:06:10 +00:00
Ralf Becker
1e9b08d510
fixed problems pointed out by Janosch Machowinski <scotch-AT-tzi.de>
2007-05-25 12:18:00 +00:00
Lars Kneschke
aae7286748
merge from trunk(revision 23925:23930) to 1.4 branch
2007-05-25 11:37:39 +00:00
Lars Kneschke
aee25f82df
fix for a sometime not terminating loop. patch provided by knut moeller
2007-05-25 08:24:22 +00:00
Ralf Becker
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