Molkobain
af332a34d6
♻️ Make ticket reference generation working with new sub-classes ( #78 )
2019-05-17 11:21:24 +02:00
Molkobain
2d6251e5df
💄 Add warning message CSS class (like error message)
2019-05-15 17:53:48 +02:00
Stephen Abello
b157fad0b6
N°2166: Portal: fields in CKEditor modals are inactive
2019-05-15 15:41:38 +02:00
Stephen Abello
70d2bb163c
N°2179: Strengthen data/setup directory creation
2019-05-15 11:27:53 +02:00
Pierre Goiffon
d9bf3339d2
linkswidget : remove dead (unreachable) code
2019-05-13 09:57:24 +02:00
Pierre Goiffon
b4ee5cd59c
Merge branch 'master' into develop
2019-05-13 08:54:00 +02:00
Pierre Goiffon
fae6c89e9a
Merge remote-tracking branch 'origin/support/2.5'
2019-05-13 08:53:50 +02:00
Pierre Goiffon
89d310258b
N°2198 ReloadBlock call and parameter escaping improvements
...
Use an anonymous function instead of a string to get rid of a useless level of escaping
Use json_encode instead of addslashes
(many thanks for the tips @bruno-ds !!)
2019-05-09 10:37:34 +02:00
Pierre Goiffon
a58529f46c
N°2198 Fix "invalid filter" error when refreshing "Requests assigned to me"
2019-05-07 18:39:38 +02:00
Pierre Goiffon
12a2035791
N°2192 table-selectable-lines : add forgotten param
2019-05-07 11:53:39 +02:00
Pierre Goiffon
b1ff7f0e9b
N°2192 table-selectable-lines : replace another :has selector, and use existing constant
2019-05-07 11:44:41 +02:00
OИUЯd da silva
23cf2b91f4
make demo_mode effect more expressive
...
closes #71
2019-05-06 11:42:27 +02: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
Pierre Goiffon
6159ab33b7
🔊 DBSearch ajax update : better handling of invalid queries
2019-05-02 17:33:41 +02:00
Molkobain
91f410a85c
💄 Fix images being too large in icon selector (dashboards and Designer)
...
Note: The widget still needs a more aggressive refactoring to render nicely...
2019-05-02 16:42:21 +02:00
Pierre Goiffon
58ffd37f9e
N°1283 Add option to open WebPageMenuNode in new window
2019-04-30 16:11:29 +02:00
Eric
0a48696cd8
Carbon: N°1855 - Fix: Cannot remove last 'dependencies' with UI
...
Note that multi-select value when no entry is selected is "" and not []
in order to be posted, so multi-select values are not always arrays.
2019-04-30 15:46:44 +02:00
Eric
2f71570390
Carbon: N°1855 - fix "depends on" displaying fields from children
2019-04-30 12:02:13 +02:00
Thomas Casteleyn
5c9d98d12c
Fix cron crash when MySQL connection lost ( #80 )
2019-04-30 11:02:02 +02:00
Pierre Goiffon
15362df69a
Merge branch 'master' into develop
2019-04-29 11:26:52 +02:00
Pierre Goiffon
77f757995e
Merge remote-tracking branch 'origin/support/2.5'
2019-04-29 11:26:37 +02:00
Thomas Casteleyn
2858d13fd5
🐛 Fix default usage of iTopMutex when TLS is enabled
...
See R-021467
2019-04-29 11:18:54 +02:00
Thomas Casteleyn
ab0c97621a
Add support to optionally mention username in password reset mail ( #76 )
...
Can now use login in reset password email dict keys
* UI:ResetPwd-EmailSubject
* UI:ResetPwd-EmailBody
2019-04-29 11:12:19 +02:00
Molkobain
78b6c03af7
💡 Add some PHPDoc
2019-04-25 12:46:57 +02:00
Molkobain
22342cdc05
🐛 N°2184 Fix validation issue when several label fiels in a dashlet/designer form
2019-04-25 12:42:16 +02:00
Stephen Abello
99f398a87e
N°1529: Correct wrong constant name for Mcrypt, handle iv generation fails to avoid data corruption
2019-04-24 11:44:43 +02:00
Molkobain
dccdd84c25
♻️ Fix unit tests for compatibility with CI
2019-04-17 14:52:58 +02:00
Guy Couronné
d4d16f43ac
✨ Add status.php for getting iTop's status ( #56 )
...
Allow for HAProxy and monitoring to get iTop's status
✅ Add tests for status
Signed-off-by: Guy Couronné <gcouronne:@sapiens.biz>
2019-04-17 09:21:45 +02:00
Molkobain
dcf4963e0c
N°2152 Fix bad XML generation when adding a dashboard attribute on a new class
2019-04-16 17:15:15 +02:00
Pierre Goiffon
a773a4957a
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# README.md
2019-04-10 16:26:37 +02:00
Pierre Goiffon
87ee731dbe
📝 Update readme for 2.6.1
2019-04-10 16:24:34 +02:00
Eric
9ec36a76f6
Carbon: N°1589 - Check migration
2019-04-10 12:12:31 +02:00
Pierre Goiffon
5dc8283229
💡 Some doc for Config::GetModule* methods
2019-04-10 11:27:11 +02:00
Eric
09b470e6c7
Better output
2019-04-09 10:43:39 +02:00
Molkobain
40151c7a43
N°2147 Fix non working impact relation when based on default value
2019-04-05 16:25:26 +02:00
Molkobain
34c030b501
N°2070 Extend ModelFactory implementations to optionally check meta classes (PHP) along with regular XML classes
2019-04-05 15:48:29 +02:00
Pierre Goiffon
e9a2528b13
📝 CONTRIBUTING : use emoji codes instead of characters
2019-04-03 15:33:15 +02:00
Pierre Goiffon
e9d72bd022
💡 Fix some PhpDoc for \utils::DoPostRequest
2019-04-03 15:29:06 +02:00
Pierre Goiffon
b166686a15
📝 CONTRIBUTING : add a note on datamodel modifications ( #68 )
...
* %memo% CONTRIBUTING : suggest use SF tickets for default datamodel modifications
2019-04-02 09:02:02 +02:00
Molkobain
c59d3cc624
Fix unreachable log message on exception
2019-04-01 16:52:22 +02:00
Pierre Goiffon
ca95060b05
idea update for 2019.1
2019-03-29 16:38:02 +01:00
Molkobain
f2380ae354
🌐 Add slovak dictionary files in all modules for future translation
2019-03-28 11:07:18 +01:00
Molkobain
2d039af278
🎨 Format dictionary entries
2019-03-28 11:05:15 +01:00
Molkobain
831879fe37
🐛 N°2122 Fix missing dictionary entries for "Service families" menu of "Service Mgmt Provider" module
2019-03-28 10:31:48 +01:00
Pierre Goiffon
0451ae07c8
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# dictionaries/sk.dictionary.itop.core.php
2019-03-27 16:33:43 +01:00
Molkobain
ea1dfd8933
👥 Add Martin Kincel to the contributors. Thanks for the slovak translations!
2019-03-27 11:43:35 +01:00
Molkobain
24519c69a4
🌐 Add new language for main features thanks to Martin Kincel!
2019-03-27 11:43:35 +01:00
Molkobain
3e55693bfa
👥 Add Martin Kincel to the contributors. Thanks for the slovak translations!
2019-03-27 11:34:32 +01:00
Molkobain
f5d0947b27
🌐 Add new language for main features thanks to Martin Kincel!
2019-03-27 11:33:08 +01:00
Vladimir Kunin
b5c4801beb
🌐 Russian translations for 2.6.1 ( #70 )
2.6.1
2019-03-25 16:29:05 +01:00