aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include/plugins.class.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* happy new year 2016, all headers updatedplegall2016-01-141-1/+1
|
* bug #385 compatibility with PHP7plegall2015-12-101-2/+2
| | | | | | * replace old-style constructor with PHP5-style constructor (__construct) * do not call set_magic_quotes_runtime() any longer * avoid automatic conversion from array to string
* final fix for plugins update ?mistic1002014-09-251-6/+15
| | | | | | | | | | | | - plugins.version is not updated in "activate" action - plugins.version is updated in "update" action and "load_plugin()" function (not only for plugins using maintain.class.php) cases covered: - autoupdate while active or inactive - FTP update while active or inactive git-svn-id: http://piwigo.org/svn/trunk@29779 68402e56-0260-453c-a942-63ccdbb3a9ee
* flaw in r29773mistic1002014-09-251-1/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@29778 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix plugins autoupdate: call ##_maintain::update when updating from back-officemistic1002014-09-241-52/+85
| | | | git-svn-id: http://piwigo.org/svn/trunk@29773 68402e56-0260-453c-a942-63ccdbb3a9ee
* improves regexes parsing plugins metadatamistic1002014-07-061-6/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@28969 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3088: set AdminTools as default plugin, set admin_multi_view as obsoletemistic1002014-06-131-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@28695 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3076: Enhance plugin update system mistic1002014-06-091-21/+20
| | | | git-svn-id: http://piwigo.org/svn/trunk@28651 68402e56-0260-453c-a942-63ccdbb3a9ee
* TakeATour replace c13y_upgrade ; c13y_upgrade not activated after upgradeflop252014-04-131-1/+1
| | | | | | | adding TakeATour files less margin-top in no_photo_yet.tpl git-svn-id: http://piwigo.org/svn/trunk@28169 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove *_version_compare methods in languages & plugins & themes classes, ↵mistic1002014-01-271-19/+0
| | | | | | unused and outdated (preg_replace /e modifier) git-svn-id: http://piwigo.org/svn/trunk@26998 68402e56-0260-453c-a942-63ccdbb3a9ee
* Display "Activate it now" link when installing a new pluginmistic1002014-01-221-4/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@26909 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update headers to 2014. Happy new year!!mistic1002014-01-051-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix deactivatervelices2013-12-291-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@26329 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2998: Warning: Parameter 3 to theme_activate() expected to be a ↵mistic1002013-11-191-12/+14
| | | | | | | | reference, value given unable to pass references through func_get_args and call_user_func_array git-svn-id: http://piwigo.org/svn/trunk@25577 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2998: Maintenance class for plugin mistic1002013-11-081-47/+106
| | | | git-svn-id: http://piwigo.org/svn/trunk@25406 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2989: Deprecated: preg_replace(): The /e modifier is deprecated onmistic1002013-10-251-6/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@25133 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove all array_push (50% slower than []) + some changes missing for ↵mistic1002013-10-191-2/+2
| | | | | | feature:2978 git-svn-id: http://piwigo.org/svn/trunk@25018 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2826 missing hardcoded PEM category id in r20449mistic1002013-08-141-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@24159 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2898 make some updates methods static + factorize code from plugins, ↵mistic1002013-07-071-61/+2
| | | | | | themes & languages git-svn-id: http://piwigo.org/svn/trunk@23821 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2826mistic1002013-01-291-3/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@20449 68402e56-0260-453c-a942-63ccdbb3a9ee
* update Piwigo headers to 2013 (the end of the world didn't occur as ↵plegall2013-01-011-1/+1
| | | | | | expected on r12922) git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2793 use "include_once" instead of "include" when including pclzipmistic1002012-11-251-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@19167 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2671: use get_branch_from_version() to find the real branch, however the ↵mistic1002012-06-291-10/+1
| | | | | | version looks like git-svn-id: http://piwigo.org/svn/trunk@16179 68402e56-0260-453c-a942-63ccdbb3a9ee
* incompatible plugins check doesn't work since 2.4, because version number ↵mistic1002012-06-291-1/+10
| | | | | | format has changed git-svn-id: http://piwigo.org/svn/trunk@16177 68402e56-0260-453c-a942-63ccdbb3a9ee
* update Piwigo headers to 2012, last change before the expected (or not) ↵mistic1002012-01-171-1/+1
| | | | | | apocalypse git-svn-id: http://piwigo.org/svn/trunk@12922 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2483patdenice2011-10-251-0/+1
| | | | | | warning on plugin activation git-svn-id: http://piwigo.org/svn/trunk@12517 68402e56-0260-453c-a942-63ccdbb3a9ee
* reload DB config between plugin installation and plugin activationmistic1002011-06-151-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11389 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: accept Piwigo version with a pattern like 2.3.0beta1 in ↵plegall2011-06-011-1/+1
| | | | | | plugins/themes/languages/updates management classes git-svn-id: http://piwigo.org/svn/trunk@11185 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11043 from branch 2.2 to trunkpatdenice2011-05-251-17/+7
| | | | | | | | feature:2250 Add obsolete_extensions.list file in install directory. Incompatible plugins is checked through ajax. git-svn-id: http://piwigo.org/svn/trunk@11047 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change tabsheet place for plugins, themes and languages.patdenice2011-04-231-18/+0
| | | | | | Plugins, themes and languages use same update page. git-svn-id: http://piwigo.org/svn/trunk@10594 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2260patdenice2011-04-111-22/+18
| | | | | | Keep only two states for plugins (active and inactive) git-svn-id: http://piwigo.org/svn/trunk@10293 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2250patdenice2011-04-071-3/+0
| | | | | | Remove useless query for delete. git-svn-id: http://piwigo.org/svn/trunk@10129 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2250patdenice2011-04-071-14/+19
| | | | | | | Add expire parameter. Clean code. git-svn-id: http://piwigo.org/svn/trunk@10128 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2250patdenice2011-04-061-17/+113
| | | | | | Incompatible plugins and obsolete plugins may not be activated. git-svn-id: http://piwigo.org/svn/trunk@10098 68402e56-0260-453c-a942-63ccdbb3a9ee
* Happy new year 2011plegall2011-01-181-2/+2
| | | | | | | Change "Piwigo - a PHP based picture gallery" into "Piwigo - a PHP based photo gallery" git-svn-id: http://piwigo.org/svn/trunk@8728 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2048 removed (and was never released): no data are sent anonymously ↵plegall2010-12-221-1/+1
| | | | | | to piwigo.org for statistics purpose git-svn-id: http://piwigo.org/svn/trunk@8238 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2048: send technical details only to get_version_list.php of PEM API.patdenice2010-12-111-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@8084 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2057: use $get_data parameter to send GET data.patdenice2010-12-111-12/+30
| | | | git-svn-id: http://piwigo.org/svn/trunk@8083 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6724 from branch 2.1 to trunkpatdenice2010-07-281-0/+2
| | | | | | | Plugin version compare must return false if plugin version is "auto" (developpement version). Change language switch version number. git-svn-id: http://piwigo.org/svn/trunk@6725 68402e56-0260-453c-a942-63ccdbb3a9ee
* Move set_tabsheet function for plugins pages to plugins class.patdenice2010-03-251-0/+18
| | | | git-svn-id: http://piwigo.org/svn/trunk@5367 68402e56-0260-453c-a942-63ccdbb3a9ee
* increase copyright year to 2010plegall2010-03-191-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5196 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1514: new screen to manage installed themes; activate, deactivate,plegall2010-03-171-29/+8
| | | | | | | | | | | | delete, set as default. plugins.class.php was merged back to a state it doesn't manage themes at all. themes.class.php was created instead, from a duplication of plugins.class.php and strongly modified then. feature 1507: the display of available themes is now much more "graphic". git-svn-id: http://piwigo.org/svn/trunk@5153 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1507: ability to install themes directly from piwigo.org/ext.plegall2010-03-151-8/+29
| | | | | | | | | | | | | | The theme manager backend for installation is the plugin manager backend, because they are very close. thanks to feature:1502, installing a theme and installing a plugin are very similare operations. The only differences are the installation directory and the main file to find in the archive. This is only the very first step, the "add new theme" screen needs many improvements, to begin with display style. git-svn-id: http://piwigo.org/svn/trunk@5143 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature_1255 :nikrou2009-11-291-6/+6
| | | | | | | - single quotes in queries - start using $conf['dblayer'] git-svn-id: http://piwigo.org/svn/trunk@4385 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4033 from branch 2.0 to trunkpatdenice2009-10-141-0/+21
| | | | | | Plugins upgrade now delete obsolete files from obsolete.list. git-svn-id: http://piwigo.org/svn/trunk@4034 68402e56-0260-453c-a942-63ccdbb3a9ee
* Allow to add description.txt file in language directory for plugin description.patdenice2009-08-011-1/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@3716 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update version in plugins table during plugin activation.patdenice2009-03-161-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@3205 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Show number of downloads in plugins list.patdenice2009-02-131-0/+10
| | | | | | | - Allow to sort plugins by number of downloads. - Fix plugin revision URL (no more revision_view in PEM). git-svn-id: http://piwigo.org/svn/trunk@3143 68402e56-0260-453c-a942-63ccdbb3a9ee
* Send user language when retrieving datas from PEM api.patdenice2009-01-131-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@3070 68402e56-0260-453c-a942-63ccdbb3a9ee
* Administration: happy new year 2009, all PHP headers updated. plegall2009-01-041-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3049 68402e56-0260-453c-a942-63ccdbb3a9ee