Project

General

Profile

Activity

From 2011-03-04 to 2011-04-02

2011-04-02

17:21 Revision 2e30ec85: [BUGFIX] BE list module fails on some systems with PHP 5.3
When trying to load Web > List, the server answers with
Fatal error: Cannot redeclare class recordList
Change-Id: I0...
Xavier Perseguers
17:18 Revision c2b06b60: [BUGFIX] BE list module fails on some systems with PHP 5.3
When trying to load Web > List, the server answers with
Fatal error: Cannot redeclare class recordList
Change-Id: I4...
Xavier Perseguers
11:15 Revision 9983eb31: Merge "[BUGFIX] Grid generates invalid ids for the group view" into 4.5
Susanne Moog
11:14 Revision f52a4f72: [BUGFIX] Grid generates invalid ids for the group view
ExtJS generates invalid ids for the group view which
causes javascript errors in IE7. ExtJS only makes HTMLencode
on ...
Sonja Scholz
10:10 Revision ecc21f2e: [TASK] Remove explicit checks for PHP < 5.3
Make PHP 5.3 a requirement for TYPO3 4.6 and remove tests that check for older
versions of PHP.
Change-Id: Ib73e332a...
Xavier Perseguers

2011-04-01

16:29 Revision 8632f0e4: Performance tuning in container by moving some information into the cached
ClassInfo object.
Change-Id: Iabd26579e774145cd39ee87edec3d3392e165ee5
Timo Schmidt
14:37 Revision 34608ecd: Test
Change-Id: Ib284fdb1fe4d75f6c2d62173d35c9efd6228e4ba Steffen Gebert
11:39 Revision 09a6480b: [BUGFIX] Module -> List + "List only this table" search not working past page 1
Change-Id: I4edd9a020128246e4937dee8acb91ae7f393283d
Resolves: #25603
Reviewed-on: http://review.typo3.org/1390
Revie...
Björn Pedersen
11:19 Revision 2ec9428f: [BUGFIX] unzip_path setting is used inconsistently
The setting $TYPO3_CONF_VARS']['BE']['unzip_path'] is used inconsistently in TYPO3.
In some cases, it expects the di...
Rastislav Birka
10:05 Revision 1a4ffac8: [FEATURE] Add helpful error messages in case of shortcut misconfiguration
This change improves the output of wrongly misconfigured shortcut pages with
helpful error messages. Instead of "The ...
Steffen Gebert
01:25 Revision ca2b0736: [FEATURE] Link Exception messages to Wiki pages
Add a text and link to the Exception handler messages pointing to a page on typo3.org.
Change-Id: Ibbbd34657869cd9f0...
Steffen Gebert
00:38 Revision 55b96353: [BUGFIX] unzip_path setting is used inconsistently
The setting $TYPO3_CONF_VARS']['BE']['unzip_path'] is used inconsistently in TYPO3.
In some cases, it expects the di...
Rastislav Birka
00:24 Revision 48029690: [BUGFIX] Fix PHP Catchable Fatal Error in t3lib_iconWorks
The hook in t3lib_iconWorks::mapRecordTypeToSpriteIconName() passes an
array to call a user function, but the method ...
Sven Luzar
00:24 Revision 191aa8ce: [BUGFIX] Fix PHP Catchable Fatal Error in t3lib_iconWorks
The hook in t3lib_iconWorks::mapRecordTypeToSpriteIconName() passes an
array to call a user function, but the method ...
Sven Luzar
00:05 Revision be01f429: [BUGFIX] Use UTF-8 as default character set when creating new databases
When creating a new database in the Install Tool, UTF-8 should be
set as the default character set.
Thanks to Kian G...
Michael Stucki

2011-03-31

23:37 Revision d6b86c14: [BUGFIX] Add the storage field to the TCA for sysfolders
The field disappeared in 4.5 and has now been added again.
Thanks to Rene Haflinger (Agentur Frontal) for sponsoring...
Henrik Møller Rasmussen
23:33 Revision 1fcb727f: [BUGFIX] Added the storage field to the TCA for sysfolders.
The field disappeared in 4.5 and has now been added again.
Thanks to Rene Haflinger (Agentur Frontal) for sponsoring...
Henrik Møller Rasmussen
23:02 Revision 56c97de4: [TASK] Added nbproject to gitignore
Change-Id: I98f68764a4740fc017d73ebf9e32a3da0bbf58d6
Reviewed-on: http://review.typo3.org/1367
Reviewed-by: Michael S...
Rastislav Birka
15:48 Revision 30fab85c: [BUGFIX] Send header Error 404 in case of page not found errors
If a page is not found, status 404 has to be sent.
Due to a recent change, an Exception is thrown instead of exiting...
Steffen Gebert
15:39 Revision 0f033834: [FEATURE] Add itemsProcFunc to wizard functionality
If you add a wizard to a BE input field, you can define items in configuration.
What is missing is the itemsProcFunc,...
Sven Juergens
11:24 Revision ccc613de: [BUGFIX] Wrong 'target' generation in imagelinkwrap, making the generated page XHTML invalid
Change-Id: I3f3a617c72fbc022c752fffb275c8badb2d25922
Resolves: #25311
Reviewed-on: http://review.typo3.org/1330
Revie...
Ernesto Baschny
11:21 Revision 39883955: [BUGFIX] Wrong 'target' generation in imagelinkwrap, making the generated page XHTML invalid
Change-Id: If3b34a0ca1be76d6f0fcef016858b2067e3efb1b
Resolves: #25311
Reviewed-on: http://review.typo3.org/1329
Revie...
Ernesto Baschny

2011-03-30

18:05 Revision 1d9ba271: [~BUGFIX] avoid fe_user's type to be overridden
Extbase's ext_tables.php overrides the fe_user's type in TCA ctrl-
section because of a wrong if-statement.
* Fix sm...
Felix Oertel
14:56 Revision 255191d9: [BUGFIX] Send header Error 404 in case of page not found errors
If a page is not found, status 404 has to be sent.
Due to a recent change, an Exception is thrown instead of exiting...
Steffen Gebert
12:33 Revision 6ee840a3: [BUGFIX] CSH tooltips in TCEforms lack cursor:pointer
Add a CSS class tipIsLinked to CSH tooltips if there is more information
and thus the tooltip reacts on click to open...
Steffen Gebert
12:18 Revision 605e6e19: [BUGFIX] CSH tooltips in TCEforms lack cursor:pointer
Add a CSS class tipIsLinked to CSH tooltips, if there is more information
and thus the tooltip reacts on click to ope...
Steffen Gebert
10:00 Revision 5573182f: [TASK] PHP closing tag don't exist in some files
Change-Id: I55a04284cbc5194df19f410889fcf91453276dee
Resolves: #25436
Reviewed-on: http://review.typo3.org/1320
Revie...
Stefano Kowalke
09:48 Revision 434eb752: [TASK] PHP closing tag don't exist in some files
Change-Id: I052ab0e98d036859cbf0222a4d23f37c1c2ec74c
Resolves: #25436
Reviewed-on: http://review.typo3.org/1317
Revie...
Stefano Kowalke
01:14 Revision 63fd50b5: [BUGFIX] Filtering extensions on remote repository does not respect repository selection
When searching for an extension in the remote repository with the "filter" text field, the currently selected reposit... Steffen Kamper
01:14 Revision 2791363c: [BUGFIX] Filtering extensions on remote repository does not respect repository selection
When searching for an extension in the remote repository with the "filter" text field, the currently selected reposit... Steffen Kamper

2011-03-29

18:36 Revision d18dd686: [BUGFIX] Pagetree uses wrong setting for limiting number of rendered page nodes
$GLOBALS['BE']['pageTree']['preloadLimit'] should be
$GLOBALS['TYPO3_CONF_VARS']['BE']['pageTree']['preloadLimit']
C...
Oliver Hader
18:36 Revision acea0b22: [BUGFIX] Pagetree uses wrong setting for limiting number of rendered page nodes
$GLOBALS['BE']['pageTree']['preloadLimit'] should be
$GLOBALS['TYPO3_CONF_VARS']['BE']['pageTree']['preloadLimit']
C...
Oliver Hader
18:27 Revision b85e17cb: [TASK] Fix PHPdoc comment of dataProvider member variable
Change-Id: I67997c900c3892784718b58eba4021497630d42c
Reviewed-on: http://review.typo3.org/1309
Reviewed-by: Oliver Ha...
Oliver Hader
18:26 Revision 73ec863a: [TASK] Fix PHPdoc comment of dataProvider member variable
Change-Id: I02345d49af5e496796ec98a0cfe05b59ef0aedc0
Reviewed-on: http://review.typo3.org/1308
Reviewed-by: Oliver Ha...
Oliver Hader

2011-03-28

22:01 Revision b6dbdd82: [TASK] Utilize hook_previewinfo to show the preview info
Change-Id: Ia926b145e9eb184d4244ec4f6552487e72392483
Related: #M17844
Fixes: #M17846
Reviewed-on: http://review.typo3...
Tolleiv Nietsch
21:53 Revision 2f1a07a7: [TASK] remove workspace previewInfo in frontend
The preview info should not contain workspace related code.
The proposed patch removes all output from tslib_fe::prev...
Tolleiv Nietsch
21:26 Revision bf88a725: [BUGFIX] Fix Extension Download with compressionLevel enabled
To clear output buffers, the utility function t3lib_div::cleanOutputBuffers()
has to be used. Otherwise things break ...
Steffen Gebert
21:26 Revision eac9550a: [BUGFIX] Fix Extension Download with compressionLevel enabled
To clear output buffers, the utility function t3lib_div::cleanOutputBuffers()
has to be used. Otherwise things break ...
Steffen Gebert
21:16 Revision 9381c1ac: [BUGFIX] Use setReplyTo and setCc instead of add*
The methods addReplyTo and addCc accept strings as parameters, but we
need the setReplyTo and setCc which accept arra...
Jigal van Hemert
20:54 Revision e4108c6c: [BUGFIX] CSH not showing "more info" link icon anymore
With the missing link icon it's not clear that there is more info on click.
This cahnge brings back the icon to the t...
Steffen Kamper
20:43 Revision 72808f1f: [BUGFIX] CSH not showing "more info" link icon anymore
With the missing link icon it's not clear that there is more info on click.
This cahnge brings back the icon to the t...
Steffen Kamper
16:31 Revision 68a4e686: [BUGFIX] BE ajax request fails on some systems with php 5.3
Because of a PHP bug on some systems the request to ajax.php fails because it
includes '../t3lib/class.t3lib_div.php'...
Joh. Feustel
16:29 Revision ca4036c1: [BUGFIX] BE ajax request fails on some systems with php 5.3
Because of a PHP bug on some systems the request to ajax.php fails because it
includes '../t3lib/class.t3lib_div.php'...
Joh. Feustel
16:25 Revision c156078a: [BUGFIX] BE ajax request fails on some systems with php 5.3
Because of a PHP bug on some systems the request to ajax.php fails because it
includes '../t3lib/class.t3lib_div.php'...
Joh. Feustel

2011-03-27

12:33 Revision f92873b3: [FEATURE] Improve usability of group fields
If only one value is allowed in a group field (maxitems==1), the
present value will be removed when the user selects ...
Alexander Stehlik

2011-03-26

11:48 Revision 72cc3f07: [BUGFIX] Wrong CSS definition for "submit"
Exchange the CSS style definition for the non-existant element "submit"
with "button", which is supposed to be meant....
Steffen Gebert
11:47 Revision ee481a03: [BUGFIX] Wrong CSS definition for "submit"
Exchange the CSS style definition for the non-existant element "submit"
with "button", which is supposed to be meant....
Steffen Gebert
11:47 Revision 171fe7e9: [BUGFIX] Wrong CSS definition for "submit"
Exchange the CSS style definition for the non-existant element "submit"
with "button", which is supposed to be meant....
Steffen Gebert

2011-03-25

23:02 Revision b2c9f393: [BUGFIX] fix php fatal error of Upgrade wizard
The upgrade wizard of the install tool quits with a php fatal error if
php is configured to use registered globals.
...
Michael Buergi
15:05 Revision 4cca9abe: [BUGFIX] Fix path resolution in t3lib_compressor::compressCssFile()
This change makes compressCssFile() also use this helper, as it was forgotten in the
first place.
Change-Id: I643006...
Rens Admiraal
14:48 Revision a1d929a8: [BUGFIX] Fix path resolution in t3lib_compressor::compressCssFile()
This change makes compressCssFile() also use this helper, as it was forgotten in the
first place.
Change-Id: Id394f9...
Rens Admiraal
11:45 Revision 59900b66: [TASK] Remove SVN auto properties $Id$
Remove SVN $Id$ auto-properties from TYPO3 source code
Change-Id: I26054ac32d77b212450b740178c8ce18be12e086
Resolves...
Xavier Perseguers
10:03 Revision 162f720b: Fixed bug #18016
Change-Id: I9de4384637a2c35499d2f54e67b0924183b1bb9b
Reviewed-on: http://review.typo3.org/1266
Reviewed-by: Xavier Pe...
Xavier Perseguers

2011-03-23

19:56 Revision 266d290b: [FEATURE] Add a time field to the Date Picker of datetime fields
This change adds a specialized Date Picker, which is used for datetime fields.
Previously, always 0:00 has been retur...
Steffen Kamper

2011-03-22

20:21 Revision 31d86a06: [BUGFIX] Remove superfluous code from Extension Manager
Remove code, which is not needed anymore and duplicates code.
Change-Id: I4c98e1eb287bc972435979703e8826c1edf3af12
R...
Steffen Kamper
20:20 Revision b61241df: [BUGFIX] Remove superfluous code from Extension Manager
Remove code, which is not needed anymore and duplicates code.
Change-Id: I59491c8d194574e1ef80a461194fa054f32717ab
R...
Steffen Kamper
19:17 Revision ade7a187: [BUGFIX] Missing initialization of variables
Initialize variables, which are used, but not initialized in every case before.
Change-Id: Icc2193cccf3f309edf76f69c...
Steffen Kamper
19:13 Revision 5084f58a: [BUGFIX] Missing initialization of variables
Initialize variables, which are used, but not initialized in every case before.
Change-Id: Iccc6f2c31a4ade6485072f56...
Steffen Kamper
16:25 Revision 4bf29f1b: [+BUGFIX] Avoiding cHash for nonCacheable actions prevent action from being called
With #8565 cHash is only appended for calls to cachable actions
This has the side effect, that calling non-cacheable ...
Bastian Waidelich
12:02 Revision 1f6e6a18: [BUGFIX] EM update module doesn't accept cache_extension table
You see only the message:
To get and update the list, go to the section "Import extensions" and use the button "Retri...
Steffen Kamper
11:59 Revision 46aa54b9: [BUGFIX] EM update module doesn't accept cache_extension table
You see only the message:
To get and update the list, go to the section "Import extensions" and use the button "Retri...
Steffen Kamper
11:58 Revision 0873322e: [BUGFIX] EM using filter in filter menu isn't clear enough
When checking one of the filter provided by the filter button menu, it gets printed bold.
However this seems not clea...
Steffen Kamper
11:55 Revision 979bb4d2: [BUGFIX] EM using filter in filter menu isn't clear enough
When checking one of the filter provided by the filter button menu, it gets printed bold.
However this seems not clea...
Steffen Kamper
11:53 Revision 14ed7590: [BUGFIX] New EM, Date of last update not visible due to missing
In small views the text is not readable as it gets cut.
Solution:
Add the same text to a tooltip.
Change-Id: Iec4ed7...
Steffen Kamper
11:51 Revision 76a06699: [BUGFIX] New EM, Date of last update not visible due to missing
In small views the text is not readable as it gets cut.
Solution:
Add the same text to a tooltip.
Resolves: #M17788
...
Steffen Kamper
08:46 Revision b7582d7b: Merge "[+BUGFIX] Persistence: return ObjectCount return value as an integer"
Sebastian Kurfuerst
03:46 Revision e5a5f5e7: [BUGFIX] Pagetree - Missing icons for expand/collapse whole branches
The expand/collapse context menu actions are missing icons.
Change-Id: I3ae86ff0a4de225854d173a485a0a8991adccd22
Res...
Stefan Galinski

2011-03-21

23:09 Revision a482a2c8: [BUGFIX] TCEforms palette header is only indented on first tab
The first tab has different wrappers, so the CSS does not work on other tabs than the first one.
Change-Id: I579a720...
Steffen Kamper
23:06 Revision 1b584434: [BUGFIX] TCEforms palette header is only indented on first tab
The first tab has different wrappers, so the CSS does not work on other tabs than the first one.
Change-Id: I980005f...
Steffen Kamper
23:05 Revision b4bbc7bb: [BUGFIX] EM locallist, grouping with author
When grouping with author you may see many groups with same author. This happens
if author of extensions is there wit...
Steffen Kamper
23:03 Revision 8ae29bfe: [BUGFIX] EM locallist, grouping with author
When grouping with author you may see many groups with same author. This happens
if author of extensions is there wi...
Steffen Kamper
23:01 Revision 4f7f1057: [BUGFIX] link title with wrong encoded umlauts
Use Ext.urlEncode() to encode links in TBE_EDITOR. This ensures
correct generation of strings in conjunction with UTF...
Frederic Gaus
23:00 Revision 2bd8beaa: [BUGFIX] link title with wrong encoded umlauts
Use Ext.urlEncode() to encode links in TBE_EDITOR. This ensures
correct generation of strings in conjunction with UTF...
Frederic Gaus
22:54 Revision dc61c2ce: [BUGFIX] link title with wrong encoded umlauts
Use Ext.urlEncode() to encode links in TBE_EDITOR. This ensures
correct generation of strings in conjunction with UTF...
Frederic Gaus
22:47 Revision 881aa501: [TASK] Remove t3lib_sqlengine
t3lib_sqlengine is deprecated, remove it
Change-Id: I38563832cd0a549a84a0076cc855037cded58496
Reviewed-on: http://re...
Georg Ringer
22:43 Revision 491718a5: [BUGFIX] Don't load ExtCore and ExtJS simultaneously
Reason: ExtJs fails if ExtCore is loaded.
ExtCore is a "small" compilation of ExtJS just for some little widgets and ...
Björn Pedersen
22:23 Revision 611ac9d1: [BUGFIX] Don't load ExtCore and ExtJS simultaneously
Reason: ExtJs fails if ExtCore is loaded.
ExtCore is a "small" compilation of ExtJS just for some little widgets and ...
Björn Pedersen
21:29 Revision 4cc7cf83: [BUGFIX] Grid generates invalid id's for the group view
ExtJS generated invalid id's for the group view which
causes javascript errors in IE7. ExtJS only makes HTMLencode
on...
Sonja Scholz
09:19 Revision ea9b38ac: [+BUGFIX] MVC: Make forwarding of objects work
When setValue() on Controller_Argument is used with an already mapped
object with the correct datatype, don't try to ...
Marc Bastian Heinrichs

2011-03-20

23:45 Revision 3f4b4c2a: [~CLEANUP] correct function parameter types
Change-Id: I96c0a9ca6b5eddea312745bc1556a963ea7abf6c Marc Bastian Heinrichs
19:13 Revision a0e54eb5: [+BUGFIX] Persistence: return ObjectCount return value as an integer
As phpdoc states, the function getObjectCountByQuery should return an
integer and not just the number as string, whic...
Marc Bastian Heinrichs

2011-03-19

18:29 Revision 290529a7: [BUGFIX] TCA type="select", renderMode="tree", maxitems=1 doesn't work
Description
Problem:
I want to use the new TCA tree, but when I configure 1 as maxitems I
can't select a tree node.
...
Marco Huber

2011-03-16

09:29 Revision 7e02b16a: [BUGFIX] Extension Manager Function "Backup/Delete => Dump Tables" doesn't work any more
If you try to dump Tables via Extension Manager, you will get a file which looks like this:
...
INSERT INTO static_la...
Franz G. Jahn
09:28 Revision dda28123: [BUGFIX] Extension Manager Function "Backup/Delete => Dump Tables" doesn't work any more
If you try to dump Tables via Extension Manager, you will get a file which looks like this:
...
INSERT INTO static_la...
Franz G. Jahn

2011-03-14

17:20 Revision 4ca1f4be: [BUGFIX] Deleted overlay missing in overlay priorities
The "deleted" overlay type is missing from the list of overlay
priorities as defined in
$TBE_STYLES['spriteIconApi'][...
Francois Suter
16:57 Revision 2a12dc55: [BUGFIX] Deleted overlay missing in overlay priorities
The "deleted" overlay type is missing from the list of overlay
priorities as defined in
$TBE_STYLES['spriteIconApi'][...
Francois Suter
10:56 Revision e98ecfa0: Merge "[+FEATURE] Extbase: Enable Dependency Injection for Domain Models"
Bastian Waidelich

2011-03-12

10:39 Revision 3d5ac721: [FEATURE] t3lib_DB: Turn off pconnect by default
By default, TYPO3 uses *_pconnect() to connect to the database. This
is however only required in case connecting to t...
Andreas Wolf
09:10 Revision 24aca886: [BUGFIX] preg_replace error at search for '/'
Change-Id: I7c11ed05d84e7706f479e21c3954288e99e5d982
Resolves: #M17468
Reviewed-on: http://review.typo3.org/974
Revie...
Dmitry Dulepov
08:08 Revision 3dce1d1f: [BUGFIX] Pages with Enforce Protocol (SSL) may generate wrong URL
If TYPO3 is installed in a subfolder, you won't need a absRefPrefix set because normally links are relative.
If a Pro...
Steffen Ritter

2011-03-11

11:33 Revision 252ab33f: [FEATURE] Use common classes for toolbar items
Create common CSS classes to be used for toolbar items so that it looks
the same, and extensions doesn't have to crea...
Soren Malling
07:17 Revision 443dec1f: [BUGFIX] Encryted SMTP does not work
Changes type of $TYPO3_CONF_VARS['MAIL']['transport_smtp_encrypt']
from checkbox to input field. So the user can ente...
Julian Hofmann

2011-03-10

23:30 Revision da2373d0: [BUGFIX] Encryted SMTP does not work
Changes type of $TYPO3_CONF_VARS['MAIL']['transport_smtp_encrypt']
from checkbox to input field. So the user can ente...
Julian Hofmann
23:05 Revision 42da5eda: [BUGFIX] Changing TCA via Tools->Configuration breaks TCA
Changing the TCA (especially the columns-part of a table) via
Tools->Configuration breaks eg. the list module.
Tools-...
Markus Klein
20:52 Revision 246e57d4: [BUGFIX] Changing TCA via Tools->Configuration breaks TCA
Changing the TCA (especially the columns-part of a table) via
Tools->Configuration breaks eg. the list module.
Tools-...
Markus Klein
11:44 Revision 5d3fcfb8: [+BUGFIX] Revert incorrect deletion of Query::count() & Query::withUid()
The methods Tx_Extbase_Persistence_Query::count() and
Tx_Extbase_Persistence_Query::withUid() are deprecated.
They ha...
Bastian Waidelich
09:01 Revision cde6deb1: [BUGFIX] Pages with Enforce Protocol (SSL) may generate wrong URL
If TYPO3 is installed in a subfolder, you won't need a absRefPrefix set because normally links are relative.
If a Pro...
Steffen Ritter

2011-03-09

21:41 Revision 8d0e7a31: [~CLEANUP] apply naming convention for flexForms
We agreed to write "flexForm" lowerCamelCased.
* change flexform to flexForm
* change Flexform to FlexForm
Change-I...
Felix Oertel
21:11 Revision 810f4308: Merge "[+TASK] Move FlexForm parsing to a dedicated Service"
Felix Oertel
20:34 Revision ce2998dc: Merge "[BUGFIX] Avoid SQL error when module is opened on moved page"
Tolleiv Nietsch
19:32 Revision 3953635e: [+TASK] Move FlexForm parsing to a dedicated Service
The protected FlexForm conversion methods in the FrontendConfigurationManager
are now moved to a Service class. This ...
Felix Oertel
19:17 Revision 9edcbf86: [BUGFIX] List module - backend layout - moving content elements
When moving a content element in the List module by clicking on
the "Re-position content element" icon, an user is pr...
Jo Hasenau
11:21 Revision cc5832ca: [BUGFIX] DataDictionary is not always properly instantiated
Many operations in TYPO3 backend lead to a fatal error: Call to a member function NameQuote() on a non-object.
This i...
Xavier Perseguers
09:05 Revision 3a4205b1: Merge "[!!!][+BUGFIX] make backend-modules in web use new pagetree by default"
Felix Oertel
09:04 Revision 70b4095d: [!!!][+BUGFIX] make backend-modules in web use new pagetree by default
In TYPO3 4.5 the new pagetree was introduced. It's possible to use
this in an Extbase backend-module with the config ...
Felix Oertel
09:03 Revision 7324041c: [~CLEANUP] smaller deprecated clean-ups
As a backport Extbase is influenced by all the changes in FLOW. It's
important to keep both in sync and thus deprecat...
Felix Oertel
07:46 Revision 5c4f5d57: [BUGFIX] Missing initialization of DefaultBEMode in feedit
Formsonopage-mode raises error: Call to undefined method stdClass::getDynNestedStack.
Thus call initDefaultBEMode() d...
Björn Pedersen

2011-03-08

20:24 Revision f1fc717b: [FEATURE] add .gitignore for common file exclusions
porting what was in svn:ignore before
needs to be aplied to all branches separatly, once we agree
Change-Id: If03b9e...
Peter Niederlag
19:52 Revision 8d925993: Merge "[BUGFIX] Grid generates invalid id's for the group view"
Susanne Moog
18:45 Revision 58241db3: [+FEATURE] Extbase: Enable Dependency Injection for Domain Models
In order to avoid the constructor to be called,
domain objects are created by using PHPs unserialize() function.
This...
Bastian Waidelich
18:39 Revision 68a0fa92: [BUGFIX] Additions to fileDenyPattern give security warning in BE
The check is wrong. Instead of checking if the entry is equal to default entry, it should check if any parts of the d... Steffen Kamper
18:32 Revision 93cbf907: [BUGFIX] Throw correct Exceptions everywhere
Improve the way, TYPO3 is throwing Exceptions:
* Add a unique error code to all Exception($msg, $code) calls
* Repla...
Steffen Gebert
18:30 Revision 823df3d9: [BUGFIX] Additions to fileDenyPattern give security warning in BE
The check is wrong. Instead of checking if the entry is equal to default entry, it should check if any parts of the d... Steffen Kamper
18:06 Revision a9b422ee: [BUGFIX] DataDictionary is not always properly instantiated
Many operations in TYPO3 backend lead to a fatal error: Call to a member function NameQuote() on a non-object.
This i...
Xavier Perseguers
17:44 Revision aada4c97: [BUGFIX] Deleted overlay missing in overlay priorities
The "deleted" overlay type is missing from the list of overlay
priorities as defined in
$TBE_STYLES['spriteIconApi'][...
Francois Suter
17:35 Revision 0b2d72ce: [TASK] Remove SpriteGenerator IE6 Fallback
The spriteGenerator has features to generate GIF variants (and according CSS) as a fallback for IE6.
Remove it as it ...
Steffen Ritter
17:25 Revision eec87941: [BUGFIX] tcaTree Interface is not localized
The TCA tree introduced to 4.5 is not localized by now.
Change it.
Change-Id: I4c360a3ef327c8268e92e4f701875e4a7cc6a...
Steffen Ritter
16:54 Revision 79d4ce9a: [BUGFIX] gif-Sprite does not work in IE6 due to error in spriteGenerator
there is a line of code missing in the spritegenerator...
therefore sprites in ie6 fail.
Also regenerated sprites, t...
Steffen Ritter
16:23 Revision 573ff336: [TASK] Cleanup sys_workspace mentions in t3lib/stddb/tables.php
Change-Id: I358c131274c00efa60193f958c6f1e378eff9857
Resolves: #M17838
Resolves: #12616
Reviewed-on: http://review.ty...
Tolleiv Nietsch
14:13 Revision 67fc92d9: [BUGFIX] Wrong label in felogin redirectDisable
Wrong label in felogin redirectDisable.
The label says "Enable Redirect"
From functionality it should be "Disable Re...
Steffen Kamper
14:02 Revision 60c275b3: [BUGFIX] Wrong label in felogin redirectDisable
Wrong label in felogin redirectDisable.
The label says "Enable Redirect"
From functionality it should be "Disable Re...
Steffen Kamper

2011-03-07

16:59 Revision 51c47c22: Merge "[+BUGFIX] (Persistence) Make Typo3QuerySettings exchangeable"
Bastian Waidelich
16:58 Revision 52b81e3d: [+BUGFIX] (Persistence) Make Typo3QuerySettings exchangeable
Let objectManager create querySettings object by
Tx_Extbase_Persistence_QuerySettingsInterface in
Tx_Extbase_Persiste...
Marc Bastian Heinrichs
16:20 Revision beb36cd8: [+BUGFIX] (Persistence) clone setDefaultQuerySettings for new queries
If you set the default querySettings object for an repository the same
instance is used for any query-object created ...
Marc Bastian Heinrichs
15:09 Revision 10f72751: [FEATURE] Sort plugin names in BE form alphabetically
Change-Id: Ic470c0418008b601a14a1cc1bccec13226cb2ae0
Resolves: #M17856
Reviewed-on: http://review.typo3.org/1010
Revi...
Dmitry Dulepov
14:32 Revision 5268b3a7: Merge "[~BUGFIX] correct annotations of Tx_Extbase_Persistence_Mapper_DataMapper"
Bastian Waidelich
14:26 Revision 1638f107: Merge "[~TASK] (FlashMessages) finish the renaming of flashMessages"
Bastian Waidelich
12:13 Revision 19346a51: [BUGFIX] New EM - cannot save files with noEdit disabled
Due a typo the setting is not recognized correct.
Change-Id: I79a4308cefc6088500652f8dac29476379c6774c
Resolves: #M1...
Steffen Kamper
12:12 Revision ffe0b490: [BUGFIX] New EM - cannot save files with noEdit disabled
Due a typo the setting is not recognized correct.
Change-Id: Icb7cbf93e3dcc5ba4f22b1cad59c3c61ab62bcd3
Resolves: #M1...
Steffen Kamper

2011-03-06

22:08 Revision 96c7e1d5: [BUGFIX] Typo in top.TYPO3.ModuleMenu
Change TYPO3.ModuleMenu.selecteModule to selectedModule.
Change-Id: Ife7eff40678191f5eb1113799924b71eee418b75
Resolv...
Steffen Gebert
21:11 Revision 58ad0d9a: Merge "[BUGFIX] Fix broken topbar switcher"
Susanne Moog
20:59 Revision 4ef20ce5: [BUGFIX] Avoid SQL error when module is opened on moved page
In case the backend module is opened on a page which was moved
within the current workspace there's a SQL error cause...
Tolleiv Nietsch
20:58 Revision b356d9ea: [BUGFIX] Avoid SQL error when module is opened on moved page
In case the backend module is opened on a page which was moved
within the current workspace there's a SQL error cause...
Tolleiv Nietsch
20:40 Revision 8b372023: [BUGFIX] Typo in top.TYPO3.ModuleMenu
Change TYPO3.ModuleMenu.selecteModule to selectedModule.
Change-Id: Ie0faa9d2d72c4c51de8a92159323ee63afd620b4
Resolv...
Steffen Gebert
01:07 Revision 58e71ce6: [BUGFIX] EM interface for renderHook is missing
Seems this file was not added with latest merge, add it
Change-Id: Ibb2e70722f633251193576227659cc44fa7a21a6
Resolve...
Steffen Kamper
01:06 Revision 037fbe3b: [BUGFIX] EM interface for renderHook is missing
Seems this file was not added with latest merge, add it
Change-Id: I7a6cf6edc6ccdb8e39f38c702fedf4dd1c766c8b
Resolve...
Steffen Kamper

2011-03-05

23:30 Revision bc15176e: [TASK] Remove specials for IE6 from t3skin
IE6 Supports will be dropped in 4.6...
There are some special CSS files, 2 php classes and sprites as GIF Icons.
Remo...
Steffen Ritter
15:29 Revision d5268a7f: [BUGFIX] Error 414 - "Request-URI Too Large" when saving file in extension manager (old version)
Due a missing closing " the form has invalid HTML that result in a very long GET request
Change-Id: I0e369dec5cb9184...
Steffen Kamper
15:28 Revision 2dbe53ec: [BUGFIX] Error 414 - "Request-URI Too Large" when saving file in extension manager (old version)
Due a missing closing " the form has invalid HTML that result in a very long GET request
Change-Id: I907434f5f868541...
Steffen Kamper
08:08 Revision 8832fbdb: [+FEATURE] t3editor: use the t3editor in TCA-Forms
Change-Id: Ib61434c6a959d492dcee42b2a38631482c93b713
Resolves: #M17863
Reviewed-on: http://review.typo3.org/1033
Revi...
Tobias Liebig

2011-03-04

16:17 Revision 2f5beedc: Merge "[BUGFIX] Append Fehook output to TSFE->content"
Tolleiv Nietsch
16:15 Revision cff3165f: [BUGFIX] Append Fehook output to TSFE->content
To avoid that the output of our preview hook
breaks the markup (and breaks IE7) we append it to the
TSFE->content ins...
Tolleiv Nietsch
16:14 Revision 323de885: Merge "[BUGFIX] Append Fehook output to TSFE->content" into 4.5
Tolleiv Nietsch
16:11 Revision 5796b682: Merge "[BUGFIX] Show fieldname if fieldtitle is empty"
Tolleiv Nietsch
16:11 Revision 91b5846d: [BUGFIX] Show fieldname if fieldtitle is empty
Change-Id: Ie609e843031b6bfeb525b364cd401857b6fbf8c3
Resolves: #13480
Tolleiv Nietsch
15:49 Revision ec26b2a0: Merge "[BUGFIX] Show fieldname if fieldtitle is empty" into 4.5
Tolleiv Nietsch
15:46 Revision af1ab5bd: [BUGFIX] Show fieldname if fieldtitle is empty
Change-Id: Ic2a30699fecc08c02f6d5b840155aa5816b0415d
Resolves: #13480
Francois Suter
15:11 Revision 8e88f1e2: [BUGFIX] Pagetree - Selection state incorrect after a cancelled edit
Currently the selection state of a node is set to the wrong node if you cancel an inline edit.
Change-Id: I1e11854de...
Stefan Galinski
15:06 Revision b66f4475: [BUGFIX] Pagetree - Selection state incorrect after a cancelled edit
Currently the selection state of a node is set to the wrong node if you cancel an inline edit.
Change-Id: I2d0af2a4e...
Stefan Galinski
14:59 Revision 2c76f6f0: [~BUGFIX] correct annotations of Tx_Extbase_Persistence_Mapper_DataMapper
In several places the DataMapper is still annotated with it's old
classname Tx_Extbase_Persistence_DataMapper.
* rep...
Felix Oertel
14:55 Revision 94a1d966: [BUGFIX] Append Fehook output to TSFE->content
To avoid that the output of our preview hook
breaks the markup (and breaks IE7) we append it to the
TSFE->content ins...
Tolleiv Nietsch
14:44 Revision f18af6e6: [BUGFIX] pagetree->expand contextmenu action does not work as expected
When I click "expand branch" in the new pagetree once it simply expands the next level und the page where I opened th... Stefan Galinski
14:42 Revision 5df982ab: [BUGFIX] Add missing hsc() for WS title
Change-Id: I3eaca25424e61a35d92f0520bde2d1fd143579ed
Resolves: #13551
Tolleiv Nietsch
14:35 Revision 9d610e22: [BUGFIX] Add missing hsc() for WS title
Change-Id: I3a58865b6502ed71385dbff56013f3b5564240d2
Resolves: #13551
Tolleiv Nietsch
14:28 Revision 558ba2d2: [BUGFIX] Grid generates invalid id's for the group view
ExtJS generated invalid id's for the group view which
causes javascript errors in IE7. ExtJS only makes HTMLencode
on...
Sonja Scholz
14:12 Revision e0aff3fd: [BUGFIX] Fix broken topbar switcher
Workspaces cannot be changed with the topbar switcher when the
user has no rights to the workspace module
Change-Id:...
Tolleiv Nietsch
13:51 Revision ef5aa041: [BUGFIX] pagetree->expand contextmenu action does not work as expected
When I click "expand branch" in the new pagetree once it simply expands the next level und the page where I opened th... Stefan Galinski
11:53 Revision 23edf41d: [BUGFIX] Drop the checks for the image file size from the install tool
The file sizes of the generated images in the install tool may somewhat differ in size while
the images are perfectly...
Oliver Klee
11:33 Revision f14fd853: [BUGFIX] Drop the checks for the image file size from the install tool
The file sizes of the generated images in the install tool may somewhat differ in size while
the images are perfectly...
Oliver Klee
11:13 Revision 62eb4210: [BUGFIX] Drop the checks for the image file size from the install tool
The file sizes of the generated images in the install tool may somewhat differ in size while
the images are perfectly...
Oliver Klee
 

Also available in: Atom