Commit Graph

3018 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
c2bb34cd4e fixed missing translation of monthnames after removing the asterisk prefix for untranslated phrases 2007-05-22 18:02:41 +00:00
Ralf Becker
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
Ralf Becker
80419ee783 "removed some \"dead\" code" 2007-05-20 15:16:15 +00:00
Ralf Becker
5f228355ef "fixed bug reported on the userlist: partial content under mbstring.func_overload&2" 2007-05-19 04:37:14 +00:00
Ralf Becker
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
Ralf Becker
1dd9efb7fb "fixed missing encoding for ambersands by using the standard php functions htmlspecialchars and htmlspecialchars_decode" 2007-05-18 16:10:14 +00:00
Ralf Becker
d2f80cf8dc fixed SiteMgr session-problems by making the cookie path/domain configurable with more reasonable defaults then 1.4 has at the moment, making the display of * behind untranslated phrases an option which is by default off (as it anoyes users) and added a few more explenations to Admin >> Site configuration (plus removing not used ones) 2007-05-17 08:35:35 +00:00
Ralf Becker
47400643f7 fixed db-creation to allow db-names with dashes 2007-05-15 06:37:24 +00:00
Ralf Becker
7f64e2d175 fix for bug #488: Postgres errors when upgrading to 1.4 beta 2007-05-12 16:58:47 +00:00
Lars Kneschke
defef645e2 disabled context menu in simple view to enable FF2 and IE7 spellchecker 2007-05-09 15:37:25 +00:00
Ralf Becker
0f5ccb8c9f php5.2 2007-05-09 08:53:08 +00:00
Ralf Becker
a33f2ab12c fix for bug #518: 2007-05-08 11:44:43 +00:00
Ralf Becker
9748cf96be fix for bug #700: Date format d-M-Y not working in Infolog list display 2007-05-08 07:38:36 +00:00
Ralf Becker
8ac09e8dba fix for bug #674: no more simple multiple participant selection 2007-05-07 18:59:05 +00:00