3d195218f1
Fix for bug #2074 + #2075 : Postgres update error to 1.6
2009-07-18 12:55:21 +00:00
fed41cf05e
"Fix for bug #2111 : xml_functions.inc.php calls to an undefined method
...
as suggested by Igor Blanco"
2009-07-18 12:46:05 +00:00
fac44715bb
"Fix for bug #1885 : egw_db->row doesn't work as expected
...
reverted r25031, as it returns the first record with numeric indexes (it's anyway a depricated function)"
2009-07-18 12:36:19 +00:00
3d5a57ca7b
"Fix for bug #1891 : CAS auth seems to fail"
2009-07-18 12:22:48 +00:00
b5c8df2015
"Fix for bug #1992 from Hans-Juergen Tappe:
...
The sitemgr login module does not cleanup session."
2009-07-18 12:16:38 +00:00
755c9103f6
"Fix for bug #1990 from Hans-Juergen Tappe:
...
Fix a typo which prevents categories which come in as an array to be handled correctly."
2009-07-18 12:04:59 +00:00
656d784fb3
pushing version to 1.6.002
2009-07-18 10:00:05 +00:00
201f498a9c
checking if attachment or attachment dir exists, before trying to delete it, to quieten warning, also improved warning to be precise if file does not exist, is no directory, or permission missing
2009-07-18 09:33:30 +00:00
907da227e6
merged iPhone CalDAV fixes to 1.6
2009-07-16 16:38:33 +00:00
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