Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactored audio/video code, removed wrong link around audio | Anika Henke | 2013-08-04 |
| | |||
* | fixed typo | Anika Henke | 2013-08-04 |
| | |||
* | added support for html5 audio | Anika Henke | 2013-08-03 |
| | | | | Similar to videos, all .ogg, .mp3 and .wav files with the same filename are automatically chosen as alternative sources when only one of them is mentioned in the media syntax. | ||
* | improved code for videos (restrict to 3 mimetypes, removed codec info from ↵ | Anika Henke | 2013-08-03 |
| | | | | type attribute) | ||
* | added poster attribute to video if jpg or png with same file name exists | Anika Henke | 2013-08-02 |
| | |||
* | Add several alternative formats to video for better browser compatibility | Anika Henke | 2013-08-02 |
| | | | | | | All .webm, .ogv and .mp4 files with the same filename are automatically chosen as alternative sources when only one of them is mentioned in the media syntax. | ||
* | added basic suport for embedding (html5) videos | Anika Henke | 2013-08-02 |
| | |||
* | Merge pull request #253 from lupo49/master | Andreas Gohr | 2013-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 Schulte | 2013-08-02 |
| | | | | | | | | / fix several typos / Fixes FS#2821 | ||
* | | Revert "translation update" | Andreas Gohr | 2013-08-02 |
| | | | | | | | | | | | | This reverts commit d6d855093f24c6c3f608d005189385959a7efbf7. I guess it was a bit too early to think straight :-/ | ||
* | | translation update | DokuWiki Translation | 2013-08-02 |
| | | |||
* | | Merge pull request #247 from splitbrain/FS#2766 | Anika Henke | 2013-08-01 |
|\ \ | | | | | | | Improve nofollow behaviour for ?do=index | ||
| * | | simplify comment | Christopher Smith | 2013-08-01 |
| | | | |||
| * | | include namespace links when index access from the wiki start page | Christopher Smith | 2013-08-01 |
| | | | | | | | | | | | | and no automatic sitemap.xml is being generated. | ||
| * | | Improve nofollow behaviour for ?do=index | Christopher Smith | 2013-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 HTTPClient | Andreas Gohr | 2013-08-01 |
| | | | | | | | | this ensures nested POST data is correctly encoded | ||
* | | HTTPClient: Implement handling of two-dimensional data arrays | Michael Hamann | 2013-08-01 |
| | | |||
* | | Fix loading for helper components with loadHelper() | Michael Hamann | 2013-08-01 |
| | | | | | | | | | | The check if the plugin is enabled is done later in the plugin controller anyway. | ||
* | | Merge pull request #194 from splitbrain/loggedin-class | Christopher Smith | 2013-08-01 |
|\ \ | | | | | | | added loggedIn class to main tpl container | ||
| * | | improved coding style on tpl_classes() | Anika Henke | 2013-08-01 |
| | | | |||
| * | | added tpl_classes() to return useful layout classes | Anika Henke | 2013-07-21 |
| | | | |||
* | | | Merge pull request #248 from splitbrain/aria | Andreas Gohr | 2013-08-01 |
|\ \ \ | |_|/ |/| | | Implemented some ARIA attributes | ||
| * | | added aria roles to search and acl manager | Anika Henke | 2013-08-01 |
| | | | |||
| * | | added aria attributes to edit mode | Anika Henke | 2013-08-01 |
| | | | |||
| * | | Fix and add type declarations for the auth system | Michael Hamann | 2013-07-30 |
| | | | |||
* | | | Change error message shown for incorrect current password on update profile ↵ | Christopher Smith | 2013-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 form | Christopher Smith | 2013-08-01 |
| | | | |||
* | | | add html5 attributes to register form | Christopher Smith | 2013-08-01 |
| | | | |||
* | | | Remove search_references() and the refshow configuration option | Michael Hamann | 2013-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 Hamann | 2013-08-01 |
| | | | |||
* | | | Fix the useheading cache invalidation for hidden pages, add tests | Michael Hamann | 2013-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 update | Andreas Gohr | 2013-08-01 |
| | | | |||
* | | | auth_en/decrypt: Add explanation and more efficient decryption | Michael Hamann | 2013-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 exception | Michael Hamann | 2013-08-01 |
| | | | |||
* | | | Add AES from phpseclib and use it for cookie encryption | Michael Hamann | 2013-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 encryption | Michael Hamann | 2013-08-01 |
| | | | |||
* | | | Fix and add type declarations for the auth system | Michael Hamann | 2013-08-01 |
| | | | |||
* | | | Add truly random numbers and use them in places where randomness matters | Michael Hamann | 2013-08-01 |
| | | | |||
* | | | FS#2770 - prevent <file> and <code> syntax regex matching token names which ↵ | Christopher Smith | 2013-07-30 |
|/ / | | | | | | | start '<file' or '<code' | ||
* | | Fix for the FS#1833 parser error | Guy Brand | 2013-07-30 |
| | | |||
* | | Hungarian language update | Márton Sebők | 2013-07-28 |
| | | |||
* | | Korean language update | 이명진 | 2013-07-28 |
|/ | |||
* | fix function call in feedcreator FS#2805 | Andreas Gohr | 2013-07-12 |
| | | | | the _redirect function is not used in DokuWiki anyway | ||
* | Informal German language update | Volker Bödker | 2013-07-12 |
| | |||
* | 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 |
| | | | |||
| * | | Added media_isexternal() | Klap-in | 2013-05-21 |
| | | | |||
| * | | Update phpdocs of checkFileStatus | Klap-in | 2013-05-21 |
| | | |