<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.drupaldashboard.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://drupaldashboard.com">
<channel>
 <title>Important Module Releases in Drupal</title>
 <link>http://drupaldashboard.com/feed-item/43</link>
 <description>Show a listing of all feed items for a feed</description>
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.drupaldashboard.com/ImportantModuleReleasesInDrupal" /><feedburner:info uri="importantmodulereleasesindrupal" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
 <title>Drupal Database Cache That Respects HTTPS</title>
 <link>http://feeds.drupaldashboard.com/~r/ImportantModuleReleasesInDrupal/~3/ZiA1KUaqcPA/751</link>
 <description>&lt;p&gt;The caching layer nor the database caching implementation respect https through the system. This is important because parts of Drupal (core included) generate absolute URLs. These URLs can be cached with a protocol of http:// and then embedded in a page (through nested caching) where the protocol should be https://.&lt;br /&gt;
This contains a Drupal database caching alternative that attempts to respect caching via https. The default Drupal database cache doesn't think about https (aside from the page cache). That means you could have html cached with absolute urls generated by Drupal using http in caches like the block or filter cache. This data can then bubble up into the https version of the page cache.&lt;br /&gt;
This cache is a small layer of logic on top of the current database cache. So, if changes happen there (non-API changes) they will be inherited in this as well.&lt;br /&gt;
How to use this cache&lt;br /&gt;
In your settings.php file include this cache backend:&lt;br&gt;&amp;lt;?php&lt;br&gt;$conf['cache_backends'][] = 'sites/all/modules/database-cache-respecting-https/db.cache.inc';&lt;br&gt;?&amp;gt;&lt;br /&gt;
Then set the default caching class to the one included here.&lt;br /&gt;
&amp;lt;?php&lt;br&gt;$conf['cache_default_class'] = 'DrupalDatabaseCacheResepectHTTPS';&lt;br&gt;?&amp;gt;&lt;br /&gt;
The cache includes a whitelist of cache bins (tables) that skip checking and&lt;br&gt;&lt;br /&gt;
enforcing https. You can alter this list by adding a variable to your settings.php&lt;br&gt;&lt;br /&gt;
file like:&lt;br /&gt;
&amp;lt;?php&lt;br&gt;$conf['database_cache_respecting_https_whitelist'] = array(&lt;br&gt;  'cache_page',       // This table already respects https by containing the full url.&lt;br&gt;  'cache_path',       // Caching of aliases for a page is relative.&lt;br&gt;  'cache_menu',       // The internal paths we are concerned with are relative as stored here.&lt;br&gt;  'cache_image',      // This one looks safe too.&lt;br&gt;  'cache_bootstrap',  // Shouldn't be html in this cache.&lt;br&gt;  'cache_views',&lt;br&gt;  'cache_views_data',&lt;br&gt;  'cache',            // This one has been added to the whitelist.&lt;br&gt;);&lt;br&gt;?&amp;gt;&lt;br /&gt;
There is a core issue to deal with this at &lt;a href="http://drupal.org/node/1377840" title="http://drupal.org/node/1377840" rel="nofollow"&gt;http://drupal.org/node/1377840&lt;/a&gt;. This&lt;br&gt;&lt;br /&gt;
is considered an interim solution until Drupal core properly handles this.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ImportantModuleReleasesInDrupal/~4/ZiA1KUaqcPA" height="1" width="1"/&gt;</description>
 <pubDate>Mon, 26 Dec 2011 20:07:02 +0000</pubDate>
 <dc:creator>greggles</dc:creator>
 <guid isPermaLink="false">751 at http://drupaldashboard.com</guid>
<feedburner:origLink>http://drupaldashboard.com/node/751</feedburner:origLink></item>
<item>
 <title>Location CCK Migrate</title>
 <link>http://feeds.drupaldashboard.com/~r/ImportantModuleReleasesInDrupal/~3/UFw6eJp2eeQ/750</link>
 <description>&lt;p&gt;Migrate module that transforms D6 &lt;a href="http://drupal.org/project/location" rel="nofollow"&gt;location_cck&lt;/a&gt; fields into &lt;a href="http://drupal.org/project/geofield" rel="nofollow"&gt;D7 geofields&lt;/a&gt;.&lt;br /&gt;
You will be able to use &lt;a href="http://drupal.org/project/geofield" rel="nofollow"&gt;Geofield&lt;/a&gt;with &lt;a href="http://drupal.org/project/openlayers" rel="nofollow"&gt;Openlayers&lt;/a&gt;and do much more.&lt;br /&gt;
Make sure that you have the &lt;a href="https://github.com/phayes/geoPHP" rel="nofollow"&gt;geoPHP library&lt;/a&gt; (required by Geofield for full functionality) installed. This migration will not do a lot without it. (see the Geofield page for documentation on that.)&lt;br /&gt;
Patches are welcome, this does cover our own migration so we wont develop it further.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ImportantModuleReleasesInDrupal/~4/UFw6eJp2eeQ" height="1" width="1"/&gt;</description>
 <pubDate>Thu, 24 Nov 2011 15:06:54 +0000</pubDate>
 <dc:creator>greggles</dc:creator>
 <guid isPermaLink="false">750 at http://drupaldashboard.com</guid>
<feedburner:origLink>http://drupaldashboard.com/node/750</feedburner:origLink></item>
<item>
 <title>Performance testing project</title>
 <link>http://feeds.drupaldashboard.com/~r/ImportantModuleReleasesInDrupal/~3/7W3tHX8nzK8/749</link>
 <description>&lt;p&gt;This project will track code used to add performance testing to our test infrastructure, both for individual developers and Drupal.org.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ImportantModuleReleasesInDrupal/~4/7W3tHX8nzK8" height="1" width="1"/&gt;</description>
 <pubDate>Sat, 22 Oct 2011 21:33:22 +0000</pubDate>
 <dc:creator>greggles</dc:creator>
 <guid isPermaLink="false">749 at http://drupaldashboard.com</guid>
<feedburner:origLink>http://drupaldashboard.com/node/749</feedburner:origLink></item>
<item>
 <title>Stripe</title>
 <link>http://feeds.drupaldashboard.com/~r/ImportantModuleReleasesInDrupal/~3/nIS7aiU77J4/748</link>
 <description>&lt;p&gt;Aiming at some stripe (&lt;a href="https://stripe.com/" title="https://stripe.com/" rel="nofollow"&gt;https://stripe.com/&lt;/a&gt;) integration. Co-maintainers welcome to help out.&lt;br /&gt;
Currently just features a way to store your API keys and choose which to use and the start of a form for testing purposes. Still need to implement number 3 here: &lt;a href="https://stripe.com/api" title="https://stripe.com/api" rel="nofollow"&gt;https://stripe.com/api&lt;/a&gt;&lt;br /&gt;
Not sure what direction to take this module just yet, so if you have ideas, please open an issue. So far I'm thinking it would be nice to be able to just add a property to an FAPI form array and have this module add in the necessary components to have Slide process the form. Perhaps specify a custom callback in order to do something with the response.&lt;br /&gt;
The obvious use would be integration as a payment method for Commerce.&lt;br /&gt;
Also available on github. &lt;a href="https://github.com/sirkitree/stripe" title="https://github.com/sirkitree/stripe" rel="nofollow"&gt;https://github.com/sirkitree/stripe&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ImportantModuleReleasesInDrupal/~4/nIS7aiU77J4" height="1" width="1"/&gt;</description>
 <pubDate>Sun, 02 Oct 2011 18:35:37 +0000</pubDate>
 <dc:creator>greggles</dc:creator>
 <guid isPermaLink="false">748 at http://drupaldashboard.com</guid>
<feedburner:origLink>http://drupaldashboard.com/node/748</feedburner:origLink></item>
<item>
 <title>Commerce userpoints</title>
 <link>http://feeds.drupaldashboard.com/~r/ImportantModuleReleasesInDrupal/~3/SCdlu6081u8/747</link>
 <description>&lt;p&gt;This module makes a bridge between Drupal Commerce module and Userpoints.&lt;br /&gt;
It allows users to create commerce line items with negative points value, behaving like a discount system. The user can choose how many points he wants to use, they will be automatically taken from his userpoints account.&lt;br /&gt;
It is not directly used as a payment method for the following reason:&lt;br&gt;&lt;br /&gt;
- Depending on how your site will manage points, user will or will not always have the exact amount nor enough points to fully pay an order&lt;br&gt;&lt;br /&gt;
- I don't want to overload the payment process by displaying an odd interface asking the user how he will pay (userpoints and CB ? CB only ? Userpoints only etc...)&lt;br /&gt;
To install&lt;br&gt;&lt;br /&gt;
- Enable the module&lt;br&gt;&lt;br /&gt;
- Enable the checkout pane in Store &amp;gt; Config &amp;gt; Checkout ...&lt;br&gt;&lt;br /&gt;
- Create a taxonomy in userpoints vocabulary (Say "Credit" for instance)&lt;br&gt;&lt;br /&gt;
- Go to Store &amp;gt; Config &amp;gt; Commerce userpoints settings&lt;br&gt;&lt;br /&gt;
--&amp;gt; Setup the taxonomy point that will serve as &amp;quot;money&amp;quot;&lt;br&gt;&lt;br /&gt;
--&amp;gt; Setup the price component that can be paid by the points (base_price is the standard product total)&lt;br&gt;&lt;br /&gt;
--&amp;gt; Setup the decimal multiplicator. Points are handled as &amp;quot;Integer&amp;quot; while prices are most of the time &amp;quot;Decimals&amp;quot; (Even thought Drupal Commerce manages it with Integer to avoid calculation precision issues). The easiest way to handle it is to have a 100point = 1 currency value conversion rate. To keep this conversion rate, leave the field value to 1.&lt;br /&gt;
- Grant points to your user (either manually, through rules... whatever your workflow requires)&lt;br /&gt;
Test it !&lt;br&gt;&lt;br /&gt;
- Add an item to cart&lt;br&gt;&lt;br /&gt;
- Go to checkout&lt;br&gt;&lt;br /&gt;
- Use points in the checkout pane and see the line item do its thing&lt;br /&gt;
Project homepage : &lt;a href="http://drupal.org/sandbox/liupascal/1262466" title="http://drupal.org/sandbox/liupascal/1262466" rel="nofollow"&gt;http://drupal.org/sandbox/liupascal/1262466&lt;/a&gt;&lt;br&gt;&lt;br /&gt;
Git clone : git clone --branch master liupascal@git.drupal.org:sandbox/liupascal/1262466.git&lt;br&gt;&lt;br /&gt;
Drupal version : Drupal 7 only&lt;br /&gt;
Thank you for your work !&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ImportantModuleReleasesInDrupal/~4/SCdlu6081u8" height="1" width="1"/&gt;</description>
 <pubDate>Sat, 01 Oct 2011 17:11:20 +0000</pubDate>
 <dc:creator>greggles</dc:creator>
 <guid isPermaLink="false">747 at http://drupaldashboard.com</guid>
<feedburner:origLink>http://drupaldashboard.com/node/747</feedburner:origLink></item>
<item>
 <title>OG Classic</title>
 <link>http://feeds.drupaldashboard.com/~r/ImportantModuleReleasesInDrupal/~3/dtnRm7v6kJw/746</link>
 <description>&lt;p&gt;An less functional but more sane alternative to og_notifications module. Handles notification of new nodes and comments posted to groups. Also handles sending of group broadcast email.&lt;br /&gt;
This module is largely built form the notifications code that was in OG before the big switch to Notifications framework. I now regret that switch, and this module is a small penance.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; A co-maintainer is needed for this module. Please volunteer if you understand og a bit.
&lt;/li&gt;
&lt;li&gt; Works best when job_queue module is also enabled - &lt;a href="http://drupal.org/project/job_queue" title="http://drupal.org/project/job_queue" rel="nofollow"&gt;http://drupal.org/project/job_queue&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;There is currently no migration of subscriptions from og_notifications. Your mail templates do carry over, since they are still defined at admin/og/og
&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/ImportantModuleReleasesInDrupal/~4/dtnRm7v6kJw" height="1" width="1"/&gt;</description>
 <pubDate>Sat, 13 Aug 2011 07:15:14 +0000</pubDate>
 <dc:creator>greggles</dc:creator>
 <guid isPermaLink="false">746 at http://drupaldashboard.com</guid>
<feedburner:origLink>http://drupaldashboard.com/node/746</feedburner:origLink></item>
<item>
 <title>Contrib status</title>
 <link>http://feeds.drupaldashboard.com/~r/ImportantModuleReleasesInDrupal/~3/iEZvJgaRyPk/745</link>
 <description>&lt;p&gt;A module to hopefully help power a dashboard like this:&lt;/p&gt;
&lt;p&gt;Leveraging as much as possible off of the fabulous &lt;a href="http://drupal.org/project/upgrade_status" title="http://drupal.org/project/upgrade_status" rel="nofollow"&gt;http://drupal.org/project/upgrade_status&lt;/a&gt;.&lt;br /&gt;
Going to someday end up on &lt;a href="http://drupalcontribstatus.com/" title="http://drupalcontribstatus.com/" rel="nofollow"&gt;http://drupalcontribstatus.com/&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ImportantModuleReleasesInDrupal/~4/iEZvJgaRyPk" height="1" width="1"/&gt;</description>
 <pubDate>Tue, 19 Jul 2011 21:54:41 +0000</pubDate>
 <dc:creator>greggles</dc:creator>
 <guid isPermaLink="false">745 at http://drupaldashboard.com</guid>
<feedburner:origLink>http://drupaldashboard.com/node/745</feedburner:origLink></item>
<item>
 <title>Project*</title>
 <link>http://feeds.drupaldashboard.com/~r/ImportantModuleReleasesInDrupal/~3/cS28KtGJwpE/744</link>
 <description>&lt;p&gt;This is an experimental rewrite of the project* modules for Drupal 7.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ImportantModuleReleasesInDrupal/~4/cS28KtGJwpE" height="1" width="1"/&gt;</description>
 <pubDate>Thu, 30 Jun 2011 19:32:21 +0000</pubDate>
 <dc:creator>greggles</dc:creator>
 <guid isPermaLink="false">744 at http://drupaldashboard.com</guid>
<feedburner:origLink>http://drupaldashboard.com/node/744</feedburner:origLink></item>
<item>
 <title>Drupal.org user project statistics</title>
 <link>http://feeds.drupaldashboard.com/~r/ImportantModuleReleasesInDrupal/~3/LreCtl82cWE/743</link>
 <description>&lt;p&gt;Provides a 'It has been [time-interval] since [user] created a new project on Drupal.org' block with some statistics. This is like those '[x] days since last accident' at dangerous work sites but made for Drupal developers!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ImportantModuleReleasesInDrupal/~4/LreCtl82cWE" height="1" width="1"/&gt;</description>
 <pubDate>Wed, 29 Jun 2011 21:48:02 +0000</pubDate>
 <dc:creator>greggles</dc:creator>
 <guid isPermaLink="false">743 at http://drupaldashboard.com</guid>
<feedburner:origLink>http://drupaldashboard.com/node/743</feedburner:origLink></item>
<item>
 <title>Car</title>
 <link>http://feeds.drupaldashboard.com/~r/ImportantModuleReleasesInDrupal/~3/Lc0vJZc908Q/742</link>
 <description>&lt;p&gt;Provides a fieldable entities and UIs for cars and car log entries.&lt;br /&gt;
Proposed features&lt;br /&gt;
Car entity&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fieldable&lt;/li&gt;
&lt;li&gt;Token integration&lt;/li&gt;
&lt;li&gt;Pathauto integration&lt;/li&gt;
&lt;li&gt;Views integration&lt;/li&gt;
&lt;li&gt;Users can easily add multiple cars to their account.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Car log entry entity&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fieldable&lt;/li&gt;
&lt;li&gt;Mulitple types of entries (mileage, repair, etc.)&lt;/li&gt;
&lt;li&gt;Token integration&lt;/li&gt;
&lt;li&gt;Views integration&lt;/li&gt;
&lt;li&gt;Easy exporting of records&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Car year/make/model selector&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fetches and syncs year, make, and model options from remote sources.&lt;/li&gt;
&lt;li&gt;Provides AJAX dependent drop-down fields for selecting a car's year, make, and model.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Mileage tracker pre-packaged feature or install profile&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Easily record and calculate milage per car&lt;/li&gt;
&lt;li&gt;Import and export your records via XML or CSV&lt;/li&gt;
&lt;li&gt;Synchronize/push your mileage data to fueleconomy.gov&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Related modules&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/vinfield" rel="nofollow"&gt;VIN Field&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/ImportantModuleReleasesInDrupal/~4/Lc0vJZc908Q" height="1" width="1"/&gt;</description>
 <pubDate>Sun, 22 May 2011 21:11:30 +0000</pubDate>
 <dc:creator>greggles</dc:creator>
 <guid isPermaLink="false">742 at http://drupaldashboard.com</guid>
<feedburner:origLink>http://drupaldashboard.com/node/742</feedburner:origLink></item>
</channel>
</rss>

