summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Esperanto language updateRobert Bogenschneider2009-09-11
| | | | | | Ignore-this: bf0e731014fc37f2ea8e6300a282310 darcs-hash:20090911131158-2a383-34dd53239fd0a0b0fe12e5ade14f9337395a8e62.gz
* One click revert for managersAndreas Gohr2009-09-11
| | | | | | | | | 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
* Show toolbar for editable textarea onlyAndreas Gohr2009-09-06
| | | | | | Ignore-this: 7f9e82fb2c7e67d4b42ea6ec2d7bd7c2 darcs-hash:20090906110042-7ad00-5f48369d19054da1dfbfe8118afc9b6911dc60b3.gz
* new headline icons for the editor toolbarmatthiasgrimm2009-09-04
| | | | | | | | | 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
* do not prepend colon via javascript in media managerAndreas Gohr2009-08-30
| | | | | | | | | 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
* added MEDIAMANAGER_CONTENT_OUTPUT eventAndreas Gohr2009-08-30
| | | | | | Ignore-this: 1742cf72bee0a1ac1898109ba5afc962 darcs-hash:20090830111438-7ad00-120e8fa9ce41e4317676dc2e9d5cf113a418ec44.gz
* added class for headline pickerAndreas Gohr2009-08-27
| | | | | | Ignore-this: 6aee01f1e872490512480ff8cac566be darcs-hash:20090827142929-6e07b-2aba4d2ac75c870f0c6e4ec903ec3c9ce5863842.gz
* select sample in tb_formatln()Andreas Gohr2009-08-27
| | | | | | | | | Ignore-this: 85ca1838ed81f69512d07d8504f6673f Note: development is part of ICKE 2.0 project http://www.icke-projekt.de darcs-hash:20090827115144-6e07b-2cfd3c592de4a734cf92cbb2416a9a50f558cfdb.gz
* Fixed IE compatibility for recent JavaScript changesAndreas Gohr2009-08-27
| | | | | | | | | Ignore-this: 62d43ad8ce4d6c506839a0da4a8ec40 Note: development is part of ICKE 2.0 project http://www.icke-projekt.de darcs-hash:20090827113438-6e07b-4378f3835e023b81dc12ce93e2c5b20cb8ad9a59.gz
* More Link wizard cleanupAndreas Gohr2009-08-14
| | | | | | Ignore-this: 100b66fbe26d82dfd6cffba751cf6992 darcs-hash:20090814114056-7ad00-f5dc711f467f9f6d8904bb6b08d7daac4e675ec2.gz
* fix scrolling on keyboard select in LinkWizardAndreas Gohr2009-08-14
| | | | | | Ignore-this: 831a3252b5cb7c3f8658c377f60c0a95 darcs-hash:20090814105344-7ad00-6643571c3363ceb25d818246cf1425e3db6c8216.gz
* added missing imagesAndreas Gohr2009-08-14
| | | | | | Ignore-this: aad736c38ba3e5070502a73843c8b64d darcs-hash:20090814100605-6e07b-838ef316d246755fb3b7000f6fb583a9ef1848ca.gz
* small JS fixAndreas Gohr2009-08-14
| | | | | | Ignore-this: 42bc05343dabfa0b7cb7b14b9ba61834 darcs-hash:20090814092553-7ad00-89080ef0ba30d25b3d85afbb8a0a29a6e28b7b07.gz
* simplify JavaScript loadingAndreas Gohr2009-08-12
| | | | | | | | | | | | | | | | | | | | | 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
* Language file cleanups for JS changesAndreas Gohr2009-08-12
| | | | | | | | Ignore-this: 7c8f68f29f52bc1d33fdb76ba98d2307 Removed unused string, move another string to the [js] subarray. darcs-hash:20090812191138-6e07b-65db1b7560d437fb26a1a4d0095cd768b2c9af01.gz
* make dragged objects stylable via CSSAndreas Gohr2009-08-12
| | | | | | | | | | | | 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
* Link Wizard addedAndreas Gohr2009-08-12
| | | | | | | | | | | | | | | | | 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
* Script lib for draggable DOM objectsAndreas Gohr2009-08-12
| | | | | | | | | | | | 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
* some cleanup in the IE selection handlingAndreas Gohr2009-08-06
| | | | | | Ignore-this: 5a6b527fbf3f2ffc79e3ceef11552763 darcs-hash:20090806093833-6e07b-f5fbd738bff54ec6a3488e4fb9ab98c6e49799d4.gz
* fixes another IE weirdnes when handling list itemsAndreas Gohr2009-08-05
| | | | | | | | | | | | Ignore-this: d5a0f9671af3607796332a1afcc8de79 Fixes a problem where list mode couldn't easily be left by removing a bullet. Hitting enter would readd a bullet always. note: development was part of the ICKE 2.0 project see http://www.icke-projekt.de for info darcs-hash:20090805123523-6e07b-46570b10a1422d04ad3c7251323568c712037864.gz
* Some text selection workarounds for MSIEAndreas Gohr2009-08-04
| | | | | | | | | | | | 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
* improved list handlingAndreas Gohr2009-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* allow disabling of nosmblink warning via JavaScriptAndreas Gohr2009-08-25
| | | | | | | Just add LANG['nosmblinks'] darcs-hash:20090825143507-6e07b-ec114d8972d5636c783abbe405f064adb4f920a2.gz
* Javascript variable explicitly declaredSamuele Tognini2009-08-18
| | | | | | Ignore-this: 6cd522b1fa6d768ac7735c30fac3e1df darcs-hash:20090818154140-f213d-0770cbe838dcd4126843b16558b3387d065fce00.gz
* French language updateErik Pedersen2009-08-11
| | | | | | Ignore-this: 3c16a0a7483f35e9026c7e292c926453 darcs-hash:20090811185014-e81ea-4cbbce2d5ebde7e00a0250589a41666ad5dfbb19.gz
* Esperanto language updateErik Pedersen2009-08-11
| | | | | | Ignore-this: 1454880f75d932f8f2c11c5ec3e1895f darcs-hash:20090811184929-e81ea-ed76a9d92d0d6e4b2d9cf1d52cf6c5c247a2a7de.gz
* Norwegian language updateErik Pedersen2009-08-11
| | | | | | Ignore-this: 9de87e69b85c8fbc67c79d53c5e7592b darcs-hash:20090811184843-e81ea-2c27d492a7b21c3a58912229bfa62240dd625b3b.gz
* Persian language updateMohammad Reza Shoaei2009-08-09
| | | | | | Ignore-this: de3bd855c542ea27ecd54eee64e5c873 darcs-hash:20090809195453-04fb5-b2d6367ec03bf477f2b100052f44ebf9c9cc1be0.gz
* Show media namespaces in ACL managerAndreas Gohr2009-08-07
| | | | | | | | | 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
* Spanish language updateMarvin Ortega2009-08-02
| | | | | | Ignore-this: d40854cfc017fc8ac1a5da4437c32360 darcs-hash:20090801221608-dd5a0-b79c4cb9dae4c709210250356f72761edf0487b6.gz
* Esperanto language updateErik Pedersen2009-08-02
| | | | | | Ignore-this: bfb0044138af78c5d3167be96474117a darcs-hash:20090801221500-e81ea-e42759852fc30d6f27a9acb5d266c27d55bec210.gz
* Italian language updaterobocap2009-07-31
| | | | | | Ignore-this: 537c0d5ff5488726782a8bda21f6e48d darcs-hash:20090731115716-4b6c8-ced788c8a467d0079630fa98c4423012197a672a.gz
* Spanish language updateFernando A. Lagos B2009-07-26
| | | | | | Ignore-this: 6cbc846f666c73086cc28327c2f661e4 darcs-hash:20090726192746-4b9dd-5b35e98747e193994abd00bb53f5c22ded272c0d.gz
* enhanced <code> and <file> syntaxAndreas Gohr2009-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Use content detection when unpacking plugin archives FS#1703Andreas Gohr2009-07-25
| | | | | | | | | | 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
* restructured plugin managerAndreas Gohr2009-07-25
| | | | | | | | | | Ignore-this: 4007248aa01f09990612c844c8a83900 This patch moves the different classes of the plugin manager into their own files and moves formerly global utility functions into the appropriate class scopes. darcs-hash:20090725152105-7ad00-89801e811b7eb0d0db25a825d6065aed8ef95c33.gz
* Icelandic language upgradeOlafur Gunnlaugsson2009-07-24
| | | | | | Ignore-this: dbaf4e0f685233675dbd8061da5d55ce darcs-hash:20090724072928-c7d26-a27f54b5fe90c2819e96d6329bc5671aaa014468.gz
* Icelandic language updateOlafur Gunnlaugsson2009-07-23
| | | | | | Ignore-this: df10fad7adb5ac3e9fe0dbb011cc4f45 darcs-hash:20090723194113-c7d26-f7500b290f5b996caa19093358b124b1f2c12a46.gz
* Icelandic translation addedOlafur Gunnlaugsson2009-07-22
| | | | | | Ignore-this: 4642a15d5701381ca97a904cab307528 darcs-hash:20090722181512-c7d26-548b65dbc789ecd6e4e6d3854293784a2d065881.gz
* Swedish language updateBogge2009-07-22
| | | | | | Ignore-this: 45ee80a65faae1cedad697790a001eac darcs-hash:20090722181257-39c3c-9ff87a6a7c306066035aee3b7f027db88e2abe6c.gz
* Russian language updateKirill Krasnov2009-07-17
| | | | | | Ignore-this: 8163cf9ae8c03c660a82adf7b3ac61ef darcs-hash:20090717093014-c1c88-9205b1d83377699fa9ed6f1d63782d1451697d91.gz
* French language updateRobin Prest2009-07-08
| | | | | | Ignore-this: fef986ab0381d7552bd02a72b55d250e darcs-hash:20090708174300-594cd-249bf049ecc6cdd21d8bb2cc99e6560570b83747.gz
* fixed headline level detectionAndreas Gohr2009-06-29
| | | | | | | | Ignore-this: 39675a7f375e3eb619228dbabda857ea This fixes incorrect headline headline level detetion when the text starts with a headline (eg. in most cases) darcs-hash:20090629211200-7ad00-d8a7cbe331806fcdbca70b5da188b387dc2c2a87.gz
* German Language updateMichael Armbruster2009-06-30
| | | | | | Ignore-this: 960bca4e61d17eb95c352bda218c4564 darcs-hash:20090630193214-2cf2a-31bee3228e2334dd21cd68bfab05a17e798ac920.gz
* French language updateGuillaume Turri2009-06-30
| | | | | | Ignore-this: 52358f90550c48371573f4a07d8dc094 darcs-hash:20090630192957-74baf-bd72eb881db0af795ebee4d9b5b608baabef8835.gz
* Redesigned admin screenAndreas Gohr2009-06-06
| | | | | | | | | | | Ignore-this: a0d2db2839de9eacbd6a853c39ed592c This patch reorders the admin screen to make the main tasks better accessible. This was inspired by a similar plugin by Håkan Sandell [1] [1] http://www.dokuwiki.org/plugin:adminhomepage darcs-hash:20090606101045-7ad00-83fbb0dd3af288f66801b796387e4ec3d411d4c9.gz
* Romanian Language updateEmanuel-Emeric Andrasi2009-06-27
| | | | | | Ignore-this: b8c0e6397b5314647a1c4a0854cc84e3 darcs-hash:20090627160225-0acbb-0b3f6508ace8994faf3028f937aac0b3f9cc1177.gz
* Russian language updateAlexander A. Sorkin2009-06-27
| | | | | | Ignore-this: cf592355d0ad4841153129a2a688077a darcs-hash:20090627160132-1ad86-42e6d7a162e9b34280536e70ca3f6ebcdf480de2.gz
* Croatian language updateDražen Odobašić2009-06-27
| | | | | | Ignore-this: b2201ce3fa4c8f5735562564aab95b95 darcs-hash:20090627160034-6f57c-460c7b0b5ea7c3911f007cff6e209e1f7041e9f2.gz
* Swedish language updateAndreas Gohr2009-06-27
| | | | | | Ignore-this: b5ab42705dafe732d791f8c4e3b9ccd3 darcs-hash:20090627155920-7ad00-1ffb825d23b05966119e0d6a7fa0ab0e001d7d33.gz