summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/helper
Commit message (Collapse)AuthorAge
* Merge pull request #1240 from splitbrain/plugindeletedfilesAndreas Gohr2015-07-27
|\ | | | | remove deleted files on update of extension
| * remove deleted files on update of extensionGerrit Uitslag2015-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves #1192 `/lib/plugins/<plugin>/deleted.files` which list files that can be removed e.g. ``` # This is a list of files that were present in previous plugin releases # but were removed later. An up to date plugin should not have any of # the files installed action.php folder/file.txt ```
* | fixed missing bug icon in extension manager (since #1247)Anika Henke2015-07-26
| |
* | Merge remote-tracking branch 'origin/master' into stylerAnika Henke2015-07-25
|\| | | | | | | | | Conflicts: lib/exe/css.php
| * changed all input type=submit buttons to button type=submit button for ↵Anika Henke2015-07-12
| | | | | | | | better stylability
* | added plugin to list of bundled extensionsAndreas Gohr2015-07-18
|/
* fixed isBundled() check when remote info is unavailableAndreas Gohr2015-05-25
|
* Merge pull request #1152 from splitbrain/composerAndreas Gohr2015-05-16
|\ | | | | Use composer to add 3rd party libs
| * added composer setup and the first composer package php-archiveAndreas Gohr2015-05-15
| |
* | Add class name using tab nameGerry Weißbach2015-05-07
| |
* | 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
* fixed wrong config check in extension manager #1006Andreas Gohr2015-01-15
|
* Remove error supression for file_exists()Andreas Gohr2015-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.
* Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
|\ | | | | | | | | | | | | | | | | Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
| * warn about enabled, but not used auth pluginsAndreas Gohr2014-12-03
| |
* | PHPDocs and some improvementsGerrit Uitslag2014-10-02
| |
* | more PHPDocs, unused var, small bit code reformattingGerrit Uitslag2014-10-01
|/
* Last Update Date info of extension fixSatoshi Sahara2014-08-06
| | | | | | This request makes "Your last update" of the extension info shown when clicking more info triangle mark. The first installed date of the extension may not be necessary for local site admin work.
* update manager.dat correctly on install. closes #704Andreas Gohr2014-05-13
|
* removed another case of superflous multiple cache invalidationAndreas Gohr2014-05-13
|
* fix icon for plugins following templates in extension managerAndreas Gohr2014-05-10
|
* avoid HTTP image screenshot urls. closes #595Andreas Gohr2014-03-08
|
* Extension manager: Fix cache extension to be .repoMichael Hamann2014-03-08
| | | | The dot was missing i.e. the cache files had no real extension at all.
* extension manager: some minor tweaks in the info screenAndreas Gohr2014-01-30
|
* show a message when search returns no resultsAndreas Gohr2014-01-08
|
* added missing localizationAndreas Gohr2014-01-08
|
* better filename parsingAndreas Gohr2014-01-08
| | | | | | | | | | | | | The filename found in the URL will be used for old plugins missing a base entry in their plugin.info.txt and lacking a subdirectory inside the archive as well. This patch makes sure possible query strings aren't included in the filename. Note: io_download() will also try to get a filename from any content-disposition header. If no filename can be found we simply use an md5 sum of the URL and hope the plugin will contain it's own hint for naming.
* use DOKU_LFAndreas Gohr2014-01-08
| | | | | PHP_EOL is platform dependent, so you get in trouble while migrating between platforms.
* remove unneeded try/catch blocksAndreas Gohr2014-01-08
| | | | they were just catching and rethrowing
* typo fixAndreas Gohr2014-01-06
|
* purge cache only once on installAndreas Gohr2014-01-06
| | | | | this is not a extension specific cache but a global one. no need to purge for each installed extension
* now use new core funtion to recursively deleteAndreas Gohr2014-01-06
|
* added status to info list of extension pluginAnika Henke2014-01-05
|
* added css and html changes for RTL scripts to extension managerAnika Henke2014-01-05
|
* fixed and improved some HTML in extension managerAnika Henke2014-01-05
|
* added git warningAndreas Gohr2014-01-05
|
* removed the old plugin managerAndreas Gohr2014-01-05
|
* protect authplain and current auth pluginAndreas Gohr2014-01-05
|
* do not show updates for bundled pluginsAndreas Gohr2014-01-05
|
* use config for firguring out if an extension is protectedAndreas Gohr2014-01-05
|
* even more fixes for the bundled extension listAndreas Gohr2014-01-05
|
* template:default is no longer bundledAndreas Gohr2014-01-05
|
* the plugin is called testing not testAndreas Gohr2014-01-05
|
* only carry the q to search tabAndreas Gohr2013-08-11
|
* just not handle enable/disable for templates for nowAndreas Gohr2013-08-11
|
* fixed donation linkAndreas Gohr2013-08-11
|
* fixed button logicAndreas Gohr2013-08-11
|
* fixed screenshotsAndreas Gohr2013-08-10
|
* updated stylesAndreas Gohr2013-08-10
| | | | RTL styles need to be readded