Romain Quetiez
668e822fc6
#185 Navigation Breadcrumb - Beta version
...
- Any page has a breadcrumb (except if POST and a number of pages like "new object")
- Added Home + Menu buttons showed when the left pane is closed
- Configuration: breadcrumb.max_count (0 to disable)
SVN:trunk[4022]
2016-05-03 15:06:14 +00:00
Denis Flaven
8eba9ae714
Enhancement: Date and time formats are now configurable in iTop !! (beta version, beware!)
...
SVN:trunk[4011]
2016-04-22 09:26:27 +00:00
Denis Flaven
ed035b3699
YOU MUST RUN THE SETUP AFTER PERFORMING THIS UPDATE !!
...
- Better handling of 'auto_select' modules
- New way of implementing the "includes" of modules, now completely out of the configuration file !
SVN:trunk[3989]
2016-04-07 16:00:01 +00:00
Denis Flaven
f3773f6047
Cleanup and optimization of the handling/loading of the dictionary files.
...
SVN:trunk[3978]
2016-04-04 13:44:15 +00:00
Denis Flaven
608e94a613
Inline images in formatted case log & descriptions: beta version fixperms js The inline images are now no longer stored stored as Attachments but using a specific object InlineImage...
...
SVN:trunk[3926]
2016-02-25 15:06:04 +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
Romain Quetiez
ab38ce63a5
Portal: let the administrator specify an alternative URL for the portals (rewriting rules)
...
SVN:trunk[3848]
2015-12-10 13:06:42 +00:00
Denis Flaven
48ab835646
Concurrent lock still has some minor issues, don't enable it by default.
...
SVN:trunk[3772]
2015-09-17 16:39:05 +00:00
Denis Flaven
6fd2c81315
History display enhancement: whenever a new case log entry is added, display its content in the history. The display is truncated at a configurable max length. The user can expand/collapse the truncated text, entry per entry. The text is not truncated when printing.
...
SVN:trunk[3759]
2015-09-14 13:46:48 +00:00
Denis Flaven
c852cd8e09
Regression due to the fix of #1107 (revision 3647): the settings query_cache_enabled was always written as "false" in the default configuration. This is now fixed.
...
Warning: if you upgrade your iTop installation from the 2.2 beta, you MUST change this value back to true in the configuration file to avoid a severe slow down of the application.
SVN:trunk[3719]
2015-09-04 13:31:25 +00:00
Romain Quetiez
3ba2c3d657
Log REST/JSON calls (config: 'log_rest_service' => true ; stored as EventRestService)
...
SVN:trunk[3688]
2015-08-19 14:35:08 +00:00
Denis Flaven
fa94dd257a
File-based "transactions" dans log files better protected against concurrent access...
...
SVN:trunk[3659]
2015-07-28 12:51:46 +00:00
Denis Flaven
a426cf07e9
#1107 : Make sure that all settings are preserved upon update.
...
SVN:trunk[3647]
2015-07-28 10:28:21 +00:00
Denis Flaven
606e462b53
The path to Graphviz' dot program is now prompted interactively during the setup, since Graphviz is now mandatory for displaying the impact analysis.
...
SVN:trunk[3643]
2015-07-15 15:14:38 +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
9ba1914524
Added an alternate implementation for storing "transaction" identifiers on disk instead of inside the $_SESSION variable.
...
SVN:trunk[3598]
2015-06-20 13:37:49 +00:00
Romain Quetiez
da7ae0660e
Fixed a regression introduced in [3518] (module parameters in XML)
...
SVN:trunk[3562]
2015-04-24 10:40:07 +00:00
Denis Flaven
b74ab0614e
Fixing a regression introduced by 3525
...
SVN:trunk[3530]
2015-04-03 08:28:15 +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
8b36699893
Enhancement: the default value for a module's parameter can now be specified (and altered) via the XML and will no longer reside in the configuration file.
...
SVN:trunk[3518]
2015-03-25 15:11:24 +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
Denis Flaven
83e2974b10
#1040 Graphical display of "impact/depends on" is not consistent with the "list" tab
...
SVN:trunk[3471]
2014-12-16 13:40:51 +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
37ebb51a2b
Computation of user rights: added a config flag to force the legacy algorithm (user_rights_legacy, defaulting to false)
...
SVN:trunk[3366]
2014-10-16 10:14:17 +00:00
Denis Flaven
4fccf5c815
Add the ability to supply a default "from" email address for the "forgot password" feature, instead of using the same address as for the "to".
...
SVN:trunk[3213]
2014-06-16 15:14:40 +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
Romain Quetiez
e4bb0acd94
#936 Tune the default (i.e. implicit) tracking level on link sets (and disable tracking on 1-N links, for fresh installations)
...
SVN:trunk[3187]
2014-06-03 13:36:35 +00:00
Romain Quetiez
a6f5436d07
#873 Allow the character % in the path of an URL (requires the edition of the config file when upgrading)
...
SVN:trunk[3182]
2014-06-02 10:23:06 +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
102b6c248b
#928 Setup crashing if async_retries is configured
...
SVN:trunk[3174]
2014-05-26 14:45:07 +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
d950422912
#867 (and #907 as a dup') De-harcode set_time_limit (per loop) in lengthy operations. Default value is 30 seconds (per loop), configurable via the new parameter "max_execution_time_per_loop", instead of 5 seconds previously.
...
SVN:trunk[3144]
2014-05-06 14:09:55 +00:00
Denis Flaven
4235eae9b3
#871 : eMail validation pattern was too strict: now fully configurable (globally and per attribute).
...
SVN:trunk[3056]
2014-01-17 09:39:19 +00:00
Romain Quetiez
e980b051b1
Asynchronous emails: added a retry mechanism useful in case your SMTP server restricts the number of emails that can be sent over a period of time (usage: broadcasting a newsletter). The mechanism is not specific to sending email as it is implemented at the AsyncTask level.
...
SVN:trunk[3047]
2013-12-13 10:35:37 +00:00
Romain Quetiez
5672bee85f
Regression introduced with the capability to disable mandatory ext keys (defaults to true)
...
SVN:trunk[3024]
2013-12-04 16:15:26 +00:00
Romain Quetiez
7cb2fb9b02
Internal: new setting to tweak the data model by allowing null for all external keys (use with care!)
...
SVN:trunk[3016]
2013-12-03 09:58:29 +00:00
Romain Quetiez
494e559748
Improved the KPI logging: setting log_kpi_duration to 2 will enable blaming of the FIRST caller (callstack entirely shown in the produced report)
...
SVN:trunk[2975]
2013-11-20 17:03:04 +00:00
Romain Quetiez
5d02db5440
Show the new setting portal_tickets in the default config file
...
SVN:trunk[2962]
2013-10-29 09:36:23 +00:00
Romain Quetiez
a333bcb084
User portal: enable the creation of Incident tickets (ITIL + requires a change in the configuration file -see the readme file)
...
SVN:trunk[2959]
2013-10-28 16:50:13 +00:00
Romain Quetiez
0c327f2c36
Added a demo mode (config: demo_mode = true). In that mode, logins get read-only (even for admins)
...
SVN:trunk[2951]
2013-10-23 13:36:44 +00:00
Romain Quetiez
440f50259b
#783 Added the placeholder $this->xxx_list$ for emailing (names separated by a new line, truncated to 100 items)
...
SVN:trunk[2921]
2013-10-16 10:36:15 +00:00
Romain Quetiez
caa621eb04
Reviewed the instrumentation to help in tuning the performance
...
SVN:trunk[2916]
2013-10-15 16:08:43 +00:00
Romain Quetiez
fde3808cdf
New feature: Forgot password -> email to reset (possibly disabled in the config file)
...
SVN:trunk[2855]
2013-09-24 09:15:52 +00:00
Romain Quetiez
5684f1e196
#713 URL format reviewed:
...
- more formats allowed by default
- aligned between the wiki formatting and the URL attribute
- configurable globally with 'url_validation_pattern'
- can be defined at the attribute level with tag validation_pattern
SVN:trunk[2730]
2013-05-14 14:20:00 +00:00
Romain Quetiez
21f0d96146
New way to compile the dictionaries, allowing for incremental modification via XML
...
SVN:trunk[2712]
2013-04-30 16:14:37 +00:00
Denis Flaven
eee8d71381
Enhancement: take into account the "periodicity" of the background processes.
...
Bug fix: fixed a warning in CheckStopWatchThresholds
SVN:trunk[2609]
2013-03-01 17:14:54 +00:00
Denis Flaven
ddc73d13c2
Don't show the CSV import history (by default) for a faster display.
...
SVN:trunk[2572]
2012-12-13 14:55:11 +00:00
Denis Flaven
aa6cfc205e
- Show only the "vsisible" parameters in the config file, or the ones already present in case of upgrade. Hide others for readability.
...
SVN:trunk[2543]
2012-12-06 17:33:57 +00:00