.. |
.class.bodefinitions.inc.php.swp
|
initial import of my importexport work,
|
2006-11-10 15:30:01 +00:00 |
class.importexport_admin_prefs_sidebox_hooks.inc.php
|
API: introduce register_single_app_hook to be able to add or update one hook for an required app. register added/updated hooks with ->location; calendar and addressbook are using this to insert export_limit hook if not available. use app hook to fetch app specific export limit with import_export side_menu additions too
|
2011-09-15 16:53:20 +00:00 |
class.importexport_arrayxml.inc.php
|
- Add blacklisting so plugin scan will skip certain files or directories
|
2010-03-29 17:38:54 +00:00 |
class.importexport_basic_import_csv.inc.php
|
code alignment
|
2010-11-24 11:25:37 +00:00 |
class.importexport_definition.inc.php
|
consider running in setup (install/update of app) as run by an admin
|
2011-06-08 10:59:45 +00:00 |
class.importexport_definitions_bo.inc.php
|
Make sure users can access their own definitions
|
2011-05-19 16:11:26 +00:00 |
class.importexport_definitions_ui.inc.php
|
using new bo_merge static function to check for is_export_limit_excepted; fixing an off but vone error regarding the limit of rows returned
|
2011-08-29 15:02:00 +00:00 |
class.importexport_export_csv.inc.php
|
silence some error log statements
|
2011-09-13 10:16:29 +00:00 |
class.importexport_export_ui.inc.php
|
* calendar/importexport/addressbook: calendar introduce new config option to set app specific export_limit; calendar csv export: use enumerate for exporting events as csv; bo_merge: introduce new helper functions to get and check export-limit; addressbook: use new helper functions
|
2011-09-13 09:05:33 +00:00 |
class.importexport_helper_functions.inc.php
|
Add new import translation function list(sep,field,index) to explode a field and pick one part
|
2011-08-05 22:04:05 +00:00 |
class.importexport_iface_egw_record.inc.php
|
- Change file/class names to match new naming conventions
|
2010-03-22 15:09:26 +00:00 |
class.importexport_iface_export_plugin.inc.php
|
- Add ability for plugin to specify mimetype
|
2010-10-12 22:45:55 +00:00 |
class.importexport_iface_export_record.inc.php
|
- Change file/class names to match new naming conventions
|
2010-03-22 15:09:26 +00:00 |
class.importexport_iface_import_plugin.inc.php
|
- Change file/class names to match new naming conventions
|
2010-03-22 15:09:26 +00:00 |
class.importexport_iface_import_record.inc.php
|
- Change file/class names to match new naming conventions
|
2010-03-22 15:09:26 +00:00 |
class.importexport_import_csv.inc.php
|
Add an option for charset to use the current user's preferred charset
|
2011-05-24 15:50:38 +00:00 |
class.importexport_import_ui.inc.php
|
If appname is passed in on URL, make appname read-only
|
2011-03-24 15:17:15 +00:00 |
class.importexport_schedule_ui.inc.php
|
Add context menu
|
2011-06-02 16:50:41 +00:00 |
class.importexport_wizard_basic_export_csv.inc.php
|
Add an option for charset to use the current user's preferred charset
|
2011-05-24 15:50:38 +00:00 |
class.importexport_wizard_basic_import_csv.inc.php
|
Use similar_text() to try to automatically match import field names to application fields when there's no exact match
|
2011-08-09 18:19:58 +00:00 |