- Sep 15, 2009
- Sep 11, 2009
-
-
André Neves authored
Ignore-this: c8b07435c4583624e414ceab874537c5 darcs-hash:20090911132038-d24d4-c2e4f295dcab4af999bed722fea77087aaf6a914.gz
-
N3o authored
Ignore-this: f00ec0a348996f0b4157499fd29ac0c darcs-hash:20090911131322-1af7f-23f145c11dbf346342ab7d0b222bc04e664a137d.gz
-
Robert Bogenschneider authored
Ignore-this: bf0e731014fc37f2ea8e6300a282310 darcs-hash:20090911131158-2a383-34dd53239fd0a0b0fe12e5ade14f9337395a8e62.gz
-
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
-
- Sep 04, 2009
-
-
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
-
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
-
Andreas Gohr authored
Ignore-this: f5092496dd6b976f4fc1573cc1dc5053 darcs-hash:20090904100956-7ad00-5ec791c404f70377f440fba50f80b3e1bac0ece6.gz
-
- Sep 02, 2009
-
-
Andreas Gohr authored
Ignore-this: 98bfcf5fc6f786038562b0abbccbc6a2 darcs-hash:20090902181259-7ad00-5411a421dc8bd0b1fe704df09631648d0009f9cb.gz
-
- Aug 30, 2009
-
-
Andreas Gohr authored
Ignore-this: 67ae7589474461a1279720865f0d18b9 Just moves the prepending of the colon (for absolute namespaces) from the javascript to the PHP backend code - makes reusing the javascript for non local files easier. darcs-hash:20090830130823-7ad00-2b53e48edd8e117ac3f7814c50ea429e06284809.gz
-
Andreas Gohr authored
Ignore-this: 1742cf72bee0a1ac1898109ba5afc962 darcs-hash:20090830111438-7ad00-120e8fa9ce41e4317676dc2e9d5cf113a418ec44.gz
-
Andreas Gohr authored
Ignore-this: ce1342ac66bd276efc7791ff69a025a3 darcs-hash:20090830101808-7ad00-0176559a8f61f32288f274f20a047e7b5de7adaf.gz
-
- Aug 28, 2009
-
-
Andreas Gohr authored
Ignore-this: c22ff5dcffaf279b6c4397893d5e82af darcs-hash:20090828080240-7ad00-e36eb4f517af14202eed8bc9d432f636343af50f.gz
-
- Aug 27, 2009
-
-
Andreas Gohr authored
Ignore-this: 6aee01f1e872490512480ff8cac566be darcs-hash:20090827142929-6e07b-2aba4d2ac75c870f0c6e4ec903ec3c9ce5863842.gz
-
Andreas Gohr authored
Ignore-this: 62264fd057c80fb8fa70f53481f2875b darcs-hash:20090827124504-6e07b-fdaca499874511bf1f262cc65fb194d1083db1e8.gz
-
Andreas Gohr authored
Ignore-this: 8442785eb2ef884001e9f70e361b5415 darcs-hash:20090827115449-6e07b-5412512a75f2c742636f42a141d6caedaf717b27.gz
-
- Aug 14, 2009
-
-
Andreas Gohr authored
Ignore-this: 100b66fbe26d82dfd6cffba751cf6992 darcs-hash:20090814114056-7ad00-f5dc711f467f9f6d8904bb6b08d7daac4e675ec2.gz
-
- Aug 12, 2009
-
-
Andreas Gohr authored
Ignore-this: 7c8f68f29f52bc1d33fdb76ba98d2307 Removed unused string, move another string to the [js] subarray. darcs-hash:20090812191138-6e07b-65db1b7560d437fb26a1a4d0095cd768b2c9af01.gz
-
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
-
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
-
- Aug 04, 2009
-
-
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
-
- Aug 26, 2009
-
-
Andreas Gohr authored
darcs-hash:20090826113901-6e07b-8b7cb115629cd20ea2b145c4d955e83f270f5ef2.gz
-
- Aug 11, 2009
-
-
Erik Pedersen authored
Ignore-this: 3c16a0a7483f35e9026c7e292c926453 darcs-hash:20090811185014-e81ea-4cbbce2d5ebde7e00a0250589a41666ad5dfbb19.gz
-
Erik Pedersen authored
Ignore-this: 1454880f75d932f8f2c11c5ec3e1895f darcs-hash:20090811184929-e81ea-ed76a9d92d0d6e4b2d9cf1d52cf6c5c247a2a7de.gz
-
Erik Pedersen authored
Ignore-this: 9de87e69b85c8fbc67c79d53c5e7592b darcs-hash:20090811184843-e81ea-2c27d492a7b21c3a58912229bfa62240dd625b3b.gz
-
- Aug 09, 2009
-
-
Mohammad Reza Shoaei authored
Ignore-this: de3bd855c542ea27ecd54eee64e5c873 darcs-hash:20090809195453-04fb5-b2d6367ec03bf477f2b100052f44ebf9c9cc1be0.gz
-
- Aug 02, 2009
-
-
Andreas Gohr authored
Ignore-this: 8ee7f4c5e4ef4f3e66f959dc9bb0c235 darcs-hash:20090802132535-7ad00-05f5712d442f126b2113df44f8252c1ec07c3852.gz
-
Anika Henke authored
darcs-hash:20090802120528-f7d6d-5731ec578ce2b6f154bc2dcd7aab150ddf683192.gz
-
- Aug 01, 2009
-
-
Andreas Gohr authored
Ignore-this: de9ef30fc53fbfc1caa74b55f97290a5 This should avoid problems on portbased virtual hosts. This patch might log you out ;-) darcs-hash:20090801222159-7ad00-808a91dd29af758ef10d7942888c2c22d8b8b888.gz
-
Marvin Ortega authored
Ignore-this: d40854cfc017fc8ac1a5da4437c32360 darcs-hash:20090801221608-dd5a0-b79c4cb9dae4c709210250356f72761edf0487b6.gz
-
Erik Pedersen authored
Ignore-this: bfb0044138af78c5d3167be96474117a darcs-hash:20090801221500-e81ea-e42759852fc30d6f27a9acb5d266c27d55bec210.gz
-
- Jul 31, 2009
-
-
robocap authored
Ignore-this: 537c0d5ff5488726782a8bda21f6e48d darcs-hash:20090731115716-4b6c8-ced788c8a467d0079630fa98c4423012197a672a.gz
-
- Jul 29, 2009
-
-
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
-
- Jul 27, 2009
-
-
Andreas Gohr authored
Ignore-this: c57d8ca5898c396f6315e8faeeb7c587 Looks like the Windows fonts are far less complete than I thought :-/ darcs-hash:20090727172305-7ad00-1614baf9238c73e489302d7e91ca8495f26ed7f0.gz
-
- Jul 26, 2009
-
-
Fernando A. Lagos B authored
Ignore-this: 6cbc846f666c73086cc28327c2f661e4 darcs-hash:20090726192746-4b9dd-5b35e98747e193994abd00bb53f5c22ded272c0d.gz
-
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
-
Andreas Gohr authored
Ignore-this: 59bec5f55f7d0eb26d454d76da750142 darcs-hash:20090726185025-7ad00-1577f684e585c849fda9505ccad98735f0c7bb76.gz
-
Andreas Gohr authored
Ignore-this: f902ad415663a4a1d9e43e0ccc808bbb darcs-hash:20090726180336-7ad00-fd881cbf4799dd42f53d324550d625bb91274bbe.gz
-
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
-