luigifab.fr

The Modules module for OpenMage

Contents (v4.6.0)

  1. Module presentation
    1. Description
    2. Access and configuration
    3. Reading latest version
    4. Compatible with OpenFileEditor
    5. Installation and uninstallation
  2. Module download

Don't forget that the present documentation is only about the latest version of the module.
Don't forget to read this page entirely.

🌟🌟🌟🌟🌟 by Emma,
on 01/04/2020
This module isn't premium, isn't ultimate, isn't pro, it doesn't contain a spyware or a nice ad, and it won't increase by 165% your ROI. It's just better than anything else you've seen anywhere else. It's a revolution!

Module presentation

Description

This module allows:

The notification is sent by email, monday morning, according to the configuration.

Access and configuration

Configuration available in System » Configuration » Tools » Installed modules.
Available in Tools » Installed modules.

Compatible with OpenFileEditor

When OpenFileEditor browser extension is installed, when a PHP error trace is displayed, file paths can be clicked, to open them in your preferred file editor.

Reading latest version

In the modules list, the showing of the latest available version works with an XML file via the update tag:

xml<!-- example with app/etc/modules/Luigifab_Modules.xml file -->
<config>
	<modules>
		<Luigifab_Modules>
			<active>true</active>
			<codePool>community</codePool>
			<update>https://www.luigifab.fr/openmage/rss.xml</update>
			<!-- or https://.../app/code/community/Luigifab/Modules/etc/config.xml -->
		</Luigifab_Modules>
	</modules>
</config>

<!-- preview of the xml file of the [update] tag -->
<modules>
	<luigifab_modules>
		<version>4.6.0</version>
		<url>https://www.luigifab.fr/openmage/modules</url>
		<date>2024-01-01</date>
	</luigifab_modules>
</modules>
<!-- or -->
<config>
	<modules>
		<Luigifab_Modules>
			<version>4.6.0</version>
		</Luigifab_Modules>
	</modules>
</config>

Installation and uninstallation

Nothing simpler with composer (or by decompressing the module archive).
To get the key, don't stop reading :) ...

For uninstallation, having uninstalled the module, all that remains is to erase the configuration:

sqlDELETE FROM core_config_data WHERE path LIKE "modules/%";
DELETE FROM core_config_data WHERE path LIKE "crontab/jobs/modules_%";

Module download

Installation with composer: composer require luigifab/openmage-modules

Download of the latest version: openmage-modules-4.6.0.tar.gz
See also: github - composer - geany - phpstorm

4.6.0
Tested with Firefox 36/114, Chrome 32/109, Edge 109, Opera 19/95 on OpenMage 21.3.0 with PHP 7.2 - 8.3 and MariaDB 10.11.

If you like this module, take some of your time to improve the translations.