Commit Graph

4571 Commits

Author SHA1 Message Date
Mateus Machado Luna f5d8d2c80a Updates on Numeric Interval Filter. 2019-10-14 12:39:14 -03:00
Mateus Machado Luna c4fd86c70c Numeric filter update and tripple check for filter value. 2019-10-14 12:18:56 -03:00
Leo Germani 08e11a01cf Merge branch 'develop' of github.com:tainacan/tainacan into develop 2019-10-11 19:36:17 -03:00
Leo Germani ab80b5d1d8 Compatibility with php 5.6 #261 2019-10-11 19:36:01 -03:00
vnmedeiros 3ce2fb805c Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2019-10-11 19:14:09 -03:00
vnmedeiros 678a445a4d api-importes test improvements and replace a `$_SESSION` #313 2019-10-11 19:13:51 -03:00
Mateus Machado Luna 013d38543b Merge branch 'develop' into feature/gutenberg-terms-carousel 2019-10-11 17:58:40 -03:00
Mateus Machado Luna 54d8e669bf Passes include instead of postin to terms endpoint. 2019-10-11 17:58:32 -03:00
vnmedeiros ff8528893b api-importes test improvements #313 2019-10-11 17:33:43 -03:00
vnmedeiros cfde8abf06 Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2019-10-11 17:17:48 -03:00
vnmedeiros d0e09f7b7e save_importer_instance #313 2019-10-11 17:17:24 -03:00
Leo Germani e1ede4074c Fix broken test 2019-10-11 17:03:31 -03:00
Leo Germani cb240b66b7 Update tests #311 2019-10-11 16:53:35 -03:00
Mateus Machado Luna 694012a223 Gives taginput list more knowledge of filter values. Begins forcing filters to watch query instead of only checking on mounted. 2019-10-11 16:49:24 -03:00
Mateus Machado Luna b1511ce926 Several updates on tagslist logic. 2019-10-11 16:49:24 -03:00
Mateus Machado Luna 2325215f05 Fixes on taginput query and fetch only 2019-10-11 16:49:24 -03:00
Mateus Machado Luna 02d5b031c8 Fixes attachments query for theme not loading all attachments. 2019-10-11 16:49:24 -03:00
Mateus Machado Luna 1653a33820 Removes loading eventbus callback from filters and put it on parent component. Improves taginput label. 2019-10-11 16:49:24 -03:00
Leo Germani a9a3254ada Remove pdf parser tests from the build #312 2019-10-11 15:13:37 -03:00
vnmedeiros 8931c32237 add api terms test to query_params `include` 2019-10-11 13:36:04 -03:00
vnmedeiros 6d10cf31d5 Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2019-10-11 11:02:20 -03:00
vnmedeiros b5c08852a3 add return URL to terms #310 2019-10-11 11:01:59 -03:00
vnmedeiros 207b1ac0ec add `include` on API parameters to return a specific terms using a set the IDs #310 2019-10-11 10:18:18 -03:00
Leo Germani 15b899af8c Do not allow public filter for private meta #315 2019-10-10 20:40:21 -03:00
Leo Germani 34b817e01d fix tests for filter types count #306 2019-10-10 16:20:03 -03:00
Leo Germani 7a29ab427e use search metadata as a label for the relation #311 2019-10-10 15:50:06 -03:00
Leo Germani f1b89cf893 set auto load to false for transients #313 2019-10-09 10:31:26 -03:00
Leo Germani aebe7b152c add transients to garbage collector #313 2019-10-09 10:31:06 -03:00
Leo Germani 86787dc7c4 avoid conflicts with other plugins using WP_Backgroun_Process class 2019-10-08 20:28:37 -03:00
Leo Germani 47e391b92e Store importer and exporter sessions in the database #313 2019-10-08 20:28:37 -03:00
Mateus Machado Luna 1782f3b0ed Removes most of unecessary requests for metadata endpoint on filters creation hook. 2019-10-08 16:47:05 -03:00
Mateus Machado Luna 45a09358ce Removes unecessary metadata loading on automcomplete filter and fixes clear search. 2019-10-08 16:18:18 -03:00
Mateus Machado Luna 0d695c0dca Allows cover_page_id of collection to be either string or integer. 2019-10-08 15:29:17 -03:00
Leo Germani 243a98d4c3 Merge branch 'develop' of github.com:tainacan/tainacan into develop 2019-10-08 15:12:08 -03:00
Leo Germani e532c10852 relationship: return the selected metadata for search as label #311 2019-10-08 15:11:58 -03:00
Mateus Machado Luna c93eab771d Fixes autocomplete not clearing tags. 2019-10-08 15:07:46 -03:00
Mateus Machado Luna bbadf4dd18 Moves metadataumType to mixin. 2019-10-08 15:04:39 -03:00
Mateus Machado Luna 3f6472beb1 Fixes undefined function error when removing tags. 2019-10-08 14:24:24 -03:00
Mateus Machado Luna 920777d651 Splits filter type mixin into two. 2019-10-08 13:45:42 -03:00
Mateus Machado Luna c15bae9156 Ajustments to mixin initialization. 2019-10-07 17:16:13 -03:00
Mateus Machado Luna 0a4ca3816a Removes tripple verification on collectionId cases. 2019-10-07 15:49:21 -03:00
Mateus Machado Luna ed25e3aa0b Replaces metadatum by metadatumId and collection by collectionId and move them into mixin. 2019-10-07 14:48:01 -03:00
Mateus Machado Luna 2e42fb5186 Moves removeSearchTag function from filters and move to mixin. 2019-10-07 13:15:34 -03:00
Mateus Machado Luna d5851b71b8 Moves responsability of sending value to tag from each filter to parent component. 2019-10-07 12:44:01 -03:00
Mateus Machado Luna 78223b3e38 Renames 'options' object as 'filterTypeOptions to prevent conflicts with mixin.' 2019-10-07 11:19:22 -03:00
Mateus Machado Luna 09316b89b5 Initial schema for Logs endpoint #290. 2019-10-04 16:48:20 -03:00
Mateus Machado Luna d49b3b1026 Partial implementation of scheme for terms #290. 2019-10-04 16:26:49 -03:00
Mateus Machado Luna a692db85cb Adds partial scheme to taxonomies repository. #290. 2019-10-04 16:05:54 -03:00
Mateus Machado Luna 274df744d5 First version of schema for filter repository. #290. 2019-10-04 15:43:57 -03:00
Mateus Machado Luna 589c946686 Adds scheme test to metadata. 2019-10-04 15:01:48 -03:00