Bruno Da Silva
ed3665b8c5
bugfix: advanced search
...
- date i18n : non standard date formating was totally wrong, full rewrite of date parsing (in getter and setter) relying on datepicker and datetimepicker parsers (they are awfull)
- date "now" button do no more close the criteria
- ie9 compat. : use history.replaceState only if available in order to prevent bugs with ie9
SVN:trunk[5710]
2018-04-20 14:32:32 +00:00
Guillaume Lajarige
1f2b01937b
Advanced search: Code cleanup.
...
SVN:trunk[5699]
2018-04-20 09:01:48 +00:00
Guillaume Lajarige
127e940ed4
Advanced search: Fix auto-submit option ignored when removing a criteria.
...
SVN:trunk[5684]
2018-04-18 07:29:12 +00:00
Bruno Da Silva
4c90a90131
advanced search: bugfix
...
- adapt the js to IE needs (do not reduce the search bar when the user click on a select's option)
SVN:trunk[5669]
2018-04-13 15:56:08 +00:00
Guillaume Lajarige
496441cae6
Advanced search: Search button icon switch between "refresh" and "search" depending on the auto-submit state.
...
SVN:trunk[5662]
2018-04-13 12:27:32 +00:00
Bruno Da Silva
12093c311c
advanced search: bugfix
...
- the modal window did update the history which resulted in several border effect like having request string too long and crashing on several pages
SVN:trunk[5658]
2018-04-13 08:58:32 +00:00
Bruno Da Silva
bb820ab388
advanced search: bugfix
...
- the modal window did update the history which resulted in several border effect like having request string too long and crashing on several pages
SVN:trunk[5656]
2018-04-13 08:57:36 +00:00
Bruno Da Silva
40258fb02a
advanced search: bugfix
...
- the modal window did update the history wich resulted in several border effect like having request string too long and crashing on several pages
SVN:trunk[5653]
2018-04-13 08:11:03 +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
Bruno Da Silva
df8b73999f
advanced search: update history and breadcrumb on search
...
SVN:trunk[5628]
2018-04-09 14:25:41 +00:00
Guillaume Lajarige
c13158cdb5
Advanced search: Enum/ExtKey criterion now supports min_autocomplete_chars conf parameter in autocomplete.
...
SVN:trunk[5620]
2018-04-05 13:32:27 +00:00
Bruno Da Silva
70a8c50d47
advanced search: handle auto opening of the form + open "add criteria" if no result list.
...
SVN:trunk[5619]
2018-04-05 13:15:28 +00:00
Guillaume Lajarige
320c7646f0
Advanced search: Alpha version.
...
SVN:trunk[5608]
2018-04-05 07:05:58 +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
e4b3086429
Advanced search: UI/UX, WIP.
...
SVN:b1162[5584]
2018-03-30 09:50:22 +00:00
Guillaume Lajarige
0e4dc43171
Advanced search: UI/UX, form submit throttling.
...
SVN:b1162[5581]
2018-03-29 16:07:11 +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
Bruno Da Silva
3246c36984
search widget : widget search history
...
SVN:b1162[5562]
2018-03-29 08:03:47 +00:00
Guillaume Lajarige
14c0733949
Advanced search: UI/UX WIP.
...
SVN:b1162[5559]
2018-03-28 19:38:08 +00:00
Bruno Da Silva
736838474a
search widget : widget date/datetime => i18n
...
SVN:b1162[5548]
2018-03-27 13:57:33 +00:00
Guillaume Lajarige
070ac49d1b
Advanced search: UI/UX, improve "Add criteria" cinematic.
...
SVN:b1162[5536]
2018-03-26 15:58:03 +00:00
Guillaume Lajarige
cfe892d35e
Advanced search: UI/UX, moving "Add criteria" to the left and separating criterion with "and"s for a better understanding.
...
SVN:b1162[5532]
2018-03-26 15:23:34 +00:00
Guillaume Lajarige
6ea0ba52d1
Advanced search: UI/UX WIP.
...
SVN:b1162[5525]
2018-03-26 06:52:43 +00:00
Guillaume Lajarige
8b0d9670f9
Advanced search: UI/UX WIP.
...
SVN:b1162[5524]
2018-03-25 12:21:26 +00:00
Guillaume Lajarige
52731d7b0a
Advanced search: Integration with endpoint.
...
SVN:b1162[5515]
2018-03-23 15:39:34 +00:00
Guillaume Lajarige
3a32bd62ef
Advanced search: More criteria UX WIP.
...
SVN:b1162[5510]
2018-03-23 14:23:32 +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
Guillaume Lajarige
2d9041c045
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5491]
2018-03-22 08:07:50 +00:00
Guillaume Lajarige
114a340527
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5486]
2018-03-21 13:10:48 +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
d734cdaf48
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5441]
2018-03-16 09:44:34 +00:00
Guillaume Lajarige
f60d0b10e0
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5440]
2018-03-16 08:59:29 +00:00
Guillaume Lajarige
a1c6e32e28
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5439]
2018-03-16 08:08:24 +00:00
Guillaume Lajarige
d1a812f04c
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5436]
2018-03-15 14:38:10 +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
Guillaume Lajarige
5632f9786c
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5421]
2018-03-14 08:33:17 +00:00
Guillaume Lajarige
601f18bbab
Advanced search: WIP POC, integration with endpoint.
...
SVN:b1162[5419]
2018-03-13 16:10:17 +00:00
Guillaume Lajarige
e2174b9ad4
Advanced search: WIP POC, integration with endpoint.
...
SVN:b1162[5412]
2018-03-13 10:47:54 +00:00
Guillaume Lajarige
8cf4bc58a7
Advanced search: WIP POC, better criteria widget instanciation.
...
SVN:b1162[5406]
2018-03-09 16:38:30 +00:00
Guillaume Lajarige
b8aed0f004
Advanced search: WIP POC, integration with endpoint, add "list_params" parameter.
...
SVN:b1162[5405]
2018-03-09 16:28:46 +00:00
Guillaume Lajarige
767507d195
Advanced search: WIP POC, integration with endpoint.
...
SVN:b1162[5402]
2018-03-09 13:34:04 +00:00