Skip to content
Snippets Groups Projects
  1. Sep 15, 2009
    • slawkens's avatar
      Polish language update · b13c8432
      slawkens authored
      Ignore-this: e0052320dd2335219102095f84af8551
      
      darcs-hash:20090915180536-9116a-be37795910637e29235ac2cf7a184a331145aed7.gz
      b13c8432
    • N3o's avatar
      Romanian language update · 89c23b72
      N3o authored
      Ignore-this: 5935ce3731aab09e699f6d94879ee4e
      
      darcs-hash:20090915180324-1af7f-dfad1e7f5e8112829eb49b9c93894e4ef005bb73.gz
      89c23b72
  2. Sep 11, 2009
    • André Neves's avatar
      Portuguese language update · 24564b8a
      André Neves authored
      Ignore-this: c8b07435c4583624e414ceab874537c5
      
      darcs-hash:20090911132038-d24d4-c2e4f295dcab4af999bed722fea77087aaf6a914.gz
      24564b8a
    • N3o's avatar
      Romanian language update · 402c48d1
      N3o authored
      Ignore-this: f00ec0a348996f0b4157499fd29ac0c
      
      darcs-hash:20090911131322-1af7f-23f145c11dbf346342ab7d0b222bc04e664a137d.gz
      402c48d1
    • Robert Bogenschneider's avatar
      Esperanto language update · 541d121a
      Robert Bogenschneider authored
      Ignore-this: bf0e731014fc37f2ea8e6300a282310
      
      darcs-hash:20090911131158-2a383-34dd53239fd0a0b0fe12e5ade14f9337395a8e62.gz
      541d121a
    • Andreas Gohr's avatar
      One click revert for managers · 1246e016
      Andreas Gohr authored
      Ignore-this: e3c9b5f941b2f1aa83ca375861203a2f
      This patch adds another button for users with the $conf['manager'] role when
      viewing an old revision. It allows them to revert to this revision with a
      single click.
      
      darcs-hash:20090911081833-7ad00-5a64feb7e3e1b37178295c290a6c97c3923e82e3.gz
      1246e016
  3. Sep 04, 2009
    • matthiasgrimm's avatar
      new headline icons for the editor toolbar · 7ba342d5
      matthiasgrimm authored
      The old icons weren't very clear and confused many people. This set
      of icons describe more clearly what the buttons will do. Furthermore
      the sequence of the buttons changed to put the most used bottons in
      front.
      
      darcs-hash:20090904164002-7ef76-d4d5514edbdcb1dfb85c10833367dce785b0aca7.gz
      7ba342d5
    • Andreas Gohr's avatar
      Handle relative redirects correctly FS#1741 · 824defcf
      Andreas Gohr authored
      Ignore-this: a85fdaa1c3aae0315a5f2a51ccbde5a0
      Some servers (or scripts) do not send full qualified URLs in the Location
      header on redirects.
      
      darcs-hash:20090904152257-7ad00-a9749251c59e4235723ed18bcb9a8f4d3f4157ba.gz
      824defcf
    • Andreas Gohr's avatar
      fixed backlink button (missing break) · 4c30ec5f
      Andreas Gohr authored
      Ignore-this: f5092496dd6b976f4fc1573cc1dc5053
      
      darcs-hash:20090904100956-7ad00-5ec791c404f70377f440fba50f80b3e1bac0ece6.gz
      4c30ec5f
  4. Sep 02, 2009
  5. Aug 30, 2009
  6. Aug 28, 2009
  7. Aug 27, 2009
  8. 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
  9. Aug 12, 2009
    • 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
      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
      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
  10. Aug 04, 2009
    • 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
  11. Aug 26, 2009
  12. 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
  13. Aug 09, 2009
  14. Aug 02, 2009
  15. Aug 01, 2009
  16. Jul 31, 2009
    • robocap's avatar
      Italian language update · e541943a
      robocap authored
      Ignore-this: 537c0d5ff5488726782a8bda21f6e48d
      
      darcs-hash:20090731115716-4b6c8-ced788c8a467d0079630fa98c4423012197a672a.gz
      e541943a
  17. Jul 29, 2009
    • 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
  18. Jul 27, 2009
  19. 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
      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
Loading