Skip to content
Snippets Groups Projects
  1. Jan 21, 2006
    • Andreas Gohr's avatar
      removed graphical list bullet · 0c6b58a8
      Andreas Gohr authored
      Unordered lists used a graphic for the list bullet. Using the same technique
      as in the ordered lists we don't need an image just to have the color. This
      has two advantages:
      
      1. The list bullets still have the correct color when colors are adjusted
      in style.ini
      
      2. List bullets grow and shrink correctly with the fontsize
      
      It has a disadvantage as well: All list items need to be marked up like this:
      
      <li><div class
      
      darcs-hash:20060121121435-7ad00-c6455f9b58c6e78b630c1121499e2052525fb556.gz
      0c6b58a8
    • Andreas Gohr's avatar
      strip (incorrect but common) one line comments in CSS compressor · 247c1c5d
      Andreas Gohr authored
      darcs-hash:20060121114730-7ad00-773f787251a52d230aee9078fb2c974ffe37599a.gz
      247c1c5d
    • Andreas Gohr's avatar
      output session info in debug output · 3aa54d7c
      Andreas Gohr authored
      darcs-hash:20060121114041-7ad00-d56b28d75937bc6a4fe3a7612569498ecf344c18.gz
      3aa54d7c
    • Andreas Gohr's avatar
      commented Options line in .htaccess.dist · d5afc449
      Andreas Gohr authored
      darcs-hash:20060121113438-7ad00-981a91a743990c426d21c7e55986922fa208f6e5.gz
      d5afc449
  2. Jan 11, 2006
  3. Jan 10, 2006
    • Andreas Gohr's avatar
      external authentication · f5cb575d
      Andreas Gohr authored
      This patch adds the functionality to override the usual auth_mechanism
      completely and replace it with your own. This can be used to authenticate
      against Apache auth mechanisms or third party software cookies. A very
      basic example for using PunBB's $pun_user variable is included.
      
      darcs-hash:20060110092903-6e07b-7c7750da4eb4e9116ddc28c77015488ea500c07d.gz
      f5cb575d
  4. Jan 15, 2006
  5. Jan 12, 2006
  6. Jan 14, 2006
  7. Jan 11, 2006
  8. Jan 09, 2006
  9. Jan 07, 2006
    • matthiasgrimm's avatar
      mysql class password encryption bugfix · f26243a6
      matthiasgrimm authored
      A syntax error in the checkpass() function prevented the module
      from using password encryption by the database. It always did the
      password encryption by itself - fixed.
      
      darcs-hash:20060107114635-7ef76-0eeee13b57844097e83f14d85372502e6b1ce10e.gz
      f26243a6
  10. Dec 13, 2005
  11. Dec 12, 2005
  12. Dec 10, 2005
  13. Dec 07, 2005
  14. Dec 06, 2005
    • steven-danz's avatar
      favicon to tpl · e5706166
      steven-danz authored
      Move the favicon.ico file from the DOKU_BASE to DOKU_TPL to make it easier
      for new templates to replace the image
      
      darcs-hash:20051207024650-4c315-867302015ab832e05e49316aef87fc823a29f79c.gz
      e5706166
  15. Dec 04, 2005
  16. Dec 03, 2005
  17. Nov 29, 2005
  18. Nov 27, 2005
    • Andreas Gohr's avatar
      Wildcardsearch added #552 #632 · ad81d431
      Andreas Gohr authored
      Now searching for word parts is possible by adding or prepending a *
      character to the searchword:
      
      'foo*' searches for words beginning with 'foo' eg. 'foobar'
      '*foo' looks for words ending in 'foo' eg. 'barfoo'
      '*foo*' gets anything with 'foo' in it eg. 'barfoobaz'
      
      darcs-hash:20051127180723-7ad00-1eb29e812ddaf38d9812697bb1cffffe9a5fb330.gz
      ad81d431
    • Andreas Gohr's avatar
      Template stylesheets are now defined in sytle.ini · 519b3173
      Andreas Gohr authored
      Which stylesheets should be loaded for a template is now defined in
      the style.ini file.
      
      IMPORTANT: template designers need to adjust their style.ini
      
      darcs-hash:20051127121849-7ad00-cf5b4d608d72bc9ed57766298a3942c3a2ec88f9.gz
      519b3173
    • Andreas Gohr's avatar
      fixed date format for google sitemaps · e35e4cbd
      Andreas Gohr authored
      darcs-hash:20051127110118-7ad00-691b4d529004ef0571896c3d326361970a584409.gz
      e35e4cbd
  19. Nov 26, 2005
Loading