Romain Quetiez
e3931274ae
Archives: refactoring of the API to enable/disable the archive mode
...
SVN:trunk[4696]
2017-04-26 15:48:24 +00:00
Romain Quetiez
9cc583c47b
Archives: regression (warning during the setup)
...
SVN:trunk[4693]
2017-04-26 10:27:25 +00:00
Romain Quetiez
fa2fd6dcdf
NEW! Archiving data. Archiving is a soft delete. It can be undone. Enter the archive mode to see all the data including archives (everything is read-only in that mode). Archiving must be enabled per class (data model). Archiving is achieved by the mean of the API DBObject::Archive (or Unarchive).
...
SVN:trunk[4692]
2017-04-26 09:52:20 +00:00
Guillaume Lajarige
2fcf50bb88
N°653 Lifecycle flags can be defined on both states and transitions (Note: This is a beta version and need to be tested!)
...
SVN:trunk[4688]
2017-04-21 14:59:04 +00:00
Romain Quetiez
85dc7c9452
N.755 Case log latest entry preset with HTML code gets transformed into pure text
...
SVN:trunk[4662]
2017-04-04 09:25:02 +00:00
Denis Flaven
15da430459
N°686 - protect the edition of dashboards against a no-longer-existing class.
...
SVN:trunk[4655]
2017-04-03 14:49:49 +00:00
Romain Quetiez
d22fb83443
N.736 Ugly labels when hovering bar charts
...
SVN:trunk[4617]
2017-03-23 14:52:57 +00:00
Romain Quetiez
020f47ab2c
Code cleanup: removed unused code
...
SVN:trunk[4614]
2017-03-22 21:24:50 +00:00
Romain Quetiez
a10cdaba74
N.779 PARTIAL FIX - Date fields in link sets cannot be edited if the date format differs from the native format (Y-m-d). Homogeneous way to call the API GetFormElementForField, with GetEditValue as the "display value". Still, submitting the form does not work.
...
SVN:trunk[4609]
2017-03-22 13:39:48 +00:00
Denis Flaven
d0267f60ae
Make sure that the generated form field's IDs are valid ones.
...
SVN:trunk[4602]
2017-03-17 13:20:01 +00:00
Guillaume Lajarige
95e04178ea
N°636 Portal: Action buttons can now be added to object details page through the iPopupMenuItemExtension
...
SVN:trunk[4600]
2017-03-17 13:03:09 +00:00
Romain Quetiez
0a5708272d
N.678 Data synchro: a line break or '<' in the description breaks the synchronized objects edition form.
...
SVN:trunk[4589]
2017-03-15 14:41:12 +00:00
Guillaume Lajarige
76ca7dc9e8
N°602: InlineImage "randomly" not available for display.
...
Adding an InlineImage while adding an object in a IndirectLinkedSet at the same time would attach the InlineImage to the linked object instead of the host one. If their organizations were different, it could result in a security issue, denying the display of the InlineImage.
SVN:trunk[4561]
2017-02-28 09:47:24 +00:00
Denis Flaven
fcc5342775
Bug fix: protect against a non existing Contact class (a rather drastic iTop customization!)
...
SVN:trunk[4559]
2017-02-24 14:09:44 +00:00
Guillaume Lajarige
af13b42eab
Legacy portal: Since iTop 2.3, plain text caselog entries can no longer be toggled due to a bad jQuery selector. Only HTML entries were working.
...
SVN:trunk[4541]
2016-12-21 13:10:15 +00:00
Denis Flaven
a4f5620076
N. 549: "Font" menu broken in case logs (console and legacy portal). The menu was showing <> instead of font names.
...
SVN:trunk[4534]
2016-12-19 10:09:48 +00:00
Romain Quetiez
403ecf7fba
N.557 Date/date+time pickers in the legacy portal, not aligned with the configured date formats. Took the opportunity to implement time picking (thus aligned with any form of iTop)
...
SVN:trunk[4517]
2016-12-13 14:24:33 +00:00
Guillaume Lajarige
68c180f7eb
N.474: Support for "file" attribute (AttributeBlob) in the portal. READONLY only for now.
...
SVN:trunk[4512]
2016-12-13 10:15:43 +00:00
Romain Quetiez
6ac6aea29f
N.480 Page broken (missing menu + ...) when bulk modifying Document Notes (having various values)
...
SVN:trunk[4486]
2016-12-01 14:06:02 +00:00
Romain Quetiez
7ce06c0797
Optimizations. Continuation of [r4423] and [r4471]. The optimization of the load of icons does not work depending on the itop installation directory and version of PHP (crc32 producing a negative value, not suitable for a class name).
...
SVN:trunk[4485]
2016-12-01 10:08:35 +00:00
Denis Flaven
a09e579451
Support of non-case sensitive "forbidden values" in DesignerTextField
...
SVN:trunk[4473]
2016-11-04 15:58:59 +00:00
Romain Quetiez
95d7bc5319
Continuation of [r4423] Optimizing the scan of icons on disk. Added a LOCK_EX flag to prevent concurrent access related issues. Safe handing of collision on the cache key (used as a filename).
...
SVN:trunk[4471]
2016-10-28 14:03:17 +00:00
Guillaume Lajarige
1c81650572
Graph :
...
- Bar chart labels on x axis are now displayed vertically like in iTop 2.2. Also, when there are more than 24 labels, not all of them are displayed in order to keep the axis readable.
- Pie chart legend is now placed on the right side.
SVN:trunk[4453]
2016-10-10 13:14:13 +00:00
Romain Quetiez
79d994acf7
N.444 ... fixing regression introduced in [r4438]
...
SVN:trunk[4441]
2016-10-04 13:15:33 +00:00
Romain Quetiez
17fafbf85b
N.444 Two date picker icons (lifecycle shortcut to resolved state, or a datetime attribute on a link). Solved by a factorization of the widgets initialization so that the initialization be the same (must be idempotent)
...
SVN:trunk[4438]
2016-10-03 11:47:03 +00:00
Romain Quetiez
97d11ba910
N.445 Specifying a date format (other than the default one) and allowing to create a user request in the resolved status results in an error when selecting the resolved status.
...
SVN:trunk[4433]
2016-09-30 14:16:35 +00:00
Guillaume Lajarige
a88365ca49
Resize on AttributeImage crashes when gd extension is not installed. Implemented a fallback so images are stored as is (original size) when gd extension is not available. A warning message is displayed during the setup.
...
SVN:trunk[4429]
2016-09-30 11:24:30 +00:00
Romain Quetiez
b7d101cdfb
Optimization: cache icons files (scan directories for the Icon selection edition widget) benefiting to each dashboard page (20% faster with PHP7 + OpCache + APCu)
...
SVN:trunk[4423]
2016-09-27 14:42:35 +00:00
Romain Quetiez
2a38eb757d
Code cleanup: remove unused code causing warnings with PHP7 (SQLBlock)
...
SVN:trunk[4421]
2016-09-27 12:41:52 +00:00
Romain Quetiez
915a88afd4
N.441 Character "à" in a case log causing the REST/JSON API to fail if mbstring is not enabled
...
SVN:trunk[4416]
2016-09-26 18:45:32 +00:00
Denis Flaven
ffc756e4a4
(regression from iTop 2.2.x) ExternalFields were not automatically reloaded when the corresponding external key changed.
...
SVN:trunk[4388]
2016-09-06 10:08:06 +00:00
Romain Quetiez
ef5d156b98
#1305 Issue with date/time inputs on Chrome: losing focus as soon as the date has been correctly typed, preventing the user from typing the time.
...
SVN:trunk[4346]
2016-08-23 18:43:41 +00:00
Denis Flaven
8ef7f073b3
CSV export of audit results: pass the parameters as a POST since they may be too long to fit in the query string of the URL.
...
SVN:trunk[4328]
2016-08-11 09:44:31 +00:00
Denis Flaven
e0855093ea
Cosmetics: Enlarge DateTime fields which were too narrow (the end of the time is not visible when editing).
...
SVN:trunk[4321]
2016-08-11 08:34:10 +00:00
Denis Flaven
d80d24c348
Disable PDF export if the PHP extension "GD" is not loaded.
...
SVN:trunk[4307]
2016-07-15 07:05:06 +00:00
Denis Flaven
93ff327b54
2.3.0 Regression: login_mode was broken !
...
SVN:trunk[4301]
2016-07-08 11:56:27 +00:00
Denis Flaven
775ed7d437
Regresssion of iTop 2.3.0 beta: properly load the metamodel from the environment.
...
SVN:trunk[4287]
2016-07-05 13:37:40 +00:00
Guillaume Lajarige
9dbad63d6f
Synchro : Formated last synchro date in the tooltip when viewing an Object
...
SVN:trunk[4272]
2016-07-01 10:14:26 +00:00
Denis Flaven
18de167d5e
Internal: context tags to (programmatically) identify the context of the execution.
...
SVN:trunk[4259]
2016-06-23 14:57:37 +00:00
Denis Flaven
218a2e2f01
Security: prevent grouping on password fields since it may lead to disclosure of the encrypted version of the password.
...
SVN:trunk[4244]
2016-06-22 13:50:19 +00:00
Romain Quetiez
94295f11da
Fixed a regression introduced in iTop 2.3.0-beta: menu collapse mechanism broken when adding a shortcut (but it is restored when reloading the whole page).
...
SVN:trunk[4243]
2016-06-22 13:46:40 +00:00
Denis Flaven
d7b58a7730
Properly sanitize the "switch_env" parameter and take it into account only if it contains a valid value.
...
SVN:trunk[4238]
2016-06-22 12:08:58 +00:00
Denis Flaven
619fe22a15
File or image upload is not supported (and thus disabled) when using the [+] button to create a new object inside a popup dialog.
...
SVN:trunk[4236]
2016-06-22 12:01:23 +00:00
Denis Flaven
fa2c234a43
"Search Drawer" is closed by default, unless the configuration parameter "legacy_search_drawer" is set to "true".
...
SVN:trunk[4232]
2016-06-21 10:20:20 +00:00
Denis Flaven
2773419faa
New field on the User class to enable/disable user accounts.
...
SVN:trunk[4230]
2016-06-21 09:22:14 +00:00
Denis Flaven
feebe3f9a9
Support of formatted case log edition (with inline images) in the legacy portal.
...
SVN:trunk[4225]
2016-06-17 09:41:59 +00:00
Guillaume Lajarige
41cb94bcf0
SCSS Compilation : Disabled max_execution_time while compiling SCSS files as it can take a while (Set back to its original value afterwards).
...
SVN:trunk[4215]
2016-06-15 12:42:57 +00:00
Guillaume Lajarige
181e14f48e
Customers portal : Started CSS rework to simply change BS theme
...
SVN:trunk[4212]
2016-06-15 11:43:18 +00:00
Guillaume Lajarige
5dc86ebc5d
utils::GetCSSFromSASS() : Skip processing if file is already a .css
...
SVN:trunk[4204]
2016-06-13 13:46:30 +00:00
Denis Flaven
4f7cc48fd4
Replacing the SCSS->CSS conversion library by a newer one made by Leaf Corcoran: http://leafo.github.io/scssphp , tweaked to work on PHP 5.3
...
SVN:trunk[4203]
2016-06-13 12:57:17 +00:00