Skip to content
Snippets Groups Projects
  1. Sep 29, 2008
  2. Sep 26, 2008
  3. Sep 23, 2008
  4. Sep 19, 2008
    • dion's avatar
      Dutch language upgrade · 90fa55b7
      dion authored
      darcs-hash:20080919131733-66058-688bfc5263c9aa873a5893689e8be37d2011a759.gz
      90fa55b7
  5. Sep 16, 2008
    • Andreas Gohr's avatar
      multiupload fixes FS#1452 · 8c8dd6ea
      Andreas Gohr authored
      This patch fixes HTML validity problems with the multiupload flash. It also
      makes sure the uploadflash is shown when switching namespaces via Ajax in the
      Mediamanager.
      
      BTW. The multiupload flash does not work in lighttpd 1.4.x
      see http://trac.lighttpd.net/trac/ticket/1017 for details
      
      darcs-hash:20080916173630-7ad00-84c4ad5d580093155a1ccfb41054c55b789118c0.gz
      8c8dd6ea
  6. Sep 15, 2008
  7. Sep 14, 2008
    • Andreas Gohr's avatar
      rewrote the fullpath function FS#1462 · 4761d30c
      Andreas Gohr authored
      The fullpath function now correctly handles windows drive letter paths and UNC
      paths making sure that those are not destroyed with upper dir .. notation.
      
      Unit tests where added.
      
      darcs-hash:20080914134744-7ad00-9abf5931d910a0b12979b1f69b090e8ecd568c71.gz
      4761d30c
  8. Sep 12, 2008
    • Andreas Gohr's avatar
      more cookie security FS#1490 · f5c6743c
      Andreas Gohr authored
      This patch adds the httponly option to the PHP session cookies and DokuWiki's
      auth cookie when supported by the PHP version.
      
      It also adds a new config option 'securecookie' which is enabled by default.
      It makes sure the browser will not sent a cookie set via HTTPS over a
      non-secured connection. This option has to be disabled for wikis that only
      protect the login with SSL but not the whole wiki.
      
      darcs-hash:20080912224922-7ad00-d5275147ba9d17a9f6defa8a51ca720da74ba8a0.gz
      f5c6743c
    • Andreas Gohr's avatar
      avoid warning on file_exists FS#1428 · de9104dd
      Andreas Gohr authored
      darcs-hash:20080912212311-7ad00-26249ceb7fb08a442888942072ef2dd8279ab3d2.gz
      de9104dd
    • Andreas Gohr's avatar
      GeSHi update to 1.0.8 · 8e39ccf5
      Andreas Gohr authored
      darcs-hash:20080912202334-7ad00-ee4e69ad5516c38729955e8919d55f3b940caf1a.gz
      8e39ccf5
  9. Sep 06, 2008
  10. Sep 03, 2008
  11. Sep 01, 2008
  12. Aug 30, 2008
    • Gina Haeussge's avatar
      Fix for FS#1478 · f7c7911a
      Gina Haeussge authored
      darcs-hash:20080830211206-2b4f5-4f7073d95c950329f7bd2a6eb9bced948e37db1f.gz
      f7c7911a
  13. Sep 01, 2008
  14. Aug 30, 2008
    • Gina Haeussge's avatar
      New event TPL_TOC_RENDER · 7dee3468
      Gina Haeussge authored
          This new event is triggered directly before rendering the TOC. An array
          containing the current TOC items is given as eventdata and can be modified
          by action plugins to e.g. add additional items to the TOC.
      
      darcs-hash:20080830192033-2b4f5-29611563677679f5bfc0d030019e23d7e9a6bcf5.gz
      7dee3468
  15. Aug 29, 2008
  16. Aug 28, 2008
    • Michael Klier's avatar
      new event ACTION_EXPORT_POSTPROCESS · f6dad9fd
      Michael Klier authored
      	This event allows action plugins to postprocess the output of a page
      	requested for export.
      
      	Event data:
      		data[id]      -- the page id
      		data[mode]    -- requested export mode
      		data[headers] -- headers of the requested export mode
      		data[output]  -- export output
      
      darcs-hash:20080828200321-23886-6676682f33fa5c2d9f0c0a21fa26154baf4e137a.gz
      f6dad9fd
  17. Aug 25, 2008
  18. Aug 24, 2008
    • Michael Klier's avatar
      XMLRPC: new event XMLRPC_CALLBACK_REGISTER · bb32615d
      Michael Klier authored
      	By using this event, action plugins can register their own callback methods
      	in DokuWikis XML-RPC server, and extend it's functionality. The event data
      	is the server instance. Plugins can also remove already registered
      	callbacks or replace them with their own methods.
      
      darcs-hash:20080824080457-23886-b49b897592ce6717f0980f6044bae2d51fd73336.gz
      bb32615d
    • Andreas Gohr's avatar
      avoid deprected warnings in php5.3 FS#1464 · fc80ed59
      Andreas Gohr authored
      darcs-hash:20080824085653-7ad00-44925f90b286493b9b55d1ace59136a676786faf.gz
      fc80ed59
  19. Aug 23, 2008
    • Andreas Gohr's avatar
      redirect on show/POST · 69cd1e27
      Andreas Gohr authored
      Now a redirect is always done when the final action is show, but the reqeuest
      method is POST. This handles actions like cncel autmatically and ensures nice
      URLs are reinstated.
      A new event ACTION_SHOW_REDIRECT wraps the redirect.
      
      darcs-hash:20080823174550-7ad00-4969a9467b5bca12412507fd6b177088a1c5363f.gz
      69cd1e27
    • Andreas Gohr's avatar
      mobile detection added · 1c548ebe
      Andreas Gohr authored
      This patch adds detection of mobile browsers to DokuWiki. $INFO[ismobile]
      will be set to true for mobile browsers. Template authos can use this to
      adapt their template dynamically. CSS support will follow.
      
      darcs-hash:20080823152454-7ad00-67e50139572a746d2b356bdbb2a53a3f21b53bcb.gz
      1c548ebe
    • Gina Haeussge's avatar
      Added option to make media search recursive · 1a49ac65
      Gina Haeussge authored
      By providing a key 'recursive' in the opts array of the media search, the search recurses into namespaces.
      
      darcs-hash:20080823100126-2b4f5-62a051fc901d61158347a2e87181e21fda87471d.gz
      1a49ac65
    • Andreas Gohr's avatar
      more verbose errors in tarlib when needed ext is missing · 9c71da5b
      Andreas Gohr authored
      darcs-hash:20080823111603-7ad00-8c6f664b96fa6c959f77965d0d1b721aecedc92c.gz
      9c71da5b
    • Andreas Gohr's avatar
      add slash in io_mktmdir · 287f35bd
      Andreas Gohr authored
      darcs-hash:20080823090003-7ad00-e3b2f2258bf794b62810f9fc51378bb9271441e3.gz
      287f35bd
  20. Aug 17, 2008
    • Andreas Gohr's avatar
      tpl_actiondropdown added · a00de5b5
      Andreas Gohr authored
      This new template function allows a dropdown menu to be used to access all
      the DokuWiki do actions with minimal space requirement.
      
      darcs-hash:20080817203841-7ad00-f267285a3e9f119c5aaaf73ca276e3a2f1f72a94.gz
      a00de5b5
    • Gabriel Birke's avatar
      Wrap user modifications in events · 7d3c8d42
      Gabriel Birke authored
      Adds a wrapper function in the basic auth class which is used by the core code
      to modify the user database. The wrapper function signals events and delegates
      the action to the auth backend.
      
      darcs-hash:20080817141121-79ce3-3300a4342b62a7a18ebcc9a765d87b30a0264621.gz
      7d3c8d42
    • Aydin Coskuner's avatar
      Turkish language update · e7835c60
      Aydin Coskuner authored
      darcs-hash:20080817134530-440c1-c8490890249de90df90bbba6b152652cb9d350c6.gz
      e7835c60
    • Andreas Gohr's avatar
      strip default parameters from media URLs · 8c08db0a
      Andreas Gohr authored
      Default parameters like cacheche or empty width or heights are stripped
      from media URLs now.
      
      darcs-hash:20080817134207-7ad00-4b53c1f9b121fcbb3e0c5cc38e672f1b20157956.gz
      8c08db0a
  21. Aug 15, 2008
  22. Aug 14, 2008
    • Andreas Gohr's avatar
      display the (shortened) namespace for page quicksearch · bd2f6c2f
      Andreas Gohr authored
      When displaying pagename matches in the Ajax quick search or normal search,
      the namespace of the page is shown behind the pagename. This makes it easier
      to distinguish the pages when the same namespace is used in different namespaces.
      
      To avoid breaking the layout in deep nested namespace hierarchies, the namespace
      is shortened in the middle when needed.
      
      This patch also disables the effect of the useheadings option in the Ajax quick
      search. After all the results should show what was found and since the search
      works on pagenames not headings it should show pagenames as result.
      
      darcs-hash:20080814194826-7ad00-9add9c1bbbb4f4ede3c6884d37427644b2cddc56.gz
      bd2f6c2f
  23. Aug 04, 2008
    • gweissbach's avatar
      Explicite TypeCast for searchIndex · 3a50618c
      gweissbach authored
      Running the /bin/indexer.php or the searchindex plugin fails in php5
      with several type cast errors. This can be fixed using explicite type casts.
      
      Secondly the include plugin requires the auth.php to be present. As some other
      plugins might use quick-acl or the $auth too, indexer.php should require the auth.php
      just as the lib/exe/indexer.php does.
      
      darcs-hash:20080804112444-f4337-e12f25329236689b05e31f0db2119e47660a9404.gz
      3a50618c
  24. Aug 13, 2008
Loading