aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include/plugins.class.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-14happy new year 2016, all headers updatedplegall1-1/+1
2015-12-10bug #385 compatibility with PHP7plegall1-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
2014-09-25Merged revision(s) 29773, 29778-29779 from trunk:mistic1001-55/+102
fix plugins autoupdate: call ##_maintain::update when updating from back-office - 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/branches/2.7@29792 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-25final fix for plugins update ?mistic1001-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
2014-09-25flaw in r29773mistic1001-1/+6
git-svn-id: http://piwigo.org/svn/trunk@29778 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-24fix plugins autoupdate: call ##_maintain::update when updating from back-officemistic1001-52/+85
git-svn-id: http://piwigo.org/svn/trunk@29773 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-06improves regexes parsing plugins metadatamistic1001-6/+7
git-svn-id: http://piwigo.org/svn/trunk@28969 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13feature 3088: set AdminTools as default plugin, set admin_multi_view as obsoletemistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@28695 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-09feature 3076: Enhance plugin update system mistic1001-21/+20
git-svn-id: http://piwigo.org/svn/trunk@28651 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-13TakeATour replace c13y_upgrade ; c13y_upgrade not activated after upgradeflop251-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
2014-01-27remove *_version_compare methods in languages & plugins & themes classes, ↵mistic1001-19/+0
unused and outdated (preg_replace /e modifier) git-svn-id: http://piwigo.org/svn/trunk@26998 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-22Display "Activate it now" link when installing a new pluginmistic1001-4/+5
git-svn-id: http://piwigo.org/svn/trunk@26909 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-05Update headers to 2014. Happy new year!!mistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-29fix deactivatervelices1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@26329 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19feature 2998: Warning: Parameter 3 to theme_activate() expected to be a ↵mistic1001-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
2013-11-08feature 2998: Maintenance class for plugin mistic1001-47/+106
git-svn-id: http://piwigo.org/svn/trunk@25406 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-25bug 2989: Deprecated: preg_replace(): The /e modifier is deprecated onmistic1001-6/+13
git-svn-id: http://piwigo.org/svn/trunk@25133 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19remove all array_push (50% slower than []) + some changes missing for ↵mistic1001-2/+2
feature:2978 git-svn-id: http://piwigo.org/svn/trunk@25018 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-14feature:2826 missing hardcoded PEM category id in r20449mistic1001-1/+3
git-svn-id: http://piwigo.org/svn/trunk@24159 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-07bug:2898 make some updates methods static + factorize code from plugins, ↵mistic1001-61/+2
themes & languages git-svn-id: http://piwigo.org/svn/trunk@23821 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-29feature:2826mistic1001-3/+5
git-svn-id: http://piwigo.org/svn/trunk@20449 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-01 update Piwigo headers to 2013 (the end of the world didn't occur as ↵plegall1-1/+1
expected on r12922) git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-25bug:2793 use "include_once" instead of "include" when including pclzipmistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@19167 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29bug 2671: use get_branch_from_version() to find the real branch, however the ↵mistic1001-10/+1
version looks like git-svn-id: http://piwigo.org/svn/trunk@16179 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29incompatible plugins check doesn't work since 2.4, because version number ↵mistic1001-1/+10
format has changed git-svn-id: http://piwigo.org/svn/trunk@16177 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17update Piwigo headers to 2012, last change before the expected (or not) ↵mistic1001-1/+1
apocalypse git-svn-id: http://piwigo.org/svn/trunk@12922 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-25bug:2483patdenice1-0/+1
warning on plugin activation git-svn-id: http://piwigo.org/svn/trunk@12517 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-15reload DB config between plugin installation and plugin activationmistic1001-0/+1
git-svn-id: http://piwigo.org/svn/trunk@11389 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-01bug fixed: accept Piwigo version with a pattern like 2.3.0beta1 in ↵plegall1-1/+1
plugins/themes/languages/updates management classes git-svn-id: http://piwigo.org/svn/trunk@11185 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-25merge r11043 from branch 2.2 to trunkpatdenice1-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
2011-04-23Change tabsheet place for plugins, themes and languages.patdenice1-18/+0
Plugins, themes and languages use same update page. git-svn-id: http://piwigo.org/svn/trunk@10594 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-11feature:2260patdenice1-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
2011-04-07feature:2250patdenice1-3/+0
Remove useless query for delete. git-svn-id: http://piwigo.org/svn/trunk@10129 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-07feature:2250patdenice1-14/+19
Add expire parameter. Clean code. git-svn-id: http://piwigo.org/svn/trunk@10128 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-06feature:2250patdenice1-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
2011-01-18Happy new year 2011plegall1-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
2010-12-22feature 2048 removed (and was never released): no data are sent anonymously ↵plegall1-1/+1
to piwigo.org for statistics purpose git-svn-id: http://piwigo.org/svn/trunk@8238 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-11feature 2048: send technical details only to get_version_list.php of PEM API.patdenice1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@8084 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-11feature 2057: use $get_data parameter to send GET data.patdenice1-12/+30
git-svn-id: http://piwigo.org/svn/trunk@8083 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-28merge r6724 from branch 2.1 to trunkpatdenice1-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
2010-03-25Move set_tabsheet function for plugins pages to plugins class.patdenice1-0/+18
git-svn-id: http://piwigo.org/svn/trunk@5367 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-19increase copyright year to 2010plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5196 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-17feature 1514: new screen to manage installed themes; activate, deactivate,plegall1-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
2010-03-15feature 1507: ability to install themes directly from piwigo.org/ext.plegall1-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
2009-11-29Feature_1255 :nikrou1-6/+6
- single quotes in queries - start using $conf['dblayer'] git-svn-id: http://piwigo.org/svn/trunk@4385 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-14merge r4033 from branch 2.0 to trunkpatdenice1-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
2009-08-01Allow to add description.txt file in language directory for plugin description.patdenice1-1/+5
git-svn-id: http://piwigo.org/svn/trunk@3716 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-03-16Update version in plugins table during plugin activation.patdenice1-1/+3
git-svn-id: http://piwigo.org/svn/trunk@3205 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-02-13- Show number of downloads in plugins list.patdenice1-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
2009-01-13Send user language when retrieving datas from PEM api.patdenice1-0/+3
git-svn-id: http://piwigo.org/svn/trunk@3070 68402e56-0260-453c-a942-63ccdbb3a9ee