Skip to content

Commit

Permalink
Version 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luigifab committed May 14, 2015
1 parent bff3eec commit 4bbc1e5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ For more information, go to https://www.luigifab.fr/magento/versioning (IPv6 is

This repository is a mirror. To install the module, please use the extension key available in the documentation. If you like, take some of your time to improve the translations, go to https://bit.ly/2HyCCEc.

Version 3.0.2 released on 09/05/2015.
Version 3.0.3 released on 14/05/2015.
6 changes: 3 additions & 3 deletions app/code/community/Luigifab/Versioning/Model/Upgrade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Created V/27/02/2015
* Updated V/03/04/2015
* Updated J/14/05/2015
* Version 51
*
* Copyright 2011-2015 | Fabrice Creuzot (luigifab) <code~luigifab~info>
Expand Down Expand Up @@ -52,7 +52,7 @@ public function disableAllBuffer() {


// #### Gestion de la mise à jour ####################################### i18n ## public ### //
// = révision : 86
// = révision : 87
// » Log toutes les informations de la mise à jour
// » Déroule le processus de mise à jour
public function process($targetRevision, $useFlag) {
Expand Down Expand Up @@ -118,7 +118,7 @@ public function process($targetRevision, $useFlag) {

$H['duration'] = ceil(microtime(true) - $H['duration']);
$H['duration'] = ($H['duration'] < 1000) ? $H['duration'] : 1;
$H['status'] = 'Upgrade completed'."\n".trim(file_get_contents($log));
$H['status'] = (is_file($log) && is_readable($log)) ? 'Upgrade completed'."\n".trim(file_get_contents($log)) : 'Upgrade completed';

$result = array(
'url' => '*/versioning_repository/index',
Expand Down
15 changes: 6 additions & 9 deletions app/code/community/Luigifab/Versioning/etc/config.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Created S/03/12/2011
* Updated D/03/05/2015
* Version 27
* Updated J/14/05/2015
* Version 28
*
* Copyright 2011-2015 | Fabrice Creuzot (luigifab) <code~luigifab~info>
* https://redmine.luigifab.info/projects/magento/wiki/versioning
Expand All @@ -21,7 +21,7 @@
<config>
<modules>
<Luigifab_Versioning>
<version>3.0.2</version>
<version>3.0.3</version>
</Luigifab_Versioning>
</modules>
<global>
Expand Down Expand Up @@ -62,26 +62,23 @@
</versioning>
</observers>
</admin_system_config_changed_section_versioning>
<!-- ADD FIELDS EVENT EXAMPLE -->
<!--admin_versioning_add_fields>
<!--admin_versioning_add_fields> ADD FIELDS EVENT EXAMPLE
<observers>
<versioning_demo_addfields>
<class>versioning/demo</class>
<method>addFieldsEvent</method>
</versioning_demo_addfields>
</observers>
</admin_versioning_add_fields-->
<!-- BEFORE EVENT EXAMPLE -->
<!--admin_versioning_upgrade_before>
<!--admin_versioning_upgrade_before> BEFORE EVENT EXAMPLE
<observers>
<versioning_demo_before>
<class>versioning/demo</class>
<method>beforeUpgradeEvent</method>
</versioning_demo_before>
</observers>
</admin_versioning_upgrade_before-->
<!-- AFTER EVENT EXAMPLE -->
<!--admin_versioning_upgrade_after>
<!--admin_versioning_upgrade_after> AFTER EVENT EXAMPLE
<observers>
<versioning_demo_after>
<class>versioning/demo</class>
Expand Down
8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>Luigifab_Versioning</name>
<version>3.0.2</version>
<version>3.0.3</version>
<stability>stable</stability>
<license uri="http://www.opensource.org/licenses/GPL-2.0">GPL</license>
<channel>luigifab</channel>
Expand All @@ -11,9 +11,9 @@
<description>Synchronize your Magento installation with your version control system.</description>
<notes>Oh yeah!</notes>
<authors><author><name>Fabrice Creuzot</name><user>luigifab</user><email>code@luigifab.info</email></author></authors>
<date>2015-05-09</date>
<time>12:11:41</time>
<contents><target name="magecommunity"><dir name="Luigifab"><dir name="Versioning"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><file name="Heading.php" hash="a8da970abc3c5c14ee70a05bbacb2517"/><file name="Help.php" hash="74ed447cf4cbc64bbcbe0c3b77488989"/></dir><dir name="History"><file name="Grid.php" hash="abcc287eac8086838fd106369f6cc982"/></dir><file name="History.php" hash="a5098b339b39bf8694653bafc0788a6c"/><dir name="Repository"><file name="Grid.php" hash="8da1b3d6a6179deb058d123690322e9a"/></dir><file name="Repository.php" hash="f0e55fc75b3608f4b6f2af026e2c4513"/><file name="Status.php" hash="eafd274016b50a4e4a4058638b95123f"/></dir></dir><dir name="Helper"><file name="Data.php" hash="4d470f53cbf7ce9e53f8be5b64f181ca"/></dir><dir name="Model"><file name="Demo.php" hash="ee6be4071cd5ab0f38d09c73b903be52"/><file name="History.php" hash="42372e9a3f6e8eecbd6d5e1f12436559"/><file name="Observer.php" hash="2bae0af15e851581fbf2f93807388576"/><dir name="Scm"><file name="Git.php" hash="82c16ced8718c26d071738be8257da46"/></dir><dir name="Source"><file name="Number.php" hash="62a8b2485cc3f365e73d9e4408a94c55"/><file name="Type.php" hash="a553671fa6a11865ea62411419ec7702"/></dir><file name="Upgrade.php" hash="fde05e08ff8cffc5ecb6a92dfee85879"/></dir><dir name="controllers"><dir name="Versioning"><file name="RepositoryController.php" hash="9cdc832e4bbf07977976a27539b1e765"/></dir></dir><file name="copyright" hash="04ffea317d8dc36731be55df7037d041"/><dir name="etc"><file name="adminhtml.xml" hash="b4e8eae23253547f45f557ee15959bdb"/><file name="config.xml" hash="5924741640b18efcae0ce215cecce4b1"/><file name="system.xml" hash="fbfce8843fcbc2219254aeeb0544de2a"/></dir><file name="license" hash="09c79391f5ec909e9bd0ad62c151b6d5"/><file name="readme" hash="bcda938bdd3e3cf444681d4862cea19b"/></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="luigifab"><file name="versioning.xml" hash="130c47ac39179dfca4851493f48e6392"/></dir></dir><dir name="template"><dir name="luigifab"><dir name="versioning"><file name="confirm.phtml" hash="d2514905efbc2f80c9c772a4dc8c0326"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="luigifab"><dir name="versioning"><file name="bzr.png" hash="21ad649857791fdb29bc195cea17862a"/><file name="darcs.png" hash="9bc3107a5648f318fde8a13230206c37"/><file name="git.png" hash="59f1ea6a722b1d6389de81cdca40b2ab"/><file name="hg.png" hash="4166da56378e51b3f100fbe15b4f3af2"/><file name="info.svg" hash="c09f8ff0f2e7d82c9add9da62f77f0c2"/><file name="mars-sunset.jpg" hash="bbc16598c54e35d810535233368e0a7c"/><file name="svn.png" hash="9cd58e8afade30c1c2e85a3ac66c05f9"/></dir></dir></dir><dir name="css"><dir name="luigifab"><dir name="versioning"><file name="styles.css" hash="a24ea0d4208103ba64bd908f72f93219"/><file name="styles.min.css" hash="658d9da072b2f468fd56274b6d8b439d"/></dir></dir></dir><dir name="js"><dir name="luigifab"><dir name="versioning"><file name="app.js" hash="6b04f9b0881bd0cc9cc31c71f623be96"/><file name="app.min.js" hash="13505b6a4edb981f1b49f3de5d50875d"/><file name="innersvg.min.js" hash="943667b7875a86dbef0620c10ea079d1"/><file name="raphael.min.js" hash="597ebddec8c6b0485b64083e11c19090"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Luigifab_Versioning.xml" hash="279f5f8a9e49d7b2a276565fec0a4cae"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Luigifab_Versioning.csv" hash="b5243d2bda7cc8907e1bb2adec925353"/></dir><dir name="fr_CA"><file name="Luigifab_Versioning.csv" hash="b5243d2bda7cc8907e1bb2adec925353"/></dir></target><target name="mageweb"><dir name="errors"><file name="404.php" hash="b5ccbb63938c35dc4ab072d09108e740"/><file name="503.php" hash="99c19835d4d26cc7ccef093011f398c6"/><dir name="config"><file name="en.readme.txt" hash="9557bb9c6b4a941d92aaef6d2aa07f16"/><file name="fr.lisezmoi.txt" hash="4ff543b8148df24e004d2be830bb7453"/></dir><dir name="locale"><file name="en_US.csv" hash="5d1aa00abd1056e6f2de02fb86406f26"/><file name="fr_FR.csv" hash="fbf58f88474c88160014533a0bd96daf"/></dir><file name="page.phtml" hash="451337a2e5d6c809738afd09eef58e5e"/><file name="processor.php" hash="63770e49592db0f763a5a29b4cc663ad"/><file name="report.php" hash="26baf56364c08c80bbea030c87b6c92f"/><file name="upgrade.php" hash="163d5840b579513b96413f20d5ce6bfb"/></dir></target></contents>
<date>2015-05-14</date>
<time>17:09:34</time>
<contents><target name="magecommunity"><dir name="Luigifab"><dir name="Versioning"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><file name="Heading.php" hash="a8da970abc3c5c14ee70a05bbacb2517"/><file name="Help.php" hash="74ed447cf4cbc64bbcbe0c3b77488989"/></dir><dir name="History"><file name="Grid.php" hash="abcc287eac8086838fd106369f6cc982"/></dir><file name="History.php" hash="a5098b339b39bf8694653bafc0788a6c"/><dir name="Repository"><file name="Grid.php" hash="8da1b3d6a6179deb058d123690322e9a"/></dir><file name="Repository.php" hash="f0e55fc75b3608f4b6f2af026e2c4513"/><file name="Status.php" hash="eafd274016b50a4e4a4058638b95123f"/></dir></dir><dir name="Helper"><file name="Data.php" hash="4d470f53cbf7ce9e53f8be5b64f181ca"/></dir><dir name="Model"><file name="Demo.php" hash="ee6be4071cd5ab0f38d09c73b903be52"/><file name="History.php" hash="42372e9a3f6e8eecbd6d5e1f12436559"/><file name="Observer.php" hash="2bae0af15e851581fbf2f93807388576"/><dir name="Scm"><file name="Git.php" hash="82c16ced8718c26d071738be8257da46"/></dir><dir name="Source"><file name="Number.php" hash="62a8b2485cc3f365e73d9e4408a94c55"/><file name="Type.php" hash="a553671fa6a11865ea62411419ec7702"/></dir><file name="Upgrade.php" hash="081e98aea1f30a1e5221d50fc86e2706"/></dir><dir name="controllers"><dir name="Versioning"><file name="RepositoryController.php" hash="9cdc832e4bbf07977976a27539b1e765"/></dir></dir><file name="copyright" hash="04ffea317d8dc36731be55df7037d041"/><dir name="etc"><file name="adminhtml.xml" hash="b4e8eae23253547f45f557ee15959bdb"/><file name="config.xml" hash="c716bad8d30f151d409abff4bb7574e5"/><file name="system.xml" hash="fbfce8843fcbc2219254aeeb0544de2a"/></dir><file name="license" hash="09c79391f5ec909e9bd0ad62c151b6d5"/><file name="readme" hash="bcda938bdd3e3cf444681d4862cea19b"/></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="luigifab"><file name="versioning.xml" hash="130c47ac39179dfca4851493f48e6392"/></dir></dir><dir name="template"><dir name="luigifab"><dir name="versioning"><file name="confirm.phtml" hash="d2514905efbc2f80c9c772a4dc8c0326"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="luigifab"><dir name="versioning"><file name="bzr.png" hash="21ad649857791fdb29bc195cea17862a"/><file name="darcs.png" hash="9bc3107a5648f318fde8a13230206c37"/><file name="git.png" hash="59f1ea6a722b1d6389de81cdca40b2ab"/><file name="hg.png" hash="4166da56378e51b3f100fbe15b4f3af2"/><file name="info.svg" hash="c09f8ff0f2e7d82c9add9da62f77f0c2"/><file name="mars-sunset.jpg" hash="bbc16598c54e35d810535233368e0a7c"/><file name="svn.png" hash="9cd58e8afade30c1c2e85a3ac66c05f9"/></dir></dir></dir><dir name="css"><dir name="luigifab"><dir name="versioning"><file name="styles.css" hash="852f87ecb7e9e2a26e3470baca34a255"/><file name="styles.min.css" hash="5d2703f5d71bab088c981e4007f3179b"/></dir></dir></dir><dir name="js"><dir name="luigifab"><dir name="versioning"><file name="app.js" hash="6b04f9b0881bd0cc9cc31c71f623be96"/><file name="app.min.js" hash="13505b6a4edb981f1b49f3de5d50875d"/><file name="innersvg.min.js" hash="943667b7875a86dbef0620c10ea079d1"/><file name="raphael.min.js" hash="597ebddec8c6b0485b64083e11c19090"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Luigifab_Versioning.xml" hash="279f5f8a9e49d7b2a276565fec0a4cae"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Luigifab_Versioning.csv" hash="b5243d2bda7cc8907e1bb2adec925353"/></dir><dir name="fr_CA"><file name="Luigifab_Versioning.csv" hash="b5243d2bda7cc8907e1bb2adec925353"/></dir></target><target name="mageweb"><dir name="errors"><file name="404.php" hash="b5ccbb63938c35dc4ab072d09108e740"/><file name="503.php" hash="99c19835d4d26cc7ccef093011f398c6"/><dir name="config"><file name="en.readme.txt" hash="9557bb9c6b4a941d92aaef6d2aa07f16"/><file name="fr.lisezmoi.txt" hash="4ff543b8148df24e004d2be830bb7453"/></dir><dir name="locale"><file name="en_US.csv" hash="5d1aa00abd1056e6f2de02fb86406f26"/><file name="fr_FR.csv" hash="fbf58f88474c88160014533a0bd96daf"/></dir><file name="page.phtml" hash="451337a2e5d6c809738afd09eef58e5e"/><file name="processor.php" hash="63770e49592db0f763a5a29b4cc663ad"/><file name="report.php" hash="26baf56364c08c80bbea030c87b6c92f"/><file name="upgrade.php" hash="163d5840b579513b96413f20d5ce6bfb"/></dir></target></contents>
<compatible/>
<dependencies><required><php><min>5.2.0</min><max>6.9.9</max></php></required></dependencies>
</package>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright 2011-2015 | Fabrice Creuzot (luigifab) <code~luigifab~info>
* Created J/22/12/2011, updated D/05/04/2015, version 53
* Created J/22/12/2011, updated J/14/05/2015, version 54
* https://redmine.luigifab.info/projects/magento/wiki/versioning
*
* This program is free software, you can redistribute it or modify
Expand Down Expand Up @@ -68,7 +68,7 @@ body.adminhtml-versioning-repository-history pre span, body.adminhtml-versioning
body.adminhtml-versioning-repository-history pre { height:20em; margin-bottom:2em; overflow:auto; }

body.adminhtml-versioning-repository-history table.data tr.headings th.no-link { padding:3px 4px; text-align:center; }
body.adminhtml-versioning-repository-history table.data tr.current { font-weight:bold; background-color:#DEDEDE; }
body.adminhtml-versioning-repository-history table.data tr.current { background-color:#DEDEDE; }
body.adminhtml-versioning-repository-history table.data tr.current td a { display:none; }

body.adminhtml-versioning-repository-history table.data tr td.a-status span {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4bbc1e5

Please sign in to comment.