Activity
From 2012-03-30 to 2012-04-28
2012-04-28
- 22:12 Revision 10732b46: [BUGFIX] Do not pass by reference
- PHP passes objects by reference anyway.
Change-Id: I6feca78a06a0e9a95d2ed904fccc3f530026ff6e
Fixes: #36676
Releases:... - 22:12 Revision 35eaff39: [BUGFIX] Do not pass by reference
- PHP passes objects by reference anyway.
Change-Id: I16340254156f286c640f4dc88806c0f191195695
Fixes: #36676
Releases:... - 22:11 Revision 09756844: [BUGFIX] Do not pass by reference
- PHP passes objects by reference anyway.
Change-Id: Ie98ce881100448d7cdfcac51ebea600daa036172
Fixes: #36676
Releases:... - 19:05 Revision 08c02909: [TASK] Add note on removed noBlur TypoScript option to NEWS.txt
- Change-Id: I78c3001968f546e04007a191ec963a0721dee025
Related: #35827
Reviewed-on: http://review.typo3.org/10853
Revie... - 18:33 Revision 1db371c4: [BUGFIX] New task button missing after deleting task
- Change-Id: I7b0dd0ef83d8fe62aeaf12849bcf87b00801eacc
Fixes: #36296
Releases: 6.0, 4.7, 4.6
Reviewed-on: http://review... - 18:30 Revision 0e409018: [BUGFIX] New task button missing after deleting task
- Change-Id: I7b0dd0ef83d8fe62aeaf12849bcf87b00801eacc
Fixes: #36296
Releases: 6.0, 4.7, 4.6
Reviewed-on: http://review... - 17:46 Revision 18fdca0e: [BUGFIX] New task button missing after deleting task
- Change-Id: I7b0dd0ef83d8fe62aeaf12849bcf87b00801eacc
Fixes: #36296
Releases: 6.0, 4.7, 4.6
Reviewed-on: http://review... - 17:09 Revision 210993ac: [FEATURE] Remove noBlur code
- remove the old and ugly noBlur javascript stuff in menu rendering
Change-Id: Ifd4ca7bcb11058b0b4610cc9c3aa5f1dd15d81... - 16:54 Revision ea02437c: [BUGFIX] cropHTML with dash in html element
- Allow dash in regular expression of cropHTML function. It is needed
for recognition of W3C non-standard TYPO3 'link' ... - 16:53 Revision e880be53: [BUGFIX] cropHTML with dash in html element
- Allow dash in regular expression of cropHTML function. It is needed
for recognition of W3C non-standard TYPO3 'link' ... - 16:52 Revision a061fc3c: [BUGFIX] cropHTML with dash in html element
- Allow dash in regular expression of cropHTML function. It is needed
for recognition of W3C non-standard TYPO3 'link' ... - 16:35 Revision e3c17a02: [BUGFIX] Wrong HTTP protocol in combination with a proxy
- When a reverse proxy is configured in $TYPO3_CONF_VARS and you call
t3lib_div::getIndpEnv('TYPO3_SSL') it returns the... - 16:35 Revision 8be224b7: [BUGFIX] Wrong HTTP protocol in combination with a proxy
- When a reverse proxy is configured in $TYPO3_CONF_VARS and you call
t3lib_div::getIndpEnv('TYPO3_SSL') it returns the... - 16:35 Revision 126fb5ea: [BUGFIX] Wrong HTTP protocol in combination with a proxy
- When a reverse proxy is configured in $TYPO3_CONF_VARS and you call
t3lib_div::getIndpEnv('TYPO3_SSL') it returns the... - 16:01 Revision b0b2c022: [BUGFIX] Remove duplicate domain from FE copyright comment
- Since typo3.com was replaced by typo3.org, current frontend copyright
comment shows duplicate domain in copyright:
TY... - 16:01 Revision 5e7ca663: [BUGFIX] Remove duplicate domain from FE copyright comment
- Since typo3.com was replaced by typo3.org, current frontend copyright
comment shows duplicate domain in copyright:
TY... - 16:01 Revision 39b57653: [BUGFIX] Remove duplicate domain from FE copyright comment
- Since typo3.com was replaced by typo3.org, current frontend copyright
comment shows duplicate domain in copyright:
TY... - 15:58 Revision 8df0498e: [FEATURE] Use File Abstraction Layer in RTE
- Change-Id: Ifd6c313eeab812b511b8ae9ae893cc399244b590
Resolves: #36387
Releases: 6.0
Reviewed-on: http://review.typo3.... - 15:57 Revision 50d066f8: [BUGFIX] Remove duplicate domain from FE copyright comment
- Since typo3.com was replaced by typo3.org, current frontend copyright
comment shows duplicate domain in copyright:
TY... - 15:27 Revision baa87a34: [BUGFIX] Show phpinfo() header title
- This is a no-brainer, fixes the bug with the title of
phpinfo() in the Install Tool being hidden from CSS.
Change-Id... - 15:27 Revision 5fe7a23b: [BUGFIX] Show phpinfo() header title
- This is a no-brainer, fixes the bug with the title of
phpinfo() in the Install Tool being hidden from CSS.
Change-Id... - 15:26 Revision 772a20e4: [BUGFIX] Show phpinfo() header title
- This is a no-brainer, fixes the bug with the title of
phpinfo() in the Install Tool being hidden from CSS.
Change-Id... - 15:16 Revision 6290ccb8: [BUGFIX] Show phpinfo() header title
- This is a no-brainer, fixes the bug with the title of
phpinfo() in the Install Tool being hidden from CSS.
Change-Id... - 15:15 Revision 9ae733bf: [FEATURE] Make use of File Abstraction Layer in Frontend
- Change-Id: Ie2a8e10977b2363c75b5a78442460c606cd7b026
Resolves: #33752
Releases: 6.0
Reviewed-on: http://review.typo3.... - 15:15 Revision 278c51f2: [FEATURE] Integrate File Abstraction Layer Indexer Task
- Integrate a scheduler task that takes care of indexing files.
Change-Id: Id967456dbefadc33d1a23e8756e2cfef30f7139a
R... - 15:14 Revision 6aad338a: [FEATURE] Make use of File Abstraction Layer in Backend
- Change-Id: I41ba039e98e077fdd5e4a9aff73fe194f3356308
Resolves: #33751
Releases: 6.0
Reviewed-on: http://review.typo3.... - 15:14 Revision d0c8f290: [FEATURE] Integrate File Abstraction Layer Handling
- The File Abstraction Layer Handling is based on the API and adds
the required TCA tables and configurations, upgrade ... - 15:05 Revision 6fbe111d: [TASK] Add unit tests to new autoloader XCLASS handling
- Add missing tests to the autoloader test case to test the new XCLASS
handling of issue #31893. The patch also fixes a... - 15:03 Revision 3e9177b9: [BUGFIX] EM: avoid cropping action columns
- In some browsers the action icons of the new EM disappear, to be
replaced by an ellipsis (...). This is due to ExtJS ... - 14:13 Revision 04c7b627: [FEATURE] Integrate TCA helper for FAL aware fields
- Integrates a helper method to setup proper TCA for FAL fields.
Change-Id: I68b3026fe3264f6fbbe3e1502c53446af5627082
... - 13:13 Revision 97bbd807: [TASK] Adapt FAL unit tests to new vfsStream version
- The new phpunit extension ships with a vfsStream version
that changed the create methods parameters. Therefore all
vf...
2012-04-27
- 17:38 Revision 62b2a2e0: [BUGFIX] Do not pass by reference
- PHP passes objects by reference anyway.
Change-Id: I47d82c724224ec99dcf0cef2d4c4d42de5c2cf21
Fixes: #36676
Releases:... - 10:29 Revision eae54ad4: [BUGFIX] Hide relations to deleted records
- When displaying a column containing MM-relations in Web > List
view, deleted records will show up, because the MM rel... - 10:29 Revision 5b1262c6: [BUGFIX] Hide relations to deleted records
- When displaying a column containing MM-relations in Web > List
view, deleted records will show up, because the MM rel... - 10:29 Revision 81827c7c: [BUGFIX] Hide relations to deleted records
- When displaying a column containing MM-relations in Web > List
view, deleted records will show up, because the MM rel... - 08:54 Revision b85fefab: [BUGFIX] Hide relations to deleted records
- When displaying a column containing MM-relations in Web > List
view, deleted records will show up, because the MM rel...
2012-04-26
- 16:21 Revision 3a8c3682: [Task] Update changelog and version to 6.0.0-dev
- Change-Id: I70c4354cbae18905680c108ff085418f06fe4f10
2012-04-24
- 11:31 Revision 68e97aa4: [BUGFIX] IRRE hide/unhide broken
- hide/unhide is broken when inline record is not opened before
Change-Id: I87e7ca5ff6eac76fb30a3862ebac2a12830861a7
R... - 11:30 Revision ca9a9913: [BUGFIX] Missing static keyword for addFieldsToUserSettings
- All t3lib_extMgm methods are meant to be called statically.
The function addFieldsToUserSettings is missing the stati... - 10:50 Revision e3b261d6: [BUGFIX] Localize command must preserve type
- When the TCEmain command "localize" is used on a table that has
a type attribute, this type is not copied automatical...
2012-04-23
- 22:52 Revision 9cefbd03: [TASK] Set TYPO3 version to 4.7.1-dev
- Change-Id: I5f093e122a890ff06e0e361c34685797a126f76e
Reviewed-on: http://review.typo3.org/10728
Reviewed-by: TYPO3 v4... - 22:52 Revision 1a914b2f: [RELEASE] Release of TYPO3 4.7.0
- Change-Id: I604697a0bf50ae4a88013a527030f59fe75086ca
Reviewed-on: http://review.typo3.org/10727
Reviewed-by: TYPO3 v4... - 22:52 Revision fd32fe65: [RELEASE] Release of TYPO3 4.7.0
- Change-Id: I604697a0bf50ae4a88013a527030f59fe75086ca
- 16:12 Revision 03c416d2: [TASK] Raise submodule pointer
- Change-Id: Ie6e1fa3dfe3409ad4a9a872f8a882935d1173a9e
Reviewed-on: http://review.typo3.org/10719
Reviewed-by: TYPO3 v4... - 16:11 Revision a91d73a5: [TASK] Raise submodule pointer
- Change-Id: I9faf52d6903975107d961a0b0750da2afddacc7a
Reviewed-on: http://review.typo3.org/10718
Reviewed-by: TYPO3 v4... - 16:03 Revision 8443f734: [TASK] Update version to 4.7.0
- Change-Id: If626db3e812cdd10cf250df2ab4555331ba09c19
Releases: 4.7 - 16:02 Revision 9244ac5e: [TASK] Update version to 4.7.0
- Change-Id: I5223833051da3ec7d2f34dba997396cc1fb77c58
Releases: 4.7 - 16:01 Revision 24c28ec6: [TASK] Update version number of system extensions to 4.7.0
- Change-Id: I850a774c223b08df3d1061be5643a752687255a1
Reviewed-on: http://review.typo3.org/10708
Reviewed-by: Steffen ... - 15:55 Revision e984f13c: [TASK] Update version to 4.7.0
- Change-Id: Ifdfbbb9166927bae7509d524b52cdccb6333b988
Releases: 4.7
Reviewed-on: http://review.typo3.org/10714
Reviewe... - 15:54 Revision 76802b98: [TASK] Update version to 4.7.0
- Change-Id: I6d1c36cf8719e54a64e61fe08ec9703a528d7d9c
Releases: 4.7
Reviewed-on: http://review.typo3.org/10713
Reviewe... - 15:40 Revision c14d698f: Revert "[BUGFIX] Localize command must preserve type"
- This reverts commit 529a59529ffa8f4ea1d7bcf8f39c774af8f706da.
Change-Id: I1ba5c32f94bbe5338c9a8d4495168bdafa0f19fb
R... - 10:10 Revision f33b182e: [BUGFIX] Localize command must preserve type
- When the TCEmain command "localize" is used on a table that has
a type attribute, this type is not copied automatical... - 10:09 Revision d767a1e4: [BUGFIX] Localize command must preserve type
- When the TCEmain command "localize" is used on a table that has
a type attribute, this type is not copied automatical... - 10:08 Revision 529a5952: [BUGFIX] Localize command must preserve type
- When the TCEmain command "localize" is used on a table that has
a type attribute, this type is not copied automatical... - 10:05 Revision ce0e3a39: [RELEASE] Extbase 4.7.0
- Change-Id: I62e0a8dbbf223454f083b08c083333018bc7a67b
- 09:54 Revision 472622d9: [TASK] Update version to 4.7.0
- Change-Id: I5f51ff3b07f6167807ea101ea01f7e8de2971695
- 08:52 Revision 65dd38a0: [BUGFIX] Localize command must preserve type
- When the TCEmain command "localize" is used on a table that has
a type attribute, this type is not copied automatical...
2012-04-22
- 15:07 Revision 7ca368e2: [FEATURE] New token for custom post configuraton in localconf.php
- Some setups require to add a require() statement at the end of the
localconf.php to be able to override the configura... - 14:47 Revision 0ecf9612: [BUGFIX] IRRE hide/unhide broken in master
- hide/unhide is broken when inline record is not opened before
Change-Id: I05a2cb3add21a93e1c893664fa75ff6dfeab83d2
R... - 13:14 Revision e6a25d47: [BUGFIX] cropHTML with dash in html element
- Allow dash in regular expression of cropHTML function. It is needed
for recognition of W3C non-standard TYPO3 'link' ... - 10:19 Revision 38d36a88: [TASK] Remove deprecated extDirect registration
- Change-Id: I87b4c4c4f4c7f5f2ff2f3af388a5b3dfb968eb6c
Resolves: #36408
Releases: 6.0
Reviewed-on: http://review.typo3.... - 10:09 Revision 2b40a5e2: [BUGFIX] Wrong HTTP protocol in combination with a proxy
- When a reverse proxy is configured in $TYPO3_CONF_VARS and you call
t3lib_div::getIndpEnv('TYPO3_SSL') it returns the... - 09:14 Revision 0a1b7b73: [BUGFIX] Clean up the raster
- Cleans up the raster of icons in docheader (row1 & row2) and tree toolbar.
Also aligned backend module headline to tr...
2012-04-21
- 16:16 Revision 2e38cc87: [BUGFIX] Missing static keyword for addFieldsToUserSettings
- All t3lib_extMgm methods are meant to be called statically.
The function addFieldsToUserSettings is missing the stati... - 16:16 Revision c7d5cf5e: [BUGFIX] Missing static keyword for addFieldsToUserSettings
- All t3lib_extMgm methods are meant to be called statically.
The function addFieldsToUserSettings is missing the stati... - 16:09 Revision 9ccbb283: [BUGFIX] Missing static keyword for addFieldsToUserSettings
- All t3lib_extMgm methods are meant to be called statically.
The function addFieldsToUserSettings is missing the stati... - 14:24 Revision a9d37be2: [TASK] Remove deprecated fe_tce
- fe_tce was a weird concept for form data handling from the old days.
It was deprecated with 4.6 and can be removed no... - 13:53 Revision 0a8ab9a6: [TASK] Add logDeprecatedFunction() to two methods
- The methods are annotated as deprecated in the method comments,
but did not log a deprecation message yet.
Change-Id... - 13:41 Revision e1340af3: [TASK] Remove deprecated cObj HTML
- Deprecated since 4.6 and can be removed in 6.0
Change-Id: Id7e77a26d2681480553b86fadfa147cf0f1ffcd2
Resolves: #36402... - 12:10 Revision e3eaae35: [BUGFIX] Ensure $output is used as string
- Problem was introduced by new API t3lib_befunc::helpTextArray()
which changed ::helpText()
Change-Id: Idc055446333bf... - 11:39 Revision fe570831: [BUGFIX] Add rootline workspace overlay for backend_layouts.
- When fetching the rootline inside a workspace
make sure to fetch the correct overlay.
Change-Id: I110cea0f2f989154db... - 11:31 Revision 786dabd0: [BUGFIX] Path utility resolves incorrect
- The path utility resolves incorrect if target path is
only one level below source path.
Example:
From "mypath/" to "...
2012-04-20
- 15:12 Revision 2efae139: [BUGFIX] Pagetree broken due to JavaScript exception
- Sometimes (especially with empty DB Mount) the Pagetree is
broken and stops with a JavaScript Exception. This is due ...
2012-04-19
- 21:10 Revision 47a26c44: [TASK] Create CSS Styled Content TypoScript configuration for v4.7
- For backwards compatibility we keep versions of the CSS Styled Content
TypoScript configuration files selectable as r... - 21:00 Revision 705f0492: [BUGFIX] Usability improvements for Media Element
- Final adaptions to the Media Element to reduce the UI to the
neccessary stuff and better distinguish between HTML5 a... - 19:36 Revision d961f859: [FEATURE] Enhance File Abstraction Layer API
- Enhance File Abstraction Layer API by
* tiny changes in the general behaviour
* general API and method refactoring
* ... - 10:09 Revision fbce0ac6: [BUGFIX] Backend: Fetch correct overlay-version of page inside workspace
- When fetching page-details while using inside a workspace
make sure to fetch the correct overlay.
Change-Id: I4a9b98...
2012-04-18
- 23:00 Revision db1cb1e9: [BUGFIX] Backend: Fetch correct overlay-version of page inside workspace
- When fetching page-details while using inside a workspace
make sure to fetch the correct overlay.
Change-Id: I8b517d... - 21:32 Revision b219bd3d: just to have it committed
- Change-Id: I6145d03e5782f69915b5ee2015e39c7b67495a1a
2012-04-17
- 21:40 Revision 4ccf35b2: [BUGFIX] Media element cannot handle plain external URL
- The media element cannot handle a plain external URL that does
not use any provider like Youtube or Google. Since the... - 19:49 Revision 0e495b17: [BUGFIX] Wrong or missing XCLASS definitions
- Several classes in t3lib/file/ have wrong or missing
XCLASS definitions.
Change-Id: I9669b8a05707bcb49f1995de83087b7... - 17:07 Revision 08b8276d: [TASK] Set TYPO3 version to 4.7-dev
- Change-Id: I4fcd2911526f532b0a79446ef2fa371458d7f389
Reviewed-on: http://review.typo3.org/10593
Reviewed-by: TYPO3 v4... - 17:07 Revision 7a49ef6a: [RELEASE] Release of TYPO3 4.7.0rc2
- Change-Id: Iddabe97452c555dc6dcd95d1927296edbe43c306
Reviewed-on: http://review.typo3.org/10592
Reviewed-by: TYPO3 v4... - 17:07 Revision 0d72d528: [RELEASE] Release of TYPO3 4.7.0rc2
- Change-Id: Iddabe97452c555dc6dcd95d1927296edbe43c306
- 16:40 Revision e8d6b18d: [TASK] Raise submodule pointer
- Change-Id: I328371acdbba5fd69d32adfea2fc9b498877829a
Reviewed-on: http://review.typo3.org/10590
Reviewed-by: TYPO3 v4... - 16:30 Revision 578f863b: [TASK] Update version number to 4.7.0rc2
- Change-Id: I65945c0b3a0d6a30c2a82ed53ef7069076d92dd8
Reviewed-on: http://review.typo3.org/10588
Reviewed-by: Steffen ... - 16:29 Revision 61cfad5f: [TASK] Update version number to 4.7.0rc2
- Change-Id: If550f7703d48ffb6819e66a2ed8a856e47f8aaf2
Reviewed-on: http://review.typo3.org/10587
Reviewed-by: Steffen ... - 16:29 Revision 6208d82c: [TASK] Update version number to 4.7.0rc2
- Change-Id: Ia243e57730674eda69575d2a5086324184479cdd
- 16:27 Revision dc33eadb: [TASK] Update version number to 4.7.0rc2
- Change-Id: I7461e6f48a60d9e89de543953330aa28ad919d9d
- 16:27 Revision 93209951: [TASK] Update version number to 4.7.0rc2
- Change-Id: I79f692659013515f0e0e2af1f26321793af719db
- 16:27 Revision 71b25e14: [TASK] Update version number to 4.7.0rc2
- Change-Id: I236b4e24bbb7a2315e9bce7d86065d6c40643fec
- 15:38 Revision 930d8f87: [TASK] Update NEWS.txt and INSTALL.txt
- Change-Id: I5e7f6d9e286d39ee53616adf8ecc1093d2e52f44
Reviewed-on: http://review.typo3.org/10578
Reviewed-by: Steffen ... - 14:09 Revision c7ba4db8: [BUGFIX] t3lib_div: adjust substUrlsInPlainText to also work on URLs at end of sentence
- Reworked substUrlsInPlainText by using regex.
Adding unittest.
Change-Id: I02958fff76099f010ceae3745794d8f7204106ca
... - 11:33 Revision 3f7c4dce: [TASK] Set TYPO3 version to 4.6.9-dev
- Change-Id: Ifbd1c1cfa51db52941492d1c2f69c75da92eac00
Reviewed-on: http://review.typo3.org/10576
Reviewed-by: TYPO3 v4... - 11:33 Revision 7ba15cdc: [RELEASE] Release of TYPO3 4.6.8
- Change-Id: Ic55701000fd8135a5da8fb4a45f15e0761516af2
Reviewed-on: http://review.typo3.org/10575
Reviewed-by: TYPO3 v4... - 11:33 Revision 0d5eae01: [RELEASE] Release of TYPO3 4.6.8
- Change-Id: Ic55701000fd8135a5da8fb4a45f15e0761516af2
- 11:22 Revision e06143c7: [TASK] Set TYPO3 version to 4.5.16-dev
- Change-Id: I49e9f85bbcb68be9e10dcf2ecffcc9733d58f00e
Reviewed-on: http://review.typo3.org/10574
Reviewed-by: TYPO3 v4... - 11:22 Revision a47d3d72: [RELEASE] Release of TYPO3 4.5.15
- Change-Id: I384bd01320a511cb03235566d4b599e6aee3f084
Reviewed-on: http://review.typo3.org/10573
Reviewed-by: TYPO3 v4... - 11:22 Revision ab3d51ff: [RELEASE] Release of TYPO3 4.5.15
- Change-Id: I384bd01320a511cb03235566d4b599e6aee3f084
- 11:13 Revision 41799595: [TASK] Set TYPO3 version to 4.4.16-dev
- Change-Id: I3993b065b557e6024ae43cf6a3345f4282a6492c
Reviewed-on: http://review.typo3.org/10571
Reviewed-by: TYPO3 v4... - 11:13 Revision 5a58c677: [RELEASE] Release of TYPO3 4.4.15
- Change-Id: I27b6756698e0653d665a59172ab1b70b05e3f02e
Reviewed-on: http://review.typo3.org/10570
Reviewed-by: TYPO3 v4... - 11:13 Revision 0c7e0469: [RELEASE] Release of TYPO3 4.4.15
- Change-Id: I27b6756698e0653d665a59172ab1b70b05e3f02e
- 11:11 Revision 8feb970e: [SECURITY] XSS in exception handler
- Change-Id: Ia22ed1329b422771f95a8538ce91b5dc13afea64
Releases: 6.0, 4.7, 4.6, 4.5, 4.4
Fixes: #34348
Security-Review:... - 11:11 Revision da214b0b: [SECURITY] XSS in exception handler
- Change-Id: I29fb9539be238218ccb6e44c99704b90dbe7802a
Releases: 6.0, 4.7, 4.6, 4.5, 4.4
Fixes: #34348
Security-Review:... - 11:10 Revision e894089c: [SECURITY] XSS in exception handler
- Change-Id: I5d2f174520cfc2ac86ae017d1b2b6e8373400cfb
Releases: 6.0, 4.7, 4.6, 4.5, 4.4
Fixes: #34348
Security-Review:... - 11:10 Revision 34cd65da: [SECURITY] XSS in exception handler
- Change-Id: Id4c3a2cfeb95f4dbf20a2e50b052b2ab75032211
Releases: 6.0, 4.7, 4.6, 4.5, 4.4
Fixes: #34348
Security-Review:... - 11:10 Revision bdcd2d5a: [SECURITY] XSS in exception handler
- Change-Id: I8a8bc19e6ae4e25466570f5c376e018200306730
Releases: 6.0, 4.7, 4.6, 4.5, 4.4
Fixes: #34348
Security-Review:... - 11:05 Revision 223a317b: [TASK] Raise submodule pointer
- Change-Id: I517fae537796b91a8bc8c1c0236f8371f2ade18b
Reviewed-on: http://review.typo3.org/10564
Reviewed-by: TYPO3 v4... - 11:04 Revision 9ee73675: [TASK] Raise submodule pointer
- Change-Id: I285914e18df1e26d3872cd284f84e7f7c69de815
Reviewed-on: http://review.typo3.org/10563
Reviewed-by: TYPO3 v4... - 11:03 Revision da929e39: [TASK] Raise submodule pointer
- Change-Id: I7ed3ae4849c873982cea0ce9456b42ee61f2d9cf
Reviewed-on: http://review.typo3.org/10562
Reviewed-by: TYPO3 v4... - 11:01 Revision 03ed1e3e: [TASK] Raise submodule pointer
- Change-Id: I5e16e9b814fc6a9fe0fc2e8c2dccb4b082928ba6
Reviewed-on: http://review.typo3.org/10561
Reviewed-by: TYPO3 v4... - 09:13 Revision 9e4543bb: [BUGFIX] Media element cannot handle plain external URL
- The media element cannot handle a plain external URL that does
not use any provider like Youtube or Google. Since the...
2012-04-16
- 22:32 Revision 59328ee9: [FEATURE] Allow XCLASSes to be defined via ext_autoload.php
- For XCLASSes to work currently, one needs to
a) set the according XCLASS statement in every PHP file that
can/sho... - 21:12 Revision 9207e265: [FEATURE] Implement configurable background colors for tree branches
- The syntax of the new user typoscript setting:
options.pageTree.backgroundColor.<pageId> = <color>
Change-Id: Ic9125... - 10:52 Revision 5a589e5b: [FEATURE] Improve element "insert record"
- The content element "Insert record" can be improved
by adding it to the content element wizard and by
showing the rel...
2012-04-15
- 21:24 Revision 64d886ac: [BUGFIX] t3lib_div: adjust substUrlsInPlainText to also work on URLs at end of sentence
- Reworked substUrlsInPlainText by using regex.
Adding unittest.
Change-Id: Ic5cc35546602e1d626f88f2cd64b9030f31780d6
... - 17:58 Revision 4d79e106: [TASK] Remove deprecated PHP_SCRIPT* content objects
- PHP_SCRIPT, PHP_SCRIPT_INT and PHP_SCRIPT_EXT content objects are deprecated
and scheduled for removal in TYPO3 6.0. ... - 17:16 Revision 8bb9289b: [BUGFIX] Hardcoded variable in CookieJar.php
- If pear installs a package, it replaces all occurrences of data_dir with
the actual dirname. This should not have hap... - 17:16 Revision b24c02a5: [BUGFIX] t3lib_http_Request can not be loaded in frontend
- Move the include path modification to t3lib/config_default.php
Switch the TYPO3 pear folder in front, to avoid incomp... - 17:16 Revision 7d9ef429: [BUGFIX] rsaauth PHP backend calls key generation on every request
- Problem: openssl_pkey_new is not a simple cheap operation and
for minimal requests (e.g. ajax), this can consume up t... - 17:15 Revision 7e12f97e: [TASK] Change hardcoded URL to constant
- Change hardcoded typo3.org url to the
constant TYPO3_URL_GENERAL in class.typo3logo.php
Change-Id: I850f44246ffdc201... - 17:15 Revision d14ea9e7: [BUGFIX] Send no-cache headers in t3lib_userauth
- Adjust headers sent by t3lib_userauth to prevent caching, if
Internet Explorer is used when downloading files through... - 17:00 Revision 88fbd97d: [TASK] Clean up TYPO3 4.7.0rc1 details in ChangeLog
- Change-Id: Ifbd7f761112b5f301af05981cd54d9ae518e459c
Reviewed-on: http://review.typo3.org/10526
Reviewed-by: Oliver H... - 16:29 Revision 76dc084b: [BUGFIX] Reports: Wrong indication for saltedpasswords
- The reports module shows a wrong status indication for saltedpasswords
if it is configured to forceSalted.
Change-Id... - 00:16 Revision bd08193c: [BUGFIX] Localisation update doesn't work
- Change-Id: I3353dfa5425fab87186dfbb9174bc71ec0acee86
Fixes: #36027
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r... - 00:15 Revision 4fb406ed: [BUGFIX] Localisation update doesn't work
- Change-Id: I3353dfa5425fab87186dfbb9174bc71ec0acee86
Fixes: #36027
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r... - 00:15 Revision fbc03dfa: [BUGFIX] Fix TYPO3 version number
- Change-Id: I54a06d421bfed62b6092089d54a8afb332914323
Releases: 6.0
Reviewed-on: http://review.typo3.org/10496
Reviewe... - 00:15 Revision 32bd0a11: [BUGFIX] Localisation update doesn't work
- Change-Id: I3353dfa5425fab87186dfbb9174bc71ec0acee86
Fixes: #36027
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r...
2012-04-14
- 23:43 Revision 5b4fa9aa: [BUGFIX] Localisation update doesn't work
- Change-Id: I3353dfa5425fab87186dfbb9174bc71ec0acee86
Fixes: #36027
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r... - 23:30 Revision 7409e458: [TASK] CGL violoation in tslib_content_Media
- Change-Id: Id9a353bc3bf38516138425e4e7cf55a72e1c0a5c
Reviewed-on: http://review.typo3.org/10510
Reviewed-by: Steffen ... - 23:30 Revision 4bbc7aba: [TASK] CGL violoation in tslib_content_Media
- Change-Id: I4c799249e512a6dc8320c4324adb7bedc06e33a5
Reviewed-on: http://review.typo3.org/10512
Reviewed-by: Steffen ... - 22:28 Revision f927654e: new extension manager
- Change-Id: Ia3cb4483055b48b704748af39ad472bea3d62ee1
- 21:53 Revision 3a4f577e: [TASK] Remove trailing whitespace
- There must be no empty lines after the closing
PHP tag. Empty lines after closing tags break
output compression in PH... - 20:28 Revision f2990406: [TASK] Remove deprecated TypoScript options
- Change-Id: I96eda4196668b4bf9e2ac2e6301e0a120e160fb4
Resolves: #36058
Releases: 6.0
Reviewed-on: http://review.typo3.... - 20:17 Revision 4c519d74: [BUGFIX] rsaauth PHP backend calls key generation on every request
- Problem: openssl_pkey_new is not a simple cheap operation and
for minimal requests (e.g. ajax), this can consume up t... - 19:22 Revision dc6e3ace: automatic configuration saving
- Change-Id: Ibf59f0944165b24f91e398fcfc8f19d53744a021
- 19:00 Revision cac28da5: [TASK] Remove deprecated method in EXT:setup
- Change-Id: I99dc3d09718801cff95d0a9f124344fd7cbcb686
Resolves: #36054
Releases: 6.0
Reviewed-on: http://review.typo3.... - 18:23 Revision 6d7badc2: [TASK] Remove deprecated methods & properties
- Removes deprecated methods which are annonced to
be removed in Extbase 1.5.0
Change-Id: I9268903a5cdb3bbf541b161f9e3... - 17:26 Revision a4448164: [TASK] Change hardcoded URL to constant
- Change hardcoded typo3.org url to the
constant TYPO3_URL_GENERAL in class.typo3logo.php
Change-Id: I030acd34b7ffe40d... - 17:26 Revision 455c288e: [TASK] Change hardcoded URL to constant
- Change hardcoded typo3.org url to the
constant TYPO3_URL_GENERAL in class.typo3logo.php
Change-Id: Ic56d5c3f1b8cadb4... - 17:19 Revision 90d31a57: Security commit. don't want to loose things.
- Change-Id: I695919703253b3a36e4959050d704c424557c897
- 17:18 Revision f05f0da4: [TASK] Change hardcoded URL to constant
- Change hardcoded typo3.org url to the
constant TYPO3_URL_GENERAL in class.typo3logo.php
Change-Id: I6a3067f589ae84ae... - 17:09 Revision 32017dcd: [BUGFIX] t3lib_http_Request can not be loaded in frontend
- Move the include path modification to t3lib/config_default.php
Switch the TYPO3 pear folder in front, to avoid incomp... - 17:04 Revision ed5d17ac: [BUGFIX] t3lib_http_Request can not be loaded in frontend
- Move the include path modification to t3lib/config_default.php
Switch the TYPO3 pear folder in front, to avoid incomp... - 16:15 Revision e63b1457: [TASK] Remove old login labels
- The old login labels from TYPO3_CONF_VARS are deprecated since 4.6 and
scheduled for deletion in 6.0
Change-Id: I36d... - 15:48 Revision 8b7ba72d: [TASK] Remove constant TYPO3_UseCachingFramework
- Change-Id: Ibf08755746bb7fdb629bd9d0e1890cec2266e40f
Resolves: #36037
Releases: 6.0
Reviewed-on: http://review.typo3.... - 15:41 Revision 38a40641: [TASK] Raise extbase submodule pointer
- Change-Id: I298ba8836917cc164e8d53f5831963e5402f1717
Reviewed-on: http://review.typo3.org/10467
Reviewed-by: Christia... - 15:35 Revision 9fe9e663: [TASK] Raise workspaces submodule pointer
- Change-Id: I3328304ef5919ba64a85e7eb416c4f997794d6a9
Reviewed-on: http://review.typo3.org/10466
Reviewed-by: Christia... - 15:21 Revision 03db4eaa: [TASK] Remove access to constant TYPO3_UseCachingFramework
- The caching framework is always enabled and access
to this constant is deprecated.
Change-Id: Ibb46f5ab1908cb26bc91d... - 15:20 Revision d64807f2: [TASK] Remove access to constant TYPO3_UseCachingFramework
- The caching framework is always enabled and access
to this constant is deprecated.
Change-Id: I89d264735173e0c273ed6... - 14:25 Revision 626c9c2e: [TASK] Remove deprecated $GLOBALS['TYPO_VERSION']
- Change-Id: Ibd4d6f5fe55011b338fd1e982744319e67582599
Resolves: #36032
Releases: 6.0
Reviewed-on: http://review.typo3.... - 13:30 Revision 02ed835f: [CLEANUP] Remove commented code
- Don't read it, delete it.
Change-Id: Iff7ab4cc9af5265bef087bd9232319059a29210e
Releases: 6.0
Reviewed-on: http://rev... - 12:51 Revision 31aa2572: [TASK] Remove t3lib_div::intInRange()
- The method is scheduled for deletion in 6.0 but was still used in the core.
The patch adapts the usages and removes i... - 12:13 Revision 3c0be8bf: [TASK] Add note on EXT:simulatestatic to NEWS.txt
- Change-Id: I13ef4c0a0a8d306ab83c2760628b3a6dc8040c16
Related: #25099
Releases: 6.0
Reviewed-on: http://review.typo3.o... - 11:46 Revision f078009b: [CLEANUP] Remove simulate static from Core
- This patch removes the old simulate_static system extension.
Since tslib_fe still contains idPartsAnalyze(), which is... - 00:17 Revision bcea74aa: Merge "[BUGFIX] Respect all subclasses (single table inheritance)"
2012-04-13
- 22:28 Revision ed9c34e0: [TASK] Backport changes to Extbase_Error_Message
- In FLOW3 the Message class contains the property arguments
which is needed to be able later to translate error messag... - 18:59 Revision 6c657e5d: [TASK] Remove t3lib_BEDisplayLog
- Change-Id: I3add6b6fae1d559527f7e0bed8d1f480adf3983d
Resolves: #35968
Releases: 6.0
Reviewed-on: http://review.typo3.... - 18:25 Revision 2755625e: [FEATURE] Add stdWrap to cObject USER.
- Change-Id: I115b6a9674ff824ea6289f3882efa3350724c8a3
Fixes: #35305
Releases: 6.0
Reviewed-on: http://review.typo3.org... - 17:33 Revision ed3223f5: Extension Manager (Shiny!) - First part
- Change-Id: I5a9a43713bc2839718b736657124435611aaa87e
- 16:56 Revision 74cd10af: [BUGFIX] Return empty result in pagination if page does not exist
- The pagination widget does currently return the content of the
latest page if the requestet page is higher than the a... - 15:42 Revision f8f4af8d: [TASK] Improve performance of Utility/Arrays::integerExplode
- Use the performance improvement from t3lib_div
Change-Id: I4d32a1107289fafbccf063ee9b9aa80a71d8063d
Resolves: #35190... - 15:07 Revision 43d4a70c: [TASK] Add note on removed doNotLoadInFE flag to NEWS.txt
- Change-Id: If95843c55aaf3dc7eebafe190210f6487a0ca7eb
Related: #35877
Reviewed-on: http://review.typo3.org/10400
Revie... - 14:41 Revision e8546a23: [TASK] Add note on required extbase and fluid to NEWS.txt
- Change-Id: Ib1f1c38ecaf0f8122e7a5e6f57e12aa0dc0b10a5
Related: #20634
Reviewed-on: http://review.typo3.org/10399
Revie... - 14:27 Revision 50148adf: [TASK] Clean-up NEWS.txt for TYPO3 6.0
- Change-Id: If2f8c1c306027a9547038f634155b45e25b60acb
Reviewed-on: http://review.typo3.org/10398
Reviewed-by: Christia... - 13:52 Revision d92797cf: [BUGFIX] Saving Page Tree states issues in large environments
- Change the way expanded nodes are saved for be_users back to a simple
key/boolean pair and adjust the size of the uc ... - 13:21 Revision efe107e2: [BUGFIX] Hardcoded variable in CookieJar.php
- If pear installs a package, it replaces all occurrences of data_dir with
the actual dirname. This should not have hap... - 13:14 Revision 9deabda0: [BUGFIX] Hardcoded variable in CookieJar.php
- If pear installs a package, it replaces all occurrences of data_dir with
the actual dirname. This should not have hap... - 13:00 Revision d32b0bdd: [BUGFIX] Respect localized records when auto determining defaultPid
- The autodetection of the defaultPid fails when there is more than one
content element of a specified plugin. It also ... - 13:00 Revision ae61e6eb: [BUGFIX] Respect localized records when auto determining defaultPid
- The autodetection of the defaultPid fails when there is more than one
content element of a specified plugin. It also ... - 12:58 Revision d00894b7: [BUGFIX] Respect localized records when auto determining defaultPid
- The autodetection of the defaultPid fails when there is more than one
content element of a specified plugin. It also ... - 12:54 Revision 6cb5ba44: [TASK] Rename deprecation message version from 1.6 to 6.0
- Adaption to the new naming scheme
Change-Id: Ia721a7944bf439796ad558ce7e4d5c7e23e51d19
Resolves: #35873
Releases: 1.... - 12:53 Revision 394ae93c: [TASK] Rename deprecation message version from 1.6 to 6.0
- Adaption to the new naming scheme
Change-Id: Ia721a7944bf439796ad558ce7e4d5c7e23e51d19
Resolves: #35873
Releases: 1.... - 12:49 Revision d7505300: [TASK] Rename deprecation message version from 1.6 to 6.0
- Adaption to the new naming scheme
Change-Id: Ia721a7944bf439796ad558ce7e4d5c7e23e51d19
Resolves: #35873
Releases: 1.... - 12:14 Revision 18b16f66: [BUGFIX] Extbase Bootstrap not overwritable
- In mod.php the bootstrap is instanciated without using the
objectManager, thus it's not possible to overwrite it.
Ch... - 12:03 Revision c36ae6b8: [FEATURE] Improve rendering of CE in page module
- Rendering of content elements in page module can be
improved by making it easier and streamline it. See
details in is... - 12:02 Revision 4bb7483c: [BUGFIX] Remove "create new content element" in docheaders
- Removes icon in docheader in page backend module to create new
content element. That icon is present in content colum... - 11:05 Revision d5979e4c: [TASK] Remove deprecated code for 6.0
- Removes all deprecated methods and files that are unused in core and scheduled
for deletion in 4.8 / 6.0. Some more c... - 10:06 Revision 20b90a23: [BUGFIX] PropertyMapper shouldn't check pid in getObjectByIdentifier()
- getObjectByIdentifier checks the pid too which doesn't work
when not using it in own extension (because e.g. handling... - 09:41 Revision 8b02a7ff: [FEATURE] TYPO3 List view not styleable
- The good old list view has a lot of sections
(search, dashboard, checkboxes) and they are wrapped
in divs without cla... - 00:03 Revision 582905ba: [BUGFIX] Pagetree should expand to the last selected node
- The patch integrates the expansion to the last selected node
at least for the following functions:
- selected node of...
2012-04-12
- 22:26 Revision 6b0d49fd: [TASK] Set TYPO3 version to 4.7-dev
- Change-Id: I65c14835c847bd20380a25c83f0d0404e86256e0
Reviewed-on: http://review.typo3.org/10375
Reviewed-by: TYPO3 v4... - 22:26 Revision d87a6054: [RELEASE] Release of TYPO3 4.7.0rc1
- Change-Id: I3c937eb15972540a6005b5057cd8685c2345695b
Reviewed-on: http://review.typo3.org/10374
Reviewed-by: TYPO3 v4... - 22:26 Revision fb676ce7: [RELEASE] Release of TYPO3 4.7.0rc1
- Change-Id: I3c937eb15972540a6005b5057cd8685c2345695b
- 22:23 Revision abd82723: [TASK] Raise submodule pointer
- Change-Id: I5423372482cbe52161b6e5f38a428a5a5f4ed754
Reviewed-on: http://review.typo3.org/10373
Reviewed-by: TYPO3 v4... - 22:22 Revision 6735c19e: [TASK] Raise submodule pointer
- Change-Id: I41f38f4b8548cc2ab2ff000658464240627fa5d4
Reviewed-on: http://review.typo3.org/10372
Reviewed-by: TYPO3 v4... - 22:17 Revision f1bb34ca: [BUGFIX] Slider doesn't work in IE9
- With the new X-UA-Compatible set to IE=9 for the backend the
TCA slider control will only work with an override.
Cha... - 22:16 Revision e1cc77c2: [TASK] Update version to 4.7.0rc1
- Change-Id: Ib1cbe45280977d53d59ada907194c789b64c66b8
- 22:12 Revision a430a1ab: [TASK] Update version to 4.7.0rc1
- Change-Id: I132297e28d9c6c03aad276f8217af38f5d9c06aa
- 22:10 Revision 1c4be96e: [TASK] Update version to 4.7.0rc1
- Change-Id: I683213ee2b0a923f57bc0eb421b4170b3fbe096f
- 22:09 Revision 19f5cd07: [TASK] Update version to 4.7.0rc1
- Change-Id: Ic1426d4d6132552fc0dbe35d687574df9bd2ffd6
Reviewed-on: http://review.typo3.org/10368
Reviewed-by: Oliver H... - 22:09 Revision 5c6d17c6: [TASK] Update version to 4.7.0rc1
- Change-Id: I97a4b91819eb0d6b4bec85764a276343f5e61cb8
Reviewed-on: http://review.typo3.org/10367
Reviewed-by: Oliver H... - 22:00 Revision 051a28f9: [TASK] Update version number for Release
- Change-Id: I44a04dcf09e6daedc800c66f0ac372383304403b
- 21:55 Revision 37d6509e: [BUGFIX] Usability improvements for Media Element
- Final adaptions to the Media Element to reduce the UI to the
neccessary stuff and better distinguish between HTML5 a... - 21:24 Revision 71c87bf5: [BUGFIX] Slider doesn't work in IE9
- With the new X-UA-Compatible set to IE=9 for the backend the
TCA slider control will only work with an override.
Cha... - 20:54 Revision dbebf252: [BUGFIX] Slider doesn't work in IE9
- With the new X-UA-Compatible set to IE=9 for the backend the
TCA slider control will only work with an override.
Cha... - 19:08 Revision 5493463f: [TASK] Move unit test to logical places
- * System extensions should ship with their tests
* Tests for typo3/ and t3lib/ classes are the only ones kept under o... - 19:02 Revision 7e5cec10: [TASK] Move unit test to logical places
- * System extensions should ship with their tests
* Tests for typo3/ and t3lib/ classes are the only ones kept under o... - 18:47 Revision 89232cdb: [BUGFIX] Fix the unit tests to work with PHPUnit 3.6
- Phpunit 3.6 is no longer able to test for a generic Exception
class. The main part of this patch changes generic Exce... - 18:35 Revision 88135a65: [BUGFIX] Fix the unit tests to work with PHPUnit 3.6
- Phpunit 3.6 is no longer able to test for a generic Exception
class. The main part of this patch changes generic Exce... - 18:31 Revision 92ef8a2e: [BUGFIX] Fix the unit tests to work with PHPUnit 3.6
- Phpunit 3.6 is no longer able to test for a generic Exception
class. The main part of this patch changes generic Exce... - 18:26 Revision e2ddce00: [BUGFIX] Fix the unit tests to work with PHPUnit 3.6
- Phpunit 3.6 is no longer able to test for a generic Exception
class. The main part of this patch changes generic Exce... - 17:53 Revision 573c4803: [BUGFIX] Results from live search and opendocs can't be opened
- Change-Id: I79986576fa7e2f7b9a283c49fa3526e2b70b1d7d
Fixes: #34860
Fixes: #33685
Releases: 6.0, 4.7, 4.6, 4.5
Reviewe... - 17:50 Revision f68a85e9: [BUGFIX] Results from live search and opendocs can't be opened
- Change-Id: I757f66eec3d035203431958cd283bb77abd9f182
Fixes: #34860
Fixes: #33685
Releases: 6.0, 4.7, 4.6, 4.5
Reviewe... - 17:48 Revision 8c22aced: [BUGFIX] Results from live search and opendocs can't be opened
- Change-Id: I757f66eec3d035203431958cd283bb77abd9f182
Fixes: #34860
Fixes: #33685
Releases: 6.0, 4.7, 4.6, 4.5
Reviewe... - 16:49 Revision 99574305: [BUGFIX] Results from live search and opendocs can't be opened
- Change-Id: I757f66eec3d035203431958cd283bb77abd9f182
Fixes: #34860
Fixes: #33685
Releases: 6.0, 4.7, 4.6, 4.5
Reviewe... - 16:35 Revision fbde347b: [BUGFIX] Failing test in autoloader with phpunit 3.6
- The next phpunit extension will deliver phpunit 3.6. Some autoloader
unit tests fail with this version because of unc... - 16:31 Revision 5eadcf03: [BUGFIX] Failing test in autoloader with phpunit 3.6
- The next phpunit extension will deliver phpunit 3.6. Some autoloader
unit tests fail with this version because of unc... - 16:27 Revision df4aaf6e: [BUGFIX] Failing test in autoloader with phpunit 3.6
- The next phpunit extension will deliver phpunit 3.6. Some autoloader
unit tests fail with this version because of unc... - 16:20 Revision f62caf9c: [TASK] Add update-wizard for Media Flexform
- While adding the new media stuff the flexform has been altered.
Therefore a update wizard needs to be provided to not... - 15:33 Revision 77820521: [BUGFIX] Signal-Slot Disposal fails in File Abstraction Layer
- Due to the recent clean-up of the Signal-Slot-Dispatcher
(t3lib vs. Extbase), the File Abstraction Layer still needs
... - 14:56 Revision caec8202: [BUGFIX] Failing charset related test in page renderer
- With issue #34092 the charset conversion code was removed from
the core. Test isInlineLanguageLabelDeliveredWithNonUT... - 14:53 Revision baddedde: [BUGFIX] Failing charset related test in page renderer
- With issue #34092 the charset conversion code was removed from
the core. Test isInlineLanguageLabelDeliveredWithNonUT... - 14:11 Revision df51e201: [BUGFIX] Failing test in caching framework memcache backend
- Bugfix #30162 changed the memcache handling to not throw an exception but
insert a sys_log entry instead in case of c... - 14:03 Revision fed2e3cc: [BUGFIX] Failing test in caching framework memcache backend
- Bugfix #30162 changed the memcache handling to not throw an exception but
insert a sys_log entry instead in case of c... - 13:58 Revision 733018c4: [BUGFIX] Failing test in caching framework memcache backend
- Bugfix #30162 changed the memcache handling to not throw an exception but
insert a sys_log entry instead in case of c... - 13:54 Revision 5030b8f6: [BUGFIX] Failing test in caching framework memcache backend
- Bugfix #30162 changed the memcache handling to not throw an exception but
insert a sys_log entry instead in case of c... - 13:35 Revision 56f79176: [TASK] Remove doNotLoadInFE
- The doNotLoadInFE handling was created to speed up the frontend by
not loading ext_tables files of extensions that ar... - 11:45 Revision 09b90acb: [BUGFIX] EXT:belog does not resolve workspace names
- Change-Id: I35693a6fcb66e3d4ef441e045d101cda072e16d1
Resolves: #12545
Releases: 6.0
Reviewed-on: http://review.typo3.... - 09:48 Revision f233a27a: [+TASK] Web/Response uses TYPO3 PageRenderer for headerData
- This task makes the Web Response class use t3lib_PageRenderer
for inserting header data.
Thanks to Steffen Kamper fo...
2012-04-11
- 22:27 Revision 076bc126: [TASK] Streamline disposal of Signal Slot
- Make use of Extbase Signal-Slot dispatcher instead of using the clone in t3lib.
Change-Id: I9405ccdaab7ced005957e0e9... - 22:26 Revision cd2a2f7e: [TASK] Streamline disposal of Signal Slot
- Make use of Extbase Signal-Slot dispatcher instead of using the clone in t3lib.
Change-Id: I2e4fa772eec60791fcd947b2... - 22:25 Revision 936a8916: [TASK] Streamline disposal of Signal Slot
- The concept of Signal Slot has been introduced into Extbase of
TYPO3 4.6 and then got copied to TYPO3 4.7 as well - b... - 22:25 Revision 9b1bdfc6: [TASK] Streamline disposal of Signal Slot
- The concept of Signal Slot has been introduced into Extbase of
TYPO3 4.6 and then got copied to TYPO3 4.7 as well - b... - 20:54 Revision 40341d7f: [BUGFIX] Media Element does not play videos with own player anymore
- Since the rewrite to FlowPlayer and the additions for accessibility
the MEDIA Content Element is not capable anymore,... - 20:28 Revision fe129bbb: [BUGFIX] Media Element does not play videos with own player anymore
- Since the rewrite to FlowPlayer and the additions for accessibility
the MEDIA Content Element is not capable anymore,... - 18:43 Revision 42b9ad41: [TASK] Remove useless code after utf-8 code conversion
- Depends on: https://review.typo3.org/9101
Change-Id: Id5a2d873b42a37a9dabf4891675e08c7138b5550
Resolves: #34106
Rele... - 18:38 Revision 189daf6b: [BUGFIX] Centering images with text is not working in some cases
- Currently css_styled_content is using the constant MaxW in CSS to define the width of the image wrap. When using colu...
- 18:17 Revision 7f3baa31: [BUGFIX] Centering images with text is not working in some cases
- Currently css_styled_content is using the constant MaxW in CSS to define the width of the image wrap. When using colu...
- 18:05 Revision aa6affeb: [BUGFIX] Respect all subclasses (single table inheritance)
- If you ask a repository that have subclasses, that have subsubclasses,
than just the subclasses of the first level ge... - 17:06 Revision 174d81fd: [BUGFIX] t3lib_div::getUrl() providing wrong error information
- When using t3lib_div::getUrl() with lib file/context it uses
file_get_contents() to read a URL. When this fails it tr... - 16:59 Revision 87e94365: [BUGFIX] t3lib_div::getUrl() providing wrong error information
- When using t3lib_div::getUrl() with lib file/context it uses
file_get_contents() to read a URL. When this fails it tr... - 16:49 Revision 21932d92: [BUGFIX] t3lib_div::getUrl() providing wrong error information
- When using t3lib_div::getUrl() with lib file/context it uses
file_get_contents() to read a URL. When this fails it tr... - 16:36 Revision a29341be: [TASK] Remove useless code after utf-8 code conversion
- Depends on: https://review.typo3.org/9101
Change-Id: I264281c0e2aacf9afe7fb568441d810b13805708
Resolves: #34106
Rele... - 16:35 Revision 19c241ba: Merge "[BUGFIX] Fix the unit tests to work with PHPUnit 3.6" into extbase_1-4
- 16:34 Revision ecc71ee8: [BUGFIX] t3lib_div::getUrl() providing wrong error information
- When using t3lib_div::getUrl() with lib file/context it uses
file_get_contents() to read a URL. When this fails it tr... - 16:33 Revision 7b905b20: [BUGFIX] Fix the unit tests to work with PHPUnit 3.6
- PHPUnit 3.6 checks some things more strictly than 3.5.
Some unit tests needs changes to be green again.
Branches: 4.... - 16:30 Revision fd427195: [BUGFIX] Fix the unit tests to work with PHPUnit 3.6
- PHPUnit 3.6 checks some things more strictly than 3.5.
Some unit tests needs changes to be green again.
Branches: 4.... - 16:30 Revision 9182a549: Merge "[BUGFIX] Fix the unit tests to work with PHPUnit 3.6"
- 16:20 Revision f88207aa: [BUGFIX] Unit test failures concerning the HMAC
- Some of the unit tests were backported from FLOW3, but not all
class names have been properly adapted.
Fixes: #35791... - 16:09 Revision 4829df63: [TASK] Remove install tool fluid / extbase upgrade wizard
- Since extbase and fluid are required extensions now, the
upgrade wizard that installed those two is obsolete.
Change... - 15:54 Revision 8e09e3dc: [TASK] Make extbase and fluid required extensions
- Change-Id: I5a835a27b7f4e2a2301365b5c61aece765c564aa
Resolves: #20634
Releases: 6.0
Reviewed-on: http://review.typo3.... - 15:19 Revision 8d9854cb: [BUGFIX] Enable XClassing of t3lib_install by replacing new
- This Fix Replaces 3 occurences of new t3lib_install with
t3lib_div::makeInstance('t3lib_install')
Change-Id: Idddd0a... - 15:19 Revision 7825e7a6: [BUGFIX] Enable XClassing of t3lib_install by replacing new
- This Fix Replaces 3 occurences of new t3lib_install with
t3lib_div::makeInstance('t3lib_install')
Change-Id: Id6c7d7... - 15:19 Revision 8ee68a3d: [BUGFIX] Enable XClassing of t3lib_install by replacing new
- This Fix Replaces 3 occurences of new t3lib_install with
t3lib_div::makeInstance('t3lib_install')
Change-Id: Ic27e6f... - 14:48 Revision 51d1dcff: [BUGFIX] Use state "excludeFromUpdates" in update check
- Do not offer update for extensions with state "excludeFromUpdates"
Change-Id: Ic3aaf85a64fe23f5aede42a7949f4137d4686... - 14:46 Revision ec81cd6a: [BUGFIX] Use state "excludeFromUpdates" in update check
- Do not offer update for extensions with state "excludeFromUpdates"
Change-Id: Ic3aaf85a64fe23f5aede42a7949f4137d4686... - 14:37 Revision df431270: [TASK] Error reporting is set twice in bootstrap
- In index.php AND typo3/sysext/cms/tslib/index_ts.php
(which will be included in index.php) the error reporting
is set... - 14:32 Revision 252dc38d: [TASK] Error reporting is set twice in bootstrap
- In index.php AND typo3/sysext/cms/tslib/index_ts.php
(which will be included in index.php) the error reporting
is set... - 14:29 Revision fb19a08b: [TASK] Restore old Content Object SWFOBJECT
- When integrating the FlowPlayer as accessible video player,
the current SWFObject just was overwritten. Therefore it ... - 14:12 Revision 25ca1be0: [TASK] PATH_thisScript is defined twice in bootstrap
- In index.php AND typo3/sysext/cms/tslib/index_ts.php
(which will be included in index.php) the constant
PATH_thisScri... - 14:11 Revision 50d0b1cd: [TASK] Restore old Content Object SWFOBJECT
- When integrating the FlowPlayer as accessible video player,
the current SWFObject just was overwritten. Therefore it ... - 14:09 Revision 543f608c: [BUGFIX] create/move new page behind move-placeholder
- Fixes the described scenerio below by using just another tcemain hook.
* Switch to a workspace without pending chang... - 14:06 Revision 0270ed7a: [TASK] PATH_thisScript is defined twice in bootstrap
- In index.php AND typo3/sysext/cms/tslib/index_ts.php
(which will be included in index.php) the constant
PATH_thisScri... - 13:59 Revision 863e25b7: [TASK] PATH_site is defined twice in bootstrap
- In index.php AND typo3/sysext/cms/tslib/index_ts.php
(which will be included in index.php) the constant
PATH_site is ... - 13:58 Revision fb1793df: [BUGFIX] follow up to "Improve usability of new Media element flexform"
- Due to a superfluous displayCondition the field for actual insertion of
HTML5-video-sources is not shown correctly.
... - 13:53 Revision b7338fbb: [BUGFIX] follow up to "Improve usability of new Media element flexform"
- Due to a superfluous displayCondition the field for actual insertion of
HTML5-video-sources is not shown correctly.
... - 13:50 Revision abc4c8b3: [TASK] PATH_site is defined twice in bootstrap
- In index.php AND typo3/sysext/cms/tslib/index_ts.php
(which will be included in index.php) the constant
PATH_site is ... - 13:40 Revision 451dc06d: [TASK] PATH_tslib is defined twice in bootstrap
- In index.php AND typo3/sysext/cms/tslib/index_ts.php
(which will be included in index.php) the constant
PATH_tslib is... - 13:35 Revision c658723b: [TASK] PATH_tslib is defined twice in bootstrap
- In index.php AND typo3/sysext/cms/tslib/index_ts.php
(which will be included in index.php) the constant
PATH_tslib is... - 13:22 Revision b2c1191c: [TASK] Remove Code Duplication in tslib_content_Media
- For every parameter the same code for overlaying Flexform value
over the value given in TypoScript is done.
Furtherm... - 13:22 Revision e8076834: [BUGFIX] displayCondition on FlexForm Sheets broken
- Due to the usage of an undefined variable, the value of
an field within the flexform cannot resolved correctly.
As an... - 13:21 Revision b74db3f8: [BUGFIX] Improve usability of new Media element flexform
- With HTML5 video many new options are added to the media element
flexform. This results in a very hard to read form.
... - 13:20 Revision 19d74fc3: [BUGFIX] Validation problem in forgot and change password form
- Label for attribute is invalid for XHTML. Changing it to a hard coded
value solves the problem. In case custom stylin... - 13:15 Revision fed4435e: [BUGFIX] Validation problem in forgot and change password form
- Label for attribute is invalid for XHTML. Changing it to a hard coded
value solves the problem. In case custom stylin... - 12:29 Revision 66d2b3e9: [BUGFIX] create/move new page behind move-placeholder
- Fixes the described scenerio below by using just another tcemain hook.
* Switch to a workspace without pending chang... - 12:06 Revision d723bb91: [TASK] Remove Code Duplication in tslib_content_Media
- For every parameter the same code for overlaying Flexform value
over the value given in TypoScript is done.
Furtherm... - 11:24 Revision 1c19e461: [FEATURE] Add method to convert integer to version number
- Change-Id: I99863cca2d9e8b2add3292a8570cefb03a960af1
Resolves: #35822
Releases: 6.0
Reviewed-on: http://review.typo3.... - 11:21 Revision d2a51e35: [BUGFIX] EXT: setup relocate 'Save' button
- Moves the form submit button to docheader.
Also adds a section divided between settings and reset actions.
Change-Id... - 11:13 Revision 3adf3a2b: [BUGFIX] EXT: setup relocate 'Save' button
- Moves the form submit button to docheader.
Also adds a section divided between settings and reset actions.
Change-Id...
2012-04-10
- 17:43 Revision 24bd6fc8: [TASK] Scheduler: move 'Save' button to docHeader
- Moves save and cancel button in new/edit to the docHeader.
Change-Id: I67b476d9b69c24c19bb025a798be3eb5d963ea94
Fixe... - 17:29 Revision cd4efa5f: [TASK] Scheduler: move 'Save' button to docHeader
- Moves save and cancel button in new/edit to the docHeader.
Change-Id: I5fd6b927e233c0deefe13c0885ad6ebfe946a41c
Fixe... - 15:53 Revision d5b2b13f: [BUGFIX] ext_icon.gif for EXT:impexp
- Every extension needs an icon, impexp too
Change-Id: I942306e4cb31ad35a57df71e54a55919df69e7c2
Fixes: #35257
Release... - 15:53 Revision e1c402f0: [BUGFIX] ext_icon.gif for EXT:impexp
- Every extension needs an icon, impexp too
Change-Id: Iad158668afebdc5826d3bcb06df68c30b6ee5f9e
Fixes: #35257
Release... - 15:52 Revision 0d799a94: [BUGFIX] ext_icon.gif for EXT:impexp
- Every extension needs an icon, impexp too
Change-Id: Idc1f42af1c6fbe7f899482b57798ba2ee2fda61f
Fixes: #35257
Release... - 15:41 Revision f9116073: [BUGFIX] ext_icon.gif for EXT:impexp
- Every extension needs an icon, impexp too
Change-Id: I925aba612e49c392f30368136089c640a2b8198f
Fixes: #35257
Release... - 15:27 Revision 364d9fa2: [TASK] Migrate ext:belog to extbase
- Change-Id: I1d61119394d00417a9a033f25146fc0d5096d853
Resolves: #34772
Releases: 6.0
Reviewed-on: http://review.typo3.... - 12:06 Revision 3ab373cd: [BUGFIX] Translate labels in paginate widget
- Remove hardcoded labels in paginate widget.
Thanks to Alexander Stehlik for providing a patch.
Change-Id: Ic79be9b1...
2012-04-09
- 23:03 Revision a83f5b59: [BUGFIX] Unit test failures concerning the HMAC
- Some of the unit tests were backported from FLOW3, but not all
class names have been properly adapted.
Fixes: #35791... - 22:24 Revision 564b342c: [BUGFIX] Improve usability of new Media element flexform
- With HTML5 video many new options are added to the media element
flexform. This results in a very hard to read form.
...
2012-04-08
- 08:41 Revision f9fe38ee: [BUGFIX] missing parameter for implode
- Use the preferred syntax for implode()
Change-Id: I0103b3947b73050e99fcfb3cdacb14ea2b873d8b
Releases: 6.0, 4.7, 4.6,... - 08:37 Revision f4e9e59b: [BUGFIX] missing parameter for implode
- Use the preferred syntax for implode()
Change-Id: Ieb20713e16139920b1622334ddebcf8e4eb8267f
Releases: 6.0, 4.7, 4.6,... - 08:33 Revision 4a2995fd: [BUGFIX] missing parameter for implode
- Use the preferred syntax for implode()
Change-Id: I8ebc880f797b379f35924641e3d0b11f0e2ec34e
Releases: 6.0, 4.7, 4.6,... - 08:28 Revision bcd5269b: [BUGFIX] missing parameter for implode
- Use the preferred syntax for implode()
Change-Id: Id5db3a209903978979eba971f7f53180a850289a
Releases: 6.0, 4.7, 4.6,...
2012-04-06
- 13:01 Revision 573ea4ab: [TASK] Add unittest for shorthand for custom validators
- Port of unittest from FLOW3.
Resolves: #35514
Releases: 4.7, master
FLOW3 Issue: #33862
Change-Id: I4d0621e8d32d129... - 12:59 Revision a91995ed: [TASK] Add unittest for shorthand for custom validators
- Port of unittest from FLOW3.
Resolves: #35514
Releases: 4.7, master
FLOW3 Issue: #33862
Change-Id: I4d0621e8d32d129... - 12:51 Revision de5d7c70: Merge "[BUGFIX] Fix the @return of findAll" into extbase_1-4
- 12:50 Revision b38a80e4: Merge "[BUGFIX] Fix the @return of findAll" into extbase_4-7
2012-04-05
- 22:17 Revision 4cf56f42: [BUGFIX] Context menu of page translation doesn't work in languages view
- For a page with translations, the clickmenu is not shown for these
translations in the page module, view "languages".... - 22:16 Revision 5f920368: [BUGFIX] Error when editing a record with additionalPreviewLanguage and an deleted l18n_parent
- The behaviour that causes the error (translated elements are not deleted
when deleting parent) is fixed in recent TYP... - 13:20 Revision c49f742c: [BUGFIX] "Allowed excludefields" misses non-tt_content FlexForms
- Extend the "Allowed excludefields" in group access lists to also show
FlexForm fields from other tables than tt_conte... - 13:15 Revision 80946dbd: [BUGFIX] "Allowed excludefields" misses non-tt_content FlexForms
- Extend the "Allowed excludefields" in group access lists to also show
FlexForm fields from other tables than tt_conte... - 10:39 Revision cfcf8f83: [BUGFIX] displayCondition on FlexForm Sheets broken
- Due to the usage of an undefined variable, the value of
an field within the flexform cannot resolved correctly.
As an... - 08:28 Revision bd038d68: [BUGFIX] Set filename to downloaded resource in t3lib_compressor
- Compressor fails to properly reference external URLs.
It should use the downloaded copy of the resource.
Change-Id: ...
2012-04-04
- 21:58 Revision 80fcc7a4: [BUGFIX] No tab selected by default in User Settings
- The call to getDynTabMenu had one parameter too much. Removing it
restores the normal functionality that the first ta... - 21:52 Revision 398c8739: [BUGFIX] No tab selected by default in User Settings
- The call to getDynTabMenu had one parameter too much. Removing it
restores the normal functionality that the first ta...
2012-04-02
- 07:43 Revision de525aef: [BUGFIX] t3editor: $TCA for tt_content is not loaded in ext_tables.php
- The ext_tables.php of t3editor does overwrite parts of tt_content's TCA
without first loading it; this leads to error... - 07:43 Revision 9b614763: [BUGFIX] t3editor: $TCA for tt_content is not loaded in ext_tables.php
- The ext_tables.php of t3editor does overwrite parts of tt_content's TCA
without first loading it; this leads to error...
2012-04-01
- 18:26 Revision 53b78e39: [FEATURE] Insert hook into form wizard view
- Introduces a hook in tx_form_View_Wizard_Wizard. This hook
allows extending the wizard interface by loading extending... - 12:40 Revision 14192bb6: [BUGFIX] Make alphabetic filter work with umlauts
- Changes the regular expression used to validate the string into a
unicode-aware character-class and adds two testcase... - 12:29 Revision 8b8dd434: [BUGFIX] Make alphanum. filter work with umlauts
- Changes the regular expression used to validate the string into a
unicode-aware character-class and adds two tests fo...
Also available in: Atom