Skip to content
Snippets Groups Projects
  1. Jun 01, 2005
    • matthiasgrimm's avatar
      keep search input on search page · c1e3b7d9
      matthiasgrimm authored
      This patch modifies the search input form so that the search input
      is kept as long as the user stays on the search page. This is pure
      comfort because he is able to optimise his query step by step without
      the need of typing in the query multiple times.
      
      darcs-hash:20050601163504-7ef76-aad10750707ba97810bc5c5185da3e8ad9ae7391.gz
      c1e3b7d9
  2. May 31, 2005
    • matthiasgrimm's avatar
      String quoting in TOC toggle code · 6037be5a
      matthiasgrimm authored
      This patch changed the string quoting in the TOC toggle button code.
      The HTML code looks better.
      
      darcs-hash:20050531193827-7ef76-b1434c596e396f126a7c2a94ba8bb4f475383fe7.gz
      6037be5a
    • matthiasgrimm's avatar
      toc toggle button · e4a9930b
      matthiasgrimm authored
      The TOC toggle button was very small and inconspicuous. This patch
      replaces the old one with small arrows placed at the right border
      of the TOC header.
      Code cleanup in html.php: html_toc() and html_list_toc() are obsolete
      and have been removed.
      
      darcs-hash:20050531184155-7ef76-249f948b2a8b71d45aab2b8418db2be5eb638f6d.gz
      e4a9930b
  3. May 19, 2005
    • matthiasgrimm's avatar
      add a back button to parent page · a3ec5f4a
      matthiasgrimm authored
      This patch extends the template functions with back
      button linking to the current pages' parent if
      available. Both tpl_button() and tpl_actionlink()
      are supported.
      
      For this to work the first page in the namespace must
      have the same name as the namespace itself. The 'back'
      button of every page in this namespace links to
      namespace:namespace. The 'back' button of the page
      namespace:namespace links to the first page of the
      containing namespace and so forth until the start page
      has been reached.
      
      Because of the precondition decribed above, the default
      template hasn't got the new 'back' button. It is reserved
      for custom made templates and installations which take
      care of the precondition.
      
      darcs-hash:20050519174025-7ef76-1e9c78c941f53871905fc1ba08b28a826553daa3.gz
      a3ec5f4a
  4. May 30, 2005
  5. May 26, 2005
  6. May 25, 2005
    • matthiasgrimm's avatar
      fix for history navigation buttons · 5749f1ce
      matthiasgrimm authored
      This patch adds some sanity checks for the history start parameter
      'first'. Only the needed history entries will be loaded at once
      now. This will reduce server load a bit
      
      darcs-hash:20050525161658-7ef76-1ab681b4c784bbe834fae91301ee7b9cd2a2cd8b.gz
      5749f1ce
  7. May 30, 2005
    • koeppe's avatar
      da update · 3bc80094
      koeppe authored
      darcs-hash:20050530165435-6e8b5-451887bfd86cdc15fb4277de53fd610316462c29.gz
      3bc80094
  8. May 23, 2005
  9. May 21, 2005
    • andi's avatar
      sorting support for syntax plugins, info plugin now actually does something · 107b01d6
      andi authored
      Syntax plugins now need to implement getSort() which should return a number.
      This number is used to add all syntax modes in the correct order. To see a
      list in which order current modes are loaded you can use the info plugin like
      this:
      
      ~~INFO:syntaxmodes~~ lists all known modes (includes existing plugins) with
      their sorting score
      
      ~~INFO:syntaxtypes~~ lists all syntax types and their registered modes (useful
      for implementing the getType() function.
      
      darcs-hash:20050521210430-9977f-2baaf6043afc6ea3fed41cdca97564218fb519c2.gz
      107b01d6
    • andi's avatar
      fix for internal rewrites #332 · 52339126
      andi authored
      darcs-hash:20050521104930-9977f-f93dd746cbb3db2ebda43a044198c2eb0aa4152b.gz
      52339126
  10. May 20, 2005
  11. May 19, 2005
    • andi's avatar
      first attempt of syntax plugins · ee20e7d1
      andi authored
      The first version of the new plugin system. Syntax plugins only yet. A very simple
      example plugin called info (doing nothig useful yet) is included.
      
      Missing Features
      
        - Doku_Block_Handler needs work (doesn't honur plugins yet)
        - there is no way to specify the order of plugins and other modes yet
        - useful output from the info plugin
        - bug testing and fixing
        - code cleanup
        - documentation
      
      darcs-hash:20050519201009-9977f-f793dbfc6a39d8a9643b610927d93cd3288bdd6b.gz
      ee20e7d1
    • andi's avatar
      make search skip .lock files · 64f50cdb
      andi authored
      darcs-hash:20050519161353-9977f-3ea310a2dd433c8bc3ff634bde962d6a9adce549.gz
      64f50cdb
  12. May 17, 2005
    • andi's avatar
      removed bakfiles · 5aa9b7cc
      andi authored
      darcs-hash:20050517204540-9977f-ad23f3daa6503158c1068c3e28808a7cd2147e11.gz
      5aa9b7cc
    • andi's avatar
      some ajax quicksearch tweaking · 32c04430
      andi authored
      added a half second delay before the suggstions appear, moved the postion
      to appear besides the browsers autocomplete...
      I'm still not sure if this is useful at all.
      
      darcs-hash:20050517201719-9977f-6e71a415dd08a84af38bd3643860beb7002088f5.gz
      32c04430
    • matthiasgrimm's avatar
      beautify media upload window · f330ee2b
      matthiasgrimm authored
      This patch cleans up the media upload window. Although the
      namespace list makes levels clear through indention,
      sub-namespaces were always printed with full path. This
      redundant information have been removed to save space.
      This space was added to the objects list on the right side.
      
      darcs-hash:20050517175546-7ef76-1c86eb762e0b44dc4960062524cda6554befbcea.gz
      f330ee2b
  13. May 16, 2005
    • Alexander Marx's avatar
      auth_pgsql update for auth_cryptPassword · d48c0af2
      Alexander Marx authored
      added support for the new auth_cryptPassword() and the corresponding
      verify functions
      
         - $conf['auth']['pgsql']['userinfo'] is now used to verify passwords;
           therefore it also needs to return the crypted passwords which in
           turn makes $conf['auth']['pgsql']['passcheck'] obsolete
         - changed the pass collumn in the users table from varchar(32)
           to varchar(255); just to be on the safe side.
      
      added support for an optional pgsql "port" option
      ($conf['auth']['pgsql']['port'])
      
      added basic support for adding new users
      this needs the $conf['auth']['pgsql']['createuser'] option including
      a corresponding sql function
      
      darcs-hash:20050516071100-c516d-8573af3850f5c4aa4f1ddc71be062a0e93fdacd4.gz
      d48c0af2
  14. May 15, 2005
    • Andreas Gohr's avatar
      nl syntax page removed · ae266946
      Andreas Gohr authored
      darcs-hash:20050515152830-7ad00-74dab4c456c2482e068433b79701f9a446bc5af4.gz
      ae266946
    • andi's avatar
      experimental AJAX quicksearch · 63f2400b
      andi authored
      This isn't perfect yet, but it works. It's tested in Mozilla Firefox only.
      Patches welcome!
      
      darcs-hash:20050515131507-9977f-5ad6c4483faec67f7ce7c980b5a2bd6d9e81012a.gz
      63f2400b
  15. May 14, 2005
  16. May 13, 2005
    • matthiasgrimm's avatar
      hash support for auth_mysql · 9fe6ae8c
      matthiasgrimm authored
      This patch adds support for different hash algorithms to auth_mysql.
      The SQL queries must be modified too and please keep an eye on the
      password field width in your users database. Some hash values need
      much more space than the good old md5 algorithm.
      
      darcs-hash:20050513182619-7ef76-a363c735e34f18b0f2b88be48a1b261e4b50fab3.gz
      9fe6ae8c
    • matthiasgrimm's avatar
      improved navigation bar flexibility · 440e1238
      matthiasgrimm authored
      CSS of default template modified. The navigation bar get rid of
      fixed width definitions which will guarantee improved behaviour
      on small browser windows. Not everyone uses 1600x1200 ;-)
      
      darcs-hash:20050513183057-7ef76-b9077fa8a994beaaf7b0cff2c16be20deb57a96e.gz
      440e1238
    • matthiasgrimm's avatar
      fix ssha hash algorithm · d6e54e02
      matthiasgrimm authored
      wrong variable used in ssha hash algorithm - fixed
      
      darcs-hash:20050513182341-7ef76-ca2263503c39ed209ca38c86b295ea30cd0b11b1.gz
      d6e54e02
Loading