Commit Graph

16819 Commits

Author SHA1 Message Date
Nathan Gray
f491704900 Respect convert to human friendly values option 2010-11-22 23:46:52 +00:00
Nathan Gray
0b6bf37e63 Respect convert to human friendly values option 2010-11-22 23:43:32 +00:00
Nathan Gray
f7bfebde93 Add new option to convert to human friendly values 2010-11-22 23:43:10 +00:00
Klaus Leithoff
b1dd623def css fix for overlong lines in pre sections while displaying messages 2010-11-22 14:56:24 +00:00
Klaus Leithoff
959c05cb3f allow upper case window names too 2010-11-22 14:46:30 +00:00
Klaus Leithoff
e8f2c9496c fix problem regarding IE Error for onclick="#" as action 2010-11-22 13:45:24 +00:00
Klaus Leithoff
0151ac1f56 fix for broken send_to mail links 2010-11-22 12:54:28 +00:00
Ralf Becker
6e305b5b9e re-created patch, because suse does not allow .orig files 2010-11-22 08:00:00 +00:00
Ralf Becker
ab22546c97 Changelog for 10.1.20101122 2010-11-22 07:03:09 +00:00
Jörg Lehrke
d66c2c2f73 Fix SyncML device info handling 2010-11-21 18:19:16 +00:00
Jörg Lehrke
dd4c8f4ff4 * Implemented deleteaccount hook for SyncML
Optimize SyncML device information handling
2010-11-21 15:19:11 +00:00
Jörg Lehrke
6c6b50b519 * Fix 'Shift Calendar Series' issue (Stylite #8273) 2010-11-21 13:38:53 +00:00
Ralf Becker
dee1060f22 removed wrong app parameter from about url 2010-11-21 13:38:10 +00:00
Ralf Becker
2fbae2e1f1 only year-align given date, not always use current year, if date is specified 2010-11-20 21:54:06 +00:00
Ralf Becker
fa5c680e31 respect max_session_size of -1 correctly (no limit) while reading session files 2010-11-20 11:10:13 +00:00
Nathan Gray
3535f0286a Remove options tab from the export dialog 2010-11-19 19:08:47 +00:00
Nathan Gray
cb637d195b Shuffle order of fields (used for CSV export) 2010-11-19 19:05:57 +00:00
Nathan Gray
f118205a28 Fixes to special export category columns:
- Sub-categories are properly detected, and the main category added if needed
- Sub-categories are listed as the path (Sub/Sub-Sub/Level 3) not just their name
2010-11-19 18:40:46 +00:00
Nathan Gray
3e5da2505d Fix merging of custom fields with provided fields 2010-11-19 15:57:25 +00:00
Klaus Leithoff
5512e7787b rework of linkifying email adresses in displayed message bodys 2010-11-18 08:41:17 +00:00
Ralf Becker
7f8e677a5a for some reason $this->tpl is no instanciated on the home page in 1.8 2010-11-18 08:09:16 +00:00
Klaus Leithoff
992ebceac4 shadowLastChange vs. shadowlastchange. Normalize to shadowlastchange - all lower case 2010-11-17 14:41:31 +00:00
Ralf Becker
fda9c3f806 certain common prefs (language, template, ...) require the session to be re-created, happend formerly always, but it now optimized away ;-) 2010-11-17 13:36:41 +00:00
Ralf Becker
470edb4da0 fixed wrong parameter for egw_link::get_links() $only_app, causing extra_links, eg. projectmanager link not to work, if links are not already supplied, like in infolog view mode 2010-11-17 13:08:33 +00:00
Ralf Becker
f9a6fa4449 IE fails, if windows name in egw_openWindowCentered2 contains something no a letter, number or underscore --> removing it 2010-11-17 12:32:10 +00:00
Klaus Leithoff
6557cea45b * eMail: timezone and timeformat issues as reported in egroupware.org Tracker#2755 2010-11-17 09:52:05 +00:00
Ralf Becker
bbe4b1f3f6 updating preferences object in session too 2010-11-16 14:28:08 +00:00
Ralf Becker
1fe4a87a5d fix for scrollbar for searchfield in calendar sidebox for safari; provided by Chr.Fueller 2010-11-16 13:43:41 +00:00
Ralf Becker
8cf8f373d5 missing translations for notification placeholders 2010-11-16 13:40:42 +00:00
Ralf Becker
8bf00d9974 fixed typo causing $$enddate$$ in notifcation message to show startdate 2010-11-16 13:40:22 +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
73a20a1f9b debug switch to get Apache error_log message, why logins fail 2010-11-16 08:54:41 +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
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
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
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
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
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
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
bb01ca3e37 switching new id column off by default 2010-11-10 08:31:14 +00:00
Ralf Becker
4c9034a331 fixing some warnings 2010-11-10 08:28:29 +00:00