Ralf Becker
c9e5921ff1
fixed typo causing $$enddate$$ in notifcation message to show startdate
2010-11-16 13:39:19 +00:00
Ralf Becker
64c728b92c
no need to invalidate session cache, if we write the prefs to the session too
2010-11-16 09:37:32 +00:00
Ralf Becker
53e1f3a96e
no need to invalidate session cache, if we write the prefs to the session too
2010-11-16 09:34:47 +00:00
Ralf Becker
73a20a1f9b
debug switch to get Apache error_log message, why logins fail
2010-11-16 08:54:41 +00:00
Ralf Becker
b48888f3a0
debug switch to get Apache error_log message, why logins fail
2010-11-16 08:54:09 +00:00
Nathan Gray
1ddd40f94b
Add importexport support
2010-11-15 20:14:50 +00:00
Nathan Gray
1791ab3a05
Fix for blank country in history
2010-11-15 16:29:31 +00:00
Ralf Becker
73ba743c96
disable history log tab, if it is not applicable (LDAP or new entries)
2010-11-13 09:11:04 +00:00
Ralf Becker
76038568fc
disable history log tab, if it is not applicable (LDAP or new entries)
2010-11-13 09:10:11 +00:00
Ralf Becker
a253f23c71
fixed not always working redirect after login: we have to use only path component, to cope with domains like http://egroupware.domain.com and /egroupware
2010-11-12 09:14:24 +00:00
Ralf Becker
a66cb42789
fixed not always working redirect after login: we have to use only path component, to cope with domains like http://egroupware.domain.com and /egroupware
2010-11-12 09:13:54 +00:00
Ralf Becker
92ebc10cef
give current value higher priority then $value[default_sel] when determining $app
2010-11-12 08:17:30 +00:00
Ralf Becker
3f3bd68969
give current value higher priority then $value[default_sel] when determining $app
2010-11-12 08:16:37 +00:00
Klaus Leithoff
15612076fb
use exceptions to report failure on PEAR::Errors to UI for moveMessages and delteMessages
2010-11-11 16:25:45 +00:00
Klaus Leithoff
7ec27c700a
* eMail: better error handling/information to the user if copy/move/delete of messages fails
...
catch exceptions thrown by bofelamimail on moveMessages/deleteMessages
2010-11-11 16:24:11 +00:00
Ralf Becker
31f3a9c8ee
Changelog for 10.1.20101112
2010-11-11 13:35:48 +00:00
Ralf Becker
7a041a0bd5
* check quantity of resource to book against maximum, as conflict check only fails if other events are involved
2010-11-11 13:34:56 +00:00
Ralf Becker
c115d73cfb
* check quantity of resource to book against maximum, as conflict check only fails if other events are involved
2010-11-11 13:29:37 +00:00
Ralf Becker
1ac0078a61
updated spec: added gallery again and groupdav.htaccess file
2010-11-11 12:19:18 +00:00
Ralf Becker
ccb8ef6352
Changelog for 10.1.20101111
2010-11-11 09:15:45 +00:00
Ralf Becker
59d7cd76b3
* fixed conflict check of resource quantity and storage of changed quantity in existing events
...
(changed quantity was used for conflict check, but not stored!)
There is still a bug with multiple non-overlapping events overlapping the checked event: check is against quantity sum, not the maximum
2010-11-11 08:53:07 +00:00
Ralf Becker
b19c4b3030
* fixed conflict check of resource quantity and storage of changed quantity in existing events
...
(changed quantity was used for conflict check, but not stored!)
There is still a bug with multiple non-overlapping events overlapping the checked event: check is against quantity sum, not the maximum
2010-11-11 08:51:13 +00:00
Ralf Becker
e2d2534fda
Fix as discussed on the developer list:
...
Check for the availability of mailpreferences before using them.
2010-11-10 18:26:55 +00:00
Klaus Leithoff
ab3a32399b
handling global var issue, when acting on/in frames
2010-11-10 13:19:26 +00:00
Ralf Becker
7868368aac
* telling IE via X-UA-Compatible IE=edge never to use compatibility modes with old versions (if set eg. via group policy for whole intranet zone)
2010-11-10 10:50:05 +00:00
Ralf Becker
c1fea35c29
* telling IE via X-UA-Compatible IE=edge never to use compatibility modes with old versions (if set eg. via group policy for whole intranet zone)
2010-11-10 10:49:16 +00:00
Ralf Becker
a172a58d70
* fix for Nokia S60: enabling X-RECURRENCE-ID and make sure series master is synced before exceptions
2010-11-10 10:27:01 +00:00
Ralf Becker
d14172e967
allow all fileas types as link-title types (plus value of fileas)
2010-11-10 09:38:04 +00:00
Ralf Becker
87d4cbcce3
allow all fileas types as link-title types (plus value of fileas)
2010-11-10 09:35:10 +00:00
Ralf Becker
7c46498d8b
only explode default value by comma, if we allow multiple values (otherwise defaults containing commas are never displayed, eg. addressbook link_title or fileas_type
2010-11-10 09:33:27 +00:00
Ralf Becker
f767742f67
only explode default value by comma, if we allow multiple values (otherwise defaults containing commas are never displayed, eg. addressbook link_title or fileas_type
2010-11-10 09:32:57 +00:00
Ralf Becker
bb01ca3e37
switching new id column off by default
2010-11-10 08:31:14 +00:00
Ralf Becker
3f137a1f64
switching new id column off by default
2010-11-10 08:30:47 +00:00
Ralf Becker
4c9034a331
fixing some warnings
2010-11-10 08:28:29 +00:00
Ralf Becker
43d2411ba1
fixing some warnings
2010-11-10 08:26:41 +00:00
Nathan Gray
163ca54a1e
Convert recurrence type and interval to human friendly values
2010-11-09 19:27:13 +00:00
Nathan Gray
9f13b381e0
Convert recurrence type and interval to human friendly values
2010-11-09 19:26:25 +00:00
Nathan Gray
b95d81a521
- Fix bug in field conversion where sometimes the first record would not be changed
...
- Only try to convert dates / times if they are timestamps. Some apps convert to user time already (calendar series)
2010-11-09 19:08:44 +00:00
Nathan Gray
dcf7ce486f
- Fix bug in field conversion where sometimes the first record would not be changed
...
- Only try to convert dates / times if they are timestamps. Some apps convert to user time already (calendar series)
2010-11-09 19:07:47 +00:00
Nathan Gray
7394f39167
Make sure owner gets included in fields to be converted to human-friendly formats
2010-11-09 19:05:40 +00:00
Nathan Gray
29811ce0a4
- Add an option for export header: use field names or human labels
...
- Fix missing first field
2010-11-09 18:15:47 +00:00
Nathan Gray
47ff785588
- Add an option for export header: use field names or human labels
...
- Fix missing first field
2010-11-09 18:14:49 +00:00
Nathan Gray
00445ab716
Remove options tab when exporting
2010-11-09 17:45:05 +00:00
Nathan Gray
94e5d90e20
Remove options tab when exporting
2010-11-09 17:43:49 +00:00
Nathan Gray
a9d2259339
New options for exporting categories: New field for each category, new field for main categories
...
New options for multi-select custom fields: new field for each option
2010-11-09 17:38:51 +00:00
Nathan Gray
8ab3d216b8
New options for exporting categories: New field for each category, new field for main categories
...
New options for multi-select custom fields: new field for each option
2010-11-09 17:37:18 +00:00
Klaus Leithoff
99861c8774
* core: myStylite Ticket#987: fixing a problem regarding chopped off urls when URI in question contains umlauts AND mbstring.func_overload is activated
2010-11-09 15:23:33 +00:00
Ralf Becker
37af8ee04a
tell IE > 7 to use it's own mode, not old compatibility mode eg. IE=7 for IE8
2010-11-09 14:46:35 +00:00
Ralf Becker
c86787a3bd
tell IE > 7 to use it's own mode, not old compatibility mode eg. IE=7 for IE8
2010-11-09 14:44:18 +00:00
Klaus Leithoff
0c66ee71e3
* core: myStylite Ticket#987: fixing a problem regarding chopped off urls when URI in question contains umlauts AND mbstring.func_overload is activated
2010-11-09 14:28:20 +00:00