Commit Graph

13766 Commits

Author SHA1 Message Date
Ralf Becker
69581e9354 "bugfix: if no specific custom field is selected, show/query all custom fields" 2009-06-30 17:49:18 +00:00
Klaus Leithoff
0bfa82e6dc Tracker: #2145 - message reading confirmation; Fix for MailServers, that do not support MDNSent/MDNnotSent flags 2009-06-30 10:11:48 +00:00
Ralf Becker
7cd2fba856 "backported fix from trunk: warning if user has no calendar rights" 2009-06-29 15:36:31 +00:00
Ralf Becker
995cc63822 "fixed not working custom fileds in Insert-in-document feature" 2009-06-29 13:29:10 +00:00
Ralf Becker
cd9879112e "reverting my inition comit to switch output buffering off in webdav.php, as it makes problems on system with do automatic output compression, eg. debian5
--> modified header template to not switch it on in first place, for webdav.php"
2009-06-25 10:34:14 +00:00
Ralf Becker
9fabbf434a "switch of output buffering (switched on in header), as otherwise we run against memory_limit, for big files
only do it if no output_handler is set in php.ini, as at least with zlib.output_handler it stalls ...
if (!ini_get('output_handler')) ob_end_flush();
"
2009-06-25 07:25:51 +00:00
Ralf Becker
2fc7222f68 merged htmlpurifier from trunk 2009-06-23 16:48:40 +00:00
Ralf Becker
f11f8a4352 "fixed group invitations got changed to regular invitations, after inviting a second group" 2009-06-18 13:32:44 +00:00
Stefan Becker
f6b968a4e6 backport of 27275 fixed with klaus the Group initation behavior, Readaccess you can also invite participants, but you can only change the status, if you have edit rights 2009-06-18 12:13:13 +00:00
Ralf Becker
68ba51f8d8 "switch of output buffering (switched on in header), as otherwise we run against memory_limit, for big files" 2009-06-18 11:01:06 +00:00
Ralf Becker
38de60f8dc Fixed display of birthdays from addressbook on home page:
- dont display year, if calendar config forbidds to display of birthyear
- dont display them at all, if they are forbidden in calendar
2009-06-15 14:00:52 +00:00
Ralf Becker
8569f2d627 "- if user wants to change permissions of all subfolders, do NOT check if permissions of current folder is realy changed (as the requested change can be elsewhere)
- only give \"permissions changed/failed\" message once"
2009-06-14 13:27:12 +00:00
Ralf Becker
fdd305a8a0 "removed css to capitalize first letter of sidebox menu items
It makes problemes (hides first letter) with following browsers:
- Konqueror (Linux)
- Safari (Mac & Windows)"
2009-06-10 12:53:21 +00:00
Klaus Leithoff
ce593cac12 propfind: fix regarding the retrieval of sqlfs_props, if key of array with a single entry is the vfspath for the file in question 2009-06-10 10:33:38 +00:00
Stefan Becker
f9b3805dc8 fixed birthday in common format on rtf files 2009-06-09 11:58:09 +00:00
Ralf Becker
9a027d3346 fix for php5.3, which by default seems NOT include content of $_COOKIE in 2009-06-07 15:52:32 +00:00
Ralf Becker
77d2fa4b73 "flatten values first (some selectbox values are given multi-dimensional), causing eg. default for notifications not being displayed" 2009-06-07 15:25:16 +00:00
Ralf Becker
8cbd43d9be "fixed wrong order of private column in csv import" 2009-06-04 13:58:29 +00:00
Ralf Becker
16e9cc7e37 "Fixed not working async wrapper under SUSE ($_ENV is NOT set)" 2009-06-03 08:28:22 +00:00
Ralf Becker
59a3974dc7 "fix for bug #2106 - Addressbook warning message when deleting LDAP contact" 2009-06-01 19:16:09 +00:00
Ralf Becker
e33a0ce020 "Patch from Carsten Wolf:
Timesheet-Einträge mit Uhrzeit 0:00, die in der Winterzeit gemacht wurden, 
werden in einem Union-Query, der in der Sommerzeit stattfindet, dem falschen 
Tag zugeordnet. Vermutlich stimmt dies nur für den PostgreSQL query und ist 
Dir deshalb bisher nicht aufgefallen.

Der Patch:
Ändert den PostgreSQL-spezifischen Teil des queries so um, dass er 
Zeitzoneninformationen berücksichtigt."
2009-05-30 07:05:54 +00:00
Klaus Leithoff
a13fec8ae1 further work, regarding the display of HTML messages, ... 2009-05-29 14:13:50 +00:00
Ralf Becker
af026d125e - showing preferences only if user has rights from preferences app
(gives 'permission denied' if user clicks on it otherwise)
- docu update
2009-05-29 10:51:39 +00:00
Klaus Leithoff
4d020e026e setting default foldertype to 0=normal 2009-05-28 11:12:16 +00:00
Klaus Leithoff
4af5bbc82d improving HTML Display, rework of link treatment 2009-05-28 11:02:19 +00:00
Klaus Leithoff
424fa5ffd8 added windows-1257 as it seems to be used widely, to display baltic letters 2009-05-27 07:13:45 +00:00
Ralf Becker
8f90aa2d51 fixed powerpoint icon as suggested by tinpos@gmail.com 2009-05-27 05:39:19 +00:00
Ralf Becker
8a3693d8d2 merged Nathans fixes r26507 and r27070 to 1.6 2009-05-26 18:07:37 +00:00
Ralf Becker
ad788f03c8 "re-added (depricated) php4 constructor, as it get's called by some old apps" 2009-05-26 17:27:03 +00:00
Ralf Becker
ad1a7f3451 "fixed not always executed hooks for disabled applications (using app-names from existing hooks now, instead of egw_info[apps])" 2009-05-26 11:56:43 +00:00
Ralf Becker
b4f242e75e "do NOT run an update, if none necessary" 2009-05-25 07:46:14 +00:00
Ralf Becker
d2edcf6e24 merged setup-cli related bugfixes 27105, 27106 and 27109 2009-05-25 07:00:08 +00:00
Ralf Becker
6ebe25f6b9 "small changes to get setup-cli working with current EGroupware" 2009-05-23 10:27:02 +00:00
Klaus Leithoff
4d1d92766a fix for TRACKER BUG#2018 FROM account lost when saving draft reported by C.Brunet 2009-05-22 12:58:44 +00:00
Klaus Leithoff
4bdd3e2772 fixing a Problem regarding the display of multipart/related parts; this is due to a problem reported by pongracz.istvan TRACKER BUG#2066 2009-05-22 12:16:46 +00:00
Klaus Leithoff
f130d16ddd improving active/inactive control for editAccountData, second tab 2009-05-22 10:02:16 +00:00
Klaus Leithoff
bdcbce7f68 fix for bug #2086 Trunk/1.6 Users cant define their own identities... 2009-05-22 08:57:00 +00:00
Ralf Becker
a63bba2e4d "fixed date-time widget to correctly write seconds, eg. if output format is \"Y-m-d H:i:s\"" 2009-05-22 07:05:51 +00:00
Ralf Becker
e117b8108f "validation error in named tab (eg. \"tabs=general|one|two\") did not change to tab with field causing the validation error" 2009-05-21 19:17:30 +00:00
Ralf Becker
c7730ea6f9 Merged German translations from Stefan: r27035-7 and r27050-65 2009-05-21 08:21:48 +00:00
Ralf Becker
81397f888c fixed problem pointed out by Necky(T.Okabuchi) <neckyegw(at)wanaya.jp> 2009-05-19 15:25:41 +00:00
Ralf Becker
972decd75f "fixed search for new phrases, to also work with newer method hooks and not only with file-hooks (preferences, admin, settings, ...)" 2009-05-19 13:35:21 +00:00
Ralf Becker
f2a724fb9d "allow one-letter name/mailbox part in an email address" 2009-05-15 07:37:54 +00:00
Ralf Becker
947b78e0a1 "allow to use now() beside current_timestamp, as Postgres backups contain it and it's easier to remember anyway" 2009-05-15 07:18:47 +00:00
Klaus Leithoff
b209a64f56 tackling a problem regarding the display/compose mode when opening a mailbox 2009-05-14 13:32:13 +00:00
Ralf Becker
e23838596c "fixed not saving option to show only the date (not year) of birthdays from contacts " 2009-05-14 11:10:52 +00:00
Ralf Becker
fad005ac62 added translated languages and visible charset to charset selection 2009-05-11 08:47:57 +00:00
Ralf Becker
d26e172992 "Backported case-sensitivity (commits r26637 (partially) and 26796) from trunk,
as it fixes several bugs reported on the user list:
- renaming to a name which differs only in case deletes file/directory
- same is true eg. for German umlauts or French accents"
2009-05-08 07:35:06 +00:00
Ralf Becker
9acc5f2037 "setting the value to 7, after reports on the user list, thought MySQL 5.0.51 with MyISAM engine works up to 10" 2009-05-04 16:48:20 +00:00
Ralf Becker
79355f0417 "fix for bug reported on the english user list:
limit on the number of cascaded folders in Filemanager
--> MySQL 5.0 has a nesting limit for subqueries
--> working around that by limiting the nesting level to 10"
2009-05-01 19:15:44 +00:00