Skip to content
Snippets Groups Projects
  1. Feb 26, 2006
  2. Feb 25, 2006
  3. Feb 24, 2006
    • Troels Liebe Bentsen's avatar
      Fix umask bug and do a code cleanup of chmod/mkdir usage so set the correct... · 44881d27
      Troels Liebe Bentsen authored
      Fix umask bug and do a code cleanup of chmod/mkdir usage so set the correct permissions, this should also fix problems with dokuwiki making setuid files on some umasks.
      
        * Don't set the umask() anymore, this is not good form and we don't really know what is it in the old code anyway as it was not done properly.
        * Retire the dmask config option introduce 2 new ones called fmode and dmode, this is more in line with posix and should make more sense.
        * Use chmod for setting the correct permissions but only if it's needed.
        * Set changing of permissions off by default as i should work properly in most Apache setups without and it does not make sense on windows anyway.
      
      darcs-hash:20060224211655-ee6b9-68f7bb59417d6f0033cfd3764146923daa4dcf1b.gz
      44881d27
  4. Feb 18, 2006
  5. Feb 24, 2006
  6. Feb 25, 2006
    • Andreas Gohr's avatar
      GeSHi update to 1.0.7.7 · 732c5c93
      Andreas Gohr authored
      There's been a few more languages added, namely ColdFusion, T-SQL,
      Robots.txt, AutoIT and Java 5, and a couple of bug fixes.
      
      darcs-hash:20060225142520-7ad00-f70f971f69a947dcde4ae7bc2d8378ff250a4cb1.gz
      732c5c93
  7. Feb 24, 2006
  8. Feb 23, 2006
  9. Feb 21, 2006
    • Andreas Gohr's avatar
      fixes for utf-8 to/from unicode conversion · 1abfaba4
      Andreas Gohr authored
      The functions utf8_to unicode and unicode_to_utf8 didn't work correctly
      with some 3 and 4 byte strings. This exchanges those functions against
      two more sophisticated ones. It also adds unit testing for them.
      
      darcs-hash:20060221212605-7ad00-7bfefe8c9615d5a7f3b33c279ce79d4200d4778c.gz
      1abfaba4
  10. Feb 20, 2006
  11. Feb 19, 2006
  12. Feb 18, 2006
    • Anika Henke's avatar
      another try on styling the edit bar · fa24fadb
      Anika Henke authored
      darcs-hash:20060219001944-d5083-ccf6932ab2878183e116524f45eec31f78ac422c.gz
      fa24fadb
    • Andreas Gohr's avatar
      mor conservative chunksize for wordblock patternsize · 444b87a5
      Andreas Gohr authored
      darcs-hash:20060218232226-7ad00-2835d47a97fb12a04055b8145de26c8406f78a99.gz
      444b87a5
    • Andreas Gohr's avatar
      create unique IDs for sections · c5a8fd96
      Andreas Gohr authored
      This patch finally completes the support for unique section IDs.
      
      To achive this the mechanism how the TOC is build was changed. The
      TOC now is build in the renderer only. Currently the TOC will be
      rendered in the end_document function and is then prepended to the
      doc. This should ensure compatibility with the rest of the code.
      
      Adding support for separating the TOC from the page should now be a
      simpler task in the future.
      
      TODO:
        - Update base class
        - remove commented old TOC code
        - make sure no other parts of the code use any of the old TOC
          code
      
      darcs-hash:20060218230744-7ad00-40c5463d93f8ae1c543fb4fed747b2047b4c1302.gz
      c5a8fd96
    • larsch8's avatar
      Fixed a lot of typos in Danish localization. · 9fb6b269
      larsch8 authored
      darcs-hash:20060218132147-a08f5-18c2b5f8a3cd22f58c9fbc9c754a0422c31ecc7c.gz
      9fb6b269
  13. Feb 17, 2006
    • Andreas Gohr's avatar
      file cleanups · 98c86858
      Andreas Gohr authored
      This patch cleans up the source code to satisfy the coding guidelines (see
      http://wiki.splitbrain.org/wiki:development#coding_style)
      
      It converts files to UNIX lineendings and removes tabs and trailing
      whitespace. Not all files were cleaned yet.
      
      darcs-hash:20060217222040-7ad00-bba3d2bee3b5aa7cbb5184258abd50805cd071bf.gz
      98c86858
    • Andreas Gohr's avatar
      do not try to init auth object if useacl · 1c73890c
      Andreas Gohr authored
      darcs-hash:20060217221221-7ad00-56a0595780eaf495cd67567d00e07ef6d90ab38c.gz
      1c73890c
    • Andreas Gohr's avatar
      fixed password mail · 1d096a10
      Andreas Gohr authored
      There was an error which caused the mail aent on registration to
      contain the crypted password instead of the cleartext one.
      
      darcs-hash:20060217180715-7ad00-88b2e8f74ddbad41300ca53bbf79df3d8d8beebc.gz
      1d096a10
  14. Feb 13, 2006
  15. Feb 11, 2006
  16. Feb 10, 2006
    • Andreas Gohr's avatar
      romanization support in utf8 library · 8a831f2b
      Andreas Gohr authored
      This patch addes basic romanization support to the utf-8 library. It
      converts non-latin languages to ASCII.
      
      The transliteration tables used where gathered from various places
      on the net. I do not speak any of those languages so I can't say how
      good they are. Any recommendations and fixes are welcome!
      
      This can be enabled for ID cleaning by setting the deaccent option to 2.
      It is also used in the XHTML renderer to generate section ids based
      on the header titles. Leading digits and any remaining non-ASCII chars
      are removed as well. This is the first step to make section ID always
      XHTML compatible. Making sure they are unique is not implemented yet.
      
      darcs-hash:20060210200627-7ad00-61a633563bb92a00ef4a3f699d73117139cbf367.gz
      8a831f2b
Loading