12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" encoding="UTF-8"?>
- <feed xmlns="http://www.w3.org/2005/Atom">
- <title>KO7 v3.x: Activity</title>
- <link href="http://dev.koseven.dev/projects/KO7/activity.atom" rel="self"/>
- <link href="http://dev.koseven.dev/projects/KO7/activity" rel="alternate"/>
- <id>http://dev.koseven.dev/</id>
- <icon>http://dev.koseven.dev/favicon.ico?1392677580</icon>
- <updated>2014-08-28T01:52:12Z</updated>
- <author>
- <name>KO7 Development</name>
- </author>
- <generator uri="http://www.redmine.org/">
- Redmine </generator>
- <entry>
- <title>Proposals (Political/Workflow) #4839 (New)</title>
- <link href="http://dev.koseven.dev/issues/4839" rel="alternate"/>
- <id>http://dev.koseven.dev/issues/4839</id>
- <updated>2014-08-28T01:52:12Z</updated>
- <author>
- <name>Guillaume Poirier-Morency</name>
- <email>guillaumepoiriermorency@gmail.com</email>
- </author>
- <content type="html">
- <p>I have a prototype here <a class="external" href="https://github.com/arteymix/ko7-makefile">https://github.com/arteymix/ko7-makefile</a></p>
- <p>The tool is very useful for settings permissions and running tests.</p>
- <p>I think we should consider having a good make tool in the sample application for the 3.4.*.</p> </content>
- </entry>
- <entry>
- <title>Proposals (Political/Workflow) #4782</title>
- <link href="http://dev.koseven.dev/issues/4782#change-17279" rel="alternate"/>
- <id>http://dev.koseven.dev/issues/4782#change-17279</id>
- <updated>2014-08-28T01:44:26Z</updated>
- <author>
- <name>Guillaume Poirier-Morency</name>
- <email>guillaumepoiriermorency@gmail.com</email>
- </author>
- <content type="html">
- <p>Moving to composer is a nice idea. This will allow KO7 modules to define a wide range of dependencies.</p>
- <p>Although, I think that modules designed specifically for KO7 should end in modules and external libraries in application/vendor. This makes a clear dinsinction between what gets autoloaded by the CFS and what gets loaded by composer. Technically, we add "vendor-dir": "application/vendor" in "config" in composer.json.</p>
- <p>Then, only add a line after the modules loading in bootstrap.php</p>
- <pre>
- // Autoloading composer packages
- require KO7::find_file('vendor', 'autoload');
- </pre>
- <p>This is pretty much what I do right now. This doesn't break anything and allow a full access to composer.</p> </content>
- </entry>
- </feed>
|