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
c562098ef7
N°993: restrict the access to the REST/JSON web services to users having the profile "REST Services User" (restore 2018-04-10 revisions : r5632..r5633)
...
SVN:trunk[5630]
2018-04-12 08:53:02 +00:00
Bruno Da Silva
df8b73999f
advanced search: update history and breadcrumb on search
...
SVN:trunk[5628]
2018-04-09 14:25:41 +00:00
Bruno Da Silva
6ca9f8ad31
advanced search: removal of legacy_search_drawer_open
...
associated to this change, those wiki pages are altered :
- latest:admin:itop_configuration_file (`legacy_search_drawer_open` removal)
- latest:customization:xml_reference (`search_form_open` default value changed)
SVN:trunk[5626]
2018-04-06 12:06:20 +00:00
Eric Espié
f4b8b4cae3
N°1161 - Dashlet Group By supports sum, average, min and max.
...
SVN:trunk[5623]
2018-04-06 08:53:30 +00:00
Bruno Da Silva
fcffe9d188
advanced search: bugfix
...
FK search with negative selection was failling if the exclusion list was empty ("not in" cannot be apployed on an empty array)
SVN:trunk[5610]
2018-04-05 08:35:03 +00:00
Stephen Abello
a84748a544
N°729 Form prefill : Allow to overload new methods in order to prefill search forms, creation forms and transition forms
...
SVN:trunk[5609]
2018-04-05 08:17:19 +00:00
Guillaume Lajarige
320c7646f0
Advanced search: Alpha version.
...
SVN:trunk[5608]
2018-04-05 07:05:58 +00:00
Eric Espié
8b300358e9
Advanced Search: Fix direct links search
...
SVN:b1162[5603]
2018-04-04 08:16:48 +00:00
Eric Espié
b1c48929e4
Advanced Search: Auto-complete search on foreign keys
...
SVN:b1162[5596]
2018-04-03 13:29:10 +00:00
Eric Espié
013dcdf93e
Advanced Search: Auto-complete search on foreign keys
...
SVN:b1162[5594]
2018-04-03 13:12:49 +00:00
Eric Espié
d22d3945ee
Advanced Search: Auto-complete search on foreign keys + refactoring of table_id2
...
SVN:b1162[5593]
2018-04-03 07:37:04 +00:00
Eric Espié
d4960080ea
Advanced Search: Auto-complete search on foreign keys
...
SVN:b1162[5592]
2018-03-30 15:23:41 +00:00
Bruno Da Silva
e1243532ba
search widget : SearchFormForeignKeys (modal with search for foreign keys)
...
SVN:b1162[5590]
2018-03-30 14:24:33 +00:00
Eric Espié
7dadd6e410
Advanced Search: Auto-complete search on foreign keys
...
SVN:b1162[5586]
2018-03-30 12:07:58 +00:00
Eric Espié
8ec75b9d45
Advanced Search: Auto-complete search on foreign keys
...
SVN:b1162[5585]
2018-03-30 10:30:08 +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é
56566d83fd
Advanced Search: Fix PHP syntax
...
SVN:b1162[5582]
2018-03-30 08:02:53 +00:00
Guillaume Lajarige
0ca2e33e7c
Advanced search: UI/UX, ext. key autocomplete no UI.
...
SVN:b1162[5578]
2018-03-29 15:50:18 +00:00
Pierre Goiffon
38b10b6c10
N°1330 Header with statistics dashlet perf improvements
...
Now uses one count + group by query instead of one count query per grouping value
SVN:trunk[5576]
2018-03-29 15:47:42 +00:00
Bruno Da Silva
3246c36984
search widget : widget search history
...
SVN:b1162[5562]
2018-03-29 08:03:47 +00:00
Eric Espié
d553fad58d
Advanced Search: Fix hidden filter on direct links
...
SVN:b1162[5547]
2018-03-27 13:43:22 +00:00
Guillaume Lajarige
ba04725ee3
Advanced search: UI/UX WIP.
...
SVN:b1162[5540]
2018-03-27 08:18:42 +00:00
Bruno Da Silva
956b8958fb
search widget : date and datetime widget
...
SVN:b1162[5504]
2018-03-23 09:53:49 +00:00
Guillaume Lajarige
32809ae7d4
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5493]
2018-03-22 16:52:35 +00:00
Bruno Da Silva
60d6bb79b3
search widget : date widget UI tests
...
SVN:b1162[5490]
2018-03-21 16:38:30 +00:00
Guillaume Lajarige
114a340527
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5486]
2018-03-21 13:10:48 +00:00
Bruno Da Silva
157d404019
search widget : reload interval moved from oDisplayBlock->Display() to oDisplayBlock->Render()
...
SVN:b1162[5482]
2018-03-21 08:31:56 +00:00
Guillaume Lajarige
ca0232ae7b
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5468]
2018-03-20 13:44:10 +00:00
Bruno Da Silva
0c41db76e2
search widget : numeric widget
...
SVN:b1162[5466]
2018-03-20 13:02:51 +00:00
Guillaume Lajarige
a53a046351
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5461]
2018-03-20 08:19:33 +00:00
Eric Espié
d883e3e661
Advanced Search: Dictionary compatible with the setup
...
SVN:b1162[5459]
2018-03-19 15:44:23 +00:00
Eric Espié
c9526130b7
Advanced Search: Cleaner Dictionary entries
...
SVN:b1162[5458]
2018-03-19 14:32:43 +00:00
Eric Espié
0fdf6bfbb2
Advanced Search: Hidden criterion
...
SVN:b1162[5456]
2018-03-19 10:45:34 +00:00
Eric Espié
e628c68f09
Advanced Search: Search on Details pages
...
SVN:b1162[5455]
2018-03-19 09:58:46 +00:00
Denis Flaven
f8f6e201b9
Advanced Search WIP: new mechanism for passing the dictionary to the client side. Hopefully faster than before thanks to the browser's cache.
...
SVN:b1162[5453]
2018-03-16 17:44:55 +00:00
Eric Espié
187f7e591e
Advanced Search: Links n:n
...
SVN:b1162[5451]
2018-03-16 14:35:25 +00:00
Eric Espié
272e8eac4f
Advanced Search: Links n:1
...
SVN:b1162[5450]
2018-03-16 14:21:40 +00:00
Eric Espié
102b2d76f4
Advanced Search: Links n:n
...
SVN:b1162[5448]
2018-03-16 13:13:54 +00:00
Eric Espié
bb31cedcba
Advanced Search: Links n:n
...
SVN:b1162[5447]
2018-03-16 11:24:58 +00:00
Eric Espié
bf02e04ae5
Advanced Search: Links n:n
...
SVN:b1162[5446]
2018-03-16 10:59:33 +00:00
Guillaume Lajarige
a1c6e32e28
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5439]
2018-03-16 08:08:24 +00:00
Eric Espié
156cb03069
Advanced Search: Links n:n
...
SVN:b1162[5438]
2018-03-15 17:34:17 +00:00
Guillaume Lajarige
87ed90a825
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5434]
2018-03-15 13:58:42 +00:00
Guillaume Lajarige
d378658a62
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5430]
2018-03-15 08:36:45 +00:00
Bruno Da Silva
ed02758940
search widget
...
- displayBlock "list" aExtraParams exposition in js
SVN:b1162[5429]
2018-03-14 16:35:35 +00:00
Bruno Da Silva
5bc756716e
search widget
...
- ajax endpoint parameter reading refactoring
- displayBlock "list" aExtraParams exposition in js
SVN:b1162[5424]
2018-03-14 11:14:45 +00:00
Bruno Da Silva
2d9140e56c
Search form
...
Result list now expose their extra params using jQuery().data() function
SVN:b1162[5415]
2018-03-13 13:03:14 +00:00
Bruno Da Silva
0351ff30b4
Search form
...
Result list now expose their extra params using jQuery().data() function
SVN:b1162[5414]
2018-03-13 13:00:14 +00:00
Guillaume Lajarige
e2174b9ad4
Advanced search: WIP POC, integration with endpoint.
...
SVN:b1162[5412]
2018-03-13 10:47:54 +00:00