summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* increase test coverage for code and fileChristopher Smith2013-08-01
| | | | | code - test correct recognition of downloadable filename token file - test correct recognition of syntax name & downloadable filename tokens
* add html5 attributes to email fields of the config managerChristopher Smith2013-08-01
|
* add html5 'email' type to the user manager formsChristopher Smith2013-08-01
|
* 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
|
* add html5 attributes to register formChristopher Smith2013-08-01
|
* Remove search_references() and the refshow configuration optionMichael Hamann2013-08-01
| | | | | | | | The refshow configuration option wasn't used as described anymore already in the latest release and after the introduction of the media usage index the parameter is also no longer relevant for internal optimization. The only place where it was still used is the no longer used search_references()-function which is removed here, too.
* Index media file usage in the metadata index and use it in ft_mediause()Michael Hamann2013-08-01
|
* Fix the useheading cache invalidation for hidden pages, add testsMichael Hamann2013-08-01
| | | | | | 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-08-01
|
* Fixed instructions on PHPunitGuy Brand2013-08-01
|
* auth_en/decrypt: Add explanation and more efficient decryptionMichael Hamann2013-08-01
| | | | | | | Added an explanation that what we do is like normal CBC but that we additionally encrypt the IV which is actually suggested by the NIST for non-random (but unique) IVs. In the decryption process it's not necessary to decrypt the IV, this should save some time.
* auth_random: remove exception comment as there is no exceptionMichael Hamann2013-08-01
|
* updated intro text on wiki:dokuwikiAnika Henke2013-08-01
|
* Add AES from phpseclib and use it for cookie encryptionMichael Hamann2013-08-01
| | | | | This replaces the deprecated and broken Blowfish implementation that has previously been used and should provide a lot more security.
* Use a new, truly random secret for cookie encryptionMichael Hamann2013-08-01
|
* Fix and add type declarations for the auth systemMichael Hamann2013-08-01
|
* Add truly random numbers and use them in places where randomness mattersMichael Hamann2013-08-01
|
* Simple test cases for code and file token fixGuy Brand2013-07-31
|
* FS#2770 - prevent <file> and <code> syntax regex matching token names which ↵Christopher Smith2013-07-30
| | | | start '<file' or '<code'
* Merge pull request #239 from braggg/masterDominik Eckelmann2013-07-30
|\ | | | | adding ACL handlers to xmlrpc
| * corrected coding style, deleted ?>, renamed function keys and used plugin_loadMohamed Amine BERGAOUI2013-07-30
| |
| * moving ACL remote functions to the ACL pluginMohamed Amine BERGAOUI2013-07-30
| |
| * adding ACL handlers to xmlrpcMohamed Amine BERGAOUI2013-07-30
| |
* | Fix for the FS#1833 parser errorGuy Brand2013-07-30
| |
* | added test case for FS#1442Andreas Gohr2013-07-30
|/
* Fix popularity data submission in the backend FS#2808Michael Hamann2013-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 cssAnika Henke2013-07-28
|
* Hungarian language updateMárton Sebők2013-07-28
|
* Polish language updateMaciej Matejczuk2013-07-28
|
* Korean language update이명진2013-07-28
|
* fixed references to images in old template (FS#2816)Anika Henke2013-07-21
|
* updated jquery.cookie.js to 1.3.1 FS#2804Andreas Gohr2013-07-12
|
* fix function call in feedcreator FS#2805Andreas Gohr2013-07-12
| | | | the _redirect function is not used in DokuWiki anyway
* Brazilian Portuguese language updateVictor Westmann2013-07-12
|
* Informal German language updateVolker Bödker2013-07-12
|
* fixed picker buttons not showing in IE8 and belowAnika Henke2013-07-12
|
* Merge pull request #231 from splitbrain/infopluginnewpluginsAndreas Gohr2013-06-18
|\ | | | | add newest plugin types to info plugin
| * add newest plugin types to info pluginKlap-in2013-06-18
| |
* | Merge pull request #225 from splitbrain/fetchftpAndreas Gohr2013-06-16
|\ \ | | | | | | Add media_isexternal
| * | apply media_isexternal in ml()Klap-in2013-06-09
| | |
| * | Merge remote-tracking branch 'origin/master' into fetchftpKlap-in2013-06-09
| |\|
| * | apply media_isexternalKlap-in2013-05-21
| | |
| * | tests for media_isexternalKlap-in2013-05-21
| | |
| * | Added media_isexternal()Klap-in2013-05-21
| | |
| * | Update phpdocs of checkFileStatusKlap-in2013-05-21
| | |
| * | Support handle of images from ftp.Klap-in2013-05-21
| | | | | | | | | | | | ml() can built url to these images, either fetch didn't accept them.
* | | Merge pull request #222 from hArpanet/patch-1Andreas Gohr2013-06-16
|\ \ \ | | | | | | | | Added comment to DiffFormatter _escape() method
| * | | Added comment to DiffFormatter _escape() methodhArpanet2013-05-20
| |/ / | | | | | | Clarify use of _escape() method in base class.
* | | removed tabsAndreas Gohr2013-06-16
| | |