Activity
From 2011-08-27 to 2011-09-25
2011-09-24
- 21:15 Revision b790534f: [BUGFIX] Hide comments section if there are no comments
- Within the workspace list we shouldn't show the comments
section if a specific change has no comments.
Change-Id: I8... - 21:15 Revision c7a76c87: [BUGFIX] Make workspace change visible for editors
- Due to a very strict topbar selector the workspace labels
might not show up in the topbar. The patch makes the menuse... - 21:15 Revision 74390aa1: [BUGFIX] Cleanup splitview JavaScript
- Due to bad ExtJS layout the preview doesn't just load
the live and workspace preview once within a iframe,
it actuall... - 15:41 Revision 0b757d55: [BUGFIX] Initialize $currentR in analyseTypoLinks
- There are pathes through analyseTypoLinks where currentR is
not set, it can happen that the fetchType hook gets
calle...
2011-09-22
- 22:26 Revision 3e6ff4eb: [TASK] Update reference from SVN to Git
- Module About TYPO3 shows this text:
The SVN Repository and the ChangeLog can be found here.
This has to be updated t... - 21:55 Revision 2e7974cf: [TASK] Update reference from SVN to Git
- Module About TYPO3 shows this text:
The SVN Repository and the ChangeLog can be found here.
This has to be updated t... - 19:36 Revision 281c0ac2: [BUGFIX][t3editor] typolinkEnableLinksAcrossDomains missing
- The description for config.typolinkEnableLinksAcrossDomains is missing
in the t3editor auto-completion.
Change-Id: I...
2011-09-21
- 14:00 Revision 6954685d: [BUGFIX][t3editor] typolinkEnableLinksAcrossDomains missing
- The description for config.typolinkEnableLinksAcrossDomains is missing
in the t3editor auto-completion.
Change-Id: I...
2011-09-20
- 17:32 Revision e444e45a: [TASK] Refactor view component of system extension form
- Get rid of calling the constructor of the parent without any additional logic.
Change-Id: I5ebfe092c4174db0c75d76c14... - 15:34 Revision 9c9a116f: [TASK] Set TYPO3 version to 4.6-dev
- Change-Id: I8856a8f5dc9e59b7e6ae629f365c34cf07a7e605
Reviewed-on: http://review.typo3.org/5122
Reviewed-by: TYPO3 v4 ... - 15:34 Revision 2eefa74a: [RELEASE] Release of TYPO3 4.6.0beta3
- Change-Id: Id2eebe9044ef8c2710bcc16e2caca8d8e22eb28b
Reviewed-on: http://review.typo3.org/5121
Reviewed-by: TYPO3 v4 ... - 15:34 Revision 798d51db: [RELEASE] Release of TYPO3 4.6.0beta3
- Change-Id: Id2eebe9044ef8c2710bcc16e2caca8d8e22eb28b
- 15:31 Revision 0ff1756f: [TASK] Raise submodule pointer
- Change-Id: I68120670e097815523ebd628135b90ed939c8905
Reviewed-on: http://review.typo3.org/5120
Reviewed-by: TYPO3 v4 ... - 15:17 Revision 1b779a57: [BUGFIX] check for required PHP modules in Reports module
- The 1-2-3 installer checks for the presence of the required PHP modules. The
Reports module needs to perform this che... - 14:57 Revision c090bcd1: [TASK] Raise t3editor version and set state to stable
- For the beta3 release of the 4.6 core, all sysexts should have the state
stable. Further the t3editor version number ... - 14:44 Revision 9f26f863: [BUGFIX] t3lib_Compressor breaks absolute paths in CSS
- Adds a negative lookahead for trailing slash to the regular
Expressions in method "cssFixRelativeUrlPaths" to exclude... - 13:56 Revision ba260dac: [BUGFIX] Wrong content element rendering in system extension form
- The ability to render custom content elements in the system extension form fails.
Change-Id: Ib2ff3cc391705be458140c... - 13:54 Revision ebf2e924: [TASK] Strict string value handling in system extension form
- Misconfigurations in e.g. TypoScript lead to cased "Array" strings.
Change-Id: I3e161b855d7628d2b2bfc10df9dab3e9ef1d... - 13:34 Revision c548c58f: [TASK] Missing report for deprecated setting magic_quotes_gpc
- Since PHP 5.3, PHP INI setting magic_quotes_gpc is deprecated but still
defaults to "On". A report should be added to... - 13:19 Revision 56758568: [TASK] Remove useless type hint in tx_dbal_installtool::setRequiredPhpModules
- Bug #30054 introduces a change that make TYPO3 crash when using DBAL. Solution is to
remove the type hint in method s... - 12:30 Revision b300ccf4: [BUGFIX] Improve usability of group fields
- If you set
'disable_controls'=>'list'
you can _once_ upload an image (or file). But because of a missing Delete-B... - 12:14 Revision ddcac162: [!!!][TASK] Deprecate usage of old Extension Manager
- The old Extension Manager should be officially deprecated in order to
concentrate on enhancing the ExtJS-based one.
... - 11:24 Revision eede2316: [BUGFIX] Label status_configuration_PhpSafeModeEnabled is not retrieved
- Wrong method is used to retrieve label status_configuration_PhpSafeModeEnabled.
Change-Id: Ia870d88ea4ce3c8582f02dd4... - 11:23 Revision eac13943: [BUGFIX] Label status_configuration_PhpSafeModeEnabled is not retrieved
- Wrong method is used to retrieve label status_configuration_PhpSafeModeEnabled.
Change-Id: Ie14d4d446a9d5e51e6059457... - 10:16 Revision fa058de7: [BUGFIX] EM: tx_em_Repository::addMirrors() has invalid method signature
- Invalid use of variable passed by reference in the method signature throws
a PHP Runtime Notice in tx_em_Repository_U... - 10:10 Revision adcdf06d: [TASK] EM: cleanup phpDoc and fix type hints
- Add type hints and fix obviously wrong references (missing "tx_"
and wrong case in class name).
Change-Id: I702ccf45... - 08:23 Revision c87c6431: [FEATURE][t3editor] Update TypoScript reference for TYPO3 4.6
- Updated the syntax completion database of t3editor to the changes of
TYPO3 4.6.
Change-Id: I798196aafd16c75f924f49c2... - 08:18 Revision 43b471cc: [BUGFIX] Initialize $currentR in analyseTypoLinks
- There are pathes through analyseTypoLinks where currentR is
not set, it can happen that the fetchType hook gets
call... - 07:53 Revision 88dad50c: [TASK] Clean-up PHPdoc in t3lib_div
- * fix some PHPdoc comments
* remove @author annotations
Change-Id: If0600e654b785683e1b394154022c650fee7dcda
Resolve... - 00:47 Revision 28b3d1c9: [BUGFIX] Undefined t3lib_utility_Mail::breakLinesForPlainEmail()
- t3lib_utility_Mail::breakLinesForPlainEmail() is not defined.
Change-Id: I7d375aa53e7ab32f8cce383afd0a458da21a80f3
R... - 00:38 Revision 5eab8f90: [BUGFIX] Non-static function t3lib_TStemplate::sortedKeyList()
- t3lib_TStemplate::sortedKeyList() is used in a static context
but is not declared to be static.
Change-Id: I2659730d... - 00:28 Revision 14c86b44: [TASK] Refactor code of new form system extension
- * remove superfluous __construct() methods
* fix PHPdoc comments and add type hints
* remove unused classes
* fix CGL... - 00:23 Revision 17322f94: [BUGFIX] Some methods of SC_mod_web_perm_ajax should be static
- Fix the method signatures that are statically called throughout the Core.
Change-Id: Ic415b271eb66950de9dbaf1a82b130... - 00:13 Revision 775d8cde: [BUGFIX] Invalid method signature for t3lib_pageTree::init()
- Method t3lib_treeView::init() is not properly overriden in subclasses.
Change-Id: Ia39eb8ba775e1f217fb77f402dd8f2ab4... - 00:06 Revision 538697c3: [BUGFIX] Invalid method signature for t3lib_tree_extdirect_Node::toArray()
- Method toArray() from t3lib_tree_Node is not properly overriden in subclasses.
Furthermore, many phpDoc comments are...
2011-09-19
- 23:56 Revision 14f77410: [BUGFIX] Invalid method signature for ext_posMap::onClickInsertRecord()
- Invalid method override signature.
Change-Id: Ifb82ee48c8a83c626004cf67e6529f386d8edb40
Fixes: #30061
Releases: 4.6
... - 23:45 Revision a215e676: [BUGFIX] Methods of tx_em_Database should be static
- Methods of class tx_em_Database miss the static keyword and, sometimes,
the visibility as well.
Change-Id: I477ca961... - 23:26 Revision 5b45235c: [BUGFIX] Some methods in t3lib_TSparser should be static
- A few methods in t3lib_TSparser are called statically but are not
declared as being static. This leads to PHP notices... - 23:14 Revision 86b93a65: [BUGFIX] tx_rsaauth_sv1::authUser() gives PHP notice
- PHP Runtime Notice: Declaration of tx_rsaauth_sv1::authUser() should
be compatible with that of tx_sv_auth::authUser(... - 23:02 Revision 2562b865: [BUGFIX] Invalid use of array_shift() in t3lib_div
- PHP Runtime Notice: Only variables should be passed by reference.
Change-Id: Ib1e9af4b58202f085d1afbba2b9bd0b288a8ef... - 22:53 Revision 5a356a0a: [BUGFIX] t3lib_userAuthGroup::checkLogFailures() gives PHP notice
- Due to improper method signature in the parent class of t3lib_userAuthGroup,
a PHP notice is generated when calling m... - 22:39 Revision af071b62: [BUGFIX] Allow proper method override in tx_coreupdates_installsysexts
- Method tx_coreupdates_installsysexts::performUpdate() cannot be properly overriden
because its signature is incomplet... - 22:27 Revision 258946e3: [BUGFIX] t3lib_div should contain only static methods
- A few methods don't have the static keyword. This leads to PHP notices.
Change-Id: I90a99601a39cd26abed665b42a8b0543... - 22:14 Revision ac79a874: [BUGFIX] t3editor not visible with TYPO3 on Windows
- The template for t3editor contains CRLF line endings on Windows systems. To
prevent JS errors and to make the t3edito... - 22:06 Revision f8902b0b: [BUGFIX] Don't unnecessarily start PHP session
- Because of an information disclosure problem in the backend login
we moved the session_start() in t3lib_userauth in a... - 22:06 Revision 3e1cd735: [BUGFIX] Don't unnecessarily start PHP session
- Because of an information disclosure problem in the backend login
we moved the session_start() in t3lib_userauth in a... - 22:04 Revision 64d18ad4: [BUGFIX] Incompatible override of Core methods
- Declaration of overriden methods should be compatible with the
ones in Core.
Change-Id: Ifc842c0e1e96c8dc451fa795a34... - 21:41 Revision 3863b1be: [BUGFIX] Don't unnecessarily start PHP session
- Because of an information disclosure problem in the backend login
we moved the session_start() in t3lib_userauth in a... - 21:24 Revision 3e18ab87: [BUGFIX] Don't unnecessarily start PHP session
- Because of an information disclosure problem in the backend login
we moved the session_start() in t3lib_userauth in a... - 20:39 Revision 8bad4620: [TASK] Fix CGL issues on class names in system extension form
- Change-Id: Ic41b317fdb608dcc5630859168d3d5674bfe0593
Resolves: #28679
Reviewed-on: http://review.typo3.org/4024
Revie... - 20:17 Revision 0ca22a63: [BUGFIX] t3editor not visible with TYPO3 on Windows
- The template for t3editor contains CRLF line endings on Windows systems. To
prevent JS errors and to make the t3edito... - 20:01 Revision 855bdc5c: [TASK] Increase version number
- This change increases version number to 1.4.0-beta3
Besides it updates the dependency constraint to require Extbase v... - 20:00 Revision 6f80f4c3: [TASK] Increase version number
- This change increases version number to 1.4.0-beta3
Besides it updates the dependency constraint to require TYPO3 v4.... - 14:58 Revision ef26bd17: [TASK] Add SwiftMailer license exception to be included in TYPO3v4
- Change-Id: Ie72691fc5146bed17e11e959081f655371bfafed
Resolves: #29802
Releases: 4.5, 4.6
Reviewed-on: http://review.t... - 09:34 Revision 77a785c7: Webservices Dispatcher: All tests succeed and dispatching works.
- Change-Id: I8b0923f7eb6f7d21480f40327ff4aee01bcf9274
- 00:13 Revision cb52f262: [BUGFIX] Disable Upgade Wizard "Version Compatibility" when up to date
- The Version Compatibility always appears at the first place and tells
you that you should upgrade your compatVersion ...
2011-09-18
- 22:35 Revision 2de0359e: [BUGFIX] Texts of Content Element are escaped twice
- In the Page module, the teaser text of every Content Element gets
escaped twice, thus displaying HTML special charact... - 22:25 Revision 7277aa28: [TASK] Remove the "Enable Install Tool" button
- The "Enable Install Tool" button in the User Settings is useless, as the
Install Tool is automatically enabled (after... - 19:13 Revision 819e4c98: [BUGFIX] Respect PATH_site in t3lib_autoloader::getAutoloadCacheIdentifier
- Function t3lib_autoloader::getAutoloadCacheIdentifier now respects the constant
PATH_site. This is needed because oth... - 19:08 Revision 530f0637: [BUGFIX] Show extension configuration after extension update
- When updating an extension, updates of database tables are not
shown and not offered to be updated. Thus they remain ... - 17:59 Revision 52953da9: [BUGFIX] 1-2-3 installer does not create cache tables
- After 1-2-3 installation it is not possible to start using TYPO3
because caching framework tables are missing. TYPO3 ... - 15:14 Revision 62ee9530: [BUGFIX] Space between Template Analyzer options
- Add some space between the Template Analyzer options and vertically
align the labels.
Change-Id: Ifb6124beed73f2b176... - 15:07 Revision e51e5259: [BUGFIX] No margin between search and sys_notes
- Change-Id: I06c172211fb737ed51afd846c44e00ba2e0dbd0e
Resolves: #27603
Reviewed-on: http://review.typo3.org/5013
Revie... - 09:31 Revision 123fdf6d: [BUGFIX] Fix backpath for add wizards in IRRE records (Backport fix from master)
- As in typo3/init.php the TYPO3_mainDir is set to 'typo3/' the replacement in
renderForeignRecord could not work becau... - 09:30 Revision f69ff842: [BUGFIX] Fix backpath for add wizards in IRRE records (Backport fix from master)
- As in typo3/init.php the TYPO3_mainDir is set to 'typo3/' the replacement in
renderForeignRecord could not work becau...
2011-09-17
- 20:46 Revision cea80864: [TASK] EM: move "upload t3x" to tab Remote Repository
- In an attempt to have the Remote Repository tab become a place to
search and install new extensions, the tiny upload ... - 20:13 Revision 0c2fd649: [BUGFIX] Alignment issue in "View Item" window
- The file name and dimension information need some space for better
separation in the "View Item" window.
Change-Id: ... - 20:12 Revision 8ce0aefd: [TASK] Index for "pages" table is still not optimal
- The fix for #21381 causes "using filesort" in the List view for
"pages" table. This happens due to the "hidden" field... - 18:47 Revision cc9a1397: [BUGFIX][saltedpasswords] Failed backend logins not not logged
- The logging functions in saltedpasswords are not able to log failed
backend userlogins to TYPO3s syslog, because the ... - 16:41 Revision 9b556c1e: [BUGFIX] About modules: Adjust bgcolor of sections
- Adjust the background color of the module section table cells to match
the "body" background color.
Change-Id: I2338... - 16:27 Revision fbd727a7: [BUGFIX] About modules: Adjust bgcolor of sections
- Adjust the background color of the module section table cells to match
the "body" background color.
Change-Id: Id688...
2011-09-16
- 13:32 Revision 61005209: [BUGFIX] Check curl availability before using it
- Curl is used when activated in the install tool.
The core should check if curl is available before using it.
Because... - 10:23 Revision b2ec1b23: [TASK] Adopt checkDBUpdates hook to changed interface
- In #29594 the interface of the checkDbUpdates Hook in tx_em_install
changed. The implementation of the hook has been ... - 08:00 Revision 4a4ad2d6: [BUGFIX] Fix backpath for add wizards in IRRE records
- As in typo3/init.php the TYPO3_mainDir is set to 'typo3/' the replacement in
renderForeignRecord could not work becau...
2011-09-15
- 22:49 Revision f610511f: [TASK] Refactor t3lib_message_AbstractMessage
- Change-Id: I5a63a5ad1d491af6bbf9ac374b9df3d3f7a4d9b8
Resolves: #29495
Reviewed-on: http://review.typo3.org/4776
Revie... - 21:56 Revision 3054ac95: [TASK] Add SwiftMailer license exception to be included in TYPO3v4
- Change-Id: Iaf1420f28b1bc4945aacd4f8183cd2ec33513270
Resolves: #29802
Releases: 4.5, 4.6
Reviewed-on: http://review.t... - 21:07 Revision e420c143: [BUGFIX] t3lib_Compressor: Avoid reference in foreach loop
- This fixes a bug introduced in #29695. There is a PHP bug
when using $filename as a reference and later on as a varia... - 19:11 Revision 94092662: [BUGFIX] Default action is not properly resolved
- When no action is specified, Extbase returns the first action
name of the default controller.
If another controller n... - 17:48 Revision fd8edf09: [FEATURE] Descriptive error on invalid action name
- This adds an additional check to determine if an action was specified
but does not exist in allowed actions for the c... - 08:58 Revision 19bfe581: [BUGFIX] t3lib_Compressor fails with external files
- Externally-referenced files such as jQuery included from a CDN fail to be
concatenated or compressed.
Change-Id: Idd...
2011-09-14
- 13:28 Revision 963abb81: [BUGFIX] Replaced call to deprecated t3lib_div::testInt()
- Instead the replacing t3lib_utility_Math::canBeInterpretedAsInteger() is used
now in Typo3DbBackend.
Change-Id: Ib08... - 11:45 Revision 7e56e3c6: [TASK] Set TYPO3 version to 4.5.7-dev
- Change-Id: I2e00897f141ca4c39160af6a026b579e64346545
Reviewed-on: http://review.typo3.org/4967
Reviewed-by: TYPO3 v4 ... - 11:45 Revision 8319f367: [RELEASE] Release of TYPO3 4.5.6
- Change-Id: I28d6e97414da1188993de8fdbd5337cd1d2b18cc
Reviewed-on: http://review.typo3.org/4966
Reviewed-by: TYPO3 v4 ... - 11:45 Revision 13ea4990: [RELEASE] Release of TYPO3 4.5.6
- Change-Id: I28d6e97414da1188993de8fdbd5337cd1d2b18cc
- 11:39 Revision bfca0158: [TASK] Set TYPO3 version to 4.4.12-dev
- Change-Id: I79c4d90534b167301a58989f5fe58b7f549f1965
Reviewed-on: http://review.typo3.org/4965
Reviewed-by: TYPO3 v4 ... - 11:39 Revision c0546103: [RELEASE] Release of TYPO3 4.4.11
- Change-Id: Ie85e0686bb8e92bc3f960976ae723edecf57d098
Reviewed-on: http://review.typo3.org/4964
Reviewed-by: TYPO3 v4 ... - 11:39 Revision d8afec78: [RELEASE] Release of TYPO3 4.4.11
- Change-Id: Ie85e0686bb8e92bc3f960976ae723edecf57d098
- 11:32 Revision 11f6fc70: [TASK] Set TYPO3 version to 4.3.15-dev
- Change-Id: I08f16b5152f89e6dd403ef68fd81401f0e038470
Reviewed-on: http://review.typo3.org/4963
Reviewed-by: TYPO3 v4 ... - 11:32 Revision 1bb2739c: [RELEASE] Release of TYPO3 4.3.14
- Change-Id: I2692393f499fd562f76bc5a9b4045776ad6e03de
Reviewed-on: http://review.typo3.org/4962
Reviewed-by: TYPO3 v4 ... - 11:32 Revision 48e60781: [RELEASE] Release of TYPO3 4.3.14
- Change-Id: I2692393f499fd562f76bc5a9b4045776ad6e03de
- 11:30 Revision 5c6d995f: [BUGFIX] SQL Injection vulnerability in prepared statements
- Change-Id: Iaa91761cd2dafbe7be1d6f6c5db169e3a8f48b0c
Resolves: #29400
Releases: 4.6, 4.5
Reviewed-on: http://review.t... - 11:30 Revision 337beea6: [BUGFIX] SQL Injection vulnerability in prepared statements
- Change-Id: Id8a12b1782d9169d650249e06520b4046d504fd2
Resolves: #29400
Releases: 4.6, 4.5
Reviewed-on: http://review.t... - 10:33 Revision a55bbdef: [BUGFIX] Disabling the cache does not work on invalid cHash value
- Change-Id: I9df3d7b4bf1d565fc5a429bad6ee2d3d186f6044
Releases: 4.6, 4.5, 4.4, 4.3
Resolves: #29366
Reviewed-on: http:... - 10:32 Revision 4a18c907: [BUGFIX] Disabling the cache does not work on invalid cHash value
- Change-Id: Ia58a6eafc9cf6d02ee6066d2c2d4b976505399f1
Releases: 4.6, 4.5, 4.4, 4.3
Resolves: #29366
Reviewed-on: http:... - 10:32 Revision 8b74a5d6: [BUGFIX] Disabling the cache does not work on invalid cHash value
- Change-Id: I6b2d069a61185290ee902d1222d62d6edbb15ffd
Releases: 4.6, 4.5, 4.4, 4.3
Resolves: #29366
Reviewed-on: http:... - 10:32 Revision 99d993a3: [BUGFIX] Disabling the cache does not work on invalid cHash value
- Change-Id: I01184ebda0f8667b431f371db155f06e9f0ed898
Releases: 4.6, 4.5, 4.4, 4.3
Resolves: #29366
Reviewed-on: http:... - 10:25 Revision 685aaee3: [BUGFIX] Parse error in t3lib/class.t3lib_parsehtml.php
- There is a syntax error in t3lib/class.t3lib_parsehtml.php.
Change-Id: I18db58922b8cf4eb345cd6b39c1bb8775c275e51
Res... - 10:21 Revision 4163d01e: [BUGFIX] Show extension configuration after extension update
- When updating an extension, updates of database tables are not
shown and not offered to be updated. Thus they remain ... - 10:13 Revision 0f7ca888: [TASK] Raise submodule pointer
- Change-Id: I88562065fcedd8503554a7f9c9411d9599ca1292
Reviewed-on: http://review.typo3.org/4957
Reviewed-by: TYPO3 v4 ...
2011-09-13
- 23:54 Revision e13d917e: [BUGFIX] No content in workspace preview when using select.selectFields
- The TypoScript property select.selectFields does not consider workspaces
in the frontend rendering process.
Resolves... - 22:29 Revision 5f027813: [BUGFIX] Increase height of "View Item" window
- The "View Item" window shows information about a record or file.
Its height of 400px is very small, especially when ... - 22:18 Revision 2291845f: [TASK] Improve rendering of plugins in page module
- The rendering of the content element "plugin" can be highly improved
by changing just a fiew lines.
Changes:
- Remov... - 20:45 Revision 0e11326c: [FEATURE] Skip default controller and action in generated URIs
- This adds a new feature that leaves out controller and/or action
arguments from generated URIs if they are equal to t... - 15:01 Revision 242719ff: [FEATURE] Setting a scheme for a URI
- Allow specifying an URI-scheme like "https".
Usage:
$uriBuilder
->setCreateAbsoluteUri(TRUE)
->setAbsoluteUriSche... - 10:23 Revision ab696fa4: Merge "[FEATURE] Add parameter to RenderViewHelper for optional sections"
- 10:23 Revision 2579656d: Merge "[BUGFIX] ViewHelper: Make SelectViewHelper use property paths as arguments"
- 10:23 Revision efaa5b6e: Merge "[BUGFIX] Fix Doc comment in format.padding ViewHelper"
- 08:22 Revision 0e16b20a: [BUGFIX] Make class name consistent
- Our classnames are mixed betweem Tx_ and tx_ - some others
don't even follow the general naming scheme. The patch mov... - 08:16 Revision 5632a11f: [BUGFIX] Cleanup splitview JavaScript
- Due to bad ExtJS layout the preview doesn't just load
the live and workspace preview once within a iframe,
it actuall... - 00:44 Revision 0c64c009: [BUGFIX] RTE: External links not updated to internal by link dialogue
- Solution: Remove external attribute when switching to other type
of link.
Change-Id: I94762da2fe19cf2cf91f6af7552343... - 00:44 Revision 5bf1c9f0: [BUGFIX] RTE: External links not updated to internal by link dialogue
- Solution: Remove external attribute when switching to other type
of link.
Change-Id: Ica76a8d862fd2547ad0baac55b3770... - 00:42 Revision 2bf377ee: [BUGFIX] RTE may overwrite link text in IE
- Problem: In IE, setting the link node href attribute may update the link
content when the content is recognized by IE... - 00:42 Revision 591516aa: [BUGFIX] RTE may overwrite link text in IE
- Problem: In IE, setting the link node href attribute may update the link
content when the content is recognized by IE...
2011-09-12
- 18:47 Revision f92e618c: [BUGFIX] Check for a valid Date object before opening datepicker
- Fix a regression, while trying to parse the old time when opening
the datepicker would fail on a previously empty dat... - 11:33 Revision d2111fb5: Merge "[TASK] Remove deprecated methods & properties"
- 09:11 Revision cc792b87: Merge "[TASK] Use TYPO3.l10n API for JS localizations"
- 09:10 Revision 0a78e45a: Merge "[BUGFIX] Hide comments section if there are no comments"
- 09:09 Revision 6c3cc2cb: Merge "[BUGFIX] Make workspace change visible for editors"
2011-09-11
- 23:04 Revision 8273087e: [BUGFIX] Unlock Install Tool only after acknowledgement
- Since #28621, the Install Tool gets automatically unlocked, if an admin
user opens it from the Backend.
This reduces...
2011-09-10
- 23:22 Revision 4747cc33: [TASK] EM: rename local and remote tabs
- After slightly refactoring the options and actions available in tabs
"Local Extension List" and "Remote Repository", ... - 20:17 Revision 913402a5: [TASK] EM: show updatable extensions in Local Extension List
- Move the "Show updatable extensions" filter from tab "Remote Repository"
to "Local Extension List".
Change-Id: I8a8d... - 20:15 Revision f04897b9: [TASK] EM: maintenance tab suggest download of CF tables
- When looking at an extension's details, the developer information tab
lists all caching framework (CF) tables and the... - 18:56 Revision c4209b11: [TASK] Disable compression for inlineJs in Backend
- JSMin is a major performance nightmare and no network connection can be
as slow as it would justify to spend so much ... - 10:32 Revision b22e7224: [BUGFIX] Wrong char for explodes of links
- user_plaintext::renderImage uses ',' as char to
explode links but TYPO3 switched to a LF
Change-Id: Id531b7d76e3b5d1... - 09:49 Revision d418bc17: [TASK] EM: make update window use full screen
- The UPDATE! script pop-up window in the Extension Manager is hard-coded
to some reduced size. Make it use the full sc...
2011-09-09
- 21:42 Revision c5c5b143: Merge "[BUGFIX] Tx_Extbase_Utility_Localization::translate() must return NULL for non-existing keys"
- 20:41 Revision 65528aa9: [BUGFIX] Create new CObject in CObject ViewHelper
- Previously CObject ViewHelper used the Content Object
of the Plugin. Sharing the same instance has some side
effects ... - 20:27 Revision 9f2829d8: [BUGFIX] Don't clone ContentObject in ConfigurationManager
- This reverts Ia3271303e571931b1d9c45e37f2b1455987e1ce0 which
introduced a regression:
Cloning the cObject will break ... - 17:52 Revision d04264c1: [TASK] Remove deprecated methods & properties
- This removes some deprecated methods and calls to them.
Namely Tx_Extbase_Persistence_Query::withUid()
and Tx_Extbase... - 16:57 Revision 5ea54d69: [BUGFIX] Tx_Extbase_Utility_Localization::translate() must return NULL for non-existing keys
- Apparently the behavior of t3lib_fe->sL() changed resulting in
Tx_Extbase_Utility_Localization::translate() returning... - 15:48 Revision 598a2f61: [TASK] Wrong phpDoc type hints
- Simple copy and paste error: some variable names are wrong
inside the phpDocs.
Change-Id: Ifd8d27639d003cae90fb88704... - 15:06 Revision d77c5f88: [TASK] EM: remove info icon in extension list
- A blue info icon is shown next to the extension title when additional
information are configured to pop up as externa... - 14:48 Revision 138d6669: [TASK] EM: make pop-up window use full screen
- The information pop-up window in the Extension Manager is hard-coded
to some reduced size. Make it use the full scree... - 14:44 Revision f715afec: [TASK] Trivial: bad phpDoc format in tslib_feUserAuth
- phpDoc format does not conform to TYPO3 CGL in class
tslib_feUserAuth, function getCookieName(). Lines need to be
rea... - 14:01 Revision a8a33f76: [BUGFIX] FE session transfer is broken
- The fix for #M13740 (revision 3a3a8d81) breaks FE session
transfer across top level domains.
Method tslib_fe::initFE... - 14:00 Revision 1d46b26a: [BUGFIX] FE session transfer is broken
- The fix for #M13740 (revision 3a3a8d81) breaks FE session
transfer across top level domains.
Method tslib_fe::initFE... - 12:52 Revision 4ecf0db1: [BUGFIX] FE session transfer is broken
- The fix for #M13740 (revision 3a3a8d81) breaks FE session
transfer across top level domains.
Method tslib_fe::initFE...
2011-09-08
- 17:23 Revision 69d54544: [BUGFIX] Padding of RTE statusbar is too big
- onLayout produces incorrect results when executed on a hidden element.
Change-Id: Iffe239a05f43033ca7bb352d0f840e733... - 17:16 Revision 5690bf10: [BUGFIX] Padding of RTE statusbar is too big
- onLayout produces incorrect results when executed on a hidden element.
Change-Id: Iebba44be9e51812458d14c525ad301369... - 16:40 Revision e1de967d: [BUGFIX] RTE only loads styles from external css file on reload in IE8
- Problem: The script fails to detect that a stylesheet is not loaded
Solution: Check for empty rules and imports array... - 16:39 Revision 7c35e485: [BUGFIX] RTE only loads styles from external css file on reload in IE8
- Problem: The script fails to detect that a stylesheet is not loaded
Solution: Check for empty rules and imports array... - 14:47 Revision 24d05a39: [BUGFIX] Locales dependency is not taken into account
- Localization methods do not take global or user-defined locales
dependencies into account when retrieving a label for... - 09:37 Revision 5e03d764: [BUGFIX] Fix JavaScript for multiple select fields
- The core changed the groupfield JS code to use only the size attribute
and disallows the "multiple" attribute as a ch...
2011-09-07
- 22:20 Revision f7e9b0bc: [BUGFIX] Restructure the random byte generator
- Restructure the code to use the most performant methods first
if available. Take specialities of Windows OS and speci... - 22:16 Revision f8b22c5a: [FEATURE] Allow user-defined additional backend languages
- At the moment, any language may be used for Frontend output. But in Backend, the list
of supported languages is hardc... - 22:07 Revision 2b70f08e: [TASK] Encrypt password transmission in user setup
- If extension rsaauth is enabled, the password transmission
when saving the user settings form should be encrypted.
R... - 16:53 Revision 0c8c9238: [BUGFIX] Fix Doc comment in format.padding ViewHelper
- This fixes the render() doc comment that was still referring
to printf.
Besides this changes the code to by in sync w... - 16:46 Revision a5bf2eb0: [BUGFIX] ViewHelper: Make SelectViewHelper use property paths as arguments
- The SelectViewHelper now uses ObjectAccess::getPropertyPath instead of
ObjectAccess::getProperty to resolve its param... - 16:42 Revision e00137c8: [BUGFIX] Clone ContentObject
- ConfigurationManager::getContentObject() currently always returns
the original instance of the cObject that has been ... - 15:52 Revision 6a7bf379: [FEATURE] Add parameter to RenderViewHelper for optional sections
- This change adds an additional parameter to allow optional sections
that will be rendered as an empty string if they ... - 15:23 Revision cf1cef69: [BUGFIX] Sanitize identifier when compiling templates
- The "identifier" of a compiled template is based on the
last modification timestamp and on the name of the original
t... - 14:51 Revision 002b3cee: [BUGFIX] use $for only when not empty and not NULL
- Dont restrict errors to argument $for
when $for is empty string OR NULL
Change-Id: Ic831aeb3355ce2fdba3bb7bbeec1fe4e... - 00:02 Revision 01489a2a: [FEATURE] Allow user-defined additional backend languages
- At the moment, any language may be used for Frontend output. But in Backend, the list
of supported languages is hardc...
2011-09-06
- 21:48 Revision bcc1fcee: [+BUGFIX] disable cache when displaying FlashMessages in frontend
- This resolves #5297 by making the FlashMessage
ViewHelper disable the page cache to prevent caching rendered
FlashMes... - 21:12 Revision 304e13c5: Merge "[+FEATURE] Comment ViewHelper"
- 20:49 Revision 637b2592: [+FEATURE] Comment ViewHelper
- This adds a commenting ViewHelper to prevent output and parsing
of specific parts of Fluid templates.
Usage:
<f:comme... - 20:36 Revision ac347d43: [TASK] Remove fluid autoloader
- With core issue #21144 the extbase autoloader was moved to the core.
This patch removes the according code from fluid... - 14:01 Revision e2fea52b: [BUGFIX] Typo in $TYPO3_CONF_VARS['BE']['lang']['debug']
- 'debug' is wrongly written 'degug' in default configuration.
Change-Id: I0d47fe0234b81b5b6a8b6ab13ee1d07a2854ddad
Re...
2011-09-05
- 23:49 Revision 392c4065: [TASK] Cache concatenated CSS
- Change-Id: I1bb199a5ec7a41cc0e0ce8e53f41247268aec692
- 23:49 Revision f707256c: [TASK] Disable compression for inlineJs in Backend
- JSMin is a major performance nightmare and no network connection can be
as slow as it would justify to spend so much ... - 22:06 Revision 86aa4b78: [TASK] Clean up t3lib_message_ErrorPageMessage
- Change-Id: I598acfa2b2c15b1fb290827504a23462c90b374d
Resolves: #29494
Reviewed-on: http://review.typo3.org/4775
Revie... - 09:07 Revision 392e97f0: [TASK] Add missing XCLASS to the t3lib_l10n_* classes
- The t3lib_l10n_* classes lack the XCLASS definition even though
they are instantiated with makeInstance().
Change-Id... - 08:47 Revision c2c652e7: [BUGFIX] Add missing files for HTTP_Request2
- Some files have been forgotten while committing HTTP_Request2,
because they are in a different directory and rarely u...
2011-09-04
- 23:21 Revision 2d430f59: [BUGFIX] Height of RTE editing area sometimes null in Safari 5.1
- Solution: Use same height setting method as for Chrome 7+.
Change-Id: I26e1777b8ec5d616d623699b409070e8a3629022
Reso...
2011-09-02
- 18:56 Revision 180673a1: [TASK] XLIFF: Add translation hint to labels, which must not be
- translated
In the Core there are several labels, which contain strings, which
must not be translated. However, peopl...
2011-09-01
- 20:39 Revision 6dc6c93d: [BUGFIX] High CPU load in IE8/9 when using context menu in htmlArea RTE
- Cleanup event listeners.
Change-Id: I1280ec790a3b4c97c1b867b451b719f297bb625a
Resolves: #29361
Releases: 4.5, 4.6
Re... - 20:38 Revision 098bde81: [BUGFIX] High CPU load in IE8/9 when using context menu in htmlArea RTE
- Cleanup event listeners.
Change-Id: Ic92ef7df49c9b6266e51f6193ec2611ea3431fe3
Resolves: #29361
Releases: 4.5, 4.6
Re... - 18:06 Revision 02755d28: [BUGFIX] Fix method visibility of AbstractConfigurationManager::getTypoScriptSetup()
- This method should be public (and it is in the implementing sub classes - so this is rather
a cosmetical fix).
Chang... - 16:23 Revision 9e6db1f6: [BUGFIX] RTE context menu adds unwanted id attribute to target
- The context menu plugin uses Ext.get on the target element. ExtJs thus adds an unwanted id attribute to content.
Sol... - 16:22 Revision 9a1de79e: [BUGFIX] RTE context menu adds unwanted id attribute to target
- The context menu plugin uses Ext.get on the target element. ExtJs thus adds an unwanted id attribute to content.
Sol...
2011-08-31
- 10:18 Revision e2be9338: Work in progress: Webservices Dispatcher: First test cases
- Change-Id: Ibeed7ece9db5abb7fe867b661e57d90fb29e5ca9
Conflicts:
t3lib/core_autoload.php - 10:16 Revision ae49c666: Work in progress: Webservices Dispatcher
- Change-Id: I47f2f8cc752651abb966bea699a27c4e4510051f
2011-08-30
- 22:05 Revision 1561d715: [TASK] Convert XLIFF files to Tab indentation
- Change-Id: I8b6680d1a2793886b0bcadab29e40bee27402d8c
Resolves: #29306 - 21:34 Revision 6177f8c9: [BUGFIX] Incorrect behaviour of style selector in RTE
- When all classes allowed on an element have been assigned to a single
element, the block/text style selector becomes ... - 21:33 Revision f6cd01a0: [BUGFIX] Incorrect behaviour of style selector in RTE
- When all classes allowed on an element have been assigned to a single
element, the block/text style selector becomes ... - 21:33 Revision ad0ab9e7: [BUGFIX] Incorrect behaviour of style selector in RTE
- When all classes allowed on an element have been assigned to a single
element, the block/text style selector becomes ... - 16:09 Revision 95ecf8dd: [TASK] Bump version number
- Prepare the version number for a value, which is higher than the
one we might reach in the 4.5 branch. This will avoi... - 14:37 Revision 5e3fe113: [TASK] Set TYPO3 version to 4.6-dev
- Change-Id: I30e3d3cadcbb04c6038f64193c573b9ad7be4342
Reviewed-on: http://review.typo3.org/4682
Reviewed-by: TYPO3 v4 ... - 14:37 Revision 9f8c9c9e: [RELEASE] Release of TYPO3 4.6.0beta2
- Change-Id: I67fda92ae7fb9b161c17a0c9b8d4df1876ec7fbf
Reviewed-on: http://review.typo3.org/4681
Reviewed-by: TYPO3 v4 ... - 14:37 Revision f6b5f327: [RELEASE] Release of TYPO3 4.6.0beta2
- Change-Id: I67fda92ae7fb9b161c17a0c9b8d4df1876ec7fbf
- 14:31 Revision 0573b963: [TASK] Change dimension of extjs message icons from 16x16 to 32x32
- This changeset just increases the width and height of the icons in
Ext.Msg based messages to make the type of the mes... - 14:24 Revision 5c44d937: [TASK] Raise submodule pointer
- Change-Id: I53b389b9dd17b5c6ac3f73e75313e2f0d71d0dfd
Reviewed-on: http://review.typo3.org/4680
Reviewed-by: TYPO3 v4 ... - 14:23 Revision 3c7f0a40: [TASK] Raise submodule pointer
- Change-Id: I45d2f86b7096ec8ed7302375be0213b88c15903c
Reviewed-on: http://review.typo3.org/4679
Reviewed-by: TYPO3 v4 ... - 14:09 Revision 67112b51: [BUGFIX] Bring back recStatInfoHooks hook in Page Tree
- There was a hook 'recStatInfoHooks' in class.webpagetree.php, which is
missing in the current implementation with Ext... - 14:06 Revision 8f4a0ef5: [BUGFIX] Bring back recStatInfoHooks hook in Page Tree
- There was a hook 'recStatInfoHooks' in class.webpagetree.php, which is
missing in the current implementation with Ext... - 10:35 Revision c7118c7e: [BUGFIX] Cannot use own translation with XLIFF
- XLIFF files contains the definition for a single language. Additional languages cannot
be stored as when using ll-XML... - 10:34 Revision e56d07d3: [BUGFIX] Externally-referenced ll-XML files are not parsed
- It is not possible to load an externally-referenced localization file
as explained in the documentation:
<languageKe... - 10:13 Revision 0d4f5ab8: [TASK] Merge linkvalidator for beta2
- Changes:
0c69001 [TASK] Release linkvalidator 1.0.4
defb32e [TASK] Fix phpdoc and method signatures
2f1f5e0 [BUGFIX] ... - 09:28 Revision 3d2b10f4: [BUGFIX] Fix HTTP Request Exceptions with SSL certificates
- HTTP_Request2 expects the default value for ssl_cafile, ssl_capath,
ssl_local_cert and ssl_passphrase to be NULL, and... - 08:42 Revision 29ec8f13: [TASK] Release linkvalidator 1.0.4
- Change-Id: I6db57880de8706770d4ddfce71d3ca990514dd46
Resolves: #29338 - 08:34 Revision dad2e545: [TASK] Fix phpdoc and method signatures
- Change-Id: I88afbd629fbb72de599bee273c4a929c3fc6a9be
Resoles: #29140
Releases: 4.6 - 07:33 Revision ca75753d: [TASK] Convert XLIFF files to Tab indentation
- Change-Id: If71429224f5c1f79b497987b70135b96c2a5d86a
Reviewed-on: http://review.typo3.org/4636
Reviewed-by: Xavier Pe...
2011-08-29
- 23:08 Revision 28379821: [TASK] Improve filename in *.t3d export
- Change the default date format in the filename when exporting
a T3D file to be YYYY-MM-DD_HH-MM in order to make the
... - 22:45 Revision 32ea66f8: [TASK] Use TYPO3.l10n API for JS localizations
- We haven't used the localization API within the JS
layer so far - this patch changes it ;)
Change-Id: I05781b89e29f0... - 20:18 Revision a26cb0de: [TASK] Improve description of $TYPO3_CONF_VARS['SYS']['no_pconnect']
- Improve the description of $TYPO3_CONF_VARS['SYS']['no_pconnect'],
so that people at least get a keyword, which they ... - 19:59 Revision d27f4abf: [BUGFIX] HTMLparser, treat fixAttrib.unset as boolean
- HTMLparser_tags fixAttrib.unset is documented to be boolean, but is
currently treated as string.
This patch corrects ... - 19:58 Revision b670ca82: [BUGFIX] HTMLparser, treat fixAttrib.unset as boolean
- HTMLparser_tags fixAttrib.unset is documented to be boolean, but is
currently treated as string.
This patch corrects ... - 19:57 Revision 94981037: [BUGFIX] HTMLparser, treat fixAttrib.unset as boolean
- HTMLparser_tags fixAttrib.unset is documented to be boolean, but is
currently treated as string.
This patch corrects ... - 18:23 Revision ec32e2e7: [BUGFIX] RTE breaks mailto links in Firefox
- mailto link are incorrectly prefixed with base url
Change-Id: Ic386148279228c9f3397ccf6480800f033782cc2
Resolves: #2... - 18:22 Revision 301c6146: [BUGFIX] RTE breaks mailto links in Firefox
- mailto link are incorrectly prefixed with base url
Change-Id: If97e99143666428dfced2bb7e129e1494c84f17e
Resolves: #2... - 17:41 Revision 3246c94e: [BUGFIX] t3lib_div::cmpFQDN() lacks support for IPv6 and hostnames
- Add checks for IPv4 and IPv6. Otherwise take input as hostname.
Implement correct (recursive) wildcard-checks.
Add un... - 10:17 Revision 1f6be2ed: [BUGFIX] Install new Extension with table in native, external database will fail
- Installing a new extension with a new table in an external, native database will fail.
The new table is always create... - 08:26 Revision 2803d7df: Merge "[TASK] Convert XLIFF files to Tab indentation"
- 06:58 Revision e80c784f: Merge "[BUGFIX] Install new Extension with table in native, external database will fail" into DBAL_1-2
- 06:57 Revision 79073294: [BUGFIX] Install new Extension with table in native, external database will fail
- Installing a new extension with a new table in an external, native database will fail.
The new table is always create... - 06:54 Revision 04c120ab: Merge "[BUGFIX] Allow DBAL to interact with EM to configure remapping"
- 06:54 Revision a7d33af4: [BUGFIX] Add DB structure update pre-processing hook in EM
- Extension Manager lacks a way to perform actions prior to modifying the database
structure (create new tables or add ... - 01:04 Revision 922183aa: [BUGFIX] Message about missing db credentials is misleading
- If persistent connections are not allowed by MySQL the error message
"Can only select database if username/password/h... - 01:00 Revision 14d672fc: [TASK] Improve description of $TYPO3_CONF_VARS['SYS']['no_pconnect']
- Improve the description of $TYPO3_CONF_VARS['SYS']['no_pconnect'],
so that people at least get a keyword, which they ...
2011-08-28
- 17:51 Revision 8d4cb92a: [BUGFIX] TCA Tree should respect requestUpdate and type
- TCA Tree should respect $TCA['myTable']['ctrl']['requestUpdate']
and $TCA['myTable']['type'], but the onChange Javasc... - 17:50 Revision 710a4710: [TASK] Convert XLIFF files to Tab indentation
- Change-Id: Ib1d8f81463546eda31f4cf8114092d32d31367fd
- 17:49 Revision 1f9b5544: [TASK] Convert XLIFF files to Tab indentation
- Change-Id: Iec1fa64b66260a6fee98aa05979428a48631c26c
- 17:49 Revision 698d92b6: [BUGFIX] Hide comments section if there are no comments
- Within the workspace list we shouldn't show the comments
section if a specific change has no comments.
Change-Id: I9... - 17:48 Revision 0676a96e: [TASK] Convert XLIFF files to Tab indentation
- Change-Id: Idf2cef962be2de94dd5c7f8fa1464e93009ee8ef
- 16:51 Revision 5df562ee: [BUGFIX] HTMLparser, treat fixAttrib.unset as boolean
- HTMLparser_tags fixAttrib.unset is documented to be boolean, but is
currently treated as string.
This patch corrects ... - 15:11 Revision 5fb43cda: [BUGFIX] Add DB structure update pre-processing hook in EM
- Extension Manager lacks a way to perform actions prior to modifying the database
structure (create new tables or add ... - 12:45 Revision 9916fced: [BUGFIX] Message about missing db credentials is misleading
- If persistent connections are not allowed by MySQL the error message "Can only
select database if username/password/h...
2011-08-27
- 20:10 Revision 992a86b9: [BUGFIX] Check for PHP 5.3
- Minimum PHP version to check for is now 5.3. The fix for the exec()
function in PHP lower than 5.3 on Windows is remo... - 14:15 Revision 0f865799: [BUGFIX] 'Update settings' button does not work in new em
- After installing an extension you get a popup where you can
update the configuration settings of an extension. In the...
Also available in: Atom