Commit Graph

21140 Commits

Author SHA1 Message Date
Nathan Gray
068c53c8aa - Fix import problem with status Open(status)
- Removed unneeded account check - should be handled by convert()
r41169: Fix for Status/Resolution/etc. added during import only visible to importing user
r41176: Fix incorrect warning 'Group, Group is not a known user or group'
2013-01-09 15:48:07 +00:00
Klaus Leithoff
f5ae1ff877 Changelog for 11.1.20130109 2013-01-09 11:13:11 +00:00
Klaus Leithoff
6a0acdb734 Changelog for 11.1.20130108 2013-01-08 16:21:18 +00:00
Klaus Leithoff
9f66382a16 * Calendar: added missing holidays for CR (Costa Rica) provided by Rafael Chacon 2013-01-07 10:41:44 +00:00
Ralf Becker
996ec38e4a 1.5.001 update (1.4 --> 1.6): if filename not found in filesystem try with hardcoded iso-8859-1 charset instead of current utf-8 2013-01-04 07:25:41 +00:00
Nathan Gray
a40dda009e Try to catch some errors 2013-01-03 17:00:56 +00:00
Ralf Becker
61ff62f899 Changelog for 11.1.20130101 2013-01-01 00:39:35 +00:00
Ralf Becker
279b173408 ms office 2010 powerpoint mime icon 2012-12-22 05:57:46 +00:00
Ralf Becker
328bb04491 ms office 2010 powerpoint mime icon 2012-12-22 05:56:27 +00:00
Nathan Gray
32e2d1ad6a Rework common preferences
- Better grouping
- Added preferences for rich text editor
  - Font
  - Font size
Take effect on new, blank editors.  Existing data is untouched.
2012-12-20 19:45:51 +00:00
Klaus Leithoff
e819436f15 introduce more caching to the fetch of userProfile Data; alter mergeProfileData to work as intended (failed to work as intended after change from some boolean/integer columns to yes/no: you may allow stuff, but you should not be able to remove an already granted right) 2012-12-20 13:32:42 +00:00
Klaus Leithoff
9ffa14dbb5 Changelog for 11.1.20121220 2012-12-20 09:08:00 +00:00
Klaus Leithoff
1c4ab446e4 use existing translation key for new feature move-to-last-used-move-folder 2012-12-20 08:45:31 +00:00
Nathan Gray
a4a35b77c9 onClick is valid for a box 2012-12-19 21:44:25 +00:00
Nathan Gray
cb84d313e8 Fix importing when accessory_of is missing 2012-12-19 20:23:40 +00:00
Nathan Gray
8ff5f6f99f Improve error messages when linking goes awry 2012-12-19 20:21:51 +00:00
Nathan Gray
2f1e5b5078 Fix no notifications checkbox 2012-12-19 20:06:13 +00:00
Nathan Gray
dacf0706a3 Check for dry-run, or it will always import. No preview though. 2012-12-19 20:04:44 +00:00
Nathan Gray
f25232ad32 Give deleted resources a deleted icon instead of thumbnail 2012-12-19 18:12:42 +00:00
Nathan Gray
4fce430ef9 Add missed tracking file, required before history logging works 2012-12-19 17:24:49 +00:00
Klaus Leithoff
660976b77f * eMail: offer last moveTo folder as direct menuaction; try to avoid to access --topfolder-- 2012-12-19 14:49:20 +00:00
Klaus Leithoff
c6b2086ba0 mailbox needs to be selected immediately before a Fetch; try to improve selectedFolder caching; code indentation 2012-12-19 14:25:06 +00:00
Klaus Leithoff
1b0b16f3ed more debug on failed message deletion; preparation for move to last folder action; try to select last folder (stored in session) after openConnection 2012-12-19 14:17:45 +00:00
Klaus Leithoff
9fc350d02f * eMail: resolve problem with failed deletion of draftedMessages on send 2012-12-19 13:58:22 +00:00
Nathan Gray
e99ab7aff5 Fix link conversion only works the first time 2012-12-18 16:36:05 +00:00
Nathan Gray
1c4f15078d Fix usable vs useable. Both are right, but seems useable is more frequent in code. 2012-12-18 16:35:24 +00:00
Nathan Gray
872fe5918e Some missed skip_notifications 2012-12-18 16:00:29 +00:00
Nathan Gray
9419fec5c6 Forgotten config template 2012-12-18 15:31:09 +00:00
Klaus Leithoff
8ad8f4f155 * eMail/Sieve: fix bug regarding the failed login to SIEVE on userDefined-Accounts 2012-12-18 12:29:23 +00:00
Nathan Gray
2f2ad58e98 Implement 'No notifications' flag when importing iCal 2012-12-17 23:56:56 +00:00
Nathan Gray
a0738bd2f4 Add a global signature to change messages. Set it in notifications site configuration. 2012-12-17 23:18:28 +00:00
Nathan Gray
a3513a9797 Add history logging & delete protection 2012-12-17 22:14:32 +00:00
Nathan Gray
72b30aaf93 Add accessory_of field to import/export & update import plugin 2012-12-17 19:03:10 +00:00
Nathan Gray
0791bbb9f1 Implement importing fields that are primary keys/links to a record in another app 2012-12-17 18:50:03 +00:00
Nathan Gray
ca3bb185ad Use checkbox list for fields to update / fields to copy, add a button to toggle all 2012-12-17 16:31:56 +00:00
Klaus Leithoff
ff16579e5d * email: allow cid as overall url schema; handle background url in htmLawed, as background is not allowed except for body, but commonly used with other tags (e.g. in td); control schema for background in hook_tag 2012-12-17 15:09:14 +00:00
Klaus Leithoff
5d8531f66f adapt comment 2012-12-17 14:44:18 +00:00
Klaus Leithoff
7756258aa7 * eMail: allow to retrieve and show inline background images 2012-12-17 14:40:52 +00:00
Klaus Leithoff
a210fbc3c7 * email: allow cid as overall url schema; handle background url in htmLawed, as background is not allowed except for body, but commonly used with other tags (e.g. in td); control schema for background in hook_tag 2012-12-17 14:39:00 +00:00
Klaus Leithoff
14f97b2b4a * eMail: absent-notice via timed sieve; if using timed sieve and 6933start_date6933 and/or 6933end_date6933 and common dateformat could not be retrieved as runtime, replacement resulted in a empty string, causing the intended from/to information to be lost 2012-12-17 08:45:08 +00:00
Klaus Leithoff
590df29839 * email: fix bug regarding the failed fetch of user defined identities; (as identities have not been fetched unless user defined accounts right was granted); 2012-12-14 12:19:47 +00:00
Klaus Leithoff
bd7bcb3796 * Password: when using accounts stored in sql, and smtp is of emailadmin_smtp_sql (server must support this, and must be implemented that way) we do change passwords for mailaccounts as well, even the account is stored in sql, as the egroupware database is auth base for the mailserver 2012-12-13 16:53:48 +00:00
Klaus Leithoff
666f4f0162 * Password: when using accounts stored in sql, and smtp is of emailadmin_smtp_sql (server must support this, and must be implemented that way) we do change passwords for mailaccounts as well, even the account is stored in sql, as the egroupware database is auth base for the mailserver 2012-12-13 16:52:29 +00:00
Klaus Leithoff
3367609f45 add missing functions; used when outputbuffering is active; may not be complete; as we never use InitResponseArray 2012-12-13 16:32:02 +00:00
Klaus Leithoff
ee4ceba548 * eMailAdministration: if account is forward only; do not query IMAP Server for Quota; as there is no real mailbox 2012-12-13 11:00:41 +00:00
Nathan Gray
6c03b0ec39 Try to avoid conflicts between framework's egw_appWindow() & jsapi's egw_appWindow() 2012-12-12 19:45:27 +00:00
Nathan Gray
82ef388640 Update resources app 2012-12-12 16:57:18 +00:00
Nathan Gray
39057e7900 Allow to specify app in egw::link() pseudo function 2012-12-12 16:57:00 +00:00
Klaus Leithoff
9fd220db83 * Calendar/eSync: performance optimization: we only want to fetch the owners events, where he is a participant to, as we assume, events feature the user as the organizer only, are of no use in a users calendar on a mobile device 2012-12-12 13:34:18 +00:00
Klaus Leithoff
4aae715fd7 * Calendar/eSync: performance optimization: we only want to fetch the owners events, where he is a participant to, as we assume, events feature the user as the organizer only, are of no use in a users calendar on a mobile device 2012-12-12 13:33:41 +00:00