Skip to content
Snippets Groups Projects
  1. May 20, 2006
    • Ben Coburn's avatar
      config plugin ui update 20060520 · 685bdd2e
      Ben Coburn authored
      This patch hides settings that are missing config metadata and optionally
      provides a list of warnings about settings that are not properly configured.
        - Warnings about settings are listed if $conf['allowdebug'] is true.
        - Warnings are listed by the $conf string as it appears in local.php.
        - Warnings show the $meta string as it would appear in the correct
          settings metadata file.
        - There are 3 kinds of warnings.
          - undefined
            There is no $meta information defined for this setting.
          - no class
            The setting class specified in $meta can not be found.
            This setting does have a $meta entry.
          - no default
            The setting is missing a default value.
            The setting does have a $meta entry with a valid setting class.
        - Note: Settings with metadata but other warnings are allowed to appear
                in the normal config settings list.
      
      Also...
        - Templates can now define their own settings classes.
        - Removed an XHTML validation error from the first patch.
        - More language strings to go with the new warnings.
      
      The warnings under the 'Undefined Settings' heading are intended to
      provide developers with a list of any settings that they have forgotten to
      finish preparing for the config plugin. This list should be blank for stable
      releases.
      
      darcs-hash:20060520103718-05dcb-6d4e6bce78498cbf9d087e27d52e4aa30917b0a5.gz
      685bdd2e
  2. May 10, 2006
    • Ben Coburn's avatar
      config plugin ui organization · 4fa2dffc
      Ben Coburn authored
        - organizes the configuration settings list into chunks
        - provides a table of contents for the configuration chunks
        - provides one chunk for each plugin with configurable settings
        - provides one chunk for the active template (if it has settings)
        - provides the config file setting as a tool-tip on the setting label
          ex. $conf['start']
        - provides for localization of useful strings
        - generates a "smart" fallback name for plugins and templates
        - plugin and template sections are only shown if they have settings
        - current configuration list is organized into chunks
      
      Note: There are NEW strings to translate into the non-english language files.
      
      darcs-hash:20060510065732-05dcb-398d5c7efa7981f690d97a25a5110b1f39be9f8e.gz
      4fa2dffc
  3. Apr 09, 2006
    • chris's avatar
      Bug#680 · e04f1f16
      chris authored
      Update default plugins to ensure they exit immediately
      if not called from within Dokuwiki
      
      darcs-hash:20060409233841-9b6ab-555e4fced756849a5d7b9de6e4aaaea24c6da3ae.gz
      e04f1f16
  4. Mar 27, 2006
  5. Mar 22, 2006
  6. Mar 04, 2006
    • Andreas Gohr's avatar
      config manager fixes · 91f04971
      Andreas Gohr authored
      This patch makes the default config widget a textarea, to avoid destroying
      multiline configs as used in the SQL auth backends. It also makes HTML in
      config descriptions possible and adds an accesskey to the savebutton.
      
      darcs-hash:20060304213457-7ad00-54a32e005601a675b169c297ef9e1cf489372724.gz
      91f04971
  7. Mar 03, 2006
  8. Feb 26, 2006
  9. Jan 30, 2006
  10. Jan 27, 2006
  11. Jan 24, 2006
    • chris's avatar
      config plugin · 10449332
      chris authored
      darcs-hash:20060125001546-9b6ab-02a6255db9adc4dc22f4970b01a3b148d2b1810c.gz
      10449332
Loading