Skip to content
Snippets Groups Projects
  1. Aug 14, 2009
    • Andreas Gohr's avatar
      More Link wizard cleanup · 3e23cbfd
      Andreas Gohr authored
      Ignore-this: 100b66fbe26d82dfd6cffba751cf6992
      
      darcs-hash:20090814114056-7ad00-f5dc711f467f9f6d8904bb6b08d7daac4e675ec2.gz
      3e23cbfd
    • Andreas Gohr's avatar
      fix scrolling on keyboard select in LinkWizard · 7fe97caa
      Andreas Gohr authored
      Ignore-this: 831a3252b5cb7c3f8658c377f60c0a95
      
      darcs-hash:20090814105344-7ad00-6643571c3363ceb25d818246cf1425e3db6c8216.gz
      7fe97caa
    • Andreas Gohr's avatar
      added missing images · 96ed8edc
      Andreas Gohr authored
      Ignore-this: aad736c38ba3e5070502a73843c8b64d
      
      darcs-hash:20090814100605-6e07b-838ef316d246755fb3b7000f6fb583a9ef1848ca.gz
      96ed8edc
    • Andreas Gohr's avatar
      small JS fix · 55be22a1
      Andreas Gohr authored
      Ignore-this: 42bc05343dabfa0b7cb7b14b9ba61834
      
      darcs-hash:20090814092553-7ad00-89080ef0ba30d25b3d85afbb8a0a29a6e28b7b07.gz
      55be22a1
  2. Aug 12, 2009
    • Andreas Gohr's avatar
      simplify JavaScript loading · 6392c3b6
      Andreas Gohr authored
      Ignore-this: 7637977e042ed8ba7e9e9097f9e9f03f
      
      This patch removes the differences between the JavaScript loaded in
      edit and view modes.
      
        * increases the amount of JavaScript that is loaded initially
        * decreases the number of requests
        * only one cache for all javascript
        * all javascript is available in view mode
      
      The last point is the most important as it makes a lot of functionality
      available to plugins working in the view mode. The discussion plugin
      now can reuse the toolbar code for example.
      
      Note: development is part of ICKE 2.0 project
            http://www.icke-projekt.de
      
      darcs-hash:20090812194007-6e07b-c8a71dedf506065a95d8b84b55aafce67810236c.gz
      6392c3b6
    • Andreas Gohr's avatar
      Language file cleanups for JS changes · 0071aa21
      Andreas Gohr authored
      Ignore-this: 7c8f68f29f52bc1d33fdb76ba98d2307
      
      Removed unused string, move another string to the [js] subarray.
      
      darcs-hash:20090812191138-6e07b-65db1b7560d437fb26a1a4d0095cd768b2c9af01.gz
      0071aa21
    • Andreas Gohr's avatar
      make dragged objects stylable via CSS · 6977dcef
      Andreas Gohr authored
      Ignore-this: ae47b532b80d10868e82e0ccc5c963d1
      
      A DOM object that is dragged through the new drag Object gets the ondrag
      assigned.
      
      note: development was part of the ICKE 2.0 project see
              http://www.icke-projekt.de for info
      
      darcs-hash:20090812180344-6e07b-a50d6589f0650897ddd5f5d345a3d15513aada77.gz
      6977dcef
    • Andreas Gohr's avatar
      Link Wizard added · 56dfcc12
      Andreas Gohr authored
      Ignore-this: c15561aa909f921f7845576378851b93
      
      This adds a new link wizard to the toolbar which helps users to find the page the want to link to.
      
      Pages can be found by a simple page name search or by browsing the
      existing namespaces.
      
      This is the first checkin. Some cleanup and MSIE compatibility checks
      remain.
      
      note: development was part of the ICKE 2.0 project see
            http://www.icke-projekt.de for info
      
      darcs-hash:20090812102302-6e07b-fcc564fcaf2ed6aa832918870dd0f92607748687.gz
      56dfcc12
    • Andreas Gohr's avatar
      Script lib for draggable DOM objects · 050f4a94
      Andreas Gohr authored
      Ignore-this: 907af01f2757cc494d2c54d8e4d7b9d1
      
      This adds a simple object that can be attached to positioned DOM objects
      to make them draggable. This is useful for inplace dialogs.
      
      note: development was part of the ICKE 2.0 project see
            http://www.icke-projekt.de for info
      
      darcs-hash:20090812102055-6e07b-88451d4d67877224950a289b9cd415544f4c2755.gz
      050f4a94
    • Andreas Gohr's avatar
      universal callback for search() · 3abeade3
      Andreas Gohr authored
      Ignore-this: 4d786345ea9bfb19fb6f8af9348f5248
      
      This patch adds a callback for use with the search() function,
      that is flexible enough to replace many of the other specialized
      callbacks and opens up more possibilties to plugin authors without
      the need to write new callbacks.
      
      Existing callbacks need to be reexamined and rewritten to wrap
      around this callback instead.
      
      note: development was part of the ICKE 2.0 project see
            http://www.icke-projekt.de for info
      
      darcs-hash:20090812101653-6e07b-d578baff97a0e8720e468e238aec06109048c8b8.gz
      3abeade3
  3. Aug 06, 2009
  4. Aug 05, 2009
  5. Aug 04, 2009
    • Andreas Gohr's avatar
      Some text selection workarounds for MSIE · 8f99c3ec
      Andreas Gohr authored
      Ignore-this: b4a14bbf96712ec9ce9011e172f2af81
      
      This patch solves some problems with reading the cursor positions
      and text selection on MSIE.
      
      note: development was part of the ICKE 2.0 project see
              http://www.icke-projekt.de for info
      
      darcs-hash:20090804150501-6e07b-5e3cf60261f5f51906df2d4cf15509e9075757e0.gz
      8f99c3ec
    • Andreas Gohr's avatar
      improved list handling · 201ea5f3
      Andreas Gohr authored
      Ignore-this: 2e4f3fbfb28917ee66cf3e1925c806d3
      
      This patch adds multiple enhancements to handling lists and indented
      code blocks in the editor.
      
      1. Pressing enter when in a list item or code block will keep the indention
         and adds a new list point
      2. Pressing space at the start of a list item will indent the item to the
         next level
      3. Pressing bckspace at the start of a list item will outdent the item
         to the previous level or delete the list bullet when you are at the
         1st level already
      4. A new type of formatting button called formatln is added. It applies
         formatting to several lines. It's used for the list buttons currently
         and makes it possible to convert mutiple lines to a list
      
      This enhncement are currently only tested in Firefox are most likely to
      break IE compatibility. A compatibility patch will be submitted later
      
      note: development was part of the ICKE 2.0 project see
            http://www.icke-projekt.de for info
      
      darcs-hash:20090804095707-7ad00-e565c66087c7121188ad7ece8265d9f64f7e6947.gz
      201ea5f3
  6. Aug 26, 2009
  7. Aug 25, 2009
  8. Aug 18, 2009
  9. Aug 11, 2009
    • Erik Pedersen's avatar
      French language update · 7ea13553
      Erik Pedersen authored
      Ignore-this: 3c16a0a7483f35e9026c7e292c926453
      
      darcs-hash:20090811185014-e81ea-4cbbce2d5ebde7e00a0250589a41666ad5dfbb19.gz
      7ea13553
    • Erik Pedersen's avatar
      Esperanto language update · c1c078dc
      Erik Pedersen authored
      Ignore-this: 1454880f75d932f8f2c11c5ec3e1895f
      
      darcs-hash:20090811184929-e81ea-ed76a9d92d0d6e4b2d9cf1d52cf6c5c247a2a7de.gz
      c1c078dc
    • Erik Pedersen's avatar
      Norwegian language update · 868a465c
      Erik Pedersen authored
      Ignore-this: 9de87e69b85c8fbc67c79d53c5e7592b
      
      darcs-hash:20090811184843-e81ea-2c27d492a7b21c3a58912229bfa62240dd625b3b.gz
      868a465c
  10. Aug 09, 2009
  11. Aug 07, 2009
    • Andreas Gohr's avatar
      Show media namespaces in ACL manager · a8900dc9
      Andreas Gohr authored
      Ignore-this: b46799f7d65081eaa364ecaab8a2c7f9
      
      Namespaces that only exist within the media directory are now merged with the
      page namespaces in tree explorer of the namespace manager
      
      darcs-hash:20090807094607-7ad00-3ce30cffc528e7e20a4b19d8f30d1f3725806162.gz
      a8900dc9
  12. Aug 02, 2009
  13. Aug 01, 2009
  14. Jul 31, 2009
    • robocap's avatar
      Italian language update · e541943a
      robocap authored
      Ignore-this: 537c0d5ff5488726782a8bda21f6e48d
      
      darcs-hash:20090731115716-4b6c8-ced788c8a467d0079630fa98c4423012197a672a.gz
      e541943a
  15. Jul 29, 2009
    • Andreas Gohr's avatar
      removed trailing ?> from doku.php and feed.php · 622e7bd9
      Andreas Gohr authored
      Ignore-this: 6f4e420b7fe41dfa15bacf63eb4529ca
      
      darcs-hash:20090729200815-7ad00-f64ccc26ea2fb654adcd527e1134582b62ce4377.gz
      622e7bd9
    • Andreas Gohr's avatar
      some Khmer language cleanup but still broken · 8e2abceb
      Andreas Gohr authored
      Ignore-this: aff9b0022b1f4809efb4eaa6d95a3d77
      
      This language is currently broken because it is not UTF-8 encoded. But I
      couldn't find out what encoding is used here. CP1256 seems at least somewhat
      reasonable but not completely fitting. If anyone has an idea please give me
      a shout. (Original author was contacted as well)
      
      darcs-hash:20090729200554-7ad00-24500ae97cb48b38e3e6821c5436fe8352289760.gz
      8e2abceb
  16. Jul 27, 2009
  17. Jul 26, 2009
    • Fernando A. Lagos B's avatar
      Spanish language update · 469ad273
      Fernando A. Lagos B authored
      Ignore-this: 6cbc846f666c73086cc28327c2f661e4
      
      darcs-hash:20090726192746-4b9dd-5b35e98747e193994abd00bb53f5c22ded272c0d.gz
      469ad273
    • Andreas Gohr's avatar
      rollback of the rollback... yes really · 7e6f32c4
      Andreas Gohr authored
      Ignore-this: 77a6ae8bee651ddb193e0ed84cbe3667
      
      Okay, so it turned out Chris' test had a bug and wasn't really testing and my
      test was skewed by disk caching (remember: always run your performance tests
      multiple times).
      
      rolling back:
      
      Sat Jul 25 12:44:59 CEST 2009  Andreas Gohr <andi@splitbrain.org>
        * rollback of the utf8_isASCII() patch
      
        Tests showed the old code was faster and I was too stupid to read the test results
        rolling back:
      
        Fri Jul 24 10:40:09 CEST 2009  Andreas Haerter <netzmeister@andreas-haerter.de>
          * Much faster version of utf8_isASCII()
          This version uses a non-capturing regular expression instead of looping through
          all characters of the string.
      
            M ./inc/utf8.php -5 +2
      
          M ./inc/utf8.php -2 +5
      
      darcs-hash:20090726191841-7ad00-13950d9c528abd51f5680c6841ec738a0ee72130.gz
      7e6f32c4
    • Andreas Gohr's avatar
      Added downloadable code blocks to wiki:syntax · 8cd177c0
      Andreas Gohr authored
      Ignore-this: 3ec9f7b84454b59cbf5c118e1e09d86
      
      darcs-hash:20090726185123-7ad00-ba0ae7cd50c0333bd1eb98633419047d9c2fd53f.gz
      8cd177c0
    • Andreas Gohr's avatar
      fixed filename support in <file> syntax · f9d4952b
      Andreas Gohr authored
      Ignore-this: 59bec5f55f7d0eb26d454d76da750142
      
      darcs-hash:20090726185025-7ad00-1577f684e585c849fda9505ccad98735f0c7bb76.gz
      f9d4952b
    • Andreas Gohr's avatar
      merge conflict resolve · 28e7fbd0
      Andreas Gohr authored
      Ignore-this: f902ad415663a4a1d9e43e0ccc808bbb
      
      darcs-hash:20090726180336-7ad00-fd881cbf4799dd42f53d324550d625bb91274bbe.gz
      28e7fbd0
    • Andreas Gohr's avatar
      enhanced <code> and <file> syntax · 3d491f75
      Andreas Gohr authored
      Ignore-this: 80398f84222bec1fce56eee8f107d37a
      
      This patch enhances the code and file syntax with several new features.
      
      1. code and file are now essentially the same and just differ in the class
         name. This means you now can use the file syntax with syntax highlighting
         as well. This also solves problems where the code to highlight already
         contains a <code> tag (FS#1493)
      
      2. a filename can be given as label for the code or file block. It is
         specified as second parameter after the language:
      
         <code html myfile.html>...</code>
      
         If no highlighting is wanted, but a filename shall be given, you can use
         a dash as language:
      
         <code - somefile.foo>...</code>
      
      3. when a filename was given (as shown above), the label links to a
         download of the code given in the code/file block. This is made possible
         by a new renderer in inc/parser/code.php. The basename of given filename
         is suggested as filename when downloading.
      
      darcs-hash:20090726175158-7ad00-969641a06ae1393a6d99207c3cd938fb67f23a71.gz
      3d491f75
    • Andreas Gohr's avatar
      Updated version checks for PHP 5 · a6783fdb
      Andreas Gohr authored
      Ignore-this: 97d3d6fd8dc65d0cfce6b976cc2fad28
      
      The next release will require PHP 5, the related checks were upgraded to check
      for at least 5.0.0 (we might need to tune this)
      
      darcs-hash:20090726115255-7ad00-59d67b61739db8eea0288a8010d7cdf507ab867b.gz
      a6783fdb
    • Andreas Gohr's avatar
      Avoid double encoding for RSS titles FS#1705 · 793361f8
      Andreas Gohr authored
      Ignore-this: 3e02f7f87047627230ff95fd4a38de32
      
      darcs-hash:20090726114554-7ad00-4ad7f6e5c9a95eea352ab909a54798a5a773e9f1.gz
      793361f8
  18. Jul 25, 2009
    • Andreas Gohr's avatar
      Use content detection when unpacking plugin archives FS#1703 · 7c3370d3
      Andreas Gohr authored
      Ignore-this: 584fbb1e0d2cfece4648d282cb5f330a
      
      The plugin manager now doesn't rely on the file extension when deciding how
      to extract a plugin archive but instead looks at the magic bytes of the
      downloaded file.
      
      darcs-hash:20090725160844-7ad00-c64d76c4f5f708feba092417c8a7834951c479f9.gz
      7c3370d3
Loading