Skip to content

Commit

Permalink
CL update
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWCS committed Apr 1, 2024
1 parent 55631ae commit 36fc363
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Extension for phpBB - Extends the Extension Manager with the ability to disable

### Requirements
* phpBB 3.3.0 - 3.3.x (optimal: 3.3.8+)
* PHP 7.1.0 - 8.3.x
* PHP 7.1.3 - 8.3.x
4 changes: 2 additions & 2 deletions ext-mgr-plus_changelog_de.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### 2.0.0
(2023-12-19) / CDB: --)
(2023-12-19) / CDB: 2024-04-01)

* Die Unterstützung für phpBB 3.2 wurde aufgegeben und sämtliche Sonderanpassungen wurden entfernt. Minimum ist jetzt phpBB 3.3.0, optimal ist 3.3.8+.
* Freigegeben für PHP 8.3.
Expand Down Expand Up @@ -28,7 +28,7 @@
* Zusätzlich informiert eine blaue Info-Box mit Hinweis über den Vorgang. [Vorschlag von chris1278 (phpBB.de)]
* Bei Reihenfolge&Ignorieren kann jetzt in der Spalte "Reihenfolge" eine Erweiterung mit einer Gruppe (eine oder mehrere Erweiterungen) verknüpft werden. Ist zum Beispiel eine solche Verknüpfung definiert und eine deaktivierte Erweiterung "B" wird zum Aktivieren ausgewählt, dann wird auch automatisch deren benötigte Erweiterung "A" mit ausgewählt.
* Bei aktivierter Option "Letzten Zustand merken" wird die Auswahl der Kontrollkästchen bei aktivierter Rückfrage nur noch dann gespeichert, wenn die Rückfrage mit "Ja" bestätigt wird. Bei "Nein" wird die zuletzt gespeicherte Auswahl wiederhergestellt.
* Diese Erweiterung ist jetzt kompatibel mit Toggle Control. Somit können Administratoren zentral an einer Stelle entscheiden, ob für Ja/Nein Schalter Radio Buttons, Checkboxen oder Toggles verwendet werden sollen.
* Diese Erweiterung ist jetzt kompatibel mit [Toggle Control](https://github.com/LukeWCS/toggle-control). Somit können Administratoren zentral an einer Stelle entscheiden, ob für Ja/Nein Schalter Radio Buttons, Checkboxen oder Toggles verwendet werden sollen.
* Ist Eigendeaktivierung aktiv und es wird beim Deaktivieren der Exts auch EMP mit ausgewählt, dann wird der Workaround bezüglich Cache-löschen nur noch dann ausgeführt, wenn phpBB <3.3.8 vorhanden ist. Dadurch gibt es keine Verzögerung mehr bei den nächsten beiden Seitenaufrufen, sondern nur noch einmal. Siehe auch "Mein Workaround" bei 1.0.7.
* Da der Schalter "Immer auf instabile Entwicklungs-Versionen prüfen:" in den Einstellungen nicht zu EMP gehört, wird dieser beim Zurücksetzen auf EMP Standard-Einstellungen nicht mehr berücksichtigt.
* Beim roten Ausrufezeichen-Icon (bei veralteten Versionen) ist jetzt ebenfalls ein Tooltip vorhanden.
Expand Down
8 changes: 4 additions & 4 deletions ext-mgr-plus_changelog_en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### 2.0.0
(2023-12-19) / CDB: --)
(2023-12-19) / CDB: 2024-04-01)

* Support for phpBB 3.2 has been dropped and all special customizations have been removed. Minimum is now phpBB 3.3.0, optimal is 3.3.8+.
* Released for PHP 8.3.
Expand All @@ -16,10 +16,10 @@
* Fix: The problem with resending the form data in Firefox (see next point) had revealed an error in EMP that could occur when extensions were activated without reloading the ExtMgr page first. If an extension became invalid between two switching processes, i.e. the metadata of the extension could no longer be read, then this led to a FATAL that was not caught. [Reported from Kirk (phpBB.de)]
* Firefox Workaround: If extensions were activated when the query was deactivated and automatic confirmation was activated and the ExtMgr page was then manually reloaded (e.g. with F5), this resulted in Firefox incorrectly prompting a query to resend the form data. If this query was confirmed positively, EMP carried out the last action again, which could lead to errors depending on the situation. A new function now rotates the GET parameters of the URL during automatic redirection, which in Firefox means that unnecessary queries regarding form data are no longer triggered. Other tested browsers are not affected by the problem. [Reported from Kirk (phpBB.de)]
* In the info table, the number of invalid extensions is also displayed in brackets after the number of available extensions.
* If the version check of an extension could not be carried out successfully, this information is also saved and evaluated. This works for both the global VP (Recheck all versions) and the local VP (Details).
* If the version check of an extension could not be carried out successfully, this information is also saved and evaluated. This works for both the global VC (Recheck all versions) and the local VC (Details).
* In the info table, the number of errors is displayed after the date of the last version check.
* For extensions that had errors in the version check, an orange warning icon with a tooltip is displayed behind the version.
* Since phpBB does not explicitly inform you by default if an extension does not offer a version check, EMP now also fills this gap. This means that all possible states (VP successful/VP faulty/no VP set up) can now be signaled accordingly.
* Since phpBB does not explicitly inform you by default if an extension does not offer a version check, EMP now also fills this gap. This means that all possible states (VC successful/VC faulty/no VC set up) can now be signaled accordingly.
* The info table above the extensions list expanded to 4 columns. What is new is the number of extensions with version checks set up.
* For extensions for which no version check is set up, an icon (broken chain) with a tooltip is displayed behind the version.
* Other version checking changes:
Expand All @@ -28,7 +28,7 @@
* Additionally, a blue information box provides information about the process. [Suggestion from chris1278 (phpBB.de)]
* In Order&Ignore, an extension can now be linked to a group (one or more extensions) in the "Order" column. For example, if such a link is defined and a deactivated extension "B" is selected for activation, then its required extension "A" is also automatically selected.
* If the "Remember last status" option is activated, the selection of check boxes will only be saved if the query is activated if the query is confirmed with "Yes". If "No", the last saved selection is restored.
* This extension is now compatible with Toggle Control. This means administrators can decide centrally in one place whether radio buttons, checkboxes or toggles should be used for yes/no switches.
* This extension is now compatible with [Toggle Control](https://github.com/LukeWCS/toggle-control). This means administrators can decide centrally in one place whether radio buttons, checkboxes or toggles should be used for yes/no switches.
* If self-deactivation is active and EMP is also selected when deactivating the exts, then the workaround regarding clearing the cache will only be carried out if phpBB <3.3.8 is available. This means there will no longer be a delay for the next two page views, only once. See also "My Workaround" at 1.0.7.
* Since the "Always check for unstable development versions:" switch in the settings is not part of EMP, it is no longer taken into account when resetting to EMP standard settings.
* There is now also a tooltip for the red exclamation mark icon (in outdated versions).
Expand Down

0 comments on commit 36fc363

Please sign in to comment.