5bd0eb1e64
fixed filemanger bug: actions dont work for filenames containing commas
...
--> allow to enclose comma-separated checkbox and radio-button option values in quotes (\"), so they can contain commas
2009-04-09 12:17:41 +00:00
88862bcb9b
Fixing the fix ;-)
...
shadowLastChange has to be an interger.
2009-04-09 08:12:21 +00:00
a80ffb6223
Backported r26747 to 1.6:
...
using a session for basic auth (not session aware) clients for WebDAV
and GroupDAV. The "sessionid" get's constructed from the basic auth
credentials and is not random (as the clients dont store them).
--> speeds up the use of *DAV
--> stops *DAV handlers to created numerious sessions
2009-04-09 07:49:17 +00:00
1c1ae40e40
"fixed not correctly translated holidays downloaded from egroupware.org
...
(charset was not recogniced because of HTTP headers before charset line)"
2009-04-09 07:14:07 +00:00
cb46bce9cf
Fixed not (always) updated last password change date
2009-04-09 06:44:02 +00:00
cfbc2b4b07
fixed typo: stoped --> stopped
2009-04-06 13:03:18 +00:00
8b07ed7ad0
"fix for bug #2032 : Custon fields data do not export to CVS
...
(fix not necessary in trunk, as we use so_sql_cf there, which always reads the cf's)"
2009-04-06 06:26:56 +00:00
403913f1ae
fix for bug #1838 : problem with utf-8 data in all csv imports
...
- fgetcsv only works correct, if setlocal is called with an existing and
correct local
- improved projectmanager method guess_local and moved it to
common::setlocal, which takes now the charset, lang and country of the
user into account
- csv-import also displays now the conversation done and reads usernames
in brackets
- added some missing fields
2009-04-03 12:33:43 +00:00
e29c0f75d2
"fix for \"bug\" #1954 : greatings should be greetings
...
and a new file-header"
2009-04-03 07:03:39 +00:00
aa26af977d
New options for filesystme stream-wrapper:
...
- all: false (default) =3D ignore files starting with a dot '.',
true =3D show all files (. and .. are always ignored!)
- exec: false (default) =3D do NOT allow to upload or modify scripts, =
true =3D allow it (if docroot is mounted, this allows to run scripts!)
--> deny_script method was added to egw_vfs and calls to it from
filemanager
Other fixes:
- missing write rights of the webserver were not removed from perms
(causing warnings to be displayed in the ui)
- rename was not working due to typos
--> should be backported for obvious reasons to 1.6
2009-03-31 11:35:46 +00:00
d006b7a69f
fixes to build openSUSE 11.1 rpms
2009-03-27 21:25:09 +00:00
49cdc5dcbd
fixes for Mandriva2009 and openSUSE11.0
2009-03-26 18:00:28 +00:00
0198792e5c
small improvements regarding the display of an HTML message (font-size and color in tds, handling of certain HTML special-chars (only occurring as non UTF-8))
2009-03-26 13:55:33 +00:00
bc1a92d1cc
PDO compatibilty function fetchSingle() was renamed in PDO to
...
fetchColumn($column_num=3D0): now both are available in ADOdb, thought
fetchSingle is depricated and should no longer be used!
2009-03-25 09:06:01 +00:00
d70874eabf
"applied http://cvs.php.net/viewvc.cgi/pear/HTTP_WebDAV_Server/Server.php?r1=1.73&r2=1.74&view=patch
...
to fix bug #1875 : egw and lighttpd webdav: no put possible"
2009-03-25 07:08:26 +00:00
50624e5929
"fixed not working status change of participants of type email ('e')"
2009-03-24 08:07:53 +00:00
5e2aeca700
"fixed not working xajax call, if no handler given and PHP runs with error_reporting E_ALL (undefined index ...)"
2009-03-20 11:59:57 +00:00
3572551aba
"added missing xajax include, which caused the overwrite message to fail, if xajax was not otherwise (eg. notifications) loaded"
2009-03-20 11:58:25 +00:00
1c569982a3
merged r26642 to 1.6, as problem is in 1.6 too (since r26615)
2009-03-20 09:12:26 +00:00
60444db1f1
"fixed not working multiget report (caused by .ics extension of calendar ressources)"
2009-03-20 09:00:55 +00:00
0ca2692d17
improving error_log output on sendMDN
2009-03-18 12:29:32 +00:00
ae752edf13
... forgot to change variablenames in the actual db select
2009-03-18 09:28:58 +00:00
bae8ae867b
fixing a problem with non numeric contact ids, while retrieving the distributionlist (reported by Benoit LORAND)
2009-03-18 09:26:08 +00:00
ce1412d204
improving speed for the retrieval of the distributionlists
2009-03-16 13:14:44 +00:00
67bfda1e3b
filtering for valid messages with the reponse of the IMAP Servers
2009-03-16 09:18:34 +00:00
cac46f75b0
"fixed CreateObject to not suppress the error, if it cant find a class file or there are eg. syntax errors in it
...
--> now you can find the error in the error_log and dont get only a blank page
(also optimized it so far, that we first try to autoload the class and use the diverse \"magic\" only if that fails)"
2009-03-13 12:49:15 +00:00
9ed901daf7
"removed prefered phone marker \"♥\" from url, causing 9829 to be appended to the phone-number otherwise"
2009-03-12 11:43:40 +00:00
d313eb2daf
fixing various webdav problems, regarding pathbuilding
2009-03-09 12:23:47 +00:00
7d2491678d
dont use the outcome of titlecache (break) if id is an array
2009-03-09 11:07:22 +00:00
5d6bc0d0b3
handling a problem while importing mails as infolog, if they contain no text/plain part; this implied the move of some functionality from bocompose to bofelamimail
2009-03-09 11:05:16 +00:00
9e30fe47c8
"get default for query parameter of 'link-entry' working again and documented it (stoped working with patch fromRegis Leroy) "
2009-03-07 11:06:57 +00:00
a9830b0650
"fixing high minimize memory usage (important for huge number of accounts)"
2009-03-05 15:20:34 +00:00
26555a065c
fixing 2 problems regarding the communication with a dovecotserver. CAPABILITIES and parseStructureCommonFields
2009-03-05 10:43:04 +00:00
f6f32e3f9f
"query account_lid (via accounts::id2name) only if it's not already in the data
...
without that accounts_sql::get_list without limit requires quite a lot more time and memory"
2009-03-02 11:41:50 +00:00
832682620b
handling an error on unset props-array
2009-02-27 10:23:51 +00:00
0b376f24b9
Fixed silent overwrite of existing files by new uploads.
2009-02-26 14:57:40 +00:00
c6d16df5a4
"fixed wrong template-name in export, if name contains variables"
2009-02-25 15:56:14 +00:00
1ca2d5c02a
"vfs-mime: fixed empty filename always showed directory logo, now empty filename shows an empty cell"
2009-02-25 15:55:17 +00:00
b969464f1e
resolving a cause for a The-mimeparser-can-not-parse-this-message - error, as the bodystructure is not retrieved
2009-02-20 09:12:44 +00:00
37f5a3c22d
backport of stefan beckers patch 26508 IE 6 is not giving the unsecure warning, if ssl is used
2009-02-17 07:23:14 +00:00
67b27f36ec
bugfix for 1677 Timesheet Version 1.6.001 groups are treated like a separate user, not like a bunch for their members; additional fix for colselection
2009-02-16 11:00:40 +00:00
ec6e453088
"making process_show public again, as requested by Raphael Alla
...
(there was no real reason to make it private, beside hiding it from public interfaces, as I thought noone else is using it)"
2009-02-16 08:38:00 +00:00
d887c7a87c
Patch from jean-charles.passard@provectio.org to fix handling of account
...
prefixes
2009-02-16 08:24:01 +00:00
7052fe1178
"holiday file for Slovakia, thanks to Ladislav.Mate@refoma.sk"
2009-02-16 08:11:07 +00:00
cd54affebe
fix for issue in tracker #1876 (Timesheet, in detail view, not shows link to the owner project); fix for not working 'no-project'-filter
2009-02-12 15:33:15 +00:00
bce3b1daac
fixing a problem regarding the passing on of the charset information, as some clients get confused if there is a blank between the word charset and the equual sign.
2009-02-09 15:18:31 +00:00
e5f45ae50c
adapting regex for emailvalidation to accept single letter subdomains
2009-02-04 14:08:43 +00:00
3401b0aeb4
bugfix regarding odd behavior Mailbox Access/Manage Folders with ZIMBRA Mailserver. (blank screens while trying to access preferences/manage folders if ZIMBRA Account is configured and active)
2009-01-29 19:19:47 +00:00
1c51e71119
removed debugging into my home folder. sorry I forgot that !
2009-01-25 18:20:53 +00:00
b2d753f46f
bugfix for typo in class-var
2009-01-13 11:24:29 +00:00