Molkobain
9a5a5f858f
N°2235.2 Fix emptied URLs on object modification when URL starts with a placeholder
2019-06-11 16:13:53 +02:00
Pierre Goiffon
d6b194b0aa
📝 Change back CONTRIBUTING file name to uppercase
2019-06-11 14:53:56 +02:00
Pierre Goiffon
50ed52bacc
Fix ticket ref uniqueness rule declaration (many thanks @jbostoen !)
2019-06-11 09:08:36 +02:00
Thomas Casteleyn
daa906a697
Only set Ticket ref if not yet present via import or synchro ( #82 )
...
New non blocking uniqueness rule on Ticket.ref to warn when having ref duplicates
2019-06-10 11:28:24 +02:00
Stephen Abello
a0cd281c42
⬆️ iTop >=2.6.1 supports PHP 7.3.x
2019-06-07 16:16:23 +02:00
Pierre Goiffon
ecd8f40c0f
🔧 Create a .editorconfig
...
See https://editorconfig.org/
2019-06-07 15:22:21 +02:00
Pierre Goiffon
616c1b9b73
🔧 Update PhpStorm formatter
2019-06-07 15:21:59 +02:00
Stephen Abello
6bb5606c00
N°2216: Set the mandatory icon inline with its field
2019-06-06 15:56:05 +02:00
Eric
a6ceb88fca
N°2216 - Request Template Mandatory fields are not marked as "Mandatory"
2019-06-06 15:14:31 +02:00
Eric
7bb7a94fbc
N°2291 - Fix blinking of warning image on mandatory HTML field
2019-06-06 15:14:31 +02:00
Pierre Goiffon
e4324cedb4
N°2235 Enable notification placeholders in hyperlinks
...
(cherry picked from commit bc55bfbee1 )
2019-06-06 10:59:44 +02:00
Eric
07781c7c9d
1023 - Email Outlook : Fix iTop page broken by tag <o:p>
2019-06-06 09:56:31 +02:00
Stephen Abello
ea58a807fc
N°2044: Forgot to add a variable in 7c1290f
2019-06-06 09:44:20 +02:00
Pierre Goiffon
fb6806a1c1
🎨 DataSynchro : some phpdoc and formatting
2019-06-05 17:26:00 +02:00
Pierre Goiffon
d24870e0ae
Merge remote-tracking branch 'origin/master' into develop
2019-06-04 16:23:58 +02:00
Pierre Goiffon
166451c4e9
N°532 autocomplete : fix regressions introduced in ebb541e4
...
* multiple separator
* XSS filter
* search field value reset
2019-06-04 11:32:08 +02:00
Stephen Abello
7c1290f684
N°2044: Enable Search form prefill when adding objects to 1:n
2019-06-04 11:18:30 +02:00
Stephen Abello
179c774ba8
N°2207: Copy the content from the right source file into production.delta.prev.xml
2019-06-03 12:36:05 +02:00
Guy Couronné
b57c224052
📈 Add KPI on API Rest ( #67 )
2019-06-03 09:07:25 +02:00
Stephen Abello
e886d80de6
N°2215: Set autocomplete minimum width (instead of its width) to its parent field width
2019-05-31 12:14:41 +02:00
Pierre Goiffon
3791b2dd24
📝 Change return type for \MetaModel::GetObject
2019-05-28 17:18:07 +02:00
Pierre Goiffon
12c916f4e5
📝 Add @var for iApplicationUIExtension loops
2019-05-28 17:16:02 +02:00
Pierre Goiffon
ba7e00e130
N°2211 DataSynchro : rollback oChange remove in DBUpdate() + added log
...
Be conservative : this is a fix only release... oChange will be done in the future, it's a work that should be done everywhere in iTop and not only DataSynchro
2019-05-28 17:16:02 +02:00
Molkobain
895abde39c
N°2060 [WIP] Renamed Silex portal dir before starting Symfony integration
2019-05-28 12:04:34 +02:00
Eric
bada955725
N°2211 - DataSynchro : fix delete rules
...
- code review bug fixes and comments
2019-05-28 10:40:00 +02:00
Stephen Abello
f9e18675f3
N°2062: When a table displaying all rows is rebuilt (eg: by adding a column), reordering using columns now works
2019-05-24 16:20:31 +02:00
bruno DA SILVA
22416cc0be
:note: PhpDoc generation for the public API
...
- typo (tunning => tuning)
- rework of the README.md
2019-05-24 14:05:22 +02:00
Pierre Goiffon
ec086ad94a
📝 Fix /doc readme (thanks @jbostoen !)
2019-05-23 18:25:26 +02:00
Pierre Goiffon
17d4b570e8
N°2211 DataSynchro fix regression in DoJob2 method (create new iTop objects)
...
The \SynchroExecution::$m_oLastFullLoadStartDate is also used in DoJob2... So move back its instantiation in \SynchroExecution::PrepareProcessing, but with more variables and comment : the attribute is null until PrepareProcessing()
2019-05-23 18:15:50 +02:00
Pierre Goiffon
2dfad12553
Revert " 🎨 DataSynchro : remove some warnings, code formating"
...
This reverts commit 26dcaa0ded .
Such modifications does not belong to a fix only branch !!
2019-05-23 11:58:10 +02:00
Pierre Goiffon
b7dc55604e
🎨 DataSynchro : rename DoJob1/2/3 methods
2019-05-23 11:19:18 +02:00
Pierre Goiffon
991bc359cb
Merge remote-tracking branch 'origin/master' into develop
2019-05-23 10:52:34 +02:00
Pierre Goiffon
26dcaa0ded
🎨 DataSynchro : remove some warnings, code formating
2019-05-23 10:48:54 +02:00
Pierre Goiffon
b5d3ddb7e3
N°2211 DataSynchro : fix deletion rules regression when using synchro_exec.php
...
* fix regression : no update if exec phase only and full load interval <= 0
* fix regression : update if exec phase only and full load interval > 0
* some PHPDoc
* move back \SynchroExecution::$m_oLastFullLoadStartDate init to constructor
* add a boolean member to indicate if LastFullLoadStartDate was passed by caller
* factorize database current datetime retrieval
2019-05-23 10:48:54 +02:00
Pierre Goiffon
8b178914b3
Fix \DBObject::DBDelete PHPDoc
2019-05-22 14:46:53 +02:00
OИUЯd da silva
ce6fd4d775
bugfix: remove lower cased version of the README.md
2019-05-22 11:44:45 +02:00
Molkobain
bc55bfbee1
N°2235 Enable notification placeholders in hyperlinks
2019-05-21 17:38:28 +02:00
OИUЯd da silva
9c75cb4537
:note: PhpDoc generation for the public API ( #63 )
...
- generate phpdoc to a dokuwiki compatible format
- add/update the phpdoc of a selection of class methods
2019-05-21 12:05:52 +02:00
bruno DA SILVA
633fa343a5
N°775 - request template : fix mandatory field list with only one possible value
2019-05-20 17:47:15 +02:00
bruno DA SILVA
a1d01e252b
N°2191 - Stopwatch sub-items no more available as search criteria
2019-05-20 17:03:25 +02:00
Stephen Abello
e9119e95ac
N°1164, SF#1491: Add code snippets with syntax highlighting to CaseLog/HTML fields
2019-05-17 15:59:01 +02:00
Molkobain
af332a34d6
♻️ Make ticket reference generation working with new sub-classes ( #78 )
2019-05-17 11:21:24 +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