Eric
e08369122d
Merge remote-tracking branch 'origin/support/2.5' into release/2.6
...
# Conflicts:
# core/config.class.inc.php
# css/css-variables.scss
# css/light-grey.css
2018-11-29 09:10:34 +01:00
Eric
0e0d254188
✅ N°1783 - fix unit tests
2018-11-28 14:41:08 +01:00
Molkobain
9ed550ee7f
N°562 Notifications: Add support for placeholders in HTML hyperlinks (regular href, mailto, ...)
2018-11-06 17:35:17 +01:00
Pierre Goiffon
ede2673ba5
Fix uniqueness PHPUnit tests - 2nd commit (forgot to change annotation)
2018-11-05 16:02:15 +01:00
Pierre Goiffon
dd50c99ec4
Fix uniqueness PHPUnit tests
2018-11-05 15:52:35 +01:00
Pierre Goiffon
f3fd47a792
N°659 PHPUnit to test uniqueness rule validity check... and debug tested method (woops ! unit test will save the world ;) )
2018-10-30 18:01:35 +01:00
Pierre Goiffon
588899db63
Convert all files from CrLf to Lf (preparing merge to develop)
2018-10-18 14:20:40 +02:00
Eric
bf000e6a89
N°1408 - DBSearch Serialize refactor (json format)
2018-10-15 16:37:17 +02:00
Pierre Goiffon
462148a12f
N°931 TagSet POC : fix markup for preview
2018-10-15 11:35:59 +02:00
Pierre Goiffon
0580c71749
N°931 fix requirements for AttributeTagSet PhpUnit tests
...
* itop-kown-error-mgmt module
* creates a FAQCategory if needed
2018-10-08 11:58:45 +02:00
Pierre Goiffon
c66b0bea41
N°931 fix PhpUnit tests for TagSets (default datamodel doesn't have anymore Ticket.tagfield, but FAQ.domains)
2018-10-05 17:55:40 +02:00
Eric
cb73c2a3f9
N°931: Unit tests for mysql stop words
2018-10-02 08:56:13 +02:00
Eric
8f55d4054a
N°917: Fix Search criterion when TagSet = 'tag1 tag2...'
2018-09-28 17:33:05 +02:00
Eric
16a6b70708
N°917: Fix unit tests
2018-09-28 15:36:13 +02:00
Pierre Goiffon
d8b2d4435a
N°931 AttributeSet widget : keep initial removed values
2018-09-28 09:26:23 +02:00
Molkobain
5fa4b4cb88
Taxons: Rework of CSS & markup in the console (portal still to come).
2018-09-27 16:45:04 +02:00
Eric
5559c8205f
Merge branch 'feature/AttributeSet' into feature/b931
...
# Conflicts:
# core/attributedef.class.inc.php
2018-09-27 15:29:27 +02:00
Pierre Goiffon
6eaa7c0530
N°931 AttributeSet more generic CSS classes :
...
* more generic names
* use same classes in both view and edit
* in the scss file, 3 sections : attribute-set edition (with other field types styles), generic Selectize overridings, and styles for attribute-set items visualisation
2018-09-27 11:47:28 +02:00
Eric
b257fae03e
N°917: Fix Unit tests
2018-09-27 11:44:28 +02:00
Pierre Goiffon
3bed62a473
N°931 AttributeSet POC : now testing both widget for edition and CSS for viewing
2018-09-27 10:50:12 +02:00
Eric
01551942b3
N°917: Fix Bulk modify for AttCodeSet
2018-09-27 09:11:03 +02:00
Eric
720d334053
N°917: AttributeClassAttCodeSet created
2018-09-27 09:11:02 +02:00
Pierre Goiffon
1530bb89fe
N°931 TagSet widget and its POC are now more generic (to be used in all AttributeSet hierarchy)
2018-09-26 14:26:26 +02:00
Eric
398d1aa820
N°931: Limit the number of tags in the widget
2018-09-20 15:15:25 +02:00
Eric
446bd0ad1f
N°931: Rename Tag columns in database
2018-09-20 09:58:35 +02:00
Eric
0252d091ca
N°931: TagSetData table name
2018-09-19 16:07:10 +02:00
Eric
cdcfe03d67
N°931: Tag max number and max length per class and field (defined in xml)
2018-09-18 15:33:00 +02:00
Eric
1debf77ab4
N°931: DBSearch AddCondition updated for tags
2018-09-17 12:46:46 +02:00
Eric
f1a8bb08da
N°931: Fix integrity controls (tag code length)
2018-09-17 12:03:17 +02:00
Pierre Goiffon
875c77ae65
N°931 TagSet widget : fix empty widget on creation form
...
Now displays a placeholder
The + icon can't be used as is cause it's inserted with ::after, and without tags it can't be right aligned
2018-09-14 17:43:38 +02:00
Pierre Goiffon
6f1dc44932
N°931 TagSet widget : fix added / removed not updating correctly
...
* move integrity checks from refresh method to add/remove callbacks
* use onInitialize callback for partial values instead of render
2018-09-14 14:50:24 +02:00
Pierre Goiffon
95b929dd27
N°931 TagSet widget POC HTML page
2018-09-13 18:15:58 +02:00
Pierre Goiffon
d9315bec84
N°931 integrate TagSet widget
2018-09-13 15:57:32 +02:00
Eric
d1ee7f4353
N°931: TagSet search (manage undefined values) unit tests
2018-09-12 18:17:17 +02:00
Eric
34b528b1f4
N°931: TagSet search unit tests
2018-09-12 15:34:37 +02:00
Eric
1fc3b3a4ed
N°931: Integrity controls + unit tests
2018-09-11 17:27:27 +02:00
Eric
c706a2d77c
N°931: Integrity controls
2018-09-11 12:40:46 +02:00
Eric
8577fc6701
N°931: Integrity controls
2018-09-11 12:22:50 +02:00
Eric
c7f3f20229
New Unit tests
2018-09-06 14:42:00 +02:00
Dennis Lassiter
49bb8fd515
Fixed bug that caused memory_limit=-1 to lead to 'not enough memory' … ( #1 )
...
* Fixed bug that caused memory_limit=-1 to lead to 'not enough memory' error
* Added Unit Test to Memory Limit Check
2018-09-06 10:04:28 +02:00
Pierre Goiffon
f871581997
Merge branch 'develop' into feature/b931
...
# Conflicts:
# application/applicationextension.inc.php
# core/attributedef.class.inc.php
# core/cmdbchangeop.class.inc.php
# core/cmdbobject.class.inc.php
# core/dbobjectsearch.class.php
# core/oql/expression.class.inc.php
# core/oql/oql-lexer.plex
# core/oql/oql-parser.y
# core/oql/oqlquery.class.inc.php
# css/light-grey.scss
# datamodels/2.x/itop-full-itil/datamodel.itop-full-itil.xml
# datamodels/2.x/itop-portal/datamodel.itop-portal.xml
# datamodels/2.x/itop-tickets/en.dict.itop-tickets.php
# dictionaries/en.dictionary.itop.core.php
# dictionaries/fr.dictionary.itop.core.php
# setup/xmldataloader.class.inc.php
# test/ItopDataTestCase.php
2018-09-04 18:02:51 +02:00
Pierre Goiffon
40a4e6d7b0
Fix files using CrLf, convert them to Lf to have the whole repo using Lf
...
Warn your git config (core.autocrlf = input or true)
2018-09-04 17:59:51 +02:00
Eric
98e5eaa4e0
N°931: Add Delta management in ormTagSet (with unit tests)
2018-09-04 11:06:53 +02:00
Eric
7d502fae23
N°931: TagSet : OQL Parse/Normalize unit tests
2018-09-03 15:18:19 +02:00
Eric
39f3972a24
N°931: TagSet : OQL Parsing unit tests
2018-08-31 18:02:22 +02:00
Eric Espié
9631021f84
N°962: TagSet Attribute definition and values (with unit tests on values)
...
SVN:b931[6024]
2018-08-30 11:08:46 +02:00
Eric Espié
e184eb6aae
Retrofit from trunk
...
DBObject->GetOriginal() hardening (now support attributes not set: for example sla_tto_passed for UserRequest until it is closed)
[from revision 5932]
SVN:2.5[5942]
2018-07-17 12:19:26 +00:00
Eric Espié
d7f18e879a
Automatic Tests: new ormLinkSet test
...
SVN:trunk[5938]
2018-07-13 12:34:45 +00:00
Eric Espié
4cd591f81c
DBObject->GetOriginal() hardening (now support attributes not set: for example sla_tto_passed for UserRequest until it is closed)
...
SVN:trunk[5932]
2018-07-11 13:40:38 +00:00
Eric Espié
d929732fb6
N°1495 - Regression: Search on hierarchical key
...
SVN:trunk[5893]
2018-06-19 08:42:58 +00:00