[magnolia-dev] [JIRA] (DOCU-752) Update personalization docs

2016-07-28 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-752 
 
 
 
  Update personalization docs  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 P13n is reaching for the next level - mainly introducing component personalization.This may affect most of the  exiting  existing  p13n pages. MGNLPN version The new features will be released as [personalization  1.3 |https://goo.gl/Z75MPJ] - which  will be released before Magnolia 5.5. It will be part of a Magnolia 5.4.x maintenance release.  Change the following content:- https://documentation.magnolia-cms.com/display/DOCS/Personalization-- explain personalized components-- say that you should not (or cannot) use variations of components on a page variant-- etc.- https://documentation.magnolia-cms.com/display/DOCS/Personalization+module-- a new module was added {{magnolia-personalization-components}}To be defined with PM team ([~ahietala]) what else we want / should explain more, 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (NPMCLI-44) jumpstart command should not create the "sampleModule" per default.

2016-07-28 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia CLI npm module  /  NPMCLI-44 
 
 
 
  jumpstart command should not create the "sampleModule" per default.  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 28/Jul/16 1:31 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 
The jumpstart creates a light module named sampleModule per default. 
I would find it "better" if a light module is only created by this command, if the -i, --install-sample-module  option is provided. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
 

[magnolia-dev] [JIRA] (NPMCLI-43) 'magnolia.resources.dir' must use proper slash - no backslash

2016-07-28 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia CLI npm module  /  NPMCLI-43 
 
 
 
  'magnolia.resources.dir' must use proper slash - no backslash  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 Magnolia install broken on Windows 'magnolia.resources.dir' must use proper slash - no backslash 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (NPMCLI-43) 'magnolia.resources.dir' must use proper slash - no backslash

2016-07-28 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia CLI npm module  /  NPMCLI-43 
 
 
 
  'magnolia.resources.dir' must use proper slash - no backslash  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 The origin of the problem is that npm-cli writes a proper windows path with backslash for the {{magnolia.resources.dir}} property. That's why _java.nio.file.InvalidPathException_ is thrown.So, we should replace the backslash with slash - then it starts up properly.I'm not sure whether we should core in a way that the backslash is accepted. To reproduce: Run "mgnl jumpstart" on Windows 7 with JRE 8 installed.Then start magnolia.Result: Errors in log, Magnolia cannot be run in browser.See attached file for full log.A snippet.{code}INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.2016-07-26 13:16:21,063 ERROR info.magnolia.init.MagnoliaServletContextListener : Oops, Magnolia could not be startedjava.nio.file.InvalidPathException: Illegal char <  > at index 32: C:UsersmagnoliaDocumentsmagnolia opher   estcli2light-modulesat sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)at java.nio.file.Paths.get(Paths.java:84)at info.magnolia.module.model.reader.LightModuleDefinitionReader.collectLightModuleDescriptorFiles(LightModuleDefinitionReader.java:185)at info.magnolia.module.model.reader.LightModuleDefinitionReader.readAll(LightModuleDefinitionReader.java:110)at info.magnolia.module.ModuleManagerImpl.loadDefinitions(ModuleManagerImpl.java:174)at info.magnolia.init.MagnoliaServletContextListener.contextInitialized(MagnoliaServletContextListener.java:157)at info.magnolia.init.MagnoliaServletContextListener.contextInitialized(MagnoliaServletContextListener.java:127)at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5003)at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5517)at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1263)at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1948)at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)at java.util.concurrent.FutureTask.run(FutureTask.java:266)at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)at java.lang.Thread.run(Thread.java:745)

[magnolia-dev] [JIRA] (DOCU-759) Update Site definition page

2016-08-05 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-759 
 
 
 
  Update Site definition page  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Assignee:
 
 Julie Legendre Christoph Meier 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (NPMCLI-44) jumpstart command should not create the "sampleModule" per default.

2016-08-08 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia CLI npm module  /  NPMCLI-44 
 
 
 
  jumpstart command should not create the "sampleModule" per default.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Assignee:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-768) Review and polish Rabbitmq module page

2016-08-09 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-768 
 
 
 
  Review and polish Rabbitmq module page  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Sprint:
 
 Docu Sprint 11 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-753) Update personalization module page

2016-08-09 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-753 
 
 
 
  Update personalization module page  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Fix Version/s:
 
 5.4.9 
 
 
 

Fix Version/s:
 
 5.4.x 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-779) Create component personalization page

2016-08-09 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-779 
 
 
 
  Create component personalization page  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Fix Version/s:
 
 5.4.9 
 
 
 

Fix Version/s:
 
 5.4.x 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-765) Disabling and restricting component personalization

2016-08-09 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-765 
 
 
 
  Disabling and restricting component personalization  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Fix Version/s:
 
 5.4.9 
 
 
 

Fix Version/s:
 
 5.4.x 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-646) Update creating custom traits tutorial

2016-08-09 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-646 
 
 
 
  Update creating custom traits tutorial  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Fix Version/s:
 
 5.4.9 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-752) Update personalization docs

2016-08-09 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-752 
 
 
 
  Update personalization docs  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Fix Version/s:
 
 5.4.9 
 
 
 

Fix Version/s:
 
 5.4.x 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-754) Update the personalization main page

2016-08-09 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-754 
 
 
 
  Update the personalization main page  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Fix Version/s:
 
 5.4.9 
 
 
 

Fix Version/s:
 
 5.4.x 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (NPMCLI-12) Complete README.md and commands doc

2016-08-09 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia CLI npm module  /  NPMCLI-12 
 
 
 
  Complete README.md and commands doc  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Documentation update required:
 
 Yes 
 
 
 

Account:
 
 null (null) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-778) Possibly document the Extend Content Translation Support modules

2016-08-10 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-778 
 
 
 
  Possibly document the Extend Content Translation Support modules   
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Sprint:
 
 Docu Sprint  11  12 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-768) Review and polish Rabbitmq module page

2016-08-10 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-768 
 
 
 
  Review and polish Rabbitmq module page  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Sprint:
 
 Docu Sprint  11  12 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-752) Update personalization docs

2016-08-10 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-752 
 
 
 
  Update personalization docs  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Sprint:
 
 Docu Sprint  11  12 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-772) Frontend developer 'Landing page'

2016-08-10 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-772 
 
 
 
  Frontend developer 'Landing page'  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Sprint:
 
 Docu Sprint  11  12 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-774) Evaluate solutions for a distinct docs section for front-end developers

2016-08-10 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-774 
 
 
 
  Evaluate solutions for a distinct docs section for front-end developers  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Sprint:
 
 Docu Sprint  11  12 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-741) Update multisite docs

2016-08-10 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-741 
 
 
 
  Update multisite docs  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Sprint:
 
 Docu Sprint  11  12 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-646) Update creating custom traits tutorial

2016-08-11 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-646 
 
 
 
  Update creating custom traits tutorial  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 Update Creating custom traits tutorial - https://documentation.magnolia-cms.com/display/DOCS/Creating+custom+traits(!) Explain in more detail how to implement the {{converterClass}} - according to [~jschulte] this point is missing on the current tutorial! The page must show / describe what we provide with the module {{documentation-trait-tutorial}}. Screenshots are taken from content which is bootstrapped by the _documentation-trait-tutorial_ module.Think about whether we should this time create variations of components instead of pages. ([~cmeier] votes for components, but we may also ask P.D. about this.) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (NPMCLI-12) Polish and streamline commands doc and README.md

2016-08-11 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia CLI npm module  /  NPMCLI-12 
 
 
 
  Polish and streamline commands doc and README.md  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 Complete README.md Polish  and  streamline  commands doc  and README.md 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (NPMCLI-12) Polish and streamline commands doc and README.md

2016-08-11 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia CLI npm module  /  NPMCLI-12 
 
 
 
  Polish and streamline commands doc and README.md  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 All command help texts and the {{README.md}} needs a polishing."At the end" these texts should also use the same wording as the docs page https://documentation.magnolia-cms.com/display/DOCS/Magnolia+npm-cli (or vice versa).One of the worst case is the help text of the {{build}} command which is using the term "Magnolia light module" (imho) completely wrong.In the _build_-command-context it means an _npm-package_ with the Keyword {{magnolia-light-module}}.We really should use the term "Magnolia light module" with care consistent!(!)This said, it is probably even not so good to use  "Magnolia light module" as a keyword in the package.json A follow up to NPMCLI-10.README.md needs to be expanded with examples. Also review commands help output. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (NPMCLI-12) Polish and streamline commands doc and README.md

2016-08-11 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia CLI npm module  /  NPMCLI-12 
 
 
 
  Polish and streamline commands doc and README.md  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 All command help texts and the {{README.md}} needs a polishing."At the end" these texts should also use the same wording as the docs page https://documentation.magnolia-cms.com/display/DOCS/Magnolia+npm-cli (or vice versa).One of the worst case is the help text of the {{build}} command which is using the term "Magnolia light module" (imho) completely wrong.In the _build_-command-context it means an _npm-package_ with the Keyword {{magnolia-light-module}}.We really should use the term "Magnolia light module" with care consistent!(!)This said, it is probably even not so good to use  "Magnolia light module" as a keyword in the package.json     A follow up to NPMCLI-10.README.md needs to be expanded with examples. Also review commands help output. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (NPMCLI-45) mgnl-cli.json config.outputPath and magnolia.resources.dir should be the same and correspond

2016-08-11 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia CLI npm module  /  NPMCLI-45 
 
 
 
  mgnl-cli.json config.outputPath and magnolia.resources.dir should be the same and correspond  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 11/Aug/16 5:56 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 
When running the jumpstart, during execution the commands writes into magnolia.properties file(s), which is nice. 
When running the jumpstart command without the -p option, a light-modules folder is created in the current directory. All fine. 
When running the jumpstart command with, lets say the  -p /Users/jdoe/dev/lightmodules magnolia.properties will contain this property: magnolia.resources.dir=/Users/jdoe/dev/lightmodules - which is fine too. 
But running the mgnl build command copies the npm packages (with the keyword "magnolia-light-module") into the folder which is defined in mgnl-cli.json:config.outputPath. And if outputPath and magnolia.resources.dir are not identical, something is fishy  
The observed directory - de facto defined in magnolia.properties and the outputPath should be the same! It should not be possible to end up in a situation where these to "variables" differ.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
   

[magnolia-dev] [JIRA] (DOCU-787) Now development tutorials

2016-08-16 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  Now development tutorials  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Story 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 16/Aug/16 2:28 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Christoph Meier 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
foobar 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 

[magnolia-dev] [JIRA] (DOCU-787) Now development tutorials

2016-08-16 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  Now development tutorials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 foobar We must provide a (series of) tutorials easy to understand explaining "How to develop with Magnolia Now"This story should contain all the sub tasks concerning this. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-787) Now development tutorials

2016-08-16 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  Now development tutorials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 We must provide a (series of) tutorials easy to understand explaining "How to develop with Magnolia Now"This story should contain all the sub tasks concerning this. Possible structure:{color:#205081}Developing with Magnolia Now├── 1-Develep an update for the site├── 2 - Install and test an update├── 3 - "Go live" with an update└── 4 - Recover - How to revert{color}... 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-787) Now development tutorials

2016-08-16 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  Now development tutorials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Assignee:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-787) Now development tutorials

2016-08-16 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  Now development tutorials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 We must provide a (series of) tutorials easy to understand explaining "How to develop with Magnolia Now"This story should contain all the sub tasks concerning this.Possible structure:{color:#205081}Developing with Magnolia Now├──  1- Develep an update for the site├──  2 -  Install and test an update├──  3 -  "Go live" with an update└──  4 -  Recover - How to revert{color}... This series should explain the "full circle" development all included.  However - the single topics / pages also should be usable / helpful if the user is just interested in only one "topic".   
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-787) Now development tutorials

2016-08-16 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  Now development tutorials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 We must provide a (series of) tutorials easy to understand explaining "How to develop with Magnolia Now"This story should contain all the sub tasks concerning this.Possible structure:{color:#205081}Developing with Magnolia Now  (DOCU-788) ├── Develep an update for the site├── Install and test an update├── "Go live" with an update└── Recover - How to revert{color}...This series should explain the "full circle" development all included.However - the single topics / pages also should be usable / helpful if the user is just interested in only one "topic". 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-788) Overview of 'Developing with Magnolia Now'

2016-08-16 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-788 
 
 
 
  Overview of 'Developing with Magnolia Now'  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 16/Aug/16 3:31 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Christoph Meier 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
Create an Overview page of Developing with Magnolia Now. 
 

Explain some basic principles
 

What's possible
 

What's not possible
 

Show the Magnolia Now Development circle / principle
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
   

[magnolia-dev] [JIRA] (DOCU-790) Tutorial 'Develep an update for the site'

2016-08-16 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-790 
 
 
 
  Tutorial 'Develep an update for the site'  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 16/Aug/16 3:59 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Christoph Meier 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
PM story: Development: I install an update to get it tested by stakeholders 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1

[magnolia-dev] [JIRA] (DOCU-789) Tutorial 'Develep an update for the site'

2016-08-16 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-789 
 
 
 
  Tutorial 'Develep an update for the site'  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 Story from PM: [Development: I develop and test an update for my site|https://wiki.magnolia-cms.com/display/MOD/Development%3A+I+develop+and+test+an+update+for+my+site] 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-789) Tutorial 'Develep an update for the site'

2016-08-16 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-789 
 
 
 
  Tutorial 'Develep an update for the site'  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 16/Aug/16 3:56 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Christoph Meier 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




[magnolia-dev] [JIRA] (DOCU-791) Tutorial '"Go live" with an update' [m.o.d]

2016-08-16 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-791 
 
 
 
  Tutorial '"Go live" with an update' [m.o.d]  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 Tutorial '"Go live" with an update'  [m.o.d] 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-791) Tutorial '"Go live" with an update'

2016-08-16 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-791 
 
 
 
  Tutorial '"Go live" with an update'  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 16/Aug/16 4:00 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Christoph Meier 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
PM story: Development: I take an updated site live 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 

[magnolia-dev] [JIRA] (DOCU-789) Tutorial 'Develep an update for the site' [m.o.d]

2016-08-16 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-789 
 
 
 
  Tutorial 'Develep an update for the site' [m.o.d]  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 Tutorial 'Develep an update for the site'  [m.o.d] 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-792) Tutorial 'Recover - How to revert' [m.o.d]

2016-08-16 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-792 
 
 
 
  Tutorial 'Recover - How to revert' [m.o.d]  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 Tutorial 'Recover - How to revert'  [m.o.d] 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-790) Tutorial 'Install and test an update' [m.o.d]

2016-08-16 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-790 
 
 
 
  Tutorial 'Install and test an update' [m.o.d]  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 Tutorial 'Install and test an update'  [m.o.d] 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-790) Tutorial 'Install and test an update'

2016-08-16 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-790 
 
 
 
  Tutorial 'Install and test an update'  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 Tutorial ' Develep Install and test  an update  for the site ' 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-792) Tutorial 'Recover - How to revert'

2016-08-16 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-792 
 
 
 
  Tutorial 'Recover - How to revert'  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 16/Aug/16 4:02 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Christoph Meier 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
PM story: Recovery: I need to revert my broken site to working state quickly 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939

[magnolia-dev] [JIRA] (DOCU-787) Now development tutorials

2016-08-17 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  Now development tutorials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 We must provide a (series of) tutorials easy to understand explaining "How to develop with Magnolia Now"This story should contain all the sub tasks concerning this.Possible structure:{color:#205081}Developing with Magnolia Now ( Overview) ( DOCU-788)├── Develep an update for the site├── Install and test an update├── "Go live" with an update└── Recover - How to revert{color}...This series should explain the "full circle" development all included.However - the single topics / pages also should be usable / helpful if the user is just interested in only one "topic". 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-787) Now development tutorials

2016-08-18 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  Now development tutorials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 We must provide a (series of) tutorials easy to understand explaining "How to develop with Magnolia Now"This story should contain all the sub tasks concerning this.Possible structure:{color:#205081}Developing with Magnolia Now (Overview) (DOCU-788)├── Develep an update for the site├── Install and test an update   ... and let test from stakeholders (on UAT) ├── "Go live" with an update└── Recover - How to revert{color}...This series should explain the "full circle" development all included.However - the single topics / pages also should be usable / helpful if the user is just interested in only one "topic". 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-787) Now development tutorials

2016-08-18 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  Now development tutorials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 We must provide a (series of) tutorials easy to understand explaining "How to develop with Magnolia Now"This story should contain all the sub tasks concerning this.Possible structure:{color:#205081}Developing with Magnolia Now (Overview) (DOCU-788)   ... how to develop locally; explain! ├── Develep an update for the site├── Install and test an update  ... and let test from stakeholders (on UAT)├── "Go live" with an update└── Recover - How to revert{color}...This series should explain the "full circle" development all included.However - the single topics / pages also should be usable / helpful if the user is just interested in only one "topic". 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-793) 'Maintain your site' tutorial(s)

2016-08-18 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-793 
 
 
 
  'Maintain your site' tutorial(s)  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Story 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 18/Aug/16 12:56 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Christoph Meier 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
Provide one or more tutorials about maintaining the "Site". This at least should include 
 

Controlled Magnolia updates 
 

Best practices
 

Tips & tricks
 
 
 
 
Possible but not yet decided: 
 

Forced upgrade scenario
 
 
Related stories from PM: 
 

Development: I need to upgrade Magnolia

[magnolia-dev] [JIRA] (DOCU-797) Update Magnolia Now to the latest version

2016-08-23 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-797 
 
 
 
  Update Magnolia Now to the latest version  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 23/Aug/16 12:01 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Christoph Meier 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   



---

[magnolia-dev] [JIRA] (DOCU-798) Apply 'YAML brush' to YAML code snippets

2016-08-23 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-798 
 
 
 
  Apply 'YAML brush' to YAML code snippets  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sys Help 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 23/Aug/16 1:58 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Christoph Meier 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
Since Confluence can handle custom language brushes again and SYS-1120 is resolved now, we can again applying the YAML code style brush to code snippets done with one the code macros again. 
When the error with the custom brush appeared, we were changing the language style from YAML to _javascript_, see SYS-1120 via script. However, to run the script in the opposite direction seems dangerous, because we have _javascript_ code snippets which on which we want to keep the _javascript_ brush not applying the YAML brush. 
So ... the question is how to do a bulk change without "damaging" _javascript_ code snippets. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
  

[magnolia-dev] [JIRA] (DOCU-798) Apply 'YAML brush' to YAML code snippets - bulk change

2016-08-23 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-798 
 
 
 
  Apply 'YAML brush' to YAML code snippets - bulk change  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 Since Confluence can handle custom language brushes again and SYS-1120 is resolved now, we can again applying the YAML code style brush to code snippets done with one the code macros again.When the error with the custom brush appeared, we were changing the language style from {{YAML}} to {{_javascript_}} ,   via script (  see SYS-1120  via script ) .However, to run the script in the opposite direction seems dangerous, because we have _javascript_ code snippets which on which we want to keep the _javascript_ brush not applying the YAML brush.So ... the question is how to do a bulk change without "damaging" _javascript_ code snippets. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-798) Apply 'YAML brush' to YAML code snippets - bulk change

2016-08-23 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-798 
 
 
 
  Apply 'YAML brush' to YAML code snippets - bulk change  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 Apply 'YAML brush' to YAML code snippets  - bulk change 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-798) Apply 'YAML brush' to YAML code snippets - bulk change

2016-08-23 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-798 
 
 
 
  Apply 'YAML brush' to YAML code snippets - bulk change  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 Since Confluence can handle custom language brushes again and SYS-1120 is resolved now, we can again applying the YAML code style brush to code snippets done with one the code macros again.When the error with the custom brush appeared, we were changing the language style from {{YAML}} to {{_javascript_}}  via script (see SYS-1120).However, to run the script in the opposite direction seems dangerous, because we have _javascript_ code snippets  which  on which we want to keep the _javascript_ brush not applying the YAML brush.So ... the question is how to do a bulk change without "damaging" _javascript_ code snippets. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-789) Tutorial 'Develop locally an update for the site' [m.o.d]

2016-08-24 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-789 
 
 
 
  Tutorial 'Develop locally an update for the site' [m.o.d]  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 Tutorial ' Develep Develop locally  an update for the site' [m.o.d] 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-799) Create a Site realease, test on UAT

2016-08-24 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-799 
 
 
 
  Create a Site realease, test on UAT  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 24/Aug/16 11:42 AM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Christoph Meier 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   



-

[magnolia-dev] [JIRA] (DOCU-790) Tutorial 'Install a SNAPSHOT, test on integration [m.o.d]

2016-08-24 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-790 
 
 
 
  Tutorial 'Install a SNAPSHOT, test on integration [m.o.d]  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 Tutorial 'Install  and  a SNAPSHOT,  test  an update'  on integration  [m.o.d] 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-790) Tutorial 'Install a SNAPSHOT, test on integration [m.o.d]

2016-08-24 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-790 
 
 
 
  Tutorial 'Install a SNAPSHOT, test on integration [m.o.d]  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Assignee:
 
 Julie Legendre 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-787) Now development tutorials

2016-08-24 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  Now development tutorials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 We must provide a (series of) tutorials easy to understand explaining "How to develop with Magnolia Now"This story should contain all the sub tasks concerning this.Possible structure:{color:#205081}Developing with Magnolia Now (Overview) (DOCU-788)   ... how to develop locally; explain! Developing with Magnolia Now (Overview) (DOCU-788)  ├── Develep - Tutorial 'Develop locally  an update for the site '  ├── - Tutorial '  Install  and  a SNAPSHOT,  test  an update  on integration    ... and let - Create a Site realease,  test  from stakeholders ( on UAT )  ├── - Tutorial '  "Go live" with an update '  └── - Tutorial '  Recover - How to revert ' {color}...This series should explain the "full circle" development all included.However - the single topics / pages also should be usable / helpful if the user is just interested in only one "topic". 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-799) Create a Site realease, test on UAT

2016-08-24 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-799 
 
 
 
  Create a Site realease, test on UAT  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Assignee:
 
 Julie Legendre 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-787) Now development tutorials

2016-08-24 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  Now development tutorials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 We must provide a (series of) tutorials easy to understand explaining "How to develop with Magnolia Now"This story should contain all the sub tasks concerning this.Possible structure:{color:#205081}Developing with Magnolia Now (Overview) (DOCU-788) Developing with Magnolia Now (Overview) (DOCU - 788)-  Tutorial 'Develop locally an update for the site'- Tutorial 'Install a SNAPSHOT, test on integration- Create a Site realease, test on UAT- Tutorial '"Go live" with an update'- Tutorial 'Recover - How to revert'{color}...This series should explain the "full circle" development all included.However - the single topics / pages also should be usable / helpful if the user is just interested in only one "topic". 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-787) Now development tutorials

2016-08-25 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  Now development tutorials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Sprint:
 
 Docu Sprint 12 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-800) Tutorial about creating 'Magnolia Maven module' using Maven archetype

2016-08-25 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-800 
 
 
 
  Tutorial about creating 'Magnolia Maven module' using Maven archetype  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 25/Aug/16 1:12 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Christoph Meier 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




[magnolia-dev] [JIRA] (DOCU-789) Tutorial 'Develop locally an update for the site' [m.o.d]

2016-08-25 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-789 
 
 
 
  Tutorial 'Develop locally an update for the site' [m.o.d]  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 Story from PM: [Development: I develop and test an update for my site|https://wiki.magnolia-cms.com/display/MOD/Development%3A+I+develop+and+test+an+update+for+my+site] Ongoing work, see https://documentation.magnolia-cms.com/display/NOW/Set+up+a+local+development+environment 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-799) M-Now - Define a Site realease, test on UAT

2016-08-25 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-799 
 
 
 
  M-Now - Define a Site realease, test on UAT  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 See https://documentation.magnolia-cms.com/display/NOW/Define+and+install+a+site+release+on+UAT 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-790) M-Now - Install a SNAPSHOT, test on integration

2016-08-25 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-790 
 
 
 
  M-Now - Install a SNAPSHOT, test on integration  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 PM story: [Development: I install an update to get it tested by stakeholders|https://wiki.magnolia-cms.com/display/MOD/Development%3A+I+install+an+update+to+get+it+tested+by+stakeholders] Ongoing work, see https://documentation.magnolia-cms.com/display/NOW/Install+a+snapshot+on+the+Integration+environment 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (NPMCLI-50) jumpstart should be able to download artifacts (bundles) from non public repositories

2016-08-31 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Magnolia CLI npm module  /  NPMCLI-50 
 
 
 
  jumpstart should be able to download artifacts (bundles) from non public repositories  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 31/Aug/16 11:42 AM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 
Since npm-cli is very handy to use for local Magnolia Now development, and since PM provides to come up with a special NOW bundle which will be available for Magnolia NOW devs, the npm-cli should be able to request private nexus repositories. 
Atm, you can edit the nexus request url, however, when pointing to a private repo, nexus will return with a 401 or 403 response type. 
How to provide credentials has to be defined. I would favour a "dialog" where the npm-cli prompts for credentials when requesting for an artifact in a private repo. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 

[magnolia-dev] [JIRA] (DOCU-787) Now 'dev. cycle' tutorials

2016-08-31 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  Now 'dev. cycle' tutorials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 Now  development  'dev. cycle'  tutorials 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-778) Extended Content Translation Support modules docs

2016-08-31 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-778 
 
 
 
  Extended Content Translation Support modules docs  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 Possibly document the Extend Extended  Content Translation Support modules    docs 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-787) Now 'dev. cycle' tutorial(s)

2016-08-31 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  Now 'dev. cycle' tutorial(s)  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 Now 'dev. cycle'  tutorials  tutorial(s) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-799) mnow-dev - Define a Site realease, test on UAT

2016-08-31 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-799 
 
 
 
  mnow-dev - Define a Site realease, test on UAT  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 M mnow - Now dev  - Define a Site realease, test on UAT 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-790) mnow-dev - Install a SNAPSHOT, test on integration

2016-08-31 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-790 
 
 
 
  mnow-dev - Install a SNAPSHOT, test on integration  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 M mnow - Now dev  - Install a SNAPSHOT, test on integration 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-792) mnow-dev - Recover - How to revert

2016-08-31 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-792 
 
 
 
  mnow-dev - Recover - How to revert  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 mnow - dev - Recover - How to revert 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-788) mnow - dev - Overview of Developing with Magnolia Now

2016-08-31 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-788 
 
 
 
  mnow - dev - Overview of Developing with Magnolia Now  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 mnow - dev - Overview of   ' Developing with Magnolia Now ' 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-789) mnow-dev - local development

2016-08-31 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-789 
 
 
 
  mnow-dev - local development  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 mnow - dev - local development 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-789) mnow - dev - local development

2016-08-31 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-789 
 
 
 
  mnow - dev - local development  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 Tutorial 'Develop locally an update for the site' [m.o.d] mnow - dev - local development 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-788) mnow-dev - Overview of Developing with Magnolia Now

2016-08-31 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-788 
 
 
 
  mnow-dev - Overview of Developing with Magnolia Now  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 mnow - dev - Overview of Developing with Magnolia Now 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-791) mnow - dev - Go 'live' with an update

2016-08-31 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-791 
 
 
 
  mnow - dev - Go 'live' with an update  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 Tutorial '" mnow - dev - Go  '  live " '  with an update ' [m.o.d] 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-792) mnow - dev - Recover - How to revert

2016-08-31 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-792 
 
 
 
  mnow - dev - Recover - How to revert  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 M mnow - Now  dev  -   ' Recover - How to revert '  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-791) mnow-dev - Go 'live' with an update

2016-08-31 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-791 
 
 
 
  mnow-dev - Go 'live' with an update  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 mnow - dev - Go 'live' with an update 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-792) M-Now - 'Recover - How to revert'

2016-08-31 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-792 
 
 
 
  M-Now - 'Recover - How to revert'   
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 Tutorial M-Now -  'Recover - How to revert'  [m.o.d]   
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-787) mnow dev. cycle' tutorial(s)

2016-08-31 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  mnow dev. cycle' tutorial(s)  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 Now ' mnow dev. cycle' tutorial(s) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-789) mnow-dev - local development

2016-08-31 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-789 
 
 
 
  mnow-dev - local development  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Comment:
 
 https://documentation.magnolia-cms.com/display/NOW/Set+up+a+local+development+environment 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-789) mnow-dev - local development

2016-08-31 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-789 
 
 
 
  mnow-dev - local development  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 
 
 
 
 
 
 
 Story from PM: [Development: I develop and test an update for my site|https://wiki.magnolia-cms.com/display/MOD/Development%3A+I+develop+and+test+an+update+for+my+site]Ongoing work, see https://documentation.magnolia-cms.com/display/NOW/ Set Magnolia + up Now + a+ local+development +environment  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-789) mnow-dev - local development

2016-09-01 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-789 
 
 
 
  mnow-dev - local development  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Priority:
 
 Neutral Major 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-799) mnow-dev - Define a Site realease, test on UAT

2016-09-01 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-799 
 
 
 
  mnow-dev - Define a Site realease, test on UAT  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Priority:
 
 Neutral Major 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-791) mnow-dev - Go 'live' with an update

2016-09-01 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-791 
 
 
 
  mnow-dev - Go 'live' with an update  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Priority:
 
 Neutral Major 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-788) mnow-dev - Overview of Developing with Magnolia Now

2016-09-01 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-788 
 
 
 
  mnow-dev - Overview of Developing with Magnolia Now  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Priority:
 
 Neutral Major 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-790) mnow-dev - Install a SNAPSHOT, test on integration

2016-09-01 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-790 
 
 
 
  mnow-dev - Install a SNAPSHOT, test on integration  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Priority:
 
 Neutral Major 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-802) mnow-dev - best git strategies for multi developer teams

2016-09-01 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-802 
 
 
 
  mnow-dev - best git strategies for multi developer teams  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Priority:
 
 Neutral Minor 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-787) mnow dev. cycle' tutorial(s)

2016-09-01 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  mnow dev. cycle' tutorial(s)  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Priority:
 
 Neutral Minor 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-802) mnow-dev - best git strategies for multi developer teams

2016-09-01 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-802 
 
 
 
  mnow-dev - best git strategies for multi developer teams  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Attachments:
 

 multi-git-repos-setup.JPG 
 
 
 

Created:
 

 01/Sep/16 2:31 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Christoph Meier 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
Explain how to setup / use a multi git repo setup. (See screenshot) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
  

[magnolia-dev] [JIRA] (DOCU-787) mnow dev. cycle' tutorial(s)

2016-09-01 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  mnow dev. cycle' tutorial(s)  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Priority:
 
 Minor Major 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-804) Release notes 5.4.9

2016-09-01 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-804 
 
 
 
  Release notes 5.4.9  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Sprint:
 
 Docu Sprint 12 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-804) Release notes 5.4.9

2016-09-01 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-804 
 
 
 
  Release notes 5.4.9  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 01/Sep/16 10:45 PM 
 
 
 

Priority:
 
  Neutral 
 
 
 

Reporter:
 
 Christoph Meier 
 
 
 

Security Level:
 

 Public 
 
 
 
 
 
 
 
 
 
 
Create Release notes for Magnolia 5.4.9. 
Magnolia 5.4.9 changelog  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13

[magnolia-dev] [JIRA] (DOCU-789) mnow-dev - local development

2016-09-01 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-789 
 
 
 
  mnow-dev - local development  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Assignee:
 
 Julie Legendre Christoph Meier 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-787) mnow dev. cycle' tutorial(s)

2016-09-02 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  mnow dev. cycle' tutorial(s)  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Labels:
 
 mnow 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-787) Developing with Magnolia Now

2016-09-02 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-787 
 
 
 
  Developing with Magnolia Now  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Summary:
 
 mnow dev. cycle' tutorial(s) Developing with Magnolia Now 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-793) 'Maintain your site' tutorial(s)

2016-09-02 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-793 
 
 
 
  'Maintain your site' tutorial(s)  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Labels:
 
 mnow 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-788) mnow-dev - Overview of Developing with Magnolia Now

2016-09-02 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-788 
 
 
 
  mnow-dev - Overview of Developing with Magnolia Now  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Labels:
 
 mnow 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-799) mnow-dev - Define a Site realease, test on UAT

2016-09-02 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-799 
 
 
 
  mnow-dev - Define a Site realease, test on UAT  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Labels:
 
 mnow 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-789) mnow-dev - local development

2016-09-02 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-789 
 
 
 
  mnow-dev - local development  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Labels:
 
 mnow 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





[magnolia-dev] [JIRA] (DOCU-797) Update Magnolia Now to the latest version

2016-09-02 Thread JIRA (on behalf of Christoph Meier)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christoph Meier updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Documentation /  DOCU-797 
 
 
 
  Update Magnolia Now to the latest version  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christoph Meier 
 
 
 

Labels:
 
 mnow 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   




For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: 





<    5   6   7   8   9   10   11   12   13   14   >