Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add html5 attributes to email fields of the config manager | Christopher Smith | 2013-07-31 |
| | |||
* | add html5 'email' type to the user manager forms | Christopher Smith | 2013-07-31 |
| | |||
* | Change error message shown for incorrect current password on update profile ↵ | Christopher Smith | 2013-07-31 |
| | | | | | | | | 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 form | Christopher Smith | 2013-07-31 |
| | |||
* | add html5 attributes to register form | Christopher Smith | 2013-07-31 |
| | |||
* | Fix the useheading cache invalidation for hidden pages, add tests | Michael Hamann | 2013-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 update | Andreas Gohr | 2013-07-31 |
| | |||
* | Fixed instructions on PHPunit | Guy Brand | 2013-07-31 |
| | |||
* | updated intro text on wiki:dokuwiki | Anika Henke | 2013-07-31 |
| | |||
* | Fix and add type declarations for the auth system | Michael Hamann | 2013-07-30 |
| | |||
* | Merge pull request #239 from braggg/master | Dominik Eckelmann | 2013-07-30 |
|\ | | | | | adding ACL handlers to xmlrpc | ||
| * | corrected coding style, deleted ?>, renamed function keys and used plugin_load | Mohamed Amine BERGAOUI | 2013-07-30 |
| | | |||
| * | moving ACL remote functions to the ACL plugin | Mohamed Amine BERGAOUI | 2013-07-30 |
| | | |||
| * | adding ACL handlers to xmlrpc | Mohamed Amine BERGAOUI | 2013-07-30 |
| | | |||
* | | Fix for the FS#1833 parser error | Guy Brand | 2013-07-30 |
| | | |||
* | | added test case for FS#1442 | Andreas Gohr | 2013-07-30 |
|/ | |||
* | Fix popularity data submission in the backend FS#2808 | Michael Hamann | 2013-07-29 |
| | | | | | | The POST data contained the raw data instead of an array with the data that should be submitted like in the requests from the browser. The server backend has been fixed to be able to process both versions. | ||
* | fixed typo in commented section indenting css | Anika Henke | 2013-07-28 |
| | |||
* | Hungarian language update | Márton Sebők | 2013-07-28 |
| | |||
* | Polish language update | Maciej Matejczuk | 2013-07-28 |
| | |||
* | Korean language update | 이명진 | 2013-07-28 |
| | |||
* | fixed references to images in old template (FS#2816) | Anika Henke | 2013-07-21 |
| | |||
* | updated jquery.cookie.js to 1.3.1 FS#2804 | Andreas Gohr | 2013-07-12 |
| | |||
* | fix function call in feedcreator FS#2805 | Andreas Gohr | 2013-07-12 |
| | | | | the _redirect function is not used in DokuWiki anyway | ||
* | Brazilian Portuguese language update | Victor Westmann | 2013-07-12 |
| | |||
* | Informal German language update | Volker Bödker | 2013-07-12 |
| | |||
* | fixed picker buttons not showing in IE8 and below | Anika Henke | 2013-07-12 |
| | |||
* | Merge pull request #231 from splitbrain/infopluginnewplugins | Andreas Gohr | 2013-06-18 |
|\ | | | | | add newest plugin types to info plugin | ||
| * | add newest plugin types to info plugin | Klap-in | 2013-06-18 |
| | | |||
* | | Merge pull request #225 from splitbrain/fetchftp | Andreas Gohr | 2013-06-16 |
|\ \ | | | | | | | Add media_isexternal | ||
| * | | apply media_isexternal in ml() | Klap-in | 2013-06-09 |
| | | | |||
| * | | Merge remote-tracking branch 'origin/master' into fetchftp | Klap-in | 2013-06-09 |
| |\| | |||
| * | | apply media_isexternal | Klap-in | 2013-05-21 |
| | | | |||
| * | | tests for media_isexternal | Klap-in | 2013-05-21 |
| | | | |||
| * | | Added media_isexternal() | Klap-in | 2013-05-21 |
| | | | |||
| * | | Update phpdocs of checkFileStatus | Klap-in | 2013-05-21 |
| | | | |||
| * | | Support handle of images from ftp. | Klap-in | 2013-05-21 |
| | | | | | | | | | | | | ml() can built url to these images, either fetch didn't accept them. | ||
* | | | Merge pull request #222 from hArpanet/patch-1 | Andreas Gohr | 2013-06-16 |
|\ \ \ | | | | | | | | | Added comment to DiffFormatter _escape() method | ||
| * | | | Added comment to DiffFormatter _escape() method | hArpanet | 2013-05-20 |
| |/ / | | | | | | | Clarify use of _escape() method in base class. | ||
* | | | removed tabs | Andreas Gohr | 2013-06-16 |
| | | | |||
* | | | message increase for hotfix | Andreas Gohr | 2013-06-16 |
| | | | |||
* | | | Merge pull request #180 from splitbrain/FS#2415 | Andreas Gohr | 2013-06-16 |
|\ \ \ | | | | | | | | | FS#2415, add $INFO to mediamanager | ||
| * | | | fix comment grammar | Christopher Smith | 2013-03-03 |
| | | | | |||
| * | | | include image info in in detail.php; ensure populated before ↵ | Christopher Smith | 2013-03-03 |
| | | | | | | | | | | | | | | | | DETAIL_STARTED event | ||
| * | | | make global, ensure created in mediamanager is global and merged with any ↵ | Christopher Smith | 2013-03-03 |
| | | | | | | | | | | | | | | | | pre-existing | ||
| * | | | (incl. the refactored file) | Christopher Smith | 2013-02-25 |
| | | | | |||
| * | | | refactor info functions test | Christopher Smith | 2013-02-25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pageinfo() test no longer required, unit test committed elsewhere and verified against both previous and updated versions of pageinfo() fn. basicinfo() and mediainfo() tests separated each into their own test file. | ||
| * | | | Merge branch 'master' into FS#2415 | Christopher Smith | 2013-02-25 |
| |\ \ \ | |||
| * | | | | another test todo | Christopher Smith | 2013-02-21 |
| | | | | | |||
| * | | | | some unit test, more required | Christopher Smith | 2013-02-18 |
| | | | | |