Skip to content
Snippets Groups Projects
  1. Apr 10, 2010
  2. Apr 02, 2010
  3. Mar 02, 2010
  4. Jan 20, 2010
  5. Jan 19, 2010
  6. Nov 15, 2009
  7. 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
  8. Oct 16, 2009
    • furun's avatar
      Whitespace cleanup FS#1709 · 47583ff0
      furun authored
      Ignore-this: 27ea52110bce929b2c61ed8faba67cfc
      
      darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
      47583ff0
  9. 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
  10. Aug 27, 2009
  11. Aug 14, 2009
    • Andreas Gohr's avatar
      More Link wizard cleanup · 3e23cbfd
      Andreas Gohr authored
      Ignore-this: 100b66fbe26d82dfd6cffba751cf6992
      
      darcs-hash:20090814114056-7ad00-f5dc711f467f9f6d8904bb6b08d7daac4e675ec2.gz
      3e23cbfd
  12. Aug 12, 2009
    • Andreas Gohr's avatar
      make dragged objects stylable via CSS · 6977dcef
      Andreas Gohr authored
      Ignore-this: ae47b532b80d10868e82e0ccc5c963d1
      
      A DOM object that is dragged through the new drag Object gets the ondrag
      assigned.
      
      note: development was part of the ICKE 2.0 project see
              http://www.icke-projekt.de for info
      
      darcs-hash:20090812180344-6e07b-a50d6589f0650897ddd5f5d345a3d15513aada77.gz
      6977dcef
    • Andreas Gohr's avatar
      Link Wizard added · 56dfcc12
      Andreas Gohr authored
      Ignore-this: c15561aa909f921f7845576378851b93
      
      This adds a new link wizard to the toolbar which helps users to find the page the want to link to.
      
      Pages can be found by a simple page name search or by browsing the
      existing namespaces.
      
      This is the first checkin. Some cleanup and MSIE compatibility checks
      remain.
      
      note: development was part of the ICKE 2.0 project see
            http://www.icke-projekt.de for info
      
      darcs-hash:20090812102302-6e07b-fcc564fcaf2ed6aa832918870dd0f92607748687.gz
      56dfcc12
  13. Jul 26, 2009
    • Andreas Gohr's avatar
      enhanced <code> and <file> syntax · 3d491f75
      Andreas Gohr authored
      Ignore-this: 80398f84222bec1fce56eee8f107d37a
      
      This patch enhances the code and file syntax with several new features.
      
      1. code and file are now essentially the same and just differ in the class
         name. This means you now can use the file syntax with syntax highlighting
         as well. This also solves problems where the code to highlight already
         contains a <code> tag (FS#1493)
      
      2. a filename can be given as label for the code or file block. It is
         specified as second parameter after the language:
      
         <code html myfile.html>...</code>
      
         If no highlighting is wanted, but a filename shall be given, you can use
         a dash as language:
      
         <code - somefile.foo>...</code>
      
      3. when a filename was given (as shown above), the label links to a
         download of the code given in the code/file block. This is made possible
         by a new renderer in inc/parser/code.php. The basename of given filename
         is suggested as filename when downloading.
      
      darcs-hash:20090726175158-7ad00-969641a06ae1393a6d99207c3cd938fb67f23a71.gz
      3d491f75
  14. Jun 06, 2009
  15. May 26, 2009
  16. May 25, 2009
  17. May 04, 2009
  18. Apr 10, 2009
  19. Feb 14, 2009
    • Andreas Gohr's avatar
      highlight section on section edit button mouseover · 6b6b9e26
      Andreas Gohr authored
      Ignore-this: 128d5873729a0a00558465b45d5d9f58
      
      Some people seem to have problems to see which section will be edited when
      using a section editing button. This patch adds a litle bit JavaScript magic
      to highlight the edited section to be, when hovering over a section button.
      
      darcs-hash:20090214161135-7ad00-59db7d9185784ba1fec2f2c2da30c6e64ae1ccc3.gz
      6b6b9e26
  20. Jan 27, 2009
  21. Jan 24, 2009
  22. Jan 23, 2009
  23. Jan 22, 2009
  24. Jan 20, 2009
  25. Dec 16, 2008
  26. Dec 01, 2008
  27. Oct 16, 2008
  28. Oct 13, 2008
  29. Oct 12, 2008
  30. Oct 11, 2008
  31. Oct 01, 2008
    • Andreas Gohr's avatar
      Try to fix checkboxes in media manager in FF3 · b0c56670
      Andreas Gohr authored
      This patch fixes the position of the option checkboxes in the mediamanager
      for Firefox 3. It might have broken them in other browsers.
      
      Please test everybody.
      
      darcs-hash:20081001195152-7ad00-31afd4b01294f0d83d90e5ecc337ede95f22c425.gz
      b0c56670
Loading