acognet
c039d0f81d
2284 - Replace JQuery Autocompleter plugin by JQuery UI Autocomplete widget - Cleanup tableHover
2021-02-15 17:43:36 +01:00
Pierre Goiffon
3c4fe338b6
N°2192 fix freeze when lots of lines in a table with selectable lines
...
Many thanks to Jeffrey Bostoen (@jbostoen) for the bug report !
2019-05-03 17:43:36 +02:00
Molkobain
3eff8f62b1
Merge branch 'support/2.5'
2019-03-25 15:47:51 +01:00
Molkobain
16c8466841
N°2115 Fix regression introduced in N°1443: Left pane menu not showing due a JS error
2019-03-25 15:39:45 +01:00
Stephen Abello
9c71d32964
typo in last merge
2019-03-04 12:01:52 +01:00
Stephen Abello
5a0edb5c39
Merge branch 'support/2.5'
...
# Conflicts:
# js/jquery.tablesorter.pager.js
2019-03-01 17:06:44 +01:00
Stephen Abello
d4fec14123
N°1443: Handle disabled selectable rows in datatables when "All checking/unchecking"
2019-03-01 12:18:07 +01:00
Stephen Abello
545504c0de
(retrofit from master) N°1443 : Add table_id used by tables paging
...
(cherry picked from commit 43b0747b83 )
2019-02-13 15:13:13 +01:00
Stephen Abello
43b0747b83
N°1443 : Add table_id used by tables paging
2019-02-13 14:43:25 +01:00
Pierre Goiffon
588899db63
Convert all files from CrLf to Lf (preparing merge to develop)
2018-10-18 14:20:40 +02:00
Pierre Goiffon
40a4e6d7b0
Fix files using CrLf, convert them to Lf to have the whole repo using Lf
...
Warn your git config (core.autocrlf = input or true)
2018-09-04 17:59:51 +02:00
Pierre Goiffon
775a5122c9
Selectable lines in tables can now be checked clicking anywhere in the line (previously this could only be done clicking on the checkbox)
...
SVN:trunk[5994]
2018-08-02 14:36:15 +00:00
Pierre Goiffon
18a5df1ce7
modify all in views : fix header checkbox not checked after check_all event fired
...
SVN:trunk[5895]
2018-06-19 10:05:57 +00:00
Stephen Abello
862d08f57d
jQuery modernization : removed and replaced calls to deprecated methods in jquery 1.12.4
...
SVN:trunk[5358]
2018-02-22 09:24:42 +00:00
Denis Flaven
4e24e9899e
(HTML) Formatted Case Logs, Description and Notifications with inline images uploaded as Attachments. Beta Version !!
...
SVN:trunk[3916]
2016-02-19 10:03:59 +00:00
Denis Flaven
a6693d9535
Protect the initialization with a try ... catch, in order to protect that rest of the page in case of trouble.
...
SVN:trunk[3074]
2014-02-05 17:08:33 +00:00
Romain Quetiez
2e37ccc4c2
#770 and #853 : When a list is configured directly from the table (NOT from the Dialog box), then these settings are not kept neither when creating a shortcut nor when opening the "configure this list" dialog
...
SVN:trunk[3030]
2013-12-09 20:38:05 +00:00
Denis Flaven
04424f9762
- Small fixes to the custom display of lists.
...
- CSS improvement for dashboards
SVN:trunk[2196]
2012-09-21 11:05:10 +00:00
Denis Flaven
5125000994
Customizable tables implementation...
...
SVN:trunk[2128]
2012-07-24 13:58:13 +00:00
Denis Flaven
08deefb5a4
Fixed the broken n:n links management UI (Add button remained disabled)
...
SVN:trunk[2096]
2012-06-12 15:19:09 +00:00
Denis Flaven
529b5d53fc
Sorting of lists: sort is now always executed server-side via the mechanism used by paginated lists. This fixes Trac #411 , #421 , #520
...
SVN:trunk[1931]
2012-03-27 15:27:15 +00:00
Denis Flaven
3b42c86f46
Regression due to the interaction of the two previous fixes. (Trac #444 and Trac #448 )
...
SVN:trunk[1541]
2011-08-30 11:12:14 +00:00
Denis Flaven
aa95e51e00
Fixed Trac #444 : preserve sort order and page size when reloading a paginated list.
...
SVN:trunk[1539]
2011-08-30 09:38:06 +00:00
Denis Flaven
d547394ba2
Fixed Trac#448: paginated display broken after reloading a page containing a list where the page size is set to 'All'
...
SVN:trunk[1527]
2011-08-26 11:07:29 +00:00
Denis Flaven
a3dc8ab3d7
Added the ability to reload a selection fro a paginated list.
...
SVN:trunk[1524]
2011-08-26 10:33:37 +00:00
Denis Flaven
3fc686e403
Bug fix: do not modify the page's address (by changing the final anchor) when clicking on a page in a paginated display. Otherwise this interferes with the tabbed navigation.
...
SVN:trunk[1403]
2011-08-01 12:37:05 +00:00
Denis Flaven
82c57972c6
Fixing bug #404 : context lost when doing certain actions. What was fixed:
...
- Run Query
- Display Data Model Schema
- Drill-down in charts (OQL & SQL)
- Paginated lists (actually a regression)
What remains:
- Global search...
- Drill-down in Flash "impacts / depends on"
SVN:trunk[1377]
2011-07-27 16:39:17 +00:00
Denis Flaven
3c76b90a48
Added an option to the paginated display: display all elements on one page.
...
SVN:trunk[1374]
2011-07-27 10:24:06 +00:00
Denis Flaven
3fde682653
Make sure that the AJax calls use a full/absolute path to the page they call so that they can be embedded anywhere inside the application (i.e. in plug-ins supplied pages as well as 'regular' app pages).
...
SVN:trunk[1364]
2011-07-26 12:21:53 +00:00
Denis Flaven
906abd5fe6
- Always display the number of elements (and the number of elements selected) when displaying a list.
...
- Nicer display of paginated lists
SVN:trunk[1355]
2011-07-25 12:23:40 +00:00
Denis Flaven
f44afb8ee6
New implementation for displaying long lists: pagination
...
SVN:trunk[1309]
2011-06-29 08:57:39 +00:00
Denis Flaven
01a4a04364
New implementation for displaying long lists: pagination
...
SVN:trunk[1294]
2011-06-23 10:43:41 +00:00