- Jun 16, 2012
-
-
Oliver Hader authored
An exception "#1300096564: uid of file has to be numeric" is thrown on modifying and saving the properties of a pages record. It's required that there are zero file elements on that page, thus the FAL filter gets an faulty array which is not sanitized before trying to get an accordant file. Change-Id: I236610cebe872bcd3a4e49ceec4b24a26b2ef63b Fixes: #38114 Releases: 6.0 Reviewed-on: http://review.typo3.org/12128 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Susanne Moog authored
Use the backend module dispatcher for the two modules in the lowlevel extension - Configuration and DBCheck. Change-Id: I492f119b82141f6801d464b76f5de3d5ca3dbeaf Resolves: #38105 Releases: 6.0 Reviewed-on: http://review.typo3.org/12114 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Susanne Moog authored
Use the backend module dispatcher for the filelist extension. Change-Id: I3b3ab0c485feabab0189cdb4b70d50c92464e41c Resolves: #38103 Releases: 6.0 Reviewed-on: http://review.typo3.org/12110 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Susanne Moog authored
Use the backend module dispatcher for the perm (Access) extension. Change-Id: I1b9566d4c37a5ab8221f70b46447786277c98bd2 Resolves: #38099 Releases: 6.0 Reviewed-on: http://review.typo3.org/12105 Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Susanne Moog authored
Since the refactoring of tstemplate there is no syntax highlighting for tstemplate anymore as the t3editor uses SCRIPT_NAME to decide whether to load itself. Solution is to use the module param for the decision now. Change-Id: I812442a46a898cc495f84ad22ca6ae2d33b454cf Fixes: #38107 Releases: 6.0 Reviewed-on: http://review.typo3.org/12125 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Susanne Moog authored
Use the backend module dispatcher for the indexed_search extension. Change-Id: Ie2f925888100f254622e32df777f2e49b469b431 Resolves: #38109 Releases: 6.0 Reviewed-on: http://review.typo3.org/12123 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Oliver Hader Reviewed-by: Oliver Klee Reviewed-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Step to a cleaner bootstrap in config_default.php: Split the code segments into functions and call them. Do not worry about lots of global functions, they will be moved to the bootstrap classes with the next patches. Change-Id: I0e00ad575d081688e0dcee58a7293d523a5d999a Resolves: #38106 Releases: 6.0 Reviewed-on: http://review.typo3.org/12118 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Tested-by: Susanne Moog Reviewed-by: Susanne Moog Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: I57fb9ef9f3c351612a1cc17ef8151c6535e57872 Reviewed-on: http://review.typo3.org/12124 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- Jun 15, 2012
-
-
Helmut Hummel authored
Since the implementation of #22169 a bogus template icon appeared in the template analyzer. This is because the call to processTemplate was accidentally moved outside the if construct which checks if there are ext_typoscript_*.txt files for the extensions. Change-Id: Ib3de6000df411ee4cb3bbd88f38514d5fcc6653e Fixes: #38104 Releases: 4.6, 4.7, 6.0 Reviewed-on: http://review.typo3.org/12113 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Susanne Moog Tested-by: Susanne Moog
-
Susanne Moog authored
Use the backend module dispatcher for the opendocs extension. Added an index.php that redirects to alt_doc.php which contains the logic. Change-Id: I2a939cfe5f48d760718a0ae330abdc0e75cda135 Resolves: #38102 Releases: 6.0 Reviewed-on: http://review.typo3.org/12109 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Susanne Moog authored
Use the backend module dispatcher for the tstemplate, tstemplate_analyzer, tstemplate_info, tstemplate_objbrowser extensions. Change-Id: I850e54c1948105c80f8221f43a96a128f10fa452 Resolves: #38093 Releases: 6.0 Reviewed-on: http://review.typo3.org/12099 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Oliver Hader authored
Streamline naming of Typo3_Bootstrap and location of files to be in typo3/Classes/Bootstrap/ Change-Id: I063ab9b3a337dce3ffc795be1c81429468a855d7 Resolves: #38089 Releases: 6.0 Reviewed-on: http://review.typo3.org/12103 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Oliver Hader authored
This reverts commit 32c37eb6. Change-Id: Ibc36f5631f12b8cfed759aa6e676f48dc179b1b3 Related: #38087 Releases: 6.0 Reviewed-on: http://review.typo3.org/12106 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Susanne Moog authored
Use the backend module dispatcher for the setup (user settings) extension. Change-Id: I3b5d3c0a2d1b331e22f6389ed147c43303364cf6 Resolves: #38096 Releases: 6.0 Reviewed-on: http://review.typo3.org/12102 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
Streamline typo3/classes naming to be typo3/Classes Change-Id: I688e3405120177ee85ef6519881f7c3dec59d210 Resolves: #38087 Releases: 6.0 Reviewed-on: http://review.typo3.org/12096 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Stefan Galinski authored
Change-Id: If5b4dd3d2b61e046f5657a8899f6c66b961c790e Fixes: #37353 Releases: 6.0 Reviewed-on: http://review.typo3.org/12038 Reviewed-by: Oliver Klee Reviewed-by: Wouter Wolters Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Susanne Moog Tested-by: Susanne Moog
-
Christian Kuhn authored
Change-Id: I5f563622cb3973ad139194df3fab51a8aadf8a2f Resolves: #38092 Releases: 6.0 Reviewed-on: http://review.typo3.org/12098 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Susanne Moog authored
Use the backend module dispatcher for the cshmanual extension. Change-Id: I8333b488f61c30c4c1fe75a2c2e409ce616e216b Resolves: #38090 Releases: 6.0 Reviewed-on: http://review.typo3.org/12095 Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
The definition of constant TYPO3_tables_script in localconf.php allows to set a different path to the basic tca definitions than the default t3lib/stddb/tables.php. This was never recommended and there is a preferred way to overload the default file with a "extTablesDef" script. Since the TYPO3_tables_script was probably never used by anyone, is hidden, underdocumentated and not very useful, the functionality is now removed without substitution. Change-Id: Ie780f56c6ae31f581c286a959168b719b1106079 Releases: 6.0 Resolves: #38081 Reviewed-on: http://review.typo3.org/12093 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Wouter Wolters Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Helmut Hummel authored
The ext_tables inclusion hook has been moved to a method in the bootstrap class. Use this bootstrap method instead of duplicating the hook code in several places. Branches: 6.0 Resolves: #38078 Change-Id: I0713ecf9f18c01b785055222abb3e136c876ece4 Reviewed-on: http://review.typo3.org/12091 Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Susanne Moog authored
Use the backend module dispatcher for the tsconfig_help extension. Change-Id: I96fbe53025318601b1db113039091be545b6036e Resolves: #38080 Releases: 6.0 Reviewed-on: http://review.typo3.org/12090 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Felix Kopp authored
The reload button in DocHeader within the viewpage backend module should not reload the whole content area but only the iframe location. Change-Id: I03e2e6fe0b1be07465035f8e19da931515bb767c Fixes: #37916 Releases: 6.0 Reviewed-on: http://review.typo3.org/11946 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Ludwig Rafelsberger authored
Change-Id: I8a61df7ae9db8c5596dcb956d15a6b344d5b70d9 Resolves:#38059 Releases:6.0 Reviewed-on: http://review.typo3.org/12075 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/index.php * typo3/index_re.php * typo3/init.php * typo3/listframe_loader.php * typo3/login_frameset.php * typo3/logout.php * typo3/mod.php * typo3/move_el.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I330e941921ba7b718d084d0e21463ebc31f296b5 Resolves: #37971 Releases: 6.0 Reviewed-on: http://review.typo3.org/12000 Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/sysext/cms/tslib/content/class.tslib_content_imagetext.php * typo3/sysext/cms/tslib/content/class.tslib_content_loadregister.php * typo3/sysext/cms/tslib/content/class.tslib_content_media.php * typo3/sysext/cms/tslib/content/class.tslib_content_multimedia.php * typo3/sysext/cms/tslib/content/class.tslib_content_offsettable.php * typo3/sysext/cms/tslib/content/class.tslib_content_quicktimeobject.php * typo3/sysext/cms/tslib/content/class.tslib_content_records.php * typo3/sysext/cms/tslib/content/class.tslib_content_restoreregister.php * typo3/sysext/cms/tslib/content/ class.tslib_content_scalablevectorgraphics.php * typo3/sysext/cms/tslib/content/class.tslib_content_searchresult.php * typo3/sysext/cms/tslib/content/ class.tslib_content_shockwaveflashobject.php * typo3/sysext/cms/tslib/content/class.tslib_content_template.php * typo3/sysext/cms/tslib/content/class.tslib_content_text.php * typo3/sysext/cms/tslib/content/class.tslib_content_user.php * typo3/sysext/cms/tslib/content/class.tslib_content_userinternal.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I33fec7cd9ca9a10c760b519db2980b8a667b2830 Resolves: #38061 Releases: 6.0 Reviewed-on: http://review.typo3.org/12073 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- Jun 14, 2012
-
-
Lorenz authored
t3lib_stdGraphic::imagecopyresized was refactored to make it unit-testable in #26660. This change had a regression. When GIFBUILDER is used with a mask, the mask is copied to the mask instead of the source image. Change-Id: Ice2a1cf86f36aed7b429fccd28563782e65966a4 Releases: 4.7, 6.0 Fixes: #36947 Reviewed-on: http://review.typo3.org/11984 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Florian Zimmermann Tested-by: Florian Zimmermann Reviewed-by: Andreas Bouche Tested-by: Andreas Bouche Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Roland Waldner authored
Change-Id: Id806a15491fabd2c61dc0ced44a3ca2adeeb89fb Resolves: #37974 Releases: 6.0 Reviewed-on: http://review.typo3.org/12003 Reviewed-by: Oliver Klee Reviewed-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/sysext/about/interfaces/interface.tx_about_customsections.php * typo3/sysext/aboutmodules/class.tx_aboutmodules_functions.php * typo3/sysext/adodb/checkconnectionwizard.php * typo3/sysext/adodb/class.tx_adodb_tceforms.php * typo3/sysext/adodb/ext_localconf.php * typo3/sysext/adodb/locallang_datasource_config.xlf * typo3/sysext/adodb/locallang_wizard.xlf * typo3/sysext/cms/classes/class.tx_cms_backendlayout.php * typo3/sysext/cms/layout/class.tx_cms_layout.php * typo3/sysext/cms/layout/interfaces/ interface.tx_cms_layout_tt_content_drawitemhook.php * typo3/sysext/cms/layout/res/typo3.pageModule.js Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I237ae69a1669b6b830680f527cf19f618c38c810 Resolves: #38056 Releases: 6.0 Reviewed-on: http://review.typo3.org/12068 Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/sysext/cms/tslib/content/class.tslib_content_abstract.php * typo3/sysext/cms/tslib/content/class.tslib_content_case.php * typo3/sysext/cms/tslib/content/class.tslib_content_cleargif.php * typo3/sysext/cms/tslib/content/class.tslib_content_columns.php * typo3/sysext/cms/tslib/content/class.tslib_content_content.php * typo3/sysext/cms/tslib/content/ class.tslib_content_contentobjectarray.php * typo3/sysext/cms/tslib/content/ class.tslib_content_contentobjectarrayinternal.php * typo3/sysext/cms/tslib/content/class.tslib_content_contenttable.php * typo3/sysext/cms/tslib/content/class.tslib_content_editpanel.php * typo3/sysext/cms/tslib/content/class.tslib_content_file.php * typo3/sysext/cms/tslib/content/class.tslib_content_files.php * typo3/sysext/cms/tslib/content/class.tslib_content_flowplayer.php * typo3/sysext/cms/tslib/content/class.tslib_content_fluidtemplate.php * typo3/sysext/cms/tslib/content/class.tslib_content_form.php * typo3/sysext/cms/tslib/content/class.tslib_content_hierarchicalmenu.php * typo3/sysext/cms/tslib/content/class.tslib_content_horizontalruler.php * typo3/sysext/cms/tslib/content/class.tslib_content_image.php * typo3/sysext/cms/tslib/content/class.tslib_content_imageresource.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I2a6c88091a5f45c9a8a765e2ef6b43e562a83145 Resolves: #38058 Releases: 6.0 Reviewed-on: http://review.typo3.org/12072 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/sysext/cms/layout/conf.php * typo3/sysext/cms/layout/db_layout.php * typo3/sysext/cms/layout/db_new_content_el.php * typo3/sysext/cms/layout/wizard_backend_layout.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I685ede5314f7c603288a4be297a2a946e545addd Resolves: #38057 Releases: 6.0 Reviewed-on: http://review.typo3.org/12071 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/view_help.php * typo3/wizard_colorpicker.php * typo3/wizard_edit.php * typo3/wizard_forms.php * typo3/wizard_list.php * typo3/wizard_rte.php * typo3/wizard_table.php * typo3/wizard_tsconfig.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: Ia5f7b719d9365dcdd8f4d6d3401eecb6ce88ab92 Resolves: #37980 Releases: 6.0 Reviewed-on: http://review.typo3.org/12010 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/class.webpagetree.php * typo3/cleaner_check.sh * typo3/cleaner_fix.sh * typo3/cli_dispatch.phpsh * typo3/db_new.php * typo3/dummy.php * typo3/file_edit.php * typo3/file_newfolder.php * typo3/file_rename.php * typo3/file_upload.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: Ia91597115348f3ce72c1b2ac991344f9eaf3f445 Resolves: #37968 Releases: 6.0 Reviewed-on: http://review.typo3.org/11999 Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Roland Waldner authored
Change-Id: I938b2f4780bd1a307105f3b48ca93757171de548 Resolves: #37964 Releases: 6.0 Reviewed-on: http://review.typo3.org/11998 Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Roland Waldner authored
Change-Id: I01c2bec418bb507a81550277e143e1d4115c8eda Resolves: #37978 Releases: 6.0 Reviewed-on: http://review.typo3.org/12008 Reviewed-by: Oliver Klee Reviewed-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/show_item.php * typo3/show_rechis.php * typo3/tce_db.php * typo3/tce_file.php * typo3/template.php * typo3/thumbs.php * typo3/wizard_add.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I2c15c4aef382389d4f4105dd352ca48bcaa80a95 Resolves: #37975 Releases: 6.0 Reviewed-on: http://review.typo3.org/12005 Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Roland Waldner authored
Change-Id: I026de405b5b3c704b24a3b8eaec00d420f7cc0e8 Resolves: #37976 Releases: 6.0 Reviewed-on: http://review.typo3.org/12006 Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Roland Waldner authored
Change-Id: I1bcaa9c976925445413a348eb67844d0a184f982 Resolves: #37977 Releases: 6.0 Reviewed-on: http://review.typo3.org/12007 Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Roland Waldner authored
Change-Id: I2c01fbf6a18b672eae51e4aea8b65a8182bd770d Resolves: #37972 Releases: 6.0 Reviewed-on: http://review.typo3.org/12001 Reviewed-by: Stefan Galinski Tested-by: Stefan Galinski Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Ludwig Rafelsberger authored
There are some other CGL violations beside DoubleQuoteUsageNotRequired in the affected files. Change-Id: I84931e4705a5da43b1f8396ad94862819a4036a4 Resolves: #38027 Releases: 6.0 Reviewed-on: http://review.typo3.org/12042 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Ludwig Rafelsberger authored
Some violations against other CGL rules have been fixed as well. Change-Id: I952218d140f559d0d90d4fc070f8de5820134461 Resolves: #38027 Releases: 6.0 Reviewed-on: http://review.typo3.org/12041 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-