weryques
2c8def795d
Fixes error on test api filters and changes the condition for delete a object to non strict
2018-05-29 10:04:37 -03:00
weryques
dc5e8c597c
Merge branch 'feature/items-page-in-repository' into develop
2018-05-29 09:33:54 -03:00
weryques
188203c951
Merge branch 'develop' into feature/items-page-in-repository
2018-05-29 09:32:08 -03:00
weryques
62ab19b1f1
Filters repository level
...
Adapt filters for repository level
Adapt a function of filter type mixin for repository level
Fixes some bugs and errors
Creates new route and endpoint to get field at repository level
2018-05-29 09:28:44 -03:00
Mateus Machado Luna
edcc40d159
Adds permanently delete button to items and collection list
2018-05-28 16:09:55 -03:00
Mateus Machado Luna
925d27efd5
Fixes bug where attachments where being loaded in new item from previous opened item.
2018-05-28 15:26:44 -03:00
Mateus Machado Luna
53e6091f8e
Adds format post query, to determine which view mode will be rendered on theme.
2018-05-28 15:19:39 -03:00
weryques
38ed0c0a5a
Merge branch 'develop' into feature/items-page-in-repository
2018-05-28 10:33:03 -03:00
weryques
a20b0fa392
Items page in repository level with collections filter
2018-05-28 10:29:36 -03:00
mateuswetah
f6ce7b023d
Adds first extra visualization forms to Theme Items List. Allows Item to be viwed on theme without being logged in.
2018-05-28 08:16:34 -03:00
Leo Germani
c0e70ef353
update readme
2018-05-25 12:07:43 -03:00
mateuswetah
cb4f525049
Replaces collection route path from edit to settings.
2018-05-25 11:34:25 -03:00
mateuswetah
4b3b04fec2
Implements displayed fields dropdown with apply button.
2018-05-25 11:14:01 -03:00
Mateus Machado Luna
7e7b9ac8c1
Begins implementation of new fields selector
2018-05-25 09:36:03 -03:00
Mateus Machado Luna
dc31c71e64
Splits creation date and author in remaining tables. Adds more tooltips to tables.
2018-05-25 09:03:52 -03:00
mateuswetah
de359e1a79
Splits tainacan-admin.scss into several files. This will help future styling work, specially on identifing unecessary duplicated css.
2018-05-24 00:38:41 -03:00
mateuswetah
297da27551
Removes Tables css from Items, Taxonomies, Events and Collections list to have only one generic code in tainacan-admin.scss
2018-05-23 22:28:49 -03:00
mateuswetah
162c3660b5
Updates Taxonomies table with current style, removes Buefy table. Adds tabs for draft and trash status on taxonomies list.
2018-05-23 21:50:43 -03:00
Mateus Machado Luna
d665767a55
Adds V-Tooltip. Library for dealing with tooltips on ItemsList.
2018-05-23 17:13:16 -03:00
Leo Germani
d63881f0ad
add more options to ger_metadata_as_html
2018-05-23 16:47:00 -03:00
Mateus Machado Luna
599c44178f
Fixes initial loading on items when no metadata is defined.
2018-05-23 16:08:57 -03:00
Mateus Machado Luna
0f236bc950
Splits creation column into separate date and author columns in ItemsList
2018-05-23 15:57:41 -03:00
Mateus Machado Luna
49207bb8a3
Forces ItemList queries to be executed only using fecth_only (if none is set, fields are loaded again, filling the fetch_only array). This Closes #15 . Also, url is always passed on api, even if not specified in fetch_only.
2018-05-23 15:32:42 -03:00
Mateus Machado Luna
8a8dd47c07
Adds fetch_only logic to ItemsList.
2018-05-23 15:32:42 -03:00
Leo Germani
a369003bf7
Responsive Embeds
2018-05-23 15:24:17 -03:00
Leo Germani
7e091a80be
deleted unused scss
2018-05-23 15:22:15 -03:00
weryques
4fe66a3352
Merge branch 'develop' into feature/items-page-in-repository
2018-05-23 13:27:08 -03:00
weryques
2fa9e90ab0
Aways return current user can edit for items and collections with context edit and
2018-05-23 13:25:09 -03:00
weryques
580dc3fe6d
Adds flash icon to events route in primary menu
2018-05-23 13:18:01 -03:00
weryques
10c0506e1b
Merge branch 'develop' into feature/items-page-in-repository
2018-05-23 11:32:39 -03:00
weryques
c0f8430dc6
Merge branch 'develop' of https://github.com/tainacan/tainacan into develop
2018-05-23 11:18:16 -03:00
weryques
ebeecf2e3b
Changes the directory of sass cache and removes uncessary files from vendor dir when is building
2018-05-23 11:17:14 -03:00
Leo Germani
ab5d2b4ba0
refactor cont names to more specific names
2018-05-23 10:21:13 -03:00
Leo Germani
108378a92d
Merge branch 'develop' of github.com:tainacan/tainacan into develop
2018-05-23 10:19:40 -03:00
Mateus Machado Luna
bd42cacacf
Implements table alingments and column width according to design team requirements.
2018-05-23 10:05:15 -03:00
Mateus Machado Luna
d45b6e16cd
Merge conflict.
2018-05-23 08:22:36 -03:00
mateuswetah
45dd78f524
Better explanation for empty states on draft and trash tab of ItemsList
2018-05-22 21:03:14 -03:00
mateuswetah
ccc320f563
Temporaly removes tooltips from table, as it is causing overflow issues.
2018-05-22 20:44:51 -03:00
mateuswetah
3d6b9db111
Merge branch 'develop' of https://github.com/tainacan/tainacan into develop
2018-05-22 20:00:25 -03:00
mateuswetah
4921806b4f
Fixes spacing left by compress button in Item Edition Page. Removes Edit attachments button from Item Page and adds compress button.
2018-05-22 20:00:20 -03:00
Jacson
2938841d1e
fix some words
2018-05-22 19:45:01 -03:00
mateuswetah
c564864a31
Remove unused font assets. Initialize implementation of FileItem component inside ItemPage (visualization).
2018-05-22 18:33:30 -03:00
Leo Germani
f2ddc5b2c5
Fix filter test
2018-05-22 18:09:34 -03:00
Leo Germani
ccbbd20027
WP Repo readme and assets
2018-05-22 17:44:16 -03:00
weryques
4c5491dc5f
Merge branch 'develop' of https://github.com/tainacan/tainacan into develop
2018-05-22 16:50:51 -03:00
weryques
d8300243be
Removes try catch and use dinamic methods set and get
2018-05-22 16:50:10 -03:00
Mateus Machado Luna
924079a024
Fixes checkbox cell not appearing on hover in tables.
2018-05-22 16:01:06 -03:00
Mateus Machado Luna
c321cd0c93
Finishes implementation of tabs in collection list
2018-05-22 15:40:23 -03:00
Mateus Machado Luna
9e42291e34
Implements tabs on Collection List
2018-05-22 15:40:23 -03:00
weryques
df4f90f974
Fits date input to navigator language
2018-05-22 15:35:06 -03:00