Commit Graph

23451 Commits

Author SHA1 Message Date
97fea10521 - Add/fix labels for creation date, pricelist
- Fix export filtering on assigned
2013-01-02 18:14:05 +00:00
5564217b0c - Hide buyable & prize fields from import|export
- Hide customfields column if no customfields defined
- Fix export all breaks list view
2013-01-02 17:32:30 +00:00
c09a9aa61c Fix missing conversion of 0 -> No 2013-01-02 17:30:39 +00:00
5b94061086 Remove buyable & price from default definitions 2012-12-31 22:12:45 +00:00
c120397363 Use revert icon for Undelete action 2012-12-31 22:05:14 +00:00
fcda447798 Delete & hold accessories when deleting a resource 2012-12-31 21:57:14 +00:00
880e55f9a2 - Move filter step later in wizard
- If user picks an end date in export dialog, set time to 23:59:59 to include that day
2012-12-31 20:59:04 +00:00
ee6834ca54 Implement export filters 2012-12-31 20:38:00 +00:00
0a91bc5aa9 Add support for filtering records to be exported.
Filterable fields are attempted to be autodetected by using the exportable fields.
Records can be filtered by fields with type select,select-cat,select-account,date,date-time (according to egw_record class) 
only at this time.  Filters are saved in the definition and used with scheduled exports.  They are also available to the
user for modification in the export dialog.
2012-12-31 20:36:28 +00:00
841d3b67bd If chosen is loaded, trigger update of contents. 2012-12-31 20:22:59 +00:00
d496ba3cd5 Pass along enhancement flag 2012-12-31 20:22:05 +00:00
328bb04491 ms office 2010 powerpoint mime icon 2012-12-22 05:56:27 +00:00
a4a35b77c9 onClick is valid for a box 2012-12-19 21:44:25 +00:00
cb84d313e8 Fix importing when accessory_of is missing 2012-12-19 20:23:40 +00:00
8ff5f6f99f Improve error messages when linking goes awry 2012-12-19 20:21:51 +00:00
2f1e5b5078 Fix no notifications checkbox 2012-12-19 20:06:13 +00:00
dacf0706a3 Check for dry-run, or it will always import. No preview though. 2012-12-19 20:04:44 +00:00
f25232ad32 Give deleted resources a deleted icon instead of thumbnail 2012-12-19 18:12:42 +00:00
4fce430ef9 Add missed tracking file, required before history logging works 2012-12-19 17:24:49 +00:00
e99ab7aff5 Fix link conversion only works the first time 2012-12-18 16:36:05 +00:00
1c4f15078d Fix usable vs useable. Both are right, but seems useable is more frequent in code. 2012-12-18 16:35:24 +00:00
872fe5918e Some missed skip_notifications 2012-12-18 16:00:29 +00:00
9419fec5c6 Forgotten config template 2012-12-18 15:31:09 +00:00
2f2ad58e98 Implement 'No notifications' flag when importing iCal 2012-12-17 23:56:56 +00:00
a0738bd2f4 Add a global signature to change messages. Set it in notifications site configuration. 2012-12-17 23:18:28 +00:00
a3513a9797 Add history logging & delete protection 2012-12-17 22:14:32 +00:00
72b30aaf93 Add accessory_of field to import/export & update import plugin 2012-12-17 19:03:10 +00:00
0791bbb9f1 Implement importing fields that are primary keys/links to a record in another app 2012-12-17 18:50:03 +00:00
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
5d8531f66f adapt comment 2012-12-17 14:44:18 +00:00
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
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
6c03b0ec39 Try to avoid conflicts between framework's egw_appWindow() & jsapi's egw_appWindow() 2012-12-12 19:45:27 +00:00
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
c3d2170518 remove CR from start and end of lang string line read from file, as it breaks stuff e.g. in eMail module 2012-12-12 10:18:40 +00:00
36bc7871c1 * API/Translation: fix bug with missing german umlauts as first letter of words; ( as php5.3.3 with squeeze does not support splitting lines with fgetcsv while reading properly if the first letter after the delimiter is a german umlaut (UTF8 representation thereoff)) 2012-12-12 09:42:56 +00:00
213fc4291c fixes from Stefan Werfling for older php versions, where ENT_XML1 is not defined 2012-12-12 03:25:12 +00:00
64c653f253 Remove selected accessories from checked list when deleting resource. Deleting the resource deletes all accessories, and gives an error if we try to delete it after that 2012-12-12 00:28:54 +00:00
f00bee861f Give multiselect boxes full width 2012-12-11 17:50:22 +00:00
c067e2ccb7 Do the check in a way that matches correctly for all 2012-12-11 15:31:35 +00:00
cf5269f6d1 Check for empty user font preference span, and remove it so empty checks still work 2012-12-10 23:10:58 +00:00
e29cd447ab missing translations 2012-12-10 16:53:19 +00:00
340fec0611 - Remove debug
- Change font in results to match selected option and other selectboxes
2012-12-10 16:16:58 +00:00
f3f2f4d9ab Clear checked array before adding all resources - duplicates cause errors 2012-12-10 15:44:30 +00:00
3e3dda8149 * Java notifier app from Stefan Werfling, added translation and egw-configuration on download 2012-12-09 05:56:42 +00:00
0be74c9b87 different method to read the next occourrence of a series; (as old method also fetched deleted exeptions as next occurrence) 2012-12-07 14:10:51 +00:00
9fc51055cd Use common rte preference 2012-12-06 17:14:18 +00:00
83981b9cad * Calendar: fix for missing 2568to-firstname2568 and 2568to-lastname2568 replacements 2012-12-06 12:01:05 +00:00
cbb88e22cb Remove other places trying to set default ckEditor toolbar mode - using common preference 2012-12-05 20:22:13 +00:00
85c15e42fd Use preference for ckEditor features by default 2012-12-05 19:58:37 +00:00