Commit Graph

71 Commits

Author SHA1 Message Date
56774cfeee * Importexport: Progress updates when importing 2023-12-15 15:18:09 -07:00
ece1aaf650 ImportExport: Fix export field "Check all" button did nothing 2023-12-06 13:29:45 -07:00
957781af5f Fix export fails with "File not found" 2023-08-31 15:54:03 -06:00
4d89bd9feb Import/Export: Fix filter option did not get selected when changing filters 2023-03-20 10:36:50 -06:00
8b3b0c0d92 Add export.svg
as replacement for png
2023-03-07 16:33:05 +01:00
23dadd0559 Add import.svg
as replacement for png
2023-03-07 14:19:45 +01:00
fb8b1d5fdc Import/Export: Fix import definition dialog field mapping was not translated 2023-02-16 13:37:42 -07:00
47243d1706 Importexport: Fix clicking icon from list did not open correct url 2023-01-19 13:36:49 -07:00
8a43d88ffe Calendar: Add ability to choose target calendar when importing 2023-01-16 15:31:59 -07:00
8ec106f22b converting .xet files to new webcomponents-format 2023-01-04 11:28:10 -06:00
d5ce45f697 Update importexport app icon
Size adjusted: 28px => 32px, file optimised
2022-12-27 21:28:28 +01:00
8601f274ef Importexport: Make wizard bigger 2022-11-01 11:54:37 -06:00
64fd769586 Import/Export: Fix some style issues
- missing import/export icons in defininition list
- preview looks weird in import & export dialogs
- [object] instead of index in mapping list
2022-10-26 09:57:34 -06:00
d48d805f05 Fix 'check all' field was required, blocking the next step 2022-09-22 11:47:11 -06:00
f1cba99aa9 Importexport: Some CSS improvements, avoid an error in import iCal 2022-09-08 14:25:07 -06:00
0113a93ffd move images from pixelegg to default and drop png or gif, if we have an svg 2022-07-28 17:56:34 +02:00
868135775c PHP 8 fixes 2021-03-29 16:47:19 +02:00
5d68fba0a9 ImportExport - Missing translations from Stefan Unverricht 2019-08-01 13:23:47 -06:00
8230686a1b Import/Export - add definition setting to force a certain category
- update tracker to extend importexport_basic_import_csv
2019-03-07 15:52:48 -07:00
14a0fbcb75 Import/Export - add support for quotes in definition names 2018-12-05 13:25:34 -07:00
cde347a463 * Import/Export - allow import plugins to specify their own sub-templates 2018-11-27 15:39:58 -07:00
030eb89f84 using standard site-configuration plus some hooks 2018-08-22 12:15:42 +02:00
c7f2d1238a Translations & visual bugs from Stefan Unverricht 2018-05-14 14:32:19 -06:00
e456f7800c Admin - add ACL export 2017-09-18 14:48:24 -06:00
c78042d522 Update PUBLIC ID of etemplate2.dtd in all templates 2017-02-01 09:59:37 +01:00
3fed6fd20d Use POST submit to make sure all js files for plugin template get loaded. 2016-11-22 10:07:22 -07:00
9b4da018f0 fix template to be 16.1-nish: move add button from extra row to left
using egw.open_link instead of window.open
2016-07-06 08:57:35 +02:00
f11804c5f5 Fix importexport schedule:
- fixed list did not update after edit
- fixed delete button did not work
2015-04-13 20:03:30 +00:00
d432642f1a add encoding, eTempalte2 DTD and svn propset svn:keywords Id to all eTemplates 2015-02-17 09:55:05 +00:00
51f869e57d Fix up allowed users handling
- Fix definition list filter
- Fix invalid option 'both' in definition list
- No longer need separate checkboxes in wizard
2014-07-15 18:09:20 +00:00
141033ca66 Fix doubled widget ID in export dialog 2014-07-14 11:29:55 +00:00
8adfd16974 Give an ID with '{' to first widget so auto-repeat detection works.
Fixes field mapping not working if you don't select every row
2014-05-14 15:31:50 +00:00
e6eda6ddc8 - Fix Execute context menu action
- Fix missing import preview OK button
- Fix message mangled by et2
- Try to prevent session/request collection from destroying
2014-05-13 21:21:56 +00:00
45a709cc62 Remove legacy action columns & associated readonlys 2014-02-27 21:27:14 +00:00
a82580211e Fix changing owner or allowed by context menu 2014-02-19 22:37:30 +00:00
03c5e925c8 - Add 'Add' button above nextmatch
- Add placeholder action to add when there are no rows
2014-02-19 00:05:03 +00:00
75bd91c79d Don't use msg as ID for step instructions, it gets grabbed by framework message stuff, and disappears.
Also, silence an error_log and avoid a warning
2014-02-18 23:29:30 +00:00
84b6e72f4b pixelegg changes up until now 2014-02-03 10:05:44 +00:00
90b00597b9 pixelegg changes from today/Thursday 2014-01-30 18:55:35 +00:00
ab72074036 Fix condition 'Add' button 2013-12-02 22:51:05 +00:00
985799c463 Better sizing for definition wizard popup
- Remove pretty graphic
- Size contents relative to window width, so you can re-size & get more space.
2013-12-02 22:47:16 +00:00
5c7a290ac9 pixelegg changes from last week 2013-11-25 03:19:58 +00:00
7f98f428a0 Adapt importexport for etemplate2 2013-11-01 22:04:43 +00:00
121a80ae6b Fix infinite loop when picking 'all users' or 'just me' 2013-07-30 14:11:01 +00:00
8beb0a0a6a Dump schedule templates to XML files 2013-07-05 15:13:54 +00:00
31959426ee Implement export filters for tracker 2013-01-22 18:33:40 +00:00
89b4ce31e8 - Add message if no records available for export using selected settings
- Improve export preview a little
2013-01-07 18:25:53 +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
bff2bdc6d6 - Clear owner & allowed popups after changing
- Make allowed popup user selection not look disabled
2012-12-03 22:43:47 +00:00
411fe5eca6 Add explanation to conditions step 2012-09-06 23:05:50 +00:00