summaryrefslogtreecommitdiff
path: root/lib/plugins/popularity/admin.php
Commit message (Collapse)AuthorAge
* changed all input type=submit buttons to button type=submit button for ↵Anika Henke2015-07-12
| | | | better stylability
* 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
* 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.
* get version popularity plugin direct from plugin infoGerrit Uitslag2013-10-14
|
* Fixed gathering of version of popularity pluginGerrit Uitslag2013-09-19
|
* some coding style improvementsDominik Eckelmann2012-11-29
| | | | | | - removed some dead/unused code - fixed phpdoc - added typing on methods
* Replacing $_REQUEST variables with $INPUT wrapper, popularity pluginHakan Sandell2012-09-08
|
* added some missing spaces (to popularity and revert plugins)Anika Henke2012-08-05
|
* Fix display in popularity pluginGuillaume Turri2011-05-28
|
* closed hidden input in popularity pluginAnika Henke2011-04-16
|
* Popularity plugin displays the last time the data was sentGuillaume Turri2010-12-18
|
* Add support for autosubmitting popularity data FS#2025Guillaume Turri2010-12-09
|
* gather namespace stats in popularity pluginAndreas Gohr2010-09-17
|
* plugin related autoloadingAndreas Gohr2010-02-01
| | | | | This patch moved the place where DOKU_PLUGIN is defined. It no longer can be set from a normal config (only via preload)
* fixed all remaining links to wiki.splitbrain.org and to restructured pagesAnika Henke2008-08-15
| | | | darcs-hash:20080815134211-f7d6d-61f4f4fa1c5f62832d7cc5ad3e3a7a78460d2981.gz
* Make popularity plugin available for managersAndreas Gohr2008-03-21
| | | | darcs-hash:20080320233725-7ad00-2d94f86b9d1b87846409ee286b39fdc16f987eaa.gz
* popularity plugin: record PCRE infosAndreas Gohr2008-02-20
| | | | darcs-hash:20080220213222-7ad00-b573be21ba534bbd1a2d0616112d0d622338eaf8.gz
* popularity plugin addedAndreas Gohr2008-02-19
This new default plugin allows to send feedback to the DokuWiki developers. An introduction is available at http://www.splitbrain.org/blog/2008-02/17-gathering_dokuwiki_usage_data darcs-hash:20080219165223-7ad00-95a242a0c58cdb754be83c90e919a91aa0da3699.gz