Skip to content
Snippets Groups Projects
  1. Aug 05, 2007
    • Andreas Gohr's avatar
      separated TOC from page · b8595a66
      Andreas Gohr authored
      This patch introduces a tpl_toc() function which can be used to freely place
      the Table of Contents in a template. When used, tpl_content should be called
      with a parameter of false to supress the automatic TOC placement.
      
      Note: if tpl_toc() us run *before* tpl_content(), TOCs will not work in the
      preview. A work around is to run tpl_content() in a output buffer first.
      
      This patch also adds a getTOC() function for admin plugins which allows plugin
      authors to put create their own TOC which will be placed correctly in the
      template. A convenience function html_mktocitem() is available.
      
      The config manager was adjusted to make ue of this new feature, but some bugs
      might remain.
      
      darcs-hash:20070805132405-7ad00-77d2c3cdf66cc62b2d408cc6580f938636a109af.gz
  2. Aug 04, 2007
  3. Jul 30, 2007
    • Tom N Harris's avatar
      New structured forms and action events · fdb8d77b
      Tom N Harris authored
      Replaces a number of *FORM_INJECTION events with a more flexible way of
      modifying forms. Forms are created with a Doku_Form class (inc/form.php)
      that can be manipulated by plugins prior to output. Plugins register a
      HTML_{$name}FORM_OUTPUT event which can modify the form object prior to
      output. Available forms are:
        LOGIN DRAFT CONFLICT REGISTER UPDATEPROFILE EDIT RESENDPWD
      Documentation for the Doku_Form class is in inc/form.php.
      
      darcs-hash:20070730215007-6942e-a0cf08197f939e224a2b28c40aec5431b118ea94.gz
      fdb8d77b
  4. Aug 02, 2007
  5. Jul 30, 2007
  6. Jul 25, 2007
  7. Jul 23, 2007
  8. Jul 19, 2007
  9. Jul 18, 2007
  10. Jun 27, 2007
  11. Jul 18, 2007
  12. Jul 17, 2007
    • Andreas Gohr's avatar
      some feed fixes · 2f1faf49
      Andreas Gohr authored
      darcs-hash:20070717152000-7ad00-cf80f04e5d4e1923c3de0975b8e5ae2521898bf9.gz
      2f1faf49
  13. Jul 16, 2007
    • Andreas Gohr's avatar
      fix for rare wordblock fail FS#1179 · c2525298
      Andreas Gohr authored
      darcs-hash:20070716201347-7ad00-0f9bd8c9a218cc880a7b4e00e0abc2dd4650f409.gz
      c2525298
    • Andreas Gohr's avatar
      small javascript fix · a7e8a98c
      Andreas Gohr authored
      darcs-hash:20070716185356-7ad00-041a32374cd1d2878296161a5cc1bc7e09e58b27.gz
      a7e8a98c
    • Andreas Gohr's avatar
      AJAX for the index view · a06884ab
      Andreas Gohr authored
      This makes the index view much more responsive by loading sub namespaces through AJAX
      if JavaScript is available.
      
      The used throbber image probably looks bad on dark backgrounds. If someone could provide
      a better one it would be greatly appreciated.
      
      darcs-hash:20070716184605-7ad00-adf298ee3303d50f2b4b6b66e5ea3ff8d8c2bf9a.gz
      a06884ab
  14. Jul 15, 2007
  15. Jul 11, 2007
  16. Jul 05, 2007
  17. Jul 09, 2007
Loading