Skip to content
Snippets Groups Projects
  1. Jan 25, 2007
  2. Nov 04, 2006
  3. Oct 08, 2006
  4. Sep 27, 2006
    • chris's avatar
      unit_test fixes/changes · d07dd8ee
      chris authored
      - auth_nameencode.test, add teardown code to clear new
        $cache_authname memory cache
      - utf8_substr.test, correct expected result for last test
      
      darcs-hash:20060927101118-9b6ab-a72ea443ba67e17946af34d67c274975d563a22f.gz
      d07dd8ee
  5. Sep 08, 2006
  6. Aug 31, 2006
  7. Aug 27, 2006
  8. Aug 26, 2006
  9. Aug 09, 2006
    • chris's avatar
      more unit test fixes · 742c66f8
      chris authored
      - move parser.test.php
      
      darcs-hash:20060809192115-9b6ab-973fea51fbfdcf5f44a2ac66000f2ccb5fdd43b4.gz
      742c66f8
    • chris's avatar
      cleanID unit tests · 74c0c504
      chris authored
      + fix missing utf8 deaccent character mapping
      + set utf-8 charset for HTMLReporter (unit tests)
      
      darcs-hash:20060809160209-9b6ab-26c80a4830643b9790536f6d3a4adee0f451e4f0.gz
      74c0c504
    • chris's avatar
      update footnote unittests · 1f4490f2
      chris authored
      darcs-hash:20060809155755-9b6ab-d48f2af0fa98b310223b96361cad43ba2317b582.gz
      1f4490f2
  10. Aug 05, 2006
    • chris's avatar
      more unittest updates · 4a26ad85
      chris authored
      darcs-hash:20060805082442-9b6ab-8447755da8c66c5cfc3ee0df0f8bb97375a2a1ff.gz
      4a26ad85
  11. Aug 04, 2006
    • chris's avatar
      unittest fixes · 03c4aec3
      chris authored
      darcs-hash:20060804142243-9b6ab-d208f7f1a67a9958fda05c519c8407ad5e733cea.gz
      03c4aec3
  12. Aug 03, 2006
  13. Jul 31, 2006
    • Andreas Gohr's avatar
      fix in JS compressor · e5cafda0
      Andreas Gohr authored
      This fixes a problem with escaped backslashes in single and double quote
      strings.
      
      darcs-hash:20060731223008-7ad00-ebae61a00115b7f32c12eb9355059a1ecf467cd3.gz
      e5cafda0
  14. Jun 18, 2006
  15. Jun 17, 2006
    • Ben Coburn's avatar
      fixing edit section bugs · b203781f
      Ben Coburn authored
        - Final edit section now ignored when there is only one header.
        - The configuration property 'maxseclevel' is now honored again.
          - Instructions are not created by the handler for edit sections
            that have a level higher than 'maxseclevel'. These ignored
            edit sections are merged into the previous edit section.
      
      darcs-hash:20060617223723-05dcb-a1282e827468de00977179c8c8924fb00ec2d56c.gz
      b203781f
    • Andreas Gohr's avatar
      testcase for utf8_substr · 301ad18b
      Andreas Gohr authored
      darcs-hash:20060617125202-7ad00-bbcce419fca4bac38340bcb2dd148c37b13bd9cb.gz
      301ad18b
  16. Jun 16, 2006
    • Andreas Gohr's avatar
      better onload handling · 5cafff96
      Andreas Gohr authored
      This patch improves the way the window.oninit JavaScript function is
      called. This function is used to initialiaze all JavaScript funcions
      attached to the DOM so it needs to be executed **after** the full DOM
      was parsed by the browser. Unfortunately currently only Mozilla supports
      a DOMContentLoaded event. In all other browsers we had to wait for
      the window.onload event which will only be called after **all** content
      (including images) was loaded - this caused a visible delay on all
      JavaScript generated content (like the toolbar) in non-Mozilla browsers.
      
      Dean Edwards now presented a solution [1] which will work for all the bigger
      Browsers and is used in this patch.
      
      The following browsers now should fire the init event right after parsing
      the DOM:
      
      All Mozilla based browsers
      Internet Explorer
      Safari
      Opera >
      
      darcs-hash:20060616104539-7ad00-db70d31fcb21cb812cf4982fe80a7d649e2daa1c.gz
      5cafff96
  17. Jun 11, 2006
    • Andreas Gohr's avatar
      namespace linking first part · a6ef4796
      Andreas Gohr authored
      This patch adds namespace linking - formerly known as globalstart patch.
      
      It differs somewhat from the original patch. It is not implemented in getID()
      but in resolve_pageid().
      
      It is now possible to link to a "default" file of a namespace ending the linkid
      with a colon: [[foo:bar:]]
      
      To which page the link links is dependent on the xistance of certain named
      files. For the above mentioned link [[foo:bar:]] the following pages are checked:
      
      foo:bar:start
      foo:bar:bar
      foo:bar
      
      The pages are checked in the order above whatever page is found first will be
      linked to. If no page is found foo:bar:start will be chosen. BTW: 'start' is
      the value configured in $conf['start']
      
      Note: autoplural linking is not done for those links
      
      This is just the first patch. Several other locations of the code need to be
      adjusted to reflect this change and some testing needs to be done (first test
      cases are supplied within the patch bundle)
      
      Things that maybe need adjustment:
      
        - tpl_youarehere (hierarchical breadcrumbs)
        - tpl_button back
        - maybe others (search?)
      
      Patches would be welcome. The best aproach to fix things that don't work is
      probably making calls to resolve_pageid() instead of simple cleanID() calls.
      
      darcs-hash:20060611184453-7ad00-ba70b0fcf2cb64d4d4f0ce6bd6e437595cd947d3.gz
      a6ef4796
  18. Jun 06, 2006
  19. May 27, 2006
  20. May 26, 2006
    • Ben Coburn's avatar
      update header test cases 20060526 · 29d015e3
      Ben Coburn authored
      Also resolves a small p_close anomaly introduced when section edits were
      given their own instruction.
      
      darcs-hash:20060526170229-05dcb-9509e939b923fe966b901fe5d90ba499828a56c1.gz
      29d015e3
  21. May 07, 2006
    • Andreas Gohr's avatar
      metadata hnalding updates, header fixes · a4a2d4cf
      Andreas Gohr authored
      This removes the meta instruction again in favour of the new meta renderer.
      Most tests work now again, a few tweaks were done on the header handler
      to render certain headers as it did in earlier versions.
      
      darcs-hash:20060507153113-7ad00-bd299fbe1762482c72d109f9bca776f12bcea7c8.gz
      a4a2d4cf
  22. Apr 14, 2006
    • Andreas Gohr's avatar
      relative upper links · c4e0e4a1
      Andreas Gohr authored
      Now allows links like [[..:..:page]]
      
      darcs-hash:20060414150358-7ad00-88394caabc6ee2ce7137694e2a0c0c98e7534ea5.gz
      c4e0e4a1
  23. Mar 11, 2006
    • Andreas Gohr's avatar
      enhanced clientIP() function · 6d8affe6
      Andreas Gohr authored
      The function now can optinally return a single IP address and tries
      to be clever about which one to choose if multiple were supplied
      through X-Forwarded-For headers
      
      darcs-hash:20060311185752-7ad00-085bbed7eeffcff0be8f45417d73c13b733c4332.gz
      6d8affe6
  24. Mar 09, 2006
    • Andreas Gohr's avatar
      fix for quoted printable encoding · 91275a65
      Andreas Gohr authored
      This patch replaces the old mail_quotedprintable_encode function with a
      better one which makes sure to never split an encoded character. This also
      makes sure mail headers aren't wrapped when quoting is needed.
      
      darcs-hash:20060309182459-7ad00-0c442b5422e9727fc70d206f8e1bcd6281536573.gz
      91275a65
  25. Mar 07, 2006
  26. Mar 02, 2006
    • Andreas Gohr's avatar
      Allow non-ID names in ACLs · 6c2bb100
      Andreas Gohr authored
      Some auth backends allow special chars like whitespaces in user and group
      names. This made problems with the existing ACL checks and ACL manager.
      This patch makes the ACL system work with these cases by (url)encoding all
      special chars below 128.
      
      darcs-hash:20060302101850-6e07b-14bda9dbdb3528904325419b35bb9eddb0d1dde3.gz
      6c2bb100
  27. Feb 25, 2006
  28. 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
  29. Jan 24, 2006
  30. Jan 22, 2006
  31. Nov 12, 2005
  32. Nov 08, 2005
  33. Nov 06, 2005
    • hfuecks's avatar
      get_tests_running_1 · fc1c55b1
      hfuecks authored
      darcs-hash:20051106233800-e96b6-90328f1b6cc5c8b25c6e02f113cf80475789d297.gz
      fc1c55b1
    • hfuecks's avatar
      mock_functions_patch · 4add97cb
      hfuecks authored
      darcs-hash:20051106221447-e96b6-ff3d9d209aa899273b7116a72fbd3d49d4cc0500.gz
      4add97cb
  34. Nov 03, 2005
Loading