Commit Graph

6284 Commits

Author SHA1 Message Date
vnmedeiros 2e76bd215f add simples JSON exposer #409 2020-08-05 11:14:11 -03:00
mateuswetah 1c5029f923 Finishes removing slide view mode from admin. 2020-08-04 15:26:08 -03:00
mateuswetah 6ee20e5ebb Avoids breaking toolbar button on WP previous to 5.4 on the faceted search block dropdown. 2020-08-04 15:07:19 -03:00
mateuswetah 7078b11ddf Avoids breaking blocks on WP versions bellow 5.4 due to use of ToolbarGroup component. 2020-08-04 12:32:52 -03:00
mateuswetah 9319fc7394 Gets rid of some experimental preview mode stuff. 2020-08-03 16:10:51 -03:00
mateuswetah b8852f274c Updates swiper version of slides view mode on admin and removes slides view mode on theme. 2020-07-29 18:04:20 -03:00
mateuswetah cbafef2206 Merge from develop. 2020-07-29 17:35:14 -03:00
mateuswetah ec923ff7f3 Small adjustments to form block. 2020-07-29 17:31:53 -03:00
mateuswetah fbc3ad6d22 Merges from develop. Updates item submission block and brings collapses back to life #388. 2020-07-29 16:50:46 -03:00
mateuswetah 8349f9b682 Merge branch 'develop' into feature/388 2020-07-29 16:35:22 -03:00
mateuswetah 5f9f5f3784 Adds fallback version of ToolbarButton component to previous versions of 5.5 on all blocks. 2020-07-29 12:58:17 -03:00
mateuswetah ea5f072bfa Adds scroll-snal to carousel blocks on editor side. 2020-07-29 10:48:16 -03:00
mateuswetah c6128f2288 Fixes carousel blocks not rendering default cropImage and itemsPerScreen options. #380 2020-07-29 10:22:41 -03:00
mateuswetah 3f60fd9b2e Adds keyboard event handler for exc, space and up and down arrows. 2020-07-28 16:42:37 -03:00
mateuswetah 0f8b6a5ec7 Forces perpage to be 24 in fullscreen view modes as the pagination breaks on extremely wide screens. 2020-07-28 15:38:15 -03:00
mateuswetah b7dbf60a68 Fixes virtual slides return function. 2020-07-28 15:07:01 -03:00
Mateus Machado Luna 540714a617
Merge pull request #407 from tainacan/feature/406
Feature/406
2020-07-28 14:44:04 -03:00
mateuswetah fed138b1b0 Removes older version of slideshow component. #406 2020-07-28 14:31:25 -03:00
mateuswetah 4a5421241d Adds circular counter back to fullscreen #406 2020-07-28 14:11:18 -03:00
mateuswetah 5d4df4a4d8 Continues adjustments for refactores slideshow view mode. 2020-07-28 12:28:38 -03:00
mateuswetah 9626b50356 First refactored version of slideshow view mode, using virtual slides and Swiper library instead of vue-awesome-swiper. 2020-07-27 18:33:35 -03:00
vnmedeiros ed946ee7ee remove the function `prepare_filters` in them-helper #403 2020-07-27 16:21:22 -03:00
mateuswetah e2b759d31c Uses @ready event to set inital slide index as 0. 2020-07-24 17:44:22 -03:00
mateuswetah 5636772165 Updates vue-awesome-swiper to last version and fix breaking changes on carousels and slideshow. #406. 2020-07-24 15:43:57 -03:00
mateuswetah a6f2f57408 Uses function to prepare args passed to next and previous item request. #403 2020-07-23 12:24:04 -03:00
mateuswetah ea5c42f64d Passes source_list type and ref path to item single page navigation logic. 2020-07-23 09:48:51 -03:00
mateuswetah b8b77dc789 Uses block control and toolbar instead of placeholder to offer change on target collecion. #388 2020-07-22 14:13:23 -03:00
mateuswetah 7356ed0733 Begins updates to item form submission block t wp 5.5 2020-07-22 10:52:20 -03:00
vnmedeiros 16530048a1 Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2020-07-22 10:50:53 -03:00
vnmedeiros d23d896812 fix get possition on get_adjacent_items #403 2020-07-22 10:48:58 -03:00
mateuswetah a2f9559e4f Adds viewModeMixin to new view modes as well. #403 2020-07-22 10:48:19 -03:00
mateuswetah cd11ccdaf3 Merge branch 'develop' into feature/379 2020-07-22 10:40:18 -03:00
mateuswetah 724db90738 Merge conflict on translation file from dev. 2020-07-22 10:39:31 -03:00
mateuswetah 08054fc821 Never adds metadata div if it doesn't contain a value on get_metadata_as_html 2020-07-22 09:34:00 -03:00
mateuswetah e3e402d1de Adds tainacan_get_adjacent_items() funtion to template tags. #403 2020-07-21 17:49:45 -03:00
vnmedeiros 2718551fe0 fix curent_perpage variable in get_adjacent_items 2020-07-21 15:01:07 -03:00
mateuswetah 3aca86d71f Adds get_adjacent_items function to class-tainacan-theme-helper #403 2020-07-21 14:20:32 -03:00
dependabot[bot] c8fb2c3896
Bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-20 21:22:39 +00:00
mateuswetah bac32d3827 Creates viewModesMixin to group common functions among view modes including the new getItemLink #403. 2020-07-20 18:20:33 -03:00
mateuswetah 66f45fd75a Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2020-07-17 23:26:45 -03:00
mateuswetah b8059bd9e5 Some ajustments to gutenberg blocks for displaying the custom color set by the theme. 2020-07-17 23:26:30 -03:00
vnmedeiros 5ca144478b fix select item to send bulk edit #402 2020-07-17 11:07:03 -03:00
vnmedeiros 0fb646b8a9 fix importer csv 2020-07-15 18:22:11 -03:00
vnmedeiros 4d534ee3ac fix importer csv 2020-07-15 18:15:27 -03:00
vnmedeiros fbb6a98278 Merge tag '0.16.3' into develop
version 0.16.3
2020-07-15 17:08:49 -03:00
vnmedeiros b217d6b469 Merge branch 'hotfix/0.16.3' 2020-07-15 17:08:34 -03:00
vnmedeiros ed1a57bf1b version 0.16.3 2020-07-15 17:06:58 -03:00
vnmedeiros b348c58f3e update build.sql 2020-07-15 17:06:43 -03:00
vnmedeiros a6f4253283 add `curl_close` if curl_exec fail 2020-07-15 11:50:38 -03:00
vnmedeiros 8d2e21bc9c add `special_attachments|APPEND` and `special_attachments|REPLACE` on `source_special_fields` 2020-07-14 17:11:01 -03:00