activity.atom 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <feed xmlns="http://www.w3.org/2005/Atom">
  3. <title>KO7 v3.x: Activity</title>
  4. <link href="http://dev.koseven.dev/projects/KO7/activity.atom" rel="self"/>
  5. <link href="http://dev.koseven.dev/projects/KO7/activity" rel="alternate"/>
  6. <id>http://dev.koseven.dev/</id>
  7. <icon>http://dev.koseven.dev/favicon.ico?1392677580</icon>
  8. <updated>2014-08-28T01:52:12Z</updated>
  9. <author>
  10. <name>KO7 Development</name>
  11. </author>
  12. <generator uri="http://www.redmine.org/">
  13. Redmine </generator>
  14. <entry>
  15. <title>Proposals (Political/Workflow) #4839 (New)</title>
  16. <link href="http://dev.koseven.dev/issues/4839" rel="alternate"/>
  17. <id>http://dev.koseven.dev/issues/4839</id>
  18. <updated>2014-08-28T01:52:12Z</updated>
  19. <author>
  20. <name>Guillaume Poirier-Morency</name>
  21. <email>guillaumepoiriermorency@gmail.com</email>
  22. </author>
  23. <content type="html">
  24. &lt;p&gt;I have a prototype here &lt;a class="external" href="https://github.com/arteymix/ko7-makefile"&gt;https://github.com/arteymix/ko7-makefile&lt;/a&gt;&lt;/p&gt;
  25. &lt;p&gt;The tool is very useful for settings permissions and running tests.&lt;/p&gt;
  26. &lt;p&gt;I think we should consider having a good make tool in the sample application for the 3.4.*.&lt;/p&gt; </content>
  27. </entry>
  28. <entry>
  29. <title>Proposals (Political/Workflow) #4782</title>
  30. <link href="http://dev.koseven.dev/issues/4782#change-17279" rel="alternate"/>
  31. <id>http://dev.koseven.dev/issues/4782#change-17279</id>
  32. <updated>2014-08-28T01:44:26Z</updated>
  33. <author>
  34. <name>Guillaume Poirier-Morency</name>
  35. <email>guillaumepoiriermorency@gmail.com</email>
  36. </author>
  37. <content type="html">
  38. &lt;p&gt;Moving to composer is a nice idea. This will allow KO7 modules to define a wide range of dependencies.&lt;/p&gt;
  39. &lt;p&gt;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.&lt;/p&gt;
  40. &lt;p&gt;Then, only add a line after the modules loading in bootstrap.php&lt;/p&gt;
  41. &lt;pre&gt;
  42. // Autoloading composer packages
  43. require KO7::find_file('vendor', 'autoload');
  44. &lt;/pre&gt;
  45. &lt;p&gt;This is pretty much what I do right now. This doesn't break anything and allow a full access to composer.&lt;/p&gt; </content>
  46. </entry>
  47. </feed>