Commit graph

30 commits

Author SHA1 Message Date
Linty
9e9fb327f0 fixes #2290 add user's language prefix to the PEM link 2024-12-05 15:04:50 +01:00
plegall
145d99b59f fixes #2020 check get_incompatible_plugins() has not returned false before foreach 2023-10-10 15:19:35 +02:00
plegall
0b9e177782 issue #1852 also forbid extension deletion 2023-01-25 15:18:45 +01:00
Matthieu Leproux
1ed159f7a7 fix #1700 use user_prefs instead of cookies for the view selector in plugin manager 2022-08-01 17:11:25 +02:00
Matthieu Leproux
fd82502f7c related to #1679 fixing glitches on page titles 2022-07-05 14:13:30 +02:00
Matthieu Leproux
262d9a5221 fixes #1596 plugin filters work fine now 2022-01-05 14:20:37 +01:00
plegall
4acfca116b fixes #1591 specific processing for piwigo-openstreetmap and piwigo-videojs 2021-12-30 16:57:30 +01:00
Matthieu Leproux
8c2e6c5eb4 related to #1504 Adjustments for plugin manager 2021-10-06 12:07:31 +02:00
Matthieu Leproux
4600fab331 related to #1503 You cant activate/deactivate plugins as admin now 2021-10-05 15:46:10 +02:00
Matthieu Leproux
a86684ebc4 issue #1415 plugin manager redesigned
* actions on plugins are down in AJAX (no more page reload)
* plugins can be filtered but plugins do not move from a section (active) to another (inactive)
2021-06-22 18:35:46 +02:00
plegall
7c9e4616c2 fixes #1295 do not hide inactive plugins right after an activation
So that you save a click (to show inactive plugins) after an update (which deactivate all plugins)
2021-01-28 15:26:29 +01:00
plegall
3130c08c75 less greedy regexp selector, to detect piwigo-videojs settings page 2021-01-17 20:00:27 +01:00
Zacharieg
0a268bcce1
issue #1175 redesign plugin manager
* design based on Samuel's mockup + Hannah's adaptations
* on each plugin actions shown as buttons in a single column (better compatibility with verbose languages such as German)
* description always shown (no more need of the "show details" action)
* filter based on plugin title/description (javascript, no page reload)
* hide inactive plugins if they are 8 or more
* plugins no longer shown in the admin left menu, they instead get a "settings" action if relevant. Compatible with the old trigger get_admin_plugin_menu_links but new method is to simply add a "Has Setting : true" in the main.inc.php header
2020-04-22 14:41:52 +02:00
plegall
fc193f7474 issue #830 simplify PHP files header, remove copyright/license info 2019-06-04 17:13:51 +02:00
plegall
c789347c51 happy new year 2016, all headers updated 2016-01-14 12:17:58 +01:00
rvelices
f1f7e5d4ad added a persistent cache mechanism; used so far to cache image ids in flat view mode
git-svn-id: http://piwigo.org/svn/trunk@28432 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 08:26:41 +00:00
mistic100
636650309a Update headers to 2014. Happy new year!!
git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-05 00:19:25 +00:00
mistic100
ae707279a1 remove all array_push (50% slower than []) + some changes missing for feature:2978
git-svn-id: http://piwigo.org/svn/trunk@25018 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 17:43:04 +00:00
plegall
4bc775e479 update Piwigo headers to 2013 (the end of the world didn't occur as expected on r12922)
git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-01 12:35:02 +00:00
mistic100
112d730f3a update Piwigo headers to 2012, last change before the expected (or not) apocalypse
git-svn-id: http://piwigo.org/svn/trunk@12922 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17 22:48:36 +00:00
patdenice
af372cb1f6 It's better to only deactivate obsolete plugins on loading.
git-svn-id: http://piwigo.org/svn/trunk@12360 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-06 09:36:02 +00:00
patdenice
8ba29f8f46 Avoid error if several obsolet plugins have to be uninstalled.
git-svn-id: http://piwigo.org/svn/trunk@12359 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-06 09:25:10 +00:00
mistic100
153d591c5d bug:2426 admins shouldn't be able to perform any action on plugins
git-svn-id: http://piwigo.org/svn/trunk@12033 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-02 09:08:43 +00:00
plegall
0aed550119 plugin manager: replace the top left "Display Compact/Complete" select box by a
simpler link "show details" or "hide details" on top right.


git-svn-id: http://piwigo.org/svn/trunk@12029 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-01 14:01:52 +00:00
mistic100
effb4d9de0 'Deactivate all' link now visible if all plugins are active
git-svn-id: http://piwigo.org/svn/trunk@11227 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-04 09:34:59 +00:00
patdenice
35eb6b4af1 Rename plugins_list.tpl into plugins_installed.tpl.
Update obsolete_extensions.list for 2.3.


git-svn-id: http://piwigo.org/svn/trunk@11048 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-25 11:01:27 +00:00
patdenice
d8718a6d73 merge r11043 from branch 2.2 to trunk
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-05-25 10:54:59 +00:00
mistic100
489af703b1 plugin manager : delete ordering by name, fiw some styles
git-svn-id: http://piwigo.org/svn/trunk@11010 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-23 12:34:08 +00:00
mistic100
df6125d190 plugin manager : store display preferences into a session parameter
git-svn-id: http://piwigo.org/svn/trunk@10817 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-08 15:39:16 +00:00
patdenice
790f6b3bb6 Change tabsheet place for plugins, themes and languages.
Plugins, themes and languages use same update page.

git-svn-id: http://piwigo.org/svn/trunk@10594 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-23 12:48:05 +00:00
Renamed from admin/plugins_list.php (Browse further)