Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Feature install doc #81

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

[WIP] Feature install doc #81

wants to merge 2 commits into from

Conversation

Plopix
Copy link
Contributor

@Plopix Plopix commented Feb 10, 2017

10minutes Install process

@ezrobot
Copy link

ezrobot commented Feb 10, 2017

This Pull Request does not respect PSR-2 Coding Standards, please, see the suggested diff below:

Loaded config from "/jenkins/jenkins.std/jobs/LegacyBridge-Pull-Request-checker/workspace/.php_cs"
FFFFFFFFFFFFFFFFFFF...
Legend: ?-unknown, I-invalid file syntax, file ignored, .-no changes, F-fixed, E-error
   1) settings_template/siteaccess/administration/toolbar.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       url=/content/edit/54
      -*/ ?>
      +*/;
      +
      
      ---------- end diff ----------

   2) settings_template/siteaccess/administration/content.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       
      -*/ ?>
      +*/;
       
      
      ---------- end diff ----------

   3) settings_template/siteaccess/administration/override.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       Match[class_identifier]=image
      -*/ ?>
      +*/;
       
      
      ---------- end diff ----------

   4) settings_template/siteaccess/administration/site.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       
      -*/ ?>
      +*/;
       
      
      ---------- end diff ----------

   5) settings_template/override/layout.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       <?php /* #?ini charset="utf-8"?
       
       [mobile]
       PageLayout=mobile_pagelayout.tpl
       UseFullUrl=true
      -*/ ?>
      +*/;
      +
      
      ---------- end diff ----------

   6) settings_template/override/ezoe_attributes.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       AllowEmpty=true
      -*/ ?>
      +*/;
      +
      
      ---------- end diff ----------

   7) settings_template/override/viewcache.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       ClearCacheMethod[]=relating
      -*/ ?>
      +*/;
      +
      
      ---------- end diff ----------

   8) settings_template/override/ezmultiupload.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       
      -*/ ?>
      +*/;
       
      
      ---------- end diff ----------

   9) settings_template/override/menu.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       
      -*/ ?>
      +*/;
      +
      
      ---------- end diff ----------

  10) settings_template/override/ezoe.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       <?php /* #?ini charset="utf8"?
       
       [EditorSettings]
       SkinVariant=silver
      -*/ ?>
      +*/;
      +
      
      ---------- end diff ----------

  11) settings_template/override/image.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       Executable=convert
      -*/ ?>
      +*/;
      +
      
      ---------- end diff ----------

  12) settings_template/override/ezxml.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       <?php /* #?ini charset="utf-8"?
       
       [TagSettings]
       TagPresets[]
       TagPresets[mini]=Simple formatting
      -*/ ?>
      +*/;
      +
      
      ---------- end diff ----------

  13) settings_template/override/content.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       
      -*/ ?>
      +*/;
       
      
      ---------- end diff ----------

  14) settings_template/override/forum.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       <?php /* #?ini charset="utf8"?
       
       [ForumSettings]
       StickyUserGroupArray[]=12
      -*/ ?>
      +*/;
      +
      
      ---------- end diff ----------

  15) settings_template/override/site.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       
      -*/ ?>
      +*/;
       
      
      ---------- end diff ----------

  16) settings_template/override/contentstructuremenu.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       
      -*/ ?>
      +*/;
       
      
      ---------- end diff ----------

  17) settings_template/override/i18n.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       <?php /* #?ini charset="utf-8"?
       
       [CharacterSettings]
       Charset=utf-8
      -*/ ?>
      +*/;
      +
      
      ---------- end diff ----------

  18) settings_template/override/browse.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       
      - */ ?>
      + */;
       
      
      ---------- end diff ----------

  19) settings_template/override/ezjscore.ini.append.php (php_closing_tag, eof_ending)
      ---------- begin diff ----------
      --- Original
      +++ New
      @@ @@
       <?php /* #?ini charset="utf8"?
       
       [eZJSCore]
       PreferredLibrary=jquery
       
      -*/ ?>
      +*/;
       
      
      ---------- end diff ----------

Fixed all files in 3.530 seconds, 7.000 MB memory used

@andrerom andrerom requested review from emodric and removed request for emodric October 3, 2017 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants