summaryrefslogtreecommitdiff
path: root/lib/plugins/popularity
Commit message (Collapse)AuthorAge
* updated dates in various info.txt filesAnika Henke2015-07-26
|
* Merge pull request #1238 from dokuwiki-translate/lang_update_111Andreas Gohr2015-07-15
|\ | | | | Translation update (ja)
| * translation updateHideaki SAWADA2015-07-15
| |
* | Merge pull request #1231 from splitbrain/kill-all-input-buttonsAndreas Gohr2015-07-15
|\ \ | |/ |/| Changed all input buttons to button buttons
| * changed all input type=submit buttons to button type=submit button for ↵Anika Henke2015-07-12
| | | | | | | | better stylability
* | translation updateMyeongjin2015-07-11
|/
* Merge pull request #1150 from gturri/autosubmit_plugin3Andreas Gohr2015-05-27
|\ | | | | Plugins can send usage data
| * Plugins can send usage dataGuillaume Turri2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They just need to register to the PLUGIN_USAGE_DATA event, and then to add either a simple string, or an array of key / value. For example: function register(Doku_Event_Handler $controller) { $controller->register_hook('PLUGIN_USAGE_DATA', 'AFTER', $this, 'usage_data'); } function usage_data(&$event){ $event->data['my_plugin_name'] = 'my usage data'; //or: $event->data['my_plugin_name'] = array ('k1' => 'v1', 'k2' => 'v2'); }
* | 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
* translation updateEduard Díaz2015-05-14
|
* translation updateTomas Darius Davainis2015-04-17
|
* 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.
* translation updateMarian Banica2014-12-30
|
* 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
| * translation updateYadav Gowda2014-10-15
| |
* | more PHPDocs, unused var, small bit code reformattingGerrit Uitslag2014-10-01
|/
* translation updateDavor Turkalj2014-09-08
|
* updated dates in info.txt of various plugins and templateAnika Henke2014-08-02
|
* translation updateYuthana Tantirungrotechai2014-07-12
|
* translation updateAivars Miška2014-05-30
|
* translation updateAleksandr Selivanov2014-03-11
|
* removed empty language filesAndreas Gohr2014-01-24
| | | | | our translation interface used to submit empty files for a while but no longer does, so these can go
* translation updateIvan Peltekov2013-12-31
|
* translation updateMyeongjin2013-12-07
|
* translation updateGaram2013-11-25
|
* Merge pull request #443 from dokuwiki-translate/lang_update_508Andreas Gohr2013-11-25
|\ | | | | Translation update (no)
| * translation updateThomas Juberg2013-11-24
| |
* | Merge pull request #444 from dokuwiki-translate/lang_update_511Andreas Gohr2013-11-25
|\ \ | | | | | | Translation update (pl)
| * | translation updateTomasz Bosak2013-11-24
| |/
* / translation updateRami Lehti2013-11-24
|/
* translation updateAhmad Abd-Elghany2013-10-28
|
* translation updateRemon2013-10-25
|
* translation updateMustafa Aslan2013-10-22
|
* Merge pull request #394 from dokuwiki-translate/lang_update_406Andreas Gohr2013-10-21
|\ | | | | Translation update (da)
| * translation updateJens Hyllegaard2013-10-21
| |
* | translation updateRoy Zahor2013-10-21
|/
* Merge pull request #342 from splitbrain/popversionfixAndreas Gohr2013-10-19
|\ | | | | Fixed gathering of version of popularity plugin
| * add PHPDocs to popularity plugin helperGerrit Uitslag2013-10-14
| |
| * get version popularity plugin direct from plugin infoGerrit Uitslag2013-10-14
| |
| * Fixed gathering of version of popularity pluginGerrit Uitslag2013-09-19
| |
* | translation updateSoren Birk2013-10-17
| |
* | translation updateSerenity87HUN2013-10-07
| |
* | Merge pull request #363 from dokuwiki-translate/lang_update_363Gerrit Uitslag2013-10-06
|\ \ | | | | | | Translation update (hi)
| * | translation updateSantosh Joshi2013-10-06
| | |
* | | Merge pull request #358 from dokuwiki-translate/lang_update_356Gerrit Uitslag2013-10-06
|\ \ \ | | | | | | | | Translation update (fa)
| * | | translation updatemehrdad2013-10-04
| |/ /
* / / translation updateMartin Michalek2013-10-01
|/ /
* | Merge pull request #333 from mperry2/whitespaceAndreas Gohr2013-09-22
|\ \ | |/ |/| Fix CodeSniffer whitespace violoations
| * Fix CodeSniffer whitespace violoationsMatt Perry2013-09-10
| | | | | | | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff.
* | translation updateHideaki SAWADA2013-09-12
|/