Project

General

Profile

Activity

From 2018-05-18 to 2018-06-16

2018-06-15

22:59 Revision 2dd2e0ec: [TASK] Replace last occurrences of PATH_site with Environment API
Resolves: #85285
Releases: master
Change-Id: I4d12f7add6f536b3a412e554c8a6c4d64fd677e4
Reviewed-on: https://review.ty...
Benni Mack
21:24 Revision 311cfe21: [TASK] Use Environment API instead of PATH_site in core
First batch taking care of "easy" places.
Resolves: #85283
Releases: master
Change-Id: I68fa5a0559aae6191858aba7690b...
Christian Kuhn
21:22 Revision f66e9156: [TASK] Streamline imports in PHP cache classes
Most Cache classes haven't been streamlined since their inception,
some unnecessary imports.
The patch organizes the...
Benni Mack
21:21 Revision ae4fd05e: [TASK] Use Environment API instead of PATH_site in em
Resolves: #85281
Releases: master
Change-Id: I8313d9f9b564d8f6ab0f9a91ebbe93aa9c337e31
Reviewed-on: https://review.ty...
Christian Kuhn
20:20 Revision 50c17c20: [TASK] Use Environment API in documentation extension
Resolves: #85282
Releases: master
Change-Id: If54517105217a1dfba424c46ec0edbe4c5775f15
Reviewed-on: https://review.ty...
Christian Kuhn
20:14 Revision f22fa503: [TASK] Use Environment API instead of PATH_site in install
Resolves: #85280
Releases: master
Change-Id: Id8330e1fda17557284ab5ffd6081433226c74083
Reviewed-on: https://review.ty...
Christian Kuhn
17:51 Revision 506e6e53: [TASK] Use Environment API in scheduler
Resolves: #85279
Releases: master
Change-Id: I2d63540be1883fb2faea763d72a875800eae1cfa
Reviewed-on: https://review.ty...
Benni Mack
17:50 Revision f1ae421d: [TASK] Replace PATH_site with Environment API in various exts
Resolves: #85278
Releases: master
Change-Id: Ibfcad90bad0486f7571ea60edd6aba33cab0c32c
Reviewed-on: https://review.ty...
Benni Mack
17:40 Revision ba4200d9: [TASK] Use Environment API instead of PATH_site in t3editor
Resolves: #85275
Releases: master
Change-Id: Ib0a5a773387252609f01c07a441bdb183f5142c0
Reviewed-on: https://review.ty...
Christian Kuhn
17:36 Revision 76e497e4: [TASK] Use Environment API instead of PATH_site in impexp
Resolves: #85277
Releases: master
Change-Id: I6510ae323051a01e3b0e3bbdf7b347adeb46880c
Reviewed-on: https://review.ty...
Christian Kuhn
17:26 Revision 1cb5233b: [TASK] Use Environment API instead of PATH_site in EXT:backend
Several places of the PATH_site constant in EXT:backend are replaced
by the new Environment API.
Resolves: #85272
Re...
Benni Mack
17:26 Revision 843f7a9f: [TASK] Use Environment API instead of PATH_site in indexed_search
Resolves: #85273
Releases: master
Change-Id: If2a643843532d14f2b7263c66b22ad1bc0402c33
Reviewed-on: https://review.ty...
Christian Kuhn
17:26 Revision b5cd5556: [TASK] Replace PATH_site with Environment API in EXT:frontend
Resolves: #85276
Releases: master
Change-Id: Id85d7538000ce05addaa5c3d4e3607e2ff20d42e
Reviewed-on: https://review.ty...
Benni Mack
16:24 Revision e2e07114: [BUGFIX] Do not use named parameter for list of orphan records ids
The OrphanRecordsCommand fetches records by a list of ids.
This list can get very big so the database will fail if th...
Sascha Egerer
15:37 Revision a3367ca8: [BUGFIX] Do not use named parameter for list of orphan records ids
The OrphanRecordsCommand fetches records by a list of ids.
This list can get very big so the database will fail if th...
Sascha Egerer
15:18 Revision 09576ce7: [FEATURE] Load merged JS files asynchronous
The async attribute is now assigned to the script tag of the concatenated
JS files if all files have the async attrib...
Rune Piper
15:15 Revision 00439ea6: [TASK] Make extbase/Tests/Unit/Mvc/Web/RequestBuilderTest.php notice free
Releases: master
Resolves: #85265
Change-Id: Ie4d13083c256a31987097d2e0990d6e5207bef13
Reviewed-on: https://review.ty...
Jan Helke
15:12 Revision 715946d4: [TASK] Make typo3/sysext/frontend/Tests/Unit/ContentObject notice free
Releases: master
Resolves: #85263
Change-Id: I19e7a26ddf41d7b55dfd1890163364ffd2479e13
Reviewed-on: https://review.ty...
Jan Helke
14:55 Revision b6c6595a: [TASK] Use CLI and Composer Checks via Environment class
Use Environment::isCli() instead of constant munging
in various places. Usages in extbase are left out for
the time b...
Christian Kuhn
14:35 Revision 943b8571: [TASK] Make Persistence/Generic/PersistenceManagerTest.php notice free
Releases: master
Resolves: #85268
Change-Id: I80a1df3e39cafb86788b1434ed0043cc0e7372c3
Reviewed-on: https://review.ty...
Jan Helke
13:46 Revision 25e24eea: [TASK] Update tslint 5.9.1 ❯ 5.10.0
yarn upgrade tslint@^5.10.0
Resolves: #85222
Releases: master
Change-Id: I6964d4a2d7cf1d9eefb5e19468b4fca8876c055a
R...
Frank Nägler
13:03 Revision ff5145bf: [TASK] Make UnitDeprecated/ notice free
Releases: master
Resolves: #85097
Change-Id: I1eb8cb056350badf057e58fe4c0d5c22b3568133
Reviewed-on: https://review.ty...
Christian Kuhn
12:06 Revision 4c0f3aa0: [BUGFIX] Respect query constraints in suggest receiver count
The query builder that fetches the results in the suggest
receiver is re-used to get the correct count of available
r...
Alexander Stehlik
09:05 Revision fbed396e: [TASK] Add proper replaces for merged core extensions
If we merge a core extension into another one, it means
that the remaining extension technically replaces the
removed...
Helmut Hummel

2018-06-14

19:08 Revision 84a4568e: [TASK] Migrate PATH_site usages to Environment API - Part 1
Use Environment::getPublicPath() and Environment::getProjectPath()
respectively, depending on the use-case instead of...
Benni Mack
11:59 Revision 3856604a: [TASK] Update grunt components
yarn upgrade grunt
yarn upgrade grunt-contrib-watch
yarn upgrade grunt-tslint
Resolves: #85224
Releases: master
Chan...
Frank Nägler
11:46 Revision 4428c601: [TASK] Rename $sortRow to $sortColumn in DataHandler
The new name makes the code easier to understand, as the variable
contains the column name configured in ['ctrl']['so...
Tymoteusz Motylewski
11:38 Revision 59d57ee3: [TASK] Add confirmation modal to delete a site configuration
Improve usability by adding a modal to require a second click.
Resolves: #85143
Releases: master
Change-Id: I310a655...
Georg Ringer
10:06 Revision 0b00b424: [FEATURE] Enable SQLite in installation process
The patch adds SQLite as new DBMS platform to the TYPO3
instance installer if pdo_sqlite is available.
* sqlite has ...
Benni Mack
09:49 Revision 7dd71466: [FEATURE] Add trait to detect public deprecated methods
The patch adds a new trait similar to the existing one for
propreties to allow setting public methods to protected in...
Benni Mack
06:31 Revision 233e8768: [BUGFIX] Close file handle only if unused in FileWriter
Keep track of open file handles for resources across instances and
close the handle only on destructing the last know...
Susanne Moog

2018-06-13

21:26 Revision ce6766a3: [BUGFIX] Fix namespace of validation error in form
The FormElementHooks now uses the correct namespace
for the generated error.
The TranslateElementErrorViewHelper req...
Justus Moroni
20:53 Revision c347ac7a: [BUGFIX] Fix namespace of validation error in form
The FormElementHooks now uses the correct namespace
for the generated error.
The TranslateElementErrorViewHelper req...
Justus Moroni
18:15 Revision e2d1c07a: [TASK] Handle some sqlite details
* Similar to postgresql, sqlite index names must be unique
within the entire database. The patch adds a hash of the...
Christian Kuhn
16:37 Revision 414fabba: [TASK] Use Environment API instead of PATH_site for Cache Backends
The new Environment API is now used to define hashes or base paths
in cache backend classes.
Resolves: #85200
Releas...
Benni Mack

2018-06-12

19:49 Revision 7fb2443f: [TASK] Repair failing acceptance test
The test uses now a method to check on the element that takes the
DOM into consideration, and not the visibility on t...
Anja Leichsenring
19:46 Revision a470639d: [TASK] Update karma components
yarn upgrade karma-coverage@1.1.2
yarn upgrade karma-jasmine@1.1.2
Resolves: #85220
Releases: master
Change-Id: I440...
Frank Nägler
19:13 Revision fbd37288: [TASK] Repair failing acceptance test
The test uses now a method to check on the element that takes the
DOM into consideration, and not the visibility on t...
Anja Leichsenring
16:01 Revision 782c3b47: [TASK] Use current request object in Maintenance middleware
The property `$GLOBALS['TYPO3_REQUEST']` is not needed when inside
a middleware, as the current PSR-7 request object ...
Benni Mack
15:58 Revision b51ce8a1: [TASK] Update chosen-js 1.8.3 ❯ 1.8.5
yarn upgrade chosen-js@1.8.5
Resolves: #85221
Releases: master
Change-Id: Ic97a68ead2145183ef3739584af8556b8a6cc139
...
Frank Nägler
15:58 Revision 52f1e444: [TASK] Update @types definitions
yarn upgrade @types/bootstrap@3.3.39
yarn upgrade @types/jasmine@2.8.8
Resolves: #85219
Releases: master
Change-Id: ...
Frank Nägler
15:56 Revision 26a21758: [TASK] Remove mis-usage of TemplateService->fileHash
The fileHash property acts as an internal cache for
TemplateService->getFileName() and was misued since TYPO3 6.0 for...
Benni Mack
13:44 Revision 23267399: [TASK] Remove PHP bug workaround in GIFBUILDER
TYPO3 has a bound box calculation workaround due to a PHP bug,
which was fixed in PHP 7.0.12 / 7.1, which can now saf...
Benni Mack
13:35 Revision 4afcded3: [BUGFIX] Check in images which are marked as changed without changes
Looks like a different file encoding of the images results
in marking these icons as changed on OS X.
Resolves: #852...
Frank Nägler
13:22 Revision b9dabe2f: [BUGFIX] Fix comments in various places
There are some places where phpdoc comments and return types are wrong,
(an IDE shows this ASAP to you if you open up...
Benni Mack
13:22 Revision 83bdeb0a: [TASK] Change label of Sites Module to "Sites"
In order to make finding the module more straightforward, its tab label
has been set to “Sites” which should be more ...
Mathias Schreiber
13:11 Revision 721dea97: [BUGFIX] Fix comments in various places
There are some places where phpdoc comments and return types are wrong,
(an IDE shows this ASAP to you if you open up...
Benni Mack
10:57 Revision 630f063d: [TASK] Deprecate methods in ReflectionService
As the ReflectionService class is only a wrapper to call
methods on ClassSchema instances, all wrapper methods
should...
Alexander Schnitzler

2018-06-11

20:13 Revision 9c3fa08b: [TASK] Set TYPO3 version to 8.7.17-dev
Change-Id: I08618a16f6276cdf1e307e232405b560c777b1e6
Reviewed-on: https://review.typo3.org/57189
Reviewed-by: Susanne...
Oliver Hader
19:45 Revision 3ece9bc5: [TASK] Set TYPO3 version to 7.6.30-dev
Change-Id: Ia6dec22dfca3c560f939c8eb0f84ee5fc2b34310
Reviewed-on: https://review.typo3.org/57191
Tested-by: TYPO3com ...
Oliver Hader
19:35 Revision 4b72f60a: [TASK] Set TYPO3 version to 9.4.0-dev
Change-Id: I0281fd494612837d46966c4cdcbda5ee11c63809
Reviewed-on: https://review.typo3.org/57187
Tested-by: TYPO3com ...
Oliver Hader
19:20 Revision 1f403428: [RELEASE] Release of TYPO3 7.6.29
Change-Id: Icd51d163b2245b27ca487cb4e0106dd33e69bdf5
Reviewed-on: https://review.typo3.org/57190
Reviewed-by: Oliver ...
Oliver Hader
19:18 Revision f02a014e: [RELEASE] Release of TYPO3 8.7.16
Change-Id: Ib1e4b5f5ea828910c0eefa16ace597fa62301a80
Reviewed-on: https://review.typo3.org/57188
Reviewed-by: Oliver ...
Oliver Hader
19:14 Revision 5ab20a0a: [RELEASE] Release of TYPO3 9.3.0
Change-Id: I4adf71f27e40df89bc77825e6771d5b249cf1ffd
Reviewed-on: https://review.typo3.org/57186
Reviewed-by: Oliver ...
Oliver Hader
17:05 Revision bf40836d: [BUGFIX] Don’t cut urls in link browser
Using the second parameter of TBE_EDITOR.rawurlencode cuts the input to
200 characters for any input value. The param...
Frank Nägler
17:05 Revision 8029da4b: [BUGFIX] Don’t cut urls in link browser
Using the second parameter of TBE_EDITOR.rawurlencode cuts the input to
200 characters for any input value. The param...
Frank Nägler
14:57 Revision 65a6506e: [BUGFIX] Remove postcss config for EXT:frontend
Since EXT:frontend does not have CSS files anymore, the
postcss config for Grunt is not necessary anymore.
Resolves:...
Frank Nägler
13:04 Revision c207217e: [TASK] Improve overall recycler performance
To improve the overall performance of the recycler, these things are done:
- Improve how permissions are checked for...
Andreas Fernandez
12:23 Revision 1e8b2d45: [BUGFIX] Fix broken ?? checks by adding required brackets
Resolves: #85213
Related: #84993
Releases: master
Change-Id: Ib8cd46951cb5032a7554042e2d8a7a052102788b
Reviewed-on: h...
Frank Nägler
12:10 Revision 74c5d436: [TASK] Exclude tests from Composer packages
Resolves: #85119
Releases: master, 8.7
Change-Id: If9c00379c1ac671bd6bb622ace47864866c34446
Reviewed-on: https://revi...
Jigal van Hemert
11:47 Revision 7d7bad2f: [TASK] Have EM only evaluate current ext_tables.sql on installation
The EM changes due to the new automatic DB fields addition for TCA-based
tables come with a small side-effect, namely...
Benni Mack
09:48 Revision fb2ad028: [TASK] Disallow access to .sqlite files in MS IIS demo config
Resolves: #85190
Related: #85188
Releases: master
Change-Id: Ia77e74753fcca2c13b0e32b2dce186723c457775
Reviewed-on: h...
Christian Kuhn
07:27 Revision 6bfaefaf: [TASK] Properly reset unit test singletons
typo3/testing-framework since version 3.8.0 can reset
singletons created by makeInstance automatically
if $this->$res...
Christian Kuhn

2018-06-10

22:18 Revision 330a3d39: [BUGFIX] Fix generation of create action URLs in backend user module
The URLs to the create actions for backend users and backend groups were
built in a strange way which required some q...
Andreas Fernandez
21:18 Revision a8452e5b: [BUGFIX] Use proper import statement in ErrorController
Due to moving a class name the import statement
in ErrorController was wrong.
Resolves: #85210
Related: #85101
Relea...
Benni Mack
21:05 Revision 3b840190: [TASK] Move documentation files from master into 9.3 folder
Resolves: #85202
Releases: master
Change-Id: I6f61db1d2c29a3b9d4794e33cbaf2c6e634e14c7
Reviewed-on: https://review.ty...
Anja Leichsenring
16:42 Revision 7e9f22b7: [TASK] Remove static method variables
Static method variables are even more pita than static class
variables, especially if their state is created from db ...
Christian Kuhn
12:28 Revision 48e16416: [BUGFIX] Documentation: use FQCN in Table Garbage Collection Tasks
The fully qualified class name of class `TableGarbageCollectionTask`
must be used to configure database tables, which...
Michael Schams

2018-06-09

23:36 Revision 3778c577: [TASK] Make Tests/Unit/TypoScript/ notice free
Releases: master
Resolves: #85092
Change-Id: I29bb5a3d0546d790d9c8d05c52f448ecefbc8564
Reviewed-on: https://review.ty...
Jan Helke
23:28 Revision b76ff911: [BUGFIX] Fix broken additional fields for garbarge collection task
The new IpAnonymizationAdditionalFieldProvider introduced the same
JavaScript variable which breaks the garbage colle...
Frank Nägler
23:06 Revision 3c0c210c: [BUGFIX] Fix broken additional fields for garbarge collection task
The new IpAnonymizationAdditionalFieldProvider introduced the same
JavaScript variable which breaks the garbage colle...
Frank Nägler
22:56 Revision 8ae18981: [BUGFIX] Fix broken additional fields for garbarge collection task
The new IpAnonymizationAdditionalFieldProvider introduced the same
JavaScript variable which breaks the garbage colle...
Frank Nägler
22:09 Revision 311f3b01: [TASK] Prepare documentation move before release
New folder and includes to render the changelog for
the upcomming version.
Change-Id: I0440dcfdaf5541da5e8dbe8b8b681...
Anja Leichsenring
22:07 Revision c53fe3e2: [TASK] Move MetaTagManagers of OpenGraph and Twitter to EXT:seo
The new SEO extension handles opengraph and twitter (seo-relevant),
thus do not need to stay in EXT:core, as they are...
Benni Mack
22:01 Revision 2f5320a8: [TASK] Make core/Tests/Unit/Service/ notice free
Releases: master
Resolves: #85088
Change-Id: Ibd443902f6c89e16946d3d8d2cc39a8e2091054e
Reviewed-on: https://review.ty...
Jan Helke
21:56 Revision ea4ca8b1: [TASK] Make core/Tests/Unit/Configuration notice free
Releases: master
Resolves: #84722
Change-Id: I0edb98c7713f5c6520cbbc33e3f85ab1b3f4946f
Reviewed-on: https://review.ty...
Jan Helke
21:50 Revision f2440633: [BUGFIX] Remove TypoScript dependency of AdminPanelInitiator
The admin panel initialization is done via middleware before the
TypoScript is fully initialized, therefor it cannot ...
Susanne Moog
21:41 Revision adb6d0ca: [TASK] Add functional test for exbase validation caching
The tests demonstrate the issue described in the ticket
is not present anymore.
Resolves: #77338
Releases: master
Ch...
Alexander Stehlik
21:30 Revision c4e4e9cc: [TASK] Make HtmlParserTest notice free
Releases: master
Resolves: #84724
Change-Id: I92a7ccbc88463d3fb3925185247331acf2977e40
Reviewed-on: https://review.ty...
Jan Helke
21:25 Revision 0cf5db88: [TASK] Make core/Tests/Unit/Configuration/ notice free
Releases: master
Resolves: #85094
Change-Id: I7fe8e2dd15fa797eef9b153bf2935187181149ae
Reviewed-on: https://review.ty...
Jan Helke
21:22 Revision a48edda7: [TASK] Make core/Tests/Unit/Migrations/ notice free
Releases: master
Resolves: #84816
Change-Id: I3f0bb5ab96743762977177cad1e6f125b9f23c73
Reviewed-on: https://review.ty...
Jan Helke
21:20 Revision f4a797f9: [TASK] Make core/Tests/Unit/Mail/ notice free
Releases: master
Resolves: #84808
Change-Id: Ia520395c0d4cb3a8efd6529a23a0f65d1fa9247a
Reviewed-on: https://review.ty...
Jan Helke
21:17 Revision 5bc17b98: [TASK] Make core/Tests/Unit/Resource/Driver/ notice free
Releases: master
Resolves: #85098
Change-Id: Id2b5c7efbf2672b4731a9bd4b238a0f4be25cd5c
Reviewed-on: https://review.ty...
Jan Helke
21:05 Revision 16e7c8de: [TASK] Make NormalizeCommandTest.php notice free
Releases: master
Resolves: #85095
Change-Id: Iacfffe50c29a47c197c9887610bc0874007f7eec
Reviewed-on: https://review.ty...
Jan Helke
20:58 Revision 4b79b66f: [TASK] Make CategoryRegistryTest.php notice free
Releases: master
Resolves: #84721
Change-Id: I4aca40a0225a84a5af7925b34fc578f28d78b9bc
Reviewed-on: https://review.ty...
Tymoteusz Motylewski
18:16 Revision eb49d0b2: [TASK] Clean up MetaTagManager API
Both the MetaTagManagerRegistry and the MetaTagManager are
singletons via TYPO3's SingletonInterface, thus, there is ...
Benni Mack
18:01 Revision a8fe19d2: [TASK] Store legacy deprecation file in generic log folder
The deprecation log file that was used prior to v9.0, was previously
stored in typo3conf/deprecation_* which is still...
Benni Mack
17:59 Revision 0e33362c: [TASK] Remove extra check for pageNotFoundHandling
This fixes a functional test in EXT:workspaces,
allowing for getting rid of an extra check in the
frontend request wo...
Benni Mack
17:22 Revision bb71062e: [TASK] Store only valid icon markup into local storage
This patch prevent putting invalid data into localStorage in the rare
case that the AJAX call does not provide icon m...
Frank Nägler
16:41 Revision 87f4395f: [BUGFIX] Ensure dynamically added TCA DB fields are added first
The new functionality introduced in #85160 adds TCA control
database fields dynamically.
However, newly created exten...
Benni Mack
16:36 Revision c888f73e: [TASK] Move new SEO fields to separate system extension
Move the new SEO fields to EXT:seo and prepare the extension for some
basic SEO features.
Resolves: #85194
Releases:...
Richard Haeser
13:42 Revision 7900d89d: [TASK] Remove FileStreamWrapperTest
TYPO3\TestingFramework\Core\FileStreamWrapper belongs to the
testing-framework package. The unit test case has been m...
Christian Kuhn
13:37 Revision 0970664c: [TASK] Add test coverage for RouteDispatcher
The backend route dispatcher with its different controller
incarnations benefits from a basic code coverage.
Resolve...
Christian Kuhn

2018-06-08

20:47 Revision 815a15af: [TASK] Exclude tests from Composer packages
Resolves: #85119
Releases: master, 8.7
Change-Id: If9c00379c1ac671bd6bb622ace47864866c34446
Reviewed-on: https://revi...
Mathias Brodala
20:36 Revision 487e9ea3: [TASK] Disallow access to .sqlite files
With an upcoming feature to run TYPO3 on sqlite, the
database may end up within Web folder depending on
system setup....
Christian Kuhn
16:29 Revision f3229adf: [BUGFIX] Fix use of Selectbox in rtehtmlarea on OSX
Currently on OSX using chrome, it is not possible to use select boxes of
the rte, because they instantly close again....
Frederik Holz
14:06 Revision c0160148: [TASK] Execute functional tests on sqlite db platform
typo3/testing-framework 3.7.0 supports sqlite db platform
for functional tests. The patch updates the dependency and
...
Christian Kuhn
13:30 Revision b883baac: [BUGFIX] l10n_diffsource field can handle empty string and null value
Depending on DB platform, empty LOB fields can be returned
as NULL value (sqlite) or as empty string (mysql, our post...
Christian Kuhn
09:24 Revision 06551021: [TASK] Move property merge behavior
Move the property merge behavior from setOptions() into the related
methods (setRenderingOption(), setProperty(), set...
Ralf Zimmermann
02:24 Revision a2c4450e: [BUGFIX] Make styleguide a require-dev dependency
typo3/cms-styleguide has accidently been made a
require instead of a require-dev dependency
in composer.json
compose...
Christian Kuhn
02:03 Revision 3283da59: [TASK] Update typo3/cms-styleguide
Brings a set of new adaptions to new core functionality.
Uses new core feature 'auto-create db fields' to reduce
ext_...
Christian Kuhn

2018-06-07

23:38 Revision bc6516b8: [TASK] Modernize category collection functional tests
Use a dummy extension and .csv imports from the
functional test framework instead of creating
tables and records on t...
Christian Kuhn
23:38 Revision a1324f63: [TASK] styleguide: Use new core auto-create fields feature
This drops all boilerplate fields from ext_tables.sql
and relies on core to take care of it. There are still
same gli...
Christian Kuhn
23:01 Revision 3fd90862: [BUGFIX] Allow global RTE config again by PageTSConfig
With #85016 the PageTSConfig handling has been changed which
broke overloading RTE config by PageTSConfig.
This patch...
Frank Nägler
20:43 Revision 965c6515: [TASK] Align impexp functional export tests between db engines
The ext:impexp related functional export tests compare
with different target .xml file exports depending on
the used ...
Christian Kuhn
20:00 Revision 7a149543: [BUGFIX] Extend ResourceStorage API to check for applied filters
Currently only the DriverInterface cares about applied filters.
The ResourceStorage received a new API function to va...
Nicole Cordes
17:58 Revision 7332e5bf: [TASK] Force string values in impexp exports
Method BackendUtility::getRecord() returns strings or integer
values for number columns like int / bigint. This detai...
Christian Kuhn
16:41 Revision 7b2319ff: [FEATURE] Auto create management DB fields from TCA ctrl
Adds a class that auto creates TYPO3 "management" related database
columns and indexes based on TCA 'ctrl' informatio...
Christian Kuhn
14:43 Revision 615d8155: [BUGFIX] Make ckeditor link browser not drop additional link params
Fix the link browser to not drop the additional link params if
editing a link with additional link params set.
Resol...
Kevin Ditscheid
13:28 Revision a3dc2b86: [BUGFIX] Make ckeditor link browser not drop additional link params
Fix the link browser to not drop the additional link params if
editing a link with additional link params set.
Resol...
Kevin Ditscheid
00:43 Revision 742ff9a7: [TASK] Raise typo3/testing-framework to 3.6.0
composer updade typo3/testing-framework
The update brings a couple of cleanups and bug fixes
and an improved functio...
Christian Kuhn
00:13 Revision b0145871: [TASK] Streamline functional data handling tests
The various "AbstractActionTestCase" classes of the functional
data handling tests only prepare the scenario, while t...
Christian Kuhn

2018-06-06

20:58 Revision 30a97e97: [BUGFIX] Have correct test class namespaces
phpunit tends to execute test case files even if the
file comes with a broken namespace and can't be autoloaded.
The...
Christian Kuhn
15:35 Revision 9205db27: [BUGFIX] Always prefer HTTPS for cross-domain links
This expands the logic for forced absolute URLs to all cases and
ensures HTTPS is kept for cross-domain links if poss...
Mathias Brodala
15:34 Revision 39c72543: [BUGFIX] Properly validate DateTimeImmutable objects
Change-Id: I29159e835d362e3f0e06c2145e84c1119df152cf
Resolves: #85083
Releases: master, 8.7
Reviewed-on: https://revi...
Mathias Brodala

2018-06-05

21:20 Revision e5f64b0a: [BUGFIX] Extend ResourceStorage API to check for applied filters
Currently only the DriverInterface cares about applied filters.
The ResourceStorage received a new API function to va...
Nicole Cordes
19:58 Revision 364f0290: [FEATURE] Render basic SEO meta tags in frontend
The SEO meta tags that can be set in the page properties, will be
rendered in frontend.
Resolves: #85147
Releases: m...
Richard Haeser
09:13 Revision b7745c3a: [BUGFIX] Add transparent background for tables again
Resolves: #85155
Related: #85065
Releases: master
Change-Id: I0a3d89678dc23318db3cc3a3845c9c7fb3931959
Reviewed-on: h...
Andreas Fernandez

2018-06-04

20:56 Revision 02df7827: [BUGFIX] Avoid fatal error in scheduler
The scheduler object cleans up execution
arrays on instantiation. Due to the PSR-3
refactoring, the logger is instant...
Benni Mack
16:14 Revision b3283c5e: [BUGFIX] Fix minor CGL error
A minor CGL error slipped through with a patch that has
been merged based on a +1 from bamboo before the
'declare_equ...
Christian Kuhn
14:39 Revision f64dc8bf: [BUGFIX] Set correct unit test namespaces
Fix a series of core unit test classes to correct namespace.
Resolves: #85151
Releases: master
Change-Id: Ibfffae113...
Christian Kuhn

2018-06-03

20:19 Revision 7e8a72cf: [BUGFIX] Honor l18n_cfg settings in PageRepository
If a page record is fetched from the database, the PageRepository needs
to care about the l18n_cfg setting for this p...
Georg Ringer

2018-06-02

23:50 Revision bc5dcaac: [BUGFIX] Correctly define allowedSubProperties of TwitterCardMetaTagManager
The properties within the allowedSubProperties have to be arrays
because the AbstractMetaTagManager checks if the pro...
Richard Haeser
23:24 Revision 3c830f63: [BUGFIX] Respect showAccessRestrictedPages in MenuProcessor
Menues provided by MenuProcessor will display restricted
pages, if the configuration value is set to true. This is th...
Frederik Holz
23:13 Revision 4fe45e4d: [BUGFIX] Respect showAccessRestrictedPages in MenuProcessor
Menues provided by MenuProcessor will display restricted
pages, if the configuration value is set to true. This is th...
Frederik Holz
11:34 Revision 939dcc94: [BUGFIX] Try to translate given help text of select items
Use the LanguageService for help texts of select items.
This can be tested with the element 'select_checkbox_3' of th...
Georg Ringer
09:35 Revision 0995a4cb: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/113 from maddy2101/master
[TASK] styleguide: Provide localized helpText for select_checkbox_3 Wouter Wolters

2018-06-01

23:44 Revision a6f1a944: [BUGFIX] Correctly resolve RTE preset configuration for link browser
Replaces hardcoded RTE configuration in BrowseLinksController
with one resolved by Formengine when rendering a field....
Tymoteusz Motylewski
18:05 Revision 1d5327bc: [TASK] Improve overall recycler performance
To improve the overall performance of the recycler, these things are done:
- Improve how permissions are checked for...
Andreas Fernandez
17:00 Revision 0c0c2409: [BUGFIX] PHP 7 Reflection error for default value
In PHP 7, under some circumstances the exception is not caught
as expected.
Therefore we use a check (as already done...
Daniel Siepmann
17:00 Revision f7ea1c51: [BUGFIX] PHP 7 Reflection error for default value
In PHP 7, under some circumstances the exception is not caught
as expected.
Therefore we use a check (as already done...
Daniel Siepmann
16:54 Revision 0d0bbaf4: [BUGFIX] Only list valid forms
Only list valid forms within the form manger and the form plugin.
Valid forms have an "identifier" and a "type" and ...
Ralf Zimmermann
16:40 Revision 60c5a116: [TASK] styleguide: Provide localized helpText for select_checkbox_3
Resolves: https://github.com/TYPO3-CMS/styleguide/issues/112 Anja Leichsenring
15:03 Revision 7626e19a: [TASK] Update Install Tool text
This commit is intented to improve the language
used in the Install Tool and each of its modules.
[+] Review title,s...
Tom Warwick
14:57 Revision 8cb9506b: [!!!][TASK] Make all enumerations final
Code which uses enumerations expects a known set of values, adding
more values by extending these classes leads to un...
Mathias Brodala
14:38 Revision 4d559269: [BUGFIX] Only list valid forms
Only list valid forms within the form manger and the form plugin.
Valid forms have an "identifier" and a "type" and ...
Ralf Zimmermann
14:23 Revision c262bec5: [TASK] Move TSFE->getPageShortcut to PageRepository
The method `getPageShortcut()` which is marked as private is moved to
PageRepository, as it only requires logic and m...
Benni Mack
13:11 Revision 47c77545: [BUGFIX] Fix method call matcher arguments config
Resolves: #85139
Releases: master
Change-Id: Iadcfdb2bcc5dd0ebf3eeb535171a43c3a54afe47
Reviewed-on: https://review.ty...
Mathias Brodala
12:14 Revision f80f5fd0: [BUGFIX] Fix extension data import on sqlite
Sqlite limits the maximum number of variables
allowed in a query. When importing the extension
list the chunks are to...
Susanne Moog
11:47 Revision 9369ea39: [TASK] Deprecate Backend Module Routing methods
Since TYPO3 v9.0, all routing in backend is handled unified, thus, the old
methods from historical reasons can be dep...
Benni Mack
11:23 Revision d18e495b: [BUGFIX] Correctly resolve RTE preset configuration for link browser
Replaces hardcoded RTE configuration in BrowseLinksController
with one resolved by Formengine when rendering a field....
Tymoteusz Motylewski
01:10 Revision a62a4c74: [BUGFIX] Fix inSet implementation for sqlite
For SQLite inSet was implemented with a "like" substitution
which had various bugs. That implementation has
now been ...
Susanne Moog

2018-05-31

20:14 Revision 68c78a75: [BUGFIX] Handle access restrictions on recycler search
Fetching a parent folder may throws an error if the user hasn't
access to the parent. This exception needs to be caug...
Nicole Cordes
20:12 Revision a52ca0e9: [BUGFIX] Handle access restrictions on recycler search
Fetching a parent folder may throws an error if the user hasn't
access to the parent. This exception needs to be caug...
Nicole Cordes
19:27 Revision 0367dbda: [BUGFIX] Statement::rowCount not reliable for SELECT queries
Concerning the usage of Statement::rowCount() the Doctrine DBAL
documentation states the following:
Returns the nu...
Susanne Moog
14:35 Revision fd9e620a: [TASK] Deprecate Redirecting UrlHandler Hook Concept
The concept for custom UrlHandlers, introduced in TYPO3 v7 for extracting JumpURL
into a TER extension has been depre...
Tymoteusz Motylewski
11:13 Revision fb269735: [TASK] Make FileBackendTest.php notice free
Releases: master
Resolves: #84720
Change-Id: If13dfe85fcb41ce3a361fbb184d95c5ddffaf958
Reviewed-on: https://review.ty...
Jan Helke
00:11 Revision 557a6df2: [TASK] Deprecate usages of CharsetConverter in core
CharsetConverter is still instantiated in some places and not needed at all times.
The following places have Charset...
Benni Mack

2018-05-30

23:27 Revision 4e6e6cf9: [BUGFIX] Allow value for CLI command cleanup:versions --action argument
Allow the usage of a value for --action argument of the CLI command
cleanup:versions as mentioned in the documentatio...
Simon Gilli
23:06 Revision c7989cb1: [BUGFIX] Allow value for CLI command cleanup:versions --action argument
Allow the usage of a value for --action argument of the CLI command
cleanup:versions as mentioned in the documentatio...
Simon Gilli
22:56 Revision 99aaf3fd: [FEATURE] Use new TypoScript and TSConfig files extension
It was decided to use .typoscript and .tsconfig
The patch renames the files and adds little BC layer which allows
you...
Tymoteusz Motylewski
22:41 Revision 507dbb53: [BUGFIX] Fix indexed search TypoScript settings documentation
Releases: master, 8.7
Resolves: #85117
Related: #32030
Change-Id: I6af62c8337865e8a76c2dd8593f5afa38e0c2d26
Reviewed-...
Tymoteusz Motylewski
22:39 Revision 99f26e67: [TASK] Deprecate PageRepository->versioningPreview
PageRepository has two public properties regarding
fetching records for versioned records:
- versioningPreview (bool)...
Benni Mack
22:25 Revision 26eb262e: [BUGFIX] Fix indexed search TypoScript settings documentation
Releases: master, 8.7
Resolves: #85117
Related: #32030
Change-Id: I6af62c8337865e8a76c2dd8593f5afa38e0c2d26
Reviewed-...
Harry Glatz
22:22 Revision dd143eaa: [BUGFIX] Remember selected page in fsMod and refactor page selection
Currently selected page is remembered in the fsMod js object.
The JS code responsible for handling click on the node ...
Tymoteusz Motylewski
21:50 Revision 2f0d42dc: [TASK] Deprecate T3_ERR_SV_ constants
The following constants related to the Services in TYPO3 have been moved into AbstractService
as class constants, eff...
Benni Mack
21:35 Revision 2fc6c9ae: [TASK] Deprecate various functionality in CharsetConverter
Due to native support and a polyfill for mb_string(), lot of functionality of
CharsetConverter was simplified through...
Benni Mack
21:32 Revision abe66ba6: [TASK] Add Site Configuration to ConfigurationController
Add the Site Configuration to the ConfigurationController to
simplify debugging and enable its inspection at the back...
Simon Gilli
19:49 Revision 566acdb3: [TASK] Deprecate JavaScriptEncoder class
The JavaScriptEncoder class was superseded with GeneralUtility::quoteJSvalue() in TYPO3 6.2
and is not used anymore. ...
Benni Mack
19:37 Revision e5f12b82: [TASK] CharsetConverter: Remove Case Folding
Special Case Folding within CharsetConverter is not used anymore, and can be removed.
The public property $caseFoldi...
Benni Mack
14:27 Revision ab71719b: [TASK] Change visibility of CharsetConverter init methods
Various CharsetConverter methods are there for initialization conversion,
which are marked as @private and are only u...
Benni Mack
11:58 Revision 5f7a5abe: [TASK] Consistent date and time rendering in FormEngine
Use methods of BackendUtility to have a consistent look of date and
time fields in the backend.
Resolves: #85002
Rel...
Georg Ringer
10:59 Revision 17876dba: [TASK] Consistent date and time rendering in FormEngine
Use methods of BackendUtility to have a consistent look of date and
time fields in the backend.
Resolves: #85002
Rel...
Georg Ringer
10:39 Revision ec512770: [BUGFIX] Ignore timezone for admin panel simulated time
By default, the simulated time of the admin panel does not take the server
timezone into account. This leads to sever...
Tizian Schmidlin
09:47 Revision 04069575: [BUGFIX] Always prefer HTTPS for cross-domain links
This expands the logic for forced absolute URLs to all cases and
ensures HTTPS is kept for cross-domain links if poss...
Mathias Brodala
01:19 Revision 3e2ab899: [BUGFIX] Allow writing temp files in composer mode
The new Environment API allows to set the project path
outside of the web root, also moving typo3temp/var/
to env:PRO...
Benni Mack
01:16 Revision 40d0c292: [BUGFIX] Initialize AdminPanel only if enabled by user
The admin panel can be disabled via the frontend UI by
click. When the admin panel is disabled the initialize
methods...
Susanne Moog
01:06 Revision 629bd4cc: [TASK] Make TypoScriptParserTest.php notice free
Releases: master
Resolves: #85091
Change-Id: I501b401a7553e969324ff79821780944ce240e5f
Reviewed-on: https://review.ty...
Jan Helke
00:05 Revision 229f0035: [TASK] Make Tests/Unit/Tree/ notice free
Releases: master
Resolves: #85089
Change-Id: Idb85307b51e609f147ccfeacce710256778f96a2
Reviewed-on: https://review.ty...
Jan Helke
00:03 Revision c90b7074: [TASK] Clarify changelog file placement
Releases: master
Resolves: #85039
Change-Id: I2e995aef69edd099d49b5915ab61c38e7d0af49e
Reviewed-on: https://review.ty...
Mathias Brodala

2018-05-29

23:38 Revision 5dd6e889: [TASK] Deprecate 3rd argument in PageRepository->getRootLine()
The third argument about catching errors can be achieved by building a try/catch
block around the method.
Resolves: ...
Benni Mack
23:01 Revision 9a0e8a97: [TASK] Make RootlineUtilityTest.php notice free
Releases: master
Resolves: #85093
Change-Id: Ib5c8fbf7d4a69d05b0fb370440fba0bc755e5854
Reviewed-on: https://review.ty...
Jan Helke
08:08 Revision 6a650d60: [TASK] Deprecate PhpOptionsUtility
The utility class was thinned out in the last TYPO3
versions and now is only used in EXT:install.
The functionality ...
Benni Mack
07:55 Revision ff1601ff: [TASK] Remove inline JS from Permissions Module
Resolves: #85107
Releases: master
Change-Id: I218ae9ae3a2eb6bcd23eef2073bf8b11139d58bc
Reviewed-on: https://review.ty...
Tymoteusz Motylewski

2018-05-28

21:44 Revision 6f175bf5: [BUGFIX] Remove dummy JS code in PageLayoutController
The statement does nothing so it is removed.
Resolves: #85103
Releases: master
Change-Id: Ib9b20392d837262bd3d98069d...
Tymoteusz Motylewski
21:14 Revision 80b29e6c: [BUGFIX] Clean up error handler for site handling
This patch handles several issues related to the new
site error handling introduced in TYPO3 v9.2.0:
1. It adds unit...
Benni Mack
13:34 Revision 9301ce96: [TASK] Deprecate GeneralUtility::arrayToLogString()
The method arrayToLogString() within GeneralUtility is deprecated in favor of using
own implementations, based on PSR...
Benni Mack
10:12 Revision 92d0783f: [BUGFIX] Properly validate DateTimeImmutable objects
Change-Id: I29159e835d362e3f0e06c2145e84c1119df152cf
Resolves: #85083
Releases: master, 8.7
Reviewed-on: https://revi...
Mathias Brodala
09:18 Revision 0fbeb2d7: [BUGFIX] Show all content elements with mod.web_layout.defLangBinding
The option is meant to show translated content elements
alligned with their translation parent element (connected mod...
Nicole Cordes

2018-05-26

10:19 Revision 74f46b02: [TASK] Cleanup t3editor controllers and docs
EXT:t3editor has some AJAX controllers which can be simplified:
- Unused properties are removed
- Unrelated "LANG" ca...
Benni Mack

2018-05-25

15:16 Revision b83b7b85: [BUGFIX] Ensure Extbase translation tests fulfill expectations
Ensure the test is executed as expected.
Resolves: #85082
Releases: master, 8.7
Change-Id: Ia0dfbdc12eeefbb28996f69d...
Nicole Cordes
14:42 Revision 0927abdd: [BUGFIX] Ensure Extbase translation tests fulfill expectations
Ensure the test is executed as expected.
Resolves: #85082
Releases: master, 8.7
Change-Id: Ia0dfbdc12eeefbb28996f69d...
Nicole Cordes
14:23 Revision 7784945a: [BUGFIX] Show SQL errors during extension installation
This patch shows collected SQL errors that occurred during an extension
installation as flash message.
Resolves: #82...
Nicole Cordes

2018-05-24

09:25 Revision 396e55d0: [TASK] Improve language labels of the form editor
Resolves: #85048
Releases: master
Change-Id: I7c0048c52c0fe4b8e76fbbef474e3093e7787c37
Reviewed-on: https://review.ty...
Björn Jacob
09:18 Revision 9244f9ae: [TASK] Optimize the tree of the form editor
- remove linebreak in root node
-> instead use text-overflow: ellipsis
- fix indentation of tree elements
-> move...
Benjamin Burse

2018-05-23

14:05 Revision 8fbc4278: [TASK] Set TYPO3 version to 8.7.16-dev
Change-Id: I0af64591684339c5467c624060f99a78f6f742b1
Reviewed-on: https://review.typo3.org/57044
Tested-by: TYPO3com ...
Oliver Hader
13:31 Revision 79972536: [RELEASE] Release of TYPO3 8.7.15
Change-Id: I12ab5bc79610b960aed6dafc758740472422af44
Reviewed-on: https://review.typo3.org/57043
Reviewed-by: Oliver ...
Oliver Hader
09:43 Revision d6abd576: [BUGFIX] Add missing use statement
Resolves: #85064
Related: #78600
Releases: 8.7
Change-Id: I000ba42c2dde11b25508674397696450c739ba35
Reviewed-on: http...
Anja Leichsenring
07:03 Revision b4a65314: [TASK] Remove leftover ExtJs comments and CSS
Resolves: #85065
Releases: master
Change-Id: I0c9b151874acf0d4f725cff029ce5392ae054779
Reviewed-on: https://review.ty...
Wouter Wolters

2018-05-22

20:52 Revision 50e3c636: [!!!][TASK] Remove support for non namespaced classes in Extbase
Non-namespaced classes will no longer be respected in Extbase.
This affects all places where Extbase magic happens, l...
Alexander Schnitzler
16:28 Revision 6ddfb9c5: [BUGFIX] Only validate method params if needed
Controller action arguments have been validated on
creation, which caused superfluous CPU cycles if the
action contro...
Alexander Schnitzler
16:15 Revision 7fcb2921: [TASK] Set TYPO3 version to 7.6.29-dev
Change-Id: I2ca4c227a409a45cfbc2f197c4412c01b02eaeb0
Reviewed-on: https://review.typo3.org/57037
Tested-by: TYPO3com ...
Oliver Hader
16:15 Revision 3890f56f: [TASK] Set TYPO3 version to 8.7.15-dev
Change-Id: I75dc05d54a7ed78473dff6e7b3361b60fbe99f50
Reviewed-on: https://review.typo3.org/57035
Tested-by: TYPO3com ...
Oliver Hader
16:11 Revision 75997225: [TASK] Set TYPO3 version to 9.2.2-dev
Change-Id: I78ce367e504b01bff173c199bffcfaf05acfec70
Reviewed-on: https://review.typo3.org/57033
Reviewed-by: Benni M...
Oliver Hader
15:52 Revision 0c885e11: [RELEASE] Release of TYPO3 7.6.28
Change-Id: I60423ab35e9b213f49b6054296f8a2ea1ada5858
Reviewed-on: https://review.typo3.org/57036
Reviewed-by: Oliver ...
Oliver Hader
15:51 Revision 31dea2fa: [RELEASE] Release of TYPO3 8.7.14
Change-Id: I1756abb25e65cabe6b678bfdb359421b3c42b678
Reviewed-on: https://review.typo3.org/57034
Reviewed-by: Oliver ...
Oliver Hader
15:47 Revision bab278af: [RELEASE] Release of TYPO3 9.2.1
Change-Id: Ic219a7279afbb28b9ea9d07cad7aab8a285a791d
Reviewed-on: https://review.typo3.org/57032
Reviewed-by: Oliver ...
Oliver Hader
14:23 Revision c41128b0: [TASK] Set TYPO3 version to 9.2.1-dev
Change-Id: I3a5b194210e25a056909c79f5048d2e03c97f5c2
Reviewed-on: https://review.typo3.org/57031
Reviewed-by: Oliver ...
Oliver Hader
13:57 Revision 80700b0f: [BUGFIX] Add SYS/ipAnonymization to DefaultConfiguration
Resolves: #85060
Related: #84053
Releases: master, 9.2, 8.7, 7.6
Change-Id: I04dba093dc8e423adbf75e2198c31e5c013864cb...
Andreas Fernandez
13:57 Revision 125946eb: [BUGFIX] Add SYS/ipAnonymization to DefaultConfiguration
Resolves: #85060
Related: #84053
Releases: master, 9.2, 8.7, 7.6
Change-Id: I04dba093dc8e423adbf75e2198c31e5c013864cb...
Andreas Fernandez
13:55 Revision 803f9a31: [BUGFIX] Add SYS/ipAnonymization to DefaultConfiguration
Resolves: #85060
Related: #84053
Releases: master, 9.2, 8.7, 7.6
Change-Id: I04dba093dc8e423adbf75e2198c31e5c013864cb...
Andreas Fernandez
13:32 Revision 6dd9f1ae: [BUGFIX] Add SYS/ipAnonymization to DefaultConfiguration
Resolves: #85060
Related: #84053
Releases: master, 9.2, 8.7, 7.6
Change-Id: I04dba093dc8e423adbf75e2198c31e5c013864cb...
Andreas Fernandez
12:23 Revision 440e0ba2: [BUGFIX] Prevent PHP notice in TreeController
With #81987 we have introduced code, which could cause PHP notices.
This patch changes the check to prevent such noti...
Frank Nägler
12:07 Revision c4fa0378: [FEATURE] Allow adding additional query restrictions
Make it possible to add additional query restrictions,
that will be applied to every query.
Resolves: #84244
Release...
Helmut Hummel
11:40 Revision ff2bb98e: [BUGFIX] getTreeList must return comma-separated list
While retrieving the list with begin as argument for a
recursive call, getTreeList builds the comma-separated list
co...
Guido S.
11:31 Revision a49d5c52: [BUGFIX] Add int cast for GFX/processor_effects check
Resolves: #85059
Related: #81700
Releases: 8.7
Change-Id: Icf7112d938c7905e2c9bda03a9b48cc8e9cfac0b
Reviewed-on: http...
Frank Nägler
11:21 Revision ae609b91: [BUGFIX] getTreeList must return comma-separated list
While retrieving the list with begin as argument for a
recursive call, getTreeList builds the comma-separated list
co...
Guido S.
11:00 Revision 90729020: [FEATURE] Add bcrypt and argon2i password hashes
Two new ext:saltedpasswords classes implement bcrypt
and argon2i password hashes.
Change-Id: I3acda7f797ee107403662b...
Christian Futterlieb
10:55 Revision cadf49ad: [TASK] Improve code for IpAnonymization task and fix a typo
Resolves: #84986
Releases: master
Change-Id: Icd4a55386b6f17b0ba96872e213278998c6015f1
Reviewed-on: https://review.ty...
Markus Klein
10:55 Revision 229d3b41: [FEATURE] Add scheduler task to anonymize IP addresses of tables
IP anonymizing improves the privacy of users and required as part of
the GDPR.
Resolves: #84781
Releases: master, 8....
Georg Ringer
10:53 Revision c58a745b: [!!!][TASK] Use no-cookie domain for youtube by default
Improve the privacy of users by using the no-cookie domain of youtube
by default and just use youtube.com if explicit...
Georg Ringer
10:52 Revision c8380d63: [FEATURE] Make indexed_search ready for GDPR
To be compatible with the GDPR, 2 new features are added to
the indexed_search extension:
- Make the index_stat_sear...
Georg Ringer
10:49 Revision aedb5243: [FEATURE] Add API to anonymize IP addresses
Add an API to anonymize IP addresses.
The core uses this API to anonymize all IP addresses before
storing them. E.g. ...
Georg Ringer
09:49 Revision f5a97133: [BUGFIX] Add missing docs for youtube no-cookie domain change
The doc file was only added for v7, it must also be added to master
and v8.
Resolves: #85029
Related: #84843
Release...
Mathias Brodala
09:37 Revision dace743f: [BUGFIX] Skip adding child elements if a nested form element is unknown
Skip adding child elements within the form factory if a nested form
element is unknown.
Resolves: #84833
Releases: m...
Ralf Zimmermann

2018-05-21

12:34 Revision 4d602166: [TASK] Change some site configuration details
Some first experiences with the new v9.2 site configuration
show us that people think site configuration can be exten...
Christian Kuhn

2018-05-18

16:07 Revision 22873d0d: [BUGFIX] Use better icons for backend layout grid editor actions
Change-Id: Ie2ca536b5e1bd6e28e46af8073aaff4e298ddecf
Resolves: #85008
Releases: master, 8.7
Reviewed-on: https://revi...
Mathias Brodala
16:06 Revision 5179ff93: [FEATURE] Preserve image rotation if orient is saved in exif
Some digicams like iPhone do not rotate images
by default. They add a direction entry into the exif
meta data.
Image...
Stefan Froemken
16:04 Revision 7c6c1ad2: [TASK] Deprecate methods and constants in ValidatorResolver
Several methods and constants in the ValidatorResolver class
are now marked as deprecated because they are no longer ...
Alexander Schnitzler
15:56 Revision 314bf069: [BUGFIX] Use better icons for backend layout grid editor actions
Change-Id: Ie2ca536b5e1bd6e28e46af8073aaff4e298ddecf
Resolves: #85008
Releases: master, 8.7
Reviewed-on: https://revi...
Mathias Brodala
15:42 Revision 5bfc01ec: [TASK] Log message when typolink fails
We log this as debug to not fill system logs by default.
Resolves: #85034
Releases: master, 8.7
Change-Id: Ica686e42...
Mathias Brodala
15:32 Revision de5bc328: [TASK] Allow overriding the confirmation message finisher
Since #80187 it is possible to use the confirmation message finisher
within the form editor. This patch adds the miss...
Björn Jacob
15:15 Revision f41eb9ce: [TASK] Log message when typolink fails
We log this as debug to not fill system logs by default.
Resolves: #85034
Releases: master, 8.7
Change-Id: Ica686e42...
Mathias Brodala
14:41 Revision be56e646: [BUGFIX] Prevent endless loop in recycler folder detection
Compare folder identifiers instead of folder objects because
objects pointing to the same folder might still be diffe...
Alexander Stehlik
14:24 Revision fcf90b8f: [TASK] Correct misspelled word in "UriBuilder.php"
Fix a typo in doc comments.
Resolves: #85046
Releases: master
Change-Id: I3b7674593288accd43b2d4779f878e0eceee63a2
R...
Bernhard Kraft
12:42 Revision d054ea7c: [BUGFIX] Use proper fallback value of files per page in file list module
In case TSconfig options.file_list.filesPerPage is not defined the
resulting value falls back to 1 - however this sho...
Oliver Hader
12:26 Revision 12a8eaf2: [BUGFIX] Prevent endless loop in recycler folder detection
Compare folder identifiers instead of folder objects because
objects pointing to the same folder might still be diffe...
Alexander Stehlik
12:03 Revision 47f2a769: [BUGFIX] Skip adding child elements if a nested form element is unknown
Skip adding child elements within the form factory if a nested form
element is unknown.
Resolves: #84833
Releases: m...
Ralf Zimmermann
10:28 Revision f66b2a51: [TASK] Improve form documentation
* introduce new role for inline YAML code styles
* fix some internal and external links
Resolves: #85037
Releases: m...
Björn Jacob
 

Also available in: Atom