Steffen Kamper [Sun, 13 Mar 2011 13:09:57 +0000 (14:09 +0100)]
[BUGFIX] Missing initialization of variables
Initialize variables, which are used, but not initialized in every case before.
Change-Id: Icc2193cccf3f309edf76f69c90deaeb5e300e828
Resolves: #M17934
Reviewed-on: http://review.typo3.org/1235
Reviewed-by: Steffen Kamper <info@sk-typo3.de>
Tested-by: Steffen Kamper <info@sk-typo3.de>
Steffen Kamper [Wed, 9 Mar 2011 17:30:10 +0000 (18:30 +0100)]
[BUGFIX] EM update module doesn't accept cache_extension table
You see only the message:
To get and update the list, go to the section "Import extensions" and use the button "Retrieve/Update" even if table is filled.
The reason is that it looks for typo3temp/extensions.xml.hz instead checking if the table has records.
Solution:
Check table count instead.
Change-Id: Ide26c0fc5a3963f6bfa1a134ebfdbbf5f0b9b768
Resolves: #M17907
Reviewed-on: http://review.typo3.org/1232
Reviewed-by: Steffen Kamper <info@sk-typo3.de>
Tested-by: Steffen Kamper <info@sk-typo3.de>
Steffen Kamper [Tue, 8 Mar 2011 11:44:07 +0000 (12:44 +0100)]
[BUGFIX] EM using filter in filter menu isn't clear enough
When checking one of the filter provided by the filter button menu, it gets printed bold.
However this seems not clear enough for many users, so display the "Clear filters" button would make it more clear.
Change-Id: If56e45e30d6a90f91994c1e295e17432a9c350c8
Resolves: #M17892
Reviewed-on: http://review.typo3.org/1231
Reviewed-by: Steffen Kamper <info@sk-typo3.de>
Tested-by: Steffen Kamper <info@sk-typo3.de>
steffenk [Tue, 1 Mar 2011 14:07:05 +0000 (15:07 +0100)]
[BUGFIX] New EM, Date of last update not visible due to missing
In small views the text is not readable as it gets cut.
Solution:
Add the same text to a tooltip.
Change-Id: Iec4ed75a5a6786b0d837fa4ddb48870e6477ff61
Resolves: #M17788
Reviewed-on: http://review.typo3.org/1230
Reviewed-by: Steffen Kamper <info@sk-typo3.de>
Tested-by: Steffen Kamper <info@sk-typo3.de>
Steffen Kamper [Thu, 10 Mar 2011 09:44:56 +0000 (10:44 +0100)]
[BUGFIX] TCEforms palette header is only indented on first tab
The first tab has different wrappers, so the CSS does not work on other tabs than the first one.
Change-Id: I579a720ce5f5819375310fa296b08d646dff404b
Resolves: #M17789
Reviewed-on: http://review.typo3.org/1229
Reviewed-by: Steffen Kamper <info@sk-typo3.de>
Tested-by: Steffen Kamper <info@sk-typo3.de>
Steffen Kamper [Mon, 7 Mar 2011 16:51:36 +0000 (17:51 +0100)]
[BUGFIX] EM locallist, grouping with author
When grouping with author you may see many groups with same author. This happens
if author of extensions is there with different email adresses.
Further author with email is clickable which is not useful in group header.
Solution:
use simple groupRenderer that returns author only.
Change-Id: If7084c124089eadd3e0ec8def196eb2d349024d8
Resolves: #M17887
Reviewed-on: http://review.typo3.org/1228
Reviewed-by: Steffen Kamper <info@sk-typo3.de>
Tested-by: Steffen Kamper <info@sk-typo3.de>
Frederic Gaus, Flagbit GmbH & Co. KG [Mon, 21 Mar 2011 09:51:32 +0000 (10:51 +0100)]
[BUGFIX] link title with wrong encoded umlauts
Use Ext.urlEncode() to encode links in TBE_EDITOR. This ensures
correct generation of strings in conjunction with UTF-8 and fixes
wrongly encoded special chars (e.g. umlauts) in the browse-links
dialog's field link-title.
Change-Id: I5a094088ceb274817d3c6d5e14abe827732afaec
Resolves: #M17979
Reviewed-on: http://review.typo3.org/1216
Reviewed-by: Helmut Hummel <typo3@helmut-hummel.de>
Tested-by: Helmut Hummel <typo3@helmut-hummel.de>
Reviewed-by: Steffen Kamper <info@sk-typo3.de>
Tested-by: Steffen Kamper <info@sk-typo3.de>
Bjoern Pedersen [Mon, 21 Mar 2011 08:23:06 +0000 (09:23 +0100)]
[BUGFIX] Don't load ExtCore and ExtJS simultaneously
Reason: ExtJs fails if ExtCore is loaded.
ExtCore is a "small" compilation of ExtJS just for some little widgets and effects.
Change-Id: If0bad33acb3ed643a5c3fb512a2c70fa6e1bb407
Resolves: #M17994
Reviewed-on: http://review.typo3.org/1225
Reviewed-by: Steffen Kamper <info@sk-typo3.de>
Tested-by: Steffen Kamper <info@sk-typo3.de>
Franz G.Jahn [Mon, 14 Mar 2011 20:33:48 +0000 (21:33 +0100)]
[BUGFIX] Extension Manager Function "Backup/Delete => Dump Tables" doesn't work any more
If you try to dump Tables via Extension Manager, you will get a file which looks like this:
...
INSERT INTO static_languages VALUES (NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO static_languages VALUES (NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
...
Reason:
tx_em_database::dumpTableContent uses associative Array $fieldStructure to access the database fields. Although $fieldStructure contains a mapping $field => $structure, the fields are read in a foreach-loop which uses the values of the array.
Change-Id: I8dce8df4692ec871dbddad3f57bfb4e9342cd7d7
Resolves: #M17938
Reviewed-on: http://review.typo3.org/1170
Reviewed-by: Steffen Kamper <info@sk-typo3.de>
Tested-by: Steffen Kamper <info@sk-typo3.de>
Francois Suter [Thu, 3 Mar 2011 20:15:09 +0000 (21:15 +0100)]
[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']['spriteIconRecordOverlayPriorities'].
This patch fixes this by adding it as the first item in the list,
since one can assume "deleted" to be the most important status.
NOTE: it's hard to view the result of this patch as deleted records
are not normally shown in the TYPO3 BE. You may have deleted
records when working in a workspace, but they will still not be
visible after this patch due to a further bug in t3lib_iconworks.
See http://bugs.typo3.org/view.php?id=17117 for a discussion of that
further bug.
To view the effect of this patch, apply the patch from #M17117,
go to a workspace, delete an unversioned record and see the icon
change.
Change-Id: Idb2cd8a661e96fbd1e1e4a8bcfab5db4b0c44a89
Resolves: #M17815
Reviewed-on: http://review.typo3.org/1161
Reviewed-by: Francois Suter <francois@typo3.org>
Tested-by: Francois Suter <francois@typo3.org>
Steffen Ritter [Tue, 1 Mar 2011 12:56:43 +0000 (13:56 +0100)]
[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 Protocol change will (SSL -> PLAIN or vice versa) happen, the URL has to be generated absolute.
This will fail in the described behaviour.
Notes:
This one has been reported by Michael Maier.
Attached patch is my "easier to read" version doing the same as _v2 of Jigal and the result of talking through all cases which may arise.
Resolves: #M17118
Master Branch: Ie5821361b578b6f1fa3612ac9bfa44dd476c9c76
Change-Id: I63834ee565ad2958a3af82bcd03537e053832c09
Reviewed-on: http://review.typo3.org/957
Reviewed-by: Jigal van Hemert <jigal@xs4all.nl>
Tested-by: Jigal van Hemert <jigal@xs4all.nl>
Julian Hofmann [Thu, 10 Mar 2011 20:41:00 +0000 (21:41 +0100)]
[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 enter a transport protocol
for connecting the SMTP server.
Change-Id: I205bacd8078597d897d8f6b700a1ee2b1c2e8b86
Reviewed-on: http://review.typo3.org/1132
Reviewed-by: Jigal van Hemert <jigal@xs4all.nl>
Tested-by: Jigal van Hemert <jigal@xs4all.nl>
Markus Klein [Fri, 4 Mar 2011 12:22:50 +0000 (13:22 +0100)]
[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->Configuration writes strings like
$GLOBALS['TCA']['tt_news']['columns']['image']['config']['allowed'] = 'jpg';
to typo3conf/extTables.php.
However, a call to loadTCA($table) call is not added before, so
the TCA array is incomplete. Furthermore if you set the columns part
in extTables.php any proceeding call to loadTCA will not work, since
'columns' is already defined.
Change-Id: I98cf3b2a570a06fe13ca69e99d8f18e0c35a30d3
Resolves: #M17754
Reviewed-on: http://review.typo3.org/1128
Reviewed-by: Steffen Gebert <steffen.gebert@typo3.org>
Tested-by: Steffen Gebert <steffen.gebert@typo3.org>
Reviewed-by: Markus Klein <klein.t3@mfc-linz.at>
Tested-by: Markus Klein <klein.t3@mfc-linz.at>
steffenk [Fri, 4 Mar 2011 09:03:01 +0000 (10:03 +0100)]
[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 default value are removed.
As it's a security warning, this should be stated in the warning, so change the wording.
Change-Id: I5a0fc888862c83528dc6ac957c405c9de74486d0
Resolves: #M17817
Reviewed-on: http://review.typo3.org/1030
Reviewed-by: Andreas Wolf <andreas.wolf@ikt-werk.de>
Tested-by: Andreas Wolf <andreas.wolf@ikt-werk.de>
Steffen Ritter [Wed, 2 Mar 2011 12:46:27 +0000 (13:46 +0100)]
[BUGFIX] tcaTree Interface is not localized
The TCA tree introduced to 4.5 is not localized by now.
Change it.
Change-Id: I4c360a3ef327c8268e92e4f701875e4a7cc6a394
Resolves: #M17818
Reviewed-on: http://review.typo3.org/970
Reviewed-by: Steffen Ritter <info@rs-websystems.de>
Tested-by: Steffen Ritter <info@rs-websystems.de>
Steffen Ritter [Thu, 3 Mar 2011 17:29:59 +0000 (18:29 +0100)]
[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, to fix the problem.
Change-Id: I0a3a19377f4871f80557f32d61019ecc90d85baa
Reviewed-on: http://review.typo3.org/1027
Reviewed-by: Andreas Wolf <andreas.wolf@ikt-werk.de>
Tested-by: Andreas Wolf <andreas.wolf@ikt-werk.de>
Steffen Kamper [Tue, 8 Mar 2011 12:42:25 +0000 (13:42 +0100)]
[BUGFIX] Wrong label in felogin redirectDisable
Wrong label in felogin redirectDisable.
The label says "Enable Redirect"
From functionality it should be "Disable Redirect" as it was before.
Change-Id: I9db30dfbbead9f002041122a0c8fa119bf9a7f9b
Resolves: #M17466
Refs: master,TYPO3_4-5
Reviewed-on: http://review.typo3.org/1095
Reviewed-by: Oliver Hader <oliver@typo3.org>
Tested-by: Oliver Hader <oliver@typo3.org>
steffenk [Sun, 6 Mar 2011 11:15:33 +0000 (12:15 +0100)]
[BUGFIX] New EM - cannot save files with noEdit disabled
Due a typo the setting is not recognized correct.
Change-Id: I79a4308cefc6088500652f8dac29476379c6774c
Resolves: #M17811
Reviewed-on: http://review.typo3.org/1068
Reviewed-by: Steffen Kamper <info@sk-typo3.de>
Tested-by: Steffen Kamper <info@sk-typo3.de>
Reviewed-by: Stefano Kowalke <blueduck@gmx.net>
Steffen Gebert [Sun, 6 Mar 2011 13:57:22 +0000 (14:57 +0100)]
[BUGFIX] Typo in top.TYPO3.ModuleMenu
Change TYPO3.ModuleMenu.selecteModule to selectedModule.
Change-Id: Ife7eff40678191f5eb1113799924b71eee418b75
Resolves: #M17875
Reviewed-on: http://review.typo3.org/1076
Reviewed-by: Susanne Moog <typo3@susannemoog.de>
Tested-by: Susanne Moog <typo3@susannemoog.de>
Reviewed-by: Stefano Kowalke <blueduck@gmx.net>
Reviewed-by: Steffen Gebert <steffen.gebert@typo3.org>
steffenk [Fri, 4 Mar 2011 11:26:05 +0000 (12:26 +0100)]
[BUGFIX] EM interface for renderHook is missing
Seems this file was not added with latest merge, add it
Change-Id: Ibb2e70722f633251193576227659cc44fa7a21a6
Resolves: #M17865
Reviewed-on: http://review.typo3.org/1042
Reviewed-by: Christian Mueller <christian@kitsunet.de>
Reviewed-by: Steffen Kamper <info@sk-typo3.de>
Tested-by: Steffen Kamper <info@sk-typo3.de>
steffenk [Fri, 4 Mar 2011 09:41:40 +0000 (10:41 +0100)]
[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: I907434f5f86854192cebe9aa0c1ed4a6a6f42c6b
Resolves: #M17812
Reviewed-on: http://review.typo3.org/1034
Reviewed-by: Steffen Kamper <info@sk-typo3.de>
Tested-by: Christopher <chrissitopher@gmx.de>
Stefan [Wed, 2 Mar 2011 15:18:09 +0000 (16:18 +0100)]
[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: I1e11854dea4b57ce61d714369b3448e42c51f369
Resolves: #M17828
Reviewed-on: http://review.typo3.org/1055
Reviewed-by: Stefan Galinski <stefan.galinski@gmail.com>
Tested-by: Stefan Galinski <stefan.galinski@gmail.com>
Stefan [Wed, 2 Mar 2011 17:19:49 +0000 (18:19 +0100)]
[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 the context menu.
When I click the same context menu link (at the same page) a second time it expands all pages on all levels below the page where I clicked.
I'd expect the tree either doing the first OR the second action but not 2 different actions on the same useraction.
Change-Id: I559156ba17b978f5d1c4a6859404d94efb007d1e
Resolves: #M17394
Reviewed-on: http://review.typo3.org/1047
Reviewed-by: Stefan Galinski <stefan.galinski@gmail.com>
Tested-by: Stefan Galinski <stefan.galinski@gmail.com>
Oliver [Thu, 3 Mar 2011 13:52:16 +0000 (14:52 +0100)]
[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 fine. Thus these checks do not provide helpful information, but
produce false warnings. This change removes this image file size check.
Change-Id: I2f2ea3d4e2b2f82c4bb510c003cd09ae881daffc
Resolves: #M17849
Reviewed-on: http://review.typo3.org/1038
Reviewed-by: Dmitry Dulepov <dmitry@typo3.org>
Tested-by: Dmitry Dulepov <dmitry@typo3.org>
Tolleiv Nietsch [Tue, 1 Mar 2011 09:22:33 +0000 (10:22 +0100)]
[BUGFIX] fix t3lib_extMgm::addToAllTCAtypes(..... , 'replace:xxx')
t3lib_extMgm::addToAllTCAtypes(..... , 'replace:xxx')
breaks when palette used in many types
Change-Id: I2c514097352e13307a81f13a53e72785f68dc69e
Resolves: #M17777
Reviewed-on: http://review.typo3.org/1025
Reviewed-by: Tolleiv Nietsch <info@tolleiv.de>
Tested-by: Tolleiv Nietsch <info@tolleiv.de>
Oliver Hader [Wed, 2 Mar 2011 18:39:26 +0000 (19:39 +0100)]
[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: I9dc162ff67b9ae4b9a9e3f539ef41170bfeac2e3
Resolves: #M17814
Reviewed-on: http://review.typo3.org/987
Reviewed-by: Oliver Hader <oliver@typo3.org>
Tested-by: Oliver Hader <oliver@typo3.org>
Sebastian [Wed, 2 Mar 2011 14:58:50 +0000 (15:58 +0100)]
[TASK] Changed copyright note to current year
Changed the copyright note in javascript files as they are not changed automaticaly
Change-Id: Iac98ae409353b58a547eef72c54ad76f0aed6a28
Reviewed-on: http://review.typo3.org/983
Reviewed-by: Stefan Galinski <stefan.galinski@gmail.com>
Tested-by: Stefan Galinski <stefan.galinski@gmail.com>
Reviewed-by: Steffen Ritter <info@rs-websystems.de>
Tested-by: Steffen Ritter <info@rs-websystems.de>
stephenking [Sun, 27 Feb 2011 17:16:13 +0000 (17:16 +0000)]
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
steffenk [Sun, 27 Feb 2011 13:46:19 +0000 (13:46 +0000)]
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
steffenk [Sun, 27 Feb 2011 13:39:36 +0000 (13:39 +0000)]
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
steffenk [Sun, 27 Feb 2011 12:43:44 +0000 (12:43 +0000)]
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
stephenking [Sat, 26 Feb 2011 13:29:58 +0000 (13:29 +0000)]
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
baschny [Fri, 25 Feb 2011 23:21:42 +0000 (23:21 +0000)]
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
baschny [Fri, 25 Feb 2011 23:18:32 +0000 (23:18 +0000)]
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
baschny [Fri, 25 Feb 2011 22:59:14 +0000 (22:59 +0000)]
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
steffenk [Fri, 25 Feb 2011 22:41:55 +0000 (22:41 +0000)]
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
baschny [Fri, 25 Feb 2011 22:22:19 +0000 (22:22 +0000)]
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
steffenk [Fri, 25 Feb 2011 18:02:24 +0000 (18:02 +0000)]
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
steffenk [Fri, 25 Feb 2011 17:40:25 +0000 (17:40 +0000)]
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
baschny [Fri, 25 Feb 2011 16:31:22 +0000 (16:31 +0000)]
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
sgalinsk [Thu, 24 Feb 2011 23:41:34 +0000 (23:41 +0000)]
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
steffenk [Thu, 24 Feb 2011 23:17:05 +0000 (23:17 +0000)]
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
steffenk [Thu, 24 Feb 2011 23:07:19 +0000 (23:07 +0000)]
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
steffenk [Thu, 24 Feb 2011 22:48:21 +0000 (22:48 +0000)]
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
steffenk [Thu, 24 Feb 2011 21:26:15 +0000 (21:26 +0000)]
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
steffenk [Thu, 24 Feb 2011 19:22:09 +0000 (19:22 +0000)]
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
steffenk [Thu, 24 Feb 2011 19:16:12 +0000 (19:16 +0000)]
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
steffenk [Thu, 24 Feb 2011 19:06:44 +0000 (19:06 +0000)]
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
steffenk [Thu, 24 Feb 2011 18:12:10 +0000 (18:12 +0000)]
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
steffenk [Wed, 23 Feb 2011 22:20:00 +0000 (22:20 +0000)]
Fixed regression in linkvalidator
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10615
709f56b5-9817-0410-a4d7-
c38de5d9e867
baschny [Wed, 23 Feb 2011 15:05:11 +0000 (15:05 +0000)]
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
baschny [Wed, 23 Feb 2011 14:55:24 +0000 (14:55 +0000)]
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
baschny [Wed, 23 Feb 2011 14:19:45 +0000 (14:19 +0000)]
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
steffenk [Wed, 23 Feb 2011 14:18:41 +0000 (14:18 +0000)]
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
steffenk [Wed, 23 Feb 2011 13:53:33 +0000 (13:53 +0000)]
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
ohader [Wed, 23 Feb 2011 13:26:39 +0000 (13:26 +0000)]
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
steffenk [Wed, 23 Feb 2011 13:21:08 +0000 (13:21 +0000)]
Merge ... 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
ohader [Wed, 23 Feb 2011 13:18:22 +0000 (13:18 +0000)]
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
steffenk [Wed, 23 Feb 2011 12:46:10 +0000 (12:46 +0000)]
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
steffenk [Wed, 23 Feb 2011 12:42:18 +0000 (12:42 +0000)]
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
baschny [Wed, 23 Feb 2011 10:46:18 +0000 (10:46 +0000)]
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
baschny [Wed, 23 Feb 2011 10:43:07 +0000 (10:43 +0000)]
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
baschny [Wed, 23 Feb 2011 10:33:36 +0000 (10:33 +0000)]
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
baschny [Wed, 23 Feb 2011 10:14:33 +0000 (10:14 +0000)]
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
tolleiv [Wed, 23 Feb 2011 09:53:46 +0000 (09:53 +0000)]
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 [Wed, 23 Feb 2011 09:40:40 +0000 (09:40 +0000)]
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
francois [Wed, 23 Feb 2011 08:59:53 +0000 (08:59 +0000)]
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
steffenk [Tue, 22 Feb 2011 23:16:54 +0000 (23:16 +0000)]
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
sgalinsk [Tue, 22 Feb 2011 22:55:55 +0000 (22:55 +0000)]
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
steffenk [Tue, 22 Feb 2011 22:52:18 +0000 (22:52 +0000)]
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
sgalinsk [Tue, 22 Feb 2011 22:47:19 +0000 (22:47 +0000)]
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
sgalinsk [Tue, 22 Feb 2011 22:42:37 +0000 (22:42 +0000)]
FollowUp #17452: Added missing credits
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10564
709f56b5-9817-0410-a4d7-
c38de5d9e867
sgalinsk [Tue, 22 Feb 2011 22:39:00 +0000 (22:39 +0000)]
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
sgalinsk [Tue, 22 Feb 2011 22:28:15 +0000 (22:28 +0000)]
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
jigal [Tue, 22 Feb 2011 22:19:26 +0000 (22:19 +0000)]
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
steffenk [Tue, 22 Feb 2011 22:13:13 +0000 (22:13 +0000)]
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
sgalinsk [Tue, 22 Feb 2011 22:10:39 +0000 (22:10 +0000)]
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
steffenk [Tue, 22 Feb 2011 22:02:54 +0000 (22:02 +0000)]
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
steffenk [Tue, 22 Feb 2011 21:56:57 +0000 (21:56 +0000)]
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
stan [Tue, 22 Feb 2011 19:19:03 +0000 (19:19 +0000)]
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
etobi.de [Tue, 22 Feb 2011 19:12:24 +0000 (19:12 +0000)]
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
jigal [Tue, 22 Feb 2011 18:46:19 +0000 (18:46 +0000)]
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
nxpthx [Tue, 22 Feb 2011 16:10:45 +0000 (16:10 +0000)]
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
xperseguers [Tue, 22 Feb 2011 16:04:47 +0000 (16:04 +0000)]
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
nxpthx [Tue, 22 Feb 2011 15:14:59 +0000 (15:14 +0000)]
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
steffenk [Tue, 22 Feb 2011 13:57:19 +0000 (13:57 +0000)]
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
steffenk [Tue, 22 Feb 2011 13:52:32 +0000 (13:52 +0000)]
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
steffenk [Tue, 22 Feb 2011 13:47:48 +0000 (13:47 +0000)]
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
xperseguers [Tue, 22 Feb 2011 10:06:21 +0000 (10:06 +0000)]
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
steffenk [Mon, 21 Feb 2011 19:09:26 +0000 (19:09 +0000)]
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
steffenk [Mon, 21 Feb 2011 08:19:21 +0000 (08:19 +0000)]
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
stan [Mon, 21 Feb 2011 02:13:33 +0000 (02:13 +0000)]
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
steffenk [Mon, 21 Feb 2011 00:30:42 +0000 (00:30 +0000)]
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
stan [Sun, 20 Feb 2011 20:07:17 +0000 (20:07 +0000)]
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
jigal [Sun, 20 Feb 2011 17:57:30 +0000 (17:57 +0000)]
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
stan [Sun, 20 Feb 2011 04:20:35 +0000 (04:20 +0000)]
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
stan [Sun, 20 Feb 2011 02:56:33 +0000 (02:56 +0000)]
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
lolli [Sat, 19 Feb 2011 11:10:22 +0000 (11:10 +0000)]
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
steffenk [Thu, 17 Feb 2011 21:04:08 +0000 (21:04 +0000)]
#17592 follow_up
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5@10486
709f56b5-9817-0410-a4d7-
c38de5d9e867
steffenk [Thu, 17 Feb 2011 20:51:05 +0000 (20:51 +0000)]
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