Romulus Urakagi Tsai
4f4e0a21f8
Add 'show archive' and 'hide empty lists' in filter feature.
2019-08-07 07:58:05 +00:00
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
2019-06-28 12:56:51 -05:00
Lauri Ojansivu
3f937764cb
Fix lint errors.
2018-08-13 20:01:08 +03:00
Lauri Ojansivu
b015b5b724
Revert eslint changes, because they caused breakage.
2018-08-12 17:32:53 +03:00
Lauri Ojansivu
f5515cb95f
Fix lint errors.
2018-08-12 14:36:37 +03:00
Andrés Manelli
17308dc5f3
Fix lint errors
2018-08-11 01:00:21 +02:00
IgnatzHome
ba2012af43
regex for advanced filter
2018-06-14 21:14:16 +02:00
Lauri Ojansivu
c46817f23a
Fix lint errors.
2018-06-14 20:14:43 +03:00
Ignatz
6a154ee9b0
correcting error in advanced filter
2018-06-14 12:56:29 +02:00
Ignatz
558539e21b
trying to fix integer search
2018-06-14 12:49:59 +02:00
Ignatz
571f55f904
fixing search for dropdown fields, and error on loading board
2018-06-14 12:41:16 +02:00
Lauri Ojansivu
529594ef55
Fix lint errors.
2018-05-23 20:58:28 +03:00
Ignatz
3d1f004e90
lint corrections
2018-05-23 11:04:12 +02:00
IgnatzHome
dd7c9997a9
Removing Debug Lines, correcting behavior, caching las valide filter, and adding description
2018-05-20 14:53:00 +02:00
IgnatzHome
256ca129f0
Correcting not Filter
2018-05-20 14:03:48 +02:00
IgnatzHome
6d9ac3ae48
testing theorie: subcommands are allways 1 entry
2018-05-20 13:19:18 +02:00
IgnatzHome
ecbb8ef071
correcting strings not part of subcommand
2018-05-20 11:27:22 +02:00
IgnatzHome
1c0c5bde0f
More conditions and logic Operators, Also Brackets.
2018-05-20 11:15:57 +02:00
IgnatzHome
c3044a6b8b
removing .cmd in oricessing Operators
2018-05-20 10:20:29 +02:00
IgnatzHome
778a29855f
stringify console.logs becouse of asynchrone nature from chromes interpretation... WAT
2018-05-20 10:11:46 +02:00
IgnatzHome
eb859dac3a
More Debugging Logs
2018-05-20 09:57:40 +02:00
IgnatzHome
9ac1164440
Testing 'or' condition for advanced Filter
2018-05-20 09:47:20 +02:00
IgnatzHome
39974c9532
rewrite Filter._getMongoSelecto to not include Empty Filter.
2018-05-20 09:33:51 +02:00
IgnatzHome
4ff8989e8f
More Debugging
2018-05-19 22:29:12 +02:00
IgnatzHome
2bf13a50c4
find to findOne
2018-05-19 22:17:00 +02:00
IgnatzHome
382b14ea27
debugging _fieldNameToId
2018-05-19 21:54:20 +02:00
IgnatzHome
17fcfd3697
correcting _fieldNameToId(field);
2018-05-19 21:42:11 +02:00
IgnatzHome
811ccf0f10
i was constructing the wrong and the whole time.. *sigh*
2018-05-19 21:31:43 +02:00
IgnatzHome
422424d21c
fixing string detection in advanced filter
2018-05-19 21:19:10 +02:00
IgnatzHome
0bdc7efc8b
another debug line
2018-05-19 21:06:53 +02:00
IgnatzHome
ba12b53e49
correct way, wrong idea
2018-05-19 20:53:25 +02:00
IgnatzHome
b9ead144fb
javascript is confusing sometimes
2018-05-19 20:33:49 +02:00
IgnatzHome
1d58e40133
this took me way too long
2018-05-19 20:17:52 +02:00
IgnatzHome
cd749bc385
console log for debug
2018-05-19 19:59:10 +02:00
IgnatzHome
01cd2df369
correcting return type from constructed
2018-05-19 19:16:10 +02:00
IgnatzHome
1854f5c061
correcting push not part of string
2018-05-19 19:00:20 +02:00
IgnatzHome
b00bd04baa
first test for Advanced Filter
2018-05-19 18:38:48 +02:00
IgnatzHome
977bce9eb2
correcting 'no custom fields'
2018-05-19 16:23:18 +02:00
IgnatzHome
bc0aef3332
More Filter Corrections (Custom Fields)
2018-05-19 16:06:06 +02:00
IgnatzHome
c431af27c2
Correcting FIlter search with Multiple Custom Fields
2018-05-19 15:35:25 +02:00
IgnatzHome
cbdb7b4f64
Correcting constructed mongoSelector
2018-05-19 15:21:12 +02:00
IgnatzHome
78317ef792
Filter on custom fields presence
2018-05-19 14:51:01 +02:00
David Renshaw
3ce7958231
Fix eslint regressions.
2016-11-16 08:41:29 -05:00
Mario Orlicky
7ad74eb1b5
forgotten semicolon
2016-11-13 20:54:50 +01:00
Mario Orlicky
5a23c962d2
Filtering logic by empty labels/members
2016-11-13 20:38:14 +01:00
Maxime Quandalle
aa974aa54a
Prefer ES5 methods over underscore utilities
...
Since 07cc454 (ie the switch to Meteor 1.2) we includes the `es5-shim`
polyfill to support methods like `Array.prototype.forEach` in a
consistent way across all supported browsers (IE8+).
MDG recently released a blog post recommending the use of these native
methods instead of underscore [0]. We know follow this recommendation.
This commit also favor some ES6 features (argument defaults,
destructing assignment) in places where we didn’t use them.
[0]: http://info.meteor.com/blog/es2015-get-started
2015-10-22 18:13:12 +02:00
Maxime Quandalle
74fba0a817
Fix a recurrent English typo
2015-09-06 22:47:29 +02:00
Maxime Quandalle
b3851817ec
Enforce a consistent ES6 coding style
...
Replace the old (and broken) jshint + jscsrc by eslint and configure
it to support some of the ES6 features.
The command `eslint` currently has one error which is a bug that was
discovered by its static analysis and should be fixed (usage of a
dead object).
2015-09-03 23:12:46 +02:00
Maxime Quandalle
2c0030da62
Implement multi-selection
...
The UI and the internal APIs are still rough around the edges but the
feature is basically working. You can now select multiple cards and
move them together or (un|)assign them a label.
2015-05-30 03:50:14 +02:00
Maxime Quandalle
40c2411f2a
Implement a new system to handle "escape actions"
...
The new EscapeActions object decide what to do when the user press the
Escape key (such as closing a opened popup or inlined form).
This commit also re-introduced the sidebar current view as a sidebar
component local state.
2015-05-26 20:34:56 +02:00