Project

General

Profile

Activity

From 2012-10-24 to 2012-11-22

2012-11-22

20:24 Revision 836cb8b1: [TASK] Split FLUIDTEMPLATE class to smaller methods
The patch splits the FLUIDTEMPLATE content object to smaller
and more readable code pieces. Additionally, 27 new unit...
Christian Kuhn
20:15 Revision 60de4ebb: [TASK] Update SwiftMailer license exception
Change-Id: Ia4c9ec4cb174493810e90d018082a92d37485194
Resolves: #42422
Releases: 6.0
Reviewed-on: http://review.typo3....
Michael Stucki
20:13 Revision a3286fbc: [TASK] Rename Swiftmailer license exception file
Change-Id: Ia1de8910ee216767dfc286590cb81a5cee9f640f
Resolves: #42422
Releases: 6.0
Reviewed-on: http://review.typo3....
Michael Stucki
18:04 Revision 772cef9a: [TASK] Make Fluid translation calls compatible to TYPO3 Flow
in TYPO3 Flow you can call <f:translate id="..." />
In our Fluid you have to call <f:translate key="..." />
That mak...
Ingo Pfennigstorf
09:57 Revision 205f21f2: [BUGFIX] PHP Module pgsql not supported
The return value of the function setRequiredPhpModules does not contain
the php modules but some pseudo name. Therefo...
Nicole Cordes

2012-11-21

23:47 Revision e561820f: [BUGFIX] Fix header thumbnail for new inserted records
The header thumbnail is not correctly rendered when
inserting new images because the code tries to fetch
the record w...
Helmut Hummel
22:56 Revision b07dd194: [BUGFIX] Remove property item of category model
Because the mere presence of the property leads
to an SqlException in the Typo3DbBackend it has
to be removed for 6.0...
Alexander Schnitzler
19:47 Revision ccda3e46: [TASK] Adjust namespaces of persistence unit tests
Test files that have been moved from Persistence
to Persistence\Generic also have to have an proper
namespace.
Also ...
Alexander Schnitzler
19:34 Revision 9ae1a918: [TASK] Move persistence unit tests
From Persistence to Persistence\Generic
Releases: 6.0
Fixes: #43204
Change-Id: I5eb269217e8369b0f05dc52b2595fed3f1a...
Alexander Schnitzler
09:54 Revision 47cde0c2: [BUGFIX] Typos in language labels and variables in EM
Fix a few typos.
Change-Id: Id1087e7972e65f0d4463d6d4c7c0613039bbb98e
Fixes: #43188
Releases: 6.0
Reviewed-on: http:...
Jigal van Hemert
01:02 Revision f9769ef7: [TASK] Set TYPO3 version to 6.0-dev
Change-Id: I4a43697dd6fa44910243b3a6b4ea57fe499df64b
Reviewed-on: http://review.typo3.org/16649
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
01:02 Revision 8f759bd3: [RELEASE] Release of TYPO3 6.0.0rc2
Change-Id: If2ba9153384609a7f87d8ab3e74c293ae0c77b3a
Reviewed-on: http://review.typo3.org/16648
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
01:02 Revision 2bf42680: [RELEASE] Release of TYPO3 6.0.0rc2
Change-Id: If2ba9153384609a7f87d8ab3e74c293ae0c77b3a TYPO3 Release Team
00:45 Revision cbd9e5fc: [TASK] Raise submodule pointer
Change-Id: Ibc293fdca09d424718f858e4b7585082ebf1e461
Reviewed-on: http://review.typo3.org/16647
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
00:42 Revision c790dbd7: [TASK] Raise submodule pointer
Change-Id: I4ac5ae4a9db0304a0debf4afe7c46220afe6314c
Reviewed-on: http://review.typo3.org/16646
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
00:39 Revision 037f36dd: [BUGFIX] Placeholder JavaScript handling is active for Non-IE browsers
The jsfunc.placeholder.js file was introduced to have a fallback
for Internet Explorer on the HTML5 placeholder featu...
Oliver Hader
00:39 Revision 683a356a: [TASK] Raise submodule pointer
Change-Id: I81ae9b9d3a052b8c96c7592e26d325c6fc9f068c
Reviewed-on: http://review.typo3.org/16645
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
00:39 Revision 636ad6c8: [FEATURE] Integrate possibility to determine NULL values in TypoScript
Currently there's no possibility to handle NULL values in
TypoScript. This is related to the feature "Add possibility...
Oliver Hader
00:38 Revision c832ced1: [BUGFIX] Deactivated textarea elements are not visualized
Deactivated textarea elements, fields that have a NULL value
stored in the database, are not visualized correctly whe...
Oliver Hader
00:37 Revision 8402d9bc: [TASK] Raise submodule pointer
Change-Id: I5b275d9ce45c3682976e95982b704bcb24cc9625
Reviewed-on: http://review.typo3.org/16643
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
00:28 Revision 64194b1d: [TASK] Fix styling of NULL value fields
Change-Id: Ib1b9f2f4bc274bcb1f180507a8ca0257323fd4bc
Releases: 6.0
Reviewed-on: http://review.typo3.org/16642
Reviewe...
Oliver Hader
00:22 Revision 630650cb: [BUGFIX] Make headerThumbnail in IRRE records configurable
This patch allows the configuration of the thumbnail image in IRRE
record headers. It is possible to configure e.g. h...
Kai Vogel
00:04 Revision 17226c69: [BUGFIX] Fix fatal error in indexed_search
Fixes: #42932
Related: #42806
Releases: 6.0
Change-Id: I05c179c917ed43cb70c2966984080670192713d4
Reviewed-on: http:/...
Helmut Hummel

2012-11-20

23:56 Revision 95fbd727: [TASK] Use new class names in indexed_search
Fixes: #42930
Releases: 6.0
Change-Id: I71780306d8edcd0da769ba7c56d4d4e3e386b77c
Reviewed-on: http://review.typo3.or...
Helmut Hummel
23:09 Revision 8252d2e0: [BUGFIX] Fallback of FAL properties does not work
The fields title, description and alternative are available
in file references and files. If those in file references...
Oliver Hader
23:08 Revision 66c204f0: [TASK] Refactor FAL file processing
File processing is a central part of TYPO3's file usage, as e.g. all
images in content elements have to be resized wh...
Andreas Wolf
22:09 Revision 86cd5c63: [BUGFIX] Fix failing AbstractWidgetControllerTest
Change-Id: If248919863fd734290742e3e8b55b434d8e820d3
Fixes: #43171
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Wouter Wolters
20:55 Revision 39993e74: [CLEANUP] Adjust code to coding guidelines
* whitespaces, tabs and blank line issues
* bool -> boolean
* int -> integer
* remove @scope and @entity
Fixes: #431...
Alexander Schnitzler
20:06 Revision d8dfa6af: [BUGFIX] Remove isLoaded('fluid') call from FLUIDTEMPLATE
EXT:fluid is a required extension since TYPO3 6.0. The
isLoaded('fluid') call in FLUIDTEMPLATE content object
can be ...
Christian Kuhn
19:34 Revision 18c428bc: [BUGFIX] Some unit tests fail in Core::LocalDriverTest
Some tests fail on Windows systems. Mostly this is because of a missing
file and folder permission handling. Those te...
Nicole Cordes
19:28 Revision 5a91057a: [BUGFIX] Migrate contentObjectRenderer data only when array
Passed $data in start method could be a non-array, e.g. in fluid
CObjectViewHelper or in extensions. Migrate $data on...
Marc Bastian Heinrichs
19:07 Revision 0b5f2500: [BUGFIX] Default behaviour for field rendering of configuration is dropped
In TYPO3 4.7 (and below) the default field of a configuration was a text
field. With a wrong configuration type in ex...
Nicole Cordes
19:02 Revision 52551a76: [Task] Make Exception for Controllerdetermination more expressive
This makes exception 1316104317 more expressive and includes the
extension- and pluginname in the exception message.
...
Ingo Pfennigstorf
18:57 Revision 35122aed: [BUGIFX] File Reference cannot be used to disable specific meta data
The meta data (like description, title, ...) in File References
cannot be used to disable the inherited data from the...
Oliver Hader
18:52 Revision c1f9805e: [BUGFIX] Driver cannot be saved
Because of a false parameter is not possible to save the chosen DBAL
driver in the LocalConfiguration file.
Change-I...
Nicole Cordes
18:51 Revision 67bbef35: [BUGFIX] RootlineUtility uses backticks which leads to crashing dbal
In some queries backticks are used to generate the WHERE clause. Those
backticks lead to an error when using dbal. Th...
Nicole Cordes
18:49 Revision 5c45a483: [BUGFIX] Missing separator in tables.sql
For the table sys_category_record_mm after the first KEY command there is
a missing comma which leads to dbal crash.
...
Nicole Cordes
14:28 Revision 125bdf9e: [BUGFIX] Activating NULL value field does not work with blank string
Activating a field that supports NULL values and just using a
blank string ("") does not work. The problem is a strcm...
Oliver Hader
14:18 Revision b92539c5: [TASK] Integrate possibility to call inaccessible methods in BaseTestCase
The BaseTestCase already has a possibility to create full blown
accessible object proxies. However if one does not wa...
Oliver Hader
11:20 Revision 7c02b0c2: [BUGFIX] Invalid behavior of search for integer in Backend search
In fact current implementation does not replace the LIKE
operator with an SQL equal statement for numeric fields
but ...
Soren Malling
11:19 Revision 8e85043f: [BUGFIX] Invalid behavior of search for integer in Backend search
In fact current implementation does not replace the LIKE
operator with an SQL equal statement for numeric fields
but ...
Soren Malling

2012-11-19

23:02 Revision 9fb6496b: [BUGFIX] Fix setting templateRootPath
In the conversion to namespaces the overwriting variable is
changed to template. This is fixed with this commit.
Cha...
Wouter Wolters
22:58 Revision 82887631: [BUGFIX] Tests failing in Core::CategoryCollectionTest
Some tests are failing in
TYPO3\CMS\Core\Tests\Functional\Category\Collection\CategoryCollectionTest
due to false CRE...
Nicole Cordes
22:56 Revision 1bbf966e: [TASK] Raise submodule pointer
Change-Id: I3f333615f87c7682d251987df1e58403720d331b
Reviewed-on: http://review.typo3.org/16592
Reviewed-by: Christia...
Christian Kuhn
22:48 Revision c72c5077: [TASK] Comment legacy files to be removed with 6.2
The 'old' class files before namespace switch are commented
to be removed with TYPO3 7.0, but they should be schedule...
Christian Kuhn
22:15 Revision f85be799: [TASK] Comment legacy files to be removed with 6.2
The 'old' class files before namespace switch are commented
to be removed with TYPO3 7.0, but they should be schedule...
Christian Kuhn
22:13 Revision cbf29d38: [TASK] Comment legacy files to be removed with 6.2
The 'old' class files before namespace switch are commented
to be removed with TYPO3 7.0, but they should be schedule...
Christian Kuhn
22:12 Revision d178b98d: [TASK] Comment legacy files to be removed with 6.2
The 'old' class files before namespace switch are commented
to be removed with TYPO3 7.0, but they should be schedule...
Christian Kuhn
22:10 Revision 6133535e: [TASK] Comment legacy files to be removed with 6.2
The 'old' class files before namespace switch are commented
to be removed with TYPO3 7.0, but they should be schedule...
Christian Kuhn
22:04 Revision 3e28ffb1: [TASK] Comment legacy files to be removed with 6.2
The 'old' class files before namespace switch are commented
to be removed with TYPO3 7.0, but they should be schedule...
Christian Kuhn
21:38 Revision 7bcf2498: [BUGFIX] cache_imagesizes schema defined twice
EXT:cms/ext_tables.sql and t3lib/stddb/tables.sql define
an identical table schema of table cache_imagesizes.
Since c...
Christian Kuhn
21:35 Revision a2b5218c: [TASK] Remove deprecated Fluid classes from IDE file
The deprecated classes have been removed in Fluid.
Remove them from the IDE file.
Related: #43069
Releases: 6.0
Cha...
Marc Bastian Heinrichs
21:25 Revision 24d2f6aa: [TASK] adjust LegacyClassesForIde
The class extbase/Reflection/Service is renamed to
extbase/Reflection/ReflectionService, so the LegacyClassesForIde
m...
Anja Leichsenring
21:21 Revision 00ce9ac4: [TASK] Raise submodule pointer
Change-Id: If47b70fb9183b9a36f88a8908ec455de7d1e7fa4
Reviewed-on: http://review.typo3.org/16582
Reviewed-by: Christia...
Christian Kuhn
21:17 Revision 3c753bcd: [TASK] Remove deprecated methods and classes
Remove code that has been scheduled for removal
for Fluid 6.0/1.6 except the old property mapper
which needs to stay ...
Marc Bastian Heinrichs
20:32 Revision f4315f42: [TASK] Remove not needed require for language service
The Bootstrap still contains a require statement
for the language service, which can now perfectly be
loaded by the a...
Helmut Hummel
20:08 Revision b92c1a35: [TASK] Optimize compatibilty class loader
Do not save rewritten code in compatibility class loader
if no replacements have been found but require the
original ...
Helmut Hummel
20:07 Revision f2b6f8db: [BUGFIX] Replace calls of tslib_gifbuilder with namespaced class
In some functions the old class tslib_gifbuilder is still called and
should be replaces with the namespaced class.
C...
Nicole Cordes
18:45 Revision f5fb763d: [BUGFIX] Use tablename for fullQuoteStr call
In Typo3DbBackend->replacePlaceholders method always 'foo' is
used as tablename. As long as mysql is used this makes ...
Anja Leichsenring
18:29 Revision 2feacb6b: [BUGFIX] Use tablename for fullQuoteStr call
In Typo3DbBackend->replacePlaceholders method always 'foo' is
used as tablename. As long as mysql is used this makes ...
Anja Leichsenring
17:02 Revision ddcb6e27: [BUGFIX] Remove newlines after closing php tag
Also made Jenkins happy...
* ext_localconf.php
* Tests/Unit/Persistence/Mapper/DataMapFactoryTest.php
Releases: 6.0
...
Alexander Schnitzler
16:44 Revision f509c210: [BUGFIX] Remove newlines after closing php tag
Releases: 6.0
Fixes: #43105
Change-Id: Icd787d943e236d835ab51f84e5226bbdbefacc6c
Reviewed-on: http://review.typo3.org...
Alexander Schnitzler
15:47 Revision 9d13dedf: [CLEANUP] Replace FLOW3 with TYPO3 Flow
Releases: 6.0
Fixes: #43036
Change-Id: I62df23587301b4cde3ddeae3686b34f54fe1182e
Reviewed-on: http://review.typo3.org...
Alexander Schnitzler
15:15 Revision 83e92d50: [BUGFIX] Force command controller task arguments saved as array
Executing command controller scheduler tasks without
action arguments fails because the arguments aren't saved as
arr...
Marc Bastian Heinrichs
15:12 Revision d6ccd3d9: [TASK] Remove extList from LocalConfiguration
extList was kept next to the new extListArray in LocalConfiguration.
Both hold the current list of loaded extensions....
Christian Kuhn
14:42 Revision e1bd13b2: [BUGFIX] Prevent sql errors with unsupported relation
Using passthrough as relation causes sql errors
in the addUnionStatement of Typo3DbBackend. To
prevent this an Except...
Alexander Schnitzler
12:52 Revision 6f7a494f: [TASK][DB] Increase length of tt_content CType
The length of the CType file is often too small to contain the name of
the extension that creates a new content eleme...
Andreas Kießling
08:08 Revision c6d601f2: [BUGFIX] Lost page id after editing record out of Workspace Module
Given are those steps to reproduce:
* select a sub page in page tree
* open workspace module
* edit one of the worksp...
Oliver Hader
08:07 Revision 54d529ad: [BUGFIX] Forward uid to t3lib_BEfunc::getProcessedValue on creating differences
The behaviour to show differences of records basically was
copied from the history service. Since the history only wo...
Oliver Hader
08:05 Revision 4ea5cd99: [BUGFIX] Lost page id after editing record out of Workspace Module
Given are those steps to reproduce:
* select a sub page in page tree
* open workspace module
* edit one of the worksp...
Oliver Hader
08:04 Revision 4c467d08: [BUGFIX] Lost page id after editing record out of Workspace Module
Given are those steps to reproduce:
* select a sub page in page tree
* open workspace module
* edit one of the worksp...
Oliver Hader
08:03 Revision 301c0a79: [BUGFIX] Lost page id after editing record out of Workspace Module
Given are those steps to reproduce:
* select a sub page in page tree
* open workspace module
* edit one of the worksp...
Oliver Hader
08:01 Revision 276c38f2: [BUGFIX] Forward uid to t3lib_BEfunc::getProcessedValue on creating differences
The behaviour to show differences of records basically was
copied from the history service. Since the history only wo...
Oliver Hader
08:01 Revision aae85efd: [BUGFIX] Forward uid to t3lib_BEfunc::getProcessedValue on creating differences
The behaviour to show differences of records basically was
copied from the history service. Since the history only wo...
Oliver Hader
08:01 Revision 98195290: [BUGFIX] Forward uid to t3lib_BEfunc::getProcessedValue on creating differences
The behaviour to show differences of records basically was
copied from the history service. Since the history only wo...
Oliver Hader
04:49 Revision 4286b2e8: [BUGFIX] Make saving scheduler commandController tasks working again
After converting to namespaces the name of the configuration fields
in backend also contains namespaces. Rename them ...
Marc Bastian Heinrichs
04:48 Revision dacba438: [BUGFIX] Add missing TypoScript Mapping for Category Model
The missing TypoScript configuration for the category model is
provided with this patch.
Fixes: #43084
Releases: 6.0...
Ingo Pfennigstorf

2012-11-18

22:34 Revision 34278ccc: [BUGFIX] Fix charset inconsistency in Fluid tests
The encoding viewHelper calls resolveDefaultCharset
which in turn tries to get the charset from the system.
This is i...
Helmut Hummel
20:05 Revision b97e2be0: [BUGFIX] make cols and rows in TextareaViewHelper optional
When using the Tx_Fluid_ViewHelpers_Form_TextareaViewHelper to render
a <textarea> Element you must provide "cols" an...
Markus Günther
13:48 Revision 392f572b: [TASK] Remove trailing whitespace
There must be no empty lines after the closing
PHP tag. Empty lines after closing tags break
output compression in PH...
Ingo Pfennigstorf
12:29 Revision 2be7745a: [BUGIFX] Fix Exception name in beuser module
Add the missing TYPO3 prefix to the full qualified
class name.
Releases: 6.0
Change-Id: I6a6417dc63a7ef87947b8186ae...
Helmut Hummel
11:10 Revision 3e23c3ad: [BUGFIX] AbstractFormFieldViewHelper always converts entities
AbstractFormFieldViewHelper::getValue() currently always tries
to convert objects to identities by calling
Persistenc...
Claus Witt

2012-11-17

21:00 Revision 3073ff79: [BUGFIX] Narrow down preview header to fit smaller screens
Current implementation breaks the header of the preview-screen
on smaller resolutions. The attached patch makes sure ...
Tolleiv Nietsch
15:30 Revision ab846f8f: [BUGFIX] Tx_Extbase_DomainObject_AbstractDomainObject#getUid is final
The final #getUid() method prevents Doctrine from generating proxies.
Having the method final is not necessary here.
...
Markus Günther
14:41 Revision 286aab2c: [CLEANUP] Remove not existing AOP stuff from fluid
Releases: 6.0
Fixes: #43037
Change-Id: Ia7f28cfdc47de01a37f926f96904cc3788c1ccaa
Reviewed-on: http://review.typo3.org...
Alexander Schnitzler
14:32 Revision fdac3c87: [TASK] Remove forceCharset references from LocalizationUtility
Since TYPO3 4.7 the forceCharset parameter in TYPO3_CONF_VARS['BE'] is
not needed anymore. This removes references to...
Ingo Pfennigstorf
14:24 Revision 683652e0: [BUGFIX] Fix legacy creation of objects in repository
Since DI is used for instantiation of session and backend
objects, creating repository objects with makeInstance will...
Marc Bastian Heinrichs
14:24 Revision 7cdce737: [BUGFIX] Fix legacy creation of objects in repository
Since DI is used for instantiation of session and backend
objects, creating repository objects with makeInstance will...
Marc Bastian Heinrichs
14:20 Revision 1006ea0a: [BUGFIX] Fix small DebuggerUtility issues
* adjust css for better/safer margins
* respect ArrayAccess
* fix level depth in array rendering
* fix wrong display ...
Alexander Schnitzler
14:14 Revision 1c950462: [BUGFIX] Fix and deprecate legacy creation of objects in repository
Since DI is used for instantiation of session and backend
objects, creating repository objects with makeInstance will...
Marc Bastian Heinrichs
14:02 Revision 83f65d9f: [!!!][BUGFIX] Remove property isOnline from frontenduser model
Because there is no TCA definition for column is_online the
property would not get filled with data from database in ...
Marc Bastian Heinrichs
13:50 Revision d2f4601a: [BUGFIX] EXT:frontend still uses old table name sys_language_overlay
The extension "frontend" is still using the old table name
sys_language_overlay
This patch fixes this issue by renam...
Patrick Broens
13:42 Revision d6b0fcab: [BUGFIX] Make ValidatorResolver respect namespaces
ValidatorResolver should parse namespaced validator
definitions like:
@validate Vendor.Extension:Foo
or
@validate Ven...
Tymoteusz Motylewski
13:41 Revision cbceae27: [BUGFIX] Old table name sys_language_overlay in use
The deprecated table name sys_language_overlay is used
This patch fixes this issue by renaming it to
pages_language_...
Patrick Broens
11:51 Revision ef7bd7a5: [BUGFIX] Reset 'vendorName' in RequestBuilder to NULL for new requests
It is currently impossible to use extensions with AND without
namespaces on the same page, since the vendorName is no...
Andreas Kießling
11:11 Revision d6615cb3: Revert "[BUGFIX] Property mapper: Exception not thrown but skipped"
This reverts commit 77c267ec4d5d9eb4525cdcde23ed569307fc553f
Change-Id: I32e9ec56ef8856ef487ce8cb0d72f35052f671ec
Re...
Ingo Pfennigstorf
11:03 Revision 91d7d7f2: [BUGFIX] Property mapper: Exception not thrown but skipped
The transformToObject function in the property mapper
checks for an existing record if an identity is given.
If no re...
Ingo Pfennigstorf
10:39 Revision 37b57355: [BUGFIX] public function configureModule should be static
In the class Tx_Extbase_Utility_Extension is the public method configureModule
and it seems that the author of the me...
Ingo Pfennigstorf

2012-11-16

19:13 Revision 5986a066: [BUGFIX] DataMapperFactory respects foreign_table_field
- add foreign_table_field if present in $TCA
- add a corresponding unit test
Change-Id: I02eac46a7e4b17c001fe30fb946...
Ingo Pfennigstorf
19:04 Revision 5d4063f7: [BUGFIX] Respect all subclasses (single table inheritance)
If you ask a repository that have subclasses, that have subsubclasses,
than just the subclasses of the first level ge...
Ingo Pfennigstorf
18:40 Revision bcf64a04: [BUGFIX] email validator
The actuall email validator uses a regex to validate email addresses.
The TYPO3 core offers a method in t3lib_div to ...
Ingo Pfennigstorf
17:22 Revision e8714bdc: [TASK] Remove trailing whitespace
There must be no empty lines after the closing
PHP tag. Empty lines after closing tags break
output compression in PH...
Ingo Pfennigstorf
16:31 Revision 3754c374: [BUGFIX] Escaping E-Mail addresses conflicts with spam protection
In case spamProtectEmailAddresses = ascii is enabled via TypoScript
E-Mail Addresses will now be displayed correctly ...
Anja Leichsenring
16:03 Revision 5253bbc3: [BUGFIX] Escaping E-Mail addresses conflicts with spam protection
In case spamProtectEmailAddresses = ascii is enabled via TypoScript
E-Mail Addresses will now be displayed correctly ...
Anja Leichsenring
16:00 Revision 4ec3bf90: [BUGFIX] RenderingContext instanciated by interface
The RenderingContext should be instanciated by the interface name
instead of the concrete Classname in Classes/View/T...
Anja Leichsenring
16:00 Revision ad250bcd: [BUGFIX] Cache in BackendConfigurationManager is not taking pageId into account
Cache in BackendConfigurationManager is not taking pageId into account
Thanks to Timo Schmidt for providing the patch...
Tymoteusz Motylewski
15:59 Revision 55e256bf: [BUGFIX] Cache in BackendConfigurationManager is not taking pageId into account
Cache in BackendConfigurationManager is not taking pageId into account
Thanks to Timo Schmidt for providing the patch...
Tymoteusz Motylewski
15:59 Revision 1b99ce8c: [BUGFIX] Cache in BackendConfigurationManager is not taking pageId into account
Cache in BackendConfigurationManager is not taking pageId into account
Thanks to Timo Schmidt for providing the patch...
Tymoteusz Motylewski
15:56 Revision 9934ef05: [FEATURE] CurrencyViewhelper can prepend the currency sign
With the flag $prependCurrency = TRUE the currency sign can be prepended
instead of appended (e.g. CHF 123.00)
The ad...
Anja Leichsenring
15:55 Revision ec28e311: [FEATURE] CurrencyViewhelper can prepend the currency sign
With the flag $prependCurrency = TRUE the currency sign can be prepended
instead of appended (e.g. CHF 123.00)
The ad...
Anja Leichsenring
15:28 Revision d9aef108: [BUGFIX] RenderingContext instanciated by interface
The RenderingContext should be instanciated by the interface name
instead of the concrete Classname in Classes/View/T...
Anja Leichsenring
15:27 Revision 70ff649b: [BUGFIX] Escaping E-Mail addresses conflicts with spam protection
In case spamProtectEmailAddresses = ascii is enabled via TypoScript
E-Mail Addresses will now be displayed correctly ...
Anja Leichsenring
15:18 Revision 8f01f860: [BUGFIX] Translate labels in paginate widget
Remove hardcoded labels in paginate widget.
Thanks to Alexander Stehlik for providing a patch.
Change-Id: Iedccd3c5...
Anja Leichsenring
15:05 Revision cefb3b34: [BUGFIX] Correctly apply _LOCAL_LANG from typoscript
Language labels from typoscript are currently loaded by overwriting the
source/target array that is required by the m...
Jana Golinowski
14:51 Revision 1a5efc0f: [BUGFIX] Correctly apply _LOCAL_LANG from typoscript
Language labels from typoscript are currently loaded by overwriting the
source/target array that is required by the m...
Jana Golinowski
14:27 Revision c7092fe8: [BUGFIX] Translate labels in paginate widget
Remove hardcoded labels in paginate widget.
Thanks to Alexander Stehlik for providing a patch.
Change-Id: I7330e06c...
Anja Leichsenring
13:25 Revision 7e443bd4: [BUGFIX] Invalid behavior of search for integer in Backend search
In fact current implementation does not replace the LIKE
operator with an SQL equal statement for numeric fields
but ...
Soren Malling
13:01 Revision c7cafbee: [TASK] Remove @package and @subpackage annotations
With namespaces the @package and @subpackage annotations
do not have a real benefit anymore and can be removed.
Chan...
Christian Kuhn
12:59 Revision d09a542a: [BUGFIX] Correctly apply _LOCAL_LANG from typoscript
Language labels from typoscript are currently loaded by overwriting the
source/target array that is required by the m...
Jana Golinowski
12:30 Revision 803bcd7a: [BUGFIX] Always add the "alt" attribute for images
The ImageViewHelper does not add the alt-attribute to the
image tag if it is not set. This patch renders always the
a...
dkd-egerer Sascha Egerer
12:22 Revision 6409b98d: [TASK][workspaces] Remove @package and @subpackage annotations
With namespaces the @package and @subpackage annotations
do not have a real benefit anymore and can be removed.
Chan...
Christian Kuhn
12:20 Revision c6e3fba5: [TASK][version] Remove @package and @subpackage annotations
With namespaces the @package and @subpackage annotations
do not have a real benefit anymore and can be removed.
Chan...
Christian Kuhn
12:15 Revision f59de462: [TASK][linkvalidator] Remove @package and @subpackage annotations
With namespaces the @package and @subpackage annotations
do not have a real benefit anymore and can be removed.
Chan...
Christian Kuhn
12:10 Revision 6e3f6a58: [TASK][dbal] Remove @package and @subpackage annotations
With namespaces the @package and @subpackage annotations
do not have a real benefit anymore and can be removed.
Chan...
Christian Kuhn
11:36 Revision c91eee21: [BUGFIX] Rename Reflection\Service to Reflection\ReflectionService
Since it's renamed in Extbase it
has to be adjusted in Fluid also.
Releases: 6.0
Fixes: #43017
Change-Id: Ib26b999ba...
Alexander Schnitzler

2012-11-15

23:05 Revision a75bac8c: [TASK] Fix deprecated $doc->isCMlayers()
Function TYPO3\CMS\Backend\Template\DocumentTemplate->isCMlayers()
is not needed and can be removed.
Change-Id: I7ce...
Georg Ringer
22:50 Revision 68759f08: [BUGFIX] GeneralUtility::validEmail() can throw warnings
If GeneralUtility::validEmail() is called with array or object
as parameter, warnings or errors are thrown of type "s...
Christian Kuhn
13:51 Revision 6716a6fa: [BUGFIX] Follow-up clean-up to #19938
Refactoring #19938 a loose end was forgotten to be removed in one test.
Change-Id: I36d1f9368eb829afebd5c3be2282811b...
Christian Kuhn
11:44 Revision a0f4d13c: [BUGFIX] EXT:felogin: Multiple bugs with preserveGETvars
Refactor and fix handling of preserveGETvars in felogin.
* Add support for multi dimensional arrays
* urlencode() v...
Jigal van Hemert
10:32 Revision 201b7814: [BUGFIX] Form shows Fatal Error in Frontend
This resolves the wrong instantiation of all classes
that contain uppercase characters within a certain
class name pa...
Ingo Pfennigstorf
00:51 Revision 198cf860: [BUGFIX] Remove dependency to iconv lib in form
The form extension uses iconv_strlen to determine
the string length, which fails when this method
is not present in P...
Helmut Hummel
00:33 Revision 517742c0: [TASK] Rename Reflection/Service to Reflection/ReflectionService
This is part of the code cleanup.
Change-Id: I1d9ff99b565e279110ee8c6e1cff8ab6a47566f5
Resolves: #42808
Releases: 6....
Anja Leichsenring
00:23 Revision 9dfb8e20: [BUGFIX] Cache in BackendConfigurationManager is not taking pageId into account
Cache in BackendConfigurationManager is not taking pageId into account
Thanks to Timo Schmidt for providing the patch...
Tymoteusz Motylewski
00:19 Revision 507fe965: [BUGFIX] DataMapperFactory respects foreign_table_field
- add foreign_table_field if present in $TCA
- add a corresponding unit test
Change-Id: I02eac46a7e4b17c001fe30fb946...
Peter Niederlag

2012-11-14

20:56 Revision 637eb35e: [TASK] Raise submodule pointer
Change-Id: I19bf442d362fc1ba7dd2df2d5d7e55c592222e27
Reviewed-on: http://review.typo3.org/16447
Reviewed-by: Christia...
Christian Kuhn
20:48 Revision dc063acb: [TASK] Re-implement extension status for reports module
The reports module to show the main typo3.org TER repository
extension list status and the security state of loaded a...
Christian Kuhn
20:48 Revision 549a3b5d: [TASK] Fix CGL issues
Wrap a long line and rename an internal variable to lower camel case.
Resolves: #42844
Releases: 6.0
Change-Id: Ia7...
Philipp Gampe
20:09 Revision b7a29e98: [BUGFIX] Fix Annotation for Category model
This fixes the annotation for the item property in the Category model.
Resolves: #42970
Releases: 6.0
Change-Id: Ic...
Ingo Pfennigstorf

2012-11-13

20:16 Revision 287a5aea: [BUGFIX] Labels in EM are not translated
The configuration of an extension can make use of
labels and those are not translated in a select box.
Therefore use...
Georg Ringer
14:33 Revision 720ba137: [TASK] Improve wincache has() function
Change-Id: Ia90500734c71095c82f774ac6c0acd16ce28f096
Resolves: #42253
Releases: 6.0
Reviewed-on: http://review.typo3....
Georg Ringer
12:58 Revision 66ea0a3a: [BUGFIX] Fix missing option labels in EXT:saltedpasswords ext config
The labels for the options of the settings "Hashing method for the
backend|frontend" are missing because the class na...
Tilo Baller
12:29 Revision 5aebcab2: [BUGFIX] Fix userfunc paths in EXT:saltedpasswords ext_conf_template.txt
Paths to the class files and class names for the user functions used
in the extension configuration of EXT:saltedpass...
Tilo Baller

2012-11-12

23:18 Revision 6ed8e48e: [TASK] Set TYPO3 version to 4.7.8-dev
Change-Id: I9700f8c1a064f9e8703d4ea9b6d11c545a05a6b0
Reviewed-on: http://review.typo3.org/16435
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
23:18 Revision f62fcc2c: [RELEASE] Release of TYPO3 4.7.7
Change-Id: If1907298be3ca5d442e17706d8f9ab66d1af2741
Reviewed-on: http://review.typo3.org/16434
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
23:18 Revision 4f5ec20b: [RELEASE] Release of TYPO3 4.7.7
Change-Id: If1907298be3ca5d442e17706d8f9ab66d1af2741 TYPO3 Release Team
23:08 Revision 6ce7096b: [TASK] Set TYPO3 version to 4.6.16-dev
Change-Id: I0ff0a5e65b7c7ec5c5c2e6537c68fed6d0f856f9
Reviewed-on: http://review.typo3.org/16433
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
23:08 Revision 0b021439: [RELEASE] Release of TYPO3 4.6.15
Change-Id: I5770c742c148020d910d4e9121a4390a472f31e2
Reviewed-on: http://review.typo3.org/16432
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
23:08 Revision adb1acac: [RELEASE] Release of TYPO3 4.6.15
Change-Id: I5770c742c148020d910d4e9121a4390a472f31e2 TYPO3 Release Team
22:56 Revision 617522fe: [TASK] Set TYPO3 version to 4.5.23-dev
Change-Id: I2f1603b370eb228873258a043224695793b47d77
Reviewed-on: http://review.typo3.org/16430
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
22:56 Revision 483fc682: [RELEASE] Release of TYPO3 4.5.22
Change-Id: Icfc1fbc466f1aea983c86b4c9048147bfa858aba
Reviewed-on: http://review.typo3.org/16429
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
22:56 Revision 5f51b5cb: [RELEASE] Release of TYPO3 4.5.22
Change-Id: Icfc1fbc466f1aea983c86b4c9048147bfa858aba TYPO3 Release Team
22:49 Revision acba620d: [TASK] Raise submodule pointer
Change-Id: Iab17d9e457e8a704227ea5df5dcf9805cdf5014c
Reviewed-on: http://review.typo3.org/16428
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
22:46 Revision f9f79d83: [TASK] Raise submodule pointer
Change-Id: I648ce4a04832faba5806eb2cf75415f9a7b527a0
Reviewed-on: http://review.typo3.org/16427
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
22:44 Revision 599c0986: [TASK] Raise submodule pointer
Change-Id: Ib9a9ea100f974bbba6e228ccc97a2e2be035e056
Reviewed-on: http://review.typo3.org/16426
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
22:38 Revision 00f7f89f: [TASK] Raise version numbers of system extensions
Change-Id: I600c93d9e5f5bb0dccd18caab40a5bf03df6c726
Reviewed-on: http://review.typo3.org/16422
Reviewed-by: Steffen ...
Steffen Ritter
22:33 Revision 221ed340: [TASK] Raise version numbers of system extensions
Change-Id: I932ec4d55653397f9abdeaeaeaa4e005bd363de0
Reviewed-on: http://review.typo3.org/16421
Reviewed-by: Steffen ...
Anja Leichsenring
22:32 Revision 5f3d11ad: [TASK] Raise version numbers of system extensions
Change-Id: I0b6a0b9d6fe75d10f8ebec9e920ac4c7480e45cf
Reviewed-on: http://review.typo3.org/16416
Reviewed-by: Steffen ...
Anja Leichsenring
22:31 Revision e5b21251: [TASK] Raise version number of system extensions
Change-Id: Iad8372eecc471aaa53ea9aaded85f3850025ba95
Reviewed-on: http://review.typo3.org/16423
Reviewed-by: Steffen ...
Steffen Ritter
22:30 Revision c0283adc: [TASK] Raise version number of system extensions
Change-Id: Ie1caff0976b8250ce31170a3cb7c59d4c9e6722e
Reviewed-on: http://review.typo3.org/16424
Reviewed-by: Steffen ...
Steffen Ritter
22:30 Revision e09c30b4: [TASK] Raise version number of system extensions
Change-Id: I32d3cfdea48a03561e678dc5c5f6308698a7d39a
Reviewed-on: http://review.typo3.org/16425
Reviewed-by: Steffen ...
Steffen Ritter
21:23 Revision c615a1e3: [TASK] Raise version numbers of system extensions
Change-Id: Ibf6853d59c58fbad38ff806ac1ba603728c8abb5
Reviewed-on: http://review.typo3.org/16414
Reviewed-by: Steffen ...
Steffen Ritter
21:22 Revision f52c5356: [TASK] Raise version numbers of system extensions
Change-Id: Ib1b2de9db3f3a63447ff5a4f9e4e48da8e95e547
Reviewed-on: http://review.typo3.org/16413
Reviewed-by: Steffen ...
Steffen Ritter
21:22 Revision 781a9d88: [TASK] Raise version numbers of system extensions
Change-Id: I067979476abdc1ec06084ef8dfc11e25f78ba0d8
Reviewed-on: http://review.typo3.org/16412
Reviewed-by: Steffen ...
Steffen Ritter
21:21 Revision 3fcfed80: [TASK] Raise version numbers of system extensions
Change-Id: I13cafa436d3ebafb53f46ccdfb7872e1c86677bb
Reviewed-on: http://review.typo3.org/16411
Reviewed-by: Steffen ...
Steffen Ritter
21:20 Revision e7cc3cf9: [TASK] Raise version numbers of system extensions
Change-Id: I8596d364b7c578f118ce940f6a8b3612b2a75b94
Reviewed-on: http://review.typo3.org/16410
Reviewed-by: Steffen ...
Steffen Ritter
21:18 Revision cf559c1d: [TASK] Raise version numbers of system extensions
Change-Id: I0bfe793d472d5c883cd369045502d22d0393ec7f
Reviewed-on: http://review.typo3.org/16409
Reviewed-by: Steffen ...
Steffen Ritter
21:17 Revision 9a043f4d: [TASK] Raise version numbers of system extensions
Change-Id: Ieac9c8eacf939bebc9a517bbef4c710dfa88dcca
Reviewed-on: http://review.typo3.org/16408
Reviewed-by: Steffen ...
Steffen Ritter
21:05 Revision 0b90ac65: [TASK] Raise version number of system extensions
Change-Id: I6128470c3beac6ad65c5bb285ecc6bafaa2d20f5
Reviewed-on: http://review.typo3.org/16417
Reviewed-by: Steffen ...
Steffen Ritter
21:05 Revision d1ca470f: [TASK] Raise version number of system extensions
Change-Id: I0b26ecfad1fccf4bf50ebf26e443f0c906a94aae
Reviewed-on: http://review.typo3.org/16418
Reviewed-by: Steffen ...
Steffen Ritter
21:04 Revision b2cf2be6: [TASK] Raise version number of system extensions
Change-Id: I7bf2c353babc39d6fee35fced695d1c434906873
Reviewed-on: http://review.typo3.org/16419
Reviewed-by: Steffen ...
Steffen Ritter
21:03 Revision d3ec9665: [TASK] Raise version number of system extensions
Change-Id: I831f1246b60b402cf626d4d3f3d26b8787062001
Reviewed-on: http://review.typo3.org/16420
Reviewed-by: Steffen ...
Steffen Ritter
21:01 Revision 950a1527: [TASK] Raise version numbers of system extensions
Change-Id: I97c6d472d24347a2c537836c414f2375e319c20b
Reviewed-on: http://review.typo3.org/16415
Reviewed-by: Steffen ...
Steffen Ritter
20:22 Revision 56690f15: [BUGFIX] Fix tests for NotEmptyValidator for 1.3 and php 5.2
Change-Id: Ia72f9c5f891865c8307b1b699a965c2a5c2bcad8
Fixes: #42811
Releases: 1.3
Reviewed-on: http://review.typo3.org...
Marc Bastian Heinrichs
19:22 Revision 019e29ff: [BUGFIX] Convert deprecated function assertType to assertInstanceOf
Some tests are broken because of the use of the old function.
Change-Id: I2f28e9d6f0dcc553acfec54c01755979a3228e7b
F...
Nicole Cordes
19:20 Revision 57f43f6d: [BUGFIX] Some unit tests failing for extbase 1.3
Still some unit tests fail in extbase 1.3. It seems that changes weren't
backported to lower version.
Change-Id: Icc...
Nicole Cordes

2012-11-11

20:39 Revision 56e66659: [BUGFIX] imagecopyresized: correct invalid parameters
The classes t3lib_stdgraphic and t3lib_iconworks provide
the method imagecopyresized. Those functions got parameters
...
Stefan Neufeind
20:33 Revision 681aea54: [BUGFIX] Regression in t3lib_iconWorks::imagecopyresized
t3lib_iconWorks::imagecopyresized was refactored
in #26660. Unfortunatelly that change introduced
a regression. Param...
Tymoteusz Motylewski
20:20 Revision 02ccc686: [BUGFIX] Regression in t3lib_iconWorks::imagecopyresized
t3lib_iconWorks::imagecopyresized was refactored
in #26660. Unfortunatelly that change introduced
a regression. Param...
Tymoteusz Motylewski
13:38 Revision 4ea6cf6a: [TASK] Fix TYPO3 logos
The logos have been changed to match the new CI,
but were cut out sloppily.
Exchange the most prominent logos with p...
Helmut Hummel
13:37 Revision 99fefa46: [TASK] Fix TYPO3 logos
The logos have been changed to match the new CI,
but were cut out sloppily.
Exchange the most prominent logos with p...
Helmut Hummel
13:37 Revision dc4ccbd8: [TASK] Fix TYPO3 logos
The logos have been changed to match the new CI,
but were cut out sloppily.
Exchange the most prominent logos with p...
Helmut Hummel
01:28 Revision 3ddfa364: [TASK] Fix TYPO3 logos
The logos have been changed to match the new CI,
but were cut out sloppily.
Exchange the most prominent logos with p...
Helmut Hummel

2012-11-10

22:06 Revision bdc3e1f1: [TASK] Set TYPO3 version to 6.0-dev
Change-Id: I68301629737a66a76332e59b3ccd674bb7d05722
Reviewed-on: http://review.typo3.org/16387
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
22:06 Revision 8bc8e45b: [RELEASE] Release of TYPO3 6.0.0rc1
Change-Id: Id506e3479c6b48526b7a9cdfdd211bc33c1a61d6
Reviewed-on: http://review.typo3.org/16386
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
22:06 Revision e249a770: [RELEASE] Release of TYPO3 6.0.0rc1
Change-Id: Id506e3479c6b48526b7a9cdfdd211bc33c1a61d6 TYPO3 Release Team
21:54 Revision cd8366d4: [TASK] Raise submodule pointer
Change-Id: Ia29003835d4004f844fc286eae8c14f9c4a45dcc
Reviewed-on: http://review.typo3.org/16385
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
19:27 Revision 1ac0809a: [BUGFIX] Add "suggests" as valid dependency type
Currently extensions with "suggests" contraint in ext_emconf.php
fail to install in Extension Manager with exception
...
Tilo Baller
19:24 Revision 198c4234: [BUGFIX] Fix update translation handling
The current translation handling does not respect
subfolders in the zip file during extraction.
This leads to partly ...
Helmut Hummel
17:59 Revision 9f1efb64: [FEATURE] Add possibility to store NULL values
The current implementation in the TYPO3 backend does not allow
to store NULL values, only empty strings or zero as nu...
Oliver Hader
15:22 Revision cc218757: [BUGFIX] Fix namespaced \Countable
Usage of namespaced Countable call breaks the compatibility for
PHP 5.2.
Besides that unit-test have been modified t...
Anja Leichsenring
14:54 Revision ec8e8305: [BUGFIX] Unit tests use SplObjectStorage in PHP 5.2 context
Since Extbase 1.3 was released in TYPO3 4.5 and the PHP
requirements are PHP 5.2, using SplObjectStorage is not allow...
Oliver Hader
14:52 Revision 0b15d647: [BUGFIX] getFuncCheck must quotes wrong
The security fix preventing XSS included a regression
since the quoting has been backported wrong.
This results in a...
Michael Späth
14:51 Revision 0e6c1def: [BUGFIX] getFuncCheck must quotes wrong
The security fix preventing XSS included a regression
since the quoting has been backported wrong.
This results in a...
Michael Späth
14:42 Revision 6757b85e: [BUGFIX] #42812 Most checkboxes (like Extended View) are not working
Due to a js error checkboxes in list view are not working
Change-Id: I80210a30ad9e7bb1d7b9da3b9d09490c428a24ff
Relea...
Michael Späth
13:08 Revision 6ab0f6aa: [FEATURE] Enable IRRE fields in FlexForms
This patch enables IRRE fields in flexform. They can be used
identically to the TCA.
FlexForm segments are separated...
Kai Vogel

2012-11-09

21:08 Revision 3e81acfb: [BUGFIX] Rename SUViewHelper to SwitchUserViewHelper
On case sensitive file systems the SUViewHelper
cannot be found, as the file is named SUViewHelper.php
and the class ...
Helmut Hummel
17:43 Revision a7d5b0a2: [BUGFIX] Content Elements "uploads" ignores translations
The TypoScript Object "FILES" has been changed to be aware
of translations in the meantime. Anyhow the Content Elemen...
Steffen Ritter
09:00 Revision 8c3146b9: [BUGFIX] Always add the "alt" attribute for images
The ImageViewHelper does not add the alt-attribute to the
image tag if it is not set. This patch renders always the
a...
dkd-egerer Sascha Egerer
05:38 Revision 1c9795f6: [TASK] Improve rendering of non existent content types
If a custom content element is created by using
an extension and the ext is removed, an empty content
element is rend...
Georg Ringer
05:38 Revision 3effdb10: [TASK] Add configuration for default categorized tables
A list of default categorized tables is put within the Install Tool
for now, since we don't have a dedicated BE modul...
Fabien Udriot
00:28 Revision 3a0857ce: [TASK] Raise submodule pointer
Change-Id: Ia33701578c100bb67beb66d010f76208d9c16457
Reviewed-on: http://review.typo3.org/16338
Reviewed-by: Helmut H...
Helmut Hummel

2012-11-08

23:57 Revision 06f9be00: [BUGFIX] Fix SEARCHRESULT content object
During namespacing the SEARCHRESULT content object,
which had two classes, has been messed up.
Combine both classes ...
Helmut Hummel
23:42 Revision f91c302e: [BUGFIX] Fix OTABLE content object
During namespacing the OTABLE content object
which had of two classes has been messed up.
Combine both classes into ...
Helmut Hummel
23:04 Revision 3393d5f0: [TASK] Remove deleted class from alias map
Releases: 6.0
Change-Id: Ia711da58f765a91602d0729a4c7dc0d35d012151
Reviewed-on: http://review.typo3.org/16335
Review...
Helmut Hummel
23:02 Revision ac0aa721: [TASK] Add "Abstract" prefix to abstract task class
All abstract classes should be start with an Abstract
prefix in the class name.
Adjust the abstract task class to thi...
Helmut Hummel
23:01 Revision 93fdc73a: [TASK] Add "Abstract" prefix to abstract task class
All abstract classes should be start with an Abstract
prefix in the class name.
Adjust the abstract task class to thi...
Helmut Hummel
23:00 Revision 27b8d416: [TASK] Add "Abstract" prefix to abstract task class
All abstract classes should be start with an Abstract
prefix in the class name.
Adjust the abstract task class to thi...
Helmut Hummel
22:58 Revision 1df97ec9: [TASK] Add "Abstract" prefix to abstract task class
All abstract classes should be start with an Abstract
prefix in the class name.
Adjust the abstract task class to thi...
Helmut Hummel
22:55 Revision fbe15cfb: [TASK] Cleanup alias map and recreate IDE file
Releases: 6.0
Change-Id: I0f8863ae6e711f1da710b39f7644f24212ad41ef
Reviewed-on: http://review.typo3.org/16330
Review...
Helmut Hummel
22:49 Revision 9675002a: [TASK] Add "Abstract" prefix to abstract task class
All abstract classes should be start with an Abstract
prefix in the class name.
Adjust the abstract task class to th...
Helmut Hummel
18:06 Revision 4b33e0a0: [TASK] Update version number in system extensions
Update the version number in system extensions which
have been forgotten.
Resolves: #42728
Releases: 6.0
Change-Id: ...
Michael Klapper
13:11 Revision 8c983481: [TASK] Set TYPO3 version to 4.7.7-dev
Change-Id: I6e1edfaf29e2d490975348a4b15ea4073a1c3751
Reviewed-on: http://review.typo3.org/16313
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
13:11 Revision c5bdb0d8: [RELEASE] Release of TYPO3 4.7.6
Change-Id: I80bff9651adb898f456841e79ba8c9cd59467b35
Reviewed-on: http://review.typo3.org/16312
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
13:11 Revision 0cc7c15a: [RELEASE] Release of TYPO3 4.7.6
Change-Id: I80bff9651adb898f456841e79ba8c9cd59467b35 TYPO3 Release Team
13:02 Revision 6cf8ddee: [TASK] Set TYPO3 version to 4.6.15-dev
Change-Id: I027f9930e59f872e888abe9bcd26d251fe4bc174
Reviewed-on: http://review.typo3.org/16311
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
13:02 Revision 0a81b616: [RELEASE] Release of TYPO3 4.6.14
Change-Id: I3a359e98c9ef77e0660df702d454858c7454aaf7
Reviewed-on: http://review.typo3.org/16310
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
13:02 Revision 2225fc47: [RELEASE] Release of TYPO3 4.6.14
Change-Id: I3a359e98c9ef77e0660df702d454858c7454aaf7 TYPO3 Release Team
12:50 Revision 9587d6f9: [TASK] Set TYPO3 version to 4.5.22-dev
Change-Id: Ifded04829df1d855b9449133ebbcb0004d65de76
Reviewed-on: http://review.typo3.org/16309
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
12:50 Revision 70498f2e: [RELEASE] Release of TYPO3 4.5.21
Change-Id: I7cc418bb558d4fde094d5d7c3097ac0f967751e2
Reviewed-on: http://review.typo3.org/16308
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
12:49 Revision d9720ad9: [RELEASE] Release of TYPO3 4.5.21
Change-Id: I7cc418bb558d4fde094d5d7c3097ac0f967751e2 TYPO3 Release Team
12:45 Revision a0ede7db: [SECURITY] Fix SQL injection and XSS in record history
This patch fixes the SQL injection possibilities in the record
history view as well as fixing XSS possibilities. The ...
Oliver Hader
12:44 Revision 74c2aabf: [SECURITY] XSS in TCA Tree
Properly html encode the label of tree nodes.
Fixes: #42774
Releases: 6.0, 4.7, 4.6, 4.5
Change-Id: I56b823bdd7ac8f...
Oliver Hader
12:44 Revision 2bbc7a32: [SECURITY] Fix potential XSS in BackendUtlility::getFuncCheck
The method getFuncCheck creates an URL from input variables and puts
it in JavaScript context without properly encodi...
Helmut Hummel
12:44 Revision f5d3162b: [SECURITY] Fix SQL injection and XSS in record history
This patch fixes the SQL injection possibilities in the record
history view as well as fixing XSS possibilities. The ...
Oliver Hader
12:44 Revision 07c3d639: [SECURITY] XSS in TCA Tree
Properly html encode the label of tree nodes.
Fixes: #42774
Releases: 6.0, 4.7, 4.6, 4.5
Change-Id: I6b0b305c42e30c...
Oliver Hader
12:44 Revision 7b916d0c: [SECURITY] Fix potential XSS in t3lib_BEfunc::getFuncCheck
The method getFuncCheck creates an URL from input variables and puts
it in JavaScript context without properly encodi...
Helmut Hummel
12:44 Revision c150b278: [SECURITY] Fix SQL injection and XSS in record history
This patch fixes the SQL injection possibilities in the record
history view as well as fixing XSS possibilities. The ...
Oliver Hader
12:44 Revision b02026dd: [SECURITY] XSS in TCA Tree
Properly html encode the label of tree nodes.
Fixes: #42774
Releases: 6.0, 4.7, 4.6, 4.5
Change-Id: I59773eb475d073...
Oliver Hader
12:44 Revision f22dc79c: [SECURITY] Fix potential XSS in t3lib_BEfunc::getFuncCheck
The method getFuncCheck creates an URL from input variables and puts
it in JavaScript context without properly encodi...
Helmut Hummel
12:44 Revision 5245e097: [SECURITY] Fix SQL injection and XSS in record history
This patch fixes the SQL injection possibilities in the record
history view as well as fixing XSS possibilities. The ...
Oliver Hader
12:43 Revision ab335bc0: [SECURITY] XSS in TCA Tree
Properly html encode the label of tree nodes.
Fixes: #42774
Releases: 6.0, 4.7, 4.6, 4.5
Change-Id: I07bdff99b6f465...
Oliver Hader
12:43 Revision a768d97c: [SECURITY] Fix potential XSS in t3lib_BEfunc::getFuncCheck
The method getFuncCheck creates an URL from input variables and puts
it in JavaScript context without properly encodi...
Helmut Hummel
11:05 Revision 306c8c0e: [TASK] Raise submodule pointer for fluid
Releases: 6.0
Change-Id: I490683562533dfbfaa34310a04f7682cde91f0d2
Reviewed-on: http://review.typo3.org/16294
Review...
Helmut Hummel
11:02 Revision 4eacf04b: Revert "[BUGFIX] FormViewHelper creates inline styling"
This change broke the tests and needs to be further discussed.
This reverts commit cc4f28ba23f7d4ae9feb2bd9fef658d8b...
Helmut Hummel
10:32 Revision 5d8dea78: [TASK] Raise submodule pointer
Change-Id: I2e83cbd81b729242404f0fc8ef553f663ae87073
Reviewed-on: http://review.typo3.org/16290
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
10:29 Revision 389452ee: [TASK] Raise submodule pointer
Change-Id: I7411c36df30b8f4c9256be0d23838da0eae5bed3
Reviewed-on: http://review.typo3.org/16289
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
10:27 Revision 72153ccc: [TASK] Raise submodule pointer
Change-Id: Ia83d1ee864677a0f4aa21365447c0796935933b7
Reviewed-on: http://review.typo3.org/16288
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
10:24 Revision ba187e55: [TASK] Raise submodule pointer
Change-Id: I33aa628e022300be3af47206fbbbfe991e486881
Reviewed-on: http://review.typo3.org/16287
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
06:46 Revision 92aa2657: [BUGFIX] Make hardcoded backend favicon configurable
Since #37868 the backend comes with hardcoded favicon.
This should be configurable like logo_login to brand
the backe...
Joh. Feustel

2012-11-07

23:40 Revision c752c190: [TASK] Fix PHPdoc of methods and type hint comments
Change-Id: I3c3078b6e69f937d4383eb8677dbd60f249d2c8d
Releases: 6.0
Reviewed-on: http://review.typo3.org/16276
Reviewe...
Oliver Hader
22:22 Revision c149c540: [BUGFIX] Replace deprecated calls in Repositiory
Repositiory class uses deprecated calls of persistenceManager for
getting the backend and session singletons. Replace...
Marc Bastian Heinrichs
22:21 Revision 1cdbedad: [BUGFIX] Replace deprecated calls in Repositiory
Repositiory class uses deprecated calls of persistenceManager for
getting the backend and session singletons. Replace...
Marc Bastian Heinrichs
21:36 Revision ab1dfa5b: [TASK] Adjust phpdoc for classes (files) of backports
Since it's neither "FLOW3" nor "v5" anymore those
headers need to be adjusted.
Before:
This class is a backport of t...
Anja Leichsenring
18:26 Revision d4efc3c8: [BUBFIX] Fix fatal error in Test
Fixture class names have been used twice.
Use uniqid to avoid clashes.
Releases: 6.0
Relates: #42028
Change-Id: Icc...
Helmut Hummel
18:23 Revision 4f107ff7: [BUGFIX] Fix several namespace related bugs
Due to the switch to namespaces several things are buggy or missing.
* DataMapper and property mapper should recogniz...
Helmut Hummel
16:03 Revision e6fee58f: [BUGFIX] Mapping of DomainObject with namespaces
This makes sure that when checking if the property meta data
type is a class name, it also checks if it's a namespace...
Aske Ertmann
15:54 Revision 1bfaa42f: [BUGFIX] Dont respect pid for static & rootlevel tables
If TCA defines a table to be static or on root level
setRespectStoragePage should be set to false as pid
is either 0 ...
Alexander Schnitzler
15:36 Revision c734fee3: [BUGFIX] Namespaced domain models are not updated
The check to see if the session's reconstituted objects are
aggregate roots doesn't support namespaced domain models....
Nico de Haen
12:52 Revision 3f2929d2: [BUGFIX] No sorting in TypoScript Object Browser when browsing
If you enable "Sort alphabetically" the correct value (1) is submitted to
extension settings. But when you use any ot...
Nicole Cordes
12:52 Revision 3ea5e0b1: [BUGFIX] No sorting in TypoScript Object Browser when browsing
If you enable "Sort alphabetically" the correct value (1) is submitted to
extension settings. But when you use any ot...
Nicole Cordes
12:51 Revision b4f76580: [BUGFIX] No sorting in TypoScript Object Browser when browsing
If you enable "Sort alphabetically" the correct value (1) is submitted to
extension settings. But when you use any ot...
Nicole Cordes

2012-11-06

23:38 Revision 282cb87c: [BUGFIX] Escaping E-Mail addresses conflicts with spam protection
In case spamProtectEmailAddresses = ascii is enabled via TypoScript
E-Mail Addresses will now be displayed correctly ...
Ingo Pfennigstorf
22:46 Revision c79bddac: [TASK] Editors do not have rights to edit file metadata
File records are stored in PID 0. In TYPO3 non-admins do not
have access to anything stored in PID 0. As FAL won't wo...
Steffen Ritter
22:45 Revision 1d6c7898: [BUGFIX] FormViewHelper creates inline styling
Due to accessibility reasons the inline styling of a container is
removed.
Change-Id: I5b40fafa1abca5c1b43a40cee3a39...
Ingo Pfennigstorf
22:04 Revision 4d16f4e4: [BUGFIX] Fix include path in file "t3lib/class.t3lib_cli.php"
Resolves: #42731
Releases: 6.0
Change-Id: Icd08c7e9d1bb9f014ce77aae697e804aa4e17625
Reviewed-on: http://review.typo3...
Michael Klapper
18:57 Revision c4128582: [BUGFIX] Migrate images and links to files to FAL on way to RTE
Links to files or folders in pre-FAL RTE-content should be transformed
to FAL-compliant on way to RTE, whenever possi...
Stanislas Rolland
13:45 Revision 3d8389ba: [TASK] Remove renderFlashMessages ViewHelper
This patch removes the deprecated RenderFlashMessages ViewHelper.
Change-Id: I188de4ba629b43275ba432479afb3e0cdccc20...
Ingo Pfennigstorf
11:26 Revision 05436fc8: [TASK] Adjust phpdoc to namespaces
phpdoc still contained references to
Tx_Extbase_...
Change-Id: I45271dfbd4fa6a6d03d719b670c8aa939bd2a07d
Releases: 6...
Stefan Neufeind
00:02 Revision e7e0a29a: [FEATURE] Change the default doctype to html5
Change-Id: If99bd9fb5357a39660f44a79f88cdd22528be3d8
Resolves: #39957
Releases: 6.0
Reviewed-on: http://review.typo3....
Georg Ringer

2012-11-05

23:57 Revision d62fb10e: [TASK] Drag&Drop of Content-Elements in Page-Module
Change-Id: I1fca2b537f134b57f3161d6ae636c6d9e67012e0
Resolves: #17198
Releases: 6.0
Reviewed-on: http://review.typo3....
Jigal van Hemert
22:57 Revision 276fca1c: [TASK] Resync TYPO3Flow- and Extbase-Persistence
Releases: 6.0
Fixes: #42505
Change-Id: I1d3160013b248afcf0451fbc49bdb68b6bf9c92e
Reviewed-on: http://review.typo3.org...
Alexander Schnitzler
21:40 Revision 34cc2230: [BUGFIX] Misspelling in Typo3DbBackend.php
There is a misspelling in
Classes/Persistence/Generic/Storage/Typo3DbBackend.php and its test.
Property pageRepositio...
Nicole Cordes
21:01 Revision 314c7220: [TASK] EM: Improve appearance of "get extensions"
* Change order of table-heads to reflect scribble better
* Include link to all version of extensions as arrow
* Move ...
Hans Christian Reinl
16:55 Revision fae2dbcd: [TASK] Add basic unit test for IRRE form rendering
The basic information in IRRE are the repeatable triples of
table-uid-field. This test ensures to have a working sepa...
Oliver Hader
11:36 Revision a6e32820: [BUGFIX] Always add the "alt" attribute for images
The ImageViewHelper does not add the alt-attribute to the
image tag if it is not set. This patch renders always the
a...
dkd-egerer Sascha Egerer
08:20 Revision 83c3027e: [TASK] Cleanup Typo3DbBackend
The Typo3DbBackend does assumptions on language
and version overlays based on request variables
or global variables.
...
Helmut Hummel
07:34 Revision 307318e2: [TASK] Add possibility for a custom TCA TreeProvider
Currently the tca tree uses its own DataProvider
which makes sense but this is not extendable.
Adding 3 additional li...
Georg Ringer

2012-11-04

23:58 Revision 6c7f71f7: [BUGFIX] resolveValidatorObjectName support for namespaces
This fix makes sure that validators get resolved correctly for
namespaced extensions. This works for the following sc...
Aske Ertmann
20:41 Revision b4e400ff: [BUGFIX] Support plugins in namespaced extensions
The function registerPlugin doesn't handle namespaced extension keys
differently than normal extension keys, leading ...
Aske Ertmann
20:29 Revision 71515a7e: [BUGFIX] Include accidentally removed autoload entries
Some of the removed entries have no pendant in the
class alias map, which causes a fatal error e.g. in
RTE image sele...
Helmut Hummel
19:53 Revision e5429a52: [BUGFIX] Rename File after renaming class
After renaming the class, the renaming of the
file was accidentally not committed.
Rename the file to make the tests...
Helmut Hummel
14:00 Revision 00d1cf8a: [BUGFIX] Typo3DbBackend language handling crashes in BE
Within a past commit the language handling was completly rewritten to
support language uids other than 0. This was do...
Nicole Cordes
12:59 Revision e6a79948: [TASK] Cleanup core autoload files
* Remove entries from the files, which can now be found
by naming scheme.
* Move core_autoload.php to sysext/core/e...
Helmut Hummel
12:20 Revision f59617c5: [TASK] Remove ext_autoload.php
The class loader can handle autoloading of Fluid
classes without registry.
Releases: 6.0
Change-Id: If45a4e7e5f28a4...
Helmut Hummel
12:15 Revision 1c9ed327: [TASK] Rename FlashMessages to FlashMessageContainer
Variable and method names already use this name, so
it makes sense to use this name as class name, also
to be in line...
Helmut Hummel
12:13 Revision fa08e8c0: [TASK] Rename FlashMessages to FlashMessageContainer
Variable and method names already use this name, so
it makes sense to use this name as class name, also
to be in line...
Helmut Hummel
00:44 Revision 84b76ffd: [TASK] Add memcache backend tests again
Memceache tests have been disabled because of
problems with the travis ci service.
Activate them again after the pro...
Helmut Hummel
00:29 Revision 3a21e271: [TASK] Remove deprecated Extbase classes from IDE file
The deprecated classes have been removed in Extbase.
Remove them from the IDE file also and raise the
submodule point...
Helmut Hummel
00:12 Revision c23e82c5: [TASK] Remove deprecated methods and classes
Remove code that has been scheduled for removal
for Extbase 6.0 except the old property mapper
which needs to stay fo...
Helmut Hummel

2012-11-03

20:02 Revision 133c1a9c: [!!!][TASK] Rename ExtensionManager class
The class ExtensionManager is actually a utility
to manage extensions. Rename it to better reflect
it's purpose.
Thi...
Helmut Hummel
19:52 Revision 7161a7b8: [TASK] Rename ExtensionManager class
The class ExtensionManager is actually a utility
to manage extensions. Rename it to better reflect
it's purpose.
Res...
Helmut Hummel
19:51 Revision aa396b1f: [TASK] Rename ExtensionManager class
The class ExtensionManager is actually a utility
to manage extensions. Rename it to better reflect
it's purpose.
Res...
Helmut Hummel
19:51 Revision 001eb852: [TASK] Rename ExtensionManager class
The class ExtensionManager is actually a utility
to manage extensions. Rename it to better reflect
it's purpose.
Res...
Helmut Hummel
19:50 Revision d60503b1: [TASK] Rename ExtensionManager class
The class ExtensionManager is actually a utility
to manage extensions. Rename it to better reflect
it's purpose.
Res...
Helmut Hummel
19:50 Revision 3bda92bf: [TASK] Rename ExtensionManager class
The class ExtensionManager is actually a utility
to manage extensions. Rename it to better reflect
it's purpose.
Res...
Helmut Hummel
19:50 Revision 1fa4179c: [TASK] Rename ExtensionManager class
The class ExtensionManager is actually a utility
to manage extensions. Rename it to better reflect
it's purpose.
Res...
Helmut Hummel
17:15 Revision 2171bf88: [TASK] Rename ExtensionManager class Part 2
The class ExtensionManager is actually a utility
to manage extensions. Rename it to better reflect
it's purpose.
Ren...
Helmut Hummel
17:13 Revision 143d8b34: [TASK] Move ExtensionManager Class part 1
Only move the class to keep track of history
Related: #42661
Releases: 6.0
Change-Id: I9118c41c78493369ccc12ff5443c...
Helmut Hummel
16:45 Revision 0d6d053c: [TASK] Re-implement update TER extension list task
The scheduler task to update the TER extension list on a regular basis
was removed with the implementation of the new...
Christian Kuhn

2012-11-02

22:28 Revision 998119f1: [BUGFIX] Missing pid field in ext_tables_static+adt.sql
In the ext_tables.sql there is a pid field which is left in the
ext_tables_static+adt.sql file. This causes unnecessa...
Nicole Cordes
21:31 Revision 15464161: [TASK] Update doc block example code to to namespaces
Change-Id: I89eeb3aaa772e97ca09cd633edc5d2e404fd7603
Related: #40095
Releases: 6.0
Reviewed-on: http://review.typo3.o...
Aske Ertmann
21:25 Revision 9aaa2f7a: [TASK] Regression test for issue #39677
Add simple regression test for issue #39677 checking
the generated string contains 'value="1"'
Change-Id: I3bb51be68...
Christian Kuhn
21:24 Revision d40ddbc9: [BUGFIX] Failure in AbstractRepository::findByUid on deleted record
Resource\AbstractRepository::findByUid fails if the record to
be fetched has been deleted or simply does not exist. T...
Oliver Hader
21:18 Revision d6c90bbe: [BUGFIX] Update LocalConfiguration fails
Due to changes in function
TYPO3\CMS\Core\Configuration\ConfigurationManager::writeLocalConfiguration
an error is thr...
Nicole Cordes
20:42 Revision 451dcf95: [BUGFIX] No sorting in TypoScript Object Browser when browsing
If you enable "Sort alphabetically" the correct value (1) is submitted to
extension settings. But when you use any ot...
Nicole Cordes
20:15 Revision dca21aa4: [TASK] Add Test for namespaces in Logger names
Resolves: #42582
Releases: 6.0
Change-Id: I5cf8c01ce1749be92e5e073b5812106ba08dc025
Reviewed-on: http://review.typo3...
Steffen Müller
20:01 Revision 07477c96: [BUGFIX] Enable extenisions with BE modules don't refresh the module list
When installing an extension with BE modules through the new
extension manager, the left frame with modules is not
re...
Oliver Hader
18:17 Revision f20f134f: [TASK] Require green PHP 5.4 build on travis again
Change-Id: Ifd13543b1b3b337171214f70087bc7010b3c0898
Reviewed-on: http://review.typo3.org/16146
Reviewed-by: Christia...
Christian Kuhn
17:43 Revision bd78435b: [TASK] Use BE paginate widget in EM 6.0
The backend paginate widget provides the familiar paginator
that is known from other parts of the backend.
Change-Id...
Jigal van Hemert
17:18 Revision 2b8bc0d7: [BUGFIX] PHP 5.4 unit test warnings
Incomplete mocking in some tests triggers
string offset PHP 5.4 warnings.
Fixes: #42644
Releases: 6.0
Change-Id: I2...
Christian Kuhn
16:21 Revision d9f01d64: [TASK] Speed up salted password unit test
The patch removes tests in blowfish and phpass salting classes that
test maximum iteration count returns a valid salt...
Christian Kuhn
15:12 Revision dba123bc: [BUGFIX] Translated non-published page in workspace breaks live workspace
Translation of pages are stored in pages_language_overlay and
can be managed in workspaces as well. If a new translat...
Oliver Hader
15:12 Revision 5de18077: [BUGFIX] Translated non-published page in workspace breaks live workspace
Translation of pages are stored in pages_language_overlay and
can be managed in workspaces as well. If a new translat...
Oliver Hader
15:12 Revision b69dc9da: [BUGFIX] Translated non-published page in workspace breaks live workspace
Translation of pages are stored in pages_language_overlay and
can be managed in workspaces as well. If a new translat...
Oliver Hader
15:03 Revision 11a52d7c: [BUGFIX] Translated non-published page in workspace breaks live workspace
Translation of pages are stored in pages_language_overlay and
can be managed in workspaces as well. If a new translat...
Oliver Hader
14:58 Revision 9330ab68: [BUGFIX] Illegal string offsets in t3lib_stdgraphic
Change-Id: I8be45d59b780595e25d6d7f5371300b6506baa2f
Fixes: #38024
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r...
Wouter Wolters
14:58 Revision 93bb6718: [BUGFIX] Illegal string offsets in t3lib_stdgraphic
Change-Id: I8be45d59b780595e25d6d7f5371300b6506baa2f
Fixes: #38024
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r...
Wouter Wolters
14:57 Revision fc6f82fe: [BUGFIX] Illegal string offsets in t3lib_stdgraphic
Change-Id: I8be45d59b780595e25d6d7f5371300b6506baa2f
Fixes: #38024
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r...
Wouter Wolters
14:16 Revision 13fe75df: [BUGFIX] Illegal string offsets in t3lib_stdgraphic
Illegal string offsets in t3lib_stdgraphic
Change-Id: I8be45d59b780595e25d6d7f5371300b6506baa2f
Fixes: #38024
Releas...
Wouter Wolters
13:39 Revision cf36fd43: Revert "[BUGFIX] Hook to modify t3lib_div::getIndpEnv return value"
This reverts commit 33e72f56e8e5c4183c1784027639913581b225a9
Related: #39016
Releases: 6.0
Change-Id: I33ffcb206b2d...
Christian Kuhn
12:22 Revision 2c1fd689: [BUGFIX] PHP 5.4 unit test warnings
PHP 5.4 throws warnings "Creating default object from empty value"
warnings if $foo->bar is accessed and $foo is not ...
Christian Kuhn
12:14 Revision 52f1f35f: [BUGFIX] Hook to modify t3lib_div::getIndpEnv return value
This hook makes it possible to modify the calculated return
value for custom environments.
Change-Id: I49a98565f8878...
Michael Klapper
10:58 Revision 038b1e00: [BUGFIX] "Upgrade Wizard" screen goes blank
When using the "Upgrade Wizard" in install tool the screen goes blank.
Change-Id: I3a9c6bb2c86bbeb2c0fa17fd547e626ee...
Mattias Nilsson
10:42 Revision 237a2e61: [TASK] Use new Be.Widget.Paginate in EXT: beuser
Use the new ViewHelper be.widget.paginate for backend
user listing in EXT: beuser.
The ViewHelper was introduced in ...
Felix Kopp
01:32 Revision 29f85451: [TASK] Raise submodule pointer
Change-Id: I48a5498e10da7b1a1185324a35381f3bf4cd1815
Reviewed-on: http://review.typo3.org/16119
Reviewed-by: Christia...
Christian Kuhn
01:22 Revision 5f65c3ee: [BUGFIX] PHP 5.4 unit test warnings
PHP 5.4 throws warnings "Creating default object from empty value"
warnings if $foo->bar is accessed and $foo is not ...
Christian Kuhn
00:59 Revision 519d48fa: [TASK] Cleanup DebugUtility
The debug utility outputs JavaScript, even when in CLI mode.
Additionally all strings are not correctly encoded for
J...
Helmut Hummel
00:47 Revision 135b1b25: [BUGFIX] PHP 5.4 unit test warnings
PHP 5.4 throws warnings "Creating default object from empty value"
if $foo->bar is accessed and $foo is not an object...
Christian Kuhn

2012-11-01

23:52 Revision 8098997b: [TASK] Use correct branch for travis integration build
Change-Id: Icf12b2af6874226fb0600e39ac3246b8ffaf9988
Reviewed-on: http://review.typo3.org/16115
Reviewed-by: Helmut H...
Helmut Hummel
23:25 Revision 84cb9b68: [BUGFIX] PHP 5.4 warning in CLI context in switch back user
PHP 5.4 raises warnings of type "Illegal string offset" if you access
$foo['bar'] and $foo is no array. This is the c...
Christian Kuhn
23:25 Revision ded3a6ee: [BUGFIX] PHP 5.4 warning in CLI context in switch back user
PHP 5.4 raises warnings of type "Illegal string offset" if you access
$foo['bar'] and $foo is no array. This is the c...
Christian Kuhn
23:21 Revision 24f4a8d9: [BUGFIX] PHP 5.4 warning in CLI context in switch back user
PHP 5.4 raises warnings of type "Illegal string offset" if you access
$foo['bar'] and $foo is no array. This is the c...
Christian Kuhn
22:45 Revision 4882e9c4: [BUGFIX] PHP 5.4 warning in CLI context in switch back user
PHP 5.4 raises warnings of type "Illegal string offset" if you access
$foo['bar'] and $foo is no array. This is the c...
Christian Kuhn
22:42 Revision 07d76b5a: [TASK] Don't let PHP 5.4 failure fail the build on travis
Change-Id: I21277f1f59a9055503414ae94f9dee626e1cd70d
Reviewed-on: http://review.typo3.org/16109
Reviewed-by: Helmut H...
Helmut Hummel
20:28 Revision aca154c4: [BUGFIX] Warning in FAL LocalDriverTest
A subfolder without write permissions makes the tearDown in FAL
LocalDriverTest throw a permission denied warning. Th...
Christian Kuhn
20:03 Revision 863e3660: [BUGFIX] Failing Unit test in FAL LocalDriver
Issue #42603 changed the default behavior of the Driver systems
to also show hidden directories by default. This shou...
Christian Kuhn
18:06 Revision 75acaa90: [BUGFIX] FILES ContentObject ignores language handling
The FILES TypoScript ContentObject, which is responsible
for rendering content element type "uploads" does not take
c...
Steffen Ritter
18:03 Revision 2230137c: [BUGFIX] Media field relation not resolved in translated pages
Since the media field now is using IRRE relations and pages are
translated to an foreign table, the relation of trans...
Steffen Ritter
14:21 Revision d4a90959: [BUGFIX] Folder: File list filtering does not work
To filter a file list for certain file extensions, the
FileExtensionFilter class should be used. However, the element...
Andreas Wolf
14:20 Revision 3c95e7f3: [BUGFIX] Hidden files/folders are always filtered
The local driver has a hardcoded filter for dot-files, i.e. files whose
name starts with a dot. However, we (or the u...
Andreas Wolf
12:08 Revision 04e8456a: [BUGFIX] EM 6.0 parse configuration type 'options' correctly
The labels for the options are in the options= part, not in the
label= part. Parsing the options correctly renders th...
Jigal van Hemert
09:23 Revision b02b2a27: [TASK] Create uploads folder on travis
Upload folder is missing, leading to test failures
after activation of warning to error conversion.
Create the folder...
Helmut Hummel
09:18 Revision 660c8e89: [BUGFIX] Info link in file context menu broken
The link for file info in the context menu of the file list module does
not work, as it missed the special identifier...
Andreas Wolf
08:29 Revision c0fcf6be: [TASK] Prevent multiple processing ContentAdapter
The FrontendContentAdapter is triggered everytime a record
is passed to an ContentObject instance. Therefore it may
h...
Steffen Ritter
08:28 Revision 03050f9b: [BUGFIX] Rootline must not include references to deleted records
The rootline resolval includes deleted records. Deleted
records should never be used in frontend. Add the missing
del...
Steffen Ritter
08:28 Revision 523a67e6: [BUGFIX] ContentAdapter for FAL not capable of translations
The ContentAdapter, which rewrites FAL references to old
style database formats, is not capable of dealing with
relat...
Steffen Ritter

2012-10-31

23:51 Revision 39e196d8: [TASK] Remove unused icons typo3/gfx/fanner
Change-Id: Ic67444d324b895bb1ec4204012ce3ada5534edf8
Resolves: #42536
Releases: 6.0
Reviewed-on: http://review.typo3....
Georg Ringer
23:46 Revision ae62ead5: [TASK] Cleanup indexed_search
The ext can be cleaned up a bit:
* Remove not needed/old files
* Remove namespace compatibility for example files
Ch...
Georg Ringer
23:43 Revision 50b7f65a: [BUGFIX] class_alias in the bootstrap for legacy base classes
The legacy base classes t3lib_div and t3lib_extMgm used
to be available early in the bootstrap.
To enable the usage ...
Helmut Hummel
23:29 Revision 7fb32d3b: [BUGFIX] Incomplete mocking in FAL IndexerServiceTest
Incomplete mocking of FileRepository leads to warnings
in unit tests.
Resolves: #42575
Releases: 6.0
Change-Id: Ib0...
Christian Kuhn
22:05 Revision 7ed297f2: [TASK] Raise submodule pointer of extbase and fluid
Change-Id: Ia3d3a43a80fdade11bd947beb3678068b32998c6
Reviewed-on: http://review.typo3.org/16089
Reviewed-by: Christia...
Christian Kuhn
22:04 Revision cbdc87b0: [FEATURE] Backend paginate widget
Backend modules such as the List module have a paginator which is quite
different from the paginate widget which was ...
Jigal van Hemert
21:19 Revision ec8e166d: [BUGFIX] Replace generic ObjectStorage in the whole core
Releases: 6.0
Fixes: #42553
Change-Id: Ie2cfa7f3d736391385511dd87c576d5b8124baf1
Reviewed-on: http://review.typo3.or...
Alexander Schnitzler
21:17 Revision c06b4958: [BUGFIX] Replace GenericObjectStorage in Fluid
Change-Id: I60161676e457c20b14bcba3491a4d41b3c83073a
Releases: 6.0
Fixes: #42554
Reviewed-on: http://review.typo3.org...
Helmut Hummel
20:52 Revision 3f3cf905: [BUGFIX] Change ObjectStorage namespace in legacyClassesForIde
Releases: 6.0
Fixes: #42552
Change-Id: I46d6fa253711dbb5ad822bc4c294e3299d504efe
Reviewed-on: http://review.typo3.or...
Alexander Schnitzler
19:45 Revision dc73a913: [BUGFIX] RTE: Link class not always set in Firefox
Problem: The range of the selection may be modified by the execCommand in
Firefox, at least since version 14.
Solutio...
Stanislas Rolland
19:45 Revision 5d69d2a7: [BUGFIX] RTE: Link class not always set in Firefox
Problem: The range of the selection may be modified by the execCommand in
Firefox, at least since version 14.
Solutio...
Stanislas Rolland
16:57 Revision 2586dc11: [TASK] Remove classname from insert fields in scheduler
The classname field has been removed from the scheduler
but has been forgotten to be removed when inserting a task
R...
Helmut Hummel
12:49 Revision 6b770695: [BUGFIX] Replace GenericObjectStorage in Fluid
Releases: 6.0
Fixes: #42554
Change-Id: I6d584c7ccd72b50f1d4fb89ec355258a93fcac70
Reviewed-on: http://review.typo3.or...
Alexander Schnitzler
12:18 Revision e9994c26: [TASK] Replace old class names with namespaced ones
Releases: 6.0
Change-Id: I10badfae2aeff003e47df099e79accd9be6bd678
Reviewed-on: http://review.typo3.org/16073
Review...
Helmut Hummel
12:12 Revision 819f0b1c: [TASK] Change objectStorage patch in migration script
Releases: 6.0
Fixes: #42549
Change-Id: I24ce34f2314bf0648830822242fef2d38fe9c3f0
Reviewed-on: http://review.typo3.or...
Alexander Schnitzler
12:00 Revision fd186eac: [TASK] Change namespace and classname of ObjectStorage
Releases: 6.0
Fixes: #42549
Change-Id: I6ff8f42a53e47fe2e5d83a8a3c4baec8753a5291
Reviewed-on: http://review.typo3.org...
Alexander Schnitzler
11:38 Revision 04ad1c65: [TASK] Move ObjectStorage from Generic to Persistence
Actually move the file without adjusting
the namespace.
Fixes: #42545
Releases: 6.0
Change-Id: I445e2442231bfed3fbf...
Alexander Schnitzler
09:32 Revision ba8ead74: [BUGFIX] Restore display of mount points path
The introduction of the virtual tree root in TYPO3 4.7 made it so
that the option to display the path to each mount p...
Francois Suter
08:03 Revision 110ab153: [BUGFIX] Restore display of mount points path
The introduction of the virtual tree root in TYPO3 4.7 made it so
that the option to display the path to each mount p...
Francois Suter

2012-10-30

23:14 Revision 414bbfce: [TASK] Remove ext_autoload.php
The ext_autoload.php was only there for compatibility.
This is completely handled through the class alias
mapping. Th...
Helmut Hummel
23:03 Revision 40cb46c9: [TASK] Cleanup files in persistence
Second commit to finalize the cleanup.
Fixes: #42504
Releases: 6.0
Change-Id: If9d108163c58d3b5216e8136603b808c822cb...
Helmut Hummel
23:03 Revision d681198b: [TASK] Remove duplicate files in persistence
The namespaceing script messed up the persistence
of Extbase. So duplicate files have to be removed.
For keeping git...
Helmut Hummel
15:14 Revision c10153ec: [BUGFIX] Replace depcrated PersistenceManager::getBackend() calls
Viewhelper classes uses deprecated calls of persistenceManager for
getting the backend singleton. Replace it with cal...
Kevin Ulrich Moschallski
13:26 Revision 942d9d7a: Revert "[BUGFIX] Support plugins in namespaced extensions"
This reverts commit 64b5012326858f73c2e093812a9abb9ad82db50c
Change-Id: I54276eb77d3b8c2a7a013cc2c0216f92719c1b67
Re...
Ingo Pfennigstorf
13:25 Revision f62ef8d3: [TASK] openid: Update php-openid to 2.2.2
Update to current version.
Github-version contains several small
fixes / cleanups, so a current
checkout was used her...
Stefan Neufeind
10:40 Revision 039599b7: [BUGFIX] Support plugins in namespaced extensions
The function registerPlugin doesn't handle namespaced extension keys
differently than normal extension keys, leading ...
Aske Ertmann
10:38 Revision d23bc835: [TASK] Remove index_re.php
The "apache-trailing-slash workaround" is not needed and can be
removed
Change-Id: Ic67cd24eb6ea6de2e78a871ec4b7831b...
Georg Ringer
10:30 Revision f457f63f: [TASK] Remove option "noEdit" from Install Tool
As the new Extension Manager got not possibility
to edit files of extensions, this setting is not used anymore
and ca...
Georg Ringer
09:48 Revision ed657e81: [TASK] Use core interface for accessible objects
Instead of using the interface present in the phpunit
extension, use the interface of the core which has
been introdu...
Helmut Hummel
00:03 Revision f239ca85: [BUGFIX] Restricted elements should show edit options
If a content element is not allowed to be edited, e.g.
because the ctype is not allowed to the current backend user,
...
Georg Ringer

2012-10-29

23:55 Revision 4c224f1a: [TASK] Improve Switch-User concept in ext:beuser
The "Switch-User" functionality can be improved:
* It should be possible to switch to other admin user,
just not th...
Georg Ringer
17:11 Revision ccdb1a2f: [BUGFIX] Fix handling of additionalHeaderData in USER_INT
While introducing USER_INT handling for the pageRenderer
a bug has been introduced which breaks traditional usage of
...
Helmut Hummel
17:08 Revision 3bf98184: [TASK] Remove forceCharset references from LocalizationUtility
Since TYPO3 4.7 the forceCharset parameter in TYPO3_CONF_VARS['BE'] is
not needed anymore. This removes references to...
Ingo Pfennigstorf
13:47 Revision 4d7d74fe: [BUGFIX] NotEmpty Validator does not work with arrays and objects
This patch resolves the problem that empty arrays are not correctly
validated when using the @validate NotEmpty annot...
Ingo Pfennigstorf
13:46 Revision 6b3f5efb: [BUGFIX] NotEmpty Validator does not work with arrays and objects
This patch resolves the problem that empty arrays are not correctly
validated when using the @validate NotEmpty annot...
Ingo Pfennigstorf
13:46 Revision 42fca72d: [BUGFIX] NotEmpty Validator does not work with arrays and objects
This patch resolves the problem that empty arrays are not correctly
validated when using the @validate NotEmpty annot...
Ingo Pfennigstorf
12:49 Revision 0f7424e3: [BUGFIX] NotEmpty Validator does not work with arrays and objects
This patch resolves the problem that empty arrays are not correctly
validated when using the @validate NotEmpty annot...
Ingo Pfennigstorf
12:48 Revision baf6f475: [BUGFIX] Fix translation overlay in RECORDS
When RECORDS content object is used with pages as table
no translation overlay is done.
Fix that by adding a check a...
Helmut Hummel
11:53 Revision 8ff68699: [TASK] Add phpdoc-comments for variables
Add phpdoc comments for variables for better code completion.
Change-Id: I6cc31bfb4101ee10fef3dd91195d2cf24346f397
R...
Nicole Cordes
11:39 Revision 225df90c: [BUGFIX] Removed trash files and their references
During the automatic namespace convertion
something went wrong and generated empty
trash files. This patch removes th...
Alexander Schnitzler
11:27 Revision 283b07b5: [CLEANUP] Remove old SVN comments
Releases: 6.0
Fixes: #42469
Change-Id: I004754cb05d06d2e3b91a41bde5657bb69d0f6b4
Reviewed-on: http://review.typo3.org...
Alexander Schnitzler
09:42 Revision 76d0b9c9: [BUGFIX] t3lib_div: adjust substUrlsInPlainText to also work on URLs at end of sentence
Reworked substUrlsInPlainText by using regex.
Adding unittest.
Change-Id: Ib9b7d7990ac695cbb6fedac6bb346304a048ab10
...
Robert Heel
09:42 Revision c05e7593: [BUGFIX] t3lib_div: adjust substUrlsInPlainText to also work on URLs at end of sentence
Reworked substUrlsInPlainText by using regex.
Adding unittest.
Change-Id: I76630dac633b4fb1875f585a2bca888bfd4a16cf
...
Robert Heel
09:20 Revision fbd5057d: [BUGFIX] Wrong call to TSFE in FrontendEditing
The FrontendEditingController calls TSFE->includeTCA right
before the index_ts.php calls TSFE->getCompressedTCA().
B...
Steffen Ritter
09:20 Revision 3ff27f4f: [BUGFIX] Wrong call to TSFE in FrontendEditing
The FrontendEditingController calls TSFE->includeTCA right
before the index_ts.php calls TSFE->getCompressedTCA().
B...
Steffen Ritter
09:20 Revision d4c539db: [BUGFIX] Wrong call to TSFE in FrontendEditing
The FrontendEditingController calls TSFE->includeTCA right
before the index_ts.php calls TSFE->getCompressedTCA().
B...
Steffen Ritter
08:34 Revision 9767b862: [BUGFIX] PHP warning: open_basedir restriction
Change-Id: Iae39a4d5c58a1e509eed55ab089caf1b2c140078
Fixes: #42054
Relates: #35212
Releases: 4.6, 4.7, 6.0
Reviewed-o...
Xavier Perseguers
08:33 Revision 4bf3cca3: [BUGFIX] PHP warning: open_basedir restriction
Change-Id: If4302b8d271f4b3709638b4a013e9f2290f88e92
Fixes: #42054
Relates: #35212
Releases: 4.6, 4.7, 6.0
Reviewed-o...
Xavier Perseguers

2012-10-28

20:47 Revision e2e3eac0: [TASK] Add information about ThreadStackSize to install tool
There is an information about the ThreadStackSize on Windows systems in
the Install.txt.
This information should be ...
Nicole Cordes
20:09 Revision 19f0cbb2: [BUGFIX] Fix usage of fileadminDir
$GLOBALS['TYPO3_CONF_VARS']['BE']['fileadminDir']
has a trailing backslash.
Fix that by removing the trailing slash ...
Helmut Hummel
20:09 Revision e28659f0: [BUGFIX] Fix usage of fileadminDir
#41120 introduced a regression, as
$GLOBALS['TYPO3_CONF_VARS']['BE']['fileadminDir']
has a trailing backslash.
Fix t...
Helmut Hummel
19:55 Revision 1a3ba299: [TASK] CGL violations "AssignmentArithmeticAndComparisonSpace"
Change-Id: I9970ef5e2087233db095a1d296261c6eb06def18
Resolves: #41498
Releases: 6.0
Reviewed-on: http://review.typo3....
Roland
19:40 Revision 60714a00: [TASK] Raise submodule pointer
Change-Id: I04f259646198c809cfe358e9a1ccc8816482c288
Reviewed-on: http://review.typo3.org/15994
Reviewed-by: Christia...
Christian Kuhn
19:21 Revision fb8dd61c: [BUGFIX] Fix mismatches between count of param in phpdoc and function-signature
Change-Id: I1238d1c9bd9e19d3cf16917021c584069d8b7da8
Fixes: #42234
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Stefan Neufeind
19:20 Revision 9b50de3c: [BUGFIX] Fix mismatches between count of param in phpdoc and function-signature
Change-Id: Ia09eb12c1256ff5223a9d3f9a1e1aaa440c88941
Fixes: #42234
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Stefan Neufeind
19:18 Revision 88edcb55: [BUGFIX] Fix mismatches between count of param in phpdoc and function-signature
Change-Id: Iec8cd64b36e758878619c8277b146e45e834d46a
Fixes: #42232
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Stefan Neufeind
19:12 Revision be3142fe: [BUGFIX] Fix @param in phpdoc
Some @param-tags are wrong or don't match
the number of params for the function they
refer to.
Change-Id: I80641f7ef...
Stefan Neufeind
18:15 Revision f9c4006b: [TASK] Update jQuery to 1.8.2
Change-Id: I875f220cd3fee481077f5f2fa2296a611943a70c
Resolves: #42196
Releases: 6.0
Reviewed-on: http://review.typo3....
Stefan Neufeind
17:52 Revision bb699f1e: [TASK] Remove needless check function in language module
This patch removes the check function and related to that, the use of
the caching framework.
Resolves: #41824
Relate...
Kai Vogel
17:38 Revision 69744101: [TASK] Cleanup GeneralUtilityTest
Change \TYPO3\CMS\Core\Utility\GeneralUtility to Utility\GeneralUtility
Change-Id: I4ebe25378873a6b11f906b872db92bff...
Wouter Wolters
17:33 Revision 68dfb4ac: [TASK] Extension manager fixed DocHeader
Fixes the docheader rows in their top position by using the
standard css id "typo3-inner-docbody".
Also includes the...
Felix Kopp
17:23 Revision d37894a2: [BUGFIX] Allow overwrite when uploading an existing extension
This patch adds a checkbox to the upload form, which makes it possible
to overwrite the existing directory when uploa...
Kai Vogel
17:09 Revision f8b62a45: [BUGFIX] Compare in install tool crashes
Change-Id: I70ed54656bfa20598fbfd6f6cf8ecfa9844af3ce
Resolves: #42346
Releases: 6.0
Reviewed-on: http://review.typo3....
Mattias Nilsson
17:01 Revision 27f45031: [TASK] GGL violation "Tabs must be used to indent lines"
Change-Id: Icdf2b997282ff6934ae0fe5563f9a797fcc4b863
Resolves: #41472
Releases: 6.0
Reviewed-on: http://review.typo3....
Roland
16:04 Revision 31390368: [TASK] Remove: Open Documents module
Removes the Module Menu item for OpenDocs on the left.
Also moves Css/JavaScript/Images and Icons to default folders....
Felix Kopp
15:01 Revision 6c8f9a47: [BUGFIX] Sent notification when changes are published
Currently only stage changes trigger notification emails,
this change also invokes the notifications when changes are...
Marco Bresch
14:47 Revision 74b8e3df: [BUGFIX] Sent notification when changes are published
Currently only stage changes trigger notification emails,
this change also invokes the notifications when changes are...
Marco Bresch
10:54 Revision 43486363: [BUG] Add missing logFile setting for FileWriter
Resolves: #41944
Releases: 6.0
Change-Id: I11bc2feeb463cc66bf19d6613f191e294a8e65c5
Reviewed-on: http://review.typo3...
Steffen Müller
10:52 Revision e19941f0: [BUGFIX] Rename Log Writer and Processor interface
Resolves: #41938
Releases: 6.0
Change-Id: I977d9ab1413078adfa1ea46055d389f2f1eaa6f6
Reviewed-on: http://review.typo3...
Steffen Müller
10:37 Revision cb5b9c87: [TASK] Add explanation for $configurationType
Add explanation for constants used in method $configurationType
Resolves: #39981
Releases: 6.0
Change-Id: If2e1d937...
Michael Bakonyi
10:28 Revision 89e42815: [BUGFIX] Fix namespace related bugs in DebuggerUtility
Releases: 6.0
Fixes: #42004
Change-Id: Iec152b3f0543d3e2662273d54e3bf7c7666699d5
Reviewed-on: http://review.typo3.org...
Alexander Schnitzler

2012-10-27

23:25 Revision b3f0e20f: Revert "Revert "[BUGFIX] Sent notification when changes are published""
This reverts commit 8ac8b22ad248c5d1e4b31bd6ea66de8aa5a0b2ba
The missing adjustments have been taken in https://revi...
Marco Bresch
20:26 Revision 73812505: [TASK] Fix generation of ext_emconf.php
Fix generation of ext_emconf.php so that it will return valid
commented code. This is already done for 6.0
Change-Id...
Wouter Wolters
20:26 Revision 7b28c0e4: [TASK] Fix generation of ext_emconf.php
Fix generation of ext_emconf.php so that it will return valid
commented code. This is already done for 6.0
Change-Id...
Wouter Wolters
19:13 Revision dd204408: [TASK] Fix generation of ext_emconf.php
Fix generation of ext_emconf.php so that it will return valid
commented code. This is already done for 6.0
Change-Id...
Wouter Wolters

2012-10-26

16:06 Revision 3b3e9618: [TASK] Fix code formatting
Change-Id: Ib681cc7ea82d820655a856e0a8e391e3397844ea
Releases: 6.0
Reviewed-on: http://review.typo3.org/15957
Reviewe...
Oliver Hader
15:28 Revision 7c9386e1: [BUGFIX] PHP warning: open_basedir restriction
Change-Id: Ie1dfe4306cad8bdc23864f31a77dac980eac3494
Fixes: #42054
Relates: #35212
Releases: 4.6, 4.7, 6.0
Reviewed-o...
Xavier Perseguers

2012-10-25

21:16 Revision b6ad62f0: [TASK] Fix inline comment style for ext_emconf.php files
Change-Id: I6b1e1b1fb346f43118382c6c39bec3088feb2c2c
Resolves: #42399
Releases: 6.0
Reviewed-on: http://review.typo3....
Roland
 

Also available in: Atom