Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | more PHPDocs, unused var, small bit code reformatting | Gerrit Uitslag | 2014-10-01 |
| | |||
* | add PHPDocs to popularity plugin helper | Gerrit Uitslag | 2013-10-14 |
| | |||
* | get version popularity plugin direct from plugin info | Gerrit Uitslag | 2013-10-14 |
| | |||
* | Fixed gathering of version of popularity plugin | Gerrit Uitslag | 2013-09-19 |
| | |||
* | Fix popularity data submission in the backend FS#2808 | Michael Hamann | 2013-07-29 |
| | | | | | | The POST data contained the raw data instead of an array with the data that should be submitted like in the requests from the browser. The server backend has been fixed to be able to process both versions. | ||
* | some coding style improvements | Dominik Eckelmann | 2012-11-29 |
| | | | | | | - removed some dead/unused code - fixed phpdoc - added typing on methods | ||
* | fixed warning in popularity plugin FS#2628 | Andreas Gohr | 2012-10-07 |
| | |||
* | popularity plugin: send info on autosend | Andreas Gohr | 2011-08-18 |
| | | | | | Added information about the autosubmitting feature of the popularity plugin itself. | ||
* | fixed error in popularity/helper.php (a quoted array instruction error'd ...) | Petsagourakis George | 2011-02-12 |
| | |||
* | Popularity plugin displays the last time the data was sent | Guillaume Turri | 2010-12-18 |
| | |||
* | added missing files for popularity plugin | Andreas Gohr | 2010-12-10 |