Activity
From 2011-10-19 to 2011-11-17
2011-11-17
- 16:52 Revision 512b9c07: [FEATURE] Indexed Search: add mySQL fulltext support
- Adds some minor modifications for restructuring in the pi code,
and some hooks in order to allow for other search eng... - 16:09 Revision 4d2ac536: [BUGFIX] Recycler: Wrong placed brackets
- Change-Id: I3c4f9390e13bebfae861565c482877f5563f9442
Resolves: #28835
Releases: 4.4, 4.5, 4.6
Reviewed-on: http://rev... - 16:08 Revision 9eddcd86: [BUGFIX] Recycler: Wrong placed brackets
- Change-Id: I925f89a0f786c9976ae7779696ffa76c823a9367
Resolves: #28835
Releases: 4.4, 4.5, 4.6
Reviewed-on: http://rev...
2011-11-16
- 10:56 Revision 91264e80: [BUGFIX] Live search does not find all tables
- To find anything in a given table, the live search loops on all that
table's columns. However it forgets to load the ...
2011-11-12
- 22:56 Revision e1e70fd5: [BUGFIX] alt_doc.php uses deleted alternative page languages for translations
- The backend script alt_doc.php even considers deleted
pages_language_overlay records when determining in which langua... - 22:40 Revision 8d94e305: [BUGFIX] Core calls deprecated ADMCMD_preview()
- The Core still calls tslib_fe->ADMCMD_preview() in index_ts.php.
Remove the whole code block, since this has been mov...
2011-11-11
- 16:02 Revision 7a7e3dfb: [TASK] Increase version number
- from 1.4.0 to 1.5.0-devel
Change-Id: I3a8b639fb3d057b534c16d7e56191ecfa050905a - 15:44 Revision a7651507: [BUGFIX][!!!] Slider wizard misuses "max" property
- TYPO3 4.6 introduced a slider wizard for select-type and
input-type fields. For input-type fields it is possible
to d... - 15:43 Revision 05e95267: [FEATURE] CData ViewHelper
- This adds a viewhelper that outputs the given string without
escaping and wrapped with CDATA tags.
usage:
{string -> ... - 15:42 Revision 05ac7b98: [BUGFIX][!!!] Slider wizard misuses "max" property
- TYPO3 4.6 introduced a slider wizard for select-type and
input-type fields. For input-type fields it is possible
to d...
2011-11-10
- 18:42 Revision fd09d197: [TASK] Simplify license header and remove @author annotations
- This backports three recent changes of the TYPO3.Fluid package:
- Remove @license annotation from files (290f4f5)
- S... - 16:57 Revision 2ba9ee28: [FEATURE] maximumNumberOfLinks argument in paginate widget
- This adds a new widget option configuration.maximumNumberOfLinks
to the widget.paginate ViewHelper.
This is a backpor... - 10:16 Revision dbfa56ff: [TASK] Extbase (MVC): Avoid code-duplication in Tx_Extbase_MVC_Web_FrontendRequestHandler::isCacheable()
- Same functionality is available centrally through
Tx_Extbase_Service_ExtensionService::isActionCacheable()
Thanks to...
2011-11-09
- 23:25 Revision 87614aa4: [BUGFIX] Extension configuration of saltedpasswords broken
- Back ported code from task #31501 breaks the the configuration page
of the saltedpasswords extension in EM.
Change-I... - 23:10 Revision c97519ca: [BUGFIX] Extension configuration of saltedpasswords broken
- Back ported code from task #31501 breaks the the configuration page
of the saltedpasswords extension in EM.
Change-I... - 19:37 Revision 5fd600b6: [BUGFIX] Deprecation warning with disabled ImageMagick
- Although the use of ImageMagick is disabled (by setting
$TYPO3_CONF_VARS['GFX']['im'] = 0), an deprecation log entry ...
2011-11-07
- 10:54 Revision c860aa01: [!!!][FEATURE] Remove typo3/index.html (and more)
- Remove typo3/index.html which does nothing else than redirecting to
index.php.
It uses a meta redirection, which has ...
2011-11-06
- 20:52 Revision 20b7e480: [BUGFIX] Disambiguate labels in exclude fields list
- When defining access lists for be_groups, all exclude fields are
listed for selection, ordered alphabetically per tab... - 20:52 Revision fd81abb0: [BUGFIX] Disambiguate labels in exclude fields list
- When defining access lists for be_groups, all exclude fields are
listed for selection, ordered alphabetically per tab...
2011-11-05
- 22:18 Revision 3f21feaf: [BUGFIX] Log date picker broken
- The date picker in the Admin Tools > Log when selecting a user-defined
time range is broken. Adapt it to new skinning... - 22:14 Revision 9bf7c1d8: [BUGFIX] Log date picker broken
- The date picker in the Admin Tools > Log when selecting a user-defined
time range is broken. Adapt it to new skinning... - 21:58 Revision bc9050a8: [BUGFIX] Disambiguate labels in exclude fields list
- When defining access lists for be_groups, all exclude fields are
listed for selection, ordered alphabetically per tab... - 11:35 Revision c2382718: [BUGFIX] Handling file upload fields is broken
- The handling of file upload fields in the new system extension
form was broken and not fully implemented. Fetching th... - 11:08 Revision cae3e8e7: [BUGFIX] Handling file upload fields is broken
- The handling of file upload fields in the new system extension
form was broken and not fully implemented. Fetching th...
2011-11-04
- 09:38 Revision af755f8f: [BUGFIX] Error after hide/show element in list module
- Showing or hiding an element with workspace selected will result in
Error: Could not be edited in offline workspace..... - 07:01 Revision 1b53a972: [TASK] Add missing tslib_content_abstract::getContentObject()
- Without this getter method there's no clean way to access the current
tslib_cObj object from a custom media renderer ... - 07:01 Revision a302be8c: [TASK] Add missing tslib_content_abstract::getContentObject()
- Without this getter method there's no clean way to access the current
tslib_cObj object from a custom media renderer ... - 07:00 Revision 7d150b06: [BUGFIX] Options checkboxes are hidden in BE admin user form
- The options field is hidden in the BE user form if the user is admin.
This is a problem if the admin has assigned gro... - 07:00 Revision 9259b6e3: [BUGFIX] Options checkboxes are hidden in BE admin user form
- The options field is hidden in the BE user form if the user is admin.
This is a problem if the admin has assigned gro... - 06:59 Revision b9be6a03: [BUGFIX] Options checkboxes are hidden in BE admin user form
- The options field is hidden in the BE user form if the user is admin.
This is a problem if the admin has assigned gro...
2011-11-03
- 18:54 Revision 05884206: [BUGFIX] Options checkboxes are hidden in BE admin user form
- The options field is hidden in the BE user form if the user is admin.
This is a problem if the admin has assigned gro... - 18:51 Revision 7bc236c4: [BUGFIX] alt_doc.php uses deleted alternative page languages for translations
- The backend script alt_doc.php even considers deleted
pages_language_overlay records when determining in which langua... - 18:40 Revision 6c3f2113: [BUGFIX] Fix typo in class.t3lib_div.php
- Change "$includeEmtpyValues" into "$includeEmptyValues"
Change-Id: I1866c388f48d488fd2abcc2aade90064960f1c8e
Fixes: ... - 18:36 Revision 9884f214: [BUGFIX] Preview message causes javascript errors
- Placing the preview message just before the closing body tag prevents it from
interfering with the (x)HTML structure.... - 08:14 Revision 8ad8099e: [TASK] deprecate userAuthGroup:inList
- The class userAuthGroup has its own "inList"
functionality that is not really needed,
as there is an optimized versio... - 08:12 Revision 1b3ff844: [TASK] Add missing tslib_content_abstract::getContentObject()
- Without this getter method there's no clean way to access the current
tslib_cObj object from a custom media renderer ...
2011-11-02
- 23:34 Revision c729fdf1: [BUGFIX] XLIFF: Invalid handling of overlays for unavailable language
- When a language is chosen but does not provide localization files for an
extension, the localization overlay mechanis... - 10:24 Revision 346251a2: [BUGFIX] Make changed action resolving backwards compatible
- With 1.4 Extbase throws an Exception if a requested controller
and/or action is not configured to be part of the curr... - 01:24 Revision ad5d7f80: [BUGFIX] JS error on initialization of RTE extension plugin
- Custom plugin from user RTE extension using reference to this.base() will not initialize correctly in TYPO3 4.6.
Cha... - 01:15 Revision f496d80f: [BUGFIX] JS error on initialization of RTE extension plugin
- Custom plugin from user RTE extension using reference to this.base() will not initialize correctly in TYPO3 4.6.
Cha...
2011-11-01
- 22:54 Revision 0de6b562: [BUGFIX] XLIFF: Invalid handling of overlays for unavailable language
- When a language is chosen but does not provide localization files for an
extension, the localization overlay mechanis...
2011-10-31
- 21:34 Revision 03eb7188: [BUGFIX] Add check for salted default admin password
- Check for default password of admin account no longer
works in status reports module.
Change-Id: Ibefcadb60afb2d2249...
2011-10-30
- 19:35 Revision 76bd359a: [CLEANUP] remove not needed parameter
- Change-Id: Id66ad52771c6a20c57797026eb87d5a629aaa06e
- 17:16 Revision 2b20e99c: [BUGFIX] Empty text with non-localizable label key
- When method $GLOBALS['TSFE']->sL() is called with a non-localizable
label key (not starting with "LLL:"), an empty st...
2011-10-28
- 15:25 Revision ea71cbab: [BUGFIX] TextboxViewHelper does not return anything
- Deprecated textBoxViewHelper inherits textFieldViewHelper
to render the textField but the return
is missing to pass t... - 13:33 Revision 59888063: [BUGFIX] Empty text with non-localizable label key
- When method $GLOBALS['TSFE']->sL() is called with a non-localizable
label key (not starting with "LLL:"), an empty st...
2011-10-27
- 00:19 Revision a99548e8: [BUGFIX] Install tool stays open if ENABLE_INSTALL_TOOL is not writable
- Recognize if the ENABLE_INSTALL_TOOL file deletion fails
and keep the install tool closed in this case.
Change-Id: I... - 00:16 Revision a4fc7fa6: [BUGFIX] Install tool stays open if ENABLE_INSTALL_TOOL is not writable
- Recognize if the ENABLE_INSTALL_TOOL file deletion fails
and keep the install tool closed in this case.
Change-Id: I... - 00:13 Revision 06bf6926: [BUGFIX] Install tool stays open if ENABLE_INSTALL_TOOL is not writable
- Recognize if the ENABLE_INSTALL_TOOL file deletion fails
and keep the install tool closed in this case.
Change-Id: I...
2011-10-26
- 23:49 Revision 071b13da: [TASK] Remove unused typo3/alt_* files
- Remove files that are scheduled for deletion in 4.7 and not
referenced in the core at any place.
Change-Id: I0b6b70a... - 23:30 Revision fbc26e37: [BUGFIX] Make extbase modules appear in access lists
- When registering an extbase backend module, it should be possible to
grant permissions to it for users in the access ... - 23:14 Revision ce270ddd: [TASK] Remove t3lib_superadmin
- The class is obsolete since 4.5 and can be removed now.
Change-Id: I914e3ef199c2215ca25ffa27631ac28ecf05ac50
Resolve... - 22:57 Revision 4d505271: [FEATURE] Unify page/list module title
- The backend modules should have unified headers.
In page and list module the header is the current page title.
This t... - 20:51 Revision fc33762c: [BUGFIX] EM: Confusing error message when uploading an extension to TER that is not registered
- Change-Id: I3e063e41929306b880f638bc268b5e221f44c77b
Fixes: #31309
Releases: 4.5, 4.6, 4.7
Reviewed-on: http://review... - 16:36 Revision 76740cd0: [FEATURE][INSTALL] Check MySQL privileges to create new databases
- Hide the option to create a new MySQL database within the 1-2-3 wizard,
if the MySQL user has no permissions to do so... - 16:10 Revision dbcaa25c: [CLEANUP] Remove code duplication in saltedpasswords
- There is some duplicate code in tx_saltedpasswords_sv1::authUser(). This
patch removes the code, making it more reada... - 16:04 Revision 3dd43f60: [BUGFIX] showAccessRestrictedPages doesn't replace links to restricted subpages
- When creating a menu with showAccessRestrictedPages set to any PID, links to pages
that inherit an access restriction... - 15:01 Revision baf38ed1: [BUGFIX] EM: Confusing error message when uploading an extension to TER that is not registered
- Change-Id: Ic6f4db9210a63d9f53767f417b617772bd884f68
Fixes: #31309
Releases: 4.5, 4.6, 4.7
Reviewed-on: http://review... - 14:57 Revision 6530b6cd: [BUGFIX] EM: Confusing error message when uploading an extension to TER that is not registered
- Change-Id: Ic11eccffe0961c627397bf27dabc1164f2508abc
Fixes: #31309
Releases: 4.5, 4.6, 4.7
Reviewed-on: http://review...
2011-10-25
- 16:44 Revision 96db7b4f: [TASK] Set TYPO3 version to 4.7-dev
- Change-Id: If0028195ed4a6a51ebe5b507c98eb1251e232326
Reviewed-on: http://review.typo3.org/6332
Reviewed-by: Oliver Ha... - 15:48 Revision eeca680c: [TASK] Set TYPO3 version to 4.6.1-dev
- Change-Id: I49fcdd768a00e1207ad22cd56caac7ece19f2c37
Reviewed-on: http://review.typo3.org/6330
Reviewed-by: TYPO3 v4 ... - 15:47 Revision a2b4685b: [RELEASE] Release of TYPO3 4.6.0
- Change-Id: I80f13bd0b46b6ac37a372dc95eeaa71c286f7c00
Reviewed-on: http://review.typo3.org/6329
Reviewed-by: TYPO3 v4 ... - 15:47 Revision bd513f64: [RELEASE] Release of TYPO3 4.6.0
- Change-Id: I80f13bd0b46b6ac37a372dc95eeaa71c286f7c00
- 13:18 Revision 187274bf: [TASK] Update md5 checksums for system extensions
- The md5 checksums for all system extensions not integrated as submodule
should be updated.
Change-Id: Iee20932b1b58f... - 13:04 Revision be66e1c9: [BUGFIX] EM: Configuration inlineToWindow does not default to 1
- Default configuration for inlineToWindow is set to 1 in ext_conf_template.txt but
if localconf.php contains an incomp... - 12:57 Revision 0b699744: [TASK] Disable file upload in form wizard
- Due to a wrong implementation the file upload feature in the
form wizard will be disabled for the time being.
Change... - 11:55 Revision b69ba295: [TASK] Raise submodule pointer
- Change-Id: I0580ce6e45b5e2bb9110e90475a2ce4f8b1424d1
Reviewed-on: http://review.typo3.org/6313
Reviewed-by: TYPO3 v4 ... - 11:54 Revision 77a06a8c: [TASK] Raise submodule pointer
- Change-Id: I9c82be427e90d0ff4100e4df639b7ddc75be77bf
Reviewed-on: http://review.typo3.org/6312
Reviewed-by: TYPO3 v4 ... - 11:46 Revision 3e5de522: [BUGFIX] Fix version dependency for extbase
- Change-Id: I850b623a7c94100d2ce1f45aecf742dff7b5f3a0
- 11:38 Revision e3bf334a: [TASK] Update version to 4.6.0
- Change-Id: I9d3b593efe2d32bbcecc101555e79219b10cb33d
Reviewed-on: http://review.typo3.org/6306
Reviewed-by: Xavier Pe... - 11:38 Revision cd420fa3: [TASK] Update version to 4.6.0
- Change-Id: Ie20b23152430afad2d797fb3ee3f9a4dfda4abe2
Reviewed-on: http://review.typo3.org/6310
Reviewed-by: Tolleiv N... - 11:32 Revision 1537dcbd: [FEATURE] set default grid limit to 30
- Raise the displayed rows in the workspace grid from 10 to 30
Change-Id: I0c69b73f9c46b0439685019cc78c10bc8933255a
Re... - 11:30 Revision fa75ec7b: [BUGFIX] Broken image paths in preview
- Images inside bodytext of content elements have broken paths when previewing in the workspace module.
The relative pa... - 11:28 Revision 950941a0: [TASK] Raise the number of possible file- and dbmounts from 10 to 25
- The limitation of 10 dbmounts and filemounts in a workspace does not work in each
installation. Due to the fact that ... - 10:30 Revision bc869cf7: [TASK] Update INSTALL.txt
- Change-Id: I0ad7fe51b1f918a95430f190e3ab430ca8e67b0d
Reviewed-on: http://review.typo3.org/6291
Reviewed-by: Oliver Ha... - 10:15 Revision b6ccb266: [TASK] Update version to 4.6.0
- Change-Id: I2978fda5372c3216af7f511bbb536fb50b10d52d
Reviewed-on: http://review.typo3.org/6288
Reviewed-by: Tolleiv N... - 10:14 Revision 4484bf09: [TASK] Update version to 4.6.0
- Change-Id: I3be3365defe88a720e88deb11871479ea31427f5
Reviewed-on: http://review.typo3.org/6285
Reviewed-by: Tolleiv N... - 09:43 Revision ebe87717: [TASK] Update NEWS.txt with information from reviewed Release Notes
- Change-Id: I729000694f9d5f957da955b10fda4d3a0e78d8fd
Reviewed-on: http://review.typo3.org/6283
Reviewed-by: Xavier Pe... - 08:54 Revision ab2e096a: [BUGFIX] NEWS.txt refers to invalid language code
- The language code of Austria is not de_AU, but de_AT.
Change-Id: I751df88b1bf6555910360142ed95dc5bc21781a8
Resolves:... - 08:54 Revision c0383127: [TASK] Documentation of compressJs feature
- The documentation (NEWS.txt and TypoScript completion) does not
correctly explain the feature set of config.compressJ... - 08:45 Revision 9e3cc426: [BUGFIX] Upgrade Wizards appear over and over again
- The Upgrade Wizards "Check Compression Level" and
"Deprecated RTE properties" appear over and over again,
instead of ... - 02:48 Revision fa08e0f4: [BUGFIX] Internal extension information is not updated properly
- tx_em_Tools::refreshGlobalExtList() is triggered on installing
extensions. However the current implementation is wron... - 01:52 Revision f0805c84: [TASK] Implement check for saltedpasswords in reports module
- The reports module should show a warning, if saltedpasswords is
not installed or not configured correctly.
Change-Id... - 01:43 Revision 3addb27f: [TASK] Raise the number of possible file- and dbmounts from 10 to 25
- The limitation of 10 dbmounts and filemounts does not work in each
installation. Due to the fact that removing the li... - 01:38 Revision c9f85075: [FEATURE] set default grid limit to 30
- Raise the displayed rows in the workspace grid from 10 to 30
Change-Id: Ie72913301af870a17040d7b3a09d94144dc5dcd6
Re... - 01:25 Revision bcf07f0a: [BUGFIX] Broken image paths in preview
- Images inside bodytext of content elements have broken paths when previewing in the workspace module.
The relative pa... - 01:25 Revision 604a1ea2: [BUGFIX] Broken image paths in preview
- Images inside bodytext of content elements have broken paths when previewing in the workspace module.
The relative pa... - 01:25 Revision 988edca9: [TASK] Raise the number of possible file- and dbmounts from 10 to 25
- The limitation of 10 dbmounts and filemounts in a workspace does not work in each
installation. Due to the fact that ... - 01:19 Revision 5e280b87: [BUGFIX] Incorrect display of Flexform UTF8 labels
- UTF8 labels and options are displayed incorrectly in Flexforms.
Change-Id: Ib0ef81b995f1b6c35b7a216c4415f81b1dd8ded6... - 01:18 Revision c5e7ebdc: [BUGFIX] Incorrect display of Flexform UTF8 labels
- UTF8 labels and options are displayed incorrectly in Flexforms.
Change-Id: I857bd26b8d1ee27b823e27ce5f67298f5549dc70... - 01:00 Revision 73dd5ead: [BUGFIX] Caching tables of new extensions are not created
- Creating the caching tables of an extension that has been installed in
the same process does not work. Since the cach... - 00:52 Revision d41d7a6e: [BUGFIX] Check if OpenSSL works on every platform
- The php backend in rsaauth checks if key generation works on Windows platforms.
Since there also could be *nix platfo... - 00:32 Revision cc0643f2: [BUGFIX] Install tool throws database errors in upgrade wizard
- Some upgrade wizards like addflexformstoacl need working cache tables.
Those might not exist already. The patch force...
2011-10-24
- 23:55 Revision 26ec5aca: [BUGFIX] Extension details are difficult to read
- The problem: The label column is just 100 px wide,
causing linebreaks in the label.
This can result in incorrect read... - 23:49 Revision 26cb76c7: [BUGFIX] TCA: Suggest wizard doesn't work in wizard_edit popup
- When suggest wizard is used in a form open from the wizard_edit
popup wizard, javascript cannot access to "top.TS.PAT... - 23:48 Revision 5eafe807: [BUGFIX] TCA: Suggest wizard doesn't work in wizard_edit popup
- When suggest wizard is used in a form open from the wizard_edit
popup wizard, javascript cannot access to "top.TS.PAT... - 23:48 Revision cde1b8e8: [BUGFIX] FlexForm field selector missing
- Change-Id: I2773e482d0e2c4b263394d2456dcc32afac343a8
Resolves: #30768
Releases: 4.6, 4.5
Reviewed-on: http://review.t... - 23:48 Revision be3303ce: [BUGFIX] Fatal Error in Page Tree filter
- When entering short numeric values in the Page Tree filter of a large
tree, a PHP Fatal Error can occur:
Call to a me... - 23:47 Revision d1e733f9: [BUGFIX] Fix misleading SQL error message in TCEforms
- When an SQL error occurs, TCEforms shows the error message
"This may indicate a table defined in tables.php is not
ex... - 23:46 Revision 9a5c2b67: [BUGFIX] Check for rsaauth being usable
- The Extension Manager shows the results of some checks in the
Configuration section of the extension "saltedpasswords... - 23:45 Revision a4b4a547: [BUGFIX] Check for rsaauth being usable
- The Extension Manager shows the results of some checks in the
Configuration section of the extension "saltedpasswords... - 23:42 Revision ac422187: [BUGFIX] Check for rsaauth being usable
- The Extension Manager shows the results of some checks in the
Configuration section of the extension "saltedpasswords... - 23:21 Revision a25ca255: [BUGFIX] Delay start of TSFE Time Tracking
- Configurable cookie name feature relies on a started PHP session in the
frontend. This is not desired. Thus, start ti... - 23:18 Revision 51d2d27a: [BUGFIX] Invalid and deprecated calls
- Method sentCollectionToStage() of the ExtDirect action handler contains
invalid and deprecated calls.
Change-Id: I03... - 23:15 Revision a6e4b3a1: [TASK] Adjust hint in Upgrade Wizard
- > If you upgrade your TYPO3 installation from one major version to
> another (e.g. 4.4 to 4.5) ...
This should displ... - 23:15 Revision 7818052a: [BUGFIX] Invalid and deprecated calls
- Method sentCollectionToStage() of the ExtDirect action handler contains
invalid and deprecated calls.
Change-Id: I20... - 22:38 Revision 69681f71: [TASK] EM: Remove function menu "Check for extension updates"
- The function menu "Check for extension updates" does not make sense anymore
as it is part of the old Extension Manage... - 22:38 Revision 4b8ee263: [BUGFIX] EM: Uploading extensions fails with Fatal Errors
- In case of an extension having dependencies, suggestions, or conflicts,
the Extension Manager fails with PHP Fatal Er... - 21:40 Revision 5d4b25ab: [TASK] Unit test for t3lib_utility_Mail should check From user
- Unit tests t3lib_utility_Mail do not test if additional headers are generated
when $TYPO3_CONF_VARS['MAIL']['defaultM... - 21:38 Revision 35801296: [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... - 21:32 Revision 6fcc5bce: [BUGFIX][t3editor] Description of new options compressJs and compressCss
- Change-Id: Ie61a4415b0efd4bd624e88d908933bd4f9e9350c
Resolves: #31238
Releases: 4.6
Reviewed-on: http://review.typo3.... - 21:19 Revision c992dd5c: [BUGFIX] Leading and trailing blanks can't be edited by the RTE
- This patch will:
1. collapse repeating spaces into a single one;
2. replace leading and trailing spaces with non-brea... - 21:17 Revision 939d182f: [BUGFIX] config.compressJs enables itself
- Due to a compat_mode backwards compatibility setting, the new option
config.compressJs
enables itself automatically, ... - 21:04 Revision 29e70b5c: [BUGFIX] Some unit tests fail with "Cannot modify header information"
- Method template::endPage() should only send Content-Encoding header
if no headers have been sent to prevent fatal err... - 20:59 Revision 5e37e102: [BUGFIX] Leading and trailing blanks can't be edited by the RTE
- This patch will:
1. collapse repeating spaces into a single one;
2. replace leading and trailing spaces with non-brea... - 20:44 Revision ce056cde: [BUGFIX] Fix misleading SQL error message in TCEforms
- When an SQL error occurs, TCEforms shows the error message
"This may indicate a table defined in tables.php is not
... - 20:26 Revision eb94a7e8: [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".... - 19:53 Revision 6f2ee26b: [CLEANUP] Fix CGL with NULL value
- Commit d7580828f176a6838f67c674ea764ea0fa56120e wrongly introduced
'null' value instead of 'NULL' as stated in our co... - 19:24 Revision 9b070ee0: [BUGFIX] FlexForm field selector missing
- Change-Id: Id529c54a98e036ed3e3597e61f058cef8a55b050
Resolves: #30768
Releases: 4.6, 4.5
Reviewed-on: http://review.t... - 19:18 Revision d08b5ccd: [BUGFIX] TCA: Suggest wizard doesn't work in wizard_edit popup
- When suggest wizard is used in a form open from the wizard_edit
popup wizard, javascript cannot access to "top.TS.PAT... - 19:06 Revision d7580828: [BUGFIX] Fatal Error in Page Tree filter
- When entering short numeric values in the Page Tree filter of a large
tree, a PHP Fatal Error can occur:
Call to a me... - 14:43 Revision 5d3124a5: [TASK] Enable image configuration png_truecolor by default
- Since TYPO3 4.6 ships with the requirement of IM6, the truecolor
processing on PNG files can be enabled by default.
... - 14:39 Revision 11eacca4: [BUGFIX] Remove deprecated method call
- Version still calls t3lib_div::testInt() instead of t3lib_utility_Math::canBeInterpretedAsInteger().
Change-Id: I144... - 14:38 Revision 773d821d: [BUGFIX] Remove deprecated method call
- Version still calls t3lib_div::testInt() instead of t3lib_utility_Math::canBeInterpretedAsInteger().
Change-Id: Ifea... - 14:37 Revision 9f9364ef: [TASK] Better sorting for results of EM
- If a search expression matches an extension key, the result
should be listed at the 1st place.
For example searching... - 12:29 Revision efb56f73: [BUGFIX] Core still calls t3lib_div::testInt()
- Change-Id: Ica15a5b3eb15394550756139eb685a8328ce10d8
Fixes: #31216
Releases: 4.6
Reviewed-on: http://review.typo3.org... - 10:41 Revision 1dbd6067: [BUGFIX] Hidden input element in form wizard almost invisible
- Hidden input elements in the form wizard are not visualized at
all in the user interface. A dotted border is added to... - 10:29 Revision 16fa940f: [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...
2011-10-23
- 23:51 Revision 235cb2c8: [!!!][TASK] Form project structure is not Extbase-compliant
- Directory is moved from Resources/Private/Configuration -> Configuration
If the static TypoScript resource was alread... - 23:21 Revision 1318a5d2: [BUGFIX] Login fails silently, when no backend for rsaauth is available
- In case of no OpenSSL backend being available for rsaauth (e.g. after
moving to another server), the login silently f... - 23:17 Revision e7484127: [BUGFIX] About Modules shows HTML entities for Install Tool module
- Change-Id: I548e906f0845878f00b6136f388ab8500d109c03
Fixes: #30974
Releases: 4.6
Reviewed-on: http://review.typo3.org... - 20:41 Revision 04dcd2a7: [BUGFIX] Awkward styling of split bar in Chrome browser
- Due to a recente change (#27660), the Ext JS split bars, which act as
separators between module menu / navigation and... - 20:26 Revision fecafd38: [TASK] Update information in NEWS.txt
- File NEWS.txt should reflect latest changes in TYPO3 4.6.
Change-Id: I13e0dbe1aab3de5b22fd5b5658acecf5826dccd9
Resol... - 20:18 Revision 543f43d0: [BUGFIX] Reports module: Available services broken
- Displaying the available services in the reports module is broken.
This is a regression due to cleaning up the global... - 19:46 Revision df58b48a: [BUGFIX] Stylesheet for confirmation view missing in form sysext
- The confirmation message does not have any CSS at the moment.
Change-Id: Ic2e182cda9f5333e0c6d7aad4d4bb9f929ca0568
F... - 19:42 Revision 50274f3f: [BUGFIX] Add default csc-mailform DIV wrap
- A new form element does not have any class settings. This issue
reintroduces stdWrap possibilites for the new form sy... - 19:30 Revision a1116a2c: [TASK] Update the Scheduler's manual
- The Scheduler's manual is updated with:
* description of the new tasks provided by default
(table and fileadmin ga... - 18:17 Revision 96b99987: [TASK] Merge linkvalidator for 4.6
- Changes included:
cb5fac3 [TASK] Prepare for release of TYPO3 4.6
22feb54 [BUGFIX] Pootle: Multi-line labels are not ... - 17:41 Revision cfa4e836: [TASK] Prepare for release of TYPO3 4.6
- Updated ChangeLog and ext_emconf.php.
Change-Id: If7b4752dfeaa5720ea036521f8f77b5e55338012
Resolves: #31202
Releases... - 17:14 Revision 99340f17: [TASK] Prepare for release of TYPO3 4.6
- Updated ChangeLog and ext_emconf.php.
Change-Id: Ic03a8a12d5410366bded0ef14390b8e8405ddab8
Resolves: #31202
Releases... - 10:25 Revision 64380de2: [BUGFIX] Enable "0" as token for TypoScript split function
- Change-Id: If303f704ffa8d5d1a4c9df28c9e4c3759ef9ebfc
Resolves: #31062
Releases: 4.6, 4.5, 4.4
Reviewed-on: http://rev... - 10:25 Revision 168a8963: [BUGFIX] Enable "0" as token for TypoScript split function
- Change-Id: I35f997ba166e80d4d504bca02eeb10784b1a6117
Resolves: #31062
Releases: 4.6, 4.5, 4.4
Reviewed-on: http://rev... - 10:01 Revision 597e15e9: [BUGFIX] Enable "0" as token for TypoScript split function
- Change-Id: I9f5110ac9c0873a04fbc8845b126cfe477977f94
Resolves: #31062
Releases: 4.6, 4.5, 4.4
Reviewed-on: http://rev...
2011-10-22
- 19:57 Revision 2857edde: [BUGFIX] impexp links to invalid EM path
- impexp sysext links to invalid Extension Manager path,
in order to install extension dependencies.
Change-Id: I517fe... - 19:55 Revision c1810e71: [BUGFIX] impexp links to invalid EM path
- impexp sysext links to invalid Extension Manager path,
in order to install extension dependencies.
Change-Id: I9e318... - 15:35 Revision f0747995: [BUGFIX] Login fails silently, when no backend for rsaauth is available
- In case of no OpenSSL backend being available for rsaauth (e.g. after
moving to another server), the login silently f... - 14:28 Revision 060e8794: [BUGFIX] Improve check for started session in rsaauth
- Checking if the superglobal $_SESSION is an array is not reliable.
Change the check to use session_id() which is an e... - 14:28 Revision b3d6973e: [BUGFIX] Improve check for started session in rsaauth
- Checking if the superglobal $_SESSION is an array is not reliable.
Change the check to use session_id() which is an e... - 14:27 Revision 4bad6699: [BUGFIX] Improve check for started session in rsaauth
- Checking if the superglobal $_SESSION is an array is not reliable.
Change the check to use session_id() which is an e... - 12:37 Revision c6f8fd66: [TASK] Update information in INSTALL.txt
- File INSTALL.txt should reflect latest changes in TYPO3 4.6.
Change-Id: Iee0348fd36ffc8cdd92b4b39269c03a0854d7b2c
Re... - 12:31 Revision b6341cb3: [BUGFIX] Limit workspace access checks if extension not used
- In some cases the access to a workspace is checked even
if EXT:workspaces is not installed. This should be avoided
wh... - 12:30 Revision b767f3d7: [BUGFIX] Limit workspace access checks if extension not used
- In some cases the access to a workspace is checked even
if EXT:workspaces is not installed. This should be avoided
wh... - 11:50 Revision 00e3df65: [BUGFIX] EM: Popup window not scrollable
- There are four places in the Extension Manager, when a JavaScript popup
is opened (not an ExtJS window).
These popup...
2011-10-21
- 22:56 Revision 3f636999: [TASK] Use decent defaults for resizable textareas
- * Increase the maximum size in the default values
* Do not make the textareas flexible by default
* Do not apply the ... - 22:17 Revision 60dc1889: [BUGFIX] Improve check for started session in rsaauth
- Checking if the superglobal $_SESSION is an array is not reliable.
Change the check to use session_id() which is an e... - 21:18 Revision f3ced448: [TASK] Update submodule branches for TYPO3 4.6.0
- * dbal uses DBAL_1-3
* extbase uses extbase_1-4
* fluid uses fluid_1-4
* version uses 4.6
* workspaces uses 4.6
Chan... - 17:20 Revision 96f6abf4: [TASK] Update version number for TYPO3 4.7
- Change-Id: I1e07ea08c8c436d5d3cc25420420b1110a072297
- 17:18 Revision dbbb22fe: [TASK] Update version number, update md5 checksums
- Change-Id: If5e8e951a7ba3e206ef5d6bce9c709b534fa0ff1
- 16:53 Revision 805657a8: [TASK] Update md5 checksums
- Change-Id: I666f42538b7819812ecaa04f68ee527bb18341d3
- 16:53 Revision 7e4c075a: [TASK] Update md5 checksums
- Change-Id: Ie65382b9028e4a8fc0861827b3a076cc863012d9
- 16:44 Revision 3a9de702: [BUGFIX] Pootle: Multi-line labels are not rendered properly
- In order to ensure that multi-line labels can be properly translated on Pootle or
any 3rd party tool, it turns out th... - 16:32 Revision 35c2aa55: [BUGFIX] Fix PHP Warnings in Unit Tests
- Some unit tests fail when PHP warnings are not supressed.
This change fixes those
Change-Id: I493b352ed61aab82739276... - 16:31 Revision 052b7354: [BUGFIX] Fix PHP Warnings in Unit Tests
- Some unit tests fail when PHP warnings are not supressed.
This change fixes those.
Change-Id: I497714f5846c719e407be... - 16:18 Revision c73a9df9: [BUGFIX] Fix PHP Warnings in Unit Tests
- Some unit tests fail when PHP warnings are not supressed.
This change fixes those
Change-Id: I493b352ed61aab82739276... - 16:18 Revision 4aaa6b67: [BUGFIX] Fix PHP Warnings in Unit Tests
- Some unit tests fail when PHP warnings are not supressed.
This change fixes those.
Change-Id: I497714f5846c719e407be... - 15:20 Revision 4622bd62: [TASK] Clean up code of available services report
- The code of the available services report contains a number of
incomplete phpDoc blocks plus some small variables ini... - 13:32 Revision 5d62ce26: [BUGFIX] PageTS newRecord wizard options are unset by default
- The following PageTS options are unset by default:
* mod.wizards.newRecord.pages.show.pageInside
* mod.wizards.newRec... - 12:20 Revision c20ede2c: [TASK] Update release notes and version numbers to 1.4.0
- Change-Id: I2ef44aa49c502e4892840ccca420bc96d65c8844
- 12:16 Revision bec853b8: [TASK] Updated release notes for 1.4.0, updated version number
- Change-Id: I7c14240a79890cc119f75fba6f920b9a27642ed7
- 09:24 Revision 8fd9d5db: [BUGFIX] Menu link creation should always return an array
- According to the documentation, method link() returns an array with a
few keys. In case of error however, FALSE is re... - 09:11 Revision dad4d786: [BUGFIX] The list of extensions is not sorted in Language Packages
- The update language package dialog in Extension Manager shows a list of
non-sorted extension keys and does not provid... - 08:00 Revision 195d6057: [BUGFIX] Pootle: Multi-line labels are not rendered properly
- In order to ensure that multi-line labels can be properly translated on Pootle or
any 3rd party tool, it turns out th... - 07:59 Revision 36c7ae84: [TASK] English XLIFF files should not contain target element
- Pootle uses the English XLIFF file has the template language and as such
it does not make sense to have "en" -> "en" ... - 07:54 Revision 6667112c: [BUGFIX] Pootle: Multi-line labels are not rendered properly
- In order to ensure that multi-line labels can be properly translated on Pootle or
any 3rd party tool, it turns out th...
2011-10-20
- 21:17 Revision 961679a9: Merge "[BUGFIX] Pootle: Multi-line labels are not rendered properly"
- 18:04 Revision c7eace17: [+Signal] introduce signals to persistence
- Introduce signals afterInsertObject, afterUpdateObject and
afterRemoveObject into persistence backend handing over th... - 16:35 Revision b64a8630: [BUGFIX] DBAL does not respect sql_query.passthrough setting
- The check for sql_query.passthrough is invalid and always returns FALSE.
Change-Id: Icf78bc455d45ac1b6c2dc12345a404c... - 16:32 Revision a2aa8fae: [BUGFIX] DBAL does not respect sql_query.passthrough setting
- The check for sql_query.passthrough is invalid and always returns FALSE.
Change-Id: Ia3c4fc16c27e51e67340fb52dc98240... - 14:22 Revision 692850c3: [TASK] Add space between ExtJS buttons
- Add space between buttons in ExtJS toolbars.
Each button has a 1px margin left and right now.
Change-Id: If77ac06c3... - 13:49 Revision e24e7dd8: [BUGFIX] Pootle: Multi-line labels are not rendered properly
- In order to ensure that multi-line labels can be properly translated on Pootle or
any 3rd party tool, it turns out th... - 13:31 Revision e846d692: [BUGFIX] Pootle: Multi-line labels are not rendered properly
- In order to ensure that multi-line labels can be properly translated on Pootle or
any 3rd party tool, it turns out th... - 13:29 Revision 335de651: [BUGFIX] Pootle: Multi-line labels are not rendered properly
- In order to ensure that multi-line labels can be properly translated on Pootle or
any 3rd party tool, it turns out th...
2011-10-19
- 22:15 Revision b4ee04f4: [BUGFIX] Indent with new lines causes invalid output
- Adding tabs at the beginning of lines for multi-line labels breaks the output
when the label is used in a preformated... - 22:14 Revision ab099b63: [TASK] English XLIFF files should not contain target element
- Pootle uses the English XLIFF file has the template language and as such
it does not make sense to have "en" -> "en" ... - 21:48 Revision 06c05e7e: [BUGFIX] Add missing marker for version mails
- Seems that we used wrong markers for the outgoing
mails. This changes adds the missing marker and
keeps the old one t... - 21:43 Revision 61722501: [BUGFIX] Replace debug with call to deprecationLog
- Commit cf83434449237114ae092659e17f8f2935f815b6 wrongly introduced
a debug() statement instead of a call to the depre... - 09:53 Revision bd4a4232: [TASK] Fix version number of 4.6 branch
- Change-Id: I3b1593906e3b45d0a0f92091077ec07c6f29c893
Resolves: #30896
Releases: 4.6 - 09:27 Revision d2f14138: Merge "[BUGFIX] use $for only when not empty and not NULL"
- 06:43 Revision 4894840b: [TASK] Fix CGL conformance in t3lib_l10n_parser_Llxml
- Some functions of the file have underscores as the first character
of the function name. This should be solved before...
Also available in: Atom