Anne-Cath
5b9e0a1d4f
N°3817 - Audit and fix calls to deprecated jQuery method
2025-08-06 19:47:57 +02:00
Anne-Cath
4f75d012e5
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
2023-10-20 16:54:37 +02:00
Anne-Catherine
013173019f
N°2909 - Search on Enum, Date, TagSet,... with index fails ( #496 )
2023-10-20 16:45:35 +02:00
Stephen Abello
97d52fb539
N°3685 Revert most of e4f58b5b changes, replace @extend .ibo-button calls with classes in markup for most cases, except jquery-ui buttons
2021-08-05 10:20:30 +02:00
Molkobain
18a4867b4d
Accessibility: Add missing aria-label / tooltip attributes on the advanced search
2021-06-13 09:43:22 +02:00
acognet
f718b26b7b
N°2847 - Tranform old itop datatable to jquery DataTable
2020-11-04 13:36:20 +01:00
Pierre Goiffon
9ed33f16dd
N°2269 Font Awesome v5 : fix new lines breaking code :(
...
Those regressions were introduced in a4743901
Saw with a JS error in schema.php
2019-07-17 11:02:26 +02:00
Pierre Goiffon
a4743901a3
N°2269 Font Awesome : update iTop for new v5 icons
...
* remove useless css in light-grey (weren't used)
* change icons class names from v4 to v5
2019-07-16 12:20:59 +02:00
Molkobain
19d4de482d
N°1737 Fix tags sanitization in search criteria
2018-11-27 17:43:21 +01:00
Molkobain
c4ff20b9fb
N°1789 Internal: Fix regression introduced in 6a6c069
2018-11-22 10:49:02 +01:00
Molkobain
fb233709e0
Search: Fix search submit after closing an empty criterion
2018-11-16 11:37:48 +01:00
Molkobain
0d082bf378
N°1487 Search: Removing an empty criterion doesn't refresh the results anymore
2018-11-07 14:44:37 +01:00
Eric Espié
df20f1b5ab
N°1553 - Search: Fix operator on indexed attributes. It was previously always forced to '=', now it's only defaulted to '='
...
SVN:trunk[5950]
2018-07-18 13:13:02 +00:00
Eric Espié
5e464ef3a2
N°1484 - Advanced search: empty/not empty not working
...
SVN:trunk[5861]
2018-06-13 15:22:43 +00:00
Stephen Abello
7031a52a43
N°1499 : Edge case where picking a datetime and pressing enter would not close the criterion
...
SVN:trunk[5857]
2018-06-13 09:49:49 +00:00
Eric Espié
8de7ff5470
Fix broken menus on search from dashlet header statistics
...
SVN:trunk[5811]
2018-05-23 14:50:17 +00:00
Bruno Da Silva
0f9994ac74
Advanced search: several improvements
...
- remove a side effect on script listening to the body (by removing an overly agressive top propagation on body listener)
- Submit on click outside of the criteria N°1381
- Do not auto submit when values do not changes N°1381
- Open criteria on click on the bold part of the title was broken
SVN:trunk[5803]
2018-05-22 08:06:45 +00:00
Guillaume Lajarige
e9440d0d4c
Advanced search: Fix criteria closed after search modal.
...
SVN:trunk[5695]
2018-04-19 07:37:11 +00:00
Guillaume Lajarige
0210e090f2
Advanced search: Client side handles hierarchical keys correctly.
...
SVN:trunk[5687]
2018-04-18 08:34:45 +00:00
Bruno Da Silva
dcda5084d0
advanced search: bugfix
...
- adapt the css to IE needs
- a translation key had been renamed without renaming all the usages in the code
SVN:trunk[5663]
2018-04-13 13:42:19 +00:00
Guillaume Lajarige
011ed65ea1
Advanced search: WIP auto submit.
...
SVN:trunk[5652]
2018-04-13 07:39:27 +00:00
Bruno Da Silva
411d934e6a
advanced search: if the field has an index and the equals operator is available : force the default to the equals operator
...
SVN:trunk[5651]
2018-04-12 15:49:15 +00:00
Guillaume Lajarige
dc30cb2e4a
Advanced search: Merge due to recent sourceforge crash.
...
SVN:trunk[5645]
2018-04-12 14:54:11 +00:00
Bruno Da Silva
0b8f75f799
advanced search - merged commit (since sourceforge has lost our commit, this is a manual merge all all losts)
...
SVN:trunk[5638]
2018-04-12 12:29:32 +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
Guillaume Lajarige
dbc0971b99
Advanced search: Widget refactoring to use _computeTitle method.
...
SVN:trunk[5625]
2018-04-06 10:06:03 +00:00
Bruno Da Silva
a08904a936
advanced search: Tooltip on values
...
in case they are larger than input, it leverage the possibility to read their value rapidly
SVN:trunk[5621]
2018-04-05 15:43:40 +00:00
Bruno Da Silva
a20fe37e98
advanced search: bugfix on search criterion titles
...
SVN:trunk[5615]
2018-04-05 10:00:08 +00:00
Guillaume Lajarige
da5a8b0fd1
Advanced search: UI/UX, WIP.
...
SVN:b1162[5605]
2018-04-04 12:54:18 +00:00
Guillaume Lajarige
95b523c2fa
Advanced search: UI/UX, WIP.
...
SVN:b1162[5587]
2018-03-30 12:24:55 +00:00
Guillaume Lajarige
e9444d3055
Advanced search: UI/UX, remove [not_]empty operators on fields that can't be null.
...
SVN:b1162[5575]
2018-03-29 15:15:43 +00:00
Bruno Da Silva
7e884dc69f
search widget : bugfix
...
if the selected operator is not the default one, open in "advanced" mode in order to be able to see the operator
SVN:b1162[5574]
2018-03-29 12:27:30 +00:00
Bruno Da Silva
dfab460478
search widget : bugfix
...
if the selected operator is not the default one, open in "advanced" mode in order to be able to see the operator
SVN:b1162[5571]
2018-03-29 10:12:20 +00:00
Guillaume Lajarige
14c0733949
Advanced search: UI/UX WIP.
...
SVN:b1162[5559]
2018-03-28 19:38:08 +00:00
Guillaume Lajarige
7672858d6b
Advanced search: UI/UX WIP, integration with endpoint.
...
SVN:b1162[5543]
2018-03-27 09:36:21 +00:00
Bruno Da Silva
0feb0fe972
search widget : date and datetime widget
...
SVN:b1162[5512]
2018-03-23 14:56:16 +00:00
Guillaume Lajarige
32809ae7d4
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5493]
2018-03-22 16:52:35 +00:00
Guillaume Lajarige
2d9041c045
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5491]
2018-03-22 08:07:50 +00:00
Guillaume Lajarige
6afb3a06ac
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5489]
2018-03-21 15:34:00 +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
53535dd82d
search widget : console.debug removal (woops)
...
SVN:b1162[5484]
2018-03-21 10:02:52 +00:00
Bruno Da Silva
34f17074ca
search widget : numeric widget
...
SVN:b1162[5483]
2018-03-21 09:51:36 +00:00
Bruno Da Silva
d1ef987dca
search widget : numeric widget between operator
...
SVN:b1162[5481]
2018-03-20 16:10:53 +00:00
Guillaume Lajarige
27b9748f86
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5471]
2018-03-20 14:17:08 +00:00
Bruno Da Silva
d04fb645ec
search widget : delete the "oql" parameter once the widget is modified
...
SVN:b1162[5463]
2018-03-20 10:04:33 +00:00
Guillaume Lajarige
87c5ee67c0
Advanced search: I would like to dedicate this commit to my beloved colleague, eespie <3
...
SVN:b1162[5462]
2018-03-20 09:27:42 +00:00
Guillaume Lajarige
a53a046351
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5461]
2018-03-20 08:19:33 +00:00
Guillaume Lajarige
52f56e1bb0
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5452]
2018-03-16 15:12:25 +00:00
Guillaume Lajarige
f60d0b10e0
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5440]
2018-03-16 08:59:29 +00:00