Skip to content
Snippets Groups Projects
  1. Dec 22, 2013
  2. 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
  3. Sep 12, 2013
  4. Aug 31, 2013
  5. Jun 27, 2013
  6. May 15, 2013
  7. May 07, 2013
  8. Apr 29, 2013
  9. Apr 25, 2013
  10. Mar 13, 2013
  11. Mar 07, 2013
  12. Mar 06, 2013
    • totten's avatar
      CRM-11658 - "releaser" for git - Changes from old "build-tarballs": · 60a40431
      totten authored
       * Fetch code with "gitify"
       * Make coordinated tags and push them (instead of using post-commit hook on single repo)
       * Extract hard-coded references to sf.net
       * Split into smaller functions (which are more explanatory and easier to toggle for testing)
       * Document configuration file format
       * Rename executable variables (e.g. $php => $cmd_php)
       * Use "set -ex" to catch errors
      60a40431
  13. Mar 05, 2013
  14. Mar 01, 2013
Loading