Project

General

Profile

Activity

From 2011-02-11 to 2011-03-12

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

2011-03-03

18:18 Revision 290ff5b7: [FEATURE] Hook Request for t3lib_db
For the introduction of uuid within TYPO3, a few hooks need to be added to t3lib_DB.
Change-Id: I3822710055d8d735e61...
Xavier Perseguers
16:18 Revision 1f6f5eb5: [BUGFIX] fix t3lib_extMgm::addToAllTCAtypes(..... , 'replace:xxx')
t3lib_extMgm::addToAllTCAtypes(..... , 'replace:xxx')
breaks when palette used in many types
Change-Id: I2c514097352...
Tolleiv Nietsch
14:03 Revision c11cff16: [~TASK] (FlashMessages) finish the renaming of flashMessages
Membervariables holding Tx_Extbase_MVC_Controller_FlashMessages were
renamed from $flashMessage to $flashMessageConta...
Felix Oertel

2011-03-02

20:46 Revision c150f3b3: [TASK] Create a first proof-of-concept unit test for t3lib_TCEmain::process_datamap
Resolves: #M17836
Change-Id: I92fa2b9d080e819b81451de3571f101a5d39a235
Reviewed-on: http://review.typo3.org/990
Revi...
Oliver Klee
20:31 Revision 2c7d3880: [BUGFIX] Import/Export module uses page id as tree depth
The parameter tx_impexp[pagetree][levels] must be set to zero in this case.
Change-Id: I9dc162ff67b9ae4b9a9e3f539ef4...
Oliver Hader
20:18 Revision a622e7d9: [BUGFIX] Import/Export module uses page id as tree depth
The parameter tx_impexp[pagetree][levels] must be set to zero in this case.
Change-Id: I3828cac7d38117e5a3045a1ac983...
Oliver Hader
16:57 Revision 69eab9b6: [TASK] Changed copyright note to current year
Changed the copyright note in javascript files as they are not changed automaticaly
Change-Id: Iac98ae409353b58a547e...
Sebastian Kurfuerst
16:48 Revision 18abdb59: [TASK] Changed copyright note to current year
Changed the copyright note in javascript files as they are not changed automaticaly
Change-Id: I6a275e0567c98b6b9760...
Sebastian Kurfuerst

2011-03-01

17:14 Revision ab03d196: [BUGFIX] fix t3lib_extMgm::addToAllTCAtypes(..... , 'replace:xxx')
t3lib_extMgm::addToAllTCAtypes(..... , 'replace:xxx')
breaks when palette used in many types
Change-Id: I93e6e3a8e28...
Tolleiv Nietsch
16:30 Revision c4719a9e: [TASK] Small whitespace cleanup in scheduler module
Change-Id: I5e6205213d17db2ea1d2592f40ec8089d702bcb5
Reviewed-on: http://review.typo3.org/950
Reviewed-by: Tobias Lie...
Michael Stucki
15:20 Revision e5fe66be: [TASK] Fix wrong indenting in class.tslib_menu.php
Change-Id: Id22bef3e069772be02f831b27814c97a8e0b112a
Reviewed-on: http://review.typo3.org/951
Reviewed-by: Stefano Ce...
Michael Stucki
11:48 Revision b0fee900: [BUGFIX] Update TYPO3_branch to '4.6'
The constant TYPO3_branch is still configured to '4.5'. Change it to '4.6'.
Change-Id: I4e8d59df96b2eb200f20ee921b55...
Steffen Gebert
11:48 Revision bbb1b1a8: [TASK] Small cleanup in ChangeLog
Change-Id: Id7501b45c5ab18f58217696e428384c21af22f96
Reviewed-on: http://review.typo3.org/946
Tested-by: Ernesto Basc...
Michael Stucki

2011-02-28

20:37 Revision 56bcb390: Fixed bug #17665: Remove deprecated method redirect() from t3lib_userAuth
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10664 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
20:33 Revision 571c46c4: Fixed bug #17664: Remove deprecated class t3lib_matchcondition
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10663 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
20:28 Revision 695f3f7e: Fixed bug #17663: Remove deprecated reduceColors() from t3lib_stdGraphic
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10662 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
20:18 Revision 1b382645: Follow-up to #17670: Add typo3/template.php getDynTabMenuJScode() again and remove deprecated return value only
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10661 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn

2011-02-27

18:19 Revision c5afdf2f: Fixed bug #17776: Backend layout wizard uses invalid stylesheet path (Thanks to Markus Klein)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10660 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Gebert
18:16 Revision 78cee89f: Fixed bug #17776: Backend layout wizard uses invalid stylesheet path (Thanks to Markus Klein)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10659 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Gebert
14:46 Revision 86e47cc0: Fixed bug #17787: Filtering in repository state does not work
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10658 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:46 Revision e7285312: Fixed bug #17787: Filtering in repository state does not work
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10657 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:39 Revision 8f55db63: Fixed bug #17786: Filtering repository list fields are not prefixed with tablename
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10656 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:39 Revision 6a495506: Fixed bug #17786: Filtering repository list fields are not prefixed with tablename
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10655 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
13:43 Revision 3f8f2518: Follow-up to #17735: Class 'tx_em_XmlException' not found when Retrieve / Update
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10654 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
13:43 Revision 198804c0: Follow-up to #17735: Class 'tx_em_XmlException' not found when Retrieve / Update
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10653 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper

2011-02-26

16:11 Revision d7b74436: Added Feature #17723: Refreshment of about module
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10652 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:29 Revision c8303520: Fixed bug #17775: Compression Level Upgrade Wizard refers to old .htaccess path (Thanks to Markus Klein)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10651 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Gebert
14:27 Revision a45a2538: Fixed bug #17775: Compression Level Upgrade Wizard refers to old .htaccess path (Thanks to Markus Klein)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10650 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Gebert
00:21 Revision f715bd4e: Updating version number to 4.5.3-dev after release of 4.5.2
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10649 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
00:18 Revision fab32e4a: Tagging TYPO3 4.5.2
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-5-2@10648 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
00:18 Revision 0f968693: Release of TYPO3 4.5.2
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10647 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny

2011-02-25

23:59 Revision aecb9f2e: Merged Linkvalidator 1.0.2 to be included in 4.5.2 (Thanks to Michael Miousse and Christopher Stelmaszyk)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10646 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
23:42 Revision e088e7c7: Fixed bug #17772: Repository update deletes description of repository
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10645 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
23:41 Revision 691d8407: Fixed bug #17772: Repository update deletes description of repository
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10644 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
23:22 Revision 88b70e13: Fixed bug #17728: PHP warning in page module (e.g. in TemplaVoila) with active open_basedir
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10643 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
23:21 Revision 96708bcc: Fixed bug #17728: PHP warning in page module (e.g. in TemplaVoila) with active open_basedir
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10642 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
19:02 Revision 6bc37a70: Fixed bug #17769: Em use wrong property for db updates
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10641 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
19:02 Revision b8e848a1: Fixed bug #17769: Em use wrong property for db updates
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10640 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
18:40 Revision 452362dd: Removed double applied patch in tx_em_tools
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10639 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
17:33 Revision 93122bd1: Fixed bug #17732: Install Tool doing Fatal error when APC PHP module is loaded (no session is stored)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10638 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
17:31 Revision c9823fb7: Fixed bug #17732: Install Tool doing Fatal error when APC PHP module is loaded (no session is stored)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10637 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
17:30 Revision 2e7c424b: Fixed bug #17732: Install Tool doing Fatal error when APC PHP module is loaded (no session is stored)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10636 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
08:48 Revision b79581ab: Added feature #17761: htmlArea RTE: Defer access to stylesheets
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10635 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
00:41 Revision 1f3f7c63: Fixed bug #17431: "Show Page" in contextmenu results in new browser window (Thanks to Simon Schaufelberger)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10634 709f56b5-9817-0410-a4d7-c38de5d9e867 Stefan Galinski
00:40 Revision b83447ed: Fixed bug #17431: "Show Page" in contextmenu results in new browser window (Thanks to Simon Schaufelberger)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10633 709f56b5-9817-0410-a4d7-c38de5d9e867 Stefan Galinski
00:17 Revision dd14441d: Fixed bug #16788: Flexform inputfields remain empty (Thanks to Andreas Kiessling)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10632 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
00:17 Revision f9dd6762: Fixed bug #16788: Flexform inputfields remain empty (Thanks to Andreas Kiessling)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10631 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
00:16 Revision 88eba6f7: Fixed bug #16788: Flexform inputfields remain empty (Thanks to Andreas Kiessling)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10630 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
00:07 Revision aae07f2d: Fixed bug #17735: Class 'tx_em_XmlException' not found when Retrieve / Update
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10629 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
00:07 Revision 1abcfa6e: Fixed bug #17735: Class 'tx_em_XmlException' not found when Retrieve / Update
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10628 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper

2011-02-24

23:48 Revision bb1b5665: Fixed bug #17692: Updating translations does not work anymore
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10627 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
23:48 Revision 5ff0c1c7: Fixed bug #17692: Updating translations does not work anymore
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10626 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
22:26 Revision 1b3d4b38: Fixed bug #17758: EM: After update repository the info labels are not updated
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10625 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
22:26 Revision 2260867e: Fixed bug #17758: EM: After update repository the info labels are not updated
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10624 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
22:05 Revision a0af121f: Updated em_conf
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@44223 735d13b6-9817-0410-8766-e36946ffe9aa Chris topher
22:00 Revision 0b63300c: Cleaned emconf for the release of TYPO3 4.5.2
Release linkvalidator 1.0.2
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/branches/4.5@44221 73...
Chris topher
21:45 Revision 3c14a4f2: Fixed bug #13340: Regression in TYPO3 4.5.1: pid and uid database fields are always 0
Updated ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/branches/4.5@44220 735d13b6-981...
Chris topher
21:39 Revision 8c21d42a: Updated ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@44218 735d13b6-9817-0410-8766-e36946ffe9aa Chris topher
20:22 Revision f314f43b: Fixed bug #13309 Text on "Settings" tab needs more space
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10623 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
20:22 Revision 141a0813: Fixed bug #13309 Text on "Settings" tab needs more space
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10622 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
20:16 Revision 24bd5bee: Fixed bug #13310: PHP Warning "array_merge(): Argument #2 is not an array" in class.tx_em_settings.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10621 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
20:16 Revision 6416afa4: Fixed bug #13310: PHP Warning "array_merge(): Argument #2 is not an array" in class.tx_em_settings.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10620 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
20:06 Revision b9b1013d: Fixed bug EM rev 4188: Reimplemented removed function in em_tools and deprecate it
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10619 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
19:48 Revision 49d98042: * Fixed bug #13340 Regression 4.5.1: pid and uid database fields are always 0
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@44210 735d13b6-9817-0410-8766-e36946ffe9aa michael.miousse
19:12 Revision e176d71c: Renewed fix #17701: Generated t3x are corrupted in 4.5.1-dev and trunk
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10618 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
19:12 Revision fb6a838c: Renewed fix #17701: Generated t3x are corrupted in 4.5.1-dev and trunk
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10617 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
16:09 Revision 10c2336b: Backported changeset 44194 from trunk: updated documentation
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-2@44195 735d13b6-9817-0410-8766-e36946ffe9aa Xavier Perseguers
16:08 Revision 4346df10: Updated manual with hint suggested by Jigal regarding table2handlerKeys
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@44194 735d13b6-9817-0410-8766-e36946ffe9aa Xavier Perseguers
13:14 Revision 38f9eb7a: Fixed bug #13318: Regression in linkvalidator
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/branches/4.5@44184 735d13b6-9817-0410-8766-e36946f... Chris topher
13:09 Revision 5a43b48f: Followup to #13318: Regression in linkvalidator
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@44183 735d13b6-9817-0410-8766-e36946ffe9aa Chris topher

2011-02-23

23:20 Revision 7a33adad: Fixed regression in linkvalidator
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10616 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
23:20 Revision 385da9ba: Fixed regression in linkvalidator
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10615 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
23:14 Revision 98fb4e5e: #13318 Regression in linkvalidator
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@44169 735d13b6-9817-0410-8766-e36946ffe9aa Steffen Kamper
22:04 Revision 2ef225a4: Cleanup: Extracted INSTALL.txt from packaging script and added it to the Core
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@10614 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
16:05 Revision 4039a829: Updating version number to 4.5.2-dev after release of 4.5.1
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10613 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
15:55 Revision e5c9623c: Tagging TYPO3 4.5.1
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-5-1@10612 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
15:55 Revision 8939ed30: Release of TYPO3 4.5.1
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10611 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
15:21 Revision 94e2e845: Updating version number to 4.4.8-dev after release of 4.4.7
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10610 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:19 Revision 7ec7705c: Fixed bug #17574: defaultMailFromName not used when defaultMailFromAddress is used in mailform (Thanks to Jigal van Hemert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10609 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
15:19 Revision 4f127163: Tagging TYPO3 4.4.7
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-4-7@10608 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:19 Revision e84c53b5: Follow-up in em - little css correction
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10607 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
15:18 Revision c6f42478: Release of TYPO3 4.4.7
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10606 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:18 Revision a1021f5d: Follow-up in em - little css correction
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10605 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
15:16 Revision ebe98869: Updating version number to 4.3.12-dev after release of 4.3.11
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@10604 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:14 Revision 677952a8: Tagging TYPO3 4.3.11
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-3-11@10603 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:14 Revision 80473aa1: Release of TYPO3 4.3.11
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@10602 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:12 Revision 2bc1209b: Fixed bug #17574: defaultMailFromName not used when defaultMailFromAddress is used in mailform (Thanks to Jigal van Hemert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10601 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
14:55 Revision d9d29641: Update codemirror to recent version 0.9.4
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10600 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:53 Revision 697f86eb: Update codemirror to recent version 0.9.4
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10599 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:53 Revision d6edd804: Update codemirror to recent version 0.9.4
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10599 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:27 Revision 9e722cfc: Follow-up to bug #17719: Removed unused files
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10598 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:26 Revision 1380ca19: Follow-up to bug #17719: Removed unused files
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10597 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:25 Revision ce054f81: Follow-up to bug #17719: Removed unused files
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10596 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:22 Revision ee1293c0: Merge of extension manager for 4.5.0 - see ChangeLog in em for details
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10595 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:21 Revision 7784305c: Merge of extension manager for 4.5.0 - see ChangeLog in em for details
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10594 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:19 Revision 5a6c69a6: Fixed bug #17719: Move donation popup to about module (thanks to Steffen Kamper)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10593 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:18 Revision fd2d2bb1: Fixed bug #17719: Move donation popup to about module (thanks to Steffen Kamper)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10592 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:17 Revision f27b4347: Fixed bug #17719: Move donation popup to about module (thanks to Steffen Kamper)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10591 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
13:46 Revision ec4944fa: Fixed bug #17520: Pagetree - Locked records are not indicated anymore (Thanks to Stefan Galinski)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10590 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
13:46 Revision 3f1ad376: Fixed bug #17520: Pagetree - Locked records are not indicated anymore (Thanks to Stefan Galinski)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10589 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
13:42 Revision 415e2866: Fixed bug #17702: Directly open "inline edit" of page title after creating a new page with drag and drop in the pagetree (Thanks to Stefan Galinski)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10588 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
13:42 Revision dbf6301a: Fixed bug #17702: Directly open "inline edit" of page title after creating a new page with drag and drop in the pagetree (Thanks to Stefan Galinski)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10587 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
11:47 Revision 9890f22f: Fixed bug #17314: Swift_RfcComplianceException is always thrown in t3lib_formmail when forceReturnPath=1 is set
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10586 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
11:46 Revision f260905a: Fixed bug #17314: Swift_RfcComplianceException is always thrown in t3lib_formmail when forceReturnPath=1 is set
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10585 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
11:43 Revision f5bcfb0e: Updated ext_emconf.php fo^Cseveral changed sysext's for release 4.5.1
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10584 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
11:33 Revision a95c3ca5: Updated ext_emconf.php for several changed sysext's for release 4.5.1
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10583 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
11:14 Revision 39a7dcda: Merged Linkvalidator 1.0.1 to be included in 4.5.1 (Thanks to Michael Miousse and Christopher Stelmaszyk).
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10582 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
10:54 Revision 7687bcdc: Fixed bug #17511: tx_install_session::write doesn't fix permissions
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10581 709f56b5-9817-0410-a4d7-c38de5d9e867 Tolleiv Nietsch
10:53 Revision 5c533dde: Fixed bug #17511: tx_install_session::write doesn't fix permissions
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10580 709f56b5-9817-0410-a4d7-c38de5d9e867 Tolleiv Nietsch
10:53 Revision 9f7b725e: Fixed bug #17511: tx_install_session::write doesn't fix permissions
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10579 709f56b5-9817-0410-a4d7-c38de5d9e867 Tolleiv Nietsch
10:40 Revision 9e03d887: Synchronized external repositories of version (tag 4.5.1) and workspaces (tag 4.5.1)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10578 709f56b5-9817-0410-a4d7-c38de5d9e867 Tolleiv Nietsch
10:04 Revision bb1549e0: Fixed bug #16636: Suggest wizard does not work with drop-down select fields
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10577 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
09:59 Revision e8831c6c: Fixed bug #16636: Suggest wizard does not work with drop-down select fields
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10576 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
09:58 Revision 734d7bc6: Fixed bug #17501: User setup - pressing return creates installtool file (Thanks to Steffen Kamper)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@10575 709f56b5-9817-0410-a4d7-c38de5d9e867 Thorsten Kahler
09:58 Revision de19592a: Fixed bug #17501: User setup - pressing return creates installtool file (Thanks to Steffen Kamper)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10574 709f56b5-9817-0410-a4d7-c38de5d9e867 Thorsten Kahler
09:22 Revision ff0fffef: Fixed bug #16636: Suggest wizard does not work with drop-down select fields
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10573 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
01:07 Revision b553d4e2: Raised version to 4.5.1
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/branches/4.5@4178 743128fe-103e-dd11-99c4-0... Tolleiv Nietsch
01:06 Revision fd9d4cbc: Raised version to 4.5.1
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/branches/4.5@4177 743128fe-103e-dd11-99c... Tolleiv Nietsch
00:52 Revision f65a2f5e: Fixed bug #12457: Split view und grid don't use StateProvider yet
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/branches/4.5@4176 743128fe-103e-dd11-99c... Tolleiv Nietsch
00:52 Revision 4b2a096a: Fixed bug #12457: Split view und grid don't use StateProvider yet
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4175 743128fe-103e-dd11-99c4-001b2... Tolleiv Nietsch
00:47 Revision 687ff660: Changes according to changed ExtDirect inclusion (#17592)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/branches/4.5@4174 743128fe-103e-dd11-99c... Tolleiv Nietsch
00:17 Revision cc60e5ed: Follow-up to #16902 Bug: Fatal error in tslib_content_text (was: No FE output)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10572 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
00:16 Revision 7f7e9777: Follow-up to #16902 Bug: Fatal error in tslib_content_text (was: No FE output)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10571 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper

2011-02-22

23:58 Revision b067d506: updated changelog for the release 1.0.1
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/branches/4.5@44094 735d13b6-9817-0410-8766-e36946f... michael.miousse
23:57 Revision 44cfb640: updated changelog for the release 1.0.1
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@44093 735d13b6-9817-0410-8766-e36946ffe9aa michael.miousse
23:55 Revision b95eae00: Fixed bug #17479: javascript error after contextmenu -> delete a page
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10570 709f56b5-9817-0410-a4d7-c38de5d9e867 Stefan Galinski
23:55 Revision 91abc5f8: merge to version 1.0.1 for the release of 4.5.1
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/branches/4.5@44092 735d13b6-9817-0410-8766-e36946f... michael.miousse
23:55 Revision 4c5b813d: Fixed bug #17479: javascript error after contextmenu -> delete a page
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10569 709f56b5-9817-0410-a4d7-c38de5d9e867 Stefan Galinski
23:52 Revision 900141a7: Fixed bug #14224: Redirect URL for backend login is lost when entering wrong information (Thanks to Reinhard Führicht)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10568 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
23:52 Revision 7c2d642e: Fixed bug #14224: Redirect URL for backend login is lost when entering wrong information (Thanks to Reinhard Führicht)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10567 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
23:47 Revision 72859ebc: Fixed bug #17457: Pagetree - User Mount Points are always expanded
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10566 709f56b5-9817-0410-a4d7-c38de5d9e867 Stefan Galinski
23:46 Revision 4b377624: Fixed bug #17457: Pagetree - User Mount Points are always expanded
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10565 709f56b5-9817-0410-a4d7-c38de5d9e867 Stefan Galinski
23:42 Revision 24f1b5fa: FollowUp #17452: Added missing credits
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10564 709f56b5-9817-0410-a4d7-c38de5d9e867 Stefan Galinski
23:42 Revision 88a94a77: FollowUp #17452: Added missing credits
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10563 709f56b5-9817-0410-a4d7-c38de5d9e867 Stefan Galinski
23:39 Revision 0ec34729: clean up of emconf and update version to 1.0.1
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@44091 735d13b6-9817-0410-8766-e36946ffe9aa michael.miousse
23:39 Revision 8a5b10b1: Fixed bug #17452: options.hideRecords.pages is ignored in page tree
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10562 709f56b5-9817-0410-a4d7-c38de5d9e867 Stefan Galinski
23:38 Revision 1df5b410: Fixed bug #17452: options.hideRecords.pages is irgnored in page tree
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10561 709f56b5-9817-0410-a4d7-c38de5d9e867 Stefan Galinski
23:37 Revision 9ce27d07: Fixed bug #12855: Generate preview link visible in Live-Workspace and on non-content pages
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/branches/4.5@4173 743128fe-103e-dd11-99c... Tolleiv Nietsch
23:36 Revision bf23d695: Fixed bug #12855: Generate preview link visible in Live-Workspace and on non-content pages
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4172 743128fe-103e-dd11-99c4-001b2... Tolleiv Nietsch
23:28 Revision d49b3479: Fixed bug #17531: htmlMail - Can't send mails on port based systems with Swiftmailer substitution
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10560 709f56b5-9817-0410-a4d7-c38de5d9e867 Stefan Galinski
23:27 Revision 968cdecf: Fixed bug #17531: htmlMail - Can't send mails on port based systems with Swiftmailer substitution
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10559 709f56b5-9817-0410-a4d7-c38de5d9e867 Stefan Galinski
23:20 Revision 37dbb1af: Fixed bug #16656: ImageMagick does not work with quotes in exec() path on Windows
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10558 709f56b5-9817-0410-a4d7-c38de5d9e867 Jigal van Hemert
23:19 Revision e2767c95: Fixed bug #16656: ImageMagick does not work with quotes in exec() path on Windows
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10557 709f56b5-9817-0410-a4d7-c38de5d9e867 Jigal van Hemert
23:17 Revision 38414ed2: Fixed bug #16656: ImageMagick does not work with quotes in exec() path on Windows
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10556 709f56b5-9817-0410-a4d7-c38de5d9e867 Jigal van Hemert
23:13 Revision 87a1030c: Fixed bug #17708 wrong link in adminpanel: edit page properties (Thanks to Bjoern Pedersen)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10555 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
23:13 Revision b47b5dc6: Fixed bug #17708 wrong link in adminpanel: edit page properties (Thanks to Bjoern Pedersen)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10554 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
23:10 Revision cf1eba84: Fixed bug #17483: GifBuilder - meaningfulTempFilePrefix can cause invalid image urls
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10553 709f56b5-9817-0410-a4d7-c38de5d9e867 Stefan Galinski
23:08 Revision 4052e7a3: Fixed bug #17483: GifBuilder - meaningfulTempFilePrefix can cause invalid image urls
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10552 709f56b5-9817-0410-a4d7-c38de5d9e867 Stefan Galinski
23:03 Revision 6597d210: Fixed bug #17715: Wrong variable name used in recycler (Thanks to Peter Beernink)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10551 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
23:02 Revision d1537faa: Fixed bug #17715: Wrong variable name used in recycler (Thanks to Peter Beernink)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10550 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
22:57 Revision f57ce968: Fixed bug 17412: PHP Warning in class.t3lib_matchcondition_abstract.php (Thanks to Sven Jürgens)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10549 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
22:56 Revision c151abd4: Fixed bug 17412: PHP Warning in class.t3lib_matchcondition_abstract.php (Thanks to Sven Jürgens)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10548 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
21:03 Revision 42fcefcf: Fixed bug #17670: Remove deprecated functions scheduled for removal in 4.6
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10547 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
20:52 Revision f49a5b75: Fixed bug #17662: Remove deprecated class gzip_encode
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10546 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
20:46 Revision e840a40d: Fixed bug #17661: Remove deprecated methods from t3lib_div
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10545 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
20:40 Revision 54eeaf43: Fixed bug #17695: htmlArea RTE: Removing format may remove content
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@10544 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
20:33 Revision 575ea43e: Fixed bug #17695: htmlArea RTE: Removing format may remove content
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10543 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
20:19 Revision d219cf96: Fixed bug #17695: htmlArea RTE: Removing format may remove content
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10542 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
20:14 Revision 70c2170b: Fixed bug #17695: htmlArea RTE: Removing format may remove content
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10541 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
20:12 Revision 6cfc140f: Raise sysext/t3editor to version 1.5.1
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10540 709f56b5-9817-0410-a4d7-c38de5d9e867 Tobias Liebig
19:57 Revision d7cdcc5e: Fixed bug #17654: t3editor: some code completion descriptions have " entities instead of real quotes
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10539 709f56b5-9817-0410-a4d7-c38de5d9e867 Tobias Liebig
19:54 Revision 8bb0feda: Fixed bug #17653: t3editor: wrong size calculation in Chrome for the code completion window
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10538 709f56b5-9817-0410-a4d7-c38de5d9e867 Tobias Liebig
19:46 Revision 11b87ef4: Fixed bug #17518: Content type "mailform" no longer accepts list of addresses for "Recipient List" (also fixed function description in t3lib_mail_SwiftMailerAdapter)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10537 709f56b5-9817-0410-a4d7-c38de5d9e867 Jigal van Hemert
19:42 Revision 7e3e09c7: Fixed bug #17518: Content type "mailform" no longer accepts list of addresses for "Recipient List" (also fixed function description in t3lib_mail_SwiftMailerAdapter)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10536 709f56b5-9817-0410-a4d7-c38de5d9e867 Jigal van Hemert
17:16 Revision 89612853: Fixed bug #16902: Fatal error in tslib_content_text (Thanks to Jo Hasenau)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10535 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Ritter
17:10 Revision 39c24e8a: Fixed bug #16902: Fatal error in tslib_content_text (Thanks to Jo Hasenau)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10534 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Ritter
17:06 Revision d3f98075: Changed back version to 1.2-dev
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-2@44071 735d13b6-9817-0410-8766-e36946ffe9aa Xavier Perseguers
17:04 Revision 523921b5: Raised DBAL to version 1.2.2
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10533 709f56b5-9817-0410-a4d7-c38de5d9e867 Xavier Perseguers
17:00 Revision 213f98fa: Updated checksums
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-2@44069 735d13b6-9817-0410-8766-e36946ffe9aa Xavier Perseguers
16:59 Revision a591ba15: Set version to 1.2.2
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-2@44068 735d13b6-9817-0410-8766-e36946ffe9aa Xavier Perseguers
16:22 Revision fe531e7e: Fixed bug #16891: showpic.php causes a fatal error if parameters GET variable is not an array (Thanks to Helmut Hummel)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10532 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Ritter
16:17 Revision ab029b6c: Fixed bug #16891: showpic.php causes a fatal error if parameters GET variable is not an array (Thanks to Helmut Hummel)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10531 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Ritter
16:14 Revision d4f02c03: Fixed bug #16891: Bug: shopic.php causes a fatal error if parameters GET variable is not an array (Thanks to Helmut Hummel)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10530 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Ritter
16:07 Revision 64da490c: * Fixed Bug #12649: Split up analyzeRecord()
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@44049 735d13b6-9817-0410-8766-e36946ffe9aa michael.miousse
14:57 Revision 14b16892: Fixed bug #17672: CSH - each label fires one request
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10529 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:57 Revision 9e730712: Fixed bug #17672: CSH - each label fires one request
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10528 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:52 Revision c597a06d: Follow-up to #17383: Open forms cannot be saved after "Relogin" (Security Token errors)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10527 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:52 Revision 4a07d3a1: Follow-up to #17383: Open forms cannot be saved after "Relogin" (Security Token errors)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10526 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:48 Revision 91e3e5af: Fixed bug #17699: ExtDirect API use relative url for ajax.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10525 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:47 Revision 09e5893e: Fixed bug #17699: ExtDirect API use relative url for ajax.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10524 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
11:06 Revision 72ffdc5f: Backported changeset 10522 from trunk: Fixed bug #17701
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10523 709f56b5-9817-0410-a4d7-c38de5d9e867 Xavier Perseguers
11:04 Revision fdf29a9d: Fixed bug #17701: Generated t3x might be corrupted
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10522 709f56b5-9817-0410-a4d7-c38de5d9e867 Xavier Perseguers

2011-02-21

22:40 Revision 069ee24d: fixed bug #13074: missing cache_frontend configuration
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4169 743128fe-103e-dd11-99c4-001b2... Marco Bresch
22:39 Revision 6d0c7ad1: fixed bug #13074: missing cache_frontend configuration
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/branches/4.5@4168 743128fe-103e-dd11-99c... Marco Bresch
21:29 Revision fabd3e6d: Fixed bug #17498: The refresh login dialogue is shown even if the session already timed out (Thanks to Helmut Hummel)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10521 709f56b5-9817-0410-a4d7-c38de5d9e867 Jigal van Hemert
20:09 Revision 52777d51: Fixed bug #17383: Open forms cannot be saved after "Relogin" (Security Token errors) (Thanks to Helmut Hummel)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10520 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
20:09 Revision d05309cf: Fixed bug #17383: Open forms cannot be saved after "Relogin" (Security Token errors) (Thanks to Helmut Hummel)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10519 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
15:22 Revision 5ab90bcf: Backported changeset 43947 from trunk: Fixed bug #17399
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-2@43948 735d13b6-9817-0410-8766-e36946ffe9aa Xavier Perseguers
15:21 Revision 0bc1f89b: Fixed bug #17399: Install Tool COMPARE fails to update mysql tables
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@43947 735d13b6-9817-0410-8766-e36946ffe9aa Xavier Perseguers
14:52 Revision f6abd374: Backported changeset 43944 from trunk: Fixed bug #17661
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-2@43945 735d13b6-9817-0410-8766-e36946ffe9aa Xavier Perseguers
14:51 Revision 40582e7e: Fixed bug #17661: Remove deprecated methods from t3lib_div
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@43944 735d13b6-9817-0410-8766-e36946ffe9aa Xavier Perseguers
14:47 Revision ca493be9: Fixed bug #17670: Remove deprecated functions scheduled for removal in 4.6
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@43943 735d13b6-9817-0410-8766-e36946ffe9aa Xavier Perseguers
10:10 Revision 311eb5ff: Fix branch name
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-6@10517 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
09:19 Revision 38c769f8: Fixed bug #17684 Admin Panel renders invalid markup (Thanks to Markus Klein)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10516 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
09:19 Revision fd6aaa50: Fixed bug #17684 Admin Panel renders invalid markup (Thanks to Markus Klein)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10515 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
03:21 Revision 9cf5a1aa: Fixed bug #17669: htmlArea RTE: Dialogue window positioning properties not honoured
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10514 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
03:13 Revision 35e1f5fc: Fixed bug #17669: htmlArea RTE: Dialogue window positioning properties not honoured
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10513 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
03:04 Revision e76f369b: Fixed bug #17669: htmlArea RTE: Dialogue window positioning properties not honoured
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10512 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
01:34 Revision 72ee97de: Follow-up to #17592: ExtDirect API calls are splitted in single requests and slows down page loading
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10511 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
01:30 Revision ec4482ab: Follow-up to #17592: ExtDirect API calls are splitted in single requests and slows down page loading
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10510 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper

2011-02-20

22:50 Revision 8474e720: Fixed bug #13096: class tx_version_tcemain_CommandMap contains calls to protected methods from tx_version_tcemain (Thanks to Andreas Kiessling)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/branches/4.5@4149 743128fe-103e-dd11-99c4-0... Tolleiv Nietsch
22:49 Revision 6d562579: Fixed bug #13096: class tx_version_tcemain_CommandMap contains calls to protected methods from tx_version_tcemain (Thanks to Andreas Kiessling)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@4148 743128fe-103e-dd11-99c4-001b210b... Tolleiv Nietsch
22:43 Revision 0c7e8348: Fixed bug #13094,Cannot push IRRE records to next stage (Thanks to Andreas Kiessling)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/branches/4.5@4147 743128fe-103e-dd11-99c4-0... Tolleiv Nietsch
22:42 Revision fe2dfc83: Fixed bug #13094,Cannot push IRRE records to next stage (Thanks to Andreas Kiessling)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@4146 743128fe-103e-dd11-99c4-001b210b... Tolleiv Nietsch
22:37 Revision de3b1ed5: Fixed bug #13097: tx_version_tcemain->processCmdmap - &$commandIsProcessed is not set to TRUE (Thanks to Andreas Kiessling)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/branches/4.5@4145 743128fe-103e-dd11-99c4-0... Tolleiv Nietsch
22:37 Revision 14d960bc: Fixed bug #13097: tx_version_tcemain->processCmdmap - &$commandIsProcessed is not set to TRUE (Thanks to Andreas Kiessling)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@4144 743128fe-103e-dd11-99c4-001b210b... Tolleiv Nietsch
22:26 Revision 8d869fe3: Fixed bug #13098:Hide sys_workspace_stage in list view (Thanks to Andreas Kiessling)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/branches/4.5@4143 743128fe-103e-dd11-99c... Tolleiv Nietsch
22:25 Revision 135fa0c9: Fixed bug #13098:Hide sys_workspace_stage in list view (Thanks to Andreas Kiessling)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4142 743128fe-103e-dd11-99c4-001b2... Tolleiv Nietsch
21:35 Revision 78b3f1e2: Follow-up to issue #17677: htmlArea RTE: Classes configuration is loaded twice
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10509 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
21:07 Revision 2c137af2: Follow-up to issue #17677: htmlArea RTE: Classes configuration is loaded twice
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10508 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
20:50 Revision 1336bad3: Follow-up to issue #17677: htmlArea RTE: Classes configuration is loaded twice
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10507 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
18:57 Revision a65cee73: Fixed bug #17498: The refresh login dialogue is shown even if the session already timed out (Thanks to Helmut Hummel)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10506 709f56b5-9817-0410-a4d7-c38de5d9e867 Jigal van Hemert
18:54 Revision dfd13e80: Fixed bug #17498: The refresh login dialogue is shown even if the session already timed out (Thanks to Helmut Hummel)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10505 709f56b5-9817-0410-a4d7-c38de5d9e867 Jigal van Hemert
14:44 Revision 04120127: typo in ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4141 743128fe-103e-dd11-99c4-001b2... Steffen Kamper
14:41 Revision be4fbf01: Changes according to changed ExtDirect incluseion (#17592)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4140 743128fe-103e-dd11-99c4-001b2... Steffen Kamper
05:29 Revision 0d984537: Fixed bug #17677: htmlArea RTE: Classes configuration is loaded twice
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10504 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
05:20 Revision a1a012c7: Fixed bug #17677: htmlArea RTE: Classes configuration is loaded twice
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10503 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
05:18 Revision 2bf7ac1e: Fixed bug #17677: htmlArea RTE: Classes configuration is loaded twice
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10502 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
04:03 Revision fb00c7fb: Fixed bug #17676: htmlArea RTE: Some combo stores are loaded twice
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10501 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
03:56 Revision d156a77a: Fixed bug #17676: htmlArea RTE: Some combo stores are loaded twice
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10500 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
03:52 Revision e34090d7: Fixed bug #17676: htmlArea RTE: Some combo stores are loaded twice
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10499 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland

2011-02-19

15:50 Revision 64466ce7: Remove empty directory typo3/contrib/json
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10498 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
15:44 Revision f7edd20a: Fixed bug #17671: Remove deprecated file typo3/contrib/json/json.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10497 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
12:10 Revision 1545b1f3: Fixed bug #17656: Unit test fails because of invalid clear.gif (Thanks to Alexander Stehlik)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10496 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
12:08 Revision 504a3208: Fixed bug #17656: Unit test fails because of invalid clear.gif (Thanks to Alexander Stehlik)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10495 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
11:51 Revision 815ba73f: Fixed bug #17647: Method bytes() in tslib_cObj is deprecated and should be removed (Thanks to Peter Beernink)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10494 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
11:46 Revision 07d3cd93: Fixed bug #17645: Remove deprecated function formatSize() from t3lib_basicFileFunctions (Thanks to Peter Beernink)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10493 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
11:28 Revision 2416ca1d: Remove deprecated function getCountCacheTables() in SC_mod_web_ts_index (Thanks to Peter Beernink)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10492 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
05:21 Revision 034de2c0: Follow-up to issue #17559: htmlArea RTE: Delete deprecated code/functions from main js script
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10491 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
05:08 Revision a205ab83: Fixed issue #17660: htmlArea RTE: Delete deprecated color conversion function aliases
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10490 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
04:43 Revision dd074d83: Fixed issue #17659: htmlArea RTE: Delete deprecated plugin information variables
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10489 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
02:39 Revision 2b2e658a: Added feature #17658: htmlArea RTE: Write troubleshooting messages to JavaScript console
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10488 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland

2011-02-17

22:04 Revision 382fbd60: #17592 follow_up
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10487 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
22:04 Revision 1633ef2b: #17592 follow_up
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10486 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
21:51 Revision 5138e9e1: Fixed bug #17592: ExtDirect API calls are splitted in single requests and slows down page loading
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10485 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
21:51 Revision cbaa9fc0: Fixed bug #17592: ExtDirect API calls are splitted in single requests and slows down page loading
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10484 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
17:49 Revision cde5e394: Fixed bug #17616: htmlArea RTE: Link dialogue doesn't open when anchor class is set with double quotes
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10483 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
17:29 Revision 51f37bf2: Fixed bug #17616: htmlArea RTE: Link dialogue doesn't open when anchor class is set with double quotes
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10482 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
17:25 Revision 12585394: Fixed bug #17616: htmlArea RTE: Link dialogue doesn't open when anchor class is set with double quotes
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10481 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
13:10 Revision 8e40bc81: Fixed bug #12693: Naming of Documentation folder
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4123 743128fe-103e-dd11-99c4-001b2... Susanne Moog
12:35 Revision 5672fbe0: Fixed bug #17244: Error Message while Updating 4.4.6 > 4.5
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10480 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:33 Revision cf574f60: Fixed bug #17244: Error Message while Updating 4.4.6 > 4.5
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10479 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:15 Revision 774d1975: Fixed bug #12615: Dependencies in sysext 'version' and 'workspaces'
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@4118 743128fe-103e-dd11-99c4-001b210b... Oliver Hader
12:14 Revision 219328de: Fixed bug #12615: Dependencies in sysext 'version' and 'workspaces'
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/branches/4.5@4117 743128fe-103e-dd11-99c4-0... Oliver Hader
12:08 Revision 731f2b09: Fixed bug #17355: Dependencies in sysext 'version' and 'workspaces'
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10478 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:06 Revision 078ac157: Fixed bug #17355: Dependencies in sysext 'version' and 'workspaces'
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10477 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
08:52 Revision 16b1c7db: cleaned changeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4116 743128fe-103e-dd11-99c4-001b2... Susanne Moog
08:48 Revision 6bdb1882: Fixed bug #12621: Documentation for new options concerning stageNotificationEmail
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4115 743128fe-103e-dd11-99c4-001b2... Susanne Moog

2011-02-16

23:15 Revision e2b58cfa: Cleanup #17606: Remove deprecated option TTFLocaleConv
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10476 709f56b5-9817-0410-a4d7-c38de5d9e867 Jigal van Hemert
22:34 Revision dfec0447: Removal of plupload javascript files
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10475 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
22:33 Revision 08402fdb: Removal of plupload javascript files
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10474 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
21:42 Revision 74bdfa08: Fixed bug #17422: cObj->FORM() wasn't processing the $formData parameter (Thanks to Hubertus Golf)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10473 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
21:41 Revision 8713f953: Fixed bug #17422: cObj->FORM() wasn't processing the $formData parameter (Thanks to Hubertus Golf)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10472 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
10:43 Revision 0c6e2501: Fixed bug #17385: Restore proper behavior of LOAD_REGISTER
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10471 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
10:40 Revision 2df69009: Fixed bug #17385: Restore proper behavior of LOAD_REGISTER
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10470 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
09:22 Revision 2f96f86b: Cleanup #17513: Improve sys_note CSH file
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10469 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
09:19 Revision 5ae15943: Cleanup #17513: Improve sys_note CSH file
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10468 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
08:50 Revision f5f32d42: Fixed bug #13003: singleIndex rows not showing up due to browser security violations
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/branches/4.5@4114 743128fe-103e-dd11-99c... Tolleiv Nietsch
08:50 Revision ca1b0d3b: #Fixed bug #13003: singleIndex rows not showing up due to browser security violations
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4113 743128fe-103e-dd11-99c4-001b2... Tolleiv Nietsch
08:48 Revision d61b4451: Fixed bug #13002: singleIndex page much have invalid workspace id
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/branches/4.5@4112 743128fe-103e-dd11-99c... Tolleiv Nietsch
08:47 Revision 661732d9: Fixed bug #13002: singleIndex page much have invalid workspace id
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4111 743128fe-103e-dd11-99c4-001b2... Tolleiv Nietsch
07:20 Revision 31dbe0e2: [+BUGFIX] (Configuration): Adjusted Interface to implementation
The ConfigurationManagerInterface and the ConfigurationManager
had a different API, but of course they should be the ...
Sebastian Kurfuerst

2011-02-15

22:11 Revision 741a2f5d: [!!!][+TASK] Fluid v4 (Core): Make layout UpperCamelCase
- Sets the default layout to Default
- Uses a fallback if the UpperCamelCase file is not found, but
there's a lower...
Rens Admiraal
20:35 Revision 6b135f9b: Fixed bug #17587: htmlArea RTE: RTE should not be enabled on Android
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10467 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
20:21 Revision b084af1c: Fixed bug #17587: htmlArea RTE: RTE should not be enabled on Android
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10466 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
20:11 Revision 52dafd3b: Fixed bug #17587: htmlArea RTE: RTE should not be enabled on Android
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10465 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
19:37 Revision fb481556: Fixed bug #12454: Use setting "defaultMailFromName" and "defaultMailFromAddress"
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@43663 735d13b6-9817-0410-8766-e36946ffe9aa michael.miousse
19:12 Revision cff0015a: * Fixed bug #12650: tx_linkvalidator_tasks_validator: exec() is too long
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@43658 735d13b6-9817-0410-8766-e36946ffe9aa michael.miousse
17:32 Revision dc843d80: Changelog indentation
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@43653 735d13b6-9817-0410-8766-e36946ffe9aa michael.miousse
17:16 Revision eb5c6b45: * Fixed bug #12652: If none of the link types are marked to be checked, all of them are checked
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@43646 735d13b6-9817-0410-8766-e36946ffe9aa michael.miousse
16:43 Revision 0aafb153: [~TASK] Extbase: Raising version from 1.3.0 to 1.4.0-devel
Change-Id: Ia92aa5568cced5acbcec671d7d278d4c9717446f Bastian Waidelich
16:42 Revision 70fb5963: [~TASK] Fluid: Raising version from 1.3.0 to 1.4.0-devel
Change-Id: Ia136f0d1da2c5ef3500a7f57d0e8042005c850e8 Bastian Waidelich
16:39 Revision 959756b8: Fixed bug #12549: Unify capitalization of language labels
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@43639 735d13b6-9817-0410-8766-e36946ffe9aa Chris topher

2011-02-14

20:04 Revision ee8a4442: Fixed bug #17564: Red question marks in QuickEdit instead of icons (Thanks to Jürgen Ettmueller)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10464 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Gebert
20:02 Revision 9f11b13d: Fixed bug #17564: Red question marks in QuickEdit instead of icons (Thanks to Jürgen Ettmueller)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10463 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Gebert
19:57 Revision 3e8c9709: Fixed bug #16890: tcaTree in flexforms still breaks
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10462 709f56b5-9817-0410-a4d7-c38de5d9e867 Georg Ringer
19:47 Revision 2f26f4b1: Fixed bug #16890: tcaTree in flexforms still breaks
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10461 709f56b5-9817-0410-a4d7-c38de5d9e867 Georg Ringer
15:13 Revision 461485a8: [+FEATURE] Fluid (ViewHelpers): Add RawViewHelper
Adding RawViewHelper that deactivates any Fluid escaping interceptors
allowing it to output raw HTML.
Use it like: {c...
Bastian Waidelich
12:26 Revision 0f9abd50: Fixed bug #17541: cookies are not required in CLI mode / cookieSecure blocks cli
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10460 709f56b5-9817-0410-a4d7-c38de5d9e867 Tolleiv Nietsch
12:25 Revision ca2cbf2a: Fixed bug #17541: cookies are not required in CLI mode / cookieSecure blocks cli
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10459 709f56b5-9817-0410-a4d7-c38de5d9e867 Tolleiv Nietsch
12:24 Revision 7428d385: Fixed bug #17541: cookies are not required in CLI mode / cookieSecure blocks cli
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10458 709f56b5-9817-0410-a4d7-c38de5d9e867 Tolleiv Nietsch

2011-02-13

10:16 Revision 7d688f8c: Added Test #17495: Add Unit Tests for t3lib_div::resolveBackPath()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10457 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Gebert
10:15 Revision f5a88156: Added Test #17495: Add Unit Tests for t3lib_div::resolveBackPath()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10456 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Gebert

2011-02-12

08:30 Revision 5f083801: ! Fixed issue #17561: htmlArea RTE: Delete class HTMLArea.Base
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10455 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
03:15 Revision 496bca8b: Fixed issue #17560: htmlArea RTE: Any plugin must be inside HTMLArea namespace
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10454 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
02:19 Revision 0c25bac7: Fixed issue #17559: htmlArea RTE: Delete deprecated code/functions from main js script
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10453 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
01:48 Revision 7e927262: Fixed issue #17558: htmlArea RTE: Delete deprecated browser identification js variables
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10452 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
01:34 Revision 59aad0b6: Fixed issue #17557: htmlArea RTE: Delete deprecated Page TSConfig properties
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10451 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
01:00 Revision 2db33419: Fixed issue #17555: htmlArea RTE: Delete deprecated Aspell-related extension configuration variables
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10450 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
00:06 Revision 380be079: Fixed bug #17553: css_styled_content ext_tables.php links to wrong static file for TYPO3 4.4
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10449 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
00:05 Revision 70a89480: Fixed bug #17553: css_styled_content ext_tables.php links to wrong static file for TYPO3 4.4
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10448 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
00:00 Revision 7a53d567: Fixed issue #17554: htmlArea RTE: Delete deprecated DAM integration extension variable
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10447 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland

2011-02-11

23:50 Revision 96004603: Fixed bug #16534: Exception message for missing memcache wrong
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@10446 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
23:49 Revision 4431d41f: Fixed bug #16534: Exception message for missing memcache wrong
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10445 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
23:48 Revision 7acca816: Fixed bug #16534: Exception message for missing memcache wrong
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10444 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
23:46 Revision f2056f36: Fixed bug #16534: Exception message for missing memcache wrong
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10443 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
23:24 Revision d3c71a04: Fixed issue #17552: htmlArea RTE: Delete deprecated class HTMLArea.Dialog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10442 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
23:20 Revision 7a6ee5df: Fixed bug #15721: Memcache::delete() without timeout param causes loss of memcache server in pool (Thanks to Michiel Ross)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@10441 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
23:18 Revision 5ce0cebb: Fixed bug #15721: Memcache::delete() without timeout param causes loss of memcache server in pool (Thanks to Michiel Ross)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@10440 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
23:17 Revision c2133a91: Fixed bug #15721: Memcache::delete() without timeout param causes loss of memcache server in pool (Thanks to Michiel Ross)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10439 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
23:16 Revision b52db058: Fixed bug #15721: Memcache::delete() without timeout param causes loss of memcache server in pool (Thanks to Michiel Ross)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10438 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
22:59 Revision 7977bafe: Follow-up to #16591: Make getClassName() non recursive (Thanks to Pierre Dudoret)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10437 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
22:59 Revision 1eb607cb: Follow-up to #16591: Make getClassName() non recursive (Thanks to Pierre Dudoret)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10436 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
 

Also available in: Atom