Typo3Auth edit

Extension:Typo3Auth

Updates to SelectCategory edit

Extension:SelectCategory

  • If editing a category page, the category and its subcategories are not options
  • User can also enter a new category in a text box

SelectCategoryFunctions.php edit

User:Cm/SelectCategoryFunctions

Updates to ImagePlus edit

Extension:ImagePlus

  • Internationalization
  • Interface generalized for including files and opens image interface only when needed

ImagePlus.php edit

User:Cm/ImagePlusphp

ImagePlus.i18n.php edit

User:Cm/ImagePlusi18n

imageplus.js edit

User:Cm/ImagePlusjs

Updates to CategoryWatch edit

Extension:CategoryWatch

  • Automatically notify users of edits to a site under a category which they are watching
  • Recursive lookup of watching (subcategories of watched category)
  • If watcher same as editor, does not send

CategoryWatch.php edit

User:Cm/CategoryWatch

and add to i18n edit

$messages['en'] = array(
	'categorywatch-catchange' => 'changed $1',
$messages['de'] = array(
	'categorywatch-catchange' => '$1 wurde geändert.'

Updates to Add Article to Category edit

Extension:Add_Article_to_Category

  • Add Category to Category field directly under Add Article to Category field
  • Internationalization

AddArticleToCategory.php edit

User:Cm/AddArticleToCategory

AddArticleToCategory.i18n.php edit

User:Cm/AddArticleToCategoryi18n

Updates to CategoryBreadcrumb edit

Extension:CategoryBreadcrumb

CategoryBreadcrumb.php edit

User:Cm/CategoryBreadcrumb