Project

General

Profile

Activity

From 2011-04-21 to 2011-05-20

2011-05-20

16:09 Revision 5f211331: [BUGFIX] Allow Tx_ as class prefix
Although extbase urges to use Tx_ as prefix for class name, this prefix
is not accepted in all places of the core.
C...
Andreas Kießling

2011-05-19

23:25 Revision d15b1218: [TASK] Update RTE manual with description of buttons
Thanks to Christian Hennecke.
Change-Id: I290db54584dacccbd359001347d8d161281bb13c
Resolves: #26724
Releases: 4.6, 4...
Stanislas Rolland
06:39 Revision 770758ef: [TASK] Update RTE manual with description of buttons
Thanks to Christian Hennecke.
Change-Id: Ie3a6b285e3a1d79f71baa975e836a447c3449681
Resolves: #26724
Releases: 4.6, 4...
Stanislas Rolland

2011-05-18

18:01 Revision 690b9d3a: Fixed bug #13368: Content of Tab is not scrollable (Michael Miousse)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/branches/4.5@47884 735d13b6-9817-0410-8766-e36946f... typo3.lists
18:00 Revision 4be747c3: Fixed bug #13368: Content of Tab is not scrollable (Michael Miousse)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@47883 735d13b6-9817-0410-8766-e36946ffe9aa typo3.lists
17:51 Revision c3dabf5e: Fixed bug #26731: The info module does not show up in IE 7 and 8 (Michael Miousse)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/branches/4.5@47881 735d13b6-9817-0410-8766-e36946f... typo3.lists
17:49 Revision 3a4c7d80: Fixed bug #26731: The info module does not show up in IE 7 and 8 (Michael Miousse)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@47880 735d13b6-9817-0410-8766-e36946ffe9aa typo3.lists
17:42 Revision fe2b9004: Fixed bug #13828: checkhidden has no effect for some configurations (Michael Miousse)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/branches/4.5@47879 735d13b6-9817-0410-8766-e36946f... typo3.lists
17:39 Revision b0d3d035: Fixed bug #13828: checkhidden has no effect for some configurations (Michael Miousse)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@47877 735d13b6-9817-0410-8766-e36946ffe9aa typo3.lists
17:04 Revision 15beb516: Fixed bug #13757: Scheduler task does not work at all (Michael Miousse)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/branches/4.5@47870 735d13b6-9817-0410-8766-e36946f... typo3.lists
16:51 Revision c5b33548: Fixed bug #13953: Third-party classes cannot be checked due to dynamicConfigFile in TCA (thanks to Jan Philipp Timme)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/branches/4.5@47869 735d13b6-9817-0410-8766-e36946f... typo3.lists
09:38 Revision 49786a09: [+BUGFIX] Cloning a ValueObject should not set its uid to NULL
After retrieving an entity referencing value objects, the returned
entity is "dirty" as _cleanProperties contains NUL...
Xavier Perseguers

2011-05-17

10:28 Revision 0c1f4667: [+BUGFIX] ActionMenuItemViewHelper: XHTML compliance in "selected" attribute value
This changes the value from TRUE to 'selected' for XHTML compliance.
Thanks to Andreas Kiessling for reporting.
Chan...
Claus Due
00:32 Revision 4575869a: [+BUGFIX] ObjectStorage->toArray(): fix array pointer problem
This changes direct iteration of $this->storage into
$storage = array_values($this->storage) then iteration, which
pr...
Claus Witt

2011-05-16

23:13 Revision 24cb9c61: [+BUGFIX] Fluid: CObjViewHelper fix deprecated call "getAccessibleProperties"
This simply changes the call to to use new method
Tx_Extbase_Reflection_ObjectAccess::getGettablePropertyNames
Chang...
Claus Witt
09:13 Revision 36924867: [+BUGFIX] Persistence: Fixed building unionStatement from opposite
In function
Tx_Extbase_Persistence_Storage_Typo3DbBackend::addUnionStatement
the values "uid_local" and "uid_foreign"...
Marc Bastian Heinrichs

2011-05-13

17:23 Revision 69fb8866: [BUGFIX] TCA definition is not available in upgrade wizards
The global TCA definition is empty in some upgrade wizards.
This was caused by a general clean-up to remove PHP globa...
Steffen Gebert
15:14 Revision 038036fd: [TASK] Raise submodule pointer
Change-Id: Ib9458084608ef938ab28a961d24a69cc29b7c45b
Reviewed-on: http://review.typo3.org/2111
Reviewed-by: Oliver Ha...
Xavier Perseguers

2011-05-12

23:26 Revision 688b39a6: [BUG] Constant TYPO3_URL_DONATE defined twice
Constant TYPO3_URL_DONATE is defined twice. Once with
the old, simulate static URL, and once with the new, current
UR...
Xavier Perseguers
23:26 Revision 03e81d51: [BUG] Constant TYPO3_URL_DONATE defined twice
Constant TYPO3_URL_DONATE is defined twice. Once with
the old, simulate static URL, and once with the new, current
UR...
Xavier Perseguers
14:24 Revision 0e25521f: [TASK] Fix coding guideline issues
There are a few coding guideline issues left in code. First is
using "else if" instead of "elseif", second is using "...
Xavier Perseguers
14:14 Revision f1157230: [TASK] Fix coding guideline issues
There are a few coding guideline issues left in code. First is
using "else if" instead of "elseif", second is using "...
Xavier Perseguers
13:59 Revision bc263e60: [BUGFIX] Fix stdWrap for Click-to-enlarge
Due to a syntax error, stdWrap for the target attribute of
the click-to-enlarge image link is broken. (Nobrainer)
Ch...
Markus Klein
13:59 Revision 118acd66: [BUGFIX] Fix stdWrap for Click-to-enlarge
Due to a syntax error, stdWrap for the target attribute of
the click-to-enlarge image link is broken. (Nobrainer)
Ch...
Markus Klein

2011-05-11

12:17 Revision c10d33a6: [TASK] Set TYPO3 version to 4.6-dev
Change-Id: I2c120b64734eafd24fa848f9728edb2ebd572a97
Reviewed-on: http://review.typo3.org/2062
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
12:17 Revision 44de8ea6: [RELEASE] Release of TYPO3 4.6.0alpha1
Change-Id: I42a88d82c1f1e252946f15d0ae53e037fe3ddfb1
Reviewed-on: http://review.typo3.org/2061
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
12:17 Revision 64d81cce: [RELEASE] Release of TYPO3 4.6.0alpha1
Change-Id: I42a88d82c1f1e252946f15d0ae53e037fe3ddfb1 TYPO3 Release Team
12:12 Revision b39bee34: Revert "[RELEASE] Release of TYPO3 4.6.0alpha1"
This reverts commit be13ba38a59478436f51169a31e1c87c8e78de4d.
Change-Id: I1f16e8bd6d5853fd0153cea8f8d128dff4e289e2
R...
Oliver Hader
12:06 Revision be13ba38: [RELEASE] Release of TYPO3 4.6.0alpha1
Change-Id: I56b4964444f4320fd76be3473e97a9e076b1fc41
Reviewed-on: http://review.typo3.org/2057
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
12:04 Revision 6fbfbd3e: Revert "[RELEASE] Release of TYPO3 4.6.0alpha1"
This reverts commit 2512e8324952ae27ab33a5f91085bf5e2ccbe0e1.
Change-Id: Ie706762dcd844984c0031f01813f2c71f98da20d
R...
Oliver Hader
12:00 Revision 2512e832: [RELEASE] Release of TYPO3 4.6.0alpha1
Change-Id: I952e21e466288b77fba172e0561004b4bec26f39
Reviewed-on: http://review.typo3.org/2055
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
11:59 Revision 5f8467eb: Revert "[RELEASE] Release of TYPO3 4.6.0alpha1"
This reverts commit fab9e6626f6b28e0c7c64b0f6bf0fc0b6806f9fc.
Change-Id: I7fd68d23f6b259171b7af337281f76b8a187e2f3
R...
Oliver Hader
11:52 Revision fab9e662: [RELEASE] Release of TYPO3 4.6.0alpha1
Change-Id: I8a466e03172f2bbd2fd1fe6c79f4d40efa3da028
Reviewed-on: http://review.typo3.org/2053
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
11:23 Revision 54372179: [TASK] Set ImageMagick v6 as default
IM4 and IM5 support has been deprecated and is scheduled for
removal in TYPO3 4.6. Default empty setting for im_versi...
Xavier Perseguers
10:44 Revision 5f934c4a: [SANDBOX] Test
Change-Id: Ie66578805da690b98f057e2ff68626e0d341e038
Reviewed-on: http://review.typo3.org/2039
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
09:48 Revision 9525e5e8: [TASK] Remove support for ImageMagick 4 and 5
IM4 and IM5 support has been deprecated and is scheduled for
removal in TYPO3 4.6.
Change-Id: Ib7610a3666e764e32c854...
Xavier Perseguers
07:52 Revision eaad40f5: [TASK] Use PHP5 constructors
Using the new PHP5 constructors (__construct) instead of PHP4 variants.
Change-Id: Iab19b1be570cde143dacbbe244aedaf2...
Stefano Kowalke

2011-05-10

23:02 Revision e7475546: [TASK] Use external Core Project DBAL as Git submodule
Change-Id: Iaae5e6978096de060a1253f14de01b763048645c
Resolves: #26738
Releases: 4.2, 4.3, 4.4, 4.5, 4.6
Reviewed-on: ...
Oliver Hader
22:56 Revision 4f3b5151: [TASK] Use external Core Project DBAL as Git submodule
Change-Id: I11dc910f42ef98f91cc3a2e3931ffd2c400243fd
Resolves: #26738
Releases: 4.2, 4.3, 4.4, 4.5, 4.6
Reviewed-on: ...
Oliver Hader
22:54 Revision e7b4c490: [TASK] Use external Core Project DBAL as Git submodule
Change-Id: If4c5736457fe9f4def7ccdde601f5a31d2e2e600
Resolves: #26738
Releases: 4.2, 4.3, 4.4, 4.5, 4.6
Reviewed-on: ...
Oliver Hader
22:51 Revision 6e69527a: [TASK] Use external Core Project DBAL as Git submodule
Change-Id: Ia473af95b798877ddf476e1684fea6c48b5a38c3
Resolves: #26738
Releases: 4.2, 4.3, 4.4, 4.5, 4.6
Reviewed-on: ...
Oliver Hader
22:42 Revision af26e78e: [TASK] Use external Core Project DBAL as Git submodule
Change-Id: Ibe97f483010b540563e5312a7a56fed748e39620
Resolves: #26738
Releases: 4.2, 4.3, 4.4, 4.5, 4.6
Reviewed-on: ...
Oliver Hader
22:28 Revision 6a0bc3c7: [TASK] Imported from TYPO3_4-2
Commit a0bbc6fdf9d6541df871ec32ebe95f392712c7c2
Change-Id: Ieada59af3e4693b48853e1df6fa30fbcc847b364
Oliver Hader
14:43 Revision 9f7cc168: [BUGFIX] Removing child records in a workspace does not work
These parts are not working with IRRE in workspaces:
Removing children in TCEforms
Removing children in the list view...
Oliver Hader
14:42 Revision 185ae5a0: [BUGFIX] Removing child records in a workspace does not work
These parts are not working with IRRE in workspaces:
Removing children in TCEforms
Removing children in the list view...
Oliver Hader
14:11 Revision d2a6eaa8: [TASK] Raised submodule pointers of external projects
Affected project: workspaces
Change-Id: I6171c86367e866fefd2caeac69e4b10642497a7f
Reviewed-on: http://review.typo3.o...
Oliver Hader
14:09 Revision 4aac6c09: [BUGFIX] Variable was wrongly initialized
Variable $codeLines should be initialized prior to being used
in a concatenation within the loop.
Change-Id: Ife0b44...
Stefano Kowalke
13:42 Revision 84a000c3: [TASK] Raised submodule pointers of external projects
Affected projects: version, workspaces
Change-Id: Ic0229c0a25e450d4aae96843965bd7629780cce8
Reviewed-on: http://revi...
Oliver Hader
13:00 Revision dd149fb0: [TASK] Reapply direct changes of TYPO3 Core
Commits a95c3ca51aeee40043bcd6864dc49fa59a1c952c..5573182f6705afe645307fd8395ca7ed1b72d1ed
Change-Id: Ic4a320dd921c4...
Oliver Hader
12:55 Revision d08403d8: [TASK] Reapply direct changes of TYPO3 Core
Commits 59900b6682cc043d7541b3e26380cb3dd843d14b..50cbf2640caad79144d3d9c2d511030a78c7cc9c
Change-Id: I2171bcb0997d6...
Oliver Hader
12:55 Revision 68ea0445: [TASK] Reapply direct changes of TYPO3 Core
Commits 59900b6682cc043d7541b3e26380cb3dd843d14b..218a48ef59c671e3b27e74e88c52c4737f280062
Change-Id: Ie69a8434dc32b...
Oliver Hader
11:26 Revision cafec387: [TASK] Use external Core Project version as Git submodule
Part 2/2
Change-Id: I9b2651883dfd138f994fe8801a65e40d79b8e8d8
Resolves: #26725
Releases: 4.2, 4.3, 4.4
Reviewed-on: ...
Oliver Hader
11:26 Revision 63f07d55: [TASK] Use external Core Project version as Git submodule
Part 1/2
Change-Id: If4b0e8192493ca48ec262d0afce289b5eddba2fb
Resolves: #26725
Releases: 4.2, 4.3, 4.4
Reviewed-on: ...
Oliver Hader
11:25 Revision 8383bc0b: [TASK] Use external Core Project version as Git submodule
Part 2/2
Change-Id: Ia466164a1b670c0a16bbbbbfca42f3cc6915dc12
Resolves: #26725
Releases: 4.2, 4.3, 4.4
Reviewed-on: ...
Oliver Hader
11:25 Revision 6307176b: [TASK] Use external Core Project version as Git submodule
Part 1/2
Change-Id: I355e4d0f5599c6853305c2a2b6acfff53ac36c01
Resolves: #26725
Releases: 4.2, 4.3, 4.4
Reviewed-on: ...
Oliver Hader
11:23 Revision f9f7f379: [TASK] Use external Core Project version as Git submodule
Part 2/2
Change-Id: I8b7ffbf66e223aeb95bb1e6b8478beaabff46a12
Resolves: #26725
Releases: 4.2, 4.3, 4.4
Reviewed-on: ...
Oliver Hader
11:23 Revision 08d90a63: [TASK] Use external Core Project version as Git submodule
Part 1/2
Change-Id: I88cfd819571583819fc73ab0b6566645301174e0
Resolves: #26725
Releases: 4.2, 4.3, 4.4
Reviewed-on: ...
Oliver Hader

2011-05-09

22:56 Revision 84db6d32: First working Extbase version
Change-Id: Iec4d43aaee7fbf10d40f71e56ee5e3981fa894a1 Benni Mack
19:11 Revision 95b15a41: [TASK] Import typo3/sysext/version/
Import of commit cee1ce2c0dbe64f1d8931693bda4dd74d880d9ee
Change-Id: Iab757d78bbe200ccac9e462924f58b330fa4309f
Oliver Hader
19:09 Revision fdfc219d: [TASK] Import typo3/sysext/version/
Import of commit c48a528dc650ec556e7aa49f8d4d479d0aeb6fe5
Change-Id: I1135607b8547e3010dee9b517c45304d8f7bc03f
Oliver Hader
19:07 Revision 742c3bb7: [TASK] Import typo3/sysext/version/
Import of commit be5717debfc2b3e26c79e2274561e41dbf26941b
Change-Id: I1f21e47d2c3d30323b0aa361ee1c69221df9b5ff
Oliver Hader
14:37 Revision 50379dce: [TASK] Use external Core Projects workspaces and version as Git submodules
Part 2/2
Change-Id: I5fd9dc244921b1751af0eadd8e5571728218ce6d
Resolves: #26581
Reviewed-on: http://review.typo3.org/...
Oliver Hader
14:09 Revision eb3b9cde: [TASK] Use external Core Projects workspaces and version as Git submodules
Part 1/2
Change-Id: Id743a7f72e1d11ed5631d75d6fb95d89b9decd17
Resolves: #26581
Reviewed-on: http://review.typo3.org/...
Oliver Hader
14:03 Revision 7cc2726b: [TASK] Use external Core Projects workspaces and version as Git submodules
Part 2/2
Change-Id: If78cf29e57c7ab560082826cbc395ad35fad0097
Resolves: #26581
Reviewed-on: http://review.typo3.org/...
Oliver Hader
14:03 Revision b1da97bd: [TASK] Use external Core Projects workspaces and version as Git submodules
Part 1/2
Change-Id: I13ba0ff933510e5ee83fc719fb87933555ac3e70
Resolves: #26581
Reviewed-on: http://review.typo3.org/...
Oliver Hader
07:43 Revision 62682125: [BUGFIX] Cannot redeclare class backend_toolbaritem
Because of a PHP bug on some systems, login to TYPO3 backend
fails because the interface backend_toolbaritem is inclu...
Xavier Perseguers

2011-05-08

21:12 Revision d8befaf7: [+BUGFIX] Persistence: Update tstamp column on objects removal
When a object gets deleted from a repository, update the tstamp
column. Thanks to Michel Nederlof.
Fixes: #10634
Ch...
Marc Bastian Heinrichs
15:52 Revision 218a48ef: [TASK] Each PHP statement must be on a line by itself
There are several places where two or more statements are in one line
like "if (condition) do something;" or just to ...
Stefano Kowalke
13:26 Revision 133a9be3: [BUGFIX] Also crop when maxCharacters < first word
When maxCharacters is equal or less then the length of the first word,
the whole string was returned when 'crop to wo...
Peter Beernink
13:24 Revision 03ff5d09: [BUGFIX] Also crop when maxCharacters < first word
When maxCharacters is equal or less then the length of the first word,
the whole string was returned when 'crop to wo...
Peter Beernink
12:50 Revision a0003bb3: [BUGFIX] Display correct lost records count in record statistics
The module DB Check > Record statistics counts the deleted pages
instead of the lost pages and displays that number. ...
Susanne Moog
12:50 Revision 1c873d50: [BUGFIX] Display correct lost records count in record statistics
The module DB Check > Record statistics counts the deleted pages
instead of the lost pages and displays that number. ...
Susanne Moog
12:49 Revision b69dcdb1: [BUGFIX] Display correct lost records count in record statistics
The module DB Check > Record statistics counts the deleted pages
instead of the lost pages and displays that number. ...
Susanne Moog

2011-05-06

19:34 Revision 75d5c7b8: [BUGFIX] Check for a valid Date object before opening datepicker
Fix a regression, while trying to parse the old time when opening
the datepicker would fail on a previously empty dat...
Patrick Schriner
18:31 Revision 016715f5: [FEATURE] Add hook to override icon status overlay
Icons status overlays are defined in t3lib_iconWorks::
mapRecordOverlayToSpriteIconName(). However it is necessary
fo...
Francois Suter
18:30 Revision 226fb782: [FEATURE] Add hook to override icon status overlay
Icons status overlays are defined in t3lib_iconWorks::
mapRecordOverlayToSpriteIconName(). However it is necessary
fo...
Francois Suter
18:29 Revision 9e452a7b: [BUGFIX] Force icon overlay for deleted records
t3lib_iconWorks::mapRecordOverlayToSpriteIconName() defines the
overlays to display for any given record icon, but it...
Francois Suter
18:27 Revision cd651b8b: [BUGFIX] Force icon overlay for deleted records
t3lib_iconWorks::mapRecordOverlayToSpriteIconName() defines the
overlays to display for any given record icon, but it...
Francois Suter

2011-05-04

14:22 Revision 8e03fd98: Merge "[TASK] Remove global declarations inside methods"
Tolleiv Nietsch

2011-05-03

10:24 Revision 50cbf264: [TASK] Change "false" into "FALSE"
Booleans should be written in uppercase.
Change-Id: I5c6e07ceb53deb128f82dc67948925f5cb99dd91
Resolves: #26347
Relea...
Stefano Kowalke

2011-04-30

00:09 Revision 668e715c: [BUGFIX] Abandon one time CSRF tokens
Abandon the extra security feature of having one time tokens and create tokens
which are valid during a whole login s...
Helmut Hummel
00:02 Revision d8b85b63: [BUGFIX] Abandon one time CSRF tokens
Abandon the extra security feature of having one time tokens and create tokens
which are valid during a whole login s...
Helmut Hummel

2011-04-29

18:06 Revision 06711c2c: [CLEANUP] Fix TCA tree the same as in TYPO3_4-5
The TCA tree feature did not work when setting maxitems=1 in the TCA.
This bug has been fixed in master in 290529a75...
Helmut Hummel
17:36 Revision 03f943da: [TASK] Remove last relics of IE6 backend support
Remove the last occurrences of IE6 specific code.
Resolves: #26274
Change-Id: I82e86c5b8ecc14d6592871a2f86d6c50d69ee...
Steffen Gebert
17:05 Revision df05f2ca: [BUGFIX][saltedpasswords] Failed backend logins not not logged
The logging functions in saltedpasswords are not able to log failed
backend userlogins to TYPO3s syslog, because the ...
Torben Hansen
16:58 Revision 3a45abf0: [TASK] Change "null" into "NULL"
The special value "null" should written in uppercase "NULL".
Change-Id: I84deb049c823ee6b51792df7afd08b18bbff5cac
Re...
Stefano Kowalke
16:57 Revision 07caa233: [BUGFIX][saltedpasswords] Failed backend logins not not logged
The logging functions in saltedpasswords are not able to log failed
backend userlogins to TYPO3s syslog, because the ...
Torben Hansen
16:51 Revision f4ed27fc: [BUGFIX] Typo "tsdWrap" instead of "stdWrap"
In class tslib_content_offsettable there is one occurence of "tsdWrap",
which should read "stdWrap".
Change-Id: I8ae...
Christopher Stelmaszyk
16:49 Revision 0f4f591e: [BUGFIX] Typo "tsdWrap" instead of "stdWrap"
In class tslib_content_offsettable there is one occurence of "tsdWrap",
which should read "stdWrap".
Change-Id: Ia65...
Christopher Stelmaszyk
16:02 Revision fee5c75f: CGL: Change "true" into "TRUE"
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@47122 735d13b6-9817-0410-8766-e36946ffe9aa Chris topher
15:45 Revision f8b8898e: [TASK] Change "true" into "TRUE"
Booleans should be written in uppercase.
Change-Id: Ib29abc6e1e658e3a1b65cd1873a3a3edac7dba57
Resolves: #26346
Relea...
Stefano Kowalke
13:25 Revision cd000903: [BUGFIX][TESTS] Fix unit test cropIsMultibyteSafe
The unit test cropIsMultibyteSafe (class tslib_contentTest) fails, if
error reporting includes E_WARNING. In this cas...
Steffen Gebert
13:20 Revision b14941b3: [BUGFIX][TESTS] Fix unit test fixPermissionsSetsPermissionsWithRelativeFileReference
The test fixPermissionsSetsPermissionsWithRelativeFileReference
(t3lib_divTest) used a (wrong) relative path to a tes...
Steffen Gebert
13:14 Revision 1e560e42: [BUGFIX][TESTS] Fix unit test fixPermissionsSetsPermissionsWithRelativeFileReference
The test fixPermissionsSetsPermissionsWithRelativeFileReference
(t3lib_divTest) used a (wrong) relative path to a tes...
Steffen Gebert
12:59 Revision 710ae66b: [BUGFIX][TESTS] Fix unit test cropIsMultibyteSafe
The unit test cropIsMultibyteSafe (class tslib_contentTest) fails, if
error reporting includes E_WARNING. In this cas...
Steffen Gebert

2011-04-28

18:55 Revision fe693631: [BUGFIX] Default login (without EXT:felogin) form should be removed
When EXT:felogin is not installed, a FE login content element is available, that is
out of date and should not be use...
Susanne Moog
10:41 Revision bfa7453b: [BUGFIX] Use recursive option of mkdir in t3lib_div::mkdir_deep
Additionally throw exceptions instead of a return string if directory could
not be created.
Change-Id: I90da96e1b62d...
Christian Kuhn

2011-04-27

17:25 Revision 9ec48ada: [BUGFIX] EM: Incorrect label ext_details_always_loaded ['SYS'] / ['EXT']
The message has TYPO3_CONF_VARS['SYS']['requiredExt'] instead of
TYPO3_CONF_VARS['EXT']['requiredExt'] as in config_d...
Björn Pedersen
17:21 Revision b5cd9c71: [BUGFIX] EM: Incorrect label ext_details_always_loaded ['SYS'] / ['EXT']
The message has TYPO3_CONF_VARS['SYS']['requiredExt'] instead of
TYPO3_CONF_VARS['EXT']['requiredExt'] as in config_d...
Björn Pedersen
13:37 Revision 5900e2e4: [BUGFIX] Fix typo in class.t3lib_div.php
Change "$includeEmtpyValues" into "$includeEmptyValues"
Change-Id: I8527373b7b5934025f8ef44bde8ef76ee9036a07
Resolve...
Stefano Kowalke

2011-04-26

20:45 Revision fea8491d: * Fixed bug #13757 Scheduler task does not work at all
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@46996 735d13b6-9817-0410-8766-e36946ffe9aa michael.miousse
16:16 Revision 5188b68c: [TASK] TYPO3 code must not use the else if construct
Change "else if" into "elseif"
This is a follow-up because I forgot one "else if".
Change-Id: I51eeab3ced57a7f9ffc84...
Stefano Kowalke
15:13 Revision 3019ca92: [BUGFIX] TCA tree with maxitems=1 doesn't work
* Check if value of the parent field is neither empty nor 0,
because t3lib_transferData returns 0 if the database f...
Marco Huber
14:53 Revision 81746f39: [TASK] TYPO3 code must not use the else if construct
Change "else if" into "elseif"
Change-Id: I7db545131851b2bb99dfe25c80fef6b26f5504dd
Resolves: #26295
Releases: 4.6
R...
Stefano Kowalke
09:47 Revision 9b3a0450: [+BUGFIX] correct warning in ObjectStorage & LazyObjectStorage
We got this little private warning, telling people to use
getFirst() instead of PHP's current() on objectStorages
but...
Felix Oertel

2011-04-25

23:43 Revision 515d8b31: [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
23:29 Revision b928fca9: [TASK] Add helper function for array handling
Adds a helper functions for easier handling of arrays.
New class t3lib_utility_Array adds a method to reduce an
array...
Susanne Moog
22:28 Revision f2cd90a8: [BUGFIX] Fix inconsistent linebreaks in some files
A few files are containing inconsistent linebreaks.
Since all of these files are taken from external projects,
someon...
Michael Stucki
22:27 Revision d041afbe: [BUGFIX] Fix inconsistent linebreaks in some files
A few files are containing inconsistent linebreaks.
Since all of these files are taken from external projects,
someon...
Michael Stucki
22:10 Revision ac6b768a: [FEATURE] Remove size bound of included TypoScript files
Change-Id: Ib8dd5576d4400cb4da38c86384ce6dd31f734508
Resolves: #25709
Reviewed-on: http://review.typo3.org/1408
Revie...
Rastislav Birka
21:48 Revision 9a39d0d6: [BUGFIX] Add unit tests for t3lib_div::mkdir_deep
Add new unit tests for mkdir_deep() to document current behavior.
Clean up variable names in mkdir_deep (no functiona...
Christian Kuhn
21:36 Revision b6cdaeab: [BUGFIX] Remove obsolete safe_mode hacks from t3lib_div
Remove code from t3lib_div::fixPermissions and t3lib_div::mkdir that remove
a trailing slash from a given directory. ...
Christian Kuhn
16:47 Revision 0e8771d7: [BUGFIX] redirectTo field max-value 255 chars
It is neccessary to hold more than 120 characters in redirectTo field,
thus changes in ext_table.sql and tbl_cms.php ...
Markus Bucher

2011-04-24

17:13 Revision 6c1a94f1: [BUGFIX] Add "class." prefix to all scheduler unit test files
According to CGL the files which contain a class must have a prefix "class." in filename.
Change-Id: I1b636b6b64e720...
Christian Kuhn

2011-04-22

18:09 Revision 77cef3fe: [TASK] Remove file SVNreadme.txt
The file SVNreadme.txt in the root of the repository contains
information, which should help people coming from older...
Steffen Gebert
18:08 Revision e3d28323: [TASK] Remove file SVNreadme.txt
The file SVNreadme.txt in the root of the repository contains
information, which should help people coming from older...
Steffen Gebert
18:08 Revision 49676a0a: [TASK] Remove file SVNreadme.txt
The file SVNreadme.txt in the root of the repository contains
information, which should help people coming from older...
Steffen Gebert
17:17 Revision 938f31b6: [TASK] Remove file SVNreadme.txt
The file SVNreadme.txt in the root of the repository contains
information, which should help people coming from older...
Steffen Gebert

2011-04-21

17:15 Revision 8d4f247c: [BUGFIX] Log out after running garbage collection tests
TYPO3_DB must be added to $backupGlobalsBlacklist.
Change-Id: I97e1a11da555e5f247c8f5cfb87142f70d2e8b78
Resolves: #2...
Christian Kuhn
17:12 Revision f6a42963: [BUGFIX] Log out after running garbage collection tests
TYPO3_DB must be added to $backupGlobalsBlacklist.
Change-Id: I1a4642d563f67582f5a300859a2ecc2ae2e96390
Resolves: #2...
Christian Kuhn
16:06 Revision 293bff64: [TASK] Add missing PHP closing tag
This is a CGL cleanup.
Change-Id: I761fe8983c35e2dbe002728c54d547e590004d26
Resolves: #26173
Releases: 4.6
Reviewed-...
Stefano Kowalke
15:22 Revision e03de7e1: [BUGFIX] Replace deprecated assertType in unit tests
Change-Id: If068c3483225d4a21a69493a54ab2845c1f48760
Resolves: #25090
Releases: 4.6, 4.5
Reviewed-on: http://review.t...
Alexander Stehlik
15:10 Revision 87da2ace: [BUGFIX] Replace deprecated assertType in unit tests
Change-Id: I8fd91f031634e43a34ab1d3b75869452a8dd4d6a
Resolves: #25090
Releases: 4.6, 4.5
Reviewed-on: http://review.t...
Alexander Stehlik
15:03 Revision 4f2fa175: * Fixed bug #13953: Third-party classes cannot be checked due to dynamicConfigFile in TCA (thanks to Jan Philipp Timme)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@46851 735d13b6-9817-0410-8766-e36946ffe9aa michael.miousse
14:20 Revision 38c50483: [TASK] Remove whitespace between variable name and square bracket.
This is a CGL cleanup.
Change-Id: I30ef7ff173b91a14f8562c094ed071917a4918cb
Resolves: #26171
Releases: 4.6
Reviewed-...
Stefano Kowalke
12:59 Revision ca0373e4: [TASK] Remove trailing newlines from EOF
This is a CGL cleanup to get rid of all trailing newlines at EOF.
Change-Id: I905d04317303f000a5e71eaf61973bf7cadea1...
Stefano Kowalke
12:25 Revision cc3e3f4f: [TASK] Fix some typos
Change-Id: Ic068f31188e09e9d55cc7ada246e5d192a70fbc7
Resolves: #26164
Releases: 4.6
Reviewed-on: http://review.typo3....
Stefano Kowalke
01:34 Revision b821a722: Removed superfluous newline after PHP closing tag at EOF
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@46832 735d13b6-9817-0410-8766-e36946ffe9aa Chris topher
00:55 Revision 57d6ec84: [FEATURE] Make template file for EXT:felogin configurable by constant
The HTML template for EXT:felogin should be configurable.
Therefore, add a new constant to css_styled_content named
...
Soren Malling
 

Also available in: Atom