summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* fixed cleanPath bug in tar library FS#2802Andreas Gohr2013-08-03
| | | | | | | | | | | | This time the test case was correct and actually showed a bug in the tar library. The error occured only on the first build (directory build/0/) where the zero was stripped from the path name. I added unit tests to the cleanPath function and discovered another bug with handling relative directories. I rewrote the cleanPath() function and now it should finally work. Unit tests FTW!
* Merge pull request #224 from splitbrain/fetchimagetokexternalAndreas Gohr2013-08-03
|\ | | | | Added check of token in fetch.php for external images.
| * Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-08-01
| |\
| * \ Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-08-01
| |\ \
| * | | remove hash for external images, but use token url parameter insteadKlap-in2013-08-01
| | | |
| * | | Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-08-01
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-07-21
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-06-09
| |\ \ \ \ \
| * | | | | | Add check for token when resizing and caching external imagesKlap-in2013-05-21
| | | | | | |
* | | | | | | translation updateHenrik2013-08-03
| | | | | | |
* | | | | | | 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
| * | | | | | | 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
| | |\ \ \ \ \ \ \
| | | * | | | | | | 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
| | | | | | | | |
| | * | | | | | | Fix the useheading cache invalidation for hidden pages, add testsMichael Hamann2013-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new parameter to ft_backlinks() to ignore permissions which is needed for invalidating the cache of linking pages with useheading enabled. This also adds various test cases for ft_backlinks().
| | * | | | | | | include updateVersion in CSS/JS tseed to force reload on updateAndreas Gohr2013-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
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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 #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
* | | | | | | | | Revert "translation update"Andreas Gohr2013-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d6d855093f24c6c3f608d005189385959a7efbf7. I guess it was a bit too early to think straight :-/
* | | | | | | | | translation updateDokuWiki Translation2013-08-02
| |/ / / / / / / |/| | | | | | |
* | | | | | | | 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
* | | | | | | use http_build_query() in HTTPClientAndreas Gohr2013-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this ensures nested POST data is correctly encoded
* | | | | | | HTTPClient: Implement handling of two-dimensional data arraysMichael Hamann2013-08-01
| | | | | | |
* | | | | | | Fix loading for helper components with loadHelper()Michael Hamann2013-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The check if the plugin is enabled is done later in the plugin controller anyway.
* | | | | | | Merge pull request #194 from splitbrain/loggedin-classChristopher Smith2013-08-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | added loggedIn class to main tpl container
| * | | | | | | improved coding style on tpl_classes()Anika Henke2013-08-01
| | | | | | | |
| * | | | | | | added tpl_classes() to return useful layout classesAnika Henke2013-07-21
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #248 from splitbrain/ariaAndreas Gohr2013-08-01
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Implemented some ARIA attributes
| * | | | | | added aria roles to search and acl managerAnika Henke2013-08-01
| | | | | | |
| * | | | | | added aria attributes to edit modeAnika Henke2013-08-01
| | |/ / / / | |/| | | |
| * | | | | Fix and add type declarations for the auth systemMichael Hamann2013-07-30
| | | | | |
* | | | | | Change error message shown for incorrect current password on update profile ↵Christopher Smith2013-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | form. The current message confusingly mentions bad 'username' when username is not involved. The new message is the same as that introduced for an incorrect current password on the self delete profile form (FS#2751)
* | | | | | add html5 attributes to update profile formChristopher Smith2013-08-01
| | | | | |