Project

General

Profile

Activity

From 2016-03-10 to 2016-04-08

2016-04-08

14:30 Revision 42bb62e5: [BUGFIX] Load RequireJs in PageRenderer:: addRequireJsConfiguration()
``PageRenderer:: addRequireJsConfiguration`` does now load RequireJS
in the backend, as this method is called before ...
Andreas Fernandez
14:30 Revision d1c3e24c: [BUGFIX] Load RequireJs in PageRenderer:: addRequireJsConfiguration()
``PageRenderer:: addRequireJsConfiguration`` does now load RequireJS
in the backend, as this method is called before ...
Andreas Fernandez
12:17 Revision 5d4a42b6: [FEATURE] Allow asterisk for hideTables TSconfig
Allow pageTSconfig option to hide all tables at once.
Example:
mod.web_list {
hideTables = *
table.pages.hideTable...
Benni Mack
10:06 Revision 4dd33702: [BUGFIX] Don't remove spaces from passwords of fe_users
Change-Id: I9b33a34ab76b2dd3da0b25763e1b97f845383824
Resolves: #67699
Releases: master, 7.6
Reviewed-on: https://revi...
Daniel Goerz
10:05 Revision 9fee5dab: [BUGFIX] Don't remove spaces from passwords of fe_users
Change-Id: I9b33a34ab76b2dd3da0b25763e1b97f845383824
Resolves: #67699
Releases: master, 7.6
Reviewed-on: https://revi...
Daniel Goerz
09:50 Revision adfc8320: [TASK] Update adodb to v5.20.3
This brings a list of bug fixes and better PHP7 compatibility.
This is a "hacked" version from vanilla 5.20.3 where s...
Christian Kuhn
09:47 Revision 07f8caf9: [TASK] Update adodb to v5.20.3
This brings a list of bug fixes and better PHP7 compatibility.
This is a "hacked" version from vanilla 5.20.3 where s...
Christian Kuhn
00:09 Revision cfb97aeb: [BUGFIX] Fix escaped output of fluid_styled_content ViewHelpers
Resolves: #75192
Releases: master
Change-Id: I9640e0a037074598fd0ac10346825d16fbbd7afe
Reviewed-on: https://review.ty...
Wouter Wolters

2016-04-07

20:21 Revision ec0a079e: [TASK] styleguide: Version 8.0.0
Christian Kuhn
19:06 Revision c78be12c: [FOLLOWUP][TASK] Clean up unit tests on Windows
Use OS independent temp directory.
Change-Id: Idb6f0a0d9f5666ca84ec10d9a342bf29c0571068
Resolves: #75388
Releases: m...
Susanne Moog
17:39 Revision 6aa9fe87: [BUGFIX] Disable children escaping in CropViewHelper
Releases: master
Resolves: #75133
Change-Id: Ibc215db42f7822798a7e4d34b91aa87b6019981c
Reviewed-on: https://review.ty...
Helmut Hummel
17:35 Revision 376d8369: [TASK] Clean up unit tests on Windows
At the moment a lot of tests are skipped on Windows environments.
The main reasons are permissions, symlinks and shel...
Susanne Moog
15:33 Revision 4fc35509: [BUGFIX] Do not escape output of IconViewHelper
Resolves: #75375
Releases: master
Change-Id: I2da5e7234cd0890cea33c470dab2922a3dc36ee8
Reviewed-on: https://review.ty...
Markus Klein
15:18 Revision 38caad30: [FOLLOWUP][TASK] Deprecate methods related to traditional AJAX request dispatching
The ExtDirect API cannot convert the Uri object from a string,
this is fixed now by casting to a string now.
Resolve...
Benni Mack
14:19 Revision 23b6a230: [BUGFIX] Modification date comparison fixed in FAL indexer
modification_date is a string from the database and SplFileInfo
mtime is returned as integer. Cast modification_date ...
Wouter Wolters
14:17 Revision f0e046b7: [BUGFIX] Do not use Fluid legacy classes
Any class listed in the LegacyClassesForIde file must not be used
by Core anymore.
Resolves: #75376
Releases: master...
Markus Klein
13:38 Revision da3ac98a: [BUGFIX] Modification date comparison fixed in FAL indexer
modification_date is a string from the database and SplFileInfo
mtime is returned as integer. Cast modification_date ...
Wouter Wolters
13:37 Revision ab3cc837: [BUGFIX] WinCache 2.0 and newer have no opcode cache
Detect WinCache 2.0 and newer not as opcode cache system.
Resolves: #74131
Releases: 7.6, 6.2
Change-Id: If7ce68b884...
Alexander Opitz
13:34 Revision 299c70af: [BUGFIX] Raise index_rel.first to int(11)
The index_rel.first database table of indexed_search
is used to store the number of occurrences of words,
which could...
Benni Mack
13:33 Revision 80667079: [BUGFIX] Raise index_rel.first to int(11)
The index_rel.first database table of indexed_search
is used to store the number of occurrences of words,
which could...
Benni Mack
13:31 Revision ff62eb97: [BUGFIX] WinCache 2.0 and newer have no opcode cache
Detect WinCache 2.0 and newer not as opcode cache system.
Resolves: #74131
Releases: 7.6, 6.2
Change-Id: If7ce68b884...
Alexander Opitz
13:30 Revision ea5f2c50: [TASK] Deprecate methods related to traditional AJAX request dispatching
The execution of traditional AJAX requests not registered
via routes is already deprecated with #73352, however
the r...
Benni Mack
13:16 Revision d3048784: [FEATURE] Add identifier to callback of Wizard.addSlide()
The callback of ``Wizard.addSlide()`` has now a third parameter
``identifier`` holding the identifier of the current ...
Andreas Fernandez
12:57 Revision cabbfa1f: [TASK] Remove references to non existing convertArgumentValue
Resolves: #75288
Releases: 7.6
Change-Id: Ic4c09968607b1c7745ecbf0d92a44a009ee0ce7c
Reviewed-on: https://review.typo3...
Wouter Wolters
12:47 Revision 4267e12c: [CLEANUP] Fix case mismatch of classes
Resolves: #75432
Releases: master
Change-Id: I7b45a953b68fd26d3660a2937ba8312e3afb5c21
Reviewed-on: https://review.ty...
Andreas Fernandez
12:43 Revision 3c5310bf: [TASK] Patch level package updates
A couple of symfony related patch level package updates as well
as a minor patch level of typo3/cms-composer-installe...
Christian Kuhn
12:42 Revision fe55eaa2: [TASK] Create screenshots in acceptance tests
To simplify debugging failed tests, enable the "Recorder" extension
of codeception to automatically screen shot each ...
Christian Kuhn
12:41 Revision 920bc275: [CLEANUP] Fix case mismatch of functions / methods
Resolves: #75433
Releases: master
Change-Id: Ic73beb093efc5c0648d2ea6e66286b0a6b439e4e
Reviewed-on: https://review.ty...
Andreas Fernandez
12:21 Revision b522d7d3: [TASK] Small code cleanup in CommandUtility
Resolves: #75430
Releases: master
Change-Id: Id1326862f9234c72d1231f8e1108d4ac083a8d1c
Reviewed-on: https://review.ty...
Wouter Wolters
09:15 Revision 0edfb7d2: [BUGFIX] Fix inline array notation in ContainerViewHelper docs
Resolves: #75315
Releases: master,7.6
Change-Id: I8721174ed5addd2ec7ff6c27a8e66ec5bdf765c2
Reviewed-on: https://revie...
Wouter Wolters
09:15 Revision ffc36faa: [BUGFIX] Fix inline array notation in ContainerViewHelper docs
Resolves: #75315
Releases: master,7.6
Change-Id: I8721174ed5addd2ec7ff6c27a8e66ec5bdf765c2
Reviewed-on: https://revie...
Wouter Wolters

2016-04-06

19:57 Revision 50144123: [TASK] Fix case mismatching functions in GraphicalFunctions
Resolves: #75429
Releases: master
Change-Id: I5fb76b4fac225d55a77289b888fc031a7650d94b
Reviewed-on: https://review.ty...
Wouter Wolters
19:11 Revision 7a9375e2: [TASK] Acceptance testing error handling
Do not generate full back traces but still treat e_warning
as error in acceptance tests.
Change-Id: I56af8bd6a55733b...
Christian Kuhn
16:29 Revision f5219a67: [TASK] Allow installation of composer installers 1.2.x
The newer version of composer installers has extendend
features, but is fully backwards compatible and proven to work...
Helmut Hummel
13:35 Revision a6428d98: [TASK] styleguide: TCA: Remove WIP status from generator
Christian Kuhn
13:32 Revision a38692c5: [TASK] styleguide: TCA: Remove generator hack, bug in core is fixed now
Christian Kuhn
13:31 Revision b906bb89: [FEATURE] styleguide: TCA: inline mn generator
Christian Kuhn
12:52 Revision d2ec0f80: [FEATURE] styleguide: TCA: inline mm symmentric
Christian Kuhn
11:55 Revision b423b9e0: [FEATURE] styleguide: TCA: inline mm combination generator
Christian Kuhn
10:50 Revision 6166b32c: [FEATURE] styleguide: TCA: Inline expand single multiple different children
Christian Kuhn

2016-04-05

17:32 Revision 12025478: [TASK] Mark array2xml_cs() as deprecated, use array2xml() instead
Resolves: #75371
Releases: master
Change-Id: Ic11e0dd61ba93056db41e36478ad52a1c855aa1f
Reviewed-on: https://review.ty...
Markus Sommer
12:35 Revision cb18a537: [BUGFIX] Allow running only EXT:form subset of unit tests
Mock the humanReadableDate() method to avoid a call to
LocalizationUtility::translate() which require a CachingBacken...
Morton Jonuschat
12:35 Revision 2fea0a6d: [BUGFIX] Allow running only EXT:form subset of unit tests
Mock the humanReadableDate() method to avoid a call to
LocalizationUtility::translate() which require a CachingBacken...
Morton Jonuschat
11:20 Revision 688c888e: [CLEANUP] Fix faulty type hint in install tool
The DefaultFactory::getStructure method obviously has a wrong
type hint annotated. Besides that, the type checks insi...
Helmut Hummel

2016-04-04

22:30 Revision d81e40d4: [BUGFIX] Ignore cURL proxy header block
When cURL is enabled with a proxy, the proxy’s HTTP header (sent as a
response to the client CONNECT request) was not...
Albrecht Köhnlein
15:08 Revision 08ef6cd0: [BUGFIX] Warning when clearing all caches from within install tool
When using the "clearAllCache" button a warning message gets shown
(or eventually just logged) when the APC file cach...
Bernhard Kraft
11:00 Revision e3bb5fe8: [TASK] Add index tags to documentation rst files
As a service to the user searching for a specific topic in changes,
documentation files receive tags to be used as in...
Anja Leichsenring

2016-04-01

21:30 Revision 56d13abc: [TASK] Add bootstrap styling to simulate backend user
Resolves: #75367
Releases: master,7.6
Change-Id: I2e0877564c355526898e5c1b921f9080be1906be
Reviewed-on: https://revie...
Markus Sommer
21:27 Revision 71888459: [TASK] Add bootstrap styling to simulate backend user
Resolves: #75367
Releases: master,7.6
Change-Id: I2e0877564c355526898e5c1b921f9080be1906be
Reviewed-on: https://revie...
Markus Sommer
21:03 Revision 76d0ff99: [BUGFIX] Make ImageService Exception more descriptive
The Extbase FAL ImageService throws an exception if the src
parameter is not resolved to a proper File/FileReference ...
Benni Mack
21:03 Revision 581949c1: [BUGFIX] Make ImageService Exception more descriptive
The Extbase FAL ImageService throws an exception if the src
parameter is not resolved to a proper File/FileReference ...
Benni Mack
15:21 Revision 5b54645a: [!!!][TASK] Make TYPO3_CONF_VARS[BE][lockSSL] boolean
The lockSSL setting has three possible values:
0 = do nothing when in the backend
1 = show a blank page when accessin...
Benni Mack
14:03 Revision 5a84aae8: [BUGFIX] Repair System Information Panel extendibility
Contrary to the documentation given for extending the System Information
Panel via SignalSlot only a single item can ...
Patrick Schriner
14:03 Revision e3e52094: [BUGFIX] Fix display bug in chrome 50+
Use transform to keep the hardware rendering after ajax calls
Resolves: #75352
Releases: master, 7.6
Change-Id: Iae1...
Markus Sommer
14:03 Revision b9d5cf14: [BUGFIX] Repair System Information Panel extendibility
Contrary to the documentation given for extending the System Information
Panel via SignalSlot only a single item can ...
Patrick Schriner
13:33 Revision 647c493b: [BUGFIX] Fix display bug in chrome 50+
Use transform to keep the hardware rendering after ajax calls
Resolves: #75352
Releases: master, 7.6
Change-Id: Iae1...
Markus Sommer
12:34 Revision ed497a60: [!!!][TASK] Remove FlexForm options in DefaultConfiguration
There are several options regarding flexforms which
are unneeded nowadays.
$TYPO3_CONF_VARS[BE][niceFlexFormXMLtags]...
Benni Mack
12:34 Revision 7610794a: [TASK] EXT:form - Optimize validation in InArrayValidator
The InArrayValidator is currently case sensitive. This
patchset adds a new TypoScript option "ignorecase".
Furthermo...
Florian Mast
12:33 Revision e8d3853c: [TASK] EXT:form - Optimize validation in InArrayValidator
The InArrayValidator is currently case sensitive. This
patchset adds a new TypoScript option "ignorecase".
Furthermo...
Florian Mast
11:33 Revision 8eca1bde: [BUGFIX] Indexed Search: Always add L parameter to links
Make linkPage method always add language parameter (L) to links
in search results.
This is especially important when ...
Tymoteusz Motylewski
11:31 Revision b6c8bb04: [BUGFIX] Indexed Search: Always add L parameter to links
Make linkPage method always add language parameter (L) to links
in search results.
This is especially important when ...
Tymoteusz Motylewski
11:29 Revision f0133bc1: [TASK] Deprecate $TSFE->csConvObj
The CharsetConverter class is now a singleton and not
depending on a context (FE/BE) as it always takes the
needed ch...
Benni Mack
11:21 Revision 5123ef31: [BUGFIX] Help texts in Backend User Settings do not appear
Clicking on label in user settings display help text again
Change-Id: I2e5c90e5b1c180a18bbc8d7264b6ac43a866c24b
Reso...
Gianluigi Martino
10:43 Revision 41230a54: [!!!][TASK] Move indexed search pi1 to EXT:compatibility7
For further cleanups a new system extension is introduced
that will be moved in to TER before the release of 8 LTS.
...
Benni Mack
10:25 Revision 57fc7e35: [TASK] Move typo3/cli_dispatch.phpsh to backend extension
This moves the "typo3/cli_dispatch.phpsh" to the backend
extension as "cli.php". The "typo3/cli_dispatch.phpsh"
becom...
Mathias Brodala

2016-03-31

23:57 Revision 23fa188f: [!!!][FEATURE] Introduce Guzzle for making HTTP Requests
The Guzzle library is added as a composer dependency
instead of HttpRequest to request urls from TYPO3.
Guzzle is en...
Benni Mack
23:01 Revision 88eb5b68: [!!!][TASK] Remove entryPointPath from main applications
The entry point path is only used to calculate the number
of levels nested under the PATH_site so the PATH_site
const...
Benni Mack
22:24 Revision d5d38323: [TASK] Loosen version constraint for TYPO3 CMS Composer Installers
The current version constraint doesn't allow composer to install
bug fix versions of the 1.1 version branch of the co...
Christian Opitz
19:39 Revision cc0a4c6e: [BUGFIX] Prevent warning during extension installation
Currently a warning is triggered if you try to install an extension
which has dependencies as the JsonView uses some ...
Nicole Cordes
18:54 Revision 23ac7cc7: [BUGFIX] Hide defaultLanguageRow for type "flex"
Resolves: #72101
Releases: master
Change-Id: I35af5bdcf682edadf12052e3de95ccce9a522687
Reviewed-on: https://review.ty...
Marc Neuhaus
18:20 Revision f5397297: [TASK] Clean up GeneralUtility::callUserFunction()
The callUserFunction() method is called in various places
with wrong arguments (parameter 4 and 5).
The patch stream...
Benni Mack
17:56 Revision 4f1ce412: [TASK] Respect ssl_verify_peer and ssl_verify_host in curl requests
Make GeneralUtility::getUrl aware of the settings ssl_verify_peer, ssl_verify_host,
ssl_cafile and ssl_capath from De...
Daniel Maier
17:56 Revision ed3353fb: [TASK] Respect ssl_verify_peer and ssl_verify_host in curl requests
Make GeneralUtility::getUrl aware of the settings ssl_verify_peer, ssl_verify_host,
ssl_cafile and ssl_capath from De...
Daniel Maier
17:48 Revision 4ea36d5b: [FEATURE] Allow multiple locales for config.locale_all
The PHP function setlocale() allows to define multiple locales
as fallbacks when the first locale is not available in...
Benni Mack
17:47 Revision c8f17214: [TASK] Indexed Search: Improve labels in backend module
Translate one hardcoded label, improve few others.
Resolves: #75329
Releases: master, 7.6
Change-Id: I027ac51d004fe2...
Tymoteusz Motylewski
17:47 Revision 70b75d20: [TASK] Indexed Search: Improve labels in backend module
Translate one hardcoded label, improve few others.
Resolves: #75329
Releases: master, 7.6
Change-Id: I027ac51d004fe2...
Tymoteusz Motylewski
16:56 Revision 6d15129c: [FOLLOWUP] Use symfony console for reference index update
Resolves: #75324
Releases: master
Change-Id: I4170e8fd649ef6b50c015ae3a4484d8edebcc3d7
Reviewed-on: https://review.ty...
Andreas Fernandez
16:35 Revision 672d4c00: [!!!][TASK] Use symfony console for reference index update
The reference index is migrated to be called as a symfony console command, using the
CLI binary via typo3/sysext/core...
Wouter Wolters
14:40 Revision 49793276: [BUGFIX] Preserve parameters for email links in RTE
Resolves: #75326
Releases: master, 7.6
Change-Id: Ia856ef5c2eb90cad5ea925507e52a1ec60a03c95
Reviewed-on: https://revi...
Markus Klein
14:39 Revision 4aa7ca48: [BUGFIX] Preserve parameters for email links in RTE
Resolves: #75326
Releases: master, 7.6
Change-Id: Ia856ef5c2eb90cad5ea925507e52a1ec60a03c95
Reviewed-on: https://revi...
Markus Klein
13:26 Revision 608631a3: [BUGFIX] config.locale_all should format floating point values
The bug with LC_NUMERIC existed in PHP 4.2.3 but is fixed since at least
PHP 5.1.6. The patch uses LC_ALL now.
Chang...
Benni Mack
13:18 Revision 7cbef93a: [BUGFIX] config.locale_all should format floating point values
The bug with LC_NUMERIC existed in PHP 4.2.3 but is fixed since at least
PHP 5.1.6. The patch uses LC_ALL now.
Chang...
Xavier Perseguers
11:34 Revision cfc5e192: [BUGFIX] Only show inline field if allowed
If an editor does not have access to fields of a related
record, the rendering should be stopped right then.
Resolve...
Stefan Froemken
11:33 Revision fcd2a3f6: [BUGFIX] Only show inline field if allowed
If an editor does not have access to fields of a related
record, the rendering should be stopped right then.
Resolve...
Stefan Froemken
11:22 Revision a4dabc58: [BUGFIX] target to page object must set type parameter
Setting typolink.target to the name of a page object must set the
type query parameter to the typeNum of that page ob...
Jigal van Hemert
11:10 Revision a87dff38: [TASK] Add appveyor configuration
Appveyor is a CI server running on windows. Similar to the travis
configuration a yaml based configuration is needed....
Susanne Moog
10:25 Revision e0e08e0f: [BUGFIX] target to page object must set type parameter
Setting typolink.target to the name of a page object must set the
type query parameter to the typeNum of that page ob...
Jigal van Hemert
10:17 Revision ccea3060: [BUGFIX] only trim leading slash from section name
When using sections for search, indexed_search now only trims the first
character from the section path name if it is...
Daniel Neugebauer

2016-03-30

22:59 Revision c36eb54e: [BUGFIX] Add reference count to delete message
If you delete a file or folder by using the clickmenu, a confirmation
message without reference count is shown. To st...
Gianluigi Martino
22:42 Revision 81b0bb03: [TASK] Increase test coverage of DatabaseConnection classes
Increase the test coverage of the DatabaseConnection class by adding
unit and functional tests for core methods.
Ref...
Morton Jonuschat
22:23 Revision 56d48602: [BUGFIX] PageTree cannot select/expand hidden nodes
TYPO3.Backend.NavigationContainer.PageTree.select(64) does not
select the correct page, but tries to determine the co...
Oliver Hader
22:22 Revision 9aaab9b3: [BUGFIX] PageTree cannot select/expand hidden nodes
TYPO3.Backend.NavigationContainer.PageTree.select(64) does not
select the correct page, but tries to determine the co...
Oliver Hader
21:45 Revision 5ea95378: [BUGFIX] Fail with exit code for fatal errors during boot
Especially for CI environments it is crucial that TYPO3
does not exit cleanly when a fatal error occurs.
Change from...
Helmut Hummel
20:28 Revision d04862e5: [BUGFIX] Stay on edited page after using "Save & Close"
"Save & Close" after editing a page now uses that edited
page (already highlighted in page tree) for returnUrl.
Reso...
Martin Vennemann
20:02 Revision 3609f6e6: [TASK] Simplify test bootstrap
If moving the CLI test for unit and functionals to the Basetest
class, the patch from issue #75321 can be simplified ...
Christian Kuhn
19:28 Revision e1570f5d: [BUGFIX] Re-allow t3d export from ID 0
During the refactoring of the impexp module a check for the
page ID was introduced to show the pagetree and additiona...
Benni Mack
19:04 Revision db336a33: [BUGFIX] Allow passing null for $methods in getAccessibleMock
The method getMock() in the parent class also allows null for
$methods, meaning "mock no methods".
Releases: master,...
Oliver Klee
19:03 Revision 794b9d76: [BUGFIX] Allow passing null for $methods in getAccessibleMock
The method getMock() in the parent class also allows null for
$methods, meaning "mock no methods".
Releases: master,...
Oliver Klee
15:58 Revision 0fb040ce: [FOLLOWUP][BUGFIX] Treat numbers for comparison in FormEngineValidation as integer
Resolves: #75307
Releases: master
Change-Id: If2d2d9a25549bbcd5afc70ad50b14ca358336680
Reviewed-on: https://review.ty...
Andreas Fernandez
15:27 Revision c6d12307: [BUGFIX] Treat numbers for comparison in FormEngineValidation as integer
This patch fixes the issue that the number-based rules are treated
as strings. The numbers are converted to integers ...
Andreas Fernandez
15:18 Revision 9b152886: [BUGFIX] Stay on edited page after using "Save & Close"
"Save & Close" after editing a page now uses that edited
page (already highlighted in page tree) for returnUrl.
Reso...
Martin Vennemann
15:17 Revision c7c202fe: [BUGFIX] Treat numbers for comparison in FormEngineValidation as integer
This patch fixes the issue that the number-based rules are treated
as strings. The numbers are converted to integers ...
Andreas Fernandez
14:52 Revision 64542347: [BUGFIX] Fail with exit code for fatal errors during boot
Especially for CI environments it is crucial that TYPO3
does not exit cleanly when a fatal error occurs.
Change from...
Helmut Hummel
13:09 Revision 71db2aa1: [TASK] ResourceStorage->addFile() should not delete orig file if requested
FALs ResourceStorage->addFile() is the main method to populate a locale
file into a FAL storage. Internally, the meth...
Christian Kuhn
13:03 Revision 63d3a3d5: [TASK] ResourceStorage->addFile() should not delete orig file if requested
FALs ResourceStorage->addFile() is the main method to populate a locale
file into a FAL storage. Internally, the meth...
Christian Kuhn
10:50 Revision c326bb1e: [!!!][BUGFIX] Make indexed search plugin PHP7 compatible
Rename SearchFormController::pi_list_browseresults as it had different
signature than defined in parent AbstractPlugi...
Tymoteusz Motylewski
10:48 Revision c39ea264: [!!!][BUGFIX] Make indexed search plugin PHP7 compatible
Rename SearchFormController::pi_list_browseresults as it had different
signature than defined in parent AbstractPlugi...
Tymoteusz Motylewski
10:10 Revision eca982f7: [BUGFIX] Allow languages with more than 2 chars for BE users
Allow up to 6 characters for the lang column in the be_users table to
support languages like Brazilian (pt_BR) or Fre...
Morton Jonuschat
08:56 Revision 01505d79: [BUGFIX] Show language flags in page module again
Additionally this patch moves the initialization of TSconfig to an
earlier execution point to have all needed data co...
Gianluigi Martino
08:55 Revision 34acb61e: [BUGFIX] Show language flags in page module again
Additionally this patch moves the initialization of TSconfig to an
earlier execution point to have all needed data co...
Gianluigi Martino

2016-03-29

16:37 Revision c91288b2: [TASK] styleguide: TCA: Cleanup
Christian Kuhn
16:17 Revision 4a7624fa: [FEATURE] styleguide: TCA: Inline fal relations
Christian Kuhn
12:07 Revision 4b2594f7: [BUGFIX] Use proper quotation in phpdoc of ExtensionManagementUtility::addService()
The patch fixes the quotation in the description of the parameters
``$serviceType`` and ``$serviceKey``.
This ensures...
Andreas Fernandez
12:01 Revision 09cbdc51: [BUGFIX] Use proper quotation in phpdoc of ExtensionManagementUtility::addService()
The patch fixes the quotation in the description of the parameters
``$serviceType`` and ``$serviceKey``.
This ensures...
Andreas Fernandez
12:00 Revision 2d5e0a4b: [BUGFIX] Use proper quotation in phpdoc of ExtensionManagementUtility::addService()
The patch fixes the quotation in the description of the parameters
``$serviceType`` and ``$serviceKey``.
This ensures...
Andreas Fernandez
11:59 Revision d767d595: [BUGFIX] Fix typo in BooleanNode exception message
Change-Id: I792f5534780675278cbd7d540c96b60568b2647e
Resolves: #75287
Releases: 7.6, 6.2
Reviewed-on: https://review....
Sascha Egerer
11:57 Revision 34cb9ce3: [BUGFIX] Fix typo in BooleanNode exception message
Change-Id: I792f5534780675278cbd7d540c96b60568b2647e
Resolves: #75287
Releases: 7.6, 6.2
Reviewed-on: https://review....
Sascha Egerer
07:24 Revision 94a579e1: [TASK] Use file_get_contents instead of getUrl()
The method GeneralUtility::getUrl() is used a lot in the
core where only local files are allowed.
Most occurrences c...
Benni Mack

2016-03-25

12:45 Revision 541382d2: [BUGFIX] Missing labels in User Settings
This patch fix missing labels in user settings module.
This patch is a followup / bugfix for #72340
Resolves: #75269...
Frank Nägler

2016-03-24

21:02 Revision e045beeb: [BUGFIX] Remove objectManager reference from setNewEncryptionKeyAndLogOut
A leftover call to undefined objectManager is replaced now.
Resolves: #75263
Releases: master
Change-Id: I8d79648829...
Wouter Wolters
20:58 Revision 4550b135: [TASK] Remove not needed dependencies in ext:documentation
Extbase and fluid are loaded by default in the core since a while.
Resolves: #75243
Releases: master
Change-Id: Id03...
Wouter Wolters
20:43 Revision 7f941f3b: [TASK] Upgrade to phpunit 5.2
With minimum php7 and after codeception released a patch level
that introduced phpunit 5.x support, we can upgrade ou...
Christian Kuhn
16:51 Revision dc630adc: [BUGFIX] Add reference count to delete message
If you delete a file or folder by using the clickmenu, a confirmation
message without reference count is shown. To st...
Gianluigi Martino
16:51 Revision c4649673: [BUGFIX] Add reference count to delete message
If you delete a file or folder by using the clickmenu, a confirmation
message without reference count is shown. To st...
Gianluigi Martino
12:47 Revision 5f58a733: [TASK] Upgrade various dependencies
Several symfony component patch level updates, guzzle
minor and a codeception patch level.
Change-Id: Ia3cc795c71d13...
Christian Kuhn
12:01 Revision 27ac1594: [BUGFIX] FormEngine: Exception on inline/section in flex container
Nesting flex form sections or inline within section containers is
not supported. To not let developers run into hard ...
Christian Kuhn
11:42 Revision 8ae9f625: [BUGFIX] FormEngine: Exception on inline/section in flex container
Nesting flex form sections or inline within section containers is
not supported. To not let developers run into hard ...
Christian Kuhn
09:47 Revision 940a8c01: [TASK] Codeception Add page test
This test add a page with the page module and the pagetree.
It also checks the error message when you have no page ti...
Roland Golla
09:15 Revision 1b56da9f: [TASK] Cleanup Clear Cache Menu commands
The Clear Cache Menu on top of the TYPO3 Backend contains
the URLs to call tce_db which has an additional GET
paramet...
Benni Mack

2016-03-23

20:33 Revision 297a8280: [BUGFIX] Use `modTSconfig` for default language label, if set
Due to a wrong assignment, modSharedTSconfig is always used
to set the default language label in PageLayoutController...
Andreas Fernandez
20:32 Revision 72eb2fec: [BUGFIX] Use `modTSconfig` for default language label, if set
Due to a wrong assignment, modSharedTSconfig is always used
to set the default language label in PageLayoutController...
Andreas Fernandez
20:28 Revision ce179016: [BUGFIX] Use `modTSconfig` for default language label, if set
Due to a wrong assignment, modSharedTSconfig is always used
to set the default language label in PageLayoutController...
Andreas Fernandez
19:40 Revision 0ecf099d: [TASK] Update: Cropper v0.9.3 -> v2.3.0
Copied the less files from the 0.9.3 release because
they stepped over to sass.
Resolves: #73747
Releases: master
Ch...
Wouter Wolters
19:09 Revision f1893373: [TASK] Use DocHeader buttons in PermissionController
The save / abort buttons in the edit view of the permission controller are
replaced by DocHeader buttons to ensure ar...
Andreas Fernandez
19:09 Revision 6e649291: [TASK] Use DocHeader buttons in PermissionController
The save / abort buttons in the edit view of the permission controller are
replaced by DocHeader buttons to ensure ar...
Andreas Fernandez
15:27 Revision a6c11cbf: [TASK] styleguide: TCA: Remove flex_2 from elements_group again
Nesting sections within container is not allowed in the core,
the example is bogus and can be removed.
Christian Kuhn
11:51 Revision 56adf9d6: [BUGFIX] Break word without spaces in SystemInformation toolbar item
When dealing with a PHP version like "7.0.4-6+deb.sury.org~trusty+5"
the text overflow the box. Put a word-wrap: brea...
Wouter Wolters
11:51 Revision 115836c1: [BUGFIX] Break word without spaces in SystemInformation toolbar item
When dealing with a PHP version like "7.0.4-6+deb.sury.org~trusty+5"
the text overflow the box. Put a word-wrap: brea...
Wouter Wolters
09:20 Revision 97be0d00: [BUGFIX] BackendUtility::dateTimeAge must return correct values
If the 3rd parameter is set to 'date', the age must be returned as
date without any time information.
Resolves: #752...
Georg Ringer
09:18 Revision 5c46ba68: [BUGFIX] BackendUtility::dateTimeAge must return correct values
If the 3rd parameter is set to 'date', the age must be returned as
date without any time information.
Resolves: #752...
Georg Ringer
07:27 Revision 39ea0edd: [TASK] Update TYPO3 version to TYPO3 8.1-dev
Resolves: #75230
Releases: master
Change-Id: I44c34a7ddb804a28031395b7e100b33d43e12a76
Reviewed-on: https://review.ty...
Wouter Wolters

2016-03-22

14:40 Revision c9cc90a7: [TASK] Set TYPO3 version to 8.0.1-dev
Change-Id: I4c64fce65a1f81c2037a374ff036183335f1cf96
Reviewed-on: https://review.typo3.org/47356
Reviewed-by: TYPO3 R...
TYPO3 Release Team
14:39 Revision a9a68ed6: [RELEASE] Release of TYPO3 8.0.0
Change-Id: Idcbacb7c6d5e08cc6a0dbf64fecebe93e02e633c
Reviewed-on: https://review.typo3.org/47355
Reviewed-by: TYPO3 R...
TYPO3 Release Team
14:22 Revision 4c430f3b: [BUGFIX] Re-allow t3d export from ID 0
During the refactoring of the impexp module a check for the
page ID was introduced to show the pagetree and additiona...
Benni Mack
10:29 Revision 5f948b17: [DOCS] 8.0 Part 7/5 - Add TOC for 8.0 docs
In order to make navigating the docs possible, we added the TOCs
Resolves: #
Releases: master
Change-Id: I91e0369374...
Mathias Schreiber
00:56 Revision dd6aa640: [FOLLOWUP][BUGFIX] Extension Manager: Use JsonView directly
Adjust unit tests concerning changed internal class dependencies.
Resolves: #75214
Releases: master
Change-Id: I3bbb...
Oliver Hader
00:21 Revision 082c626e: [BUGFIX] Extension Manager: Use JsonView directly
There are several problems due to the implementation of JsonView
that returns spaces around a JSON returned to the ex...
Benni Mack

2016-03-21

22:54 Revision 82cd7468: [BUGFIX] Set correct record information for SaveAndNew
This patch ensures the correct record information for saving and
inserting a new record even in a workspace.
Resolve...
Nicole Cordes
22:54 Revision bd6859e3: [BUGFIX] Set correct record information for SaveAndNew
This patch ensures the correct record information for saving and
inserting a new record even in a workspace.
Resolve...
Nicole Cordes
22:51 Revision 855a7c5a: [TASK] Update Fluid library to version 1.0.6
Fixes the following issues:
* https://github.com/TYPO3Fluid/Fluid/pull/76
BUG Possibly NULL value in SpacelessView...
Claus Due
21:49 Revision 51c70037: [BUGFIX] Show button 'add image' after delete inline fails
Fix handling of inline records in JavaScript. Prevent wrong count of elements
by adding a trimExplode function intead...
Frank Nägler
21:48 Revision 1b9a5319: [BUGFIX] Show button 'add image' after delete inline fails
Fix handling of inline records in JavaScript. Prevent wrong count of elements
by adding a trimExplode function intead...
Frank Nägler
21:12 Revision 475bef3b: [DOCS] 8.0 Part 5/5 - Move Feature Docs
Moved Feature Docs because Github Docs have been updated
Resolves: #
Releases: master
Change-Id: I2dd09a81b14334f944...
Mathias Schreiber
18:56 Revision 1ebf988d: [BUGFIX] Use APCu instead of APC for Caching
PHP 5.5 does not support APC anymore, but instead uses
APCu for everything that is in the userland.
Our code should ...
Benni Mack
18:42 Revision cb215c9e: [BUGFIX] Use APCu instead of APC for Caching
PHP 5.5 does not support APC anymore, but instead uses
APCu for everything that is in the userland.
Our code should ...
Benni Mack
12:01 Revision 58180757: [DOCS] 8.0 Part 6/5 - Move Breaking Docs
Moved breaking Docs because Github Docs have been updated
Resolves: #
Releases: master
Change-Id: I280c4081fd9b2d52e...
Mathias Schreiber
10:34 Revision 681d29d4: [BUGFIX] Ensure correct order of @-rules in CSS
The ResourceCompressor must ensure the correct order of
@-rules, which is:
1. charset
2. namespace
3. import
If the ...
Andreas Fernandez
10:34 Revision c0c8eace: [BUGFIX] Ensure correct order of @-rules in CSS
The ResourceCompressor must ensure the correct order of
@-rules, which is:
1. charset
2. namespace
3. import
If the ...
Andreas Fernandez
10:30 Revision 47157858: [BUGFIX] EXT:filelist Deleting a folder shows "Yes, delete this folder"
The text on the OK button was changed from "Yes, delete this file" to
"Yes, delete this folder" when a folder should ...
Michael Oehlhof
10:01 Revision 0854eb1a: [DOCS] 8.0 Part 1/5 - Breaking Docs v2
Proofread breaking Docs - one got left behind
Resolves: #
Releases: master
Change-Id: If2181495ef7ecf3f0b2159482b40a...
Mathias Schreiber

2016-03-20

15:50 Revision 7a2f10fb: [FOLLOWUP][FEATURE] Update signature for newly introduced hook
The new hook introduced for BackendUtility::viewOnClick()
added a parameter "backPath" which was never evaluated
and ...
Benni Mack

2016-03-19

12:01 Revision b0e29fe1: [TASK] styleguide: Index Screenshot
Signed-off-by: Felix Kopp <felix-source@phorax.com> Felix Kopp
11:56 Revision 260b989a: [FEATURE] styleguide: Index/home layout fence
Signed-off-by: Felix Kopp <felix-source@phorax.com> Felix Kopp
11:18 Revision f6e95e50: [BUGFIX] styleguide: Watch less sub-directories
Signed-off-by: Felix Kopp <felix-source@phorax.com> Felix Kopp
11:11 Revision 029c1321: [TASK] styleguide: Bring .editorconfig
Signed-off-by: Felix Kopp <felix-source@phorax.com> Felix Kopp
11:10 Revision 2cf4b6c7: [TASK] styleguide: Un-block buttons
Signed-off-by: Felix Kopp <felix-source@phorax.com> Felix Kopp
11:06 Revision d909ce74: [BUGFIX] styleguide: Readme: add missing "Avatar"
Signed-off-by: Felix Kopp <felix-source@phorax.com> Felix Kopp
11:05 Revision a01e9d12: [FEATURE] styleguide: Grunt less+watch, less refactor for Sidebar
Fixes floating behaviour of sidebar
Brings structural changes
Signed-off-by: Felix Kopp <felix-source@phorax.com>
Felix Kopp

2016-03-18

22:00 Revision a3f425d4: [FOLLOWUP][DOCS] 8.0 Part 4/5 - Feature Docs
Proofread breaking Docs
Resolves: #
Releases: master
Change-Id: Ia0803361711f84ffb0637e30651d5f3bfc1a9add
Reviewed-o...
Michael Oehlhof
21:42 Revision 63f33a12: [DOCS] 8.0 Part 4/5 - Feature Docs
Proofread breaking Docs
Resolves: #
Releases: master
Change-Id: I1c86c278d466d47e4bc866443f9267f00d2973e3
Reviewed-o...
Mathias Schreiber
21:38 Revision 6da29c08: [DOCS] 8.0 Part 3/5 - Important Docs
Proofread Deprecation Docs
Resolves: #
Releases: master
Change-Id: I9ac836f1833f7957581e83353a902ef4bdecc1ee
Reviewe...
Mathias Schreiber
21:37 Revision 46233eed: [DOCS] 8.0 Part 2/5 - Deprecation Docs
Proofread Deprecation Docs
Resolves: #
Releases: master
Change-Id: I6fb335255f8117815aa4b717bf2eca9788502c21
Reviewe...
Mathias Schreiber
21:34 Revision 346af3b7: [DOCS] 8.0 Part 1/5 - Breaking Docs
Proofread breaking Docs
Resolves: #
Releases: master
Change-Id: I5cba29ffb42a33d2b5807f09d7e5c4ceceafff7d
Reviewed-o...
Mathias Schreiber
18:20 Revision 1e6753a0: [BUGFIX] Remove competing injects from WidgetRequestHandler
Removing @injects introduced explicit injectFunctions
into WidgetRequestHandler.
These functions were named after the...
Alexander Jahn
17:29 Revision 59bbb671: [TASK] Stop animation if click again
Stop the toggle animation an the module headline
first before a new animation is started
Resolves: #75179
Releases: ...
Markus Sommer
17:28 Revision 234f4db4: [TASK] Stop animation if click again
Stop the toggle animation an the module headline
first before a new animation is started
Resolves: #75179
Releases: ...
Markus Sommer
16:57 Revision 9a2bd261: [BUGFIX] Remove competing injects from WidgetRequestHandler
Removing @injects introduced explicit injectFunctions
into WidgetRequestHandler.
These functions were named after the...
Alexander Jahn
12:18 Revision 90fde0c3: [TASK] styleguide: TCA: Improve abstraction to allow special table handlers
Christian Kuhn
12:04 Revision 336b9396: [BUGFIX] Highlight changes of translation diff in FormEngine again
The difference between translation changes of records are now
highlighted again in FormEngine.
Resolves: #73501
Rele...
Frank Nägler
11:56 Revision 7c9f3a2f: [TASK] styleguide: Add example for nested group db in flex
Frank Nägler
11:55 Revision 645a5558: [BUGFIX] Highlight changes of translation diff in FormEngine again
The difference between translation changes of records are now
highlighted again in FormEngine.
Resolves: #73501
Rele...
Frank Nägler
11:54 Revision de68bb58: [!!!][TASK] Remove TypoScript option includeJSlibs
The deprecated property "includeJSlibs" is removed in favor
of the introduced property "includeJSLibs".
Resolves: #7...
Benni Mack
11:47 Revision 18583beb: [BUGFIX] Enable URLs with spaces in the RTE
To enable links with spaces and other special chars the service class to
build the correctly escaped <link> tag is us...
Marco Huber
11:36 Revision 8768a45b: [BUGFIX] Enable URLs with spaces in the RTE
To enable links with spaces and other special chars the service class to
build the correctly escaped <link> tag is us...
Marco Huber
11:00 Revision 82ea50be: [BUGFIX] Make preview of translated pages possible
This fix solves the problem that hidden page translations not are not
reviewable if logged in and "Show hidden pages"...
Heiko Hardt
11:00 Revision 071abf0d: [BUGFIX] Make preview of translated pages possible
This fix solves the problem that hidden page translations not are not
reviewable if logged in and "Show hidden pages"...
Heiko Hardt
10:58 Revision 2b6c38ad: [BUGFIX] styleguide: TCA: Language related fixes
Christian Kuhn
10:57 Revision 9f51f852: [BUGFIX] Ignore root level restriction on new record
When TCA [ctrl][security][ignoreRootLevelRestriction] is enabled, the
root level should be ignored on creation too.
...
Benjamin Serfhos
10:55 Revision 9a64143a: [BUGFIX] Ignore root level restriction on new record
When TCA [ctrl][security][ignoreRootLevelRestriction] is enabled, the
root level should be ignored on creation too.
...
Benjamin Serfhos
10:34 Revision 9651f6ed: [BUGFIX] styleguide: TCA: tx_styleguide_inline_1n_child fix
Christian Kuhn
10:18 Revision a0cd4564: [BUGFIX] FAL relations duplicated when saving in workspaces
In a workspace, when a record is saved which contains an IRRE-managed
relation in a flexform field, the relation is d...
Andreas Wolf
10:08 Revision d7dcc7fe: [TASK] Functional tests for LocalizationController
The LocalizationController used by the localization wizard is
now covered by some functional tests.
For better testab...
Andreas Fernandez
09:09 Revision 2eb4d9cd: [BUGFIX] Set page title for record list
Resolves: #72981
Releases: master, 7.6
Change-Id: I75deb2dd8808c0dccfe30b90b2459937b40dbd7c
Reviewed-on: https://rev...
Christian Weiske
09:08 Revision 531989bd: [BUGFIX] Set page title for record list
Resolves: #72981
Releases: master, 7.6
Change-Id: I75deb2dd8808c0dccfe30b90b2459937b40dbd7c
Reviewed-on: https://rev...
Christian Weiske

2016-03-17

14:22 Revision 174cf117: [FEATURE] styleguide: TCA: type=flex supports structures without sheet
Christian Kuhn
14:03 Revision 4d00e9a7: [FEATURE] styleguide: TCA: Support minitems in select generator
Christian Kuhn
13:50 Revision cd22b177: [FEATURE] styleguide: TCA: Another type=text generator
Christian Kuhn
13:45 Revision 9c84c642: [BUGFIX] styleguide: TCA: flex table change so inline child is added
Christian Kuhn
13:42 Revision c9fcc6f9: [FEATURE] styleguide: TCA: type=text t3editor
Christian Kuhn
13:26 Revision 98b81118: [FEATURE] styleguide: TCA: type=select generators
Christian Kuhn
12:30 Revision fd4aac97: [BUGFIX] Ensure correct sorting when using the localization wizard
Change-Id: I920cab82f1e9304be6c718b33c1a8ce13c745e17
Resolves: #73617
Releases: master, 7.6
Reviewed-on: https://revi...
Andreas Fernandez
12:30 Revision 18f053be: [BUGFIX] Ensure correct sorting when using the localization wizard
Change-Id: I920cab82f1e9304be6c718b33c1a8ce13c745e17
Resolves: #73617
Releases: master, 7.6
Reviewed-on: https://revi...
Andreas Fernandez
11:39 Revision 912fdefd: [TASK] EXT:form - optimize layout of inline form wizard
Resolves: #74317
Releases: master
Change-Id: Iacbe2358fa9d62da6c2f7604c70a438e55fca0e1
Reviewed-on: https://review.ty...
Thorsten Griebenow
10:58 Revision e79ed7f7: [BUGFIX] EXT:form - Cannot set some f:form arguments via TS
Render array viewhelper attributes as array.
Resolves: #74014
Releases: master, 7.6
Change-Id: I2abcea032a6d58c610b5...
Ralf Zimmermann
08:48 Revision 5d38829e: [BUGFIX] Correctly determine previously used language in localization wizard
If a column in a certain language has already content, the origin
language of that content is used now for further tr...
Andreas Fernandez
08:44 Revision 8c9d4489: [BUGFIX] Correctly determine previously used language in localization wizard
If a column in a certain language has already content, the origin
language of that content is used now for further tr...
Andreas Fernandez

2016-03-16

19:59 Revision 1e4fc166: [BUGFIX] Avoid duplicated code in parse_typoscript/tokenizetyposcript.js
The doubled wordlists got merged|sorted|uniqed. The JS source is
taken from the lower, as it got a fix lately and sho...
Alexander Opitz
19:58 Revision a327af81: [BUGFIX] Add missing parameters to getFiles
InaccessibleFolder extends Folder and the definition of its methods
should therefor be compatible to each other.
Res...
Susanne Moog
19:54 Revision 15267a29: [BUGFIX] Add missing parameters to getFiles
InaccessibleFolder extends Folder and the definition of its methods
should therefor be compatible to each other.
Res...
Susanne Moog
17:48 Revision cdf99f50: [BUGFIX] Correct output of "Rollback-Preview"
Output in "Rollback-Preview" is wrong.
Preview text float over the "Rollback single field" button.
Change-Id: I49c23...
Gianluigi Martino
17:47 Revision eca42f81: [BUGFIX] Correct output of "Rollback-Preview"
Output in "Rollback-Preview" is wrong.
Preview text float over the "Rollback single field" button.
Change-Id: I49c23...
Gianluigi Martino
15:48 Revision 3a271ae2: [BUGFIX] Default setting for imageorient does not work
Resolves: #16676
Releases: master
Change-Id: I6fbffda27b4eb39bfb69496cab33a06b1b09b485
Reviewed-on: https://review.ty...
Frank Nägler
13:12 Revision aa860bbe: [FEATURE] styleguide: TCA: type=text defaultExtras richtext
Christian Kuhn
13:04 Revision 1ae4667f: [BUGFIX] styleguide: TCA: Language related db field names
Christian Kuhn
12:58 Revision 42465538: [FEATURE] styleguide: TCA: flex generator supports container sections
Christian Kuhn
11:51 Revision 0538216f: [BUGFIX] styleguide: TCA: Language related db field names
Christian Kuhn
11:40 Revision 58eb27e7: [FEATURE] styleguide: TCA: Basic generator for type=inline
Christian Kuhn
11:14 Revision 889e5c94: [FEATURE] styleguide: TCA: Generate type=group folder
Christian Kuhn
10:33 Revision bde1433a: [FEATURE] styleguide: TCA: type=group file genarator
Christian Kuhn

2016-03-15

20:03 Revision 9673ca2c: [TASK] styleguide: Enable PHP7 strict_types on most classes
Christian Kuhn
19:48 Revision ba2a650d: [FEATURE] styleguide: TCA: Manage FAL demo images, use in group db
Christian Kuhn
16:14 Revision 6706d385: Revert "[TASK] Test commit and newline"
This was a test commit only at a bootup day in Basel
Reverts: #75136
This reverts commit 0fbcf620076958a78bc7155614...
Helmut Hummel
16:07 Revision 0fbcf620: [TASK] Test commit and newline
Releases: master
Resolves: #75136
Change-Id: I96a9a17077e3c22b5600585f8c45e10cdc986d45
Reviewed-on: https://review.ty...
Marvin Dettinger
11:53 Revision 00c15a48: [FEATURE] styleguide: TCA: Generators for some type=group db fields
Christian Kuhn

2016-03-14

18:24 Revision d5c4ba2e: [TASK] styleguide: Add free demo image licensed under CC BY 2.0
This patch adds demo images, copyright by NeoBlack and
licensed under CC BY 2.0.
The images can be used for demo purp...
Frank Nägler
16:56 Revision 301341ef: [BUGFIX] styleguide: TCA: cleanup
Christian Kuhn
16:54 Revision 32ae87eb: [FEATURE] styleguide: TCA: Create and delete demo be_users and be_groups
Christian Kuhn
15:47 Revision 63fc3461: [FEATURE] styleguide: TCA: Genere for formwizard and staticdata table
Christian Kuhn
10:31 Revision 1876b50a: [BUGFIX] Add reserved area for loading indicator within modules
The DocHeader has now a reserved area for the nprogress loading
indicator for use within modules. The area has a fixe...
Michael Oehlhof
10:29 Revision 6a156778: [BUGFIX] Add reserved area for loading indicator within modules
The DocHeader has now a reserved area for the nprogress loading
indicator for use within modules. The area has a fixe...
Michael Oehlhof
09:30 Revision 9af96062: [BUGFIX] Don't redirect when you click on "save and view"
Some more page types which should be opened directly and not
redirect to the rootpage if you click on "Save and view"...
Marco Huber
09:24 Revision 205acd09: [BUGFIX] Don't redirect when you click on "save and view"
Some more page types which should be opened directly and not
redirect to the rootpage if you click on "Save and view"...
Marco Huber

2016-03-13

22:44 Revision c7c28e6b: [BUGFIX] Prevent XSS in ViewHelpers
This patch removes wrongly introduced missing escaping in ViewHelpers
and adds some documentation about escaping sett...
Nicole Cordes
20:09 Revision 50bccbe1: [BUGFIX] Suggest wizard in FlexForms for new records
Within new records the suggest wizard doesn't work in FlexForm fields.
Due to unexpected incoming data the field conf...
Nicole Cordes
20:06 Revision 11e3f9c1: [BUGFIX] Suggest wizard in FlexForms for new records
Within new records the suggest wizard doesn't work in FlexForm fields.
Due to unexpected incoming data the field conf...
Nicole Cordes
17:32 Revision 982dc6c2: [BUGFIX] Fix invalid placeholder in exception message
The message of the ContentRenderingException must use %s
as correct placeholder.
Resolves: #75035
Releases: master, ...
Markus Klein
17:32 Revision b6dcd246: [BUGFIX] Fix invalid placeholder in exception message
The message of the ContentRenderingException must use %s
as correct placeholder.
Resolves: #75035
Releases: master, ...
Markus Klein
13:43 Revision 04cab97a: [TASK] styleguide: TCA: cleanup
Christian Kuhn
13:42 Revision 05677dde: [FEATURE] styleguide: TCA: Basic data generator for type=flex
Christian Kuhn
13:08 Revision 8c78f8f0: [TASK] styleguide: TCA: Extract FieldGeneratorResolver from RecordData
Christian Kuhn
12:12 Revision d3f6ab63: [TASK] styleguide: TCA: Cleanup
Christian Kuhn
12:11 Revision c9c03eae: [TASK] styleguide: TCA: Move db insertion to Generator::class
Christian Kuhn
11:59 Revision 01a8977b: [BUGFIX] styleguide: TCA: Wrong field name in one inline table
Christian Kuhn
11:33 Revision 818e43d6: [FEATURE] styleguide: TCA: Data generators for type=none,passthrough,user
Christian Kuhn

2016-03-12

22:50 Revision 59fb2a38: [TASK] styleguide: Code cleanups
Frank Nägler
21:45 Revision 0f1b7f19: [TASK] styleguide: Add buttons to the index page
Frank Nägler
21:37 Revision 94bdf520: [TASK] styleguide: Streamline example code
Frank Nägler
21:32 Revision 8c1a8bb2: [BUGFIX] styleguide: Fix broken overlay overview
Frank Nägler
19:28 Revision 7fd52f63: [TASK] styleguide: Introduce CodeViewHelper and cleanup templates
Frank Nägler
18:09 Revision c5cec733: [BUGFIX] Prevent TYPO3.settings in ajax requests
Within ajax requests currently the ajaxUrls are exported to the
TYPO3.settings variable which overwrites the parent s...
Nicole Cordes
16:25 Revision e1d04739: Revert "[FEATURE] Info ViewHelpers for page and content information array"
We do not need those ViewHelpers in the core and they don't work
properly as the getData-methods are never called and...
Nicole Cordes
16:17 Revision c952b680: [FEATURE] styleguide: TCA: Data generators for type=radio
Christian Kuhn
16:00 Revision 8a658778: [FEATURE] styleguide: TCA: Data generators for type=check
Christian Kuhn
15:59 Revision cd717f68: [TASK] styleguide: Replace screenshot in README.md
Frank Nägler
15:37 Revision b5f18152: [FEATURE] styleguide: TCA: Data generators for type=text
Christian Kuhn
14:57 Revision 6b8f0bd5: [TASK] styleguide: Add some missing doc comments
Christian Kuhn
14:46 Revision e70edf53: [FEATURE] styleguide: TCA: Data generators for input fields and general default values
Christian Kuhn

2016-03-11

19:39 Revision e6b18176: [BUGFIX] Store rtehtmlarea_spellchecker in correct route configuration
The RTE route "rtehtmlarea_spellchecker" is an AJAX route, therefore it must
be stored in AjaxRoutes.php.
Change-Id:...
Andreas Fernandez
19:39 Revision 2a752cba: [BUGFIX] Store rtehtmlarea_spellchecker in correct route configuration
The RTE route "rtehtmlarea_spellchecker" is an AJAX route, therefore it must
be stored in AjaxRoutes.php.
Change-Id:...
Andreas Fernandez
11:01 Revision 4ac2db92: [FEATURE] styleguide: TCA: Main infrastructure for field value generators
Christian Kuhn
10:16 Revision e9c6fb92: [TASK] Add unit tests for TYPO3SEARCH markers
Add two unit tests for Indexer, covering content extraction
from between TYPO3SEARCH_begin and TYPO3SEARCH_end marker...
Tymoteusz Motylewski
10:10 Revision b46c85a4: [BUGFIX] Make SingleTasks toggleable from scheduler list view
The toggle button for tasks does not work for single tasks. This patch
enables the functionality and registers a sing...
Andreas Fernandez
10:08 Revision b6bd9b60: [BUGFIX] Make SingleTasks toggleable from scheduler list view
The toggle button for tasks does not work for single tasks. This patch
enables the functionality and registers a sing...
Andreas Fernandez
10:07 Revision 0ac02637: [TASK] Add unit tests for TYPO3SEARCH markers
Add two unit tests for Indexer, covering content extraction
from between TYPO3SEARCH_begin and TYPO3SEARCH_end marker...
Tymoteusz Motylewski
10:05 Revision 62c07455: [TASK] Add unit tests for TYPO3SEARCH markers
Add two unit tests for Indexer, covering content extraction
from between TYPO3SEARCH_begin and TYPO3SEARCH_end marker...
Tymoteusz Motylewski
10:01 Revision 94e822fc: [BUGFIX] Initialize T3editor properly
If a T3editor is instantiated on-the-fly, it is not initialized properly.
Add a callback to the ``Form/Element/T3edit...
Andreas Fernandez
09:54 Revision e9f2bfae: [BUGFIX] Initialize T3editor properly
If a T3editor is instantiated on-the-fly, it is not initialized properly.
Add a callback to the ``Form/Element/T3edit...
Andreas Fernandez
09:52 Revision e264147c: [BUGFIX] Add button styling to clipInsert button
The button for inserting items from clipboard to a multiselect field has
a proper styling now.
Change-Id: I2360507fb...
Andreas Fernandez
09:52 Revision 5dda0e38: [BUGFIX] Add button styling to clipInsert button
The button for inserting items from clipboard to a multiselect field has
a proper styling now.
Change-Id: I2360507fb...
Andreas Fernandez
09:46 Revision 6afd37b8: [BUGFIX] styleguide: TCA: Invalid fields in tx_styleguide_palette
Christian Kuhn

2016-03-10

18:09 Revision 367c1848: [TASK] Properly escape all form attributes in SetupModuleController
Change-Id: Ia208202e440992e7cf6a21639b83f84205fc2606
Resolves: #69062
Releases: master, 7.6
Reviewed-on: https://revi...
Stefan Neufeind
17:57 Revision af2a323e: [BUGFIX] Check access to cshmanual module
Don't render the "more" link in the help popup if the user has no
access to the cshmanual module.
Resolves: #73013
R...
Marco Huber
17:56 Revision f66bfb58: [BUGFIX] Check access to cshmanual module
Don't render the "more" link in the help popup if the user has no
access to the cshmanual module.
Resolves: #73013
R...
Marco Huber
16:35 Revision bcee7439: [BUGFIX] Unset default link if set with values from other link handler
Change-Id: I49a19d9ca4e08cea927f5541accfade09320210d
Resolves: #74586
Releases: master, 7.6
Reviewed-on: https://revi...
Tim Jungebluth
16:34 Revision c7b28384: [BUGFIX] Unset default link if set with values from other link handler
Change-Id: I49a19d9ca4e08cea927f5541accfade09320210d
Resolves: #74586
Releases: master, 7.6
Reviewed-on: https://revi...
Tim Jungebluth
15:41 Revision 3dae3c0c: [TASK] styleguide: Minor cleanup in data generator
Christian Kuhn
15:40 Revision cd692ca7: [TASK] styleguide: Cleanup markup and controller class
Frank Nägler
15:21 Revision 561165d4: [FEATURE] styleguide: Create full TCA styleguide page tree
Christian Kuhn
15:21 Revision 7e934ecd: [BUGFIX] Load XML files of t3editor properly
Since the XEE security fix (I26701fc2ffb5aed7ccbd96c168aef571d012091e),
the XML files in the t3editor are not loaded ...
Andreas Fernandez
15:06 Revision ae5a2e60: [BUGFIX] Load XML files of t3editor properly
Since the XEE security fix (I26701fc2ffb5aed7ccbd96c168aef571d012091e),
the XML files in the t3editor are not loaded ...
Andreas Fernandez
15:05 Revision 85542df4: [BUGFIX] Load XML files of t3editor properly
Since the XEE security fix (I26701fc2ffb5aed7ccbd96c168aef571d012091e),
the XML files in the t3editor are not loaded ...
Andreas Fernandez
14:47 Revision f0fec810: [BUGFIX] styleguide: Menu active handling
Christian Kuhn
14:16 Revision 2973946c: [TASK] styleguide: Remove docheader nav
Christian Kuhn
13:52 Revision 6f2d93ee: [TASK] styleguide: Add bootstrap layout and navigation for backend module
Frank Nägler
13:13 Revision 74198847: [FEATURE] styleguide: Create and delete styleguide TCA demo entry pages
Christian Kuhn
 

Also available in: Atom