summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | Merge pull request #1156 from splitbrain/refactor_admin_plugin_getAndreas Gohr2015-05-20
| |\ \ \ \ \ | | | | | | | | | | | | | | Provide a function to return admin plugin for the page request.
| | * \ \ \ \ Merge branch 'master' into refactor_admin_plugin_getChristopher Smith2015-05-16
| | |\ \ \ \ \
| | * | | | | | Provide a function to return admin plugin for the page request.Christopher Smith2015-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was previously carried out in three separate places. Refactor that code to use the new function. Update tpl_pageTitle test to use a manager level admin plugin.
| * | | | | | | Merge pull request #1158 from splitbrain/local_conf_negationAndreas Gohr2015-05-19
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Local configuration negation
| | * | | | | | | Define the negation character in a constantChristopher Smith2015-05-18
| | | | | | | | |
| | * | | | | | | Ensure single value negation is not affected by white spaceChristopher Smith2015-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | differences
| | * | | | | | | Ensure filtering only removes empty string valuesChristopher Smith2015-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (not other values which PHP evaluates to false)
| | * | | | | | | Merge branch 'master' into local_conf_negationChristopher Smith2015-05-17
| | |\ \ \ \ \ \ \
| | * | | | | | | | Support negating of config values include earlier in the cascadeChristopher Smith2015-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To negate a config value, prefix the value with an '!'. E.g. to disable recognition of the gopher scheme !gopher This applies to: - scheme - stopwords
| | * | | | | | | | Add filtering to remove blank entries from key/value config retrievalChristopher Smith2015-05-17
| | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This applies to: - acronyms - entities - interwiki - mime - smileys
| * | | | | | | | Merge pull request #1162 from dokuwiki-translate/lang_update_2Andreas Gohr2015-05-19
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | Translation update (de)
| | * | | | | | | translation updateNoel Tilliot2015-05-18
| |/ / / / / / /
| * / / / / / / update test groups for the extension manager testChristopher Smith2015-05-17
| |/ / / / / /
| * / / / / / php7 compatibility: change revert plugin constructor to __constructChristopher Smith2015-05-16
| |/ / / / /
| * | | | / fix missing language code parameter for admin plugin titlesChristopher Smith2015-05-16
| | |_|_|/ | |/| | | | | | | | | | | | | add unit test coverage
| * | | | Merge pull request #1155 from splitbrain/deprecatedrevAndreas Gohr2015-05-16
| |\ \ \ \ | | | | | | | | | | | | replace deprecated getRevisions call
| | * | | | replace deprecated getRevisions callGerrit Uitslag2015-05-16
| | | | | |
| * | | | | Merge pull request #1154 from splitbrain/php7compatibilityAndreas Gohr2015-05-16
| |\ \ \ \ \ | | | | | | | | | | | | | | Php7compatibility
| | * | | | | yet another class constructorChristopher Smith2015-05-16
| | | | | | |
| | * | | | | another class_name to __constructChristopher Smith2015-05-15
| | | | | | |
| | * | | | | update parent constructor calls to use __construct()Christopher Smith2015-05-15
| | | | | | |
| | * | | | | PHP7 Compat updates on the phpseclibChristopher Smith2015-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a quick fix in advance of the library being updated to the latest & PHP7 compatible version.
| | * | | | | more object type hints and removal of '&' operator before objectsChristopher Smith2015-05-15
| | | | | | |
| | * | | | | more class constructors to __construct()Christopher Smith2015-05-15
| | | | | | |
| | * | | | | Changes for PHP 7 CompatibilityChristopher Smith2015-05-15
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - replace PHP4 style class constructor function names (based on class name) with php 5 __construct() Also remove some '&' reference operators used with objects And add some object type hints
| * | | | | removed one of the ignored linesAndreas Gohr2015-05-16
| | | | | |
| * | | | | Merge pull request #1152 from splitbrain/composerAndreas Gohr2015-05-16
| |\ \ \ \ \ | | | | | | | | | | | | | | Use composer to add 3rd party libs
| | * | | | | add package phpunit & travis config files to .gitignoreChristopher Smith2015-05-16
| | | | | | |
| | * | | | | some more ignoresAndreas Gohr2015-05-15
| | | | | | |
| | * | | | | switched geshi higlighter to composer based repositoryAndreas Gohr2015-05-15
| | | | | | |
| | * | | | | added rudimentary README to vendor dirAndreas Gohr2015-05-15
| | | | | | |
| | * | | | | remove tests that are now in upstreamAndreas Gohr2015-05-15
| | | | | | |
| | * | | | | added composer setup and the first composer package php-archiveAndreas Gohr2015-05-15
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #1113 from gamma/extension_managerAndreas Gohr2015-05-16
| |\ \ \ \ \ | | | | | | | | | | | | | | Add display options to extension manger
| | * | | | | Adhere to CSS style guideGerry Weißbach2015-05-08
| | | | | | |
| | * | | | | Merge commit '9234bce90e1297ac66acc321827cb0f832864fe4' into extension_managerGerry Weißbach2015-05-07
| | |\ \ \ \ \
| | * | | | | | Add class name using tab nameGerry Weißbach2015-05-07
| | | | | | | |
| | * | | | | | Change ID nameGerry Weißbach2015-05-07
| | | | | | | |
| | * | | | | | Merge branch 'master' of https://github.com/splitbrain/dokuwiki into ↵Gerry Weißbach2015-05-06
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | | | | | | | | extension_manager
| | * | | | | | Allow Viewing Options for templates as well.Gerry Weißbach2015-05-04
| | | | | | | |
| | * | | | | | Prettify Code.Gerry Weißbach2015-05-04
| | | | | | | |
| | * | | | | | Add selection for the Installed Plugins tabGerry Weißbach2015-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 JSGerry Weißbach2015-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since it is a JS function only, the form will be generated by it too.
| | * | | | | | Add display options to extension mangerGerry Weißbach2015-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows tho show/hide extensions that are: enabled, disabled, updatable
| * | | | | | | Merge pull request #1151 from splitbrain/chris_admintitlesAndreas Gohr2015-05-15
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | Show a relevant page title for other actions
| | * | | | | | Show a relevant page title for other actionsChristopher Smith2015-05-15
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See Issue #1149 - Show 'admin' or the admin plugin name for admin functions - Show action name for user & site actions, e.g. login, sitemape - Show page name + action for page actions, e.g. changes, backlinks - Show a utf8 pen glyph when editing - Otherwise show the page name (as previously)
| * | | | | | Revert "Show a relevant page title for other actions"Christopher Smith2015-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c2fbf98617ceed35a8d735fbc917627e001f225b.
| * | | | | | Show a relevant page title for other actionsChristopher Smith2015-05-15
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See Issue #1149 - Show 'admin' or the admin plugin name for admin functions - Show action name for user & site actions, e.g. login, sitemape - Show page name + action for page actions, e.g. changes, backlinks - Show a utf8 pen glyph when editing - Otherwise show the page name (as previously)
| * | | | | Merge pull request #1148 from dokuwiki-translate/lang_update_33Andreas Gohr2015-05-15
| |\ \ \ \ \ | | | | | | | | | | | | | | Translation update (hr)
| | * | | | | translation updateDavor Turkalj2015-05-14
| | | | | | |