Skip to content
Snippets Groups Projects
  1. Jun 15, 2010
  2. Jun 12, 2010
  3. May 04, 2010
  4. Apr 02, 2010
  5. Mar 12, 2010
  6. Mar 09, 2010
  7. Feb 22, 2010
    • Stephen Warren's avatar
      Omit do=show from URLs · 4fc51abc
      Stephen Warren authored
      It looks like when there is no "do=" parameter to doku.php, "show" is
      assumed. When clean URLs are used (via mod_rewrite), regular
      page-to-page links hence just link to "pagename". However, if you "Show
      pagesource", then "Show page", the browser is sent back to
      "pagename?do=show" instead of just "pagename". This seems like a "less
      clean" URL to me.
      
      So, the attached patch removes "do=show" from URLs in this case, so
      cleaner URLs are used.
      4fc51abc
  8. Feb 09, 2010
  9. Feb 01, 2010
  10. Jan 29, 2010
  11. Jan 20, 2010
  12. Jan 09, 2010
  13. Nov 27, 2009
  14. Nov 23, 2009
    • Andreas Gohr's avatar
      Replaced $INFO export with minimal $JSINFO · 72e0dc37
      Andreas Gohr authored
      Ignore-this: 3f1213cb6b403ad09e6999cd972e9f21
      
      Now only the global $JSINFO array is exported to JavaScript. Additional
      keys can be added here from plugins or preload.
      
      darcs-hash:20091123175546-7ad00-346856e8eecc52608edea805f408d4dbd33257fe.gz
      72e0dc37
  15. 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
  16. Nov 03, 2009
  17. Oct 29, 2009
  18. Oct 26, 2009
    • Andreas Gohr's avatar
      make $INFO available to JavaScripts · 83a482b6
      Andreas Gohr authored
      Ignore-this: 372ed5dafd33b16d910edc164dc69fb9
      
      $INFO is now exported as JavaScript variable INFO in the HTML
      meta headers. This makes it easier for plugin authors to access
      important info about the current page and user from JavaScript.
      
      darcs-hash:20091026114046-6e07b-340f009428322105a5dda72933a66a3719de544d.gz
      83a482b6
  19. 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
    • Kazutaka Miyasaka's avatar
      fixed misplaced tag · c2a66484
      Kazutaka Miyasaka authored
      Ignore-this: c4e42d5fc6a743fb9197d6d3159d83fd
      
      darcs-hash:20091007172544-9b77a-5e4572c08550f8e858870dc0cda81804f7437b11.gz
      c2a66484
  20. Sep 01, 2009
  21. Aug 24, 2009
  22. Sep 11, 2009
    • Andreas Gohr's avatar
      One click revert for managers · 1246e016
      Andreas Gohr authored
      Ignore-this: e3c9b5f941b2f1aa83ca375861203a2f
      This patch adds another button for users with the $conf['manager'] role when
      viewing an old revision. It allows them to revert to this revision with a
      single click.
      
      darcs-hash:20090911081833-7ad00-5a64feb7e3e1b37178295c290a6c97c3923e82e3.gz
      1246e016
  23. Sep 04, 2009
  24. Aug 30, 2009
  25. Aug 26, 2009
  26. Jul 09, 2009
    • Andreas Gohr's avatar
      relnonical support · 69db0caf
      Andreas Gohr authored
      Ignore-this: 2b720d0545643c18b49234e0a26e99b4
      
      darcs-hash:20090709173048-7ad00-b5b5b4f2524533c3964152b595bef39449398610.gz
      69db0caf
  27. Jun 05, 2009
  28. May 26, 2009
  29. May 16, 2009
  30. Apr 15, 2009
  31. Apr 10, 2009
  32. Mar 12, 2009
  33. Jan 27, 2009
Loading