[TYPO3-core] RFC: #11019: User Setup Rewrite #4
Christian Kuhn
lolli at schwarzbu.ch
Sun May 31 01:13:54 CEST 2009
Hey Steffen,
all in all this patch looks pretty good to me and is a great improvement.
here is a formal +1 on reading and testing, if these minor things are fixed:
+ // save all submitted values if they are no array (arrays are with
table=be_users) and exists in $TUS[columns]
There is no var $TUS, please improve comment (nitpicking)
The password change doesn't work, you messed up password and password1
+ * renders the data for all tabs in the user setup and returns
+ * everything that is needed with tabs and dyntab menu
+ *
+ * @param $data a multi-dimensional array that will be converted
to table contents
+ * @param $tabLabel the label that is put on top of the tab array
+ * @return ready to use for the dyntabmenu itemarray
+ */
+ function renderUserSetup() {
Please fix phpdocs (arguments don't exist), and make it a protected
function (same for function getLabel)
+ <label index="enableFlashUploader">Enable Flash Uploader
(requires Flash 9+)</label>
This is superluous, the label already exists.
Thanks for great work
Christian
More information about the TYPO3-team-core
mailing list