A simple plugin to setup a staging environment in drupal. Needed for pluging that displays things only in production stage. git.drupal.org:sandbox/alpixel/1451876.git

Comments

maxtorete’s picture

Status: Needs review » Needs work

Hi gouaille,

Check "Applying for permission to create full projects" page and read how to make a successful aprobation process. Follow those guidelines and your project will get reviewed soon.

Greets!

mschudders’s picture

  • Please add create an branch according to the drupal version ?
  • Please add some more info about your project , link ? what does it do ? ...
  • Please add a README file
  • Remove versioning info from info file
  • Please check .info file : ==> ./staging_env.info: ASCII English text, with CRLF line terminators

Some minor coding styles that need to be fixed :

FILE: ...areview/sites/all/modules/pareview_temp/test_candidate/staging_env.info
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
6 | ERROR | Files must end in a single new line character
--------------------------------------------------------------------------------

FILE: ...view/sites/all/modules/pareview_temp/test_candidate/staging_env.install
--------------------------------------------------------------------------------
FOUND 7 ERROR(S) AFFECTING 4 LINE(S)
--------------------------------------------------------------------------------
2 | ERROR | Missing file doc comment
2 | ERROR | Whitespace found at end of line
3 | ERROR | Missing function doc comment
3 | ERROR | Whitespace found at end of line
4 | ERROR | Line indented incorrectly; expected 2 spaces, found 4
4 | ERROR | Whitespace found at end of line
5 | ERROR | Files must end in a single new line character
--------------------------------------------------------------------------------

FILE: ...eview/sites/all/modules/pareview_temp/test_candidate/staging_env.module
--------------------------------------------------------------------------------
FOUND 5 ERROR(S) AND 2 WARNING(S) AFFECTING 5 LINE(S)
--------------------------------------------------------------------------------
2 | ERROR | Missing file doc comment
2 | ERROR | Missing function doc comment
3 | ERROR | Opening brace should be on the same line as the declaration
4 | ERROR | Line indented incorrectly; expected 2 spaces, found 4
5 | ERROR | Line indented incorrectly; expected 4 spaces, found 8
10 | WARNING | Avoid backslash escaping in translatable strings when possible,
| | use "" quotes instead
10 | WARNING | A comma should follow the last multiline array item. Found: )
--------------------------------------------------------------------------------

review : http://ventral.org/pareview/httpgitdrupalorgsandboxalpixel1451876git

klausi’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application.