Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | added spacing below video and audio elements | Anika Henke | 2013-08-04 |
| | | | | | Note: The spacing will now show as too much as long as the paragraph bug is not fixed | ||
* | 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 | ||
* | | small fix for pagetools in RTL languages | Anika Henke | 2013-08-02 |
| | | |||
* | | FS#2802 correctly fix tar tests | Andreas Gohr | 2013-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 Gohr | 2013-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_6 | Andreas Gohr | 2013-08-01 |
|\ \ | | | | | | | Translation update (zh-tw) | ||
| * | | translation update | DokuWiki Translation | 2013-08-02 |
|/ / | |||
* | | fixed tar tests FS#2809 | Andreas Gohr | 2013-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#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 | ||
* | | prevent overlong select boxes (FS#2817) | Anika Henke | 2013-08-01 |
| | | |||
* | | Brazilian Portuguese language update | Frederico Guimarães | 2013-08-01 |
| | | |||
* | | added default icon to pagetools | Anika Henke | 2013-08-01 |
| | | |||
* | | use http_build_query() in HTTPClient | Andreas Gohr | 2013-08-01 |
| | | | | | | | | this ensures nested POST data is correctly encoded | ||
* | | Merge pull request #238 from splitbrain/logjserrors | Christopher Smith | 2013-08-01 |
|\ \ | | | | | | | In debug mode: catch and log JS errors with file information | ||
| * | | Don't recommend the deprecated default template for JS debugging | Michael Hamann | 2013-07-30 |
| | | | |||
| * | | In debug mode: catch and log JS errors with file information | Michael Hamann | 2013-07-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When debugging is enabled (allowdebug enabled) JS errors are now catched for each non-core JS file and logged with the additional information from which file they came. This should make it easier to find out which plugin is the cause for broken JS code. The feature isn't enabled by default as defining functions inside try-clauses isn't allowed in strict mode and causes a warning at least in Firefox. | ||
* | | | 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 remote-tracking branch 'origin/master' into loggedin-class | Anika Henke | 2013-07-21 |
| |\| | | |||
| * | | | Merge remote-tracking branch 'origin/master' into loggedin-class | Anika Henke | 2013-06-02 |
| |\ \ \ | |||
| * | | | | added loggedIn class to main tpl container | Anika Henke | 2013-03-04 |
| | | | | | |||
* | | | | | Merge pull request #232 from flammy/patch-1 | Christopher Smith | 2013-08-01 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixes validation problems with base64 encoded images in CSS. | ||
| * | | | | | Fixes validation problems with base64 encoded images in CSS. | flammy | 2013-06-24 |
| | | | | | | |||
* | | | | | | Merge pull request #233 from flammy/patch-2 | Christopher Smith | 2013-08-01 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixes validation problems with base64 encoded images in CSS. | ||
| * | | | | | | Fixes validation problems with base64 encoded images in CSS. | flammy | 2013-06-24 |
| |/ / / / / | |||
* | | | | | | Merge pull request #236 from splitbrain/pagetoolsevent | Christopher Smith | 2013-08-01 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | add TEMPLATE_DOKUWIKI_PAGETOOLFLOAT_DISPLAY event to template | ||
| * | | | | | | rename event to TEMPLATE_DOKUWIKI_PAGETOOLS_DISPLAY | Andreas Gohr | 2013-08-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | also made it more secure against copy'n'paste | ||
| * | | | | | | add TEMPLATE_DOKUWIKI_PAGETOOLFLOAT_DISPLAY event to template | Andreas Gohr | 2013-07-12 |
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | This adds a custom event to the 'dokuwiki' template that allows plugin authors to easily integrate custom pagetool buttons into the template. | ||
* | | | | | | 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 for footnote tooltips | Anika Henke | 2013-08-01 |
| | | | | | | |||
| * | | | | | removed unused and old hasFlash() JS function | Anika Henke | 2013-08-01 |
| | | | | | | |||
| * | | | | | added aria attributes to edit mode | Anika Henke | 2013-08-01 |
| | | | | | | |||
| * | | | | | added aria attributes to tree and show/hide functions | Anika Henke | 2013-07-31 |
| | | | | | | |||
* | | | | | | update config metadata comments for parameter '_multiple' | Christopher Smith | 2013-08-01 |
| | | | | | | |||
* | | | | | | Merge pull request #241 from splitbrain/FS#2770 | Christopher Smith | 2013-08-01 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | FS#2770 - prevent <file> and <code> syntax regex matching too much |