Project

General

Profile

Activity

From 2012-04-21 to 2012-05-20

2012-05-20

22:37 Revision 037880e6: [TASK] Add a comment for the require_once in t3lib_error_ErrorHandler
These require_once calls are needed to make the exception classes
available even if the autoloaded is not loaded at t...
Oliver Klee
16:05 Revision d6e90de8: [BUGFIX] Missing argument 3 for t3lib_DB::exec_SELECTgetRows()
Change-Id: I063ff48e2f1d6f9dceaf910405d2f510818120c0
Fixes: #37324
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Philipp Gampe
15:36 Revision 0e15b199: [BUGFIX] DB field names exceed max length with 'zzz_deleted'
MySQL allows a maximum of 64 characters for column and table names.
When prefixing them with 'zzz_deleted' this limit...
Tolleiv Nietsch
15:36 Revision 67d73048: [BUGFIX] DB field names exceed max length with 'zzz_deleted'
MySQL allows a maximum of 64 characters for column and table names.
When prefixing them with 'zzz_deleted' this limit...
Tolleiv Nietsch
15:34 Revision d797ceb4: [BUGFIX] DB field names exceed max length with 'zzz_deleted'
MySQL allows a maximum of 64 characters for column and table names.
When prefixing them with 'zzz_deleted' this limit...
Tolleiv Nietsch
15:29 Revision c35860c6: [BUGFIX] Pagetree: Copying large branches duplicates branch
Copying large branches (500+ pages, depending on the server) has a big
problem: The AJAX request is answered too late...
Steffen Gebert
15:11 Revision 6ac92cc1: [BUGFIX] CGL violations FunctionCallArgument in class.browse_links.php
Fix some CGL violations in class.browse_links.php against rule
"FunctionCallArgumentSpacingNoSpaceAfterComma".
Chang...
Roland
15:02 Revision 4b2facb2: [BUGFIX] CGL violations FunctionCallArgumentSpacing in alt_clickmenu.php
Fix some CGL violations in alt_clickmenu.php against rule
"FunctionCallArgumentSpacingNoSpaceAfterComma".
Change-Id:...
Roland
14:49 Revision 1125e3dd: [BUGFIX] Regression of "better condition in versionOL of t3lib_tstemplate"
versionOL in t3lib_tstemplate can cause a fatal error for
scripts like eID that run in frontend mode, but without a f...
Andy Grunwald
14:47 Revision b85d5cda: [BUGFIX] Regression of "better condition in versionOL of t3lib_tstemplate"
versionOL in t3lib_tstemplate can cause a fatal error for
scripts like eID that run in frontend mode, but without a f...
Andy Grunwald
14:45 Revision d1267992: [BUGFIX] Regression of "better condition in versionOL of t3lib_tstemplate"
versionOL in t3lib_tstemplate can cause a fatal error for
scripts like eID that run in frontend mode, but without a f...
Andy Grunwald
14:31 Revision 16ce3ace: [TASK] Clean up the phpDoc of t3lib_fullsearch
Clean up the phpDoc of t3lib_fullsearch
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc...
Wouter Wolters
14:28 Revision 9d9698fd: [BUGFIX] CGL violations FunctionCallArgumentSpacing in /tests/
Fix some CGL violations in /tests/ against rule
"FunctionCallArgumentSpacingNoSpaceAfterComma".
Change-Id: I5a35bf48...
Roland
14:16 Revision 6bb0f8d4: [BUGFIX] Properly quote regexp in Install Tool
Characters with a special meaning must be properly quoted
if they appear in a regular expression.
Change-Id: I2587ac...
Jigal van Hemert
14:10 Revision 9a439a23: [BUGFIX] Install Tool: Settings added by extensions can be edited
Change-Id: I13f3ec8a1f10029ce2b6e421bcc97be2e1276ca3
Fixes: #25213
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r...
Christian Kuhn
14:00 Revision 8bada902: [BUGFIX] Properly quote regexp in Install Tool
Characters with a special meaning must be properly quoted
if they appear in a regular expression.
Change-Id: I2587ac...
Jigal van Hemert
13:57 Revision c9408dfb: [BUGFIX] Install Tool: Settings added by extensions can be edited
Change-Id: I13f3ec8a1f10029ce2b6e421bcc97be2e1276ca3
Fixes: #25213
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r...
Ernesto Baschny
13:44 Revision 1320874f: [BUGFIX] Properly quote regexp in Install Tool
Characters with a special meaning must be properly quoted
if they appear in a regular expression.
Change-Id: I2587ac...
Jigal van Hemert
13:26 Revision c0d19f21: [BUGFIX] Wrong DB fields usage in TCEmain
The fix for issue #35260 introduced a new bug in method
t3lib_TCEmain::getPreviousLocalizedRecordUid() by adding a
fi...
Felix Nagel
13:25 Revision 1329828d: [BUGFIX] Wrong DB fields usage in TCEmain
The fix for issue #35260 introduced a new bug in method
t3lib_TCEmain::getPreviousLocalizedRecordUid() by adding a
fi...
Felix Nagel
13:24 Revision 1ffe481f: [BUGFIX] Wrong DB fields usage in TCEmain
The fix for issue #35260 introduced a new bug in method
t3lib_TCEmain::getPreviousLocalizedRecordUid() by adding a
fi...
Felix Nagel
13:10 Revision 3dc822a8: [BUGFIX] Properly quote regexp in Install Tool
Characters with a special meaning must be properly quoted
if they appear in a regular expression.
Change-Id: I2587ac...
Jigal van Hemert
13:03 Revision 4163ef3b: [BUGFIX] Regression of "better condition in versionOL of t3lib_tstemplate"
versionOL in t3lib_tstemplate can cause a fatal error for
scripts like eID that run in frontend mode, but without a f...
Andy Grunwald
12:52 Revision 4cef5ef0: [FEATURE] Bootstrap: Introduce shutdown and use in autoloader
The patch introduces a shutdown method to the bootstrap that
can be used to perform clean up and shutdown things at t...
Christian Kuhn
12:33 Revision 1e39d9fa: [TASK] Add unit test for t3lib_div::callUserFunction
Releates to #36784 which would have brought some basic tests.
This patchset now has full coverage for the entire func...
Tolleiv Nietsch
12:31 Revision a491fb1b: [BUGFIX] DB field names exceed max length with 'zzz_deleted'
MySQL allows a maximum of 64 characters for column and table names.
When prefixing them with 'zzz_deleted' this limit...
Tolleiv Nietsch
12:22 Revision 5f3038ba: [TASK] Add unit tests for string related functions in t3lib_div
Adds tests for htmlspecialchars_decode, deHSCentities, slashJS,
rawUrlEncodeJS, rawUrlEncodeFP, strtoupper and strtol...
Tolleiv Nietsch
11:59 Revision 0e799144: [BUGFIX] Reduce spacing CGL violations in /typo3/sysext/
There were a lot spacing CGL violations in /typo3/sysext/.
These will be reduced by this commit.
Change-Id: Iae4dc7b...
Roland

2012-05-19

23:24 Revision 000b13be: [BUGFIX] Reduce spacing CGL violations in /t3lib/
There were a lot spacing CGL violations in /t3lib/.
These will be reduced by this commit.
Change-Id: I66981be01ecb4f...
Roland
23:21 Revision b7e285a5: [BUGFIX] Reduce spacing CGL violations in /typo3/
There were a lot spacing CGL violations in /typo3/.
These will be reduced by this commit.
As there are really a lot ...
Roland
22:45 Revision f44bd4a9: [BUGFIX] Reduce spacing CGL violations in class.tslib_menu.php
There were a lot spacing CGL violations in
class.tslib_menu.php. These will be reduced by
this commit.
Change-Id: I0...
Roland
22:42 Revision a049c15d: [BUGFIX] Reduce spacing CGL violations in tslib_fe.php
There were a lot spacing CGL violations in
tslib_fe.php. These will be reduced by this commit.
Change-Id: Id105b331d...
Roland
22:39 Revision 9ded89d5: [TASK] Clean up the phpDoc of t3lib_div
Clean up the phpDoc of t3lib_div
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc
* Prov...
Wouter Wolters
22:38 Revision 2ac19188: [BUGFIX] Reduce spacing CGL violations in class.tx_impexp.php
There were a lot spacing CGL violations in
class.tx_impexp.php. These will be reduced
by this commit.
Change-Id: I07...
Roland
22:32 Revision 45c5928a: [TASK] Add unittests for array related functions in t3lib_div
Some of the most basic functions should be covered with unit tests.
The change creates tests for inArray, array_merg...
Tolleiv Nietsch
22:24 Revision 7c0e4908: [TASK] Add unittests for t3lib_div::formatSize
Some of the most basic functions should be covered with unit tests.
Change-Id: If9466ebdf9d7177de298db14c5460cddfcc5...
Tolleiv Nietsch
22:22 Revision 1610041d: [BUGFIX] Reduce spacing CGL violations in alt_clickmenu.php
There were a lot spacing CGL violations in
/typo3/alt_clickmenu.php. These will be reduced
by this commit.
Change-Id...
Roland
21:50 Revision 57381305: [TASK] Clean up phpDoc comments in t3lib classes
Clean up phpDoc comments for the following classes:
* t3lib/class.t3lib_tsfebeuserauth.php
* t3lib/class.t3lib_tspar...
Wouter Wolters
21:43 Revision 6e38cc51: [TASK] Clean up phpDoc comments in t3lib classes
Clean up phpDoc comments for the following classes:
* t3lib/class.t3lib_svbase.php
* t3lib/class.t3lib_syntaxhl.php
...
Wouter Wolters
21:33 Revision 8cf6752a: [TASK] Clean up the phpDoc of t3lib_stdgraphic
Clean up the phpDoc of t3lib_stdgraphic
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc...
Wouter Wolters
21:28 Revision 17699dc3: [TASK] Clean up phpDoc comments in t3lib classes
Clean up phpDoc comments for the following classes:
* t3lib/class.t3lib_refindex.php
* t3lib/class.t3lib_scbase.php
...
Wouter Wolters
21:17 Revision d091639d: [TASK] Whitespace CGL
Corrects several whitespace related issues.
Special focus lies on files
* typo3/class.db_list_extra.inc (127 violati...
Felix Kopp
11:54 Revision 7352c820: [BUGFIX] Wrong DB fields usage in TCEmain
The fix for issue #35260 introduced a new bug in method
t3lib_TCEmain::getPreviousLocalizedRecordUid() by adding a
fi...
Felix Nagel

2012-05-17

23:32 Revision 768dbcb5: [BUGFIX] Fix CGL violations "SemicolonSpacingIncorrect"
Change-Id: Id5bf3756e215b50eb9d789648b2bca57bb8bb712
Resolves: #37264
Releases: 6.0
Reviewed-on: http://review.typo3....
Roland
23:15 Revision 5d9ac713: [TASK] Bootstrap: Exit cli with valid keys if no key is given
If no cli key is given, cli_dispatch.phpsh exits with a generic
error message that a key must supplied to run the scr...
Christian Kuhn
22:57 Revision 4b860d9a: [TASK] Extracting extensions from TER / Writing Files
Change-Id: I3e10b696448c6a0f1f781827702334f407c7a8c9 Susanne Moog
20:23 Revision 500b0ac3: [TASK] Added more tests
Change-Id: Id7d51dd96d487eb0cf74870fcc03fc61e0318c5b Susanne Moog
19:44 Revision 31dc3552: [BUGFIX] Reduce CGL violations in class.tx_install.php
Fix/Reduce CGL violations "FunctionCallArgumentSpacingNoSpaceAfterComma"
in typo3/sysext/install/mod/class.tx_install...
Roland
19:33 Revision 1b76b015: [BUGFIX] Reduce CGL violations in class.tslib_fe.php
Fix/Reduce CGL violations "FunctionCallArgumentSpacingNoSpaceAfterComma"
in class.tslib_fe.php.
There are over 500 v...
Roland
19:22 Revision b561283b: [TASK] Clean up phpDoc comments in t3lib classes
Clean up phpDoc comments for the following classes:
* t3lib/class.t3lib_parsehtml_proc.php
* t3lib/class.t3lib_posit...
Wouter Wolters
15:39 Revision fd3b5b0a: [FEATURE] Remove invalid/unused FAL TCA config
Change-Id: I255e5067c3d2608870e4b35d35faf305af0f6b22
Releases: 6.0
Resolves: #37250
Reviewed-on: http://review.typo3....
Ingmar Schlecht
10:36 Revision 000eea55: [TASK] Clean up phpDoc comments in t3lib classes
Clean up phpDoc comments for the following classes:
* t3lib/class.t3lib_pagerenderer.php
* t3lib/class.t3lib_pagetre...
Wouter Wolters

2012-05-16

21:34 Revision ff51c5db: [TASK] CGL cleanup in bootstrap
Fix some cgl flaws that slipped through during the bootstrap refactoring.
Change-Id: Id2d122d0afdb3e0e1091a13eeecf62...
Christian Kuhn
21:10 Revision 4eefc7b0: [TASK] Clean up phpDoc comments in t3lib_page
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters
20:33 Revision 625260f1: [BUGFIX] Missing bottom margin in the page tree
This fixes the UI issue with the deletion overlay and drag&drop
with nodes at the very bottom of the page tree viewpo...
Stefan Galinski
20:33 Revision 8796130d: [BUGFIX] Missing bottom margin in the page tree
This fixes the UI issue with the deletion overlay and drag&drop
with nodes at the very bottom of the page tree viewpo...
Stefan Galinski
20:32 Revision 5c48fae0: [BUGFIX] Missing bottom margin in the page tree
This fixes the UI issue with the deletion overlay and drag&drop
with nodes at the very bottom of the page tree viewpo...
Stefan Galinski
19:58 Revision 094b9f1f: [TASK] Bootstrap: Disentangle cli and install from init.php
Extract code from init.php and put it to methods in Bootstrap.php.
Additionally, cli_dispatch and install/index.php d...
Christian Kuhn
19:34 Revision 9ac99324: [FEATURE] BE preview for non standard SSL port
Make sure port number gets appended when backend
is locked to SSL and port number is set to something
other than the ...
Bas v.d. Wiel
19:07 Revision 42797cd4: Merge "[BUGFIX] Translate labels in paginate widget"
Marc Bastian Heinrichs
15:54 Revision 646d9751: [BUGFIX] Wrong label reference for backend_layout
tbl_pages.php references non-existing labels.
Actually they have different names.
Change-Id: I431cbc8110215ebe9b14c4...
Markus Klein
15:53 Revision 50616a6a: [BUGFIX] Wrong label reference for backend_layout
tbl_pages.php references non-existing labels.
Actually they have different names.
Change-Id: Iacad60ae562cb738410177...
Markus Klein
15:53 Revision c4c31859: [BUGFIX] Wrong label reference for backend_layout
tbl_pages.php references non-existing labels.
Actually they have different names.
Change-Id: I0093979c18278238d0825e...
Markus Klein
11:05 Revision 96342dab: [TASK] Remove old compatibility constructor
typo3/class.show_rechis.inc was forgotten
during the cleanup round for 6.0
Change-Id: I1805b0845fa4e9f44ec2ec37cbceb...
Christian Kuhn
10:59 Revision 1207bf87: [TASK] Remove deprecated class.alt_menu_functions.inc
Change-Id: I941fc2dfd028235ee0988d7e96cb374333987ae8
Resolves: #37206
Releases: 6.0
Reviewed-on: http://review.typo3....
Christian Kuhn
10:44 Revision c0ac4c50: [TASK] Fix whitespace in t3lib_befunc
This made jenkins unhappy with
https://review.typo3.org/#/c/11225/3
Change-Id: I02ae564546eea8982300e2c42b9abe72c463...
Christian Kuhn
09:54 Revision 44ab847c: [TASK] Clean up phpDoc comments in t3lib classes
Clean up phpDoc comments for the following classes:
* t3lib/class.t3lib_formmail.php
* t3lib/class.t3lib_frontendedi...
Wouter Wolters
09:47 Revision 46d9f394: [TASK] Clean up phpDoc comments in t3lib classes
Clean up phpDoc comments for the following classes:
* t3lib/class.t3lib_install_sql.php
* t3lib/class.t3lib_loaddbgr...
Wouter Wolters
02:04 Revision c0f96b73: [BUGFIX] Missing bottom margin in the page tree
This fixes the UI issue with the deletion overlay and drag&drop
with nodes at the very bottom of the page tree viewpo...
Stefan Galinski

2012-05-15

15:25 Revision 4c390fb0: [BUGFIX] Re-enable indexed_search $TCA for index_config
EXT: indexed_search $TCA for table index_config is only loaded
when EXT: crawler is installed but $TCA must always be...
Felix Kopp
13:57 Revision 25a7b76a: [Task] CGL Cleanup LogicalOperatorSpacing*
This is a follow-up to 37142.
It removes the last violation for this topic.
Change-Id: Ia788655833a5ab3778ce0ca16d31...
Stefano Kowalke
11:05 Revision 505855ae: [BUGFIX] Re-enable indexed_search $TCA for index_config
EXT: indexed_search $TCA for table index_config is only loaded
when EXT: crawler is installed but $TCA must always be...
Felix Kopp
00:20 Revision 64337d82: [BUGFIX] Wrong label reference for backend_layout
tbl_pages.php references non-existing labels.
Actually they have different names.
Change-Id: I9b89fd5dcc7355480e534c...
Markus Klein

2012-05-14

22:01 Revision d8e6613b: [BUGFIX] Pagetree doesn't expands to the last saved state
Change-Id: I0518d9dd06c7d126dfe5d885e4b2751b7e7462b6
Releases: 6.0, 4.7, 4.6, 4.5
Fixes: #36459
Reviewed-on: http://r...
Stefan Galinski
22:01 Revision a1c09d93: [BUGFIX] Pagetree doesn't expands to the last saved state
Change-Id: I0518d9dd06c7d126dfe5d885e4b2751b7e7462b6
Releases: 6.0, 4.7, 4.6, 4.5
Fixes: #36459
Reviewed-on: http://r...
Stefan Galinski
22:01 Revision 5898559a: [BUGFIX] Pagetree doesn't expands to the last saved state
Change-Id: I0518d9dd06c7d126dfe5d885e4b2751b7e7462b6
Releases: 6.0, 4.7, 4.6, 4.5
Fixes: #36459
Reviewed-on: http://r...
Stefan Galinski
13:36 Revision c0232ce1: [BUGFIX] Pagetree doesn't expands to the last saved state
Change-Id: I0518d9dd06c7d126dfe5d885e4b2751b7e7462b6
Releases: 6.0, 4.7, 4.6, 4.5
Fixes: #36459
Reviewed-on: http://r...
Stefan Galinski
10:21 Revision eb07a6c6: [BUGFIX] Fix 2 CGL violations in alt_shortcut.php.
on metrics.typo3.org the violations drilldown says
that is 1 violation against
"FunctionCallArgumentSpacingNoSpaceAft...
Roland
07:03 Revision 7657736f: [BUGFIX] CGL:ArrayBracketSpacingSpaceBeforeBracket
on metrics.typo3.org the violations drilldown
says that are 2 violations against
"ArrayBracketSpacingSpaceBeforeBrack...
Roland
07:03 Revision a3ff2981: [BUGFIX] Fix 4 CGL viol.: LogicalOperatorSpacing*
on metrics.typo3.org the violations drilldown
says that are some violations against:
LogicalOperatorSpacingNoSpaceBe...
Roland

2012-05-13

11:26 Revision 66537349: [TASK] Add unittests for t3lib_div::*List functions
Some of the most basic functions should be covered with unit tests.
The change creates tests for inList, expandList,...
Tolleiv Nietsch

2012-05-12

05:11 Revision 9090ae4b: [FEATURE] Allow camelCased class names in ext_autoload
Remove the hurdle that class names in ext_autoload (the key part of
the returned array) have to be lower cased.
The ...
Christian Kuhn

2012-05-10

22:21 Revision 93df49b9: [FEATURE] Add Progress bar for task progress
Some tasks may want to provide the user with information about how
far progress of their jobs has come.
Currently th...
Ingo Renner
20:56 Revision 6bf137e6: [BUGFIX] Page module content element min-width (CSS)
Adds min-width to content elements in page backend module
to fix problem with line breaking icons.
Change-Id: Id6662...
Felix Kopp
16:08 Revision 2b6c0b42: [Task] Replace space indent into tab indent
CGL cleanup: this patch replaces a space indentation in two SQL
statements with tabs.
Change-Id: I88d4461a635fcadb37...
Thorsten Kahler
11:04 Revision 2e200d9b: [Task] Change whitespaces in indentions into tabs
This is a follow up to #36871.
Some whitespace indentions came back into core.
This patch removes them.
Change-Id: I...
Stefano Kowalke

2012-05-09

10:34 Revision 9b6fe53d: [BUGFIX] Page cache expiry calculation fails
The calculation of the page cache expirationy timestamp based on
property config.cache.xx = table:yy fails in some sp...
Francois Suter
10:32 Revision b31e36e4: [BUGFIX] Page cache expiry calculation fails
The calculation of the page cache expirationy timestamp based on
property config.cache.xx = table:yy fails in some sp...
Francois Suter
10:04 Revision 22b5fcfe: [BUGFIX] Page cache expiry calculation fails
The calculation of the page cache expirationy timestamp based on
property config.cache.xx = table:yy fails in some sp...
Francois Suter
09:00 Revision 57fd33fb: [BUGFIX] Regression: SQL error inserting tables for statictemplates
Removing one column was forgotten which results in an SQL error while
inserting the static data.
Change-Id: I115264b...
Philipp Gampe
08:55 Revision 13618a7a: [BUGFIX] Regression: SQL error inserting tables for statictemplates
Removing one column was forgotten which results in an SQL error while
inserting the static data.
Change-Id: Ia54b7fc...
Philipp Gampe

2012-05-08

19:54 Revision 6bc7af8c: [TASK] Refactor t3lib_mail_Mailer and add unit tests
This change also cleans up some comments and the existing unit test.
Change-Id: Ifb80b7b6f70d06f6531656c579e673a0b0e...
Helmut Hummel
19:39 Revision 373f3503: [FEATURE] Enable further fields which are used for the suggest wizard
Currently the suggest wizard only searches through the label fields
of the records. In some setups other data might b...
Franz Koch
17:38 Revision b94596b5: [TASK] Remove page related icons from docHeader in page/list
Removes page action related icons from the docHeader in work area
within page module:
* Create new page
* Move page
...
Felix Kopp
17:35 Revision 6a74d2e9: [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(...
Xavier Perseguers
16:08 Revision ec6c15bc: [BUGFIX] CE with "All languages" isn't shown in Page module
The page module should also list the content elements
with language set to "All"
Change-Id: I6d8aaf4829a70b394550888...
Georg Ringer
09:33 Revision fb05a174: [BUGFIX] use fileInfo functions instead of mime_content_type
FAL needs mime type info. Use fileInfo functions here and make
fileinfo PHP extension mandatory.
Change-Id: If6fc39d...
Jigal van Hemert
08:36 Revision 4b36200e: [BUGFIX] Custom Swift_Transport impossible
Because of using a wrong variable for checking,
it is impossible to use a custom Swift_Transport
implementation.
Cha...
Georg Ringer
01:24 Revision ae2bbd14: [BUGFIX] Check if user is allowed to paste page to pagetree
The user rights have checks for new / edit / delete, but paste was missing
leading to an error. Page actions 'paste i...
Max Roesch
00:36 Revision 88d95069: [BUGFIX] Custom Swift_Transport impossible
Because of using a wrong variable for checking,
it is impossible to use a custom Swift_Transport
implementation.
Cha...
Georg Ringer

2012-05-07

23:14 Revision d119a48a: [TASK] Remove unreachable cli code in typo3/init.php
This cli process code at the end of typo3/init.php could never be
reached since valid keys are already checked before...
Christian Kuhn
22:48 Revision 9b94bc61: [BUGFIX] Remove superfluous LF in install/index.php
The constant refactoring of #36889 introduced a minor issue with
not already defined constants early in install/index...
Christian Kuhn
22:32 Revision dffc9689: [TASK] Clean up phpDoc comments in t3lib_foldertree
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters
22:31 Revision baf57c36: [TASK] Clean up phpDoc comments in t3lib_flexformtools
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters
22:29 Revision 37ef397c: [TASK] Clean up phpDoc comments in t3lib_flashmessagequeue
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters
22:29 Revision 862ce112: [TASK] Clean up phpDoc comments in t3lib_flashmessage
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters
22:28 Revision 2552ff53: [TASK] Clean up phpDoc comments in t3lib_extobjbase
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters
19:50 Revision 2a64bf12: [TASK] Clean up phpDoc comments in t3lib_diff
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters
19:47 Revision 6e836bc2: [TASK] Clean up phpDoc comments in t3lib_cs
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters
19:35 Revision dd913922: [TASK] Clean up phpDoc comments in t3lib_extmgm
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters
19:33 Revision bf119ecd: [!!!][TASK] Bootstrap: Central constants and path handling
Introduce a class to define main constants and all basic
path evaluations at an early point in bootstrap.
The patch ...
Christian Kuhn
19:30 Revision 3370beeb: [TASK] Clean up phpDoc comments in t3lib_clipboard
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters
19:20 Revision 55b6c0d6: [TASK] Clean up phpDoc comments in t3lib_befunc
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters
19:05 Revision 7cb5a5eb: [TASK] Clean up phpDoc comments in t3lib_db
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters
18:59 Revision 1fff44c1: [TASK] Clean up phpDoc comments in t3lib_extfilefunc
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters
09:28 Revision 1b50acf8: [TASK] Replace Space Indent into Tab indent (CGL Cleanup)
This patch replaces some forgotten and/or
overseen space chars in indention into tab chars.
Change-Id: I23129263d3fe...
Stefano Kowalke
09:12 Revision 0e32bb3e: [TASK] Replace Space Indent into Tab indent (CGL Cleanup)
This patch replaces some forgotten and/or
overseen space chars in indention into tab chars.
Change-Id: I2f2c572994ac...
Stefano Kowalke
09:10 Revision 8ab26e4b: [TASK] Replace Space Indent into Tab indent (CGL Cleanup)
This patch replaces some forgotten and/or
overseen space chars in indention into tab chars.
Change-Id: Ic85b3fa0ada3...
Stefano Kowalke
08:32 Revision 23f6131a: [FEATURE] New menu type "Sitemaps of selected pages" in CE "Menu/Sitemap"
In the content element "Menu/Sitemap" it would be nice to be able to select
the root page for the sitemap, because th...
Marco Huber
08:25 Revision 63fd246e: [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...
Stefan Galinski

2012-05-06

23:58 Revision a2ff6553: [TASK] Clean up phpDoc comments in t3lib_exec
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters
22:57 Revision 3d75ca4e: [TASK] Clean up phpDoc comments in t3lib_beuserauth
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters
22:17 Revision d55133aa: [BUGFIX] Slider Wizard value not set when used in a flexform
When the Slider Wizard is used in a flexform the value is given
as XML, which is not handled correctly. When the Slid...
Wouter Wolters
22:04 Revision 3cbea374: [BUGFIX] Slider Wizard value not set when used in a flexform
When the Slider Wizard is used in a flexform the value is given
as XML, which is not handled correctly. When the Slid...
Wouter Wolters
22:00 Revision 9a10fc44: [BUGFIX] Slider Wizard value not set when used in a flexform
When the Slider Wizard is used in a flexform the value is given
as XML, which is not handled correctly. When the Slid...
Wouter Wolters
20:53 Revision 18259d39: [!!!][FEATURE] Filename filters: pass additional information
The file/folder name filter methods now get an additional
parameter, $additionalInformation, that can be filled by
th...
Andreas Wolf
20:33 Revision bbebffc7: [TASK] Clean up phpDoc comments in t3lib_cli
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters
20:16 Revision cd4cf927: [TASK] Clean up phpDoc comments in t3lib_browsetree
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters
20:14 Revision 391b8d8f: [TASK] Clean up phpDoc comments in t3lib_cache
* CGLify phpDoc (remove tabs)
Change-Id: Ia3f897c3710ba2628076bb5d62beb0ff52d33406
Resolves: #36892
Releases: 6.0
Re...
Wouter Wolters
20:09 Revision 3b4fc790: [TASK] Replace Space Indent into Tab indent (CGL Cleanup)
This patch replaces some forgotten and/or
overseen space chars in indention into tab chars.
Change-Id: If02d7884bbe3...
Stefano Kowalke
20:02 Revision 0673385d: [TASK] Replace Space Indent into Tab indent (CGL Cleanup)
This patch replaces some forgotten and/or
overseen space chars in indention into tab chars.
Change-Id: I53f5c20b050f...
Stefano Kowalke
18:59 Revision afbfe4ea: [TASK] Replace Space Indent into Tab indent (CGL Cleanup)
This patch replaces some forgotten and/or
overseen space chars in indention into tab chars.
Change-Id: Ia59d8d74f87e...
Stefano Kowalke
10:24 Revision 96b79a93: [BUGFIX] Fix math test on 32 bit systems
Change-Id: I0408c5a6998eefd6dd38543c061523b851bda749
Fixes: #36860
Releases: 4.6, 4.7, 6.0
Reviewed-on: http://review...
Helmut Hummel
10:24 Revision 223f38b5: [BUGFIX] Fix math test on 32 bit systems
Change-Id: Ic27935585d9b40c9ffa4eaa6f1539533bedfb4c4
Fixes: #36860
Releases: 4.6, 4.7, 6.0
Reviewed-on: http://review...
Helmut Hummel
10:10 Revision a21f8a41: [TASK] Replace Space Indent into Tab indent (CGL Cleanup)
This patch replaces some forgotten and/or
overseen space chars in indention into tab chars.
Change-Id: I1118488ee3e0...
Stefano Kowalke
09:32 Revision efb17a08: [BUGFIX] Fix typos in browse_links class
Change-Id: Ied73a05fcb636153ab205f600b60475d585f7d86
Fixes: #36875
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Ingmar Schlecht

2012-05-05

18:53 Revision d71ca149: [BUGFIX] FAL broke rendering of image with RECORDS cObj
Due to the backwardsCompatibilityService only
being called in tslib_content_content all other
places related to tslib...
Susanne Moog
17:55 Revision d9b7fa2c: [FEATURE] Item filters for TCA types "group" and "inline"
Releases: 6.0
Resolves: #36810
Change-Id: Ib8a7c30e19dab9cff72412f7dfe51aa8e94343e4
Reviewed-on: http://review.typo3....
Ingmar Schlecht
17:13 Revision 9f6e160b: [TASK] Remove init code from showpic.php
showpic.php is called through eiD for several versions now,
so the initialization code can be removed.
Change-Id: I2...
Christian Kuhn
16:54 Revision 30da078d: [TASK] Move unit tests to tests/Unit folder
FAL introduced first functional tests in a new tests/Functional directory.
Therefore all unit tests are now moved to ...
Christian Kuhn
16:27 Revision bcfe1d1b: [TASK] Clean up and fix unit tests for FAL
Clean up and fix the unit tests that got broken with FAL.
Streamline the API (especially the folder part)
according t...
Susanne Moog
16:26 Revision 620fe580: [BUGFIX] Fix math test on 32 bit systems
Change-Id: I02fde86434b0eef5eca1f0a162114669775a558c
Fixes: #36860
Releases: 4.6, 4.7, 6.0
Reviewed-on: http://review...
Helmut Hummel
16:25 Revision 6ccc4847: [TASK] Migrate ext:viewpage to extbase
Change-Id: I9929cb7f185319d052b13640f4e6e1681e7bda95
Resolves: #36122
Releases: 6.0
Reviewed-on: http://review.typo3....
Felix Kopp
00:24 Revision 1b7778bd: [TASK] Clean up phpDoc comments in t3lib_ajax
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters
00:24 Revision 60d7dcb8: [TASK] Clean up phpDoc comments in t3lib_arraybrowser
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
Cha...
Wouter Wolters

2012-05-04

20:14 Revision 0eb4369b: [TASK] Clean up phpDoc comments in t3lib_admin
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
* CG...
Wouter Wolters
19:59 Revision eb81e389: [BUGFIX] Update wizard uses hardcoded fileadmin/ dir
The migration wizard for TCEforms always moved files to fileadmin/
instead of taking the configured alternative filea...
Andreas Wolf
19:59 Revision 83782133: [TASK] Clean up phpDoc comments in t3lib_TStemplate
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
* CG...
Sebastian Michaelsen
19:50 Revision bd55155a: zeugs
Change-Id: I5449efb876db6be404418a759a2ffa5070ee3f5c Susanne Moog
19:13 Revision d28c5b9f: [BUGFIX] Do not pass by reference (2)
Change-Id: Ide44ec2f0efe3d6500f6b1f70658a9a7257bdb9a
Fixes: #36851
Releases: 6.0, 4.7, 4.6, 4.5
Philipp Gampe
19:12 Revision d48fa765: [BUGFIX] Do not pass by reference (2)
Change-Id: I92286d24abd779f6f7259d06b1f66778ca4b1d4c
Fixes: #36851
Releases: 6.0, 4.7, 4.6, 4.5
Philipp Gampe
19:11 Revision cf5b0a8f: [BUGFIX] Do not pass by reference (2)
Change-Id: Ife845c353c6e6fa83d4cb49de30f372a77b1b0af
Fixes: #36851
Releases: 6.0, 4.7, 4.6, 4.5
Philipp Gampe
19:08 Revision 72de3d23: [BUGFIX] Do not pass by reference (2)
Change-Id: Ic2e4bc864e324126ead31e850a92bc6161fc87f5
Fixes: #36851
Releases: 6.0, 4.7, 4.6, 4.5
Philipp Gampe
19:01 Revision e6510279: [TASK] Remove XCLASS definitions
Change-Id: Ie9e1f5f9e0a142231b7b5601de0d31ddbe4498c9
Resolves: #36825
Releases: 6.0
Philipp Gampe
13:54 Revision 80f0f0cf: [FEATURE] Add method getUid() to abstract record collection
Change-Id: Id39ff747779fcfeeb5f7b8b4af685cad1f9f05d7
Releases: 6.0
Resolves: #36839
Reviewed-on: http://review.typo3....
Ingmar Schlecht
13:22 Revision 23ee29bc: [BUGFIX] Wrong query in RecordCollectionRepository
If t3lib_collection_RecordCollectionRepository::queryMultipleRecords()
is called without any argument the SQL stateme...
Ingmar Schlecht
13:21 Revision 3f9d8aa0: [FEATURE] Add method findAll() to record collection repository
Change-Id: I44a58bdedc8be3a9be68af7d636f44628d014fce
Resolves: #36835
Releases: 6.0
Reviewed-on: http://review.typo3....
Ingmar Schlecht
13:20 Revision 98a19adc: [BUGFIX] Wrong query in RecordCollectionRepository
If t3lib_collection_RecordCollectionRepository::queryMultipleRecords()
is called without any argument the SQL stateme...
Ingmar Schlecht
00:42 Revision a31b94a0: [TASK] Clean up phpDoc comments in class template
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDoc (remove tabs)
* CG...
Sebastian Michaelsen
00:12 Revision 32ce5b58: [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...
Felix Kopp
00:04 Revision b08f3e5c: [BUGFIX] Add trailing slash to PAGEPATH
With issue #23828 the closing slash for PAGEPATH was removed.
If PAGEPATH in docheader is combined with PAGEINFO, the...
Felix Kopp
00:01 Revision df53f572: [BUGFIX] Add trailing slash to PAGEPATH
With issue #23828 the closing slash for PAGEPATH was removed.
If PAGEPATH in docheader is combined with PAGEINFO, the...
Felix Kopp

2012-05-03

23:24 Revision 8f640c08: [BUGFIX] Remove broken and unused class
typo3/sysext/lowlevel/class.tx_lowlevel_cleaner.php was never
finished since TYPO3 4.0 and die()'s immediately. Remov...
Christian Kuhn
22:33 Revision 6529f1d6: [TASK] Remove XCLASS definitions from typo3/
Remove all XCLASS definitions in typo3/ and all system extension
that are not handled as git submodules.
Change-Id: ...
Christian Kuhn
21:01 Revision 225a8be2: [BUGFIX] EM: improve action icons alignment
In both extensions list of the new EM (available and import), the
action icons are flush with the top of each table r...
Francois Suter
20:49 Revision a1f6470d: [BUGFIX] EM: improve action icons alignment
In both extensions list of the new EM (available and import), the
action icons are flush with the top of each table r...
Francois Suter
20:40 Revision 30632ca0: [BUGFIX] EM: improve action icons alignment
In both extensions list of the new EM (available and import), the
action icons are flush with the top of each table r...
Francois Suter
20:36 Revision cb7ab314: [BUGFIX] EM: improve action icons alignment
In both extensions list of the new EM (available and import), the
action icons are flush with the top of each table r...
Francois Suter
19:28 Revision 4d832267: [FEATURE] Create RTE personal dictionary in default upload folder
In FAL-enabled RTE Spell Checker, create personal dictionary in the
backend user's default upload folder.
Change-Id:...
Stanislas Rolland
18:21 Revision 74aa2827: [BUGFIX] Adjustments to FAL-enabled RTE image and link dialogues
When no folder is selected, use $BE_USER->getDefaultUploadFolder().
Use the id of the base script so that the same st...
Stanislas Rolland
18:05 Revision cb42a37a: [BUGFIX] EM: misplaced tooltips
In the local list of extensions, the tooltips on the first two action
columns are misplaced. Tooltips from the second...
Francois Suter
17:59 Revision 420f5860: [BUGFIX] EM: misplaced tooltips
In the local list of extensions, the tooltips on the first two action
columns are misplaced. Tooltips from the second...
Francois Suter
17:07 Revision 3f8a5dff: [BUGFIX] EM: misplaced tooltips
In the local list of extensions, the tooltips on the first two action
columns are misplaced. Tooltips from the second...
Francois Suter
13:11 Revision 5cf1b79f: [BUGFIX] Call-time pass-by-reference has been deprecated
Change-Id: I51ad425c11613fb420cd1cdb2779ab8f3311ae16
Related: #35166
Fixes: #36241
Releases: 6.0
Reviewed-on: http://...
Philipp Gampe
08:30 Revision a7ac0c0f: [BUGFIX] Unnecessary warning in css_styled_content (division by zero)
If tt_content.image.20.maxW is not set, PHP throws a warning about
division by zero. This is not necessary. After tha...
Thomas Layh
05:06 Revision 5c6fdc47: [FEATURE] Use FAL file properties as default image attributes in RTE
Use FAL file properties "name" and "alternative" as default values for
"title" and "alt" img tag attributes when inse...
Stanislas Rolland

2012-05-02

21:42 Revision cf71502c: [BUGFIX] Update sys_refindex to reflect img tags in RTE content
Problem: sys_refindex should be updated when an image is inserted or
removed from RTE content
Solution: Add rtehtmlar...
Stanislas Rolland
16:43 Revision 7f23820f: [BUGFIX] Path utility resolves incorrect
The path utility resolves incorrect if target path is
only one level below source path.
Example:
From "mypath/" to "...
Ingmar Schlecht
16:42 Revision 9b35a2f1: [FEATURE] Allow t3lib as class prefix
Several parts in the Core require class names to start with
"tx_" or "user_", e.g. for working with user functions in...
Ingmar Schlecht
16:22 Revision e9e04191: [BUGFIX] Wrong TCEForms placeholder in sys_file_references
Due to a wrong TCA configuration, the placeholder feature in
content elements using images just shows the unresolved ...
Ingmar Schlecht

2012-05-01

14:04 Revision 59458106: [CLEANUP] Cleaned up Extbase
* Uninitialized vars
* Uninitialized properties
* Undefined classes
* PHPdoc
Change-Id: I7679c8020c56883825cb7dd1bb6...
Alexander Schnitzler
01:46 Revision 690e2af8: Merge "[TASK] Backport changes to Extbase_Error_Message"
Marc Bastian Heinrichs
01:35 Revision d9955383: Merge "[TASK] Improve performance of Utility/Arrays::integerExplode"
Marc Bastian Heinrichs
01:24 Revision 13b16e5f: [BUGFIX] Fix undefined variables in Typo3DBBackend::parseOrderings
Tx_Extbase_Persistence_Storage_Typo3DbBackend::parseOrderings
passes the potentially not defined $className and $tabl...
Oliver Klee
01:18 Revision 4f02eef7: [BUGFIX] Fix undefined variables in Typo3DBBackend::parseOrderings
Tx_Extbase_Persistence_Storage_Typo3DbBackend::parseOrderings
passes the potentially not defined $className and $tabl...
Oliver Klee
01:12 Revision 3c8089c4: [BUGFIX] Custom HTML tags no longer malformed in IE
Custom HTML tags would get malformed while editing in IE.
If a tag is not present in HTML4 and the document mode
of I...
Bart Dubelaar
01:12 Revision dec88e0e: [BUGFIX] Fix undefined variables in Typo3DBBackend::parseOrderings
Tx_Extbase_Persistence_Storage_Typo3DbBackend::parseOrderings
passes the potentially not defined $className and $tabl...
Oliver Klee
00:54 Revision 3ea4dd91: [TASK] Update version to 4.7.1
Change-Id: Id51d31f6824e1a01f158af0f4aff373e6fc367a4 Marc Bastian Heinrichs
00:51 Revision 8001be9b: Merge "[BUGFIX] Fix undefined variables in Typo3DBBackend::parseOrderings"
Marc Bastian Heinrichs
00:50 Revision e06c7071: [BUGFIX] Fix undefined variables in Typo3DBBackend::parseOrderings
Tx_Extbase_Persistence_Storage_Typo3DbBackend::parseOrderings
passes the potentially not defined $className and $tabl...
Oliver Klee

2012-04-30

23:41 Revision 064b875d: Merge "[TASK] Remove trailing whitespace"
Marc Bastian Heinrichs
23:22 Revision 74b1339c: [FEATURE] Allow overwriting of Bootstrap with DI
An interface is needed for the Bootstrap, which will be
used with the objectManager to make the Bootstrap
overwritabl...
Felix Oertel
14:31 Revision b0f87828: [TASK] Sync persistence folder scheme with FLOW3
In Persistence/ only generic, abstract classes and
interfaces are allowed. Everything specific to an
implementation h...
Felix Oertel
13:51 Revision 7cd058c3: [CLEANUP] clean up ext_autoload.php
Change-Id: Ibcb6eded45f75fa372675f79bab121c97a0bb0b0
Resolves: #35866
Felix Oertel
13:36 Revision ff884d02: [BUGFIX] clickenlarge not working on images inserted by FAL-enabled RTE
Solution: Get original file from data-htmlarea-file-uid attribute
Change-Id: I5c4aef33bdcbe7c5badac9173480e33fb627b3...
Stanislas Rolland

2012-04-29

23:21 Revision 240dd556: [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 ...
Francois Suter
23:15 Revision a8443bdb: [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 ...
Francois Suter
23:10 Revision c43ba46a: [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 ...
Francois Suter
16:08 Revision a63c3609: [BUGFIX] Fix old XCLASS deprecation log
The correct check for the old xclass register usage is to test for array
entry count greater than zero. Furthermore t...
Christian Kuhn
15:50 Revision 6be80a5d: [BUGFIX] Remove XCLASS inclusion blocks from t3lib
After #31893 is merged we can remove the XCLASS blocks from the
Core. This patchset removes it from the classes withi...
Tolleiv Nietsch
15:08 Revision 3985ee10: [TASK] Make dbal compatible with new XCLASS handling
After #31893 dbal should use the ext_autoload.php to
register XCLASSes and own XCLASS lookups can be removed.
Change...
Tolleiv Nietsch
15:06 Revision 02cc0e7b: [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...
Tomita Militaru
15:06 Revision 67e00d70: [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...
Tomita Militaru
15:06 Revision d8f7e00c: [FEATURE] Use File Abstraction Layer in RTE
Change-Id: Ifd6c313eeab812b511b8ae9ae893cc399244b590
Resolves: #36387
Releases: 6.0
Reviewed-on: http://review.typo3....
TYPO3 Release Team
15:06 Revision 108827be: [FEATURE] Remove noBlur code
remove the old and ugly noBlur javascript stuff in menu rendering
Change-Id: Ifd4ca7bcb11058b0b4610cc9c3aa5f1dd15d81...
Sascha Egerer
15:06 Revision e85c726b: [BUGFIX] New task button missing after deleting task
Change-Id: I7b0dd0ef83d8fe62aeaf12849bcf87b00801eacc
Fixes: #36296
Releases: 6.0, 4.7, 4.6
Reviewed-on: http://review...
Alexander Jahn
15:06 Revision 53dc9139: [TASK] Add note on removed noBlur TypoScript option to NEWS.txt
Change-Id: I78c3001968f546e04007a191ec963a0721dee025
Related: #35827
Reviewed-on: http://review.typo3.org/10853
Revie...
Christian Kuhn
15:06 Revision 0f756fd3: [TASK] Clean up XCLASS handling and comments
Clean up some of the comments of the new XCLASS handling, separate
the deprecation handling to an own method and add ...
Christian Kuhn
15:06 Revision 18a07215: [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...
Francois Suter
15:06 Revision b6f5245b: [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...
Susanne Moog
15:06 Revision cebfd7e0: [FEATURE] Integrate TCA helper for FAL aware fields
Integrates a helper method to setup proper TCA for FAL fields.
Change-Id: I68b3026fe3264f6fbbe3e1502c53446af5627082
...
TYPO3 Release Team
15:06 Revision e267810d: [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 ...
Francois Suter
15:06 Revision 579b2897: [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...
Christian Kuhn
15:06 Revision 4ee8cf70: [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 ...
TYPO3 Release Team
15:06 Revision c5663d97: [FEATURE] Make use of File Abstraction Layer in Backend
Change-Id: I41ba039e98e077fdd5e4a9aff73fe194f3356308
Resolves: #33751
Releases: 6.0
Reviewed-on: http://review.typo3....
TYPO3 Release Team
15:06 Revision 5ba1821a: [FEATURE] Integrate File Abstraction Layer Indexer Task
Integrate a scheduler task that takes care of indexing files.
Change-Id: Id967456dbefadc33d1a23e8756e2cfef30f7139a
R...
TYPO3 Release Team
15:06 Revision e30c93b6: [FEATURE] Make use of File Abstraction Layer in Frontend
Change-Id: Ie2a8e10977b2363c75b5a78442460c606cd7b026
Resolves: #33752
Releases: 6.0
Reviewed-on: http://review.typo3....
TYPO3 Release Team
15:06 Revision 03b34723: [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...
Christian Kuhn
15:06 Revision 64ee3133: [BUGFIX] Missing static keyword for addFieldsToUserSettings
All t3lib_extMgm methods are meant to be called statically.
The function addFieldsToUserSettings is missing the stati...
Susanne Moog
15:06 Revision 26f1d5e6: [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...
Felix Kopp
15:06 Revision 1a6c495f: [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...
Michael Staatz
15:06 Revision 50df7e47: [TASK] Remove deprecated extDirect registration
Change-Id: I87b4c4c4f4c7f5f2ff2f3af388a5b3dfb968eb6c
Resolves: #36408
Releases: 6.0
Reviewed-on: http://review.typo3....
Christian Kuhn
15:06 Revision 2ab46a4a: [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' ...
Jakub Černek
15:06 Revision c1e125ab: [BUGFIX] IRRE hide/unhide broken in master
hide/unhide is broken when inline record is not opened before
Change-Id: I05a2cb3add21a93e1c893664fa75ff6dfeab83d2
R...
Sascha Egerer
15:06 Revision bf4e379e: [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...
Tobias Liebig
15:06 Revision 1fe8e02e: [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...
Francois Suter
15:06 Revision 1430dbf7: [TASK] Raise submodule pointer
Change-Id: Ie6e1fa3dfe3409ad4a9a872f8a882935d1173a9e
Reviewed-on: http://review.typo3.org/10719
Reviewed-by: TYPO3 v4...
TYPO3 Release Team
15:06 Revision 95e03f82: [SECURITY] XSS in exception handler
Change-Id: Ia22ed1329b422771f95a8538ce91b5dc13afea64
Releases: 6.0, 4.7, 4.6, 4.5, 4.4
Fixes: #34348
Security-Review:...
Oliver Klee
15:06 Revision 12863a55: [BUGFIX] Wrong or missing XCLASS definitions
Several classes in t3lib/file/ have wrong or missing
XCLASS definitions.
Change-Id: I9669b8a05707bcb49f1995de83087b7...
Oliver Hader
15:06 Revision 445807e5: [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...
Oliver Hader
15:06 Revision 2facd46d: [FEATURE] Enhance File Abstraction Layer API
Enhance File Abstraction Layer API by
* tiny changes in the general behaviour
* general API and method refactoring
* ...
TYPO3 Release Team
15:06 Revision a14691ab: [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...
Steffen Ritter
15:06 Revision 33a8a131: [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...
Oliver Hader
15:06 Revision 509a04fc: [BUGFIX] Path utility resolves incorrect
The path utility resolves incorrect if target path is
only one level below source path.
Example:
From "mypath/" to "...
Ingmar Schlecht
15:06 Revision e6c9e2e8: [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...
Timo Webler
15:06 Revision 62fe386c: [BUGFIX] Ensure $output is used as string
Problem was introduced by new API t3lib_befunc::helpTextArray()
which changed ::helpText()
Change-Id: Idc055446333bf...
Peter Niederlag
15:06 Revision 616f492b: [TASK] Remove deprecated cObj HTML
Deprecated since 4.6 and can be removed in 6.0
Change-Id: Id7e77a26d2681480553b86fadfa147cf0f1ffcd2
Resolves: #36402...
Christian Kuhn
15:06 Revision f3471404: [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...
Christian Kuhn
15:06 Revision bccce238: [BUGFIX] Localisation update doesn't work
Change-Id: I3353dfa5425fab87186dfbb9174bc71ec0acee86
Fixes: #36027
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r...
Sebastian Fischer
15:06 Revision 639f8678: [BUGFIX] Fix TYPO3 version number
Change-Id: I54a06d421bfed62b6092089d54a8afb332914323
Releases: 6.0
Reviewed-on: http://review.typo3.org/10496
Reviewe...
Markus Klein
15:06 Revision ecba43e5: [BUGFIX] Reports: Wrong indication for saltedpasswords
The reports module shows a wrong status indication for saltedpasswords
if it is configured to forceSalted.
Change-Id...
Markus Klein
15:06 Revision bcd8c5f9: [TASK] Clean up TYPO3 4.7.0rc1 details in ChangeLog
Change-Id: Ifbd7f761112b5f301af05981cd54d9ae518e459c
Reviewed-on: http://review.typo3.org/10526
Reviewed-by: Oliver H...
Oliver Hader
15:06 Revision ff1af01d: [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. ...
Christian Kuhn
15:06 Revision d89d055c: [BUGFIX] t3lib_div: adjust substUrlsInPlainText to also work on URLs at end of sentence
Reworked substUrlsInPlainText by using regex.
Adding unittest.
Change-Id: Ic5cc35546602e1d626f88f2cd64b9030f31780d6
...
Robert Heel
15:06 Revision 17d897d1: [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...
Georg Ringer
15:06 Revision d4a8fb65: [FEATURE] Implement configurable background colors for tree branches
The syntax of the new user typoscript setting:
options.pageTree.backgroundColor.<pageId> = <color>
Change-Id: Ic9125...
Stefan Galinski
15:06 Revision 23d66ab1: [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...
Benni Mack
15:06 Revision e20e7266: [TASK] Raise submodule pointer
Change-Id: I517fae537796b91a8bc8c1c0236f8371f2ade18b
Reviewed-on: http://review.typo3.org/10564
Reviewed-by: TYPO3 v4...
TYPO3 Release Team
15:06 Revision 2823e96b: [TASK] CGL violoation in tslib_content_Media
Change-Id: Id9a353bc3bf38516138425e4e7cf55a72e1c0a5c
Reviewed-on: http://review.typo3.org/10510
Reviewed-by: Steffen ...
Steffen Gebert
15:02 Revision bce60af5: new extension manager
Change-Id: Ia3cb4483055b48b704748af39ad472bea3d62ee1 Susanne Moog
14:19 Revision 786281f2: [BUGFIX] t3lib_div::getUrl() throws a warning on nonexisting local file
During #35847 the silent operator was removed from file_get_content()
which should not have happend.
Change-Id: Ifb1...
Philipp Gampe
14:15 Revision e26486a1: [BUGFIX] t3lib_div::getUrl() throws a warning on nonexisting local file
During #35847 the silent operator was removed from file_get_content()
which should not have happend.
Change-Id: Ifb1...
Philipp Gampe
13:07 Revision 46c04189: [TASK] Clean up XCLASS handling and comments
Clean up some of the comments of the new XCLASS handling, separate
the deprecation handling to an own method and add ...
Christian Kuhn

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:...
Philipp Gampe
22:12 Revision 35eaff39: [BUGFIX] Do not pass by reference
PHP passes objects by reference anyway.
Change-Id: I16340254156f286c640f4dc88806c0f191195695
Fixes: #36676
Releases:...
Philipp Gampe
22:11 Revision 09756844: [BUGFIX] Do not pass by reference
PHP passes objects by reference anyway.
Change-Id: Ie98ce881100448d7cdfcac51ebea600daa036172
Fixes: #36676
Releases:...
Philipp Gampe
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...
Christian Kuhn
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...
Alexander Jahn
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...
Alexander Jahn
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...
Alexander Jahn
17:09 Revision 210993ac: [FEATURE] Remove noBlur code
remove the old and ugly noBlur javascript stuff in menu rendering
Change-Id: Ifd4ca7bcb11058b0b4610cc9c3aa5f1dd15d81...
Sascha Egerer
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' ...
Jakub Černek
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' ...
Jakub Černek
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' ...
Jakub Černek
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...
Michael Staatz
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...
Michael Staatz
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...
Michael Staatz
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...
Tomita Militaru
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...
Tomita Militaru
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...
Tomita Militaru
15:58 Revision 8df0498e: [FEATURE] Use File Abstraction Layer in RTE
Change-Id: Ifd6c313eeab812b511b8ae9ae893cc399244b590
Resolves: #36387
Releases: 6.0
Reviewed-on: http://review.typo3....
TYPO3 Release Team
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...
Tomita Militaru
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...
Tomita Militaru
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...
Tomita Militaru
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...
Tomita Militaru
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...
Tomita Militaru
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....
TYPO3 Release Team
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...
TYPO3 Release Team
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....
TYPO3 Release Team
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 ...
TYPO3 Release Team
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...
Christian Kuhn
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 ...
Francois Suter
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
...
TYPO3 Release Team
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...
Susanne Moog

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:...
Philipp Gampe
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...
Francois Suter
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...
Francois Suter
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...
Francois Suter
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...
Francois Suter

2012-04-26

16:21 Revision 3a8c3682: [Task] Update changelog and version to 6.0.0-dev
Change-Id: I70c4354cbae18905680c108ff085418f06fe4f10 Marc Bastian Heinrichs

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...
Sascha Egerer
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...
Susanne Moog
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...
Francois Suter

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...
TYPO3 Release Team
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...
TYPO3 Release Team
22:52 Revision fd32fe65: [RELEASE] Release of TYPO3 4.7.0
Change-Id: I604697a0bf50ae4a88013a527030f59fe75086ca TYPO3 Release Team
16:12 Revision 03c416d2: [TASK] Raise submodule pointer
Change-Id: Ie6e1fa3dfe3409ad4a9a872f8a882935d1173a9e
Reviewed-on: http://review.typo3.org/10719
Reviewed-by: TYPO3 v4...
TYPO3 Release Team
16:11 Revision a91d73a5: [TASK] Raise submodule pointer
Change-Id: I9faf52d6903975107d961a0b0750da2afddacc7a
Reviewed-on: http://review.typo3.org/10718
Reviewed-by: TYPO3 v4...
TYPO3 Release Team
16:03 Revision 8443f734: [TASK] Update version to 4.7.0
Change-Id: If626db3e812cdd10cf250df2ab4555331ba09c19
Releases: 4.7
Oliver Hader
16:02 Revision 9244ac5e: [TASK] Update version to 4.7.0
Change-Id: I5223833051da3ec7d2f34dba997396cc1fb77c58
Releases: 4.7
Oliver Hader
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 ...
Steffen Ritter
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...
Oliver Hader
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...
Oliver Hader
15:40 Revision c14d698f: Revert "[BUGFIX] Localize command must preserve type"
This reverts commit 529a59529ffa8f4ea1d7bcf8f39c774af8f706da.
Change-Id: I1ba5c32f94bbe5338c9a8d4495168bdafa0f19fb
R...
Oliver Hader
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...
Francois Suter
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...
Francois Suter
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...
Francois Suter
10:05 Revision ce0e3a39: [RELEASE] Extbase 4.7.0
Change-Id: I62e0a8dbbf223454f083b08c083333018bc7a67b Felix Oertel
09:54 Revision 472622d9: [TASK] Update version to 4.7.0
Change-Id: I5f51ff3b07f6167807ea101ea01f7e8de2971695 Xavier Perseguers
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...
Francois Suter

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...
Tobias Liebig
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...
Sascha Egerer
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' ...
Jakub Černek
10:19 Revision 38d36a88: [TASK] Remove deprecated extDirect registration
Change-Id: I87b4c4c4f4c7f5f2ff2f3af388a5b3dfb968eb6c
Resolves: #36408
Releases: 6.0
Reviewed-on: http://review.typo3....
Christian Kuhn
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...
Michael Staatz
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...
Felix Kopp

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...
Susanne Moog
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...
Susanne Moog
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...
Susanne Moog
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...
Christian Kuhn
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...
Christian Kuhn
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...
Christian Kuhn
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...
Peter Niederlag
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...
Timo Webler
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 "...
Ingmar Schlecht
 

Also available in: Atom