Skip to content
Snippets Groups Projects
  1. Feb 24, 2006
  2. Feb 23, 2006
  3. 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
  4. Feb 20, 2006
  5. Feb 19, 2006
  6. 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
  7. 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
  8. Feb 13, 2006
  9. Feb 11, 2006
  10. 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
  11. Feb 08, 2006
    • shmulik grandpa's avatar
      hebrew language updates · 52a90af3
      shmulik grandpa authored
      darcs-hash:20060208204036-27c15-c1ae1c65782fcbf0fb95575d139e41bd24948fe9.gz
      52a90af3
    • matthiasgrimm's avatar
      MySQL cando update · 715e553e
      matthiasgrimm authored
      This patch fixed the cando capabilities array.
      
      darcs-hash:20060208185913-7ef76-b6e999ebd2ecfbf3d3b50305cee88d6eb85a3b65.gz
      715e553e
  12. Feb 07, 2006
  13. Feb 05, 2006
  14. Feb 02, 2006
    • matthiasgrimm's avatar
      change only changed data · 073766c6
      matthiasgrimm authored
      This patch changed the modifyUser function of the user manager
      so that it only forward data fields to the backend that the
      user really changed. Unchanged or empty fields will be skipped.
      
      darcs-hash:20060202192030-7ef76-a221f16cafd24eef632b6554ada90aee8b500b8b.gz
      073766c6
  15. Feb 04, 2006
  16. Feb 03, 2006
    • Andreas Gohr's avatar
      fix special char ID handling · 0868021b
      Andreas Gohr authored
      A given ID consisting of special chars only (either added manually in the URL
      or in the search box) will be ignored correctly now.
      
      darcs-hash:20060203153945-7ad00-60fc38b49604f45bb2ca912a9c76c619ad60ac44.gz
      0868021b
Loading