Eric
d1ee7f4353
N°931: TagSet search (manage undefined values) unit tests
2018-09-12 18:17:17 +02:00
Eric
2ba31244c2
N°931: TagSet search form integration
2018-09-12 15:03:35 +02:00
Guillaume Lajarige
e71ad536a9
Code cleanup
...
SVN:trunk[5973]
2018-07-25 07:23:52 +00:00
Eric Espié
6c36f3bc7c
N°1495 - Regression: Search on hierarchical key
...
SVN:trunk[5892]
2018-06-19 08:32:54 +00:00
Eric Espié
5a4375cb71
N°1485 - Search: "Undefined" on hierarchical key not working
...
SVN:trunk[5873]
2018-06-14 14:56:42 +00:00
Eric Espié
50e79b8c97
Advanced search: fix date time i18n and 1 second/day add/remove on > and <
...
SVN:trunk[5781]
2018-05-15 08:33:54 +00:00
Eric Espié
21aed2d2e1
Advanced Search: Fix missing query internal params
...
SVN:trunk[5762]
2018-05-02 08:11:28 +00:00
Eric Espié
256808c473
Advanced Search: Date transform from < and > to <= and >= for the search
...
SVN:trunk[5712]
2018-04-20 14:54:32 +00:00
Eric Espié
c485286114
Advanced Search: External keys to hierarchical class selects sub-classes as in previous version
...
SVN:trunk[5675]
2018-04-16 16:35:20 +00:00
Eric Espié
35663281fa
Advanced Search: Fix Date conversion
...
SVN:trunk[5639]
2018-04-12 12:32:09 +00:00
Eric Espié
6dfd44b731
Advanced Search: Small bug fixes and enhancements
...
SVN:trunk[5636]
2018-04-12 09:51:32 +00:00
Pierre Goiffon
e15bad7d3b
Advanced search improvements (restore 2018-04-10 revisions : r5643..r5645)
...
* Support for empty dates
* UNION OQLs don't crash the search
* Better support for 'not empty' searches
SVN:trunk[5634]
2018-04-12 08:54:36 +00:00
Pierre Goiffon
efa7a4ee55
Advanced search improvements (restore 2018-04-10 revisions : r5635..r5641)
...
* Add 'search_manual_submit' config parameter to manage auto-submit
* bugfixes
** date i18n is now handled (using two new options `datepicker.dateFormat` and `datepicker.timeFormat` computed from `AttributeDateTime::GetFormat()->ToDatePicker()`
** handling of `empty` `not empty` operator titles
*** it led to tohers bugfixes and a redesign of the `_computeTitle` (from overwriting to extension using ie `_computeBetweenDaysOperatorTitle`
*** some bug still remain, because autocomplete needs to been finished before checking on them
* Promote 'friendlyname' in the 'most popular' list
* bugfixes
** filters (criterions, enum and FK without autocomplete) now ignore accent on matching with user input
** this is done by using a pre-existing tool used only by the portal, so it was moved to the core (latinize.min.js)
* Integration with manual submit parameter on client side.
* bugfixes : history/breadcrumb had several c[menu] appended (one for each refresh)
* Fix various sanity bugs
SVN:trunk[5632]
2018-04-12 08:54:05 +00:00
Pierre Goiffon
42606873af
Advanced search improvements (restore 2018-04-10 revisions : r5629..r5631)
...
* Add support for default search criteria
* replace friendlyname by the class name for consistency
* WIP Client
SVN:trunk[5629]
2018-04-12 08:52:33 +00:00
Eric Espié
c56bda2f60
Advanced Search: Support of external fields (as strings)
...
SVN:b1162[5583]
2018-03-30 08:44:14 +00:00
Eric Espié
155034092f
Advanced Search: remove the conversion IN <=> NOT IN for external keys
...
SVN:b1162[5564]
2018-03-29 08:45:46 +00:00
Eric Espié
11af11b3be
Advanced Search: add class alias in criterion
...
SVN:b1162[5563]
2018-03-29 08:06:16 +00:00
Eric Espié
c12a5cc98b
Advanced Search: Fix missing label
...
SVN:b1162[5561]
2018-03-29 07:12:31 +00:00
Eric Espié
18ee7b194d
Advanced Search: Display of raw titles enhanced
...
SVN:b1162[5560]
2018-03-29 07:02:03 +00:00
Eric Espié
f3a2a24ee4
Advanced Search: read-only selection criteria to add an object
...
SVN:b1162[5558]
2018-03-28 15:03:53 +00:00
Eric Espié
26ec1269a5
Advanced Search: read-only selection criteria to add an object
...
SVN:b1162[5557]
2018-03-28 14:57:54 +00:00
Eric Espié
5772042dd3
Advanced Search: generic title for raw filters on joined classes
...
SVN:b1162[5551]
2018-03-28 07:46:47 +00:00
Eric Espié
bc9e1b1d94
Advanced Search: code hardening and unit tests
...
SVN:b1162[5544]
2018-03-27 10:14:27 +00:00
Eric Espié
7664633f18
Advanced Search: Hierarchical keys & unit tests
...
SVN:b1162[5539]
2018-03-27 08:13:48 +00:00
Eric Espié
ac5d24a848
Advanced Search: reorder criterion by label ('raw' in front)
...
Fix non-string labels
SVN:b1162[5529]
2018-03-26 14:33:31 +00:00
Eric Espié
440dd90316
Advanced Search: Merge enums and external keys
...
SVN:b1162[5523]
2018-03-23 16:57:10 +00:00
Eric Espié
5f86a60954
Advanced Search: Undefined for enums
...
SVN:b1162[5518]
2018-03-23 16:32:23 +00:00
Eric Espié
50e0ea5ec5
Advanced Search: Undefined for enums and unit tests
...
SVN:b1162[5517]
2018-03-23 16:22:10 +00:00
Eric Espié
b566bead31
Advanced Search: Undefined for enums and unit tests
...
SVN:b1162[5516]
2018-03-23 16:05:37 +00:00
Eric Espié
465532014b
Advanced Search: Undefined and Id first
...
SVN:b1162[5514]
2018-03-23 15:02:23 +00:00
Eric Espié
c1adf880a4
Advanced Search: Dates between
...
SVN:b1162[5509]
2018-03-23 14:03:58 +00:00
Eric Espié
b0332b6ef5
Advanced Search: Dates between
...
SVN:b1162[5508]
2018-03-23 13:55:44 +00:00
Eric Espié
965e7b48df
Advanced Search: Dates between
...
SVN:b1162[5507]
2018-03-23 13:33:09 +00:00
Eric Espié
43615450ad
Advanced Search: Dates between
...
SVN:b1162[5505]
2018-03-23 10:41:37 +00:00
Eric Espié
85397c4e28
Advanced Search: Dates between
...
SVN:b1162[5501]
2018-03-23 09:34:21 +00:00
Eric Espié
0253f7d069
Advanced Search: Dates between
...
SVN:b1162[5500]
2018-03-23 09:28:47 +00:00
Eric Espié
ddcb709fd1
Advanced Search: Dates between
...
SVN:b1162[5499]
2018-03-23 09:21:44 +00:00
Eric Espié
a7d11c6670
Advanced Search: Dates between
...
SVN:b1162[5498]
2018-03-23 09:00:57 +00:00
Eric Espié
35c016482b
Advanced Search: Support of undefined values for enum and external keys
...
SVN:b1162[5495]
2018-03-22 17:36:29 +00:00
Eric Espié
b05b41c7cc
Advanced Search: 'between' for numeric criteria
...
SVN:b1162[5487]
2018-03-21 13:12:13 +00:00
Eric Espié
fd8c7c99bd
Advanced Search: IN with all values => 'true'
...
SVN:b1162[5480]
2018-03-20 15:35:01 +00:00
Eric Espié
fbd7abf4e2
Advanced Search: Fix 'undefined index error' in 'empty' operator
...
SVN:b1162[5477]
2018-03-20 15:07:19 +00:00
Eric Espié
306ec09118
Advanced Search: Support '=', '!=', 'IN' and 'NOT IN' for enums and external keys (with empty/not empty and IN)
...
SVN:b1162[5476]
2018-03-20 15:04:33 +00:00
Eric Espié
a5e41b224f
Advanced Search: Support '=' for external keys
...
SVN:b1162[5475]
2018-03-20 14:44:43 +00:00
Eric Espié
1301aa5c35
Advanced Search: Fix shortcut menu with sub-classes
...
SVN:b1162[5470]
2018-03-20 14:12:16 +00:00
Eric Espié
e33596960a
Advanced Search: Better support of dates in expressions
...
SVN:b1162[5464]
2018-03-20 10:38:52 +00:00
Eric Espié
bf02e04ae5
Advanced Search: Links n:n
...
SVN:b1162[5446]
2018-03-16 10:59:33 +00:00
Eric Espié
e48e4e7139
Advanced Search: Dates between
...
SVN:b1162[5432]
2018-03-15 13:35:35 +00:00
Eric Espié
9499799f80
Advanced Search: IN/NOT IN
...
SVN:b1162[5422]
2018-03-14 08:50:54 +00:00
Eric Espié
6f79e07e90
Advanced Search: NOT IN
...
SVN:b1162[5420]
2018-03-13 16:16:33 +00:00