Skip to content
Snippets Groups Projects
  1. Feb 07, 2014
  2. Feb 06, 2014
  3. Feb 05, 2014
  4. Feb 04, 2014
  5. Feb 03, 2014
  6. Jan 31, 2014
  7. Jan 28, 2014
  8. Jan 27, 2014
  9. Jan 23, 2014
  10. Jan 20, 2014
  11. Jan 19, 2014
  12. Jan 17, 2014
  13. Jan 16, 2014
  14. Jan 15, 2014
  15. Jan 08, 2014
  16. Jan 03, 2014
  17. Jan 02, 2014
  18. Dec 20, 2013
  19. Dec 17, 2013
  20. Dec 11, 2013
  21. Dec 05, 2013
  22. Dec 04, 2013
  23. Dec 03, 2013
    • Adam Roses Wight's avatar
      Split code generation into components. · 5e434adf
      Adam Roses Wight authored
      Parsing the specification has become its own class.
      
      Templating has been abstracted, now beautifying is built into all php
      generation.  We lose the singleton efficiency, it gained us a few seconds
      at most.
      
      Generation tasks are split into ITasks, and are fed the main CG object
      as if it were a configuration object.  Eventually we will want to make
      the configuration a first-class object so that it is customizable.
      
      ----------------------------------------
      * CRM-13871: Provide an ORM layer: Doctrine
        http://issues.civicrm.org/jira/browse/CRM-13871
      5e434adf
Loading