Eric
245612d0eb
N°931: Tags dictionary and validation pattern
2018-09-21 16:56:53 +02:00
Eric
12a3f1c36c
N°931: Fix integrity controls (reserved word)
2018-09-21 15:59:54 +02:00
Eric
398d1aa820
N°931: Limit the number of tags in the widget
2018-09-20 15:15:25 +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
2c6dc20046
N°931: "Empty" message added to the tag usage tab
2018-09-18 14:57:56 +02:00
Eric
c3c1897258
N°931: Tags data class display name
2018-09-18 11:38:34 +02:00
Eric
5403219746
N°931: Tags admin menu
2018-09-18 10:28:39 +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
Eric
2ba31244c2
N°931: TagSet search form integration
2018-09-12 15:03:35 +02:00
Eric
1fc3b3a4ed
N°931: Integrity controls + unit tests
2018-09-11 17:27:27 +02:00
Eric
6817cfbeea
N°931: Integrity controls
2018-09-07 17:50:40 +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 Espié
a03c553000
N°962: TagSet attribute definition dev (continued)
...
SVN:b931[6030]
2018-08-30 11:08:47 +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
Pierre Goiffon
bdb62de81c
N°931 new AttributeTag, handle field creation & update
...
SVN:trunk[6014]
2018-08-23 15:05:36 +00:00
Stephen Abello
8fe38b03f6
Added replacement for mcrypt removal in PHP 7.2, added stronger encryption options
...
SVN:trunk[5996]
2018-08-03 08:43:36 +00:00
Eric Espié
5134e57109
Search: better translation of search criteria in "natural language" for ISNULL function
...
SVN:trunk[5957]
2018-07-19 08:45:39 +00:00
Guillaume Lajarige
8135fdb9d2
Update spanish translations (Thanks to Miguel Turrubiates!)
...
SVN:trunk[5947]
2018-07-18 07:51:17 +00:00
Pierre Goiffon
5df9f38391
German translations update (many thanks Lars Hippler / Itomig !)
...
SVN:trunk[5916]
2018-06-27 15:14:19 +00:00
Guillaume Lajarige
a4a70a1287
German translation placeholders for iTop 2.5
...
SVN:trunk[5911]
2018-06-26 15:36:55 +00:00
Eric Espié
a848cb28f1
N°1436 - Access control updated for grant_by_profile categories of classes -
...
Fix access to internal classes form the core engine
SVN:trunk[5903]
2018-06-22 16:07:35 +00:00
Guillaume Lajarige
46a647ae66
N°1514 Add missing translations for advanced search.
...
SVN:trunk[5889]
2018-06-18 14:11:04 +00:00
Eric Espié
d5ba0d9ed5
N°1401 - External dashlet edition in the designer
...
SVN:trunk[5858]
2018-06-13 11:46:37 +00:00
Eric Espié
04e41ab676
N°1431 - Sort on attribute or aggregation function
...
SVN:trunk[5814]
2018-05-25 15:38:36 +00:00
Vincent Dumas
ea11b76461
Fix typo in dictionnary
...
SVN:trunk[5715]
2018-04-20 15:12:42 +00:00
Guillaume Lajarige
853d9ee87f
Advanced search: Update french translations.
...
SVN:trunk[5696]
2018-04-19 07:43:28 +00:00
Guillaume Lajarige
0210e090f2
Advanced search: Client side handles hierarchical keys correctly.
...
SVN:trunk[5687]
2018-04-18 08:34:45 +00:00
Eric Espié
c3fbdc907c
N°1248 - User Management: Check organization related to the current user
...
SVN:trunk[5677]
2018-04-17 10:22:12 +00:00
Guillaume Lajarige
dc30cb2e4a
Advanced search: Merge due to recent sourceforge crash.
...
SVN:trunk[5645]
2018-04-12 14:54:11 +00:00
Pierre Goiffon
efa7a4ee55
Advanced search improvements (restore 2018-04-10 revisions : r5635..r5641)
...
* Add 'search_manual_submit' config parameter to manage auto-submit
* bugfixes
** date i18n is now handled (using two new options `datepicker.dateFormat` and `datepicker.timeFormat` computed from `AttributeDateTime::GetFormat()->ToDatePicker()`
** handling of `empty` `not empty` operator titles
*** it led to tohers bugfixes and a redesign of the `_computeTitle` (from overwriting to extension using ie `_computeBetweenDaysOperatorTitle`
*** some bug still remain, because autocomplete needs to been finished before checking on them
* Promote 'friendlyname' in the 'most popular' list
* bugfixes
** filters (criterions, enum and FK without autocomplete) now ignore accent on matching with user input
** this is done by using a pre-existing tool used only by the portal, so it was moved to the core (latinize.min.js)
* Integration with manual submit parameter on client side.
* bugfixes : history/breadcrumb had several c[menu] appended (one for each refresh)
* Fix various sanity bugs
SVN:trunk[5632]
2018-04-12 08:54:05 +00:00
Pierre Goiffon
42606873af
Advanced search improvements (restore 2018-04-10 revisions : r5629..r5631)
...
* Add support for default search criteria
* replace friendlyname by the class name for consistency
* WIP Client
SVN:trunk[5629]
2018-04-12 08:52:33 +00:00
Eric Espié
26127c8218
N°1161 - Dashlet Group By traduction
...
SVN:trunk[5624]
2018-04-06 09:00:15 +00:00
Eric Espié
f4b8b4cae3
N°1161 - Dashlet Group By supports sum, average, min and max.
...
SVN:trunk[5623]
2018-04-06 08:53:30 +00:00
Bruno Da Silva
a20fe37e98
advanced search: bugfix on search criterion titles
...
SVN:trunk[5615]
2018-04-05 10:00:08 +00:00
Guillaume Lajarige
320c7646f0
Advanced search: Alpha version.
...
SVN:trunk[5608]
2018-04-05 07:05:58 +00:00
Guillaume Lajarige
da5a8b0fd1
Advanced search: UI/UX, WIP.
...
SVN:b1162[5605]
2018-04-04 12:54:18 +00:00
Guillaume Lajarige
95b523c2fa
Advanced search: UI/UX, WIP.
...
SVN:b1162[5587]
2018-03-30 12:24:55 +00:00
Eric Espié
c56bda2f60
Advanced Search: Support of external fields (as strings)
...
SVN:b1162[5583]
2018-03-30 08:44:14 +00:00
Guillaume Lajarige
1e80d76383
Advanced search: UI/UX, minor dict. updates.
...
SVN:b1162[5579]
2018-03-29 15:50:48 +00:00
Pierre Goiffon
06555eb03e
Run query : add shortcut in submit title
...
SVN:trunk[5568]
2018-03-29 09:17:44 +00:00
Guillaume Lajarige
14c0733949
Advanced search: UI/UX WIP.
...
SVN:b1162[5559]
2018-03-28 19:38:08 +00:00
Eric Espié
5772042dd3
Advanced Search: generic title for raw filters on joined classes
...
SVN:b1162[5551]
2018-03-28 07:46:47 +00:00
Bruno Da Silva
9e66ef5460
search widget : widget datetime and numeric => fine tuning the UI
...
SVN:b1162[5546]
2018-03-27 13:19:30 +00:00
Eric Espié
2a2a9ab8b7
Advanced Search: translations
...
SVN:b1162[5542]
2018-03-27 08:27:49 +00:00
Eric Espié
7664633f18
Advanced Search: Hierarchical keys & unit tests
...
SVN:b1162[5539]
2018-03-27 08:13:48 +00:00
Bruno Da Silva
e78f8c803e
search widget : between operator bugfixes
...
SVN:b1162[5526]
2018-03-26 09:10:33 +00:00
Guillaume Lajarige
8b0d9670f9
Advanced search: UI/UX WIP.
...
SVN:b1162[5524]
2018-03-25 12:21:26 +00:00
Eric Espié
b566bead31
Advanced Search: Undefined for enums and unit tests
...
SVN:b1162[5516]
2018-03-23 16:05:37 +00:00