Commit Graph

162 Commits

Author SHA1 Message Date
weryques c34a7776b6 Merge develop 2018-10-18 09:19:30 -03:00
eduardohumberto 467bd5c096 tainacan legacy importer - remove empty values in item metadata 2018-10-05 18:58:06 -03:00
eduardohumberto 8b9916ae1a csv importer- start column for item ID (ref. #138) 2018-10-03 07:51:42 -03:00
eduardohumberto cb6fd738b0 csv importer - create special column for status and create tests (ref. #138) 2018-10-01 21:42:39 -03:00
leogermani 6f0a4a1021 enable progress value for Terms importer 2018-09-28 12:21:24 -03:00
eduardohumberto fd24a420d1 tainacan legacy importer - parse date and fix bugs 2018-09-27 00:18:55 -03:00
leogermani 38bac17dbc Merge branch 'feature/import_terms' into develop 2018-09-26 17:57:47 -03:00
leogermani 00db27e986 Final adjustments in terms importer #23 2018-09-26 17:57:06 -03:00
vnmedeiros 428ab42f93 add option to create a taxonomy on import terms #23 2018-09-26 15:14:42 -03:00
eduardohumberto e64edc02bc tainacan legacy importer - alter verification for url content 2018-09-25 21:46:11 -03:00
vnmedeiros 53f4544a08 add steps and create bg-process to import terms #23 2018-09-25 17:45:36 -03:00
eduardohumberto 7495bedecc tainacan legacy importer - fix error on multiple metadata values 2018-09-24 21:08:16 -03:00
vnmedeiros 977d518e2c corrections on reader file csv 2018-09-24 17:47:27 -03:00
vnmedeiros 812cbeaa2c update coments in class Term_Importer 2018-09-24 10:06:10 -03:00
vnmedeiros d306783e19 import csv with terms 2018-09-23 21:17:43 -03:00
vnmedeiros 747e2d11dc create import terms 2018-09-21 09:27:14 -03:00
eduardohumberto 466b17ca47 tainacan csv importer - fix enclosure param 2018-09-19 22:38:10 -03:00
Leo Germani ace115837a add validation to date metadata type 2018-09-18 10:20:25 -03:00
Leo Germani 9ddf07ccd7 improve one importer label 2018-09-18 10:20:25 -03:00
eduardohumberto 1cb7f118d6 tainacan legacy importer - skip duplication in term creation 2018-09-17 22:36:14 -03:00
eduardohumberto 7f44540240 tainacan legacy importer - handle compound metadata 2018-09-06 21:46:05 -03:00
eduardohumberto 6677ed7e23 tainacan legacy import - mapping selectbox to taxonomy 2018-09-05 23:02:26 -03:00
Leo Germani 408c58dc31 avoid notice on test importer 2018-08-28 11:05:56 -03:00
Leo Germani e6873e1aa9 csv import: support for line breaks inside content (document and attachments) 2018-08-25 21:18:23 -03:00
Leo Germani b4b9982939 small adjustments in test importer 2018-08-25 20:23:55 -03:00
Leo Germani e3ddc61805 disable creation of revisions during Import 2018-08-25 20:09:39 -03:00
eduardohumberto 8bc7a9c520 fix error multiple lines - csv import 2018-08-24 22:08:31 -03:00
Leo Germani 0d555dc65a disable log generation in some importers methods 2018-08-24 08:41:19 -03:00
Leo Germani d2a54829fa better logs and disable logs for item metadata in importers 2018-08-24 07:19:33 -03:00
Mateus Machado Luna 099d2c1d21 Better styling for File Encoding select on CSV importer options. 2018-08-14 17:03:39 -03:00
eduardohumberto fc9e62e585 test importer - remove blank line 2018-08-10 22:32:59 -03:00
eduardohumberto 7a6d1e87de test importer - improve form ( ref. #106 ) 2018-08-10 21:53:02 -03:00
Leo Germani 9473b61cf3 restore test importer for development after 0.3 release 2018-08-10 18:33:13 -03:00
Leo Germani 7d8e95771e hide test importer from 0.3 release 2018-08-10 17:38:20 -03:00
Leo Germani 4000077194 Refacror CSV importer form 2018-08-10 16:41:43 -03:00
eduardohumberto b94255b463 fix csv form and create test for images in test importer 2018-08-09 20:12:15 -03:00
Mateus Machado Luna f300a51804 Begins implementation of terms child collapsing on terms list. 2018-08-09 13:15:31 -03:00
eduardohumberto fd8a5d709a test importer - start image section and fix relationship metadata error ( ref. #106 ) 2018-08-08 21:39:56 -03:00
eduardohumberto 301b61774c importer test - begin relationship between collections (ref. #106) 2018-08-07 23:06:56 -03:00
eduardohumberto a1f8c2764a test importer - initial adjusts ( ref. #106 ) 2018-08-06 23:00:09 -03:00
eduardohumberto 1e6a57c700 Importers - tests save post_author in legacy 2018-08-02 23:32:57 -03:00
eduardohumberto 04efa1e52a Importers - save post author in csv importers 2018-08-02 22:56:57 -03:00
Leo Germani 5161747d46 CSV importer correctly handles attachments and documents 2018-08-02 11:01:13 -03:00
weryques a80d64cfb8 Fixes incompatibilities with older versions of PHP
FILE: tainacan/src/importer/class-tainacan-importer.php
-----------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 2 LINES
-----------------------------------------------------------------------------------
 603 | ERROR | 'int' type declaration is not present in PHP version 5.6 or earlier
 616 | ERROR | 'int' type declaration is not present in PHP version 5.6 or earlier
 616 | ERROR | 'int' type declaration is not present in PHP version 5.6 or earlier
-----------------------------------------------------------------------------------

FILE: tainacan/src/classes/class-tainacan-elastic-press.php
----------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------------------------
 16 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and
    |       | prohibited since PHP 5.4
 24 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and
    |       | prohibited since PHP 5.4
----------------------------------------------------------------------------------------

FILE: tainacan/src/classes/class-tainacan-bulk-edit.php
----------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------------------------
 78 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and
    |       | prohibited since PHP 5.4
 85 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and
    |       | prohibited since PHP 5.4
----------------------------------------------------------------------------------------
2018-08-02 08:57:32 -03:00
eduardohumberto 5503096a42 csv importer - fix error with enclosure character 2018-08-01 21:09:49 -03:00
eduardohumberto 449234a86c csv importer - create attachments tests (ref. #86 ) 2018-07-31 20:57:22 -03:00
eduardohumberto 7fd2138485 csv importer - create tests for different document types and fix index error on process item 2018-07-30 21:57:01 -03:00
eduardohumberto 78497d66ba csv importer - create option for file path in server 2018-07-29 22:05:38 -03:00
eduardohumberto df47e9dc59 csv importer - allow child importers execute method after item insert 2018-07-27 22:18:18 -03:00
Leo Germani e823a4d6b7 allow scripts to disable creation of logs. useful for importers 2018-07-27 16:54:19 -03:00