Denis Flaven
9c3b053727
(Enhancement for developers) Use a timestamp defined at compile time to workaround client-side caching problems during development.
...
SVN:trunk[5690]
2018-04-18 13:45:08 +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
Bruno Da Silva
df8b73999f
advanced search: update history and breadcrumb on search
...
SVN:trunk[5628]
2018-04-09 14:25:41 +00:00
Eric Espié
b3d625b9fc
Advanced Search
...
SVN:b1162[5408]
2018-03-13 08:11:01 +00:00
Pierre Goiffon
e66eb537d8
datatable refresh prb when source is in CrLf instead of Lf :
...
* add a try/catch block in the JS code
* properly escape string returned
This can happen for example when checking out with git-svn on Windows with core.autocrlf=auto
SVN:trunk[5089]
2017-10-26 08:58:23 +00:00
Romain Quetiez
a0a378a91a
N.948 - Obsolete objects become visible when navigating in paginated lists
...
SVN:trunk[4884]
2017-08-29 14:58:18 +00:00
Romain Quetiez
44b53e40a0
Obsolescence: introduction of this new concept (wording could change later). The obsolescence of an object is computed after other attributes, by the mean of an OQL expression. The code has been refactored (again) so as to factorize between the computation of friendly names and the computation of obsolescence flags. The refactoring involved a significant AND RISKY change: external key friendly names (magic attributes) have been changed from AttributeFriendlyName to AttributeExternalField, which simplifies the SQL query build logic.
...
SVN:trunk[4732]
2017-05-11 11:58:42 +00:00
Denis Flaven
7105b7a5fa
Make sure that the images are reloaded when the application is upgraded.
...
SVN:trunk[3789]
2015-09-22 16:14:37 +00:00
Denis Flaven
554a462809
Preserve the initial sort order on lists by determining the default sort order of the tables based on the equivalence between the "friendlyname" and another actual field of the class.
...
SVN:trunk[3774]
2015-09-17 17:22:07 +00:00
Romain Quetiez
712931b728
#576 Printable view for object details. Possibility to hide/show chapters (the equivalent of tabs in the UI) or any fieldset. Requires testing and comments.
...
SVN:trunk[3679]
2015-08-17 14:12:36 +00:00
Denis Flaven
d1a74589b1
More options for the PDF export of the 'impact' graph.
...
SVN:trunk[3577]
2015-05-10 09:07:19 +00:00
Romain Quetiez
b1a404d909
#985 Shortcut auto refresh degrading table cosmetics
...
SVN:trunk[3318]
2014-09-12 08:18:06 +00:00
Romain Quetiez
3b188524ca
#770 Complete the fix implemented in [2990], the configuration is kept even if not saved for the list
...
SVN:trunk[3029]
2013-12-09 15:55:11 +00:00
Romain Quetiez
d7093a9a6f
#770 Preserve list configuration (if dedicated) when creating a shortcut
...
SVN:trunk[2989]
2013-11-26 15:58:05 +00:00
Romain Quetiez
afa3c40c3e
Improved the column load optimization which was causing object reloads in various circumstances (impact can be important when loading lists with many lines):
...
1) When changing column settings (menu "Configure this list")
2) When a plugin was systematically reading some data (e.g. Highlighting late tickets requires to read tto/trr/status/start_date!)
SVN:trunk[2925]
2013-10-17 09:46:10 +00:00
Denis Flaven
b83d42efee
Bug fix: allow printing lists fully expanded without the "pager" navigation.
...
Also try to completely hide the main menu on the left when printing.
SVN:trunk[2675]
2013-04-08 11:57:07 +00:00
Denis Flaven
4804a2994e
Make auto_reload work on OQL menus
...
Fix for table configuration for tables resutling from an OQL menu
SVN:trunk[2531]
2012-12-06 09:47:53 +00:00
Denis Flaven
a0d267ed2f
Bug fix: "Configure this list" was not working on some ,lists (with a ID containing a colon (:) from a Menu)
...
SVN:trunk[2488]
2012-11-30 16:57:37 +00:00
Denis Flaven
35a3b145f8
Regression from previous fix...
...
SVN:trunk[2461]
2012-11-23 17:01:00 +00:00
Denis Flaven
ea48279a90
Bug fix:
...
- Correct intial sort order of a table if the default sort column is not an "alphabetical" column (i.e. IP Address)
- Properly sort on the first column (name) when the name is made of a column with a different sort algorithm (i.e. IP Address).
SVN:trunk[2459]
2012-11-23 15:25:55 +00:00
Romain Quetiez
6987db54b5
#614 Fixed regression on multi column queries (could not display Null objects)
...
SVN:trunk[2421]
2012-11-12 14:32:29 +00:00
Romain Quetiez
721faa7e1e
Updated copyright (2012) and license (LGPL changed to AGPL)
...
SVN:trunk[2333]
2012-10-23 21:41:36 +00:00
Romain Quetiez
e33523ddc8
CSV import/export reworked:
...
Trac #174 and #283 : import.php localized by default, option no_localize to disable
Trac #554 : export.php localized by default, option no_localize to disable
Trac #555 : friendlyname abusively used as a reconciliation key
+ Default charset is ISO-8859-1 to be compatible with Excel (See config parameter csv_file_default_charset)
+ CSV export in UTF-8 with BOM to help Excel in getting it right (not all versions)
+ Fixed reporting issues (wrong class, exceptions, changed external key)
+ Fixed settings lost when navigating in the import wizard
+ Fixed issues when some html entities were found in the data (reporting + export)
+ Added a link to download the CSV export.php
SVN:trunk[2253]
2012-10-12 15:48:54 +00:00
Denis Flaven
ef59badf5b
Implementation of a new extension "iPopupMenuExtension" to allow a module to add menu items almost anywhere inside iTop.
...
SVN:trunk[2220]
2012-09-29 16:03:16 +00:00
Denis Flaven
a008107d38
Bug fix: properly show which column the table is sorted on, even for external keys.
...
Enhancement: sort the non-selected columns alphabetically
SVN:trunk[2210]
2012-09-25 12:57:39 +00:00
Denis Flaven
45bfee7ef0
Do not let portal users configure their lists... not bullet proof from the security point of view, but better than opening it wide.
...
SVN:trunk[2200]
2012-09-21 16:57:53 +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
d38b79de76
Various fixes for the selection of columns / sort order in the lists.
...
SVN:trunk[2192]
2012-09-20 07:55:25 +00:00
Denis Flaven
f0cd1cddb0
- Use the 'style' of the MenuBlock (inherited from DisplayBlock) to distinguish between a list of one object and the details of the same object.
...
SVN:trunk[2145]
2012-07-31 15:18:46 +00:00
Denis Flaven
54f81153f3
The "Preferences" pages now allows a user to:
...
- change her/his favorite language
- set a global default for the length of all lists, overriding the system-wide configuration.
SVN:trunk[2138]
2012-07-27 10:06:07 +00:00
Denis Flaven
82cf7776ca
Customizable tables implementation, beta version done.
...
SVN:trunk[2130]
2012-07-24 15:15:36 +00:00
Denis Flaven
367d97ffb2
Customizable tables implementation...
...
SVN:trunk[2127]
2012-07-24 13:56:45 +00:00