- Jun 23, 2012
-
-
Andy Grunwald authored
An empty constructor just calling parent is not needed, because parent constructors are always called automatically. Change-Id: I86818458540dd85709619f0d0ab21efa266e079b Fixes: #38333 Releases: 6.0 Reviewed-on: http://review.typo3.org/12312 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Andy Grunwald authored
__construct() in localRecordList just calls parent. This is not needed, because parent constructors are always called, even if an extending class does not specify this explicitly. Change-Id: I505169347964744bcd5a7f7deb2d89f696d02634 Fixes: #38334 Releases: 6.0 Reviewed-on: http://review.typo3.org/12313 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
For every class instance that is requested via t3lib_div::makeInstance(), a lookup for ux_"classname" is done and that class is instantiated if it exists, instead of the original class. If no ux_ class is found with class_exists(), the requested class is instantiated. This is the basic "XCLASS" handling in the core. The patch adds autoloader rows for unsuccessful (NULL) ux_* lookups to the autoloader cache file. The file is updated during shutdown. This way the information a XCLASS does NOT exist is cached between consecutive calls. This leads to a performance improvement and is an advantage over the current makeInstance class name cache that worked only for one call. The old "cache for one call only" code is dropped with the patch. Change-Id: I70573146600d658d218dc9b31694748341fc7a20 Resolves: #37915 Releases: 6.0 Reviewed-on: http://review.typo3.org/11943 Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Dominique Feyer authored
The render method of the page renderer is huge and needs to be refactored into smaller pieces to be able to integrate further changes. Change-Id: I2ee64ce54d9b9ae66d78b52f6d67a42b7852c53f Resolves: #38238 Releases: 6.0 Reviewed-on: http://review.typo3.org/12242 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Ludwig Rafelsberger authored
Also did some spacing CGL issues. Change-Id: I10a93c31694ae90be483a4205abd93cc145001c5 Releases: 6.0 Resolves: #38325 Reviewed-on: http://review.typo3.org/12306 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
Change-Id: If32bee38978ad52e7338cedcca98b860f696866b Reviewed-on: http://review.typo3.org/12305 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: Ibf7958460bfac740d74bd22a12c7b9a995d1dbbe Resolves: #38321 Releases: 6.0 Reviewed-on: http://review.typo3.org/12303 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I86ee97b8d1827efca265daa62b488b64c657c095 Resolves: #38322 Releases: 6.0 Reviewed-on: http://review.typo3.org/12304 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Soren Malling authored
The toolbar items in the sys_actions toolbar doesn't go to the right submodule in the "Task center" module - unless the last chosen submodule was "Tasks". This patch adds the "mode" setting, so the right submodule is chosen Change-Id: I0eacf922569005c7eba7cadfd49b15575faa3e60 Resolves: #37906 Releases: 6.0 Reviewed-on: http://review.typo3.org/11931 Reviewed-by: Mattias Nilsson Tested-by: Mattias Nilsson Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
-
- Jun 22, 2012
-
-
Wouter Wolters authored
Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I06035bfe7a224a33fa6624a7adf33a19821a91bf Resolves: #38320 Releases: 6.0 Reviewed-on: http://review.typo3.org/12302 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I413cc9c71997b8ba7f557c2f80bd013e284bd521 Resolves: #38319 Releases: 6.0 Reviewed-on: http://review.typo3.org/12301 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: If173ab6ad75f17f41826ec5dc4f32ca378909193 Resolves: #38318 Releases: 6.0 Reviewed-on: http://review.typo3.org/12300 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
* Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: Icd78ad5235b537134e0a5684de8405d2c581769f Resolves: #38317 Releases: 6.0 Reviewed-on: http://review.typo3.org/12299 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Ludwig Rafelsberger authored
Change-Id: Ia82bb9e0da1761e42af8e32f85443c0a231173f7 Release: 6.0 Resolves: #38303 Reviewed-on: http://review.typo3.org/12291 Reviewed-by: Wouter Wolters Reviewed-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/sysext/recordlist/ext_tables.php * typo3/sysext/recordlist/mod1/index.php * typo3/sysext/reports/ext_localconf.php * typo3/sysext/reports/ext_tables.php * typo3/sysext/reports/interfaces/interface.tx_reports_report.php * typo3/sysext/reports/interfaces/interface.tx_reports_statusprovider.php * typo3/sysext/reports/mod/index.php * typo3/sysext/reports/reports/class.tx_reports_reports_status.php * typo3/sysext/reports/reports/status/ class.tx_reports_reports_status_configurationstatus.php * typo3/sysext/reports/reports/status/ class.tx_reports_reports_status_securitystatus.php * typo3/sysext/reports/reports/status/ class.tx_reports_reports_status_status.php * typo3/sysext/reports/reports/status/ class.tx_reports_reports_status_systemstatus.php * typo3/sysext/reports/reports/status/ class.tx_reports_reports_status_typo3status.php * typo3/sysext/reports/reports/status/ class.tx_reports_reports_status_warningmessagepostprocessor.php * typo3/sysext/reports/tasks/ class.tx_reports_tasks_systemstatusupdatetask.php * typo3/sysext/reports/tasks/ class.tx_reports_tasks_systemstatusupdatetasknotificationemailfield.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I75f6fe74dd2e70c2f327729eaffbc0da8d4518c4 Resolves: #38315 Releases: 6.0 Reviewed-on: http://review.typo3.org/12297 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Oliver Hader authored
Since the classes in typo3/ have been moved to the TYPO3 Core Autoloader as well and accordant require() calls removed, some parts of the TYPO3 Backend will show a PHP Fatal Error like "class not found". The reason is, that there are PHP files with multiple class definitions that have not been considered. The changed autoload registry file was created with the SVN version of EXT:extdeveval. Change-Id: Id78e479ea51757eead7ec7298e8749c44d148ab0 Fixes: #38293 Releases: 6.0 Reviewed-on: http://review.typo3.org/12286 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/sysext/opendocs/class.tx_opendocs.php * typo3/sysext/opendocs/ext_tables.php * typo3/sysext/opendocs/registerToolbarItem.php * typo3/sysext/perm/ext_tables.php * typo3/sysext/perm/mod1/class.sc_mod_web_perm_ajax.php * typo3/sysext/perm/mod1/conf.php * typo3/sysext/perm/mod1/index.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I9f5811b8f674f189cf033e50da110e1074cb48bb Resolves: #38276 Releases: 6.0 Reviewed-on: http://review.typo3.org/12281 Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
-
Stefan Galinski authored
The favicon is still missing for the initial login, some popup windows and the install tool. Change-Id: I37b4c68e9b77a5652fba3b37d9b3eda75660b524 Resolves: #37868 Releases: 6.0 Reviewed-on: http://review.typo3.org/12004 Reviewed-by: Oliver Klee Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Felix Kopp Tested-by: Felix Kopp Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
-
Benjamin Mack authored
Clean up phpDoc comments for the following classes: * typo3/sysext/info/ext_tables.php * typo3/sysext/info/mod1/conf.php * typo3/sysext/info/mod1/index.php * typo3/sysext/info_pagetsconfig/ class.tx_infopagetsconfig_webinfo.php * typo3/sysext/info_pagetsconfig/ext_tables.php * typo3/sysext/lang/ext_localconf.php * typo3/sysext/lang/hooks/clearcache/class.tx_lang_clearcache.php * typo3/sysext/lang/hooks/clearcache/class.tx_lang_clearcachemenu.php * typo3/sysext/lang/lang.php * typo3/sysext/lang/res/js/be/typo3lang.js * typo3/sysext/lowlevel/admin_cli.php * typo3/sysext/lowlevel/class.tx_lowlevel_admin_core.php * typo3/sysext/lowlevel/class.tx_lowlevel_cleaner_core.php * typo3/sysext/lowlevel/clmods/class.cleanflexform.php * typo3/sysext/lowlevel/clmods/class.deleted.php * typo3/sysext/lowlevel/clmods/class.double_files.php * typo3/sysext/lowlevel/clmods/class.lost_files.php * typo3/sysext/lowlevel/clmods/class.missing_files.php * typo3/sysext/lowlevel/clmods/class.missing_relations.php * typo3/sysext/lowlevel/clmods/class.orphan_records.php * typo3/sysext/lowlevel/clmods/class.rte_images.php * typo3/sysext/lowlevel/clmods/class.syslog.php * typo3/sysext/lowlevel/clmods/class.versions.php * typo3/sysext/lowlevel/config/conf.php * typo3/sysext/lowlevel/config/index.php * typo3/sysext/lowlevel/dbint/cli/cleaner_cli.php * typo3/sysext/lowlevel/dbint/cli/refindex_cli.php * typo3/sysext/lowlevel/dbint/conf.php * typo3/sysext/lowlevel/dbint/index.php * typo3/sysext/lowlevel/ext_localconf.php * typo3/sysext/lowlevel/ext_tables.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: Ib348429f98c4f23d9b71028a8024273c78654eec Resolves: #38272 Releases: 6.0 Reviewed-on: http://review.typo3.org/12278 Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
-
Benjamin Mack authored
The signals for the Indexer Service are named wrong (probably due to a copy/paste error). Change-Id: Ifac15514c682f8c9f93a42c4cc4a7e27903cb60f Resolves: #38256 Reviewed-on: http://review.typo3.org/12254 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter Reviewed-by: Oliver Klee Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
- Jun 21, 2012
-
-
Christian Kuhn authored
Remove last XCLASS statements that were left out during first cleanup. Change-Id: I475725926f9ab0bb4e0c484811eb5d59971177b6 Resolves: #38273 Related: #31893 Releases: 6.0 Reviewed-on: http://review.typo3.org/12279 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Steffen Ritter authored
The Template Class is currently initialized in global scope in init.php. Move that to the Bootstrap. Change-Id: I9b1be2d9f953f7b3bf76849985bf160e976232b5 Resolves: #38269 Releases: 6.0 Reviewed-on: http://review.typo3.org/12274 Reviewed-by: Oliver Klee Reviewed-by: Wouter Wolters Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Roland Waldner authored
Change-Id: I9316f92e296c0489fcd88e384beeb4fbb95f496c Resolves: #38267 Releases: 6.0 Reviewed-on: http://review.typo3.org/12268 Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Roland Waldner authored
Change-Id: Iedad3e5e4529b60330574eadfa494366bab7d025 Resolves: #38265 Releases: 6.0 Reviewed-on: http://review.typo3.org/12265 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/sysext/impexp/app/index.php * typo3/sysext/impexp/class.tx_impexp.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I72d931829e31d1bcd46ba8efa39fef0275654ef1 Resolves: #38266 Releases: 6.0 Reviewed-on: http://review.typo3.org/12266 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Steffen Ritter authored
Followup because of a Merge Error Change-Id: Ic54f4c360269e707b64b3e2c28b0786a19d18fb2 Resolves: #38131 Releases: 6.0 Reviewed-on: http://review.typo3.org/12273 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Benjamin Mack authored
Since the autoloader is in place, the require statements for all classes (including template.php) is not necessary. This patch adds the core classes to the autoloader file, and removes all unnecessary require statements. This change also brings modification with that moves the initialization of $GLOBALS['TBE_TEMPLATE'] from template.php into init.php. This means that TBE_TEMPLATE is always available in the backend now. Change-Id: I0759d678d42d122e0dc99568e761a05f4b036af4 Resolves: #38131 Reviewed-on: http://review.typo3.org/12142 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Ludwig Rafelsberger authored
Resolves: #38264 Releases: 6.0 Change-Id: Id0b0e234ecb76c470322739a78945b49b7e4956f Reviewed-on: http://review.typo3.org/12258 Reviewed-by: Oliver Klee Tested-by: Steffen Ritter Reviewed-by: Steffen Ritter Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
-
Bart Dubelaar authored
The create backend user task did not properly load the usergroups of an existing user, because it wrongly assumes that the groups are provided as array. Actually the groups are provided as raw DB field, thus no conversion is needed. Change-Id: Ia704e071f6565f1a892e5f5c8d4c2b83a106f32f Fixes: #36300 Releases: 6.0, 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/10706 Reviewed-by: Philipp Gampe Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Dmitry Dulepov 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/filelist/ext_tables.php * typo3/sysext/filelist/mod1/conf.php * typo3/sysext/filelist/mod1/index.php * typo3/sysext/func/ext_tables.php * typo3/sysext/func/mod1/conf.php * typo3/sysext/func/mod1/index.php * typo3/sysext/func_wizards/class.tx_funcwizards_webfunc.php * typo3/sysext/func_wizards/ext_tables.php * typo3/sysext/impexp/app/conf.php * typo3/sysext/impexp/class.tx_impexp_clickmenu.php * typo3/sysext/impexp/ext_autoload.php * typo3/sysext/impexp/ext_tables.php * typo3/sysext/impexp/modfunc1/class.tx_impexp_modfunc1.php * typo3/sysext/impexp/task/class.tx_impexp_task.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: Ie0af03800d7e5592e8e8e9936f746603d238b0a5 Resolves: #38262 Releases: 6.0 Reviewed-on: http://review.typo3.org/12257 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/sysext/cshmanual/ext_tables.php * typo3/sysext/extra_page_cm_options/class.tx_extrapagecmoptions.php * typo3/sysext/extra_page_cm_options/ext_tables.php * typo3/sysext/feedit/ext_localconf.php * typo3/sysext/feedit/view/class.tx_feedit_editpanel.php * typo3/sysext/felogin/ext_localconf.php * typo3/sysext/felogin/ext_tables.php * typo3/sysext/felogin/pi1/class.tx_felogin_pi1.php * typo3/sysext/felogin/tests/tx_feloginTest.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: Id09ec3f662b432098eb3b3897008cbeee76e0871 Resolves: #38242 Releases: 6.0 Reviewed-on: http://review.typo3.org/12245 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/about/ext_tables.php * typo3/sysext/aboutmodules/ext_tables.php * typo3/sysext/adodb/ext_localconf.php * typo3/sysext/belog/ext_tables.php * typo3/sysext/beuser/ext_localconf.php * typo3/sysext/beuser/ext_tables.php * typo3/sysext/context_help/ext_tables.php * typo3/sysext/css_styled_content/ext_localconf.php * typo3/sysext/css_styled_content/ext_tables.php * typo3/sysext/css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I25c9eaf2125dd757577615133b240179100349f9 Resolves: #38241 Releases: 6.0 Reviewed-on: http://review.typo3.org/12244 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- Jun 20, 2012
-
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/sysext/cms/tslib/interfaces/ interface.tslib_content_cobjgetsinglehook.php * typo3/sysext/cms/tslib/interfaces/ interface.tslib_content_fileLinkHook.php * typo3/sysext/cms/tslib/interfaces/ interface.tslib_content_getPublicUrlForFileHook.php * typo3/sysext/cms/tslib/interfaces/ interface.tslib_content_getdatahook.php * typo3/sysext/cms/tslib/interfaces/ interface.tslib_content_getimgresourcehook.php * typo3/sysext/cms/tslib/interfaces/ interface.tslib_content_postinithook.php * typo3/sysext/cms/tslib/interfaces/ interface.tslib_content_stdwraphook.php * typo3/sysext/cms/tslib/interfaces/ interface.tslib_mediawizardprovider.php * typo3/sysext/cms/tslib/interfaces/ interface.tslib_menu_filterMenuPagesHook.php * typo3/sysext/cms/tslib/media/scripts/example_callfunction.php * typo3/sysext/cms/tslib/media/scripts/example_itemArrayProcFunc.php * typo3/sysext/cms/tslib/media/scripts/example_keepRollover.js * typo3/sysext/cms/tslib/media/scripts/example_keepRollover.php * typo3/sysext/cms/tslib/media/scripts/example_languageMenu.php * typo3/sysext/cms/tslib/media/scripts/example_typolinkpop.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: Ia3cc5c19ae601f1ba3d485467a1c9c9c7025908f Resolves: #38100 Releases: 6.0 Reviewed-on: http://review.typo3.org/12107 Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Ludwig Rafelsberger authored
Fixed some other CGL violations too. Change-Id: I51715b5e9d56118b6a1dd22abd69ba79e189fcb2 Resolves: #38079 Release: 6.0 Reviewed-on: http://review.typo3.org/12092 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc * typo3/sysext/cms/tslib/media/scripts/gmenu_foldout.php * typo3/sysext/cms/tslib/media/scripts/gmenu_layers.php * typo3/sysext/cms/tslib/media/scripts/makeMenu_datedirectory.inc * typo3/sysext/cms/tslib/media/scripts/plaintextLib.inc * typo3/sysext/cms/tslib/media/scripts/postit.inc * typo3/sysext/cms/tslib/media/scripts/testscript.inc * typo3/sysext/cms/tslib/media/scripts/testscript_EXT.php * typo3/sysext/cms/tslib/media/scripts/testscript_INT.php * typo3/sysext/cms/tslib/media/scripts/tmenu_layers.php * typo3/sysext/cms/tslib/media/scripts/wapversionLib.inc * typo3/sysext/cms/tslib/media/scripts/xmenu_layers.diff * typo3/sysext/cms/tslib/media/scripts/xmlversionLib.inc Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I86f9e817865a96ea1a0744415c15d0459f6a294a Resolves: #38113 Releases: 6.0 Reviewed-on: http://review.typo3.org/12127 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/sysext/cms/tslib/class.tslib_controltable.php * typo3/sysext/cms/tslib/class.tslib_eidtools.php * typo3/sysext/cms/tslib/class.tslib_extdirecteid.php * typo3/sysext/cms/tslib/class.tslib_fecompression.php * typo3/sysext/cms/tslib/class.tslib_feuserauth.php * typo3/sysext/cms/tslib/class.tslib_frameset.php * typo3/sysext/cms/tslib/class.tslib_gifbuilder.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I9f2f4aed1cb7b305be0a0f15aa8a32c8f14e21e1 Resolves: #38119 Releases: 6.0 Reviewed-on: http://review.typo3.org/12132 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/sysext/cms/tslib/class.tslib_adminpanel.php * typo3/sysext/cms/tslib/class.tslib_content.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I6b93c6431383daec8e28de1ac2b711aa810da930 Resolves: #38116 Releases: 6.0 Reviewed-on: http://review.typo3.org/12129 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/sysext/cms/tslib/class.tslib_mediawizardcoreprovider.php * typo3/sysext/cms/tslib/class.tslib_mediawizardmanager.php * typo3/sysext/cms/tslib/class.tslib_menu.php * typo3/sysext/cms/tslib/class.tslib_search.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I1f31ce461b1a3e0c487345e16d5458961db33edb Resolves: #38125 Releases: 6.0 Reviewed-on: http://review.typo3.org/12136 Reviewed-by: Simon Schaufelberger Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Clean up phpDoc comments for the following classes: * typo3/sysext/cms/tslib/class.tslib_fe.php Clean up provides: * Provide correct parameter names in phpDoc * Provide correct data types in phpDoc * CGLify phpDoc (remove tabs) Change-Id: I883b517e057da9089ea9939e54a36838e7787224 Resolves: #38143 Releases: 6.0 Reviewed-on: http://review.typo3.org/12153 Reviewed-by: Oliver Klee Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Helmut Hummel authored
Change-Id: I5ee5b688ef8ebac21716a947ae8ce89a8d0dbbcf Resolves: #38231 Releases: 6.0 Reviewed-on: http://review.typo3.org/12234 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-