Denis Flaven
3eec1d358c
Make sure that the images are reloaded when the application is upgraded.
...
SVN:trunk[3785]
2015-09-22 15:14:04 +00:00
Denis Flaven
52ad33f5b2
Forced the PDF produced by the impact analysis to be downloaded as an attachment, otherwise on some browsers the result cannot be saved.
...
SVN:trunk[3725]
2015-09-07 14:18:08 +00:00
Denis Flaven
81d19c8804
Export bug fixes:
...
- Properly handle on utf-8 CSV exports
- Allow non administrators to run the export in interactive mode (since it is used by the "Export..." actions)
SVN:trunk[3723]
2015-09-07 13:27:27 +00:00
Denis Flaven
b6341741c3
Refresh of the "Groups" tab in the impact analysis display, when the whole graph is refreshed.
...
SVN:trunk[3711]
2015-09-03 09:11:09 +00:00
Denis Flaven
cba724d676
Prevent timeouts during the computation of the impact analysis + keep the columns (and ordering) in the lists of objects when creating a PDF of the impact analysis.
...
SVN:trunk[3707]
2015-09-01 14:36:47 +00:00
Romain Quetiez
7a139dddc0
Code cleanup: deprecated the unused (and empty) class CMDBSearchFilter, replaced by DBSearch or DBObjectSearch depending on the usage.
...
SVN:trunk[3632]
2015-07-09 07:36:39 +00:00
Denis Flaven
20e4dbfc1d
A little bit of polishing on the impact analysis feature...
...
SVN:trunk[3630]
2015-07-08 15:56:34 +00:00
Denis Flaven
9917d6355c
#765 : prevent two persons to edit the same object at the same time.
...
SVN:trunk[3617]
2015-07-02 15:40:39 +00:00
Denis Flaven
cd5e5da526
Bulk Export redesign, addressing the tickets:
...
#1071 Bulk Read access rights
#1034 List of fields for Excel export
#772 Some attributes not exportedvia export.php
Main features:
- list and order of the fields taken into account
- interactive mode to specify all the parameters interactively (including the list and the order of fields)
- same behavior for all the formats: html, CSV, spreadsheet, XML
- new PDF export
SVN:trunk[3606]
2015-06-23 14:16:46 +00:00
Denis Flaven
d9fcd83370
Impact analysis diagram is now considered as beta !
...
SVN:trunk[3588]
2015-05-26 16:39:51 +00:00
Denis Flaven
0769b2c481
Relations & Impact analysis enhancements:
...
- Detailled tooltips in the graph
- Context queries ("knowing that")
SVN:trunk[3583]
2015-05-24 20:47:11 +00:00
Denis Flaven
80c0312219
Automatically save the PDF of the impact analysis as an attachement to the ticket.
...
SVN:trunk[3582]
2015-05-20 09:33:42 +00:00
Denis Flaven
7ca7cb39ae
Integration of the new impact analysis into the tickets.
...
SVN:trunk[3578]
2015-05-15 13:49:25 +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
Denis Flaven
7f1f1337fa
Relation diagrams:
...
- Localization
- Handle the resize of the window
- Aysnchronous load/reload
- Filtering of the result based on the class
SVN:trunk[3574]
2015-05-05 08:04:23 +00:00
Denis Flaven
aa93fde347
Impact analysis: still an alpha version.
...
SVN:trunk[3559]
2015-04-24 07:42:50 +00:00
Denis Flaven
df47e2a9e9
Replacement of the impact Flash based analysis graph by graphviz + Raphael + TCPDF. ALPHA version.
...
SVN:trunk[3554]
2015-04-23 10:02:06 +00:00
Denis Flaven
030b4fa380
Enhancement: support injection of new modules treated as data.
...
SVN:trunk[3525]
2015-04-01 15:53:05 +00:00
Denis Flaven
4919ca88ec
Modularization of the portal. The entry points for portals is now defined in XML, and thus can be altered by an extension.
...
SVN:trunk[3509]
2015-03-23 16:02:44 +00:00
Romain Quetiez
ca7ee0f138
#1020 Restrict dashboard/shortcut refresh interval
...
SVN:trunk[3448]
2014-12-03 11:38:19 +00:00
Denis Flaven
2c59fb894f
Integration of the Excel (XLSX) export feature. (Limitation: export.php takes into account neither the "fields" parameter nor the list of fields defined in the QueryPhrasebook when exporting in XLSX format)
...
SVN:trunk[3398]
2014-10-31 17:59:14 +00:00
Romain Quetiez
047166f002
#983 Sortering not possible on multi-column queries
...
SVN:trunk[3381]
2014-10-28 10:47:00 +00:00
Romain Quetiez
6d9e7f690f
#993 The about box does not show up when the directory extensions is missing
...
SVN:trunk[3372]
2014-10-22 09:48:13 +00:00
Romain Quetiez
ba82031a59
#984 Dashboard auto refresh degrading table functionalities like sorting
...
SVN:trunk[3317]
2014-09-12 08:15:14 +00:00
Denis Flaven
4c44159a88
Global search finalization:
...
- Skip abstract classes, since we search in all the child classes anyway
- Search in a class explicitely requested even it should be skipped by config
- Remove the "no object found" message if the "enlarged search" finds something
SVN:trunk[3256]
2014-07-09 10:32:30 +00:00
Denis Flaven
d602bb2190
#948 Finalization of the full text accelerators: two new parameters: 'skip' and 'enable_enlarge'. 'attributes' is now an optional parameter.
...
SVN:trunk[3227]
2014-06-26 14:27:26 +00:00
Romain Quetiez
14c78cb543
Fixed a regression on the global search, introduced in the commit [3188]
...
SVN:trunk[3208]
2014-06-12 09:27:09 +00:00
Romain Quetiez
c4632cda1a
Added a helper function to get an icon stored as an ormDocument: ormDocument::GetDownloadURL
...
SVN:trunk[3191]
2014-06-04 13:10:23 +00:00
Romain Quetiez
e8a7695353
#731 Full text search requires a string of at least three characters (configurable: full_text_needle_min)
...
SVN:trunk[3188]
2014-06-03 14:42:17 +00:00
Denis Flaven
1572d9da5a
#930 AttributeExternalFields displayed in a form are automatically refreshed when their "parent" field is modified...
...
SVN:trunk[3186]
2014-06-02 16:05:20 +00:00
Romain Quetiez
8f83970239
#929 Speed up the full text search (mostly from the end user perspective, requires a custom configuration)
...
SVN:trunk[3175]
2014-05-26 15:42:47 +00:00
Romain Quetiez
364bce90e4
#859 About box: also list the modules installed from the extensions folder
...
SVN:trunk[3160]
2014-05-19 11:43:45 +00:00
Denis Flaven
b095c6b1a3
#909 : faster display for the "details" of an object:
...
- object's history is only loaded when the "History" tab is clicked
- by default the history display is truncated to the 'max_history_length' (= 50) latest modifications
SVN:trunk[3145]
2014-05-06 15:15:57 +00:00
Denis Flaven
8f25fb8e64
#878 : Missing sscrollbar in "linkset-direct" edition popup dialog
...
#881 : Paginated list in popup dialog is broken
- Missing scrollbar in the popup when using the [+] button
SVN:trunk[3121]
2014-04-01 13:09:02 +00:00
Denis Flaven
8dc5b05ac4
#870 : when a user deletes all her/his shortcuts at once, this was deleting all the shortcuts for all users.
...
SVN:trunk[3099]
2014-03-12 14:05:37 +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
62302f9138
Reverted the change made in revision 2999: revision 3000 does protect against the annoying notice... and everything seems working fine... still to be tested with PH >=5.4
...
SVN:trunk[3014]
2013-12-03 08:42:48 +00:00
Romain Quetiez
9f9baf9caa
Finalized the about box
...
SVN:trunk[3012]
2013-11-29 16:18:01 +00:00
Romain Quetiez
47c65b161d
Fixed bug with the brand new about box
...
SVN:trunk[3006]
2013-11-29 11:23:51 +00:00
Romain Quetiez
5f98c0dcab
About box - alpha version
...
SVN:trunk[3005]
2013-11-29 10:50:53 +00:00
Romain Quetiez
7400bd7dca
#816 Suppresses a Notice for PHP >= 5.4, and potentially fixes a bug (no idea on how to produce it)
...
SVN:trunk[2999]
2013-11-27 13:29:32 +00:00
Denis Flaven
4a849ee4db
#764 : Saving settings as "Default for all lists" now works as expected
...
SVN:trunk[2997]
2013-11-27 08:51:51 +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
Denis Flaven
0aa0de9f1c
Make sure that we attach ONLY the elements that are visible in the form when using the "select all" mode for managing 1:n links.
...
SVN:trunk[2984]
2013-11-26 11:16:11 +00:00
Romain Quetiez
26dca89b19
#780 Auto refresh for the dashboards (+ cosmetics changes for the shortcuts)
...
SVN:trunk[2929]
2013-10-18 14:14:48 +00:00
Denis Flaven
36e6a6106b
#757 Better UI to manage direct linksets... on going...
...
SVN:trunk[2927]
2013-10-18 08:26:31 +00:00
Romain Quetiez
bbb31e2b7f
#780 Auto refresh for the shortcuts
...
SVN:trunk[2926]
2013-10-17 14:47:05 +00:00
Romain Quetiez
3ab539e2ba
Dashboard re-engineering
...
SVN:trunk[2782]
2013-06-27 15:21:35 +00:00
Romain Quetiez
26db86beb2
OQL normalization and dashlets have been made independent from the class MetaModel
...
Added OQL normalization unit tests (to be run on a standard installation)
SVN:trunk[2767]
2013-06-03 13:26:14 +00:00
Denis Flaven
5ffc5ff50a
Fixed Trac #628 : sort order and configurable tables
...
SVN:trunk[2523]
2012-12-05 14:59:51 +00:00