Commit Graph
176 Commits
Author SHA1 Message Date
MightyPork 57a8fc58d6 add Longest and Shortest filters 2018-08-16 22:30:46 +02:00
MightyPork 3629c977e5 rename most updated to most changed 2018-08-16 22:21:18 +02:00
MightyPork a9426759d2 add different table sort options, change default to last-updated 2018-08-16 22:19:03 +02:00
MightyPork 83392e07ac use diffForHumans for revisions page too 2018-08-16 21:53:02 +02:00
MightyPork 8d1de066e7 fix error if not logged in 2018-08-16 21:44:04 +02:00
MightyPork cff01551de add revision reverting option 2018-08-16 21:43:10 +02:00
MightyPork 34e432fe87 added a revisions page 2018-08-16 21:17:32 +02:00
MightyPorkandGitea a69c3e6cf6 Merge branch 'master' of cpsdqs/datatable.directory into master 2018-08-12 22:27:04 +00:00
MightyPork 7f48d14ce3 Fix table names are globally unique instead of per user 2018-08-13 00:10:10 +02:00
MightyPork c76fc21820 Brutal insert speed optimization by bypassing the ORM completely 2018-08-12 23:49:52 +02:00
MightyPork 13b22f7cb4 add option to upload file when creating a table 2018-08-12 22:38:08 +02:00
MightyPork 7ae41b368e fix injection bugs in table editor 2018-08-12 21:58:42 +02:00
MightyPork b716260a53 Fix very slow table display when filled with ugly data 2018-08-12 21:45:27 +02:00
cpsdqs 693d3b9c93 Make table infobox work better at ~900px, fix menu button alignment on small screens 2018-08-12 12:39:12 +02:00
MightyPork 577a5349c4 reduce nbr of users in the dash column 2018-08-12 10:33:01 +02:00
MightyPork b0f77be93d added a donate and faq page 2018-08-12 10:23:51 +02:00
MightyPork 94fc84615c add beta symbol 2018-08-11 23:37:04 +02:00
MightyPork e1c7114bd4 correctly sort by numeric columns 2018-08-11 23:34:48 +02:00
MightyPork 8d6ec7b47d up and down arrows now work as vertical tab in row editor 2018-08-11 22:59:13 +02:00
MightyPork d3a7381f39 Edit All button in row editor 2018-08-11 22:44:14 +02:00
MightyPork 0d938ec8af improve behavior of draft discard button, plus clearer text 2018-08-11 22:35:13 +02:00
MightyPork 074cda7fe4 trim all fields when importing via CSV. spaces are rarely intentional 2018-08-11 22:32:30 +02:00
MightyPork 4961430c8f also order exports 2018-08-11 22:01:45 +02:00
MightyPork 624963b729 order by first column 2018-08-11 21:59:29 +02:00
MightyPork f42e80cc5d fix stupid json unpacking bug turning indexed array to object 2018-08-11 21:51:15 +02:00
MightyPork f6109b5d4a fix deleting columns 2018-08-11 21:46:11 +02:00
MightyPork c0bc64a2e7 fix camel columns 2018-08-11 21:37:56 +02:00
MightyPork 93f28e38ed fix confirm cmd oops 2018-08-11 21:35:05 +02:00
MightyPork 00f238d625 fix login form ugly wrapping of auth buttons 2018-08-11 21:29:50 +02:00
MightyPork ceca9af0fc add un-confirm option to user:confirm, hide New button from dashboard if user isn't confirmed 2018-08-11 21:28:42 +02:00
MightyPork aa677efd51 remove throttle from web 2018-08-11 20:58:58 +02:00
MightyPork 9b722aa7c9 Fix cannot add new cols in new table 2018-08-11 20:41:35 +02:00
MightyPork 9ec5a151cc Fixes in value revert logic 2018-08-11 19:30:55 +02:00
MightyPork 2cadbdcd31 fix CSV import asking for cols that were removed 2018-08-11 18:59:09 +02:00
MightyPork bc960e80aa fix proposals table unable to rollback 2018-08-11 18:50:27 +02:00
MightyPork 20f4694ec4 make proposal table_id nullable 2018-08-11 18:47:07 +02:00
MightyPork f2910f977f Working proposal apply code, fixed schema (need reset - artisan migrate:fresh) 2018-08-11 18:42:12 +02:00
MightyPork 8efc31d820 Use temporary negative IDs for rows created in a draft Changeset 2018-08-11 16:19:32 +02:00
MightyPork 7938519a64 doc comments 2018-08-11 14:35:55 +02:00
MightyPork adc53cee95 Submit route, fixes in col editor 2018-08-11 11:52:57 +02:00
MightyPork 69dabab6cc improve interactivity in Review page 2018-08-11 11:41:10 +02:00
MightyPork 70cff26719 fix col order reset button, show only if order is changed 2018-08-11 11:14:52 +02:00
MightyPork 58c28b776b Note saving, revert buttons in review page 2018-08-11 11:02:56 +02:00
MightyPork b1d1fa4880 Note tab added 2018-08-10 23:16:26 +02:00
MightyPork c952798e66 comments and cleaning in TableEditController 2018-08-10 22:06:30 +02:00
MightyPork 23f27e6f34 use control-group for add-rows widget, fix paginator overflowing with hundreds of items 2018-08-10 20:46:43 +02:00
MightyPork a3df7a724c CSV import, also from file, and more UX improvements 2018-08-10 20:19:16 +02:00
MightyPork 1e183f5059 UX improvements in table editor 2018-08-10 18:11:34 +02:00
MightyPork c642774316 Hide unimplemented feature buttons and indicators with feature flags 2018-08-10 13:32:58 +02:00
MightyPork aceb0453fc Column order saving to Changeset 2018-08-10 13:11:50 +02:00