summaryrefslogtreecommitdiffstats
path: root/client/lib/filter.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix: lists filter didn't get added into filter active checklistSam X. Chen2019-10-301-1/+3
|
* Add Feature: allowing user to filter list in Filter function not just cardsSam X. Chen2019-10-181-8/+2
|
* Add Feature: allow user to sort Lists in Board by his own preference, ↵Sam X. Chen2019-10-181-2/+18
| | | | boardadmin can star list
* Add 'show archive' and 'hide empty lists' in filter feature.Romulus Urakagi Tsai2019-08-071-1/+3
|
* Prettier & eslint project style updateJustin Reynolds2019-06-281-221/+213
|
* Fix lint errors.Lauri Ojansivu2018-08-131-507/+507
|
* Revert eslint changes, because they caused breakage.Lauri Ojansivu2018-08-121-443/+506
|
* Fix lint errors.Lauri Ojansivu2018-08-121-124/+124
|
* Fix lint errorsAndrés Manelli2018-08-111-127/+124
|
* regex for advanced filterIgnatzHome2018-06-141-5/+39
|
* Fix lint errors.Lauri Ojansivu2018-06-141-98/+98
|
* correcting error in advanced filterIgnatz2018-06-141-2/+2
|
* trying to fix integer searchIgnatz2018-06-141-6/+6
|
* fixing search for dropdown fields, and error on loading boardIgnatz2018-06-141-95/+111
|
* Fix lint errors.Lauri Ojansivu2018-05-231-104/+104
|
* lint correctionsIgnatz2018-05-231-164/+139
|
* Removing Debug Lines, correcting behavior, caching las valide filter, and ↵IgnatzHome2018-05-201-8/+5
| | | | adding description
* Correcting not FilterIgnatzHome2018-05-201-1/+1
|
* testing theorie: subcommands are allways 1 entryIgnatzHome2018-05-201-1/+5
|
* correcting strings not part of subcommandIgnatzHome2018-05-201-1/+1
|
* More conditions and logic Operators, Also Brackets.IgnatzHome2018-05-201-4/+148
|
* removing .cmd in oricessing OperatorsIgnatzHome2018-05-201-2/+2
|
* stringify console.logs becouse of asynchrone nature from chromes ↵IgnatzHome2018-05-201-3/+3
| | | | interpretation... WAT
* More Debugging LogsIgnatzHome2018-05-201-1/+3
|
* Testing 'or' condition for advanced FilterIgnatzHome2018-05-201-22/+57
|
* rewrite Filter._getMongoSelecto to not include Empty Filter.IgnatzHome2018-05-201-12/+10
|
* More DebuggingIgnatzHome2018-05-191-1/+4
|
* find to findOneIgnatzHome2018-05-191-1/+1
|
* debugging _fieldNameToIdIgnatzHome2018-05-191-1/+4
|
* correcting _fieldNameToId(field);IgnatzHome2018-05-191-2/+2
|
* i was constructing the wrong and the whole time.. *sigh*IgnatzHome2018-05-191-2/+5
|
* fixing string detection in advanced filterIgnatzHome2018-05-191-2/+1
|
* another debug lineIgnatzHome2018-05-191-0/+1
|
* correct way, wrong ideaIgnatzHome2018-05-191-2/+7
|
* javascript is confusing sometimesIgnatzHome2018-05-191-1/+1
|
* this took me way too longIgnatzHome2018-05-191-2/+2
|
* console log for debugIgnatzHome2018-05-191-1/+1
|
* correcting return type from constructedIgnatzHome2018-05-191-1/+1
|
* correcting push not part of stringIgnatzHome2018-05-191-1/+1
|
* first test for Advanced FilterIgnatzHome2018-05-191-2/+111
|
* correcting 'no custom fields'IgnatzHome2018-05-191-2/+8
|
* More Filter Corrections (Custom Fields)IgnatzHome2018-05-191-16/+3
|
* Correcting FIlter search with Multiple Custom FieldsIgnatzHome2018-05-191-2/+2
|
* Correcting constructed mongoSelectorIgnatzHome2018-05-191-10/+21
|
* Filter on custom fields presenceIgnatzHome2018-05-191-2/+9
|
* Fix eslint regressions.David Renshaw2016-11-161-3/+3
|
* forgotten semicolonMario Orlicky2016-11-131-1/+1
|
* Filtering logic by empty labels/membersMario Orlicky2016-11-131-3/+24
|
* Prefer ES5 methods over underscore utilitiesMaxime Quandalle2015-10-221-2/+2
| | | | | | | | | | | | | | 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
* Fix a recurrent English typoMaxime Quandalle2015-09-061-1/+1
|