Example #1
0
 function __construct($manifest)
 {
     parent::__construct($manifest);
     /*
      * [JAS]: Just add a sequential build number here (and update plugin.xml) and
      * write a case in runVersion().  You should comment the milestone next to your build 
      * number.
      */
     $file_prefix = dirname(dirname(__FILE__)) . '/patches';
     $this->registerPatch(new DevblocksPatch('cerberusweb.timetracking', 3, $file_prefix . '/1.0.0.php', ''));
 }
Example #2
0
 function __construct($manifest)
 {
     parent::__construct($manifest);
     /*
      * [JAS]: Just add a sequential build number here (and update plugin.xml) and
      * write a case in runVersion().  You should comment the milestone next to your build
      * number.
      */
     $file_prefix = dirname(dirname(__FILE__)) . '/patches';
     $this->registerPatch(new DevblocksPatch('answernet.last_action_and_audit_log', 8, $file_prefix . '/4.2.3.php', ''));
 }
Example #3
0
 function __construct($manifest)
 {
     parent::__construct($manifest);
     /*
      * [JAS]: Just add a sequential build number here (and update plugin.xml) and
      * write a case in runVersion().  You should comment the milestone next to your build 
      * number.
      */
     $file_prefix = dirname(__FILE__) . '/patches/';
     $this->registerPatch(new DevblocksPatch('usermeet.core', 0, $file_prefix . '1.0.0.php', ''));
     $this->registerPatch(new DevblocksPatch('usermeet.core', 11, $file_prefix . '1.0.0_beta.php', ''));
 }
Example #4
0
 function __construct($manifest)
 {
     parent::__construct($manifest);
     /*
      * [JAS]: Just add a sequential build number here (and update plugin.xml) and
      * write a case in runVersion().  You should comment the milestone next to your build 
      * number.
      */
     $file_prefix = dirname(dirname(__FILE__)) . '/patches/';
     $this->registerPatch(new DevblocksPatch('cerberusweb.core', 180, $file_prefix . '4.0.0__.php', ''));
     $this->registerPatch(new DevblocksPatch('cerberusweb.core', 555, $file_prefix . '4.0.0_beta.php', ''));
     $this->registerPatch(new DevblocksPatch('cerberusweb.core', 809, $file_prefix . '4.0.0_rc1.php', ''));
     $this->registerPatch(new DevblocksPatch('cerberusweb.core', 826, $file_prefix . '4.1.0.php', ''));
     $this->registerPatch(new DevblocksPatch('cerberusweb.core', 827, $file_prefix . '4.1.1.php', ''));
     $this->registerPatch(new DevblocksPatch('cerberusweb.core', 828, $file_prefix . '4.2.0.php', ''));
 }
Example #5
0
 function __construct()
 {
     parent::__construct(null);
     /*
      * [JAS]: Just add a build number here (from your commit revision) and write a
      * case in runBuild().  You should comment the milestone next to your build 
      * number.
      */
     $file_prefix = dirname(__FILE__) . '/patches/';
     $this->registerPatch(new DevblocksPatch('devblocks.core', 1, $file_prefix . '1.0.0.php', ''));
     $this->registerPatch(new DevblocksPatch('devblocks.core', 200, $file_prefix . '1.0.0_beta.php', ''));
 }