Re: [development] Pushing Views Changes

2010-12-01 Thread Steve Karsch
Can you use features + drush? Include those views in a feature (my_views), then: * make views changes in dev * drush features-update my_views (in dev) * commit to svn * deploy to test * drush features-revert my_views (in test) * repeat as needed in stage and prod steve On Wed, Dec 1, 2010 at 9:

Re: [development] CVS Branching Rules

2010-12-01 Thread Steve Karsch
Try: http://drupal.org/handbook/cvs and http://drupal.org/handbook/cvs/quickstart On Wed, Dec 1, 2010 at 10:03 AM, Eric Schaefer wrote: > Hi List, > > Is there a set of rules or best practices for how to deal with module > releases and branches? > > Best regards, > Eric >

Re: [development] Drupal module development

2011-09-13 Thread Steve Karsch
You may also want to check out the Drupal Commons distrobution. https://acquia.com/products-services/acquia-commons-social-business-software On Tue, Sep 13, 2011 at 3:16 AM, Mahesh saini wrote: > > > On Tue, Sep 13, 2011 at 12:30 PM, victor katemana > wrote: >> >>  Hello everyone, >>  i have ju

Re: [development] Email about a Job Announcement

2014-12-09 Thread Steve Karsch
Or https://jobs.drupal.org/ On Tue, Dec 9, 2014 at 11:38 AM, Muzaffer Tolga Ozses wrote: > You can post jobs on http://groups.drupal.org/jobs > On 9 Dec 2014 18:36, "ITIRecruitment" wrote: > >> Good Morning, >> >> I'm writing to request an email be sent around about a current job >> announceme

Re: [development] mass removal of content types

2010-10-13 Thread Steve Karsch
You can create a views_bulk_operations view, select all the nodes of a certain type and choose the "Delete node" operation. http://drupal.org/project/views_bulk_operations Thanks! steve 2010/10/13 Gastón Pablo Pérez > Hi! > > I need to know if there is an special module or a simple way to remo