Blog posts by deepak.srivastava

Keep up-to-date with blogs from the core team, working groups, developers, users and champions worldwide. Subscribe to our newsletter to receive regular updates by email. We also have an RSS feed.
September 24, 2009
By deepak.srivastava Filed under CiviCRM
CiviCRM 3.0.beta5 is out and available for download. You can also try it out on our sandbox site. Please remember it’s a beta release and it shouldn’t be used on production sites. The next release is 3.0 stable, so get set ready, and if you haven’t yet checked whether your favorite (old and new) CiviCRM features work the way you expect, it’s a very good time to do it.
Read more
September 16, 2009
By deepak.srivastava Filed under CiviCRM
We’re happy to announce that CiviCRM 3.0.beta4 is now available for download. You can also try it out on our sandbox site. Please remember it’s a beta release and it shouldn’t be used on production sites. The next release could be 3.0 stable, so if you haven’t checked whether your favourite (old and new) CiviCRM features work the way you expect, it’s a very good time to do it.
Read more
September 14, 2009
By deepak.srivastava Filed under CiviCRM
The team has released version 2.2.9 today with around 13 bug fixes and improvements. Critical fixes include: Migration to a new host Standalone deadlocks with secure URLs Free event confirmation email You can review a complete list of 2.2.9 changes on the issue tracker.   Download
Read more
May 21, 2009
By deepak.srivastava Filed under CiviCRM, Drupal

A Make It Happen to move this into core for CiviCRM is currently running for v4.1. You can help make it happen by contributing here

Discounting events has been requested on the forums a few times. It also popped up both on IRC yesterday and was also needed on civicrm.org for our upcoming UK Training Camp. We decided to see if we could implement this via hooks and minimal / no changes to the core code. Turned out we can implement this this feature using three civicrm hooks and a helper fuction. We improved the core a wee bit by allowing the buildForm hook to inform the tpl system of any form elements added. The tpl then places these form elements at the top of the form. An event can have zero or more coupons. Coupons for an event are stored in the option group / value table. Each coupon code is a string (chosen by admin) and can be used a certain number of times. Coupons can also be used forever. A valid coupon gives the user a percentage discount on the event. Giving the coupon a 100% value basically gives the user a free registration. Coupons can be sent in via the URL or can be entered into the registration form.

Read more
October 13, 2008
By deepak.srivastava Filed under Training
CiviCamp day1 started with good number of participants with a total count of 14. We started with introduction and complaints about civicrm. Most of the complaints were about APIs, upgrades and support of previous versions. Discussions on APIs are scheduled for day2. Regarding upgrades it looked that older version (1.9 or below) generally have problems with upgrades since it requires some technical expertise.
Read more
September 8, 2008
By deepak.srivastavaFiled under
CiviCRM India team had an opportunity to attend the OWASP-conference, New Delhi. It was a two day conference but we - Kurund, Sunil & I decided to attend the second day training/workshops just to stay away from theoretical lectures. We landed in Delhi on day-1 evening to avoid any last minute rush. And we realized the temperature in Mumbai was much better and Delhi being a bit hot.
Read more
April 5, 2008
By deepak.srivastavaFiled under
There are many screens in CiviCRM where the options in one drop-down affect what you see in a second or third drop-down menu. For example, when you do an Import or Export, and select Email - you then get a second drop-down to select a location (Home, Work, etc.). The widget which we use for this is PEAR's Hierarchical Select.
Read more
February 27, 2008
By deepak.srivastava Filed under CiviCRM

This article covers - how to install CiviCRM v2.0 on Joomla 1.5 without Legacy support. It also provides some insight into the way components are organized and accessed through Joomla.

Read more
January 31, 2008
By deepak.srivastavaFiled under

We continued with work in team strategy, helping team members to learn / share the work strategy and approach towards a problem. In last 5-6 days we have resolved 25 issues, created 29 and closed 43 issues which is the indication of better QA towards v2.0.

Read more