Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1231 from splitbrain/kill-all-input-buttons | Andreas Gohr | 2015-07-15 |
|\ | | | | | Changed all input buttons to button buttons | ||
| * | changed all input type=submit buttons to button type=submit button for ↵ | Anika Henke | 2015-07-12 |
| | | | | | | | | better stylability | ||
* | | translation update | Hideaki SAWADA | 2015-07-15 |
| | | |||
* | | Merge pull request #1227 from dokuwiki-translate/lang_update_88 | Anika Henke | 2015-07-15 |
|\ \ | | | | | | | Translation update (ko) | ||
| * | | translation update | Myeongjin | 2015-07-11 |
| |/ | |||
* | | fixed a few links and html errors in language files | Anika Henke | 2015-07-13 |
| | | |||
* | | fixed occurrences of html named entities in translation files to be ↵ | Anika Henke | 2015-07-12 |
| | | | | | | | | xhtml-compatible | ||
* | | fixed lots of missing format strings in language files | Anika Henke | 2015-07-12 |
| | | |||
* | | translation update | Mauricio Segura | 2015-07-12 |
|/ | |||
* | translation update | Errol | 2015-07-08 |
| | |||
* | Update lang.php | Rainbow Spike | 2015-07-07 |
| | | | Выравнивание и разбиение по образцу en/lang.php, унификация "директорий" и "папок", "расширений" и "дополнений" | ||
* | fixed small spacing/alignment issues in display options of extension manager | Anika Henke | 2015-07-05 |
| | |||
* | fixed installed extensions in extension manager not displaying without JS | Anika Henke | 2015-07-05 |
| | |||
* | translation update | Takumo | 2015-06-29 |
| | |||
* | translation update | Maurizio | 2015-06-14 |
| | |||
* | translation update | hyeonsoft | 2015-06-11 |
| | |||
* | translation update | Ikuo Obataya | 2015-05-28 |
| | |||
* | fixed isBundled() check when remote info is unavailable | Andreas Gohr | 2015-05-25 |
| | |||
* | translation update | Noel Tilliot | 2015-05-18 |
| | |||
* | update test groups for the extension manager test | Christopher Smith | 2015-05-17 |
| | |||
* | Merge pull request #1152 from splitbrain/composer | Andreas Gohr | 2015-05-16 |
|\ | | | | | Use composer to add 3rd party libs | ||
| * | added composer setup and the first composer package php-archive | Andreas Gohr | 2015-05-15 |
| | | |||
* | | Merge pull request #1113 from gamma/extension_manager | Andreas Gohr | 2015-05-16 |
|\ \ | |/ |/| | Add display options to extension manger | ||
| * | Adhere to CSS style guide | Gerry Weißbach | 2015-05-08 |
| | | |||
| * | Merge commit '9234bce90e1297ac66acc321827cb0f832864fe4' into extension_manager | Gerry Weißbach | 2015-05-07 |
| |\ | |||
| * | | Add class name using tab name | Gerry Weißbach | 2015-05-07 |
| | | | |||
| * | | Change ID name | Gerry Weißbach | 2015-05-07 |
| | | | |||
| * | | Merge branch 'master' of https://github.com/splitbrain/dokuwiki into ↵ | Gerry Weißbach | 2015-05-06 |
| |\ \ | | | | | | | | | | | | | extension_manager | ||
| * | | | Allow Viewing Options for templates as well. | Gerry Weißbach | 2015-05-04 |
| | | | | |||
| * | | | Prettify Code. | Gerry Weißbach | 2015-05-04 |
| | | | | |||
| * | | | Add selection for the Installed Plugins tab | Gerry Weißbach | 2015-05-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | The viewing options should only be visible on the first tab - which is the installed Plugins tab. (There seems to be no more direct way to address this tab.) | ||
| * | | | Generate display options via JS | Gerry Weißbach | 2015-04-27 |
| | | | | | | | | | | | | | | | | Since it is a JS function only, the form will be generated by it too. | ||
| * | | | Add display options to extension manger | Gerry Weißbach | 2015-04-14 |
| | | | | | | | | | | | | | | | | Allows tho show/hide extensions that are: enabled, disabled, updatable | ||
* | | | | translation update | Davor Turkalj | 2015-05-14 |
| |_|/ |/| | | |||
* | | | translation update | Johan Wijnker | 2015-05-05 |
| |/ |/| | |||
* | | translation update | Hudson FAS | 2015-04-28 |
| | | |||
* | | translation update | Alex P | 2015-04-24 |
| | | |||
* | | 2 typo fixes | Yoven | 2015-04-19 |
|/ | |||
* | translation update | Romulo Pereira | 2015-03-31 |
| | |||
* | translation update | Jacob Palm | 2015-03-17 |
| | |||
* | translation update | Álvaro Iradier | 2015-02-13 |
| | |||
* | translation update | lainme | 2015-02-12 |
| | |||
* | Merge pull request #1013 from dokuwiki-translate/lang_update_168 | Andreas Gohr | 2015-02-09 |
|\ | | | | | Translation update (ru) | ||
| * | translation update | Aleksandr Selivanov | 2015-01-25 |
| | | |||
* | | translation update | Davor Turkalj | 2015-01-28 |
|/ | |||
* | fixed wrong config check in extension manager #1006 | Andreas Gohr | 2015-01-15 |
| | |||
* | Losslessly reduced PNG images with optipng -o7 -strip all, advdef -z4 -i60, ↵ | KeenRivals | 2015-01-14 |
| | | | | and advpng -z4 -i60. | ||
* | translation update | Mijndert | 2015-01-08 |
| | |||
* | Remove error supression for file_exists() | Andreas Gohr | 2015-01-07 |
| | | | | | | | In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost. | ||
* | translation update | Schplurtz le Déboulonné | 2015-01-05 |
| |