Activity
From 2014-04-18 to 2014-05-17
2014-05-16
- 21:43 Revision 8b264890: [TASK] Cleanup DataHandler functional tests
- Some DataHandler functional test cases are duplicated or are not
required anymore. Here's a list of what has changed ... - 21:24 Revision b36a41ab: [TASK] Extend DataHandler IRRE functional tests
- Extend CSV and ForeignField test with
* copyParentContentToDifferentPage
* modifyHotelChild
Resolves: #58854
Release... - 21:02 Revision 34181bbc: [TASK] Unify DataHandler test structure
- Resolves: #58868
Releases: 6.2
Change-Id: I0f5aeb1d211e542cb323fba11b07a0b8be7d3ed0
Reviewed-on: https://review.typo3...
2014-05-15
- 19:18 Revision 3ee99e99: [BUGFIX] Wrong system requirements link
- Resolves: #58842
Releases: 6.2, 6.1
Change-Id: Ibaf87d32778349d5a87009bcd2b365447e6488fa
Reviewed-on: https://review.... - 19:16 Revision b71a0569: [BUGFIX] Wrong system requirements link
- Resolves: #58842
Releases: 6.2, 6.1
Change-Id: Ibaf87d32778349d5a87009bcd2b365447e6488fa
Reviewed-on: https://review.... - 09:31 Revision 53c830fc: [BUGFIX] FlashMessageService not available in TYPO3 6.0
- Issue #51079 introduced the disposal of FlashMessageService
which has been added for TYPO3 6.1 the first time. It's o...
2014-05-14
- 10:55 Revision f86e016a: [BUGFIX] DependencyUtility does count() on an integer
- Remove the superfluous count() call.
Resolves: #58529
Releases: 6.2, 6.1, 6.0
Change-Id: I0933650b52063009de52268034... - 10:55 Revision 459c34d2: [BUGFIX] DependencyUtility does count() on an integer
- Remove the superfluous count() call.
Resolves: #58529
Releases: 6.2, 6.1, 6.0
Change-Id: I0933650b52063009de52268034...
2014-05-13
- 20:35 Revision 12177afd: [BUGFIX] Wrong path reference for installToolPassword option
- The [BE][installToolPassword] contains a suggestion to additionally
protect the Install Tool by protecting its folder... - 19:32 Revision dd146826: [BUGFIX] Restore registers before early returns
- Having an empty image list or a list of images with empty values
will not restore the loaded registers.
So we must re... - 19:24 Revision 88746ec2: [BUGFIX] Don't rely on not found database records impexp
- The function exec_SELECTgetSingleRow could also return
FALSE in addition to NULL, so add a additional check.
Resolve... - 18:03 Revision 624aef35: [BUGFIX] MM relations are not correctly resolved in Backend view
- DataPreprocessor is taking care of preparing data for the form
view processed in the FormEngine. However, MM relation... - 18:00 Revision 016860ab: [BUGFIX] Invalid module token in openid wizard
- Fix the double htmlspecialchars call by removing the one
in the controller. Fluid does it anyway.
Resolves: #58719
R... - 18:00 Revision d951b22b: [BUGFIX] Sprite icons not shown
- If first hit after clearing cache was not in BE context
some icons are not part of the sprite css.
This patch makes ... - 17:58 Revision deb3c0f4: [BUGFIX] Category tab not shown for file when filemetadata installed
- As a result of the TCA caching changes the order of
the manipulations done in the sys_file_metadata TCA
have changed.... - 17:37 Revision d277119a: [BUGFIX] Remove failing extension installations
- This patch takes care about removing extracted extension folders if an
installation fails. For new extensions the fol...
2014-05-12
- 23:27 Revision 01103d52: [BUGFIX] DataProviderContext uses wrong member field in setter
- Resolves: #58731
Releases: 6.2
Change-Id: Ic3c5417d19b165009ae500a19b565569e2d8b2b2
Reviewed-on: https://review.typo3... - 17:04 Revision 4f982ca0: [TASK] Update to phpunit 4.1
- Do not forget to "composer update" test instances!
Updating from phpunit 3.7 to 4.1 is smooth, except two details:
... - 15:45 Revision 65603ab6: [SECURITY] Extbase must not cache dynamic parts of queries
- Do not cache the enable fields part of queries. This part
needs to be added on each query dynamically to reflect the
... - 10:38 Revision 037d2c7b: [BUGFIX] Check if storage exists before accessing it
- When editing a file mount in the backend, we need to check if
the storage backend actually exists.
Change-Id: I76e67... - 10:33 Revision d071a64b: [BUGFIX] Use file name in delete confirmation message
- Instead of using the file identifier, the actual file name
is used when asking if a file should be deleted.
This is ...
2014-05-08
- 12:29 Revision 6ffdceeb: [BUGFIX] Solve stackoverflow in prototype in IE8
- The reason for this behaviour is the combination of prototype.js
and ExtJS. The ExtJS defer() method takes precedence... - 12:29 Revision fb8370d0: [BUGFIX] Solve stackoverflow in prototype in IE8
- The reason for this behaviour is the combination of prototype.js
and ExtJS. The ExtJS defer() method takes precedence... - 03:18 Revision 3abc7030: [BUGFIX] Default image title in RTE contains the file name
- When inserting an image in the RTE, the default image title should be
the image file title, not the image file name.
...
2014-05-07
- 17:04 Revision f0a43348: [BUGFIX] LocalizationUtility methods should be static
- All public methods of LocalizationUtility are static, but two
protected methods are not. Make those static, too.
Cha... - 00:33 Revision 9da1f2c3: [TASK] Add PHP 5.6 as travis-ci environment
- travis-ci already provides a PHP 5.6 beta build.
It currently executes unit, functional and linting successfully
and ...
2014-05-06
- 23:55 Revision e4c13767: [TASK] Set TYPO3 version to 6.2.3-dev
- Change-Id: I14eab875e340e6d779b4f224de9cc801d84559d1
Reviewed-on: https://review.typo3.org/29911
Reviewed-by: TYPO3 R... - 23:54 Revision ad213706: [RELEASE] Release of TYPO3 6.2.2
- Change-Id: Id59a7279b29d882221d8afa1f582c5c1ff791d33
Reviewed-on: https://review.typo3.org/29910
Reviewed-by: TYPO3 R... - 23:27 Revision d2969cdb: [BUGFIX] IndexSearch still uses require_once
- Remove the old magic as classes are loaded properly already.
Resolves: #58567
Related: #47852
Releases: 6.2
Change-I... - 23:19 Revision bc1f2642: [BUGFIX] Fix exporting content elements
- Exporting a content element leads to a fatal error.
A wrong url encoding is the cause of the problem.
Resolves: #585... - 23:14 Revision e8dc574b: [BUGFIX] Skip APC tests if on cli and enable_cli is off
- Resolves: #58451
Releases: 6.2
Change-Id: I296720fd83343ea0d82b4461aaae46c4c9a14932
Reviewed-on: https://review.typo3... - 22:38 Revision a361b92d: [BUGFIX] Flag compressed files to exclude from compression
- Resolves: #58582
Related: #58010
Related: #57294
Releases: 6.2
Change-Id: I89e9bea10c24944ad2efb1fb9029ec75dc2f78db
R... - 22:33 Revision 830d62b2: [TASK] Clarify reset in page renderer comment
- Also add tests to enforce this behavior.
Resolves: #58581
Releases: 6.2
Change-Id: Ife3894fe6dd5fc476bba9c9c74ae26bf... - 21:25 Revision 87310e5a: [TASK] Find functional tests automatically, optimize travis-ci
- Simalar to UnitTests.xml, FunctionalTests.xml no longer register
single test suites but find all functional tests cas... - 18:50 Revision 70a36ff4: [CLEANUP] Clean up functional tests
- To allow running of all functional tests, instead of
relying on travis.yml, we want to clean up broken and
abandoned ... - 17:40 Revision dad69621: [BUGFIX] ext:rsaauth cliBackend pollutes cli output
- The CommandLineBackend using exec "openssl genrsa" outputs its key
generation to standard error. If SAPI is cli (eg. ... - 15:20 Revision 9ab3b9b5: [BUGFIX] Inaccessible pages on shortcuts/PageNotFound handler
- The var pageNotFound is set, if the called page has access
restrictions. Afterwards starts a searching for an accessi... - 14:08 Revision c02bab5c: [BUGFIX] EXT:saltedpasswords remove dependency on EXT:setup
- As saltedpasswords is required for backend and can't be uninstalled, we
can remove the implicit dependency on extensi... - 13:45 Revision 15e27502: [BUGFIX] Always convert webroot to unix styled path
- This patch adds the conversion from Windows styled to unix styled path.
Resolves: #58559
Releases: 6.2
Change-Id: I2... - 12:16 Revision af0db057: [BUGFIX] Properly check existence of array item
- The flexform converter in ContentObjectRenderer tries to access
an array element on a non-array.
Check existence wit...
2014-05-05
- 23:50 Revision 2372011c: [BUGFIX] DependencyUtility does count() on an integer
- Remove the superfluous count() call.
Resolves: #58529
Releases: 6.2, 6.1, 6.0
Change-Id: I0933650b52063009de52268034... - 23:34 Revision 5bc248d9: [BUGFIX] Don't send HTTP headers in CLI context
- Resolves: #58029
Releases: 6.2
Change-Id: If2a5f41e8524c457a20dec810f711f546d4fbb8c
Reviewed-on: https://review.typo3... - 23:22 Revision 2b528832: [BUGFIX] Set internalUploadMap on upload in ExtendedFileUtility
- Since introducing FAL the internalUploadMap array in
ExtendedFileUtility was not set on uploading files.
Resolves: #... - 23:07 Revision dac46664: [BUGFIX] Group permissions for new pages are not set
- This is a regression to #54085 which accidentally converted a !strcmp()
to !==.
Resolves: #56393
Releases: 6.2
Chang... - 20:22 Revision cf6cde21: [TASK] Tests: Find all tests automatically
- All regular unit tests are located at
typo3/sysext/"extension"/Tests/Unit. The patch substitutes the single
suite reg... - 20:20 Revision db90a267: [BUGFIX] Wrong result on empty string globalString condition
- A TypoScript condition like
"[globalString = GP:anEmptyGetPostVarKey = ]" returns a false
value instead of the expect... - 19:51 Revision 3010c21e: [TASK] Tests: Activate ext:rsaauth test suite
- The test suite of ext:rsaauth is missing in UnitTests.xml, add it.
Resolves: #58531
Related: #58530
Related: #51436
... - 18:26 Revision 00d852be: [BUGFIX] Search box list module not shown
- The search box at the bottom of the BE List module
disappears when you search for something and there
are no records ... - 18:17 Revision 30f2ba08: [TASK] Tests: Refactor and activate dbal tests
- Our unit test environment is finally ready to execute existing dbal
unit tests, even if no database connection exists...
2014-05-04
- 22:10 Revision d422bf62: [BUGFIX] saltedpasswords: Check rsaauth loading
- This patch adds the loading check of rsaauth before trying to access the
BackendFactory of rsaauth. Otherwise the ext... - 22:03 Revision 9dd621ef: [BUGFIX] saltedpasswords: Check rsaauth loading
- This patch adds the loading check of rsaauth before trying to access the
BackendFactory of rsaauth. Otherwise the ext... - 19:21 Revision ac895911: [BUGFIX] Fix broken impexp functional tests
- Issue #58484 fixed the inclusion of CSS class
attributes in typolinks, but did not adjust the
impexp tests. Update th... - 19:12 Revision 6fdebf96: Revert "[BUGFIX] Fix broken impexp functional test"
- Doesn't fix the tests completely.
This reverts commit 8ae7a4b9eb9efc6b392fba3151cfe34ea51d2099
Change-Id: Ifadcc61d... - 19:05 Revision 8ae7a4b9: [BUGFIX] Fix broken impexp functional test
- Issue #58484 fixed the inclusion of CSS classes
in typolinks, but did not adjust the tests.
Update the affected fixtu... - 16:57 Revision 05ef8fec: [BUGFIX] SoftReferenceIndex support for more values in class attribute
- The SoftReferenceIndex parses and rebuilds typolink tags, but the
support for more than one value in class attribute ... - 16:56 Revision a1a7dc0d: [BUGFIX] SoftReferenceIndex support for more values in class attribute
- The SoftReferenceIndex parses and rebuilds typolink tags, but the
support for more than one value in class attribute ... - 14:54 Revision 81a44b68: [BUGFIX] Fix file handling in import/export module
- The file handling (downloading/storing or uploading/fetching
existing T3D/XML files) is currently not full FAL compat... - 14:35 Revision 69ac69c2: [TASK] Enhance localization behavior of pages.media
- With issue #57488 the pages.media field became localizable again,
however the selective approach turns out to be prob... - 14:19 Revision 0a59f6c0: [BUGFIX] Disable removal of installed extensions
- This patch removes the deletion possibility for installed extension in
the list view of the extension manager. Furthe... - 14:15 Revision a5d16741: [BUGFIX] Limit FileTableSplittingUpdate to TYPO3 6.0/6.1
- If the database field does not exist it may be that we have an
installation before 6.0 or after 6.1 so we do not need... - 13:03 Revision 5d747910: [BUGFIX] Fix dragging of elements in page module
- When dragging content elements in the page module, the element gets
overlayed by TCEform elements. It loses its hover... - 12:15 Revision b3c932f2: [BUGFIX] Flush caches in group should throw exception
- If a not existent cache group is specified
to the flushCachesInGroup methods, there is no
indication that actually no... - 11:57 Revision 227a7fd1: [BUGFIX] Fix description of userHomePath and groupHomePath
- Since making userHomePath and groupHomePath FAL compatible
the descriptions in DefaultConfiguration don't fit anymore... - 09:12 Revision 71b9400b: [BUGFIX] Detection of image manipulation libs with open_basedir
- If open_basedir is restricted to files, eg. /usr/bin/gm, detection
fails in install tool. The additional is_dir() che...
2014-05-03
- 22:42 Revision 7f6be2f1: Revert "[TASK] Reduce file size of core images"
- This patch changes the file permissions, so we need to work
some more on it.
This reverts commit 03cf03b28f7f37cab14... - 22:20 Revision d3c83bac: [BUGFIX] Follow-up to Queries don't respect MM_match_fields
- Fixed two small glitches which escaped us in the review of
https://review.typo3.org/#/c/29713/.
Resolves: #10487
Rel... - 22:17 Revision dcf65764: [BUGFIX] Enable alt and link fields for page media
- As the page.media in most cases is for images it makes
sense to enable the alt and link fields just like
tt_content.i... - 22:06 Revision 2760e426: [BUGFIX] wrong set layer in page module during drag and drop
- During drag and drop the dragged content element was
overlayed from the next content scope (headline element).
The "... - 22:02 Revision 03cf03b2: [TASK] Reduce file size of core images
- Reduce the file size without losing quality.
This reduces total typo3 directory size by ~2 MB.
Resolves: #58110
Rele... - 21:02 Revision b53c14b4: [BUGFIX] AbstractDomainObject _cleanProperties is array
- Properly initialize _cleanProperties to array to prevent warnings.
Resolves: #57244
Releases: 6.2
Change-Id: I64f62c... - 20:10 Revision 36027295: [BUGFIX] Improve Windows support for functional tests
- Solve some issues running function tests on windows OS
* Disable colors, this is hardly supported in windows CLI,
... - 19:13 Revision 6b900136: [BUGFIX] Removed extension stays in PackageStates file
- Deleting an extension in the Extension Manager doesn't delete
the entry in PackageStates file.
Use the package manag... - 18:51 Revision ea533a4e: [TASK] Remove backslash for UnexpectedValueException in mod.php
- Resolves: #58344
Releases: 6.2
Change-Id: Ic2cbc0a9d8a27c67e145ea9fef55c60d13466c33
Reviewed-on: https://review.typo3... - 18:47 Revision d47f9cf9: [TASK] Add phpdoc @var for calls to makeInstance()
- Resolves: #58459
Related: #50248
Releases: 6.2
Change-Id: I3b72ecd65dff934a4eff10be7cb3c46ded948a34
Reviewed-on: http... - 18:43 Revision 9c567898: [BUGFIX] Clear all cache in install tool throws exception
- reinitializeClassLoaderAndCachesAndPackageManagement
not only reloads the class loader and package management
but als... - 16:56 Revision 2437d654: [BUGFIX] Remove unnecessary redirect loops for first installation
- This patch changes the default configuration to prevent any redirect
loops during the first installation process.
Re... - 16:16 Revision 3c26074b: [BUGFIX] Remove hardcoded calling script in help controller
- The Extbase help command controller has the calling
script hardcoded in several places. This may cause
confusion if t... - 15:57 Revision 6eed9971: Revert "[TASK] EM: Add possibility to bypass system dependency checks"
- The patch breaks Travis due to incomplete mocking.
Additionally was considered 'not ready' post merge. We work some m... - 15:05 Revision 09f9bdaa: [BUGFIX] Queries don't respect MM_match_fields
- In case of sys_category and all other
MM-relations with MM_match_fields, parseConstraint
has no implementation for th... - 14:38 Revision 22695e3b: [TASK] EM: Add possibility to bypass system dependency checks
- This patch extends the extension manager in three different ways. First
all dependencies are checked and error messag... - 14:27 Revision f7e8ef16: [BUGFIX] IMAGE param stdWrap-function not working
- Images in TypoScript are rendered using method cImage() of
the ContentObjectRender. This method has the possibility t... - 14:23 Revision 3aad81e5: [TASK] Remove superfluous margin above #typo3-menu
- Added padding-top to start the first li in the menue at the bottom line
of the first grey space in the content-area
... - 12:40 Revision f8ce18a5: [CLEANUP] Remove abandoned functional test
- To allow running of all functional tests, instead of relying on
travis.yml, we want to clean up broken and abandoned ... - 12:26 Revision 1555298c: [BUGFIX] Fix namespace of RelationTest
- Resolves: #58450
Releases: 6.2
Change-Id: I78d39b0be0d4fc9a425ff3fa1e2424ee017d3180
Reviewed-on: https://review.typo3... - 11:15 Revision 2ea4de97: [BUGFIX] Add l18n_parent to tt_content TCA
- If an editor ignores the "Copy default content elements"-button, it is
not possible to get a new content element in t... - 10:27 Revision 235b92e3: [BUGFIX] Notification about missing impexp installation
- This patch adds a notification to install the impexp extension before
the distribution list is shown.
Resolves: #573...
2014-05-02
- 21:51 Revision 06290480: [TASK] Make Flow Package HHVM compatible
- HHVM doesn't support calling array functions like key()
on objects, we need to cast object to array first.
Resolves:... - 21:15 Revision a49ddfd3: [BUGFIX] Retrieving extension fails with some PHP versions
- XmlParser has an issue with PHP < 5.4.28 leading to
unexpected empty arrays raising warnings. If development
preset i... - 21:10 Revision 8fbe4107: [TASK] Speed up functional tests
- Optimize functional test bootstrap to improve performance:
* Database schema for single tests of a test case are alw... - 21:07 Revision ec39c72d: [BUGFIX] Retrieving extension fails with some PHP versions
- XmlParser has an issue with PHP < 5.4.28 leading to
unexpected empty arrays raising warnings. If development
preset i... - 20:13 Revision aa54cf90: [CLEANUP] Page Module: Do hovering via CSS, not JS
- The ExtJS functionality for adding active classes can
be done via CSS hover pseudo classes.
This is faster (native b... - 19:57 Revision a13a4545: [BUGFIX] Media field is empty on page localization
- If comparing localization of regular tables (like tt_content) to
pages and its specific overlay table pages_language_... - 18:43 Revision ae771e0d: [BUGFIX] Default image title in RTE contains the file name
- When inserting an image in the RTE, the default image title should be
the image file title, not the image file name.
... - 18:41 Revision b1ce270f: [BUGFIX] News Box in BE Login Screen not styled properly
- The headline in the backend login screen that contains
the sys_news information has a bottom margin and
does not have... - 14:19 Revision af1e245e: [TASK] Remove tests no longer needed
- Category API was changed to silently fail instead of throwing an
exception, but the corresponding tests were not remo... - 12:06 Revision 94723419: [BUGFIX] Fail silently in category registry
- The idea was to fail when the category registry
is used in a wrong way. This however causes troubles
when the core it... - 09:36 Revision 6dcf2778: [BUGFIX] DBAL native mode: Database compare fails
- Database compare does not work with DBAL in native mode
as the ALTER TABLE statement is not processed correctly.
The ...
2014-04-30
- 23:10 Revision 3b55f737: [BUGFIX] Sets defaultMailFromAddress as sender for install tool e-mails
- This patch sets [MAIL][defaultMailFromAddress] as a sender for successful
and failed login mails for the install tool... - 19:40 Revision d7fd6917: [BUGFIX] checkMaximumFileUploadSize shows misleading message
- Improve the Install Tool system environment check for
PHP maximum upload size.
Resolves: #58260
Releases: 6.2
Change... - 18:38 Revision f2ef9fab: [BUGFIX] Use REDIRECT_ prefix as fallback for environment variables
- The core uses values of environment variables for
disabling the core updater and to determine the
application context... - 12:12 Revision 97a1881f: [CLEANUP] Extension Manager code
- * Add missing annotations
* Shorten unnecessary namespace annotations
Resolves: #57861
Releases: 6.2
Change-Id: Ic8e... - 00:26 Revision 4b3e3cce: [BUGFIX] Fix oddities of the CategoryRegistry
- This change makes it again possible to call
makeCategorizable from ext_tables.php files.
This is done by directly ap... - 00:22 Revision 1bdf55e9: [BUGFIX] remove enableFields for sys_file_processedfile
- remove additional enableFields from where clause
in ProcessedFileRepository as long as
sys_file_processedfile is not ... - 00:15 Revision c9688068: [BUGFIX] Extensionmanager does not show error messages on update failure
- The extension manager fails to show any error message if an extension
update fails.
Convert exceptions (e.g. depende... - 00:02 Revision 8f716516: [TASK] Make includeCsh configurable in ContainerViewHelper
- The container ViewHelper does not provide a configuration
attribute for includeCsh (Context sensitive help). As conse...
2014-04-29
- 23:59 Revision 0150f9cf: [BUGFIX] Wrong comment in ActionMenuViewHelper
- ActionMenuViewHelper contains a wrong example for the usage
of the viewhelper. It uses a '=' where a ':' would be cor... - 23:58 Revision 7243699b: [BUGFIX] Wrong comment in ActionMenuViewHelper
- ActionMenuViewHelper contains a wrong example for the usage
of the viewhelper. It uses a '=' where a ':' would be cor... - 23:18 Revision 553af14e: [BUGFIX] Missing TSconfig in FE
- Some extensions need page TSconfig in FE.
This was restricted to BE only with #55593.
Undo this change.
Resolves: #... - 23:14 Revision cb17db6e: [BUGFIX] Reimplement ranges in NumberRangeValidator
- We have removed startRange and endRange too early
in NumberRangeValidator. As long as TYPO3 6.3
is not reached we hav...
2014-04-28
- 17:52 Revision 7e65dc21: [BUGFIX] Solve stackoverflow in prototype in IE8
- The reason for this behaviour is the combination of prototype.js
and ExtJS. The ExtJS defer() method takes precedence... - 16:26 Revision 76741dff: [BUGFIX] Session cookie is not recreated on login
- In case login data is submitted and there is an existing cookie/session
the current session is discarded and the curr... - 15:58 Revision b07ccf8f: [BUGFIX] Remove GET parameters from URLs in List module
- DatabaseRecordList (List module) generates returnUrls for localization
links. These must not contain the 'justLocaliz...
2014-04-25
- 17:19 Revision bd704d5e: [BUGFIX] Database query error for non-workspaces tables
- In frontend rendering mode PageRepository::versionOL() is called
frequently to overlay workspace data. A further meth... - 17:17 Revision 8cf4f78f: [BUGFIX] Database query error for non-workspaces tables
- In frontend rendering mode PageRepository::versionOL() is called
frequently to overlay workspace data. A further meth... - 16:47 Revision 9991d2c4: [BUGFIX] Database query error for non-workspaces tables
- In frontend rendering mode PageRepository::versionOL() is called
frequently to overlay workspace data. A further meth...
2014-04-23
- 12:37 Revision 251d565b: Revert "[TASK] Configurable width of the Element Browser"
- Reverted per request of the RM because:
- there is a merge freeze for regressions
- 6.2 is now a stable branch (no ne... - 04:56 Revision 8f520011: [TASK] Configurable width of the Element Browser
- The width of the element browser is sadly hardcoded to 600 and 650.
In many situations the element browser would nee... - 04:55 Revision 53fe9134: [TASK] Keep uid / pid parameters in element browser URLs
- The uid and pid parameters will now be passed on in the jumpToUrl()
function of the element browser. This makes sure ...
2014-04-22
- 21:54 Revision 26156731: Revert "[BUGFIX] Do not reset Page Renderer on partial rendering"
- The page renderer is not designed to work with
a second rendering pass without resetting to its initial state.
Not r... - 21:43 Revision 0b772e11: [BUGFIX] TypoScriptParser does not validate absPath
- GeneralUtility::getFileAbsFileName() returns a blank string for
invalid paths.
TypoScriptParser::includeDirectory() d... - 17:45 Revision 4f60fc76: [BUGFIX] Include RSA JS files in HTML header
- Due to an oddity in page renderer, we cannot
add the required JavaScript to the footer
as it would not be rendered.
...
2014-04-19
- 23:23 Revision 9f87a730: [TASK] Use composer for unit and functional tests in travis
- The patch uses composer based dependency handling and other
stuff pushing travis-ci tests to the next level:
- phpun...
2014-04-18
- 21:30 Revision 1df7547a: [BUGFIX] Fix TCA overrides when not cached
- The TCA overrides are only parsed when the cache is built.
But they also need to be parsed if the bootstrap
requests ... - 11:40 Revision 93ecedac: [TASK] Mitigate risk for travis-ci timeouts
- Not using --keep-order in parallel gives output as soon as a
job is finished and thus reduces the risk for travis-ci ...
Also available in: Atom