Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-12286

Fix coding guidelines

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.1.0-b1
    • 3.1.0-b3
    • None
    • None

    Description

      • Classes use namespaces now
      • Most classes have been moved to phpbb/ instead of include/
      • styles.php does not exist anymore
      • Function names should be prefixed with phpbb_
      • request_var() should not be used but $request->variable()
      • style.cfg should not use html but uft8 (c)
      • Styles should have style and phpbb version in their .cfg
      • Template events are missing * Since line
      • utf8_normalize_nfc() around requested utf8 variables is not needed (done by the class)
      • Translation section should have a link to https://wiki.phpbb.com/Plural_Rules

      Attachments

        Activity

          People

            nickvergessen Joas Schilling
            nickvergessen Joas Schilling
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: