summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'less'Andreas Gohr2013-08-02
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * less: check less compilation for errors removed possibility to have rtl.less files in plugins switched to LESS variables in rest of template's css files unlessified and lessified a few more css fixed broken structure removed debug statement. sorry convert ini replacements to less vars first make sure calculations are correct lessified more files lessyfied another one lessyfied the first of template's CSS files fixed ini replacement to less variables stuff added missing lessc library add LESS support Conflicts: inc/load.php lib/tpl/dokuwiki/css/basic.less
| * check less compilation for errorsAndreas Gohr2013-08-02
| | | | | | | | This now gives proper files and line numbers for errors
| * removed possibility to have rtl.less files in pluginsAnika Henke2013-07-31
| |
| * switched to LESS variables in rest of template's css filesAnika Henke2013-07-31
| |
| * unlessified and lessified a few more cssAnika Henke2013-07-30
| |
| * fixed broken structureAnika Henke2013-07-30
| |
| * removed debug statement. sorryAndreas Gohr2013-07-30
| |
| * convert ini replacements to less vars firstAndreas Gohr2013-07-30
| | | | | | | | | | This makes it possible to safely overwrite ini replacements from within any less file
| * make sure calculations are correctAndreas Gohr2013-07-30
| |
| * lessified more filesAndreas Gohr2013-07-30
| |
| * lessyfied another oneAndreas Gohr2013-07-30
| |
| * lessyfied the first of template's CSS filesAndreas Gohr2013-07-30
| |
| * fixed ini replacement to less variables stuffAndreas Gohr2013-07-30
| |
| * added missing lessc libraryAndreas Gohr2013-07-30
| |
| * add LESS supportAndreas Gohr2013-07-29
| | | | | | | | still needs testing
* | Merge branch 'pull-request-245'Andreas Gohr2013-08-02
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request-245: coding corrections. correct type hint, remove unused variable assignment HTTPClient don't pull too much bytes when no content-length is given de/de-informal: localization updates (delete user function) unit tests for self deleting of user accounts FS#2751 - self deletion of user account Conflicts: inc/lang/de-informal/lang.php inc/lang/de/lang.php
| * \ Merge branch 'FS#2751' of git://github.com/splitbrain/dokuwiki into ↵Andreas Gohr2013-08-02
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-245 * 'FS#2751' of git://github.com/splitbrain/dokuwiki: coding corrections. correct type hint, remove unused variable assignment de/de-informal: localization updates (delete user function) unit tests for self deleting of user accounts FS#2751 - self deletion of user account
| | * \ Merge remote-tracking branch 'origin/FS#2751' into FS#2751Christopher Smith2013-08-02
| | |\ \
| | | * \ Merge pull request #249 from lupo49/FS#2751Andreas Gohr2013-08-01
| | | |\ \ | | | | | | | | | | | | de/de-informal: localization updates (delete user function)
| | | | * | de/de-informal: localization updates (delete user function)Matthias Schulte2013-08-01
| | | |/ /
| | * / / coding corrections. correct type hint, remove unused variable assignmentChristopher Smith2013-08-02
| | |/ /
| | * | unit tests for self deleting of user accountsChristopher Smith2013-07-31
| | | |
| | * | FS#2751 - self deletion of user accountChristopher Smith2013-07-31
| | | |
| * | | HTTPClient don't pull too much bytes when no content-length is givenAndreas Gohr2013-08-02
| | | |
* | | | HTTPClient don't pull too much bytes when no content-length is givenAndreas Gohr2013-08-02
| | | |
* | | | Merge pull request #251 from splitbrain/localizetemplateAndreas Gohr2013-08-02
|\ \ \ \ | | | | | | | | | | Localizetemplate
| * | | | improve method name and phpdocsKlap-in2013-08-02
| | | | |
| * | | | Merge remote-tracking branch 'origin/master' into localizetemplateKlap-in2013-08-02
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into localizetemplateKlap-in2013-08-02
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Enable LANG.template.<template>.key to provide localized strings in templatesKlap-in2013-08-02
| | | | | |
| * | | | | localized texts for templatesKlap-in2013-08-02
| | | | | |
* | | | | | Merge pull request #252 from splitbrain/bi-directionalityAndreas Gohr2013-08-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | fixed some bi-directionality issues
| * | | | | | fixed some bi-directionality issuesAnika Henke2013-08-02
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed some issues which occur whenever RTL and LTR languages could potentially be mixed, using the HTML5 `<bdi>` element. This element is currently only supported by Chrome and Firefox. The old and only partially working fix for tpl_breadcrumbs() was removed in favour of this solution.
* | | | | | Merge pull request #255 from splitbrain/usermanager_bugAndreas Gohr2013-08-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | Usermanager bug fix
| * | | | | | improve html structure and styling for add & edit user notesChristopher Smith2013-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | made necessary by PR#254 which adds content below these notes.
| * | | | | | usermanager: fix an issue where edit user table would incorrectly show the ↵Christopher Smith2013-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | password blank message
* | | | | | | Merge pull request #256 from lupo49/masterAndreas Gohr2013-08-02
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | de/de-informal/en: Removed redundant suffixes in TOC of configuration manager / Synchronize terms in de and de-informal
| * | | | | | de/de-informal/en: Removed redundant suffixes in TOC of configurationMatthias Schulte2013-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | manager / Synchronize terms in de and de-informal
* | | | | | | Merge pull request #253 from lupo49/masterAndreas Gohr2013-08-02
|\| | | | | | | |_|/ / / / |/| | | | | de/de-informal updates: Replace "Nutzer" with more common word "Benutzer" / fix several typos / Fixes FS#2821
| * | | | | de/de-informal updates: Replace "Nutzer" with more common word "Benutzer"Matthias Schulte2013-08-02
| | | | | | | | | | | | | | | | | | | | | | | | / fix several typos / Fixes FS#2821
* | | | | | small fix for pagetools in RTL languagesAnika Henke2013-08-02
| | | | | |
* | | | | | FS#2802 correctly fix tar testsAndreas Gohr2013-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the DokuWiki install was in a deep namespace, the used path name could land in the >100 char limit and trigger ustar format where the filename and directory name are split. This would fail the test.
* | | | | | Revert "translation update"Andreas Gohr2013-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d6d855093f24c6c3f608d005189385959a7efbf7. I guess it was a bit too early to think straight :-/
* | | | | | Merge pull request #250 from dokuwiki-translate/lang_update_6Andreas Gohr2013-08-01
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Translation update (zh-tw)
| * | | | | translation updateDokuWiki Translation2013-08-02
|/ / / / /
* | | | | fixed tar tests FS#2809Andreas Gohr2013-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | Tars strip the leading slash so the tests where wrong. Not sure why they stilldid work sometimes
* | | | | Merge pull request #247 from splitbrain/FS#2766Anika Henke2013-08-01
|\ \ \ \ \ | |_|/ / / |/| | | | Improve nofollow behaviour for ?do=index
| * | | | simplify commentChristopher Smith2013-08-01
| | | | |
| * | | | include namespace links when index access from the wiki start pageChristopher Smith2013-08-01
| | | | | | | | | | | | | | | | | | | | and no automatic sitemap.xml is being generated.
| * | | | Improve nofollow behaviour for ?do=indexChristopher Smith2013-08-01
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | In response to FS#2766 - make namespace links in the browser sitemap nofollow - remove nofollow from browser sitemap link on the wiki start page when sitemap.xml generation is disabled