Commit Graph

603 Commits

Author SHA1 Message Date
mateuswetah 516de78640 Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2018-02-26 09:35:24 -03:00
mateuswetah 5af7fbfbf9 Adds IDs to Collection and Item creation. Adds props ID to Tainacan Field Types in order to allow tests automation. 2018-02-26 09:35:20 -03:00
weryques 766c02b90b Fix conditionals order 2018-02-23 18:50:44 -03:00
eduardohumberto 318380ea9d fix error on open create item page in collection 2018-02-23 16:59:28 -03:00
eduardohumberto 6e305d5a4a creating tests for csv import whole process 2018-02-23 16:20:23 -03:00
weryques dd9ac397a3 Fix: Remove thumb from attachments 2018-02-23 14:13:44 -03:00
weryques 0af3aacf2b Return attachments with collection and item 2018-02-23 13:48:33 -03:00
mateuswetah ab5b5464b3 Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2018-02-23 12:19:14 -03:00
mateuswetah 459b9a6748 Adds back button to primary menu and inserts Tainacan logo again on menu header. 2018-02-23 12:19:07 -03:00
eduardohumberto 8d4391ec8a create csv process item function as example 2018-02-23 12:08:05 -03:00
weryques 440348f181 Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2018-02-23 11:59:43 -03:00
weryques 20570a64a0 Trash metadata 2018-02-23 11:59:13 -03:00
mateuswetah 421cd1ad73 Improvements in Router by adding child routes, allowing nested router-views. Changes folder structure under page for better organization. Creates empty list components for fields, categories and filters. 2018-02-23 10:20:04 -03:00
mateuswetah d7b81590f2 Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2018-02-23 08:50:08 -03:00
mateuswetah 57456eeb39 Improvements on PrimaryMenu animation. Moves SecondaryMenu to it's own component. 2018-02-23 08:50:03 -03:00
Leo Germani 314f338d8e add user caps to JS object 2018-02-22 18:42:48 -03:00
Leo Germani e5f4bc3b68 Validate Field optinos according to field type specific validation 2018-02-22 17:29:52 -03:00
Leo Germani 8d078a4d34 avoid setting entity as invalid when getting degault value 2018-02-22 17:27:07 -03:00
Leo Germani a38f42ccd0 Fix identation 2018-02-22 17:27:07 -03:00
Leo Germani 70c30127c0 fix test fields 2018-02-22 17:27:07 -03:00
Jacson Passold e6bc756bfe fix no else value on conditional 2018-02-22 17:19:09 -03:00
Jacson Passold c28daf0d8b Merge branch 'develop' of github.com:tainacan/tainacan into develop 2018-02-22 17:11:01 -03:00
mateuswetah 4bc8d7cc9c Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2018-02-22 16:59:12 -03:00
mateuswetah 16e408e4c8 Adds partial responsiviness to primary sidemenu bar. 2018-02-22 16:59:08 -03:00
Eduardo humberto 49c4c55d95 creating generic insert method for importers 2018-02-22 16:24:04 -03:00
mateuswetah 4855d3c041 Solve conflict due to sortable attribue on table. 2018-02-22 16:11:18 -03:00
mateuswetah 33476da3f0 Adds sass-resource-loader to use imports of variables.scss in separate components without loading multimple times the file. Initial implementation of primary side menu bar with contraction. 2018-02-22 16:10:10 -03:00
weryques 9ec9322aef Current user can edit attribute is returned is context edit 2018-02-22 14:38:43 -03:00
weryques 7a5adea79d Fixes sortable 2018-02-22 13:47:53 -03:00
weryques 607561f3d6 tainacan-api.md 2018-02-22 13:34:39 -03:00
weryques 6bd0a76096 Merge branch 'master' into develop 2018-02-22 13:31:34 -03:00
weryques 5bc352f433 Merge develop 2018-02-22 13:31:02 -03:00
weryques 2c7a9c81d8 Merge branch 'develop' 2018-02-22 13:19:27 -03:00
weryques 360876c89a Merge branch 'master' of https://github.com/tainacan/tainacan 2018-02-22 13:13:41 -03:00
weryques 4f4d048e4e Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2018-02-22 13:12:33 -03:00
weryques 048b95d652 Changes filters route 2018-02-22 13:12:06 -03:00
Weryques 0918656a8a
Update tainacan-api.md 2018-02-22 13:07:39 -03:00
Eduardo humberto a731fe21f8 create set mapping and its tests 2018-02-22 12:13:25 -03:00
mateuswetah b3a6a9222a Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2018-02-22 11:40:50 -03:00
mateuswetah 9cbc1bec8d Simplifies translation logic. Now call to a key should be only i18n.get(key). 2018-02-22 11:40:42 -03:00
Leo Germani 9a55ac198b fixing permission check in api 2018-02-21 17:14:49 -03:00
mateuswetah faa96ee7bb Removes click-on-row functinality from tables. Adds See Item icon. Adds initial secondary sidebar for collection page. 2018-02-21 17:11:59 -03:00
weryques 8ea8e627fd Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2018-02-21 15:50:08 -03:00
weryques ef8216fdc3 Fixes 404 for wp-settings.js 2018-02-21 15:49:43 -03:00
mateuswetah 5c202d284f Changes table metadata reference from label to slug, to correspond API changes. 2018-02-21 15:48:30 -03:00
weryques f17adf3301 Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2018-02-21 15:39:34 -03:00
mateuswetah 0963300e46 Merge branch 'develop' of https://github.com/tainacan/tainacan into develop 2018-02-21 15:38:57 -03:00
mateuswetah a737c9e911 Adds basic routes and empty pages components. Removes Create button from CollectionsList, passes do CollectionsPage. 2018-02-21 15:38:51 -03:00
weryques d308040803 Changes index of metadata in item do slug 2018-02-21 15:38:44 -03:00
Leo Germani 97d2f503bd fix conflict 2018-02-21 14:09:34 -03:00