Skip to content
Snippets Groups Projects
  1. Jun 28, 2022
  2. May 27, 2022
  3. Apr 11, 2022
    • Alexander Nitsche's avatar
      [DOCS] Align with new TYPO3 documentation standards · bc4093af
      Alexander Nitsche authored
      - align README.rst, Index.rst, Includes.txt, Includes.rst.txt,
        Settings.cfg
      - add genindex.rst, Sitemap.rst
      - remove outdated Targets.rst
      - reference manual's start page with :doc:`<manual>:Index`
      
      Adding the custom label `start` to the beginning of the manual's
      Index.rst is redundant. Use :doc:`<manual>:Index` instead of
      :ref:`<manual:start>` to refer to it.
      
      - replace :ts: with :typoscript: text role
      
      The ambiguous :ts: text role has been removed to
      not confuse the writer with typescript and typoscript.
      
      - rename Includes.txt to Includes.rst.txt
      - align reST validator at Build/Scripts/validateRstFiles.php
      - remove outdated encoding note
      
      - fix rendering warnings of EXT:core
      - fix rendering warnings of EXT:dashboard
      - fix rendering warnings of EXT:linkvalidator
      - fix rendering warnings of EXT:lowlevel
      
      See https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html for further details.
      
      Resolves: #97258
      Release...
      bc4093af
  4. Jun 21, 2021
    • Torben Hansen's avatar
      [TASK] Streamline felogin TypoScript and documentation · c9e6a55f
      Torben Hansen authored
      Since the removal of the old pi-based plugin some of the
      old TypoScript constants in styles.content.loginform
      were left unassigned.
      
      With this patch, all TypoScript constants are assigned
      to their associated setup variables, so users updating
      from the pi-based plugin and mainly using constants for
      configuration can easily migrate to the Extbase version
      of the plugin.
      
      The following unused TypoScript constants are removed:
      
      * templateFile
      * feloginBaseURL
      
      The constants `pid` and `recursive` are mapped to the
      TypoScript setup `pages` and `recursive`.
      
      The TypoScript setup variable `replyTo` is removed,
      since it is unused in the extension and the settings
      has been replaced previously by
      `TYPO3_CONF_VARS.MAIL.defaultMailReplyToAddress`
      
      The documentation is adapted to match the current
      state of the extension and existing images have been
      replaced with current versions.
      
      Resolves: #94328
      Releases: master
      Change-Id: I509201b1e2ce1194e70af3a618b42ba6c5d80ce...
      c9e6a55f
  5. Oct 28, 2018
  6. Sep 23, 2015
  7. Jul 16, 2013
    • Francois Suter's avatar
      [FEATURE] Migrate sysext manuals to reST · c8c0175c
      Francois Suter authored
      All system extension manuals are migrated to reStructured Text.
      All OpenOffice manuals are removed.
      
      Resolves: #50052
      Releases: 6.2
      Change-Id: I9d8d9ad433276e6105d9c38b9f2a3b34dc8749f6
      Reviewed-on: https://review.typo3.org/22337
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      c8c0175c