Commit Graph

13776 Commits

Author SHA1 Message Date
e841d31273 announce vacation message active status for by_date too 2009-07-14 08:10:20 +00:00
2fc2d839a5 loading infolog translations if current_app is NOT infolog 2009-07-13 10:51:29 +00:00
f0a9869bb3 preserve the col_filter within the active session 2009-07-13 10:38:27 +00:00
8a3f20194c fix for lost owner selection in manage_states 2009-07-09 09:49:33 +00:00
617f495266 fix for "Column 'account_id' in field list is ambiguous" ERROR while importing events 2nd.go 2009-07-09 08:34:28 +00:00
48d3614d6c fix for "Column 'account_id' in field list is ambiguous" ERROR while importing events 2009-07-09 08:17:36 +00:00
24513a3161 removed not used javascript files 2009-07-07 12:55:11 +00:00
8b11add4d5 upgrade to 2.6.4.1, removing _samples and unneeded connectors, remove baseconfig for unneeded connectors 2009-07-07 09:44:30 +00:00
3e10713adb fixing calender empty resource problem (add event, edit participants) 2009-07-03 08:59:55 +00:00
35c5f03fb8 "fixed not deletetable links: to delete one, you have to select 'New search ..." 2009-06-30 18:38:35 +00:00
69581e9354 "bugfix: if no specific custom field is selected, show/query all custom fields" 2009-06-30 17:49:18 +00:00
0bfa82e6dc Tracker: #2145 - message reading confirmation; Fix for MailServers, that do not support MDNSent/MDNnotSent flags 2009-06-30 10:11:48 +00:00
7cd2fba856 "backported fix from trunk: warning if user has no calendar rights" 2009-06-29 15:36:31 +00:00
995cc63822 "fixed not working custom fileds in Insert-in-document feature" 2009-06-29 13:29:10 +00:00
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
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
2fc7222f68 merged htmlpurifier from trunk 2009-06-23 16:48:40 +00:00
f11f8a4352 "fixed group invitations got changed to regular invitations, after inviting a second group" 2009-06-18 13:32:44 +00:00
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
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
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
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
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
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
f9b3805dc8 fixed birthday in common format on rtf files 2009-06-09 11:58:09 +00:00
9a027d3346 fix for php5.3, which by default seems NOT include content of $_COOKIE in 2009-06-07 15:52:32 +00:00
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
8cbd43d9be "fixed wrong order of private column in csv import" 2009-06-04 13:58:29 +00:00
16e9cc7e37 "Fixed not working async wrapper under SUSE ($_ENV is NOT set)" 2009-06-03 08:28:22 +00:00
59a3974dc7 "fix for bug #2106 - Addressbook warning message when deleting LDAP contact" 2009-06-01 19:16:09 +00:00
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
a13fec8ae1 further work, regarding the display of HTML messages, ... 2009-05-29 14:13:50 +00:00
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
4d020e026e setting default foldertype to 0=normal 2009-05-28 11:12:16 +00:00
4af5bbc82d improving HTML Display, rework of link treatment 2009-05-28 11:02:19 +00:00
424fa5ffd8 added windows-1257 as it seems to be used widely, to display baltic letters 2009-05-27 07:13:45 +00:00
8f90aa2d51 fixed powerpoint icon as suggested by tinpos@gmail.com 2009-05-27 05:39:19 +00:00
8a3693d8d2 merged Nathans fixes r26507 and r27070 to 1.6 2009-05-26 18:07:37 +00:00
ad788f03c8 "re-added (depricated) php4 constructor, as it get's called by some old apps" 2009-05-26 17:27:03 +00:00
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
b4f242e75e "do NOT run an update, if none necessary" 2009-05-25 07:46:14 +00:00
d2edcf6e24 merged setup-cli related bugfixes 27105, 27106 and 27109 2009-05-25 07:00:08 +00:00
6ebe25f6b9 "small changes to get setup-cli working with current EGroupware" 2009-05-23 10:27:02 +00:00
4d1d92766a fix for TRACKER BUG#2018 FROM account lost when saving draft reported by C.Brunet 2009-05-22 12:58:44 +00:00
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
f130d16ddd improving active/inactive control for editAccountData, second tab 2009-05-22 10:02:16 +00:00
bdcbce7f68 fix for bug #2086 Trunk/1.6 Users cant define their own identities... 2009-05-22 08:57:00 +00:00
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
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
c7730ea6f9 Merged German translations from Stefan: r27035-7 and r27050-65 2009-05-21 08:21:48 +00:00