N°1556 - Search: Fix removing last criterion on a 'or' line resulted in 'OR 1'.
The empty OR condition is now removed completely from the screen and the criterion list.
[from revision 5951]
SVN:2.5[5956]
N°1553 - Search: Fix operator on indexed attributes.
It was previously always forced to '=', now it's only defaulted to '='
[from revision 5950]
SVN:2.5[5955]
- when a criteria is being edited and the user click on search/refresh button, the search handler now update the criteria BEFORE making the ajax call
SVN:trunk[5804]
- 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]
- dates has to handle two format : the user's current and the system storage yyy-mm-dd. the system is now only handled on load ans=d converted to the user's one.
- if the date is not parsable, the fallback is now the current date.
- removal of a no more needed date setter (leaved in the comments since it may be nescessary to re-add this if the UI changes again and if the less panel has to display the dates without time
- factorisatoin of the date/time formating into a function
SVN:trunk[5730]
- dates has to handle two format : the user's current and the system storage yyy-mm-dd. the system is now only handled on load ans=d converted to the user's one.
- if the date is not parsable, the fallback is now the current date.
- removal of a no more needed date setter (leaved in the comments since it may be nescessary to re-add this if the UI changes again and if the less panel has to display the dates without time
- factorisatoin of the date/time formating into a function
SVN:trunk[5720]
- datepicker not displayed in dialogs : because the datepicker had a lower z-index. It is now forced using the `beforeShow` datepicker's option so we do not force it globaly has if we had done this using the css
SVN:trunk[5711]
- 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]
- 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]
- 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]
- 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]