Stephen Abello
d663d01798
N°1966: Added missing strings to dict files
2019-03-15 17:02:24 +01:00
Stephen Abello
3602163b38
Revert N°1919 and its incorrect translations
2019-03-15 17:00:53 +01:00
Thomas Casteleyn
34751a52a8
Replaced first name by last name in default person list view
2019-03-15 16:16:59 +01:00
Lars Hippler
cb7c382b99
Secure the server: prevent the users from browsing/getting files from the conf directories.
...
With Apache, it is still a must to enable htaccess with the spec "AllowOverride All". The index.php files are here to prevent from browsing whatever the HTTP server config.
2019-03-15 14:32:43 +01:00
Molkobain
3322074ce7
🐛 N°1889 Portal: Wrong encoding of special chars like in dashlets (eg. "ö", "&", ...)
...
(cherry picked from commit 83bb3b6d72 )
2019-03-13 17:01:57 +01:00
Molkobain
83bb3b6d72
🐛 N°1889 Portal: Wrong encoding of special chars like in dashlets (eg. "ö", "&", ...)
2019-03-13 16:56:04 +01:00
Eric
229f800266
N° 1837 - Fix Synchro Obsolescence
...
(cherry picked from commit 75737b4ffe )
2019-03-13 14:19:25 +01:00
Eric
75737b4ffe
N° 1837 - Fix Synchro Obsolescence
2019-03-13 11:01:13 +01:00
Molkobain
a5340917a7
🐛 N°1956 Portal: Fix message content in user profile when password edition is disabled
2019-03-13 10:31:04 +01:00
Molkobain
914d19e7e4
🐛 N°2072 Fix missing/empty error message when uploading too large attachment
2019-03-13 09:51:49 +01:00
Pierre Goiffon
eb49dbbdc8
N°1968 uniqueness rules : fix search for classes hierarchy, disallow 'attributes' property overrides
2019-03-12 18:12:01 +01:00
Molkobain
912bab5a43
🐛 N°2091: Portal: Fix regression introduced in 2.5, better error message when user logged out
2019-03-12 17:08:12 +01:00
Pierre Goiffon
76c3f640db
Merge remote-tracking branch 'origin/master' into develop
2019-03-08 14:35:35 +01:00
Pierre Goiffon
94092f445f
Merge remote-tracking branch 'origin/support/2.5'
...
# Conflicts:
# application/applicationextension.inc.php
# webservices/rest.php
2019-03-08 14:35:02 +01:00
Eric
f5b56d9855
composer warnings
2019-03-08 09:10:35 +01:00
Pierre Goiffon
b25a8b4c9f
💡 add missing @var
2019-03-08 09:06:12 +01:00
Pierre Goiffon
7ad9b9dd08
🎨 Use finally instead of duplicating lines
...
see http://php.net/manual/fr/language.exceptions.php#language.exceptions.finally : finally was added in PHP 5.5
2019-03-07 16:03:51 +01:00
Eric
856c037bb0
N°2064 - Fix abstract class state list for notification triggers
2019-03-07 15:56:29 +01:00
Eric
388896b963
N°941 - Backup/Windows %, ! or " not allowed in password
2019-03-07 15:26:53 +01:00
Eric
1d8addf675
typo
2019-03-06 18:21:19 +01:00
Eric
c8c3d32b18
Error logs and corresponding eml stored by message and accessible from the console
2019-03-06 17:46:47 +01:00
Molkobain
75a0979eee
N°2045 Portal: Fix regression introduced with N°1980: New request with 2 Request Templates does not display fields
2019-03-06 14:46:01 +01:00
Pierre Goiffon
d6a0a279a5
N°1449 Update REST API version for new pagination params
2019-03-04 16:00:36 +01:00
Pierre Goiffon
44f5d71e1b
💡 PHPDoc for REST API
2019-03-04 16:00:35 +01:00
Stephen Abello
9c71d32964
typo in last merge
2019-03-04 12:01:52 +01:00
Eric
d199d84b27
🌐 french typo fixed
2019-03-04 09:41:09 +01:00
Pierre Goiffon
065895aa73
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# datamodels/2.x/itop-portal-base/zh_cn.dict.itop-portal-base.php
# dictionaries/zh_cn.dictionary.itop.core.php
# dictionaries/zh_cn.dictionary.itop.ui.php
2019-03-04 09:21:14 +01:00
Pierre Goiffon
24aca83de4
Merge remote-tracking branch 'origin/support/2.5'
2019-03-04 09:16:53 +01:00
Pierre Goiffon
3de7aa1ada
🙈 Update ignore file
2019-03-04 09:15:38 +01:00
Stephen Abello
5a0edb5c39
Merge branch 'support/2.5'
...
# Conflicts:
# js/jquery.tablesorter.pager.js
2019-03-01 17:06:44 +01:00
Stephen Abello
d4fec14123
N°1443: Handle disabled selectable rows in datatables when "All checking/unchecking"
2019-03-01 12:18:07 +01:00
Eric
38951fab1a
N°1618 - Custom date format: Fix issue with in-line creation
2019-02-28 17:40:49 +01:00
Pierre Goiffon
e2c8237beb
Allow params "limit" and "page" in REST-API
...
PR #25 , code author Dennis Lassiter, many thanks !
Was commited to develop first but decided to retrofit this on support/2.5 (N°1449)
(cherry picked from commit fd55bdf9a8 )
(cherry picked from commit 49e31ddb3d )
2019-02-28 10:06:42 +01:00
Pierre Goiffon
1224570fa5
Merge remote-tracking branch 'origin/support/2.5'
2019-02-28 08:45:30 +01:00
Pierre Goiffon
afb99c0f4b
N°2054 fix search with sSearchValue GET param in BrowseBrick
2019-02-27 16:21:29 +01:00
Eric
733c908e34
N°2043 - Fix: CSV Import reconciliation using ExternalField broken in service management for provider
2019-02-27 16:00:47 +01:00
Pierre Goiffon
06592d7d37
🐛 Fix datepicker locale not set correctly for ZH CN and PT BR
...
Reused code made by @annProg in PR #40 , many thanks !
2019-02-27 12:53:37 +01:00
Eric
377b4b038c
N°2041 - Fix: Reset(LinkedSetIndirect) breaks data integrity
2019-02-27 09:57:01 +01:00
Pierre Goiffon
49e31ddb3d
🎨 REST service : change var names for new pagination params (thanks @jbostoen !)
2019-02-27 09:43:38 +01:00
Dennis Lassiter
fd55bdf9a8
Allow params "limit" and "page" in REST-API
...
PR #25 , code author Dennis Lassiter, many thanks !
2019-02-26 17:06:44 +01:00
Eric
3f7fd6f9f9
N°1954 - Recent change on impact analysis - old change appears on result
2019-02-26 15:36:56 +01:00
Eric
1cb36621a1
N°1963 - Dashlet GroupBy: allow ExternalField selection in UI
2019-02-26 15:31:31 +01:00
Eric
ddd9188eb7
Fix non-existing variable
2019-02-26 15:24:15 +01:00
Eric
02254eac67
N°1966 - Missing dictionaries entries (recover lost translation)
2019-02-25 17:40:08 +01:00
Eric
ebe026b2e9
N°1966 - Missing dictionaries entries (other languages)
2019-02-25 17:20:47 +01:00
Eric
efc7c5b0f4
N°1966 - Missing dictionaries entries
2019-02-25 16:44:51 +01:00
Pierre Goiffon
6eb3a243df
Merge remote-tracking branch 'origin/master' into develop
2019-02-25 12:11:15 +01:00
Pierre Goiffon
f68a77450d
Merge remote-tracking branch 'origin/support/2.5'
2019-02-25 12:10:30 +01:00
Stephen Abello
c5943c6c28
Internal: Fix a regression introduced by 6b5cc7c on dot path
2019-02-22 10:06:10 +01:00
Pierre Goiffon
bc3b50ad23
Fix wrong method call
2019-02-22 10:00:23 +01:00