Skip to content
Snippets Groups Projects
  1. May 17, 2010
  2. May 08, 2010
  3. Mar 26, 2010
  4. Mar 24, 2010
  5. Mar 23, 2010
  6. Mar 22, 2010
  7. Mar 12, 2010
  8. Mar 10, 2010
  9. Mar 09, 2010
  10. Mar 04, 2010
  11. Feb 28, 2010
  12. Feb 08, 2010
  13. Feb 04, 2010
  14. Feb 01, 2010
  15. Jan 31, 2010
    • Andreas Gohr's avatar
      first attempt to centralize all include loading · 16905344
      Andreas Gohr authored
      Classes are loaded throug PHP5's class autoloader, all other
      includes are just loaded by default. This skips a lot of
      require_once calls.
      
      Parser and Plugin stuff isn't handled by the class loader yet.
      16905344
  16. Jan 19, 2010
  17. Nov 23, 2009
  18. Nov 13, 2009
  19. Nov 17, 2009
  20. Nov 04, 2009
    • Adrian Lang's avatar
      Emit less E_NOTICEs and E_STRICTs · c66972f2
      Adrian Lang authored
        Changes of behaviour are:
        * Allow the user name, title & description \e2\80\9c0\e2\80\9d
        * Default to Port 443 if using HTTPS
        * Set $INFO['isadmin'] and $INFO['ismanager'] to \e2\80\9cfalse\e2\80\9d even if no user is
          logged in
        * Do not pass empty fragment field in the event data for event
          ACTION_SHOW_REDIRECT
        * Handle chunked encoding in HTTPClient
      
      darcs-hash:20091104100115-e4919-5cf6397d4a457e3f98a8ca49fbdab03f2147721d.gz
      c66972f2
  21. Oct 22, 2009
    • Adrian Lang's avatar
      Make Doku_Form constructor more flexible · e351c80d
      Adrian Lang authored
      The Doku_Form constructor used to take up to four arguments setting specific
      parameters of the resulting form HTML element. Instead, a generic array is
      passed to the constructor specifying HTML parameters.
      
      darcs-hash:20091022120138-e4919-3a42baf8c12b15e6df20e1f28152a992e347859d.gz
      e351c80d
  22. Nov 02, 2009
  23. Oct 20, 2009
    • Andreas Gohr's avatar
      Coding Standard Cleanup · db959ae3
      Andreas Gohr authored
      Ignore-this: 259cb5773c3144c6c706d87298dcf674
      
      darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
      db959ae3
  24. Oct 07, 2009
    • Andreas Gohr's avatar
      New dformat() function for fuzzy date support · f2263577
      Andreas Gohr authored
      Ignore-this: 7193cd788fee2c05a9068bf6edd5dc17
      
      It is now possible to use the %f placeholder in $conf['dformat']
      to add a fuzzy age string.
      
      Template developers and plugin authors should replace their strftime +
      $conf['dformat'] calls with calls to the new dformat() function.
      
      Example:
      
         %Y/%m/%d %H:%M (%f) produces dates like this:
      
         2009/09/16 10:36 (3 weeks ago)
      
      darcs-hash:20091007133614-6e07b-677108d1b43928ef8fd886813e43514507b5e073.gz
      f2263577
  25. Oct 04, 2009
  26. Sep 21, 2009
    • Andreas Gohr's avatar
      diff view puts revision back into $REV · 6f8e9f59
      Andreas Gohr authored
      Ignore-this: c671d4887772c0e08b04687472a5142f
      
      When a diff is shown without giving a revision (eg when coming from recent
      changes), the diff is done agains the latest non-current revisions. This
      revision is now put back into the global $REV.
      
      This fixes a problem with the restore button not visible.
      
      However this only works when the restore button is called after the diff
      view. A better solution probably needs to be found.
      
      darcs-hash:20090921213302-7ad00-aa9ef53f9bc9ea8d0dc51e55b049943feb11c412.gz
      6f8e9f59
  27. Sep 20, 2009
    • Kazutaka Miyasaka's avatar
      enhanced full-text search function · 865c2687
      Kazutaka Miyasaka authored
      Ignore-this: cb05f50ca4de12e1cdf3a6cfb0e1b8bc
      
        - better search experience in Asian language
        - sophisticated search query syntax (OR, grouping, etc.)
      
      darcs-hash:20090920121116-9b77a-2718be7a043374669037b10d94101fc70efb95e3.gz
      865c2687
  28. Jul 25, 2009
  29. Jun 06, 2009
  30. May 31, 2009
    • Andy Webber's avatar
      Enhance "locked by" page · 6d233a0c
      Andy Webber authored
      Make "locked by" name in main part of locked page use "showuseras" config (via editorinfo()). This was missed from editor_info_patch of October 2008
      
      darcs-hash:20090531132514-6ad63-9ae8e1aad5b7f68573cb0c41fad8c141db2ead6f.gz
      6d233a0c
  31. May 26, 2009
Loading