Activity
From 2015-05-02 to 2015-05-31
2015-05-31
- 09:09 Revision e881769d: [FOLLOWUP][BUGFIX] Show full folder path in file list title
- In old situation the full path to of the folder was shown.
With #64759 only the accessible part is shown. The logic
t... - 00:26 Revision 4d8d215c: [BUGFIX] Only persist processedFile if processing was successful
- Due to multiple reasons (for instance target folder is not writable)
the processing of a file can fail.
This change ...
2015-05-30
- 21:44 Revision e5ddf618: [TASK] Do not generate new processed file if it already exists
- When a processed file already exists but the sys_file_processedfile
record is deleted the whole processing task is ex... - 21:27 Revision 65d8e584: [CLEANUP] Make use of bool/int in @param DocComments
- Resolves: #67213
Releases: master
Change-Id: I8ed7802f4e4e3d95ecb946231d11b46956ea4477
Reviewed-on: http://review.typ... - 19:51 Revision 1c48c0e4: [CLEANUP] Remove usage of self::class
- This patch remove the usage of self::class and make use of __CLASS__
in context of methods like makeInstance. As arra... - 16:15 Revision f7b02cf0: [BUGFIX] Only persist processedFile if processing was successful
- Due to multiple reasons (for instance target folder is not writable)
the processing of a file can fail.
This change ... - 13:59 Revision c5a78657: [BUGFIX] Add t3skin to class loading info in composer.json
- With #65528 t3skin was made a protected extension, but it was forgotten
to add the extension to the class loading inf...
2015-05-29
- 22:08 Revision b391f1d5: [FEATURE] Add "processed files" cleanup tool to Install Tool
- Resolves: #67071
Releases: master, 6.2
Change-Id: I1320833f0f7cfd852ca8ba458fa9367cb3b16ea0
Reviewed-on: http://revie... - 18:45 Revision 146435db: [BUGFIX] FeLogin: FlexForm is misleading
- The option showLogoutFormAfterLogin in the FeLogin FlexForm actually
disables all redirect configuration on login. Th... - 17:39 Revision a53fb85f: [BUGFIX] Pass correct parameter to linkhandler
- Since the refactoring of typolink, one wrong parameter is passed
to registered linkhandler hooks. This patch restores... - 15:35 Revision 9b12dfcd: [TASK] styleguide: TCA: t3editor in flex forms
- 14:38 Revision a63ccd18: [TASK] styleguide: TCA: t3editor in inline field
- 14:28 Revision 0cae8d8a: [TASK] styleguide: TCA: t3editor examples with new syntax
- 11:54 Revision 11c26bf5: [FOLLOWUP][BUGFIX] Show full folder path in file list title
- In old situation the full path to of the folder was shown.
With #64759 only the accessible part is shown. The logic
t... - 09:15 Revision 6cbc9a58: [FEATURE] Add "processed files" cleanup tool to Install Tool
- Resolves: #67071
Releases: master, 6.2
Change-Id: I1320833f0f7cfd852ca8ba458fa9367cb3b16ea0
Reviewed-on: http://revie... - 08:54 Revision a73adf23: [TASK] PHP7 is_numeric change
- With PHP 7 the string 0x0 isn't any longer a numeric, so the test
fails. But the test itself makes no sense and is re... - 08:45 Revision 07b02d76: [TASK] PHP7 is_numeric change
- With PHP 7 the string 0x0 isn't any longer a numeric, so the test
fails. But the test itself makes no sense and is re...
2015-05-28
- 18:43 Revision f2f4e8ce: [TASK] Deprecate t3editor->isEnabled()
- Method isEnabled() always returns TRUE since the checked property
is protected and never reset to something else. It ...
2015-05-27
- 19:26 Revision 301243ca: [TASK] Introduce new "Important" type of documentation
- Resolves: #67159
Releases: master
Change-Id: Ia17a3a52914b7acaab47b0d1bb84395a7d3fa917
Reviewed-on: http://review.typ... - 17:27 Revision 1bbbdcef: [TASK] Add "select all" to EXT:recycler
- Re-add the "select all" toggle to select all records on a page.
The action buttons are moved to the right to match th... - 10:08 Revision c93af241: [BUGFIX] Simulate user: Fix user selection
- This is a follow up fix for #66801 which hides too many users as
an underscore (_) is a wildcard for a single char in...
2015-05-26
- 17:25 Revision 44c5857b: [TASK] Print controller->action if required argument is not set
- Extend the exception message to hint to the action of the controller
that misses a required argument.
Resolves: #671... - 17:13 Revision 60fc3c8c: [TASK] Print controller->action if required argument is not set
- Extend the exception message to hint to the action of the controller
that misses a required argument.
Resolves: #671... - 11:35 Revision aed83b7d: [BUGFIX] Add missing int-cast for checking uid zero
- The change #24250 introduced a strict comparison without ensuring
proper data types on both sides of the comparison.
... - 10:13 Revision 7c8bc63d: [BUGFIX] Add missing int-cast for checking uid zero
- The change #24250 introduced a strict comparison without ensuring
proper data types on both sides of the comparison.
...
2015-05-25
- 19:20 Revision d1481310: [BUGFIX] Adhere "suggestions" when resolving ext loading order
- The issue #58701 introduced the functionality to fetch suggestions defined
in composer.json or ext_emconf.php into th... - 19:19 Revision 5d8de35b: [BUGFIX] Adhere "suggestions" when resolving ext loading order
- The issue #58701 introduced the functionality to fetch suggestions defined
in composer.json or ext_emconf.php into th... - 13:40 Revision e3fbdadd: [BUGFIX] Initialize database connection in ClearCacheService
- Without calling initialize() on the DatabaseConnection object
the DBAL the resulting connection configuration will de... - 13:13 Revision 0ef3c407: [TASK] Streamline TS registration for sysexts
- For historical reasons the "Static Template #43"
was "content.default" and the possibility to add
TypoScript after th...
2015-05-24
- 15:03 Revision 8d3bc4ca: [BUGFIX] Don't add TypoScript twice to defaultContentRendering
- Calling the addTypoScript() method with last parameter set to
'defaultContentRendering' must not add the TypoScript t... - 13:31 Revision c28a8f37: [BUGFIX] Don't add TypoScript twice to defaultContentRendering
- Calling the addTypoScript() method with last parameter set to
'defaultContentRendering' must not add the TypoScript t...
2015-05-22
- 20:56 Revision aa760ccd: [CLEANUP] ExtensionManagementUtilityTest
- * Extract the AccessibleProxy to an own file to get
rid of an evil eval() and make the class smarter
for IDE's
* ... - 19:42 Revision ae3a80db: [!!!][TASK] Deprecate typo3conf/extTables.php functionality
- Using typo3conf/extTables.php for TCA overrides is bad practice.
Nowadays, stuff like that should reside in an extens... - 18:04 Revision 6869b777: [TASK] Modernize irre_tutorial fixture
- Use Configuration/TCA instead of TCA registration in ext_tables.php
Resolves: #67110
Releases: master
Change-Id: I86... - 13:25 Revision c2ce2f62: [BUGFIX] FlexFormContainer: Read field name correctly from globalOptions
- The field name is read from the wrong array key, resulting in a broken
flexform.
Resolves: #67105
Releases: master
C...
2015-05-21
- 19:15 Revision fdad8e35: [BUGFIX] Package Management only allows TYPO3 Extensions
- Fix a bug in the recent Package Management refactoring resulting in
Package instances only allowed if they contain an... - 18:48 Revision 4a8580ad: [BUGFIX] Generate thumbnails for files without width/height
- Thumbnails should not upscale images, therefore we check for the
original size against thumbnail size. If original si... - 18:30 Revision b9e1b0f5: [BUGFIX] Generate thumbnails for files without width/height
- Thumbnails should not upscale images, therefore we check for the
original size against thumbnail size. If original si... - 16:18 Revision f084990f: [BUGFIX] Check page access only if integer in ModuleRunner
- If you register a module in main module "file" an error is thrown
because the ModuleRunner checks page access for the... - 16:17 Revision 0f82f038: [BUGFIX] Check page access only if integer in ModuleRunner
- If you register a module in main module "file" an error is thrown
because the ModuleRunner checks page access for the... - 15:43 Revision 46fd9abd: [FEATURE] Add Data Processing to FLUIDTEMPLATE content object
- The content object FLUIDTEMPLATE is extended with `dataProcessing`. With this
setting you can add full namespace clas... - 14:39 Revision 1f82fdec: [BUGFIX] Use strict comparison for EXT:mediace arrays
- Due to strict warnings it is not possible to use media content elements
anymore and add a simple youtube video, as a ... - 14:24 Revision ad4aa090: Revert "[!!!][TASK] Merge typo3/sysext/core/Build/ to Build/ directory"
- The change does not play well with a symlinked core and
is reverted for now.
This reverts commit e6474fe5176c040201e... - 12:24 Revision e6474fe5: [!!!][TASK] Merge typo3/sysext/core/Build/ to Build/ directory
- With the grunt integration a Build/ directory on repository root
level was introduced. Out test infrastructure curren... - 10:53 Revision d5a497e5: [TASK] Deprecate uc->classicPageEditMode and editRegularContentFromId
- There is some leftover, never-called code in a regular TYPO3 instance
regarding the old uc->classicPageEditMode optio...
2015-05-20
- 23:44 Revision 358706a3: [TASK] Make fileedit hook JavaScript for ext:t3editor an AMD module
- Resolves: #67065
Releases: master
Change-Id: Iff8ece078dc612c362b3e291da466b29250c8cb1
Reviewed-on: http://review.typ... - 22:29 Revision 347473bc: [BUGFIX] Show full folder path in file list title
- We have to use the name and cannot rely on the identifier, since
they can be random UUID values.
This also fixes a w... - 22:25 Revision a85f18cd: [BUGFIX] Show full folder path in file list title
- We have to use the name and cannot rely on the identifier, since
they can be random UUID values.
This also fixes a w... - 14:47 Revision 0c6e695e: [BUGFIX] BE: DatabaseTreeDataProvider maxLevels incorrect
- The current behaviour for maxLevels with treeConfig is incorrect.
Currently if one uses maxLevels 0, instead of only ... - 14:46 Revision 0c4d7e20: [TASK] Make Content Element "Special Menus" field bigger
- Increase the maxitems value to 50 to allow more values for bigger sites.
Releases: master
Resolves: #59523
Change-Id... - 13:31 Revision b065bdf6: [BUGFIX] Readonly fields must not render links to allowed tables
- If a field is configured as readOnly, the allowed tables below
should not be linked to the Element Browser
Resolves:... - 13:25 Revision a8e0455c: [TASK] Indexed_search: cleanup in SearchController
- * Add getter for databaseConnection in SearchController
* Add use statements
Releases: master
Resolves: #66998
Chang... - 13:18 Revision 1b23e73b: [BUGFIX] Ensure new deep dirs don't contain double slashes
- The method of GeneralUtility::mkdir_deep has two parameters, which are
concatenated. This could end up in a double sl... - 13:14 Revision 3f8c3eab: [TASK] styleguide: TCA: Add two t3editor examples
- 12:49 Revision 114e0c58: [TASK] Crop scheduler additional information
- Crop additional task information based on `titleLen`.
Resolves: #67002
Releases: master
Change-Id: I16b2f7106b848598... - 12:42 Revision 4d1cf8a3: [!!!][TASK] Remove login security levels super-/challenged
- * Remove (super)challenged login security levels
* Make loginSecurityLevel 'normal' the new default
* Change Backend ... - 12:19 Revision f4098895: [BUGFIX] styleguide: Bring default value of type_field in sync with type definition
- 00:20 Revision a27dfad8: [BUGFIX] Add missing (string) cast in dbal/DatabaseConnection
- This is a regression fix for #54091.
It has been forgotten to cast the lastQuery to a string before
checking if it's ...
2015-05-19
- 22:41 Revision cedd99cf: [BUGFIX] Remove backdrop of cropper modal properly
- Remove the `remove()` call when the cropper modal gets
closed.
Resolves: #67030
Related: #66969
Releases: master
Cha... - 22:12 Revision f55b1deb: [TASK] styleguide: TCA: Add two example for a tree with maxLevels option set
- 21:54 Revision 9c9d8acd: [BUGFIX] styleguide: Rename type standard to 0
- 17:43 Revision abc29af1: [!!!][TASK] Simplify PackageManagement / Remove Flow
- The PackageManager was originally backported from Flow
but includes too many classes and options that the Core does n... - 17:01 Revision f7004ec9: [BUGFIX] Uncheck prefix domain for new domain records
- Change default value for prefixing new domain records to zero since
creating multiple domains with prefix can lead to... - 16:57 Revision af472130: [TASK] Deprecate page.bgImg TypoScript option
- Resolves: #67029
Releases: master
Change-Id: I0f92ea91875455ea0e6726b11cf07f53b468e3a6
Reviewed-on: http://review.typ... - 13:06 Revision 2bea93ae: [BUGFIX] Add missing comma in ViewHelper example
- A comma needs to be added in an example of f:uri.image
Resolves: #66851
Releases: master, 6.2
Change-Id: Ib0a8f3d97a... - 13:06 Revision 2df68ad2: [BUGFIX] Add missing comma in ViewHelper example
- A comma needs to be added in an example of f:uri.image
Resolves: #66851
Releases: master, 6.2
Change-Id: Ib0a8f3d97a... - 12:22 Revision 9fb334e7: [TASK] Travis: Remove hhvm-nightly for now
- hhvm-nightly is no longer available on travi-ci and removed
from the build for now.
Releases: master
Change-Id: I927... - 12:11 Revision fa5fdb4d: [BUGFIX] Prevent wrong record copies
- Before starting any record copy process, we have to check if the
destination page can handle the record type. Current... - 12:06 Revision 293b93b7: [BUGFIX] Prevent wrong record copies
- Before starting any record copy process, we have to check if the
destination page can handle the record type. Current... - 11:47 Revision 4e4bb7bd: [!!!][TASK] Remove global configuration option GFX/png_to_gif
- The option png_to_gif was previously used to minimize
the size of generated images. In the current web development
pn...
2015-05-18
- 23:44 Revision f5dc7d5d: [BUGFIX] Resolve dependencies on extension update
- For installed extensions the (new) dependencies have to be resolved
on extension update. If the extension isn't insta... - 23:44 Revision a2b30bbb: [TASK] Focus tab on "Login expiring" notification
- Focus the tab that renders the "Login expiring" notification on click.
Resolves: #67022
Releases: master
Change-Id: ... - 22:37 Revision 9c9c6bf9: [BUGFIX] Enable IE10+ users to enter login credentials after initial load
- A problem with the autofocus chain and the autofocus attribute,
prevented users on IE10+ to enter their login credent... - 20:36 Revision 2153bac2: [BUGFIX] remove wrong code suggestion from GMENU
- Remove the wrong code suggestion "wrapItemAndSub" from GMENU in t3editor
Change-Id: Ibcac99c49bc0d4a68e759b4878eb1c9... - 20:23 Revision 5aa67db6: [BUGFIX] felogin: Use correct regex in redirect evaluation
- Resolves: #67013
Releases: master, 6.2
Change-Id: Ifaf0a3125ac6b5c0f9e13c2f5c3d4db94aa43ea9
Reviewed-on: http://revie... - 20:16 Revision b2948c3a: [BUGFIX] felogin: Use correct regex in redirect evaluation
- Resolves: #67013
Releases: master, 6.2
Change-Id: Ifaf0a3125ac6b5c0f9e13c2f5c3d4db94aa43ea9
Reviewed-on: http://revie... - 17:49 Revision 21be6d50: [TASK] styleguide: TCA: Add a type field as first tab
- 16:36 Revision 5cf4f329: [TASK] Use GeneralUtility::quoteJSvalue() where needed part 2
- This patch resolves it for all FormEngine related classes.
Resolves: #66635
Releases: master
Change-Id: I436e8990aa3... - 15:34 Revision f99636ec: [BUGFIX] Correctly insert session data after deleting them
- Reset session data timestamp when removing session data in order to
assure that new session data are stored via INSER... - 15:34 Revision d49c7b46: [BUGFIX] Correctly insert session data after deleting them
- Reset session data timestamp when removing session data in order to
assure that new session data are stored via INSER... - 15:00 Revision 2e891e51: [FOLLOWUP][TASK] FormEngine: The factory
- Small follow up to fix some mostly cosmetical issues.
Resolves: #67006
Releases: master
Change-Id: Ie9ffab0e5bce9e8c... - 12:20 Revision 86f42bc5: [TASK] FormEngine: The factory
- Creation of container and elements instances in the FormEngine is
hard coded and hard to overwrite or adapt.
The patc...
2015-05-17
- 23:03 Revision 5569bee6: [FEATURE] TypoScript condition add GPmerged
- If one uses TypoScript condition with GP then the check is with
GeneralUtility::_GP() which will means that if I have... - 15:06 Revision 542f04fd: [TASK] styleguide: TCA: Remove false comment
- 14:03 Revision 20ef7578: [TASK] styleguide: TCA: Add a select single example
- 12:38 Revision ed8d2151: [TASK] Streamline searchfield in language module
- Releases: master
Resolves: #66999
Change-Id: I3f2d9ff945021ac0a6f9aac79033ff05c0f55db4
Reviewed-on: http://review.typ... - 12:13 Revision 68e60bba: [FOLLOWUP][!!!][TASK] Rewrite ValueSlider to AMD module
- The slider object bound to "renderTooltipValue" does not contain
the configuration set in the DOM by data attributes.... - 10:04 Revision e98532ba: [BUGFIX] Indexed_search Make results per page work (Extbase plugin)
- Replaces wrong setting "results" and uses "numberOfResults" instead.
Protects PageBrowskingViewHelper from division b...
2015-05-16
- 23:57 Revision 5dc432bf: [TASK] Replace GeneralUtility::inList() with isset() within loops
- Rule of thumb should be to use GeneralUtility::inList() for
single checks of lists with unknown values only. Within l... - 21:28 Revision c6cc0b53: [!!!][TASK] Rewrite ValueSlider to AMD module
- Resolves: #66991
Releases: master
Change-Id: Ib78eab523fb6ecdba415bf4b07e15690794c2da1
Reviewed-on: http://review.typ... - 18:24 Revision 31b2ebd0: [TASK] Speed and cleanup PageRepository
- * use strict checks
* shorten namespaces
* remove count() were possible
Resolves: #65731
Releases: master
Change-Id:... - 15:53 Revision a4f079bd: [BUGFIX] Keep scroll position in Debug Console
- If autoscroll is either disabled or content is written into
an inactive tab, stay at the scroll position of the affec... - 14:51 Revision 2e58c071: [TASK] styleguide: TCA: Add additional configurations for slider wizards
- 12:24 Revision fa1b53df: [TASK] Update twbs/bootstrap to 3.3.4
- Resolves: #66969
Releases: master
Change-Id: Icd0e6a2193da9868c1456061dd089ee293329afe
Reviewed-on: http://review.typ... - 02:36 Revision da89fcf5: [BUGFIX] Constant editor doesn't show new values after save
- Re-read the constant values to be displayed in the form after a data
update was performed.
Resolves: #65824
Releases...
2015-05-15
- 20:50 Revision 5d5bb1c4: [TASK] Cleanup of TYPO3\CMS\Core\Localization and Charset
- * Make use of use-statements
* fix typos
* properly align comments
* fix PHPDoc
* fix bool signatures
* remove unused... - 15:53 Revision bb5e63bb: [BUGFIX] Fix usage of moment.js in Language
- Fix the import of moment.js in the RequireJS module used
in the Language backend module.
Resolves: #66931
Releases: ... - 15:00 Revision 519f170f: [TASK] Streamline table wizard
- Releases: master
Resolves: #66971
Change-Id: Id0da50761c8197559a2298b321fe283a975f71a3
Reviewed-on: http://review.typ... - 14:58 Revision 5cd1d6c6: [BUGFIX] Valid Content-Type header for jpg thumbnails
- Use "Content-Type: image/jpeg" instead of invalid "image/jpg" derived
from the file extension. The invalid Content-Ty... - 14:53 Revision 8f20d1e4: [BUGFIX] Valid Content-Type header for jpg thumbnails
- Use "Content-Type: image/jpeg" instead of invalid "image/jpg" derived
from the file extension. The invalid Content-Ty... - 14:49 Revision a1707ef5: [BUGFIX] Render section index menu if page is not in menu
- This patch fixes the behaviour that a section index menu
is not rendered, if the page whose sections should be shown
... - 14:28 Revision c5b7a0d9: [BUGFIX] Temporary filename collision in imageMagickConvert()
- Add more entropy to the temporary filename used by imageMagickConvert()
to ensure different processing configurations... - 13:38 Revision 88946aad: [TASK] Remove unused module file list CSS
- Releases: master
Resolves: #66967
Change-Id: I81d74108e4ec4e98c239616ce1e880b3e03bf1d3
Reviewed-on: http://review.typ... - 11:47 Revision d4f4bcd9: [TASK] Update moment to 2.10.3
- Resolves: #66964
Releases: master
Change-Id: I08aa8539c1ba13cfd31a2a3902252877c4dd40ae
Reviewed-on: http://review.typ... - 11:46 Revision 3a7abd47: [TASK] Update cropper to 0.9.3
- Resolves: #66965
Releases: master
Change-Id: I9ee15614e785475ea6ff1656de861bf32b6548df
Reviewed-on: http://review.typ... - 11:19 Revision 2bc82c67: [TASK] Cleanup CSS and JS in documentation module
- Releases: master
Resolves: #66966
Change-Id: I18ee4c51727641d3b2ba8ce352c9622e65d31307
Reviewed-on: http://review.ty... - 08:37 Revision 53b1ea23: [TASK] Cleanup DragUploader CSS
- Releases: master
Resolves: #66963
Change-Id: If2c346be8c19da2585a4758a8ee5dc6f4d7266ec
Reviewed-on: http://review.typ... - 00:58 Revision c3466d9a: [TASK] Update DataTables to 1.10.7
- Resolves: #66271
Releases: master
Change-Id: I6be3264173e69d6ebf36367ecb8947b7d699f978
Reviewed-on: http://review.typ... - 00:54 Revision e1eab1eb: [TASK] Update jQuery UI to 1.11.4
- Resolves: #66960
Releases: master
Change-Id: Ic18dc244f0a2ea0f50de91b2a75e85c26dd082a1
Reviewed-on: http://review.typ... - 00:47 Revision 2972b435: [TASK] Update autosize to 3.0.4
- Resolves: #66962
Releases: master
Change-Id: Iff42da671e40f12c999afabca69ea5a3be007be3
Reviewed-on: http://review.typ... - 00:44 Revision 65b099a0: [TASK] Update nprogress to 0.2.0
- Resolves: #66961
Releases: master
Change-Id: I787fffe94cfe8ecc369019e011b8dbaf75a8446b
Reviewed-on: http://review.typ... - 00:24 Revision c9b4f150: [TASK] Cleanup deprecated and unused CSS definitions
- Releases: master
Resolves: #66958
Change-Id: I9916e8445126d8197348e9cc018337bf20719abd
Reviewed-on: http://review.typ...
2015-05-14
- 16:40 Revision c723ca9e: [BUGFIX] Resolve dependencies on extension update
- For installed extensions the (new) dependencies have to be resolved
on extension update. If the extension isn't insta... - 16:25 Revision 2362c1bc: [FOLLOWUP][BUGFIX] Add extension precedence
- Before calling TYPO3 package methods, we must ensure
we have the correct instance.
All active composer packages are ... - 16:23 Revision e9bbe7f2: [FOLLOWUP][BUGFIX] Add extension precedence
- Before calling TYPO3 package methods, we must ensure
we have the correct instance.
All active composer packages are ... - 14:32 Revision 1f523cfa: [BUGFIX] Allow protocol in TCEMAIN.previewDomain
- If a backend uses https as protocol and the installation
is a muti domain installation, the https protocol can lead
t... - 14:30 Revision 5063a2bd: [BUGFIX] Allow protocol in TCEMAIN.previewDomain
- If a backend uses https as protocol and the installation
is a muti domain installation, the https protocol can lead
t...
2015-05-13
- 16:23 Revision 63a94d76: [BUGFIX] Select correct module in User Settings
- If the first entry of the select box is chosen (option has an
empty value), this selection is preserved now after sav... - 15:24 Revision 55abd0e7: [TASK] Add manual for moved signal "postProcessMirrorUrl"
- The signal "postProcessMirrorUrl" was moved while refactoring the
"Language" backend module. Add a Breaking ReST manu... - 14:33 Revision 19da138d: [TASK] styleguide: TCA: Move select special types to own tab and add some
- 10:45 Revision 697d9fef: [BUGFIX] Re-integrate missing slot "postProcessMirrorUrl"
- The slot "postProcessMirrorUrl" got lost while refactoring the
"Language" backend module. It is re-integrated with th... - 10:01 Revision 1e7f169b: [TASK] styleguide: TCA: Add a group internal_type file as flex container element
2015-05-12
- 16:59 Revision 84638f27: Revert "[TASK] Make \Be\Menus\ActionMenuItemViewHelper compilable"
- This reverts commit 9695759844f2c4981339aff77be50340f8c6b1b6.
Reason for the revert is that initialize() of the abst... - 16:01 Revision 0d72276e: [TASK] Travis: Verify no git submodule exists
- With backport of issue #66473 a git submodule definition was
accidently commited. The patch adds an additional travis... - 14:22 Revision a12445e0: [BUGFIX] remove wrong code suggestion from GMENU
- Remove the wrong code suggestion "wrapItemAndSub" from GMENU in t3editor
Change-Id: Ibcac99c49bc0d4a68e759b4878eb1c9... - 13:24 Revision 59d75c05: [TASK] Travis: Verify no git submodule exists
- With backport of issue #66473 a git submodule definition was
accidently commited. The patch adds an additional travis... - 10:53 Revision ecbc3fde: [TASK] Remove global configuration option to disable RTE
- The option to disable the RTE configuration is in the Core
and always active. The global option is always overridden
... - 10:37 Revision 44dd1499: [TASK] use include for checking update scripts
- Instead of using eval() the EM includes temporary files with the
modified contents of class.ext_update.php to check i... - 10:36 Revision 88dd4898: [TASK] use include for checking update scripts
- Instead of using eval() the EM includes temporary files with the
modified contents of class.ext_update.php to check i... - 09:49 Revision cbb47410: [TASK] Remove option to show TYPO3 version in backend login
- Resolves: #66902
Releases: master
Change-Id: Icbde70171d848b97ecf2da9af4598236cfc53656
Reviewed-on: http://review.typ... - 09:48 Revision 524f7cb7: [TASK] Move global code from backend.php to BackendController
- Resolves: #66901
Releases: master
Change-Id: I5a2540a1ee41c80ebf9e3744e26f24489d6c448f
Reviewed-on: http://review.typ... - 09:24 Revision e7146367: [BUGFIX] Wrong HTML in ModuleMenu main modules
- There is one span too many in the module menu after the switch to sprite icons.
The change removes one span tag, but... - 09:05 Revision e12a9da6: [BUGFIX] Don't use modulemenu classes in topbar
- When the startModule setting is empty a strange behaviour
takes place. This happens because the module menu classes a...
2015-05-11
- 22:30 Revision e445a103: [TASK] FormEngine: Simplify element name resolving
- Data submitted by FormEngine to DataHandler is prefixed in four
different ways:
* data - Transferred data
* cmd - A d... - 18:55 Revision 3480cf1a: [TASK] Sane index length for "uid_foreign_tablefield"
- The index lengths for the fields "tablenames" and "fieldname"
of table "sys_category_record_mm" are way too big.
It s... - 17:12 Revision 736abab8: [FOLLOWUP][BUGFIX] Allow closures in filters methods for directory items
- This patch adjust the name of the helper function to create a driver
mock as it was renamed in current master.
Relea... - 16:46 Revision 3e8f5c46: [BUGFIX] Fix serializable object creation with PHP 5.6
- This makes use of doctrine/instantiator to catch this and many
other PHP issues when instantiating objects without co... - 15:56 Revision 68e80aae: [BUGFIX] Allow closures in filters methods for directory items
- Instead of checking if a given filter is callable a is_array check
is done. But the filter can also be a closure and ... - 14:30 Revision 3183decd: [BUGFIX] Allow closures in filters methods for directory items
- Instead of checking if a given filter is callable a is_array check
is done. But the filter can also be a closure and ... - 13:20 Revision dba72f3d: [TASK] Make condition ViewHelper compilable in ext:fluid
- Resolves: #66714
Releases: master
Change-Id: If6c2355944405db04b5a6be3972158cc4ed23e05
Reviewed-on: http://review.typ... - 12:59 Revision 9c62b598: [BUGFIX] Proper use of UserSettingsController in ExtdirectTreeCommands
- Use the correct object and it's process() method.
Resolves: #66880
Related: #66868
Releases: master
Change-Id: Ibdfd... - 12:39 Revision 4a7cec86: [BUGFIX] Readonly fields must not render links to allowed tables
- If a field is configured as readOnly, the allowed tables below
should not be linked to the Element Browser
Change-Id... - 12:07 Revision b52b9ae7: [TASK] Simplify PHP lint execution
- This simplifies PHP lint execution in Travis by ensuring lint
errors are outputted to stderr and drops everything els... - 10:36 Revision 708a3930: [TASK] styleguide: TCA: add group readonly example
- 09:57 Revision 654e9903: [TASK] Display info about registered Extractors in Task "Metadata Extract"
- In the context of the Scheduler, the task "Metadata Extract" will have no
effect if no Extractor is registered - whic... - 09:37 Revision 2476e12a: [TASK] Display info about registered Extractors in Task "Metadata Extract"
- In the context of the Scheduler, the task "Metadata Extract" will have no
effect if no Extractor is registered - whic...
2015-05-10
- 22:27 Revision 1a877f22: [BUGFIX] Activate runtimeActivatedPackages without cache clearing
- Currently you have to clear all caches manually to use runtime activated
packages because they are not included in th... - 17:09 Revision 0ec990c1: [TASK] Replace icon for secondary options in RecordList
- Replace fa-cog with fa-ellipsis-h.
Resolves: #66875
Releases: master
Change-Id: I767c2f3dc47c99a704ba4de37e53acbf6fa...
2015-05-09
- 23:50 Revision c576bfe0: Revert "[BUGFIX] Fix serializable object creation with PHP 5.6"
- This reverts commit 169a6b2f0ea77e9d050dd8de4139ecdd72facc9d.
This commit added a submodule for
typo3/contrib/vendor... - 17:07 Revision d85741e9: [!!!][TASK] Move usage of BackendUserSettingsDataProvider
- Move usage of BackendUserSettingsDataProvider to the new Storage.js
Resolves: #66868
Releases: master
Change-Id: Ibc... - 17:06 Revision 4cc680ed: [FEATURE] Allow module menu items to use sprite icons
- In the course of the 7.x development, the main modules (web / file etc.)
have received a hard-coded list of fontaweso... - 17:05 Revision a89d3765: [TASK] Massive performance improvement for page tree
- This patch improves the performance by removing delays.
A single click in the tree loads the page now significantly ... - 16:22 Revision 302cddd3: [BUGFIX] Fix broken link to anchor
- Due to wrong quoting, the links to anchors are broken.
Resolves: #66854
Releases: master, 6.2
Change-Id: I4a52dc6cea... - 16:16 Revision 11170b11: [BUGFIX] Fix broken link to anchor
- Due to wrong quoting, the links to anchors are broken.
Resolves: #66854
Releases: master, 6.2
Change-Id: I4a52dc6cea... - 15:49 Revision b7e70fcb: [BUGFIX] Show sectionIndex from referenced page
- If a page is configured to show content from another pid the menu
of type sectionIndex has to fetch the content eleme... - 15:48 Revision 969f7506: [BUGFIX] Show sectionIndex from referenced page
- If a page is configured to show content from another pid the menu
of type sectionIndex has to fetch the content eleme... - 15:39 Revision 477635c9: [TASK] Makes sys_note/EditLinkViewHelper compilable
- Resolves: #66867
Releases: master
Change-Id: I30ef465f92589d2fcbf379a32700959735b9a41a
Reviewed-on: http://review.typ... - 15:37 Revision c1440f4d: [TASK] Makes sys_note/DeleteLinkViewHelper compilable
- Resolves: #66866
Releases: master
Change-Id: Ib10e6cca908321d81b3a7aa1919cee0e962fc25e
Reviewed-on: http://review.typ... - 14:16 Revision 169a6b2f: [BUGFIX] Fix serializable object creation with PHP 5.6
- This makes use of doctrine/instantiator to catch this and many
other PHP issues when instantiating objects without co... - 13:37 Revision 7977ac6b: [BUGFIX] Indexed_search extbase plugin support for mysql fulltext search
- Add three getters for IndexSearchRepository and SearchFormController
to have a common api for accessing data needed b... - 02:07 Revision 47482f8a: [TASK] Show edit icon on hovering the page title
- If an user hovers the page title in "List" or in "Page" module,
show an edit icon next to the page title to indicate ... - 01:12 Revision 275a8cf9: [TASK] Remove dependency to tab.js in FormEngine
- Resolves: #66849
Releases: master
Change-Id: Iad61ca580344c9794d8ad19721c11689fc5a2e16
Reviewed-on: http://review.typ... - 00:34 Revision 41040af4: Revert "[TASK] Change if conditions in LocalizationUtility"
- This reverts commit 217954659043ff6ed48a2d5f2e1f6c3207cb9b21.
LocalizationUtility patch breaks labels, see screensho... - 00:23 Revision 0d6765bd: [TASK] FormEngine: Simplify placeholder and NULL handling
- FormEngine / DataHandler have logic to distinguish between NULL and
empty strings as values written to the database. ...
2015-05-08
- 23:48 Revision 21795465: [TASK] Change if conditions in LocalizationUtility
- With each call to translate we call isFirstPartOfString.
This method is really fast but in case of extensionmanager
i... - 23:37 Revision 2bc21962: [FEATURE] Add TemplateRootPaths support to cObject FLUIDTEMPLATE
- cObject FLUIDTEMPLATE is extended with `templateRootPaths` and
`templateName`. Now you can set a template name and wh... - 23:18 Revision 89cbe117: [BUGFIX] Fix serializable object creation with PHP 5.6
- This makes use of doctrine/instantiator to catch this and many
other PHP issues when instantiating objects without co... - 22:51 Revision afd54ca7: [TASK] Add support for SPATIAL index type
- Add support for "SPATIAL" keys to the SqlSchemaMigrationService.
Ignoring the subpart/key length for this type of in... - 20:33 Revision dff6c566: [BUGFIX] Make subheaders aware of possible default header layouts
- Releases: master
Resolves: #40462
Change-Id: Iec9eb9886b3b4605054acf32d79d635cefcb0bfc
Reviewed-on: http://review.typ... - 11:39 Revision 700c31ab: [BUGFIX] Avoid exception when validating FQCN
- Strip the leading backslash of the fully qualified classname to avoid the
exception "1420281366" when using @validate... - 10:52 Revision f7dd529d: [BUGFIX] Add required to classStdWrap to avoid broken class names
- Releases: master
Resolves: #46304
Change-Id: I34e193bcb3db7f328e1f2aad494857c50efd16a5
Reviewed-on: http://review.typ... - 08:43 Revision cebf4fad: [BUGFIX] Respect file create mask for PackageStates file
- The PackagesStates file needs to respect the configured file create
mask upon creation.
Resolves: #66337
Releases: m... - 08:41 Revision 6de4beaf: [BUGFIX] Respect file create mask for PackageStates file
- The PackagesStates file needs to respect the configured file create
mask upon creation.
Resolves: #66337
Releases: m... - 08:15 Revision 1efdf579: [BUGFIX] Add missing stdWrap to includeRecordsWithoutDefaultTranslation
- Releases: master
Resolves: #57087
Change-Id: I83454c261dc4c23abcccb46661d8eb2dc3d56904
Reviewed-on: http://review.typ... - 07:10 Revision 37990c9d: [!!!][TASK] Remove some deprecated parts in Extbase Persistence
- Change-Id: I22d1b9868ffd65785edd10ca0b75479e1774c046
Resolves: #63835
Releases: master
Reviewed-on: http://review.typ...
2015-05-07
- 19:17 Revision 3d39a202: [TASK] Remove dependency to $this->formEngine->RTEcounter
- There is a global counter in PHP to handle the sequence of
RTE's in one form. This is given along a long everywhere
b... - 19:01 Revision afe53120: [FOLLOWUP][TASK] Refactor debugger console
- Remove unused JavaScript file
Resolves: #65956
Releases: master
Change-Id: I6e79a454d24cdc9b16e953ff1d24f4512a97e314... - 17:16 Revision 0f31f454: [BUGFIX] DBAL: Permission error when saving a new record
- Last generated ID is not stored and makes the authorization
check fail when the record is saved and edited.
Change-I... - 17:14 Revision 90875742: [BUGFIX] DBAL: Permission error when saving a new record
- Last generated ID is not stored and makes the authorization
check fail when the record is saved and edited.
Change-I... - 17:10 Revision 4f3baa93: [BUGFIX] ADOdb: mssqlnative driver is not properly initialized
- Problems:
- Empty username/password should use Windows Authentication
- Character set is not used when connecting
- ... - 17:08 Revision e70df588: [BUGFIX] ADOdb: mssqlnative driver is not properly initialized
- Problems:
- Empty username/password should use Windows Authentication
- Character set is not used when connecting
- ... - 10:39 Revision c3a5d653: [FOLLOWUP][BUGFIX] File list breaks with DBAL
- Releases: master, 6.2
Resolves: #66825
Change-Id: I5c649ddea7d0d5a9b8cffca09844c86d321fa85e
Reviewed-on: http://revie... - 10:39 Revision 5c8e6386: [FOLLOWUP][BUGFIX] File list breaks with DBAL
- Releases: master, 6.2
Resolves: #66825
Change-Id: I5c649ddea7d0d5a9b8cffca09844c86d321fa85e
Reviewed-on: http://revie... - 10:20 Revision 69bfc1b2: [BUGFIX] File list breaks with DBAL
- Unsupported double quotes used in database statements.
Change-Id: I8461d1d3acc57a3d543dbdf1d6450d2513eb661d
Releases... - 10:20 Revision 3a9df000: [BUGFIX] File list breaks with DBAL
- Unsupported double quotes used in database statements.
Change-Id: I8461d1d3acc57a3d543dbdf1d6450d2513eb661d
Releases... - 08:57 Revision b6dad8fc: [!!!][TASK] Remove IdentityMap from persistence
- The IdentityMap class has been deprecated since 6.1 and is removed
from the Extbase persistence.
Resolves: #66429
Re... - 08:46 Revision 54d8e7d9: [TASK] Deprecate configureModule in extbase ExtensionUtility
- There is a duplicate function placed in EXT:extbase/ExtensionUtility
and in ExtensionManagementUtility in the core.
...
2015-05-06
- 21:57 Revision 541649e4: [BUGFIX] Remove driver id from file move message
- The file move message showed identifiers instead of file and folder names.
Resolves: #64840
Releases: master
Change-... - 14:01 Revision 62cbb206: [TASK] Travis: composer install without --dev
- Dev packages are installed by default now. This throws a
deprecation message from composer in travis for 6.2.
Releas... - 14:01 Revision 47a498a3: [TASK] Upgrade to phpunit 4.6
- Resolves: #66816
Releases: master, 6.2
Change-Id: Ia89add5a1988292770034119f6f93d13045fd784
Reviewed-on: http://revie... - 13:28 Revision 8111ad47: [TASK] Upgrade to phpunit 4.6
- Resolves: #66816
Releases: master, 6.2
Change-Id: Ia89add5a1988292770034119f6f93d13045fd784
Reviewed-on: http://revie... - 11:28 Revision d56a427b: [BUGFIX] Do not gather log info in DataHandler if logging is disabled
- If DataHandler->enableLogging=FALSE is set, do not compile log
information instead of gathering and discarding it aft... - 10:26 Revision b91fefbe: [TASK] Remove not used ExtDirect component for ext:context_help
- Resolves: #66811
Releases: master
Change-Id: Ibcb962d5596cbee34e551ff8a067ebcb91533b1a
Reviewed-on: http://review.typ... - 10:18 Revision 44d67724: [TASK] styleguide: Add missing visibility keyword to some methods
- 10:13 Revision cc9edaea: [TASK] styleguide: Move FormEngine related user functions to sub directory
- 10:05 Revision 4da2b70f: [TASK] styleguide: Rename and move EM user function
- 10:02 Revision b16b6368: [TASK] Replace $TYPO3_CONF_VARS mentions EXT:install
- The usage of $TYPO3_CONF_VARS is highly discouraged, replace the
mentions in the Install Tool with $GLOBALS['TYPO3_CO... - 09:52 Revision c8e7b03a: [TASK] styleguide: Make kauderwelsch a service
- 09:34 Revision 3811de1f: [BUGFIX] Install Tool: Avoid caching
- Install Tool bootstrap initializes the cache system and sets
all caches to NullBackend for increased stability of the... - 08:52 Revision d913bf81: [FOLLOWUP][TASK] Make ViewHelpers compilable in ext:install
- Resolves: #66757
Releases: master
Change-Id: Icba1a587b460618b65a93242c4f29260e1781d93
Reviewed-on: http://review.typ...
2015-05-05
- 21:40 Revision 0dcdbdec: [TASK] Drop index length from "uid_foreign_tablefield"
- The index lengths for the fields "tablenames" and
"fieldname" are set to 255. The field lengths itself
are also set t... - 21:39 Revision c79e3d5e: [TASK] Add human readable sections names in Install Tool
- For usability reasons, prepend human readable sections names
in the "All Configuration" site of the Install Tool.
Re... - 21:39 Revision ad6b2107: [TASK] Make ViewHelpers compilable in ext:install
- Resolves: #66757
Releases: master
Change-Id: I0770af5009cccd65eb632a5d9c14d3d61cf8790f
Reviewed-on: http://review.typ... - 21:28 Revision afba74c3: [CLEANUP] Replace deeply nested if structures by guard clauses
- There are some deeply nested if-structures in the versioning
extension, which get replaced with guard clauses with ea... - 21:15 Revision c39065e4: [BUGFIX] Simulate user: Hide CLI users
- It does not make sense to define user settings for CLI users.
Hide those in the "simulate user" select box.
Resolves... - 20:42 Revision 4d81649c: [TASK] Make CropViewHelper compilable
- Resolves: #66788
Releases: master
Change-Id: I2f6f909be1403e6935e6fa3ed7a83f79fea03382
Reviewed-on: http://review.typ... - 20:42 Revision 05103a34: [TASK] Make HtmlViewHelper compilable
- Resolves: #66791
Releases: master
Change-Id: Ie0535597f64daf40a6c4282f27da5c1f5113c62f
Reviewed-on: http://review.typ... - 20:10 Revision 60661afd: [TASK] Shorten two missed namespaces in ext:info_pagetsconfig
- Shorten the namespace for GeneralUtility
Resolves: #66810
Releases: master
Change-Id: I592a866bad973b3b03439aaef7edd... - 19:50 Revision 62aa996c: [TASK] Deprecate options in CshViewHelper
- Deprecate two options in the CshViewHelper
* iconOnly
* styleAttributes
Resolves: #66789
Releases: master
Change-Id... - 18:27 Revision fb288070: Revert "[!!!][TASK] Refactor property access in compiled fluid templates"
- This reverts commit 3bebd954624564ea64ee5e49bbbadf0a407947eb.
The patch to optimize compiled fluid templates breaks ... - 16:02 Revision eb7baa91: [BUGFIX] Clean up message handling in install tool
- The extension compatibility misuses the install tool message
system for its tests and hands over on-the-fly arrays in... - 15:00 Revision 645b1c81: [BUGFIX] Streamline queue objects on dependency check
- The data stored in different download queues mixes arrays and objects.
Therefore you cannot loop over all queues and ... - 14:38 Revision ff99469c: [BUGFIX] Improve dependency check in extension manager
- This patch solves multiple problems currently occurring
if you try to install an extension:
* check dependencies rec... - 13:47 Revision a459f1b4: [BUGFIX] Streamline queue objects on dependency check
- The data stored in different download queues mixes arrays and objects.
Therefore you cannot loop over all queues and ... - 12:21 Revision 1e580132: [TASK] composer.json should stick to explicit dependencies
- Having non-strict version dependencies in composer.json makes packaging
of TYPO3 CMS unreliable since:
- Cannot prev... - 11:37 Revision 3e8fbb64: [TASK] Move jquery.clearable.js to ext:backend
- This also makes jquery.clearable a solid standalone
AMD module.
Resolves: #66161
Releases: master
Change-Id: Id0f01b... - 10:43 Revision a7f9836b: [BUGFIX] Properly set file permissions for FileLocks
- The FileLockStrategy now calls fixPermissions() in order to keep
the lock file accessible if a lock is created by a d... - 09:33 Revision bc179ede: [BUGFIX] Prevent root folder listing for users
- If a user hasn't any file mount defined or the defined file mounts
don't exist the root folder of the storage is show...
2015-05-04
- 14:21 Revision 86e5f89b: [TASK] styleguide: Remove unused code
- 13:57 Revision 0d317a70: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/21 from lolli42/master
- Basic travis-ci integration
- 13:57 Revision d0efbf1f: [TASK] Make ViewHelpers compilable in ext:extensionmanager
- Format/ImplodeViewHelper
InstallationStateCssClassViewHelper
TimeSinceLastUpdateViewHelper
Typo3DependencyViewHelper
... - 13:53 Revision 7896781a: [TASK] Make ViewHelpers compilable in ext:beuser
- Resolves: #66775
Releases: master
Change-Id: Icc97f6587097a0eab155edbd6eb12ef03f65d524
Reviewed-on: http://review.typ... - 13:49 Revision 3e3d52f3: [TASK] styleguide: Another .travis.yml try - I should read what I'm typing ...
- 13:45 Revision 5d5636be: [TASK] styleguide: Another .travis.yml bug
- 13:45 Revision b726a06d: [TASK] Hide "Remaining characters" below date fields
- Resolves: #66694
Releases: master
Change-Id: Iade12b524b54a000419ff3dad0d4638d78f967cd
Reviewed-on: http://review.typ... - 13:41 Revision a139e54f: [TASK] styleguide: Fix a .travis.yml bug
- 13:35 Revision 8aefc628: [TASK] styleguide: Create .travis.yml and travis runtime environment
- 11:12 Revision 466b0ce2: [FOLLOWUP] Add templateRootPaths support to StandaloneView
- Removed the partly implemented $throwException parameter.
Resolves: #66709
Releases: master
Change-Id: I6624bf41a425...
2015-05-03
- 17:00 Revision f0a98e86: [BUGFIX] Prevent infinite loop in FAL access check
- If you have a storage which defines the processed folder in another
storage an infinite loop occurs when accessing th... - 16:56 Revision 3d50d1f6: [BUGFIX] Prevent infinite loop in FAL access check
- If you have a storage which defines the processed folder in another
storage an infinite loop occurs when accessing th... - 14:55 Revision 1bc1e41e: [TASK] Refactor util.js to AMD module
- Resolves: #66275
Releases: master
Change-Id: I7269002dc5a5a656f407273a3c0dc87752758a39
Reviewed-on: http://review.typ... - 13:44 Revision b175e121: [BUGFIX] Activate runtimeActivatedPackages without cache clearing
- Currently you have to clear all caches manually to use runtime activated
packages because they are not included in th... - 13:17 Revision 17d82df8: [BUGFIX] Improve dependency check in extension manager
- This patch solves multiple problems currently occurring
if you try to install an extension:
* check dependencies rec... - 13:02 Revision 048bd64e: [FEATURE] Add templateRootPaths support to StandaloneView
- StandaloneView is extended with setTemplateRootPaths() and
setTemplate() so it supports the same template path fallba... - 13:00 Revision 75eb4cf5: [TASK] Make ViewHelpers compilable in ext:indexed_search
- Resolves: #66759
Releases: master
Change-Id: I39087794f7ed18d12514f6331dfba6a9767188d7
Reviewed-on: http://review.typ... - 12:55 Revision 8d0e109c: [TASK] Makes beuser/EditRecordViewHelper compilable
- Resolves: #66763
Releases: master
Change-Id: Ie7697c5d9eead20edfeb7c278d97a72f7598e394
Reviewed-on: http://review.typ... - 12:52 Revision d0a63106: [TASK] Make Link/TypolinkViewHelper compilable
- Resolves: #66767
Releases: master
Change-Id: Ibbab38408b4c5bf16cf74ea57d8f62b86e62b9c4
Reviewed-on: http://review.typ... - 12:45 Revision 15beabd2: [CLEANUP] EXT:backend/Classes/Wizard/*.php
- * declare missing class variable
* remove unused variables
* correct typos
* use === for comparison
* use getters ins... - 12:26 Revision 227f5506: [TASK] Makes beuser/RemoveUserViewHelper compilable
- Resolves: #66769
Releases: master
Change-Id: I4b1f9f5d4727ce7a4dcbd557f1fd15c078933bdc
Reviewed-on: http://review.typ... - 12:25 Revision a4b03cb0: [TASK] Enable session watcher in debug mode
- Enable the session watcher when debugging is enabled
in the backend, as the session still times out anyway.
Resolves... - 12:23 Revision 435b4743: [TASK] Makes beuser/IssueCommandViewHelper compilable
- Resolves: #66764
Releases: master
Change-Id: I404c60a1a4a19f84abe3a85b3c42e9d34be77317
Reviewed-on: http://review.typ... - 11:47 Revision d44b84f4: [TASK] Removes beuser/SectionViewHelper
- As this ViewHelper is not needed anymore, no need to refactor.
Resolves: #66770
Releases: master
Change-Id: I3a797c3... - 11:45 Revision 783b24d6: [TASK] Makes beuser/SwitchUserViewHelper compilable
- Resolves: #66772
Releases: master
Change-Id: Ia3d3f3dfe85353fb7ca6303a40f586a9df55d563
Reviewed-on: http://review.typ... - 11:40 Revision 6a21d0a3: [TASK] Makes belog/HistoryEntryViewHelper compilable
- Resolves: #66762
Releases: master
Change-Id: I81abbaefc6b5af6d3d6f28cc2edb341af5e4440a
Reviewed-on: http://review.typ... - 11:32 Revision 0c095a71: [TASK] Makes beuser/SpriteIconForRecordViewHelper compilable
- Resolves: #66771
Releases: master
Change-Id: Ie3e753257939922a38e70f1ce9acdf0cbaf8cdb2
Reviewed-on: http://review.typ... - 11:15 Revision 36f264a9: [FOLLOWUP] Add missing CompilableInterface to PageViewhelper
- Resolves: #66766
Releases: master
Change-Id: I7c1daace874ce73f202159058321d96059ca7539
Reviewed-on: http://review.typ... - 11:09 Revision 3bebd954: [!!!][TASK] Refactor property access in compiled fluid templates
- Using ObjectAccess::getPropertyInternal is pretty expensive if called
repeatedly as can happen in bigger templates. O... - 00:02 Revision 94330de6: [FOLLOWUP] Make FormatsViewHelper compilable
- This patch is a follow-up to fix broken ExtensionManager.
Resolves: #66760
Releases: master
Change-Id: I2f4023e220ac...
2015-05-02
- 23:43 Revision a2fe59ff: [BUGFIX] Reload classAliasMap after extension installation
- If an extension is installed at least the system cache is cleared
which throws away all defined class aliases as well... - 23:39 Revision fdabc842: [FOLLOWUP] Reload classAliasMap after extension installation
- Fix unit tests.
Releases: master, 6.2
Resolves: #66696
Related: #65141
Change-Id: Iab641bb9e64280bfd81d0c1ca43b78ee0... - 23:23 Revision c70f3d8d: [TASK] Add extension precedence
- This patch re-adds the possibility to overwrite system or global
extensions with local ones from typoconf/ext.
Relea... - 23:05 Revision fcec4ef2: [BUGFIX] Reload classAliasMap after extension installation
- If an extension is installed at least the system cache is cleared
which throws away all defined class aliases as well... - 22:58 Revision 17408213: [TASK] Add extension precedence
- This patch re-adds the possibility to overwrite system or global
extensions with local ones from typoconf/ext.
Relea... - 22:25 Revision 63557af7: [TASK] Make FormatsViewHelper compilable
- Resolves: #66760
Releases: master
Change-Id: I4556adcd18955f2373a06e22c3f060c2a459c870
Reviewed-on: http://review.typ... - 22:19 Revision c0c563cd: [BUGFIX] Resolve dependencies on extension upload
- Currently no dependency is checked if an extension is installed by
uploading an extension file (t3x, zip). This might... - 21:44 Revision b2443a9e: [BUGFIX] Prevent root folder listing for users
- If a user hasn't any file mount defined or the defined file mounts
don't exist the root folder of the storage is show... - 21:41 Revision a48e1574: [TASK] Make ModuleLinkViewHelper compilable
- Resolves: #66752
Releases: master
Change-Id: I974515fb8be762ef7105171956e1e7d053111a4e
Reviewed-on: http://review.typ... - 21:21 Revision 8f520e0c: [TASK] Makes DebugViewHelper compilable
- Resolves: #66721
Releases: master
Change-Id: Ieae0a99500ef19bf428819906d05e9ed1643b6c0
Reviewed-on: http://review.typ... - 21:16 Revision d4a67876: [TASK] Make IconViewHelper compilable in ext:reports
- Resolves: #66756
Releases: master
Change-Id: Ic14351320748987ba087abb8f2f34c8175d528d4
Reviewed-on: http://review.typ... - 21:13 Revision 5b8b918f: [TASK] Remove initializeArguments method from IconViewHelper
- The initializeArguments method does not play well with
renderStatic. Therefore the registered argument is merged into... - 21:09 Revision b887dfcd: [!!!][TASK] Remove RenderingContextAwareInterface
- The RenderingContextAwareInterface was never used and should therefore
be removed as it introduces unnecessary overhe... - 21:07 Revision ec5dad1f: [BUGFIX] DBAL backend module crashes when loading
- Change-Id: Id15595133cbee22623538bb23896561df47413de
Releases: master
Resolves: #66642
Reviewed-on: http://review.typ... - 20:58 Revision 55b63a7a: [TASK] Makes Uri/TypolinkViewHelper compilable
- Resolves: #66717
Releases: master
Change-Id: I55d6e21b0bf474b73f8c51bc07a6f4deaa417b23
Reviewed-on: http://review.typ... - 20:50 Revision 96957598: [TASK] Make \Be\Menus\ActionMenuItemViewHelper compilable
- Implement CompilableInterface
getTagBuilder to get the TagBuilder for renderStatic function
Resolves: #66751
Release... - 20:24 Revision cb2062d6: [FEATURE] Added ActionMenuItemGroupViewHelper
- Using this ViewHelper we can use OptGroups in the backend selectfield
which controls which function selected.
Resolv... - 19:35 Revision 92a8f623: [TASK] Cleanup usage of InfoboxViewHelper
- In several places in the core, the InfoboxViewHelper was used in controller
context. This patch changes this and make... - 19:33 Revision ede2d2cf: [!!!][BUGFIX] Fix usage of issueCommand() and T3_THIS_LOCATION
- Multiple usages of T3_THIS_LOCATION are removed as its usage
make only sense in JavaScript context.
issueCommand() t... - 19:28 Revision 3a1dbb27: [TASK] Makes InfoboxViewHelper compilable
- Resolves: #66723
Releases: master
Change-Id: I8a1a8c943e0e347df55d12712f5ec66684c56a77
Reviewed-on: http://review.typ... - 19:14 Revision fcc1c47c: [TASK] Makes PagePathViewHelper compilable
- Resolves: #66724
Releases: master
Change-Id: I8068c7d0876c8ba5f095ae2b65fd4da118ede486
Reviewed-on: http://review.typ... - 19:09 Revision 1236609d: [TASK] Make Uri/ResourceViewHelper compilable
- Releases: master
Resolves: #66748
Change-Id: Id3ebb6bdc3da7d30c651ae178a363d8388d6ce63
Reviewed-on: http://review.typ... - 19:06 Revision a628cba6: [BUGFIX] Resolve dependencies on extension upload
- Currently no dependency is checked if an extension is installed by
uploading an extension file (t3x, zip). This might... - 19:05 Revision b6d94e55: [TASK] Makes belog/Be/PagePathViewHelper compilable
- Resolves: #66750
Releases: master
Change-Id: I8f12587b4f2504709c365fa67a5ff851f16d5f8d
Reviewed-on: http://review.typ... - 18:58 Revision 715d423e: [FOLLOWUP] Make Be/IconViewHelper compilable
- Implement CompilableInterface
Resolves: #66735
Releases: master
Change-Id: Ide848cfceaec84939705c7ea1232f0d2f3dd3597... - 18:44 Revision 7411b954: [TASK] Makes Uri/ExternalViewHelper compilable
- Resolves: #66716
Releases: master
Change-Id: I0d5094091eed5eeb3e846c93b68ea5a804296291
Reviewed-on: http://review.typ... - 18:36 Revision eab1e5e3: [TASK] Make CshViewHelper compilable
- Implement CompilableInterface
Resolves: #66733
Releases: master
Change-Id: Ia2c21adfaafffb580bd4510de7080bfda5f7308d... - 18:26 Revision 7eba6665: [FEATURE] Add uppercamelcase and lowercamelcase to stdWrap.case
- Resolves: #66697
Releases: master
Change-Id: I29b2ebbea58d4dd461a4d130b774303489365a53
Reviewed-on: http://review.typ... - 17:21 Revision 1beb07f0: [TASK] Make Condition ViewHelpers fully static compileable
- All Condition view helpers are now fully compileable and
the default implementation allows for easily implementing
cu... - 17:19 Revision 1dffada8: [BUGFIX] Force hardware acceleration on scrollable elements
- Chrome has problems with repaints on HDPI
devices, this results in empty views after a repaint
that can only brought ... - 16:53 Revision 86a02996: [TASK] Make belog/Classes/ViewHelpers/FormatDetailsViewHelper compilable
- Resolves: #66747
Releases: master
Change-Id: If1199c721e7fcd37a22a5518f72a265fb02ee6d6
Reviewed-on: http://review.typ... - 16:00 Revision 4def9c8c: [TASK] Improve variable access in compiled templates
- This is a slight improvement for variable access in Fluid
that reduces recursions of ``getPropertyPath`` by one level... - 15:50 Revision 20138f8b: [TASK] Add Unittests for Uri/PageViewHelper
- Releases: master
Resolves: #66743
Related: #66737
Change-Id: I043acf0d5d3a3c8be7756d94626611074199c13c
Reviewed-on: h... - 15:47 Revision 4c36b254: [TASK] Improve retrieving distribution list
- If you open the "Get preconfigured distribution" extension manager
function the extension list is retrieved twice. Fu... - 15:41 Revision 40c3382b: [BUGFIX] Adds missing CompilableInterface
- Resolves: #66744
Related: #66736
Related: #66739
Releases: master
Change-Id: Ie41919b30dde3c1aba424e9c4c2711cb502e1b4... - 15:36 Revision ee606666: [TASK] Makes belog/ErrorIconViewHelper compilable
- Resolves: #66734
Releases: master
Change-Id: Ifdc5518cad45d31b27f1ab07aa911dfd3dc0065d
Reviewed-on: http://review.typ... - 15:29 Revision 168232b4: [TASK] Makes belog/IsExtensionLoadedViewHelper compilable
- Resolves: #66739
Releases: master
Change-Id: I7e97d848710e33f63350e158877083a0b87b9669
Reviewed-on: http://review.typ... - 15:27 Revision f191477a: [BUGFIX] Force hardware acceleration on scrollable elements
- Chrome has problems with repaints on HDPI
devices, this results in empty views after a repaint
that can only brought ... - 15:26 Revision ade244e8: [TASK] Make Be/ShortcutViewHelper compilable
- Implement CompilableInterface
Resolves: #66741
Releases: master
Change-Id: I7ddc67ad42e919bda186c2df7595dc9663127315... - 15:17 Revision 283eb122: [TASK] Makes Be/PageInfoViewHelper compilable
- Resolves: #66736
Releases: master
Change-Id: I03d30d3450aacd8a9276e0502ffadfcc7074dcc9
Reviewed-on: http://review.typ... - 14:51 Revision afe03cfe: [FEATURE] Add translation params for category
- Add l10n_mode and l10n_display to TCA Config for category view.
Resolves: #66681
Releases: master, 6.2
Change-Id: I3... - 14:49 Revision 35cbd701: [FEATURE] Add translation params for category
- Add l10n_mode and l10n_display to TCA Config for category view.
Resolves: #66681
Releases: master, 6.2
Change-Id: I3... - 14:17 Revision 2097fc3b: [TASK] Make Uri/PageViewHelper compilable
- Resolves: #66737
Releases: master
Change-Id: Idd2de894364e19d041963a8f585c5a7af47cc254
Reviewed-on: http://review.typ... - 14:13 Revision e6e66738: [TASK] Make Be/IconViewHelper compilable
- Implement CompilableInterface
Resolves: #66735
Releases: master
Change-Id: Ic23df3301ea46a81c8c32268d88dedffee0e4f1a... - 13:53 Revision 89f4ce04: [TASK] Improve retrieving distribution list
- If you open the "Get preconfigured distribution" extension manager
function the extension list is retrieved twice. Fu... - 13:35 Revision 66c3b1f9: [TASK] styleguide: TCA: required inline with minitems and maxitems
- 12:57 Revision f3d84699: [TASK] Make Url/EmailViewHelper compilable
- Resolves: #66715
Releases: master
Change-Id: Iac1648be8a6898077d42844003c194bb17f85f17
Reviewed-on: http://review.typ... - 12:49 Revision 7bb4dbd1: [TASK] Implement CompileableInterface for SwitchViewHelper
- Allows the SwitchViewHelper to be compiled into cached templates.
Until now using the SwitchViewHelper would result i... - 12:43 Revision d7869067: [TASK] styleguide: TCA: Have RTE on own tab and add more example cases
- 11:45 Revision 374c595c: [BUGFIX] Optimize implementation of CompilableInterface
- In some cases the implementation of CompilableInterface is not correct.
Implementing renderStatic and compile at the ... - 11:37 Revision e58bb4e5: [BUGFIX] Prevent wrong information after extension upload
- If you upload an extension it is extracted and installed in separate
steps. If the extraction was successful a flash ... - 11:20 Revision c41ccdd1: [TASK] Travis: functionals not allowed_failure anymore
- I don't always code, but when I do it's functional.
Releases: master
Change-Id: Ifec41da9a344f7ec64c1a5d0c88b1f7f078...
Also available in: Atom