Pierre Goiffon
4ee66377ce
Merge commit '15e5e21a89a3d3214dace82b8765a47e304a8f29' into support/2.7
2020-04-20 14:21:55 +02:00
Eric
432a950f8c
N°2945 - Fix fatal error when adding empty attachment
...
alert when empty attachment is detected
2020-04-20 10:54:27 +02:00
acognet
bbc751bee4
N°2383 - GetAttributeFlag ignored on form refresh with dependent field
2020-04-14 17:56:27 +02:00
acognet
a77ba2fbab
N°2564 - Stop copy after "<" character in a Copy operation on a Transition - change only in Copy function
2020-04-14 17:56:27 +02:00
Molkobain
3103f361a4
Update 2.7.0-1 release date
2020-04-08 11:02:03 +02:00
acognet
621295199c
N°1402 - Attribut File cannot be emptied Add a trash next to the name of the file
2020-04-06 16:36:46 +02:00
acognet
d5fe653e51
N°2848 - Align creation and update message on portal to console message - add a comment for next time
2020-04-02 20:31:06 +02:00
acognet
fc2fb235a2
N°1344 - Save without all mandatory attributes (ajax reload not finished)
2020-04-02 17:46:18 +02:00
acognet
d7211509bd
N°1062 - Portal : autocomplete and search = broken : change the max size of the list
2020-04-02 17:29:39 +02:00
acognet
c182b1a01f
N°2848 - Align creation and update message on portal to console message
2020-04-02 11:50:01 +02:00
Eric
15e5e21a89
Compatibility with MySQL 5.6
2.7.0-1
2020-04-01 17:37:55 +02:00
acognet
ee0d231426
N°2895 - Tab dictionnary entries not taken in account in "Printer Friendly Version" screen
2020-04-01 01:05:13 +02:00
acognet
3282b46c9b
N°2395 - Error in file light-gray.scss
2020-04-01 00:01:26 +02:00
acognet
05649ba50f
Merge branch 'master' of github.com:Combodo/iTop
2020-03-31 23:48:35 +02:00
acognet
40efc4cbb1
N°1062 - Portal : autocomplete and search = broken
2020-03-31 23:47:46 +02:00
Molkobain
30034d381b
Update version number to 2.7.0-1
2020-03-31 09:47:37 +02:00
Molkobain
986eb90546
N°2893 - Fix DataModel Viewer not supporting special chars in class name (eg. ")
2020-03-31 09:40:31 +02:00
Pierre Goiffon
eb41d3e2ef
📝 Fix erroneous PHPDoc for InlineImageGC
2020-03-30 17:09:04 +02:00
acognet
c6b16bb52e
N°2119 - Dashlet Header statistic on ExternalKey, display id instead of name
2020-03-30 16:24:12 +02:00
acognet
95adbbb58f
N°1181 - List of searchable classes in SearchMenuNode - add user rights tests
2020-03-30 16:23:23 +02:00
acognet
60f5c60059
N°1796 - Search : false criteria after using the magnifier
2020-03-30 16:19:23 +02:00
acognet
c0284ecc3b
N°1953 - Dashlet Title alignment not consistent : Left on List, Center on Table/Pie/Chart
2020-03-30 16:18:43 +02:00
acognet
fc7b772ba3
N°1910 - iTop - Search on Text contains "_" not working
...
_ is a special caracter in mysql -> replace with \_
2020-03-30 16:13:47 +02:00
Pierre Goiffon
011d742ae3
N°2891 📌 add mbstring as optional extension
2020-03-27 14:41:59 +01:00
Pierre Goiffon
5b496f4d15
N°2866 Change "cron" case in labels as it is not an acronym
...
Thanks @Hipska for the feedback done in Combodo/iTop#124 !
2020-03-26 11:15:47 +01:00
Pierre Goiffon
97f4c32271
N°2881 Improve robustnedd of \ModuleInstallerAPI::RenameEnumValueInDB
...
Was causing errors when migrating from datamodels where the fields were not enum yet (this method is usually launched using \ModuleInstallerAPI::BeforeDatabaseCreation, so before an ALTER could be done to the column)
2020-03-26 10:18:34 +01:00
Pierre Goiffon
c002ca7902
setup.css : update .css that was not up to date :/
2020-03-26 10:13:10 +01:00
Pierre Goiffon
ff22074418
🎨 setup.css : remove warnings & unused code
...
Removed unused legacy code :
* #header>H1 : a noline-height ugly when renamed to line-height, seems totally unused when noline-height
* table.formTable : cellpadding & cellspacing
2020-03-26 10:09:08 +01:00
Pierre Goiffon
84968ff550
Merge remote-tracking branch 'origin/release/2.7.0'
2020-03-26 08:50:14 +01:00
bruno DA SILVA
46151c87c0
N°2888 Check password policy only if field set with a string
...
Some callers are setting the field using an ormPassword object containing hashed password + salt
examples:
- csv import
- data synchro
- ...
2.7.0
2.7.0-rc2
2020-03-25 12:43:41 +01:00
Pierre Goiffon
75a900c6f8
🚀 Tool to batch update XML datamodel version
2.7.0-rc
2020-03-24 16:46:48 +01:00
Molkobain
e8c9d99783
Increase XML version to v1.7
2020-03-24 14:06:41 +01:00
Eric
1600302ad9
N°2869 - Removed Check for bad finalclass in root classes (already done)
2020-03-19 15:40:52 +01:00
Eric
a9c3a1b782
N°2869 - Check for bad finalclass in root classes (Allow all non-abstract child classes)
2020-03-19 10:01:16 +01:00
Eric
74848254a4
N°2869 - Check for bad finalclass in root classes
2020-03-18 14:10:35 +01:00
Eric
d7d9bfe0fd
N°2869 - Check for bad finalclass in intermediate classes
2020-03-18 10:09:05 +01:00
odain
dd96dec100
Fix license file generation; exclude itop-portal-base
2020-03-18 08:42:55 +01:00
Pierre Goiffon
16ff51f3b7
📄 Update licenses after generation tool upgrade
...
See 76d26e8e
2020-03-18 08:15:09 +01:00
Pierre Goiffon
27c651b33c
📄 Remove itop-portal-base from license file
2020-03-17 18:08:49 +01:00
Pierre Goiffon
32375265cb
📄 Remove 2.x/authent-cas from license file
2020-03-17 17:47:25 +01:00
Pierre Goiffon
0cba163dc9
🔖 Update version to final in iTop files
2020-03-17 16:50:45 +01:00
Pierre Goiffon
fd1e17cc32
🚀 Release tool to update versions
2020-03-17 16:49:05 +01:00
Eric
d85e1906b7
N°2746 - New Attribute Enum Set
...
XML migration from 1.7 to 1.6
2020-03-17 12:03:10 +01:00
Pierre Goiffon
f8df84aa7b
Update dict for 2.7.0-RC
2020-03-17 10:55:53 +01:00
Eric
c26b9459bb
N°2869 - Fix 2.7 Migration
...
Run UPDATE requests just after the corresponding ALTER TABLE requests
2020-03-16 18:49:12 +01:00
Molkobain
4f7676c42d
N°2735 - Rollback previous "fixes" to keep the simple ID policy in the Designer and a unique ID generation at runtime
2020-03-16 12:17:09 +01:00
Molkobain
ceddafaebe
N°2735 - Rename parameter for better consistency
2020-03-16 12:17:09 +01:00
Stephen Abello
950640babe
N°1986 - Revert feature
2020-03-13 10:24:25 +01:00
jbostoen
11e6be1037
🌐 Added NL translations ( #124 )
...
Co-authored-by: jbostoen <->
2020-03-13 09:42:37 +01:00
Molkobain
29d963317f
N°2735 - Fix dashlet ID generation to have the "CUSTOM" prefix only at runtime
2020-03-12 16:46:15 +01:00