I have repeated the steps 3 times. I have even deleted the old folders and then pasted in the new ones. I have left modules and themes untouched. The two files from sites were moved over. I have noticed that there are some references to this in the forum. Any ideas?

CommentFileSizeAuthor
#25 query.pdf145.11 KBingopingo

Comments

pasqualle’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

we need to understand your problem first.
can you write the steps what you did and also what is the problem, the error message?

quikone’s picture

No error message, but the websites still indicate that they are at 6.14. The steps I followed were basically the steps included in the file. But, I did a system backup, downloaded the new file, unpacked the file into its own folder, moved all but the themes and modules folders over to the /var/www directory. I then went to my main website and performed update.php. The first time I noticed that the system was still at 6.14 I thought I must have done something incorrectly. So at that point I went back to the update directions and I am pretty sure I followed them. Should I have moved any of the file in themes and modules, so far with all previous updates I have not.

Thanks again,

Ron

quikone’s picture

Status: Postponed (maintainer needs more info) » Active
heine’s picture

Priority: Critical » Normal
Status: Active » Fixed

The directories modules and themes contain core Drupal elements and need to be transferred.

quikone’s picture

That was it, sorry I did not recognize that before posting.

ingopingo’s picture

Status: Fixed » Active

Sorry to reopen this issue, but same problem here.

After multiple "update.php" and "Available updates" runs the site still shows 6.14 and "Security update required!"

I fear that I'll finally give up.... At the moment I simply don't feel like working any further with drupal... :-(((

ingopingo’s picture

Seemes that I'm not the only one who ran in big troubles with this update.

If I could turn back time (just back to this morning) I would give a damn on this security update... :-(

heine’s picture

@ingopingo, while I can understand how you feel, your emotional state doesn't give us much to work with.

What steps did you take to upgrade?

pasqualle’s picture

what do you see in /modules/system/system.module on line 12?

define('VERSION', '6.15');
ingopingo’s picture

Heine,

thx for your reply.

I used the upgrade.txt as guidance and did all the steps as described (as I did before when I upgraded from 6.13 to 6.14).

- made a backup of files and database
- put site in maintanace mode
- deactivated all modules except the core ones
- deleted all the content within the drupal installation
- copied the drupal 6.15 data in the installation folder
- copied the sites folder in theinstallation folder
- run update.php (which was a problem cause I forgot to upload the www.example.com/modules fiolder during the first step). this result was that the update. php only leaded to WSoD.
- copied the missing modeules folder in the drupal directory
- rerun update.php which now worked as it should.
- began to re-activate some basic modules asi18n, cck, views, poormanscron, etc.
- poormanscron was then fired up which leads my attention to the fact that drupal still wanted to upgrade to 6.15
- made several update.php runs since then and reupped the 6.15 files again and again but with no success.
- status report still mention that 6.15 upgrade is necessary.

Simply frustrated I dunno what I can do except dropping database tables and start from scratch. But this is not really an option either...

For Drupal is at version 6.15 now it is hard to believe that it is incapable to update automatically.
How can it happen that an minor core update (with not even a single new feature!) causes such an amount of work and contents such a bunch of risks to destroy the installation?
At this moment it seems to me that having a drupal community is a bit like playing russion roulette...

Basically these points could make Drupal a No-Go for one who isn't interested in dealing with disasters every couple of weeks :-(

ingopingo’s picture

@Pasqualle

define('VERSION', '6.15');

as you stated.

Cleared all caches for several times, too..

pasqualle’s picture

possible problems:
1. you must have a module (or old system.module copy) which redefine the VERSION number. try:
find . | xargs grep "'VERSION'" -s
from the Drupal root folder
2. you are not working with the correct installation folder. the site points to a different folder than what you are trying to upgrade.

Drupal upgrade is plain easy.. don't blame the system..

ingopingo’s picture

find . | xargs grep "'VERSION'" -s

how can I do this? is this a console command? I didn't worked with console yet...

heine’s picture

Your modules folder still contains files from Drupal 6.14. The update status module takes the version information from the .info files there.

ingopingo’s picture

That would be logical. But I already deleted all within the www.example.com/modules folder and upped the 6.15 folders in there. So I wonder what file this could be.

Could it be possible that any file within the /sites/all/modules causes such errors? From all what I learned till now this couldn't be?!?

I think I'll check those files within the modules folder once again. Perhaps I've overlooked anything. Thx for your help so far....

ingopingo’s picture

Well... I did it again... Deleted all folders and files except the /sites folder and reupped all from a clean & fresh downloaded drupal 6.15 copy.

To me this means that there can't any old files left.

Update.php was executed once more (no changed files) and the result is the same again...

If nothing within the /sites folder can cause these problems than it has to be the database.

Really dont know what to do else if not to delete the whole installation. I want to say thx for your time and the attempts to help.

I'll have to think about rebuilding (again!) all from scratch on a 6.15 version or to try out a different CMS (littering over 6 month of learning and the books I bought). I don't know if I simply had a lot of bad luck during the past months or if it is just that I'm as dumb as a doorknob. I can't believe that it is normal that one risks crashing the system everytime when installing /deinstalling contributed modules. At the end I want a system I can count on while running my sites...

heine’s picture

If you are sure you deleted everything except sites, it means there's a module in sites that claims to be core and of version 6.14.

Possible causes:

- you did "override" a core module with a copy in sites/all/modules or sites/[site]/modules.
- you copied a .info file from core to a module in sites/all/modules and forgot to remove the version & core claims.
- you store a backup of older core modules inside sites/all/modules or sites/[site]/modules.

BTW: If you open modules/block/block.info, what VERSION does it have?

heine’s picture

If you have access to your sites' database (eg via phpmyadmin), please post the results of the following query:

SELECT filename, info FROM system

(If you use a database prefix, use [prefix]system)

pasqualle’s picture

are you sure you are working with the live Drupal directory?

rename the index.php file to noindex.php (or something), then check the site from the browser.

ingopingo’s picture

@Heine,

thx a lot for your help. It's much appreciated!

The modules/block/block.info shows version = "6.15"

Should I try to delete the complete content of sites/all (the modules & themes folder within) to see if anything in there interferes with the core modules?

ingopingo’s picture

@ Heine,

this is the result of the database query SELECT filename, info FROM system

Search results for "SELECT filename, info FROM system" (at least one of the words): 0 match(es) inside table access 	  	 
9 match(es) inside table accesslog 	
	
1 match(es) inside table actions 	
	
0 match(es) inside table actions_aid 	  	 
0 match(es) inside table activity 	  	 
0 match(es) inside table activity_comments 	  	 
0 match(es) inside table activity_history 	  	 
0 match(es) inside table activity_targets 	  	 
0 match(es) inside table advanced_help_index 	  	 
0 match(es) inside table aggregator_category 	  	 
0 match(es) inside table aggregator_category_feed 	  	 
0 match(es) inside table aggregator_category_item 	  	 
0 match(es) inside table aggregator_feed 	  	 
181 match(es) inside table aggregator_item 	
	
0 match(es) inside table authmap 	  	 
0 match(es) inside table batch 	  	 
0 match(es) inside table better_formats_defaults 	  	 
40 match(es) inside table blocks 	
	
0 match(es) inside table blocks_roles 	  	 
0 match(es) inside table blogapi_files 	  	 
0 match(es) inside table book 	  	 
0 match(es) inside table boxes 	  	 
6 match(es) inside table ca_predicates 	
	
6 match(es) inside table cache 	
	
0 match(es) inside table cache_block 	  	 
1 match(es) inside table cache_content 	
	
0 match(es) inside table cache_filter 	  	 
0 match(es) inside table cache_form 	  	 
0 match(es) inside table cache_gravatar 	  	 
0 match(es) inside table cache_location 	  	 
2 match(es) inside table cache_menu 	
	
0 match(es) inside table cache_page 	  	 
2 match(es) inside table cache_rules 	
	
0 match(es) inside table cache_tax_image 	  	 
0 match(es) inside table cache_uc_price 	  	 
2 match(es) inside table cache_update 	
	
0 match(es) inside table cache_views 	  	 
0 match(es) inside table cache_views_data 	  	 
0 match(es) inside table captcha_points 	  	 
0 match(es) inside table captcha_sessions 	  	 
1 match(es) inside table comments 	
	
0 match(es) inside table conditional_fields 	  	 
8 match(es) inside table contact 	
	
0 match(es) inside table content_field__baub_addpic 	  	 
0 match(es) inside table content_field_baub_anstrich 	  	 
0 match(es) inside table content_field_baub_anstrich_bild 	  	 
0 match(es) inside table content_field_baub_bau 	  	 
0 match(es) inside table content_field_baub_baubild 	  	 
0 match(es) inside table content_field_baub_originalbild 	  	 
0 match(es) inside table content_field_baub_teilebild 	  	 
0 match(es) inside table content_field_blog_image 	  	 
0 match(es) inside table content_field_image_cache 	  	 
0 match(es) inside table content_field_playlist 	  	 
0 match(es) inside table content_field_userpictures 	  	 
0 match(es) inside table content_group 	  	 
0 match(es) inside table content_group_fields 	  	 
0 match(es) inside table content_node_field 	  	 
13 match(es) inside table content_node_field_instance 	
	
0 match(es) inside table content_type_admin_artikel 	  	 
0 match(es) inside table content_type_album 	  	 
0 match(es) inside table content_type_baubericht 	  	 
0 match(es) inside table content_type_blog 	  	 
0 match(es) inside table content_type_dragon 	  	 
0 match(es) inside table content_type_event 	  	 
0 match(es) inside table content_type_model_event 	  	 
0 match(es) inside table content_type_photo 	  	 
0 match(es) inside table content_type_product 	  	 
0 match(es) inside table content_type_product_kit 	  	 
0 match(es) inside table content_type_profile 	  	 
0 match(es) inside table content_type_story 	  	 
0 match(es) inside table content_type_uprofile 	  	 
0 match(es) inside table content_type_user_gallery 	  	 
0 match(es) inside table css_injector_rule 	  	 
0 match(es) inside table ctools_css_cache 	  	 
1 match(es) inside table ctools_object_cache 	
	
0 match(es) inside table date_format_locale 	  	 
0 match(es) inside table date_format_types 	  	 
0 match(es) inside table date_formats 	  	 
0 match(es) inside table devel_queries 	  	 
0 match(es) inside table devel_times 	  	 
0 match(es) inside table discussthis 	  	 
0 match(es) inside table discussthis_forums 	  	 
0 match(es) inside table faq_questions 	  	 
0 match(es) inside table faq_weights 	  	 
0 match(es) inside table fckeditor_role 	  	 
0 match(es) inside table fckeditor_settings 	  	 
0 match(es) inside table feedapi 	  	 
6 match(es) inside table feedapi_node_item 	
	
0 match(es) inside table feedapi_node_item_feed 	  	 
0 match(es) inside table feedapi_stat 	  	 
0 match(es) inside table filefield_paths 	  	 
0 match(es) inside table files 	  	 
0 match(es) inside table filter_formats 	  	 
0 match(es) inside table filters 	  	 
0 match(es) inside table fivestar_comment 	  	 
0 match(es) inside table flag_actions 	  	 
0 match(es) inside table flag_content 	  	 
0 match(es) inside table flag_counts 	  	 
0 match(es) inside table flag_types 	  	 
1 match(es) inside table flags 	
	
0 match(es) inside table flood 	  	 
0 match(es) inside table forum 	  	 
0 match(es) inside table fupload_previewlist 	  	 
0 match(es) inside table gallery_assist 	  	 
0 match(es) inside table gallery_assist_item 	  	 
0 match(es) inside table gallery_assist_translated 	  	 
0 match(es) inside table gmap_taxonomy_node 	  	 
0 match(es) inside table gmap_taxonomy_term 	  	 
0 match(es) inside table guestbook 	  	 
0 match(es) inside table history 	  	 
0 match(es) inside table i18n_blocks 	  	 
0 match(es) inside table i18n_strings 	  	 
5 match(es) inside table i18n_variable 	Browse 	Delete
0 match(es) inside table image 	  	 
0 match(es) inside table image_attach 	  	 
0 match(es) inside table imagecache_action 	  	 
0 match(es) inside table imagecache_preset 	  	 
0 match(es) inside table kudos_cached 	  	 
0 match(es) inside table kudos_granted 	  	 
0 match(es) inside table kudos_info 	  	 
0 match(es) inside table kudos_info_types 	  	 
0 match(es) inside table languages 	  	 
1219 match(es) inside table locales_source 	
	
91 match(es) inside table locales_target 	
	
0 match(es) inside table location 	  	 
0 match(es) inside table location_fax 	  	 
0 match(es) inside table location_instance 	  	 
0 match(es) inside table location_phone 	  	 
0 match(es) inside table location_search_work 	  	 
0 match(es) inside table location_web 	  	 
0 match(es) inside table menu_custom 	  	 
586 match(es) inside table menu_links 	
	
102 match(es) inside table menu_router 	
	
0 match(es) inside table messaging_message_parts 	  	 
0 match(es) inside table messaging_store 	  	 
14 match(es) inside table node 	
	
0 match(es) inside table node_access 	  	 
0 match(es) inside table node_comment_statistics 	  	 
0 match(es) inside table node_composite 	  	 
0 match(es) inside table node_composite_references 	  	 
0 match(es) inside table node_composite_sets 	  	 
0 match(es) inside table node_counter 	  	 
0 match(es) inside table node_privacy_byrole 	  	 
114 match(es) inside table node_revisions 	
	
4 match(es) inside table node_type 	
	
0 match(es) inside table nodewords 	  	 
0 match(es) inside table nodewords_custom 	  	 
0 match(es) inside table notifications 	  	 
0 match(es) inside table notifications_event 	  	 
0 match(es) inside table notifications_fields 	  	 
0 match(es) inside table notifications_queue 	  	 
0 match(es) inside table notifications_sent 	  	 
0 match(es) inside table og 	  	 
0 match(es) inside table og_access_post 	  	 
0 match(es) inside table og_ancestry 	  	 
0 match(es) inside table og_notifications 	  	 
0 match(es) inside table og_uid 	  	 
0 match(es) inside table openid_association 	  	 
0 match(es) inside table page_manager_handlers 	  	 
0 match(es) inside table page_manager_pages 	  	 
0 match(es) inside table page_manager_weights 	  	 
0 match(es) inside table panels_display 	  	 
0 match(es) inside table panels_mini 	  	 
0 match(es) inside table panels_node 	  	 
0 match(es) inside table panels_pane 	  	 
0 match(es) inside table parser_common_syndication 	  	 
2 match(es) inside table permission 	Browse 	Delete
0 match(es) inside table poll 	  	 
0 match(es) inside table poll_choices 	  	 
0 match(es) inside table poll_votes 	  	 
0 match(es) inside table profile_fields 	  	 
0 match(es) inside table profile_values 	  	 
0 match(es) inside table quicktabs 	  	 
0 match(es) inside table realname 	  	 
0 match(es) inside table role 	  	 
19 match(es) inside table rules_rules 	Browse 	Delete
0 match(es) inside table rules_sets 	  	 
549 match(es) inside table search_dataset 	Browse 	Delete
1147 match(es) inside table search_index 	Browse 	Delete
0 match(es) inside table search_node_links 	  	 
58 match(es) inside table search_total 	Browse 	Delete
1 match(es) inside table sessions 	
	
0 match(es) inside table simplenews_mail_spool 	  	 
0 match(es) inside table simplenews_newsletters 	  	 
0 match(es) inside table simplenews_snid_tid 	  	 
0 match(es) inside table simplenews_subscriptions 	  	 
0 match(es) inside table simpleviews 	  	 
0 match(es) inside table smileys 	  	 
56 match(es) inside table system 	
	
0 match(es) inside table taxonomy_menu 	  	 
0 match(es) inside table term_data 	  	 
0 match(es) inside table term_hierarchy 	  	 
0 match(es) inside table term_image 	  	 
0 match(es) inside table term_node 	  	 
0 match(es) inside table term_relation 	  	 
0 match(es) inside table term_synonym 	  	 
0 match(es) inside table translation_overview_priority 	  	 
0 match(es) inside table trigger_assignments 	  	 
0 match(es) inside table uc_cart_link_clicks 	  	 
0 match(es) inside table uc_cart_products 	  	 
0 match(es) inside table uc_catalog_images 	  	 
0 match(es) inside table uc_countries 	  	 
0 match(es) inside table uc_coupons 	  	 
0 match(es) inside table uc_coupons_orders 	  	 
0 match(es) inside table uc_flatrate_methods 	  	 
0 match(es) inside table uc_flatrate_products 	  	 
0 match(es) inside table uc_order_admin_comments 	  	 
0 match(es) inside table uc_order_comments 	  	 
0 match(es) inside table uc_order_line_items 	  	 
1 match(es) inside table uc_order_log 	
	
0 match(es) inside table uc_order_products 	  	 
0 match(es) inside table uc_order_quotes 	  	 
0 match(es) inside table uc_order_statuses 	  	 
0 match(es) inside table uc_orders 	  	 
0 match(es) inside table uc_packaged_products 	  	 
0 match(es) inside table uc_packages 	  	 
0 match(es) inside table uc_payment_bank_transfer 	  	 
0 match(es) inside table uc_payment_check 	  	 
0 match(es) inside table uc_payment_cod 	  	 
0 match(es) inside table uc_payment_other 	  	 
0 match(es) inside table uc_payment_paypal_ipn 	  	 
0 match(es) inside table uc_payment_receipts 	  	 
0 match(es) inside table uc_product_classes 	  	 
0 match(es) inside table uc_product_features 	  	 
0 match(es) inside table uc_product_kits 	  	 
0 match(es) inside table uc_product_stock 	  	 
0 match(es) inside table uc_products 	  	 
0 match(es) inside table uc_quote_product_locations 	  	 
0 match(es) inside table uc_quote_shipping_types 	  	 
0 match(es) inside table uc_shipments 	  	 
0 match(es) inside table uc_store_footers 	  	 
0 match(es) inside table uc_weightquote_methods 	  	 
0 match(es) inside table uc_weightquote_products 	  	 
0 match(es) inside table uc_zones 	  	 
0 match(es) inside table upload 	  	 
12 match(es) inside table url_alias 	Browse 	Delete
0 match(es) inside table user_badges_badges 	  	 
0 match(es) inside table user_badges_roles 	  	 
0 match(es) inside table user_badges_user 	  	 
0 match(es) inside table user_relationship_blocks 	  	 
0 match(es) inside table user_relationship_defaults 	  	 
0 match(es) inside table user_relationship_elaborations 	  	 
0 match(es) inside table user_relationship_implications 	  	 
0 match(es) inside table user_relationship_node_access 	  	 
0 match(es) inside table user_relationship_type_roles 	  	 
0 match(es) inside table user_relationship_types 	  	 
0 match(es) inside table user_relationships 	  	 
0 match(es) inside table userpoints 	  	 
0 match(es) inside table userpoints_login 	  	 
0 match(es) inside table userpoints_top_contributors 	  	 
0 match(es) inside table userpoints_txn 	  	 
1 match(es) inside table users 	
	
0 match(es) inside table users_roles 	  	 
54 match(es) inside table variable 	Browse 	Delete
8 match(es) inside table views_display 	
	
12 match(es) inside table views_object_cache 	
	
1 match(es) inside table views_view 	
	
1 match(es) inside table vocabulary 	
	
0 match(es) inside table vocabulary_node_types 	  	 
0 match(es) inside table votingapi_cache 	  	 
0 match(es) inside table votingapi_vote 	  	 
60 match(es) inside table watchdog 	
	
0 match(es) inside table webform 	  	 
0 match(es) inside table webform_block 	  	 
1 match(es) inside table webform_component 	
	
0 match(es) inside table webform_roles 	  	 
0 match(es) inside table webform_submissions 	  	 
0 match(es) inside table webform_submitted_data 	  	 
0 match(es) inside table weblinks 	  	 
0 match(es) inside table zipcodes 	  	 

Total: 4398 match(es)
ingopingo’s picture

@Pasqualle,

Thx a lot for your help, too

Renaming the index.php to noindex.php leads to a file not found

Not Found

The requested URL /index.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
heine’s picture

SELECT filename, info FROM system

Please execute the query instead of searching for it :)

PHPMyadmin should have something called "Execute query" or "Execute SQL" or somesuch.

ingopingo’s picture

Oh sorry... :-/

This is a big one... phew!

sites/all/modules/resource_conflict/resource_conflict.module  	a:9:{s:4:"name";s:17:"Resource Conflict";s:11:"description";s:81:"Provides a mechanism for notifying of conflict based on nodereferenced resources.";s:12:"dependencies";a:3:{i:0;s:13:"nodereference";i:1;s:8:"date_api";i:2;s:7:"content";}s:7:"project";s:17:"resource_conflict";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.0";s:9:"datestamp";s:10:"1251388591";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/system/system.module 	a:10:{s:4:"name";s:6:"System";s:11:"description";s:54:"Handles general site configuration for administrators.";s:7:"package";s:15:"Core - required";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/aggregator/aggregator.module 	a:10:{s:4:"name";s:10:"Aggregator";s:11:"description";s:57:"Aggregates syndicated content (RSS, RDF, and Atom feeds).";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/block/block.module 	a:10:{s:4:"name";s:5:"Block";s:11:"description";s:62:"Controls the boxes that are displayed around the main content.";s:7:"package";s:15:"Core - required";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/blog/blog.module 	a:10:{s:4:"name";s:4:"Blog";s:11:"description";s:69:"Enables keeping easily and regularly updated user web pages or blogs.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/blogapi/blogapi.module 	a:10:{s:4:"name";s:8:"Blog API";s:11:"description";s:79:"Allows users to post content using applications that support XML-RPC blog APIs.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/book/book.module 	a:10:{s:4:"name";s:4:"Book";s:11:"description";s:63:"Allows users to structure site pages in a hierarchy or outline.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/color/color.module 	a:10:{s:4:"name";s:5:"Color";s:11:"description";s:61:"Allows the user to change the color scheme of certain themes.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/comment/comment.module 	a:10:{s:4:"name";s:7:"Comment";s:11:"description";s:57:"Allows users to comment on and discuss published content.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/contact/contact.module 	a:10:{s:4:"name";s:7:"Contact";s:11:"description";s:61:"Enables the use of both personal and site-wide contact forms.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/dblog/dblog.module 	a:10:{s:4:"name";s:16:"Database logging";s:11:"description";s:47:"Logs and records system events to the database.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/filter/filter.module 	a:10:{s:4:"name";s:6:"Filter";s:11:"description";s:60:"Handles the filtering of content in preparation for display.";s:7:"package";s:15:"Core - required";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/forum/forum.module 	a:10:{s:4:"name";s:5:"Forum";s:11:"description";s:50:"Enables threaded discussions about general topics.";s:12:"dependencies";a:2:{i:0;s:8:"taxonomy";i:1;s:7:"comment";}s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/help/help.module 	a:10:{s:4:"name";s:4:"Help";s:11:"description";s:35:"Manages the display of online help.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/locale/locale.module 	a:10:{s:4:"name";s:6:"Locale";s:11:"description";s:119:"Adds language handling functionality and enables the translation of the user interface to languages other than English.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/menu/menu.module 	a:10:{s:4:"name";s:4:"Menu";s:11:"description";s:60:"Allows administrators to customize the site navigation menu.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/node/node.module 	a:10:{s:4:"name";s:4:"Node";s:11:"description";s:66:"Allows content to be submitted to the site and displayed on pages.";s:7:"package";s:15:"Core - required";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/openid/openid.module 	a:10:{s:4:"name";s:6:"OpenID";s:11:"description";s:48:"Allows users to log into your site using OpenID.";s:7:"version";s:4:"6.14";s:7:"package";s:15:"Core - optional";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/path/path.module 	a:10:{s:4:"name";s:4:"Path";s:11:"description";s:28:"Allows users to rename URLs.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/php/php.module 	a:10:{s:4:"name";s:10:"PHP filter";s:11:"description";s:50:"Allows embedded PHP code/snippets to be evaluated.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/ping/ping.module 	a:10:{s:4:"name";s:4:"Ping";s:11:"description";s:51:"Alerts other sites when your site has been updated.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/poll/poll.module 	a:10:{s:4:"name";s:4:"Poll";s:11:"description";s:95:"Allows your site to capture votes on different topics in the form of multiple choice questions.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/profile/profile.module 	a:10:{s:4:"name";s:7:"Profile";s:11:"description";s:36:"Supports configurable user profiles.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/search/search.module 	a:10:{s:4:"name";s:6:"Search";s:11:"description";s:36:"Enables site-wide keyword searching.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/statistics/statistics.module 	a:10:{s:4:"name";s:10:"Statistics";s:11:"description";s:37:"Logs access statistics for your site.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/syslog/syslog.module 	a:10:{s:4:"name";s:6:"Syslog";s:11:"description";s:41:"Logs and records system events to syslog.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/taxonomy/taxonomy.module 	a:10:{s:4:"name";s:8:"Taxonomy";s:11:"description";s:38:"Enables the categorization of content.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/throttle/throttle.module 	a:10:{s:4:"name";s:8:"Throttle";s:11:"description";s:66:"Handles the auto-throttling mechanism, to control site congestion.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/tracker/tracker.module 	a:10:{s:4:"name";s:7:"Tracker";s:11:"description";s:43:"Enables tracking of recent posts for users.";s:12:"dependencies";a:1:{i:0;s:7:"comment";}s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/translation/translation.module 	a:10:{s:4:"name";s:19:"Content translation";s:11:"description";s:57:"Allows content to be translated into different languages.";s:12:"dependencies";a:1:{i:0;s:6:"locale";}s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/trigger/trigger.module 	a:10:{s:4:"name";s:7:"Trigger";s:11:"description";s:90:"Enables actions to be fired on certain system events, such as when new content is created.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/update/update.module 	a:10:{s:4:"name";s:13:"Update status";s:11:"description";s:88:"Checks the status of available updates for Drupal and your installed modules and themes.";s:7:"version";s:4:"6.14";s:7:"package";s:15:"Core - optional";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/upload/upload.module 	a:10:{s:4:"name";s:6:"Upload";s:11:"description";s:51:"Allows users to upload and attach files to content.";s:7:"package";s:15:"Core - optional";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/drupal-6.14/drupal-6.14/modules/user/user.module 	a:10:{s:4:"name";s:4:"User";s:11:"description";s:47:"Manages the user registration and login system.";s:7:"package";s:15:"Core - required";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1253130027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/views_gallery/views_gallery.module 	a:10:{s:4:"name";s:13:"Views Gallery";s:11:"description";s:42:"Add a Views image gallery to your website.";s:4:"core";s:3:"6.x";s:7:"package";s:5:"Views";s:12:"dependencies";a:8:{i:0;s:10:"imagefield";i:1;s:7:"content";i:2;s:12:"content_copy";i:3;s:13:"nodereference";i:4;s:17:"nodereference_url";i:5;s:5:"views";i:6;s:12:"views_attach";i:7;s:5:"token";}s:7:"version";s:7:"6.x-1.2";s:7:"project";s:13:"views_gallery";s:9:"datestamp";s:10:"1256996492";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/poormanscron/poormanscron.module 	a:9:{s:4:"name";s:12:"Poormanscron";s:11:"description";s:56:"Internal scheduler for users without a cron application.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.0";s:7:"project";s:12:"poormanscron";s:9:"datestamp";s:10:"1259284245";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/calendar/calendar.module 	a:10:{s:4:"name";s:8:"Calendar";s:11:"description";s:60:"Views plugin to display views containing dates as Calendars.";s:12:"dependencies";a:3:{i:0;s:5:"views";i:1;s:8:"date_api";i:2;s:13:"date_timezone";}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"calendar";s:9:"datestamp";s:10:"1248867038";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/calendar/calendar_ical/calendar_ical.module 	a:10:{s:4:"name";s:13:"Calendar iCal";s:11:"description";s:42:"Adds ical functionality to Calendar views.";s:12:"dependencies";a:3:{i:0;s:5:"views";i:1;s:8:"date_api";i:2;s:8:"calendar";}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"calendar";s:9:"datestamp";s:10:"1248867038";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/calendar/jcalendar/jcalendar.module 	a:10:{s:4:"name";s:14:"Calendar Popup";s:11:"description";s:115:"Replaces the links to calendar items with a javascript popup that gracefully regresses if javascript is not enabled";s:12:"dependencies";a:2:{i:0;s:8:"calendar";i:1;s:5:"views";}s:4:"core";s:3:"6.x";s:7:"package";s:9:"Date/Time";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"calendar";s:9:"datestamp";s:10:"1248867038";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/date/date/date.module 	a:10:{s:4:"name";s:4:"Date";s:11:"description";s:41:"Defines CCK date/time fields and widgets.";s:12:"dependencies";a:3:{i:0;s:7:"content";i:1;s:8:"date_api";i:2;s:13:"date_timezone";}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.4";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1253103320";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/date/date_api.module 	a:10:{s:4:"name";s:8:"Date API";s:11:"description";s:45:"A Date API that can be used by other modules.";s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.4";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1253103320";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/date/date_locale/date_locale.module 	a:10:{s:4:"name";s:11:"Date Locale";s:11:"description";s:124:"Allows the site admin to configure multiple formats for date/time display to tailor dates for a specific locale or audience.";s:7:"package";s:9:"Date/Time";s:12:"dependencies";a:2:{i:0;s:8:"date_api";i:1;s:6:"locale";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.4";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1253103320";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/date/date_php4/date_php4.module 	a:10:{s:4:"name";s:9:"Date PHP4";s:11:"description";s:134:"Emulate PHP 5.2 date functions in PHP 4.x, PHP 5.0, and PHP 5.1. Required when using the Date API with PHP versions less than PHP 5.2.";s:7:"package";s:9:"Date/Time";s:12:"dependencies";a:1:{i:0;s:8:"date_api";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.4";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1253103320";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/date/date_popup/date_popup.module 	a:10:{s:4:"name";s:10:"Date Popup";s:11:"description";s:84:"Enables jquery popup calendars and time entry widgets for selecting dates and times.";s:12:"dependencies";a:2:{i:0;s:8:"date_api";i:1;s:13:"date_timezone";}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.4";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1253103320";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/date/date_repeat/date_repeat.module 	a:10:{s:4:"name";s:15:"Date Repeat API";s:11:"description";s:73:"A Date Repeat API to calculate repeating dates and times from iCal rules.";s:12:"dependencies";a:1:{i:0;s:8:"date_api";}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.4";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1253103320";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/date/date_timezone/date_timezone.module 	a:10:{s:4:"name";s:13:"Date Timezone";s:11:"description";s:111:"Needed when using Date API. Overrides site and user timezone handling to set timezone names instead of offsets.";s:7:"package";s:9:"Date/Time";s:12:"dependencies";a:1:{i:0;s:8:"date_api";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.4";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1253103320";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/date/date_tools/date_tools.module 	a:10:{s:4:"name";s:10:"Date Tools";s:11:"description";s:52:"Tools to import and auto-create dates and calendars.";s:12:"dependencies";a:2:{i:0;s:7:"content";i:1;s:4:"date";}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.4";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1253103320";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/views/views.module 	a:10:{s:4:"name";s:5:"Views";s:11:"description";s:55:"Create customized lists and queries from your database.";s:7:"package";s:5:"Views";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.8";s:7:"project";s:5:"views";s:9:"datestamp";s:10:"1259799377";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/views/views_export/views_export.module 	a:10:{s:4:"name";s:14:"Views exporter";s:11:"description";s:40:"Allows exporting multiple views at once.";s:7:"package";s:5:"Views";s:12:"dependencies";a:1:{i:0;s:5:"views";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.8";s:7:"project";s:5:"views";s:9:"datestamp";s:10:"1259799377";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/views/views_ui.module 	a:10:{s:4:"name";s:8:"Views UI";s:11:"description";s:93:"Administrative interface to views. Without this module, you cannot create or edit your views.";s:7:"package";s:5:"Views";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:5:"views";}s:7:"version";s:7:"6.x-2.8";s:7:"project";s:5:"views";s:9:"datestamp";s:10:"1259799377";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/cck/content.module 	a:10:{s:4:"name";s:7:"Content";s:11:"description";s:50:"Allows administrators to define new content types.";s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.6";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1257464735";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/cck/modules/content_copy/content_copy.module 	a:10:{s:4:"name";s:12:"Content Copy";s:11:"description";s:51:"Enables ability to import/export field definitions.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.6";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1257464735";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/cck/modules/content_permissions/content_permissions.module 	a:10:{s:4:"name";s:19:"Content Permissions";s:11:"description";s:43:"Set field-level permissions for CCK fields.";s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"version";s:7:"6.x-2.6";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1257464735";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/cck/modules/fieldgroup/fieldgroup.module 	a:10:{s:4:"name";s:10:"Fieldgroup";s:11:"description";s:37:"Create display groups for CCK fields.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.6";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1257464735";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/cck/modules/nodereference/nodereference.module 	a:10:{s:4:"name";s:14:"Node Reference";s:11:"description";s:59:"Defines a field type for referencing one node from another.";s:12:"dependencies";a:3:{i:0;s:7:"content";i:1;s:4:"text";i:2;s:13:"optionwidgets";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.6";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1257464735";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/cck/modules/number/number.module 	a:10:{s:4:"name";s:6:"Number";s:11:"description";s:28:"Defines numeric field types.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.6";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1257464735";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/cck/modules/optionwidgets/optionwidgets.module 	a:10:{s:4:"name";s:14:"Option Widgets";s:11:"description";s:82:"Defines selection, check box and radio button widgets for text and numeric fields.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.6";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1257464735";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/cck/modules/text/text.module 	a:10:{s:4:"name";s:4:"Text";s:11:"description";s:32:"Defines simple text field types.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.6";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1257464735";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/cck/modules/userreference/userreference.module 	a:10:{s:4:"name";s:14:"User Reference";s:11:"description";s:56:"Defines a field type for referencing a user from a node.";s:12:"dependencies";a:3:{i:0;s:7:"content";i:1;s:4:"text";i:2;s:13:"optionwidgets";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.6";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1257464735";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/faq/faq.module 	a:9:{s:4:"name";s:26:"Frequently Asked Questions";s:11:"description";s:50:"Manages configuration of questions for a FAQ page.";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.10";s:7:"project";s:3:"faq";s:9:"datestamp";s:10:"1259532041";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/fckeditor/fckeditor.module 	a:9:{s:4:"name";s:9:"FCKeditor";s:11:"description";s:70:"Enables the usage of FCKeditor (WYSIWYG) instead of plain text fields.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.4";s:7:"project";s:9:"fckeditor";s:9:"datestamp";s:10:"1252956642";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	modules/gallery/gallery.module 	a:10:{s:4:"name";s:7:"Gallery";s:11:"description";s:28:"Embeds Gallery2 into Drupal.";s:7:"package";s:8:"Gallery2";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:7:"gallery";s:9:"datestamp";s:10:"1231588516";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	modules/gallery/gallery_g2image/gallery_g2image.module 	a:10:{s:4:"name";s:15:"Gallery G2Image";s:11:"description";s:39:"Integrates G2Image with Gallery module.";s:7:"package";s:8:"Gallery2";s:12:"dependencies";a:1:{i:0;s:7:"gallery";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:7:"gallery";s:9:"datestamp";s:10:"1231588516";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	modules/gallery/gallery_menu/gallery_menu.module 	a:10:{s:4:"name";s:12:"Gallery Menu";s:11:"description";s:43:"Adds Drupal menu items for Gallery2 albums.";s:7:"package";s:8:"Gallery2";s:12:"dependencies";a:1:{i:0;s:7:"gallery";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:7:"gallery";s:9:"datestamp";s:10:"1231588516";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	modules/gallery/gallery_profile/gallery_profile.module 	a:10:{s:4:"name";s:15:"Gallery Profile";s:11:"description";s:76:"Customize user profiles to include Gallery2 content (e.g. useralbum images).";s:7:"package";s:8:"Gallery2";s:12:"dependencies";a:1:{i:0;s:7:"gallery";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:7:"gallery";s:9:"datestamp";s:10:"1231588516";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/imageapi/imageapi.module 	a:10:{s:4:"name";s:8:"ImageAPI";s:11:"description";s:38:"ImageAPI supporting multiple toolkits.";s:7:"package";s:10:"ImageCache";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.1";s:7:"version";s:7:"6.x-1.6";s:7:"project";s:8:"imageapi";s:9:"datestamp";s:10:"1239992203";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/imageapi/imageapi_gd.module 	a:10:{s:4:"name";s:12:"ImageAPI GD2";s:11:"description";s:49:"Uses PHP's built-in GD2 image processing support.";s:7:"package";s:10:"ImageCache";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.6";s:7:"project";s:8:"imageapi";s:9:"datestamp";s:10:"1239992203";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/imageapi/imageapi_imagemagick.module 	a:10:{s:4:"name";s:20:"ImageAPI ImageMagick";s:11:"description";s:33:"Command Line ImageMagick support.";s:7:"package";s:10:"ImageCache";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.6";s:7:"project";s:8:"imageapi";s:9:"datestamp";s:10:"1239992203";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/imagecache/imagecache.module 	a:10:{s:4:"name";s:10:"ImageCache";s:11:"description";s:36:"Dynamic image manipulator and cache.";s:7:"package";s:10:"ImageCache";s:12:"dependencies";a:1:{i:0;s:8:"imageapi";}s:4:"core";s:3:"6.x";s:7:"version";s:14:"6.x-2.0-beta10";s:7:"project";s:10:"imagecache";s:9:"datestamp";s:10:"1250716281";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/imagecache/imagecache_ui.module 	a:10:{s:4:"name";s:13:"ImageCache UI";s:11:"description";s:26:"ImageCache User Interface.";s:12:"dependencies";a:2:{i:0;s:10:"imagecache";i:1;s:8:"imageapi";}s:7:"package";s:10:"ImageCache";s:4:"core";s:3:"6.x";s:7:"version";s:14:"6.x-2.0-beta10";s:7:"project";s:10:"imagecache";s:9:"datestamp";s:10:"1250716281";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/imagefield/imagefield.module 	a:10:{s:4:"name";s:10:"ImageField";s:11:"description";s:28:"Defines an image field type.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:7:"content";i:1;s:9:"filefield";}s:7:"package";s:3:"CCK";s:7:"version";s:7:"6.x-3.2";s:7:"project";s:10:"imagefield";s:9:"datestamp";s:10:"1256070937";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/filefield/filefield.module 	a:10:{s:4:"name";s:9:"FileField";s:11:"description";s:26:"Defines a file field type.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-3.2";s:7:"project";s:9:"filefield";s:9:"datestamp";s:10:"1256070656";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/filefield/filefield_meta/filefield_meta.module 	a:10:{s:4:"name";s:14:"FileField Meta";s:11:"description";s:48:"Add metadata gathering and storage to FileField.";s:12:"dependencies";a:2:{i:0;s:9:"filefield";i:1;s:6:"getid3";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-3.2";s:7:"project";s:9:"filefield";s:9:"datestamp";s:10:"1256070656";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/getid3/getid3.module 	a:9:{s:4:"name";s:8:"getID3()";s:11:"description";s:66:"getID3() extracts useful information from multimedia file formats.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.3";s:7:"project";s:6:"getid3";s:9:"datestamp";s:10:"1259199334";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/advanced_profile/advanced_profile.module 	a:9:{s:4:"name";s:20:"Advanced Profile Kit";s:11:"description";s:66:"Provides building blocks for creating enhanced user profile pages.";s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.0-beta2";s:7:"project";s:16:"advanced_profile";s:9:"datestamp";s:10:"1253157903";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/advanced_forum/advanced_forum.module 	a:9:{s:4:"name";s:14:"Advanced Forum";s:11:"description";s:58:"Enables the look and feel of other popular forum software.";s:12:"dependencies";a:2:{i:0;s:5:"forum";i:1;s:11:"author_pane";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:14:"advanced_forum";s:9:"datestamp";s:10:"1246479323";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/author_pane/author_pane.module 	a:9:{s:4:"name";s:11:"Author Pane";s:11:"description";s:72:"Gathers information from user related contrib modules into one template.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:11:"author_pane";s:9:"datestamp";s:10:"1245855912";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/flatcomments/flatcomments.module 	a:9:{s:4:"name";s:13:"Flat comments";s:11:"description";s:78:"Make all comments replies to the main post, regardless of the reply link used.";s:12:"dependencies";a:1:{i:0;s:7:"comment";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.0";s:7:"project";s:12:"flatcomments";s:9:"datestamp";s:10:"1244997941";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/flatcomments/flatcomments_existing/flatcomments_existing.module 	a:9:{s:4:"name";s:22:"Flat comments existing";s:11:"description";s:38:"Remove threading on existing comments.";s:12:"dependencies";a:1:{i:0;s:7:"comment";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.0";s:7:"project";s:12:"flatcomments";s:9:"datestamp";s:10:"1244997941";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/link/link.module 	a:10:{s:4:"name";s:4:"Link";s:11:"description";s:32:"Defines simple link field types.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.8";s:7:"project";s:4:"link";s:9:"datestamp";s:10:"1257394550";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/synonyms/synonyms.module 	a:9:{s:4:"name";s:8:"Synonyms";s:11:"description";s:52:"Allow term synonyms to be used by the search module.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:8:"taxonomy";}s:7:"version";s:7:"6.x-1.0";s:7:"project";s:8:"synonyms";s:9:"datestamp";s:10:"1231335949";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	modules/imceimage/imceimage.module 	a:10:{s:4:"name";s:10:"IMCE Image";s:11:"description";s:33:"Defines an IMCE image field type.";s:12:"dependencies";a:2:{i:0;s:4:"imce";i:1;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.0-beta2";s:7:"project";s:9:"imceimage";s:9:"datestamp";s:10:"1238175966";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	modules/imce/imce.module 	a:9:{s:4:"name";s:4:"IMCE";s:11:"description";s:82:"An image/file uploader and browser supporting personal directories and user quota.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:4:"imce";s:9:"datestamp";s:10:"1235227525";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/terms_of_use/terms_of_use.module 	a:9:{s:4:"name";s:12:"Terms of Use";s:11:"description";s:43:"Adds terms of Use to the registration page.";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.10";s:7:"project";s:12:"terms_of_use";s:9:"datestamp";s:10:"1237863957";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/composite/composite.module 	a:10:{s:4:"name";s:16:"Composite Layout";s:11:"description";s:82:"Provides a composite layout for nodes and can also display other nodes and blocks.";s:7:"package";s:16:"Composite Layout";s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.0-beta8";s:7:"project";s:9:"composite";s:9:"datestamp";s:10:"1253586621";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/composite/modules/content/composite_cck.module 	a:10:{s:4:"name";s:29:"Composite Layout Fields - CCK";s:11:"description";s:72:"Provides additional Content Construction Kit fields for Composite Layout";s:7:"package";s:16:"Composite Layout";s:12:"dependencies";a:2:{i:0;s:16:"composite_fields";i:1;s:7:"content";}s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.0-beta8";s:7:"project";s:9:"composite";s:9:"datestamp";s:10:"1253586621";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/computed_field/computed_field.module 	a:10:{s:4:"name";s:14:"Computed Field";s:11:"description";s:66:"Allows the user to define computed values in custom content types.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:7:"version";s:13:"6.x-1.0-beta3";s:7:"project";s:14:"computed_field";s:9:"datestamp";s:10:"1249086314";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/better_formats/better_formats.module 	a:9:{s:4:"name";s:14:"Better Formats";s:11:"description";s:85:"Enhances the core input format system by managing input format defaults and settings.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:14:"better_formats";s:9:"datestamp";s:10:"1244997602";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/conditional_fields/conditional_fields.module 	a:10:{s:4:"name";s:18:"Conditional Fields";s:11:"description";s:90:"Content fields and groups visibility based on the values of user defined 'trigger' fields.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:18:"conditional_fields";s:9:"datestamp";s:10:"1259431819";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/autocreate/autocreate.module 	a:10:{s:4:"name";s:25:"Autocreate Node Reference";s:11:"description";s:65:"Generate content for a nodereference by cloning a "template" node";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:10:"autocreate";s:9:"datestamp";s:10:"1255897806";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/nodereference_views/nodereference_views.module 	a:10:{s:4:"name";s:20:"Node reference views";s:11:"description";s:40:"Shows nodereference fields using a view.";s:12:"dependencies";a:2:{i:0;s:13:"nodereference";i:1;s:5:"views";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:19:"nodereference_views";s:9:"datestamp";s:10:"1241857535";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/ubercart/ca/ca.module 	a:10:{s:4:"name";s:19:"Conditional Actions";s:11:"description";s:81:"REQUIRED. Create conditional action configurations for taxes, shipping, and more!";s:7:"package";s:15:"Ubercart - core";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/payment/uc_credit/test_gateway.module 	a:10:{s:4:"name";s:12:"Test Gateway";s:11:"description";s:84:"Adds a credit card gateway that simulates a successful payment for testing checkout.";s:12:"dependencies";a:2:{i:0;s:10:"uc_payment";i:1;s:9:"uc_credit";}s:7:"package";s:18:"Ubercart - payment";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/payment/uc_2checkout/uc_2checkout.module 	a:10:{s:4:"name";s:9:"2Checkout";s:11:"description";s:47:"Enable to process payments using 2Checkout.com.";s:12:"dependencies";a:1:{i:0;s:10:"uc_payment";}s:7:"package";s:18:"Ubercart - payment";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/uc_attribute/uc_attribute.module 	a:10:{s:4:"name";s:9:"Attribute";s:11:"description";s:66:"Allow the customer to choose attributes for a product at checkout.";s:12:"dependencies";a:1:{i:0;s:10:"uc_product";}s:7:"package";s:26:"Ubercart - core (optional)";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/payment/uc_authorizenet/uc_authorizenet.module 	a:10:{s:4:"name";s:13:"Authorize.net";s:11:"description";s:59:"Process payments using Authorize.net. Supports AIM and ARB.";s:12:"dependencies";a:2:{i:0;s:10:"uc_payment";i:1;s:9:"uc_credit";}s:7:"package";s:18:"Ubercart - payment";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/uc_cart/uc_cart.module 	a:10:{s:4:"name";s:4:"Cart";s:11:"description";s:69:"REQUIRED. Controls the shopping cart for an Ubercart e-commerce site.";s:12:"dependencies";a:3:{i:0;s:2:"ca";i:1;s:8:"uc_order";i:2;s:10:"uc_product";}s:7:"package";s:15:"Ubercart - core";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/uc_cart_links/uc_cart_links.module 	a:10:{s:4:"name";s:10:"Cart Links";s:11:"description";s:63:"Create specialized links to purchase products from other nodes.";s:12:"dependencies";a:1:{i:0;s:7:"uc_cart";}s:7:"package";s:16:"Ubercart - extra";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/uc_catalog/uc_catalog.module 	a:10:{s:4:"name";s:7:"Catalog";s:11:"description";s:54:"Display a hierarchical product catalog page and block.";s:12:"dependencies";a:3:{i:0;s:4:"path";i:1;s:8:"taxonomy";i:2;s:10:"uc_product";}s:7:"package";s:26:"Ubercart - core (optional)";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/payment/uc_credit/uc_credit.module 	a:10:{s:4:"name";s:11:"Credit Card";s:11:"description";s:46:"Receive credit card payments through checkout.";s:12:"dependencies";a:2:{i:0;s:8:"uc_store";i:1;s:10:"uc_payment";}s:7:"package";s:18:"Ubercart - payment";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
  	filename 	info
	Edit 	Delete 	sites/all/modules/ubercart/payment/uc_cybersource/uc_cybersource.module 	a:10:{s:4:"name";s:11:"CyberSource";s:11:"description";s:63:"Enable to process payments using CyberSource Silent Order POST.";s:12:"dependencies";a:2:{i:0;s:10:"uc_payment";i:1;s:9:"uc_credit";}s:7:"package";s:18:"Ubercart - payment";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/uc_file/uc_file.module 	a:10:{s:4:"name";s:14:"File Downloads";s:11:"description";s:57:"Allows products to be associated with downloadable files.";s:12:"dependencies";a:2:{i:0;s:10:"uc_product";i:1;s:8:"uc_order";}s:7:"package";s:26:"Ubercart - core (optional)";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/shipping/uc_flatrate/uc_flatrate.module 	a:10:{s:4:"name";s:8:"Flatrate";s:11:"description";s:41:"Assigns a flat shipping rate to products.";s:12:"dependencies";a:1:{i:0;s:8:"uc_quote";}s:7:"package";s:22:"Ubercart - fulfillment";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/payment/uc_google_checkout/uc_google_checkout.module 	a:10:{s:4:"name";s:15:"Google Checkout";s:11:"description";s:86:"Integrates Google's Checkout, Merchant Calculated Shipping, and Order Processing APIs.";s:12:"dependencies";a:2:{i:0;s:7:"uc_cart";i:1;s:10:"uc_payment";}s:7:"package";s:18:"Ubercart - payment";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/uc_googleanalytics/uc_googleanalytics.module 	a:10:{s:4:"name";s:29:"Google Analytics for Ubercart";s:11:"description";s:69:"Adds e-commerce tracking for Ubercart to the Google Analytics module.";s:12:"dependencies";a:4:{i:0;s:15:"googleanalytics";i:1;s:7:"uc_cart";i:2;s:8:"uc_order";i:3;s:8:"uc_store";}s:7:"package";s:16:"Ubercart - extra";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/uc_order/uc_order.module 	a:10:{s:4:"name";s:5:"Order";s:11:"description";s:57:"REQUIRED. Receive and manage orders through your website.";s:12:"dependencies";a:2:{i:0;s:2:"ca";i:1;s:5:"token";}s:7:"package";s:15:"Ubercart - core";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/payment/uc_payment/uc_payment.module 	a:10:{s:4:"name";s:7:"Payment";s:11:"description";s:61:"Defines an API to let payment modules interact with the cart.";s:12:"dependencies";a:2:{i:0;s:2:"ca";i:1;s:8:"uc_order";}s:7:"package";s:26:"Ubercart - core (optional)";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/payment/uc_payment_pack/uc_payment_pack.module 	a:10:{s:4:"name";s:19:"Payment Method Pack";s:11:"description";s:65:"Provides the check/money order, COD, and 'other' payment methods.";s:12:"dependencies";a:2:{i:0;s:7:"uc_cart";i:1;s:10:"uc_payment";}s:7:"package";s:18:"Ubercart - payment";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/payment/uc_paypal/uc_paypal.module 	a:10:{s:4:"name";s:6:"PayPal";s:11:"description";s:60:"Integrates various PayPal payment services and IPN feedback.";s:12:"dependencies";a:1:{i:0;s:10:"uc_payment";}s:7:"package";s:18:"Ubercart - payment";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/uc_product/uc_product.module 	a:10:{s:4:"name";s:7:"Product";s:11:"description";s:101:"REQUIRED. A module to represent items in an online store. Imagecache and CCK Image field recommended.";s:12:"dependencies";a:1:{i:0;s:8:"uc_store";}s:7:"package";s:15:"Ubercart - core";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/uc_product_kit/uc_product_kit.module 	a:10:{s:4:"name";s:11:"Product Kit";s:11:"description";s:154:"This node module represents two or more products that have been listed together. This presents a logical and convenient grouping of items to the customer.";s:12:"dependencies";a:1:{i:0;s:10:"uc_product";}s:7:"package";s:16:"Ubercart - extra";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/shipping/uc_quote/uc_quote.module 	a:10:{s:4:"name";s:15:"Shipping Quotes";s:11:"description";s:50:"Retrieve and display quotes for shipping products.";s:12:"dependencies";a:2:{i:0;s:7:"uc_cart";i:1;s:2:"ca";}s:7:"package";s:26:"Ubercart - core (optional)";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/uc_reports/uc_reports.module 	a:10:{s:4:"name";s:7:"Reports";s:11:"description";s:63:"View reports about your store's sales, customers, and products.";s:12:"dependencies";a:2:{i:0;s:8:"uc_order";i:1;s:10:"uc_product";}s:7:"package";s:26:"Ubercart - core (optional)";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/uc_roles/uc_roles.module 	a:10:{s:4:"name";s:5:"Roles";s:11:"description";s:63:"Assign permanent or expirable roles based on product purchases.";s:12:"dependencies";a:2:{i:0;s:10:"uc_product";i:1;s:8:"uc_order";}s:7:"package";s:26:"Ubercart - core (optional)";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/shipping/uc_shipping/uc_shipping.module 	a:10:{s:4:"name";s:8:"Shipping";s:11:"description";s:42:"Gets products ready for physical shipment.";s:12:"dependencies";a:1:{i:0;s:8:"uc_quote";}s:7:"package";s:26:"Ubercart - core (optional)";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/uc_stock/uc_stock.module 	a:10:{s:4:"name";s:5:"Stock";s:11:"description";s:45:"Manage stock levels of your Ubercart products";s:12:"dependencies";a:4:{i:0;s:2:"ca";i:1;s:10:"uc_product";i:2;s:10:"uc_reports";i:3;s:8:"uc_store";}s:7:"package";s:16:"Ubercart - extra";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/uc_store/uc_store.module 	a:10:{s:4:"name";s:5:"Store";s:11:"description";s:65:"REQUIRED. Setup the store settings and manage your Ubercart site.";s:7:"package";s:15:"Ubercart - core";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/uc_tax_report/uc_tax_report.module 	a:10:{s:4:"name";s:10:"Tax Report";s:11:"description";s:50:"View a report about sales tax your customers paid.";s:12:"dependencies";a:2:{i:0;s:10:"uc_reports";i:1;s:8:"uc_taxes";}s:7:"package";s:26:"Ubercart - core (optional)";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/uc_taxes/uc_taxes.module 	a:10:{s:4:"name";s:5:"Taxes";s:11:"description";s:71:"Define tax rates for customers' geographic locations and products sold.";s:12:"dependencies";a:4:{i:0;s:8:"uc_store";i:1;s:10:"uc_payment";i:2;s:10:"uc_product";i:3;s:2:"ca";}s:7:"package";s:26:"Ubercart - core (optional)";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/shipping/uc_ups/uc_ups.module 	a:10:{s:4:"name";s:3:"UPS";s:11:"description";s:115:"Integration of UPS Rates and Services Selection and Shipping Online Tools with Drupal. See www.ups.com for details.";s:12:"dependencies";a:1:{i:0;s:8:"uc_quote";}s:7:"package";s:22:"Ubercart - fulfillment";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/shipping/uc_usps/uc_usps.module 	a:10:{s:4:"name";s:19:"U.S. Postal Service";s:11:"description";s:87:"Integration of USPS Rate Calculator and Mail Service Standards Web Tools with Ubercart.";s:12:"dependencies";a:1:{i:0;s:8:"uc_quote";}s:7:"package";s:22:"Ubercart - fulfillment";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/ubercart/shipping/uc_weightquote/uc_weightquote.module 	a:10:{s:4:"name";s:12:"Weight quote";s:11:"description";s:52:"Assigns a shipping rate to products based on weight.";s:12:"dependencies";a:1:{i:0;s:8:"uc_quote";}s:7:"package";s:22:"Ubercart - fulfillment";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:8:"ubercart";s:9:"datestamp";s:10:"1258583492";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/token/token.module 	a:9:{s:4:"name";s:5:"Token";s:11:"description";s:79:"Provides a shared API for replacement of textual placeholders with actual data.";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.12";s:7:"project";s:5:"token";s:9:"datestamp";s:10:"1243895498";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/token/tokenSTARTER.module 	a:9:{s:4:"name";s:12:"TokenSTARTER";s:11:"description";s:72:"Provides additional tokens and a base on which to build your own tokens.";s:12:"dependencies";a:1:{i:0;s:5:"token";}s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.12";s:7:"project";s:5:"token";s:9:"datestamp";s:10:"1243895498";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/token/token_actions.module 	a:9:{s:4:"name";s:13:"Token actions";s:11:"description";s:73:"Provides enhanced versions of core Drupal actions using the Token module.";s:12:"dependencies";a:1:{i:0;s:5:"token";}s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.12";s:7:"project";s:5:"token";s:9:"datestamp";s:10:"1243895498";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/fivestar/fivestar.module 	a:10:{s:4:"name";s:8:"Fivestar";s:11:"description";s:43:"A simple five-star voting widget for nodes.";s:7:"package";s:6:"Voting";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:9:"votingapi";}s:7:"version";s:8:"6.x-1.19";s:7:"project";s:8:"fivestar";s:9:"datestamp";s:10:"1256241955";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/fivestar/fivestar_comment.module 	a:10:{s:4:"name";s:17:"Fivestar Comments";s:11:"description";s:31:"Rate nodes by leaving comments.";s:7:"package";s:6:"Voting";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:9:"votingapi";i:1;s:8:"fivestar";}s:7:"version";s:8:"6.x-1.19";s:7:"project";s:8:"fivestar";s:9:"datestamp";s:10:"1256241955";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/votingapi/votingapi.module 	a:10:{s:4:"name";s:10:"Voting API";s:11:"description";s:47:"Provides a shared voting API for other modules.";s:7:"package";s:6:"Voting";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.3";s:7:"project";s:9:"votingapi";s:9:"datestamp";s:10:"1250359559";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/views_slideshow/views_slideshow.module 	a:10:{s:4:"name";s:15:"Views Slideshow";s:11:"description";s:79:"Provides a View type that displays nodes as a jquery slideshow in a single div.";s:12:"dependencies";a:1:{i:0;s:5:"views";}s:7:"package";s:5:"Views";s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-2.0-beta2";s:7:"project";s:15:"views_slideshow";s:9:"datestamp";s:10:"1254260516";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/node_privacy_byrole/node_privacy_byrole.module 	a:9:{s:4:"name";s:20:"Node Privacy By Role";s:11:"description";s:60:"Provides node level access control based on role membership.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.5";s:7:"project";s:19:"node_privacy_byrole";s:9:"datestamp";s:10:"1245264946";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/nodereference_url/nodereference_url.module 	a:10:{s:4:"name";s:25:"Node Reference URL Widget";s:11:"description";s:99:"Adds an additional widget to the CCK Node Reference field that prepopulates a reference by the URL.";s:12:"dependencies";a:1:{i:0;s:13:"nodereference";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.3";s:7:"project";s:17:"nodereference_url";s:9:"datestamp";s:10:"1248569738";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/imagecache_profiles/imagecache_profiles.module 	a:10:{s:4:"name";s:27:"Imagecache Profile Pictures";s:11:"description";s:54:"Utilizes imagecache presets for user profile pictures.";s:7:"package";s:10:"ImageCache";s:12:"dependencies";a:1:{i:0;s:10:"imagecache";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:19:"imagecache_profiles";s:9:"datestamp";s:10:"1253485843";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/user_relationships/user_relationship_blocks/user_relationship_blocks.module 	a:10:{s:4:"name";s:9:"UR-Blocks";s:11:"description";s:47:"Blocks that can be used with User Relationships";s:12:"dependencies";a:2:{i:0;s:22:"user_relationships_api";i:1;s:21:"user_relationships_ui";}s:7:"package";s:18:"User Relationships";s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.0-rc3";s:7:"project";s:18:"user_relationships";s:9:"datestamp";s:10:"1258565503";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/user_relationships/user_relationship_defaults/user_relationship_defaults.module 	a:10:{s:4:"name";s:11:"UR-Defaults";s:11:"description";s:91:"Allows admins to specify relationships that are automatically created when a new user joins";s:12:"dependencies";a:2:{i:0;s:22:"user_relationships_api";i:1;s:21:"user_relationships_ui";}s:7:"package";s:18:"User Relationships";s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.0-rc3";s:7:"project";s:18:"user_relationships";s:9:"datestamp";s:10:"1258565503";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/user_relationships/user_relationship_elaborations/user_relationship_elaborations.module 	a:10:{s:4:"name";s:15:"UR-Elaborations";s:11:"description";s:59:"Allow users to elaborate on their relationships with others";s:12:"dependencies";a:1:{i:0;s:22:"user_relationships_api";}s:7:"package";s:18:"User Relationships";s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.0-rc3";s:7:"project";s:18:"user_relationships";s:9:"datestamp";s:10:"1258565503";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/user_relationships/user_relationship_implications/user_relationship_implications.module 	a:10:{s:4:"name";s:15:"UR-Implications";s:11:"description";s:80:"Lets admins create implied relationships. For example 'Manager implies Coworker'";s:12:"dependencies";a:2:{i:0;s:22:"user_relationships_api";i:1;s:21:"user_relationships_ui";}s:7:"package";s:18:"User Relationships";s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.0-rc3";s:7:"project";s:18:"user_relationships";s:9:"datestamp";s:10:"1258565503";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/user_relationships/user_relationship_invites/user_relationship_invites.module 	a:10:{s:4:"name";s:9:"UR-Invite";s:11:"description";s:75:"Gives users the option of specifying a relationship when inviting new users";s:12:"dependencies";a:3:{i:0;s:22:"user_relationships_api";i:1;s:21:"user_relationships_ui";i:2;s:6:"invite";}s:4:"core";s:3:"6.x";s:7:"package";s:18:"User Relationships";s:7:"version";s:11:"6.x-1.0-rc3";s:7:"project";s:18:"user_relationships";s:9:"datestamp";s:10:"1258565503";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/user_relationships/user_relationship_mailer/user_relationship_mailer.module 	a:10:{s:4:"name";s:9:"UR-Mailer";s:11:"description";s:105:"Gives the option to mail users when about relationship events (request, remove, disapprove, approve, etc)";s:12:"dependencies";a:2:{i:0;s:22:"user_relationships_api";i:1;s:21:"user_relationships_ui";}s:7:"package";s:18:"User Relationships";s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.0-rc3";s:7:"project";s:18:"user_relationships";s:9:"datestamp";s:10:"1258565503";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/user_relationships/user_relationship_migrate/user_relationship_migrate.module 	a:10:{s:4:"name";s:21:"UR Migrate Buddylist2";s:11:"description";s:71:"Allows admins to migrate buddylist2 relationships to user relationships";s:12:"dependencies";a:1:{i:0;s:22:"user_relationships_api";}s:7:"package";s:18:"User Relationships";s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.0-rc3";s:7:"project";s:18:"user_relationships";s:9:"datestamp";s:10:"1258565503";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/user_relationships/user_relationship_node_access/user_relationship_node_access.module 	a:10:{s:4:"name";s:14:"UR-Node Access";s:11:"description";s:64:"Provides per node access control based on relationship to author";s:12:"dependencies";a:1:{i:0;s:22:"user_relationships_api";}s:7:"package";s:18:"User Relationships";s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.0-rc3";s:7:"project";s:18:"user_relationships";s:9:"datestamp";s:10:"1258565503";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/user_relationships/user_relationship_service/user_relationship_service.module 	a:10:{s:4:"name";s:11:"UR-Services";s:11:"description";s:60:"Provides functions of User Relationships to Services module.";s:7:"package";s:18:"User Relationships";s:12:"dependencies";a:2:{i:0;s:8:"services";i:1;s:22:"user_relationships_api";}s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.0-rc3";s:7:"project";s:18:"user_relationships";s:9:"datestamp";s:10:"1258565503";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/user_relationships/user_relationship_views/user_relationship_views.module 	a:10:{s:4:"name";s:8:"UR-Views";s:11:"description";s:40:"Integrates User Relationships with Views";s:12:"dependencies";a:2:{i:0;s:22:"user_relationships_api";i:1;s:5:"views";}s:4:"core";s:3:"6.x";s:7:"package";s:18:"User Relationships";s:7:"version";s:11:"6.x-1.0-rc3";s:7:"project";s:18:"user_relationships";s:9:"datestamp";s:10:"1258565503";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/user_relationships/user_relationships_api/user_relationships_api.module 	a:10:{s:4:"name";s:6:"UR-API";s:11:"description";s:76:"API for User Relationships. This will only provide the programmer interface.";s:7:"package";s:18:"User Relationships";s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.0-rc3";s:7:"project";s:18:"user_relationships";s:9:"datestamp";s:10:"1258565503";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/user_relationships/user_relationships_ui/user_relationships_ui.module 	a:10:{s:4:"name";s:5:"UR-UI";s:11:"description";s:81:"User Relationships UI. This enables basic UI functionality for User Relationships";s:7:"package";s:18:"User Relationships";s:12:"dependencies";a:1:{i:0;s:22:"user_relationships_api";}s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.0-rc3";s:7:"project";s:18:"user_relationships";s:9:"datestamp";s:10:"1258565503";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/pathauto/pathauto.module 	a:10:{s:4:"name";s:8:"Pathauto";s:11:"description";s:95:"Provides a mechanism for modules to automatically generate aliases for the content they manage.";s:12:"dependencies";a:2:{i:0;s:4:"path";i:1;s:5:"token";}s:8:"suggests";a:1:{i:0;s:13:"path_redirect";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:8:"pathauto";s:9:"datestamp";s:10:"1256137878";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/panels/panels.module 	a:10:{s:4:"name";s:6:"Panels";s:11:"description";s:107:"Core Panels display functions; provides no external UI, at least one other Panels module should be enabled.";s:4:"core";s:3:"6.x";s:7:"package";s:6:"Panels";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:7:"version";s:7:"6.x-3.2";s:7:"project";s:6:"panels";s:9:"datestamp";s:10:"1256162760";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/panels/panels_mini/panels_mini.module 	a:10:{s:4:"name";s:11:"Mini panels";s:11:"description";s:89:"Create mini panels that can be used as blocks by Drupal and panes by other panel modules.";s:7:"package";s:6:"Panels";s:12:"dependencies";a:1:{i:0;s:6:"panels";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-3.2";s:7:"project";s:6:"panels";s:9:"datestamp";s:10:"1256162760";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/panels/panels_node/panels_node.module 	a:10:{s:4:"name";s:11:"Panel nodes";s:11:"description";s:65:"Create nodes that are divided into areas with selectable content.";s:7:"package";s:6:"Panels";s:12:"dependencies";a:1:{i:0;s:6:"panels";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-3.2";s:7:"project";s:6:"panels";s:9:"datestamp";s:10:"1256162760";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/ctools/bulk_export/bulk_export.module 	a:10:{s:4:"name";s:11:"Bulk Export";s:11:"description";s:67:"Performs bulk exporting of data objects known about by Chaos tools.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1256162715";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/content_profile/content_profile.module 	a:10:{s:4:"name";s:15:"Content Profile";s:11:"description";s:36:"Use content types for user profiles.";s:7:"package";s:15:"Content Profile";s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.0-beta4";s:7:"project";s:15:"content_profile";s:9:"datestamp";s:10:"1245064225";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/content_profile/modules/content_profile_registration.module 	a:10:{s:4:"name";s:33:"Content Profile User Registration";s:11:"description";s:56:"Enable content profile features during user registration";s:7:"package";s:15:"Content Profile";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:15:"content_profile";}s:7:"version";s:13:"6.x-1.0-beta4";s:7:"project";s:15:"content_profile";s:9:"datestamp";s:10:"1245064225";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/ctools/ctools.module 	a:10:{s:4:"name";s:11:"Chaos tools";s:11:"description";s:46:"A library of helpful tools by Merlin of Chaos.";s:4:"core";s:3:"6.x";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1256162715";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/ctools/page_manager/page_manager.module 	a:10:{s:4:"name";s:12:"Page manager";s:11:"description";s:54:"Provides a UI and API to manage pages within the site.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1256162715";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/ctools/views_content/views_content.module 	a:10:{s:4:"name";s:19:"Views content panes";s:11:"description";s:104:"Allows Views content to be used in Panels, Dashboard and other modules which use the CTools Content API.";s:7:"package";s:16:"Chaos tool suite";s:12:"dependencies";a:2:{i:0;s:6:"ctools";i:1;s:5:"views";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1256162715";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/zenophile/zenophile.module 	a:10:{s:4:"name";s:9:"Zenophile";s:11:"description";s:29:"Quickly create Zen subthemes.";s:7:"package";s:11:"Development";s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.1-beta6";s:7:"project";s:9:"zenophile";s:9:"datestamp";s:10:"1248143766";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/admin_menu/admin_menu.module 	a:10:{s:4:"name";s:19:"Administration menu";s:11:"description";s:123:"Provides a dropdown menu to most administrative tasks and other common destinations (to users with the proper permissions).";s:7:"package";s:14:"Administration";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.5";s:7:"project";s:10:"admin_menu";s:9:"datestamp";s:10:"1246537502";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/captcha/captcha.module 	a:10:{s:4:"name";s:7:"CAPTCHA";s:11:"description";s:61:"Base CAPTCHA module for adding challenges to arbitrary forms.";s:7:"package";s:12:"Spam control";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.0";s:7:"project";s:7:"captcha";s:9:"datestamp";s:10:"1253743243";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/captcha/image_captcha/image_captcha.module 	a:10:{s:4:"name";s:13:"Image CAPTCHA";s:11:"description";s:32:"Provides an image based CAPTCHA.";s:7:"package";s:12:"Spam control";s:12:"dependencies";a:1:{i:0;s:7:"captcha";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.0";s:7:"project";s:7:"captcha";s:9:"datestamp";s:10:"1253743243";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/languageicons/languageicons.module 	a:10:{s:4:"name";s:14:"Language Icons";s:11:"description";s:29:"Adds icons to language links.";s:12:"dependencies";a:1:{i:0;s:6:"locale";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:13:"languageicons";s:9:"datestamp";s:10:"1235328707";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/riddler/riddler.module 	a:10:{s:4:"name";s:15:"Captcha Riddler";s:11:"description";s:70:"Allows site administrators to add a simple question to form validation";s:7:"package";s:12:"Spam control";s:12:"dependencies";a:1:{i:0;s:7:"captcha";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:7:"riddler";s:9:"datestamp";s:10:"1247054513";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/thickbox/thickbox.module 	a:9:{s:4:"name";s:8:"Thickbox";s:11:"description";s:34:"Enables Thickbox, a jQuery plugin.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.5";s:7:"project";s:8:"thickbox";s:9:"datestamp";s:10:"1252344372";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	modules/tribune/tribune.module 	a:9:{s:4:"name";s:7:"Tribune";s:11:"description";s:94:"Provides a 'tribune', or 'board' with advanced features like clickable clocks and highlighting";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.10";s:7:"project";s:7:"tribune";s:9:"datestamp";s:10:"1239480211";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/contemplate/contemplate.module 	a:10:{s:4:"name";s:17:"Content Templates";s:11:"description";s:64:"Create templates to customize output of teaser and body content.";s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:11:"contemplate";s:9:"datestamp";s:10:"1243961728";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/jquery_plugin/jquery_plugin.module 	a:10:{s:4:"name";s:14:"jQuery plugins";s:11:"description";s:49:"An API and home for miscellaneous jQuery plugins.";s:7:"package";s:14:"User interface";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.10";s:7:"project";s:13:"jquery_plugin";s:9:"datestamp";s:10:"1245106879";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/slideshow_creator/slideshow_creator.module 	a:9:{s:4:"core";s:3:"6.x";s:11:"description";s:78:"Create true slideshows using any image over internet with many other features.";s:4:"name";s:17:"Slideshow Creator";s:12:"dependencies";a:1:{i:0;s:13:"jquery_plugin";}s:7:"version";s:8:"6.x-1.32";s:7:"project";s:17:"slideshow_creator";s:9:"datestamp";s:10:"1226598340";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/nodewords/nodewords.module 	a:11:{s:4:"name";s:9:"Nodewords";s:11:"description";s:160:"Allows users to add meta tags, e.g. keywords or description. This module doesn't actually implement any meta tags, but requires other modules to implement them.";s:7:"package";s:9:"Meta tags";s:4:"core";s:3:"6.x";s:10:"recommends";a:2:{i:0;s:8:"checkall";i:1;s:13:"vertical_tabs";}s:7:"version";s:7:"6.x-1.8";s:7:"project";s:9:"nodewords";s:9:"datestamp";s:10:"1260438654";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/smileys/smileys.module 	a:10:{s:4:"name";s:7:"Smileys";s:11:"description";s:42:"Replaces smileys inside posts with images.";s:7:"package";s:7:"Smileys";s:4:"core";s:3:"6.x";s:7:"version";s:14:"6.x-1.0-alpha5";s:7:"project";s:7:"smileys";s:9:"datestamp";s:10:"1231146942";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/smileys/smileys_import.module 	a:10:{s:4:"name";s:14:"Smileys Import";s:11:"description";s:23:"Import Smiley packages.";s:12:"dependencies";a:1:{i:0;s:7:"smileys";}s:7:"package";s:7:"Smileys";s:4:"core";s:3:"6.x";s:7:"version";s:14:"6.x-1.0-alpha5";s:7:"project";s:7:"smileys";s:9:"datestamp";s:10:"1231146942";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/webform/webform.module 	a:9:{s:4:"name";s:7:"Webform";s:11:"description";s:49:"Enables the creation of forms and questionnaires.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.9";s:7:"project";s:7:"webform";s:9:"datestamp";s:10:"1257475622";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/webformblock/webformblock.module 	a:10:{s:4:"name";s:13:"Webform Block";s:11:"description";s:29:"Displays a Webform in a block";s:4:"core";s:3:"6.x";s:7:"package";s:7:"webform";s:12:"dependencies";a:1:{i:0;s:7:"webform";}s:7:"version";s:7:"6.x-1.1";s:7:"project";s:12:"webformblock";s:9:"datestamp";s:10:"1246028556";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/tagadelic/tagadelic.module 	a:10:{s:4:"name";s:9:"Tagadelic";s:11:"description";s:61:"Tagadelic makes weighted tag clouds from your taxonomy terms.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:8:"taxonomy";}s:7:"package";s:8:"Taxonomy";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:9:"tagadelic";s:9:"datestamp";s:10:"1230725138";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/auto_nodetitle/auto_nodetitle.module 	a:9:{s:4:"name";s:20:"Automatic Nodetitles";s:11:"description";s:70:"Allows hiding of the content title field and automatic title creation.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:14:"auto_nodetitle";s:9:"datestamp";s:10:"1249042505";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/advanced_help/advanced_help.module 	a:9:{s:4:"name";s:13:"Advanced help";s:11:"description";s:38:"Allow advanced help and documentation.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:13:"advanced_help";s:9:"datestamp";s:10:"1238954409";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/advanced_help/help_example/help_example.module 	a:9:{s:4:"name";s:21:"Advanced help example";s:11:"description";s:62:"A example help module to demonstrate the advanced help module.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:13:"advanced_help";}s:7:"version";s:7:"6.x-1.2";s:7:"project";s:13:"advanced_help";s:9:"datestamp";s:10:"1238954409";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/checkbox_validate/checkbox_validate.module 	a:9:{s:4:"name";s:17:"Checkbox Validate";s:11:"description";s:98:"Makes checkbox fields that have been specified as required behave as required (corrects core bug).";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:17:"checkbox_validate";s:9:"datestamp";s:10:"1212071414";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/blocks404/blocks404.module 	a:9:{s:4:"name";s:10:"404 Blocks";s:11:"description";s:70:"On a 404 page, ensure blocks and Primary links are displayed properly.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:9:"blocks404";s:9:"datestamp";s:10:"1246438232";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/simpleviews/simpleviews.module 	a:9:{s:4:"name";s:11:"SimpleViews";s:11:"description";s:54:"An easy-to-use tool for bulding content listing pages.";s:12:"dependencies";a:1:{i:0;s:5:"views";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:11:"simpleviews";s:9:"datestamp";s:10:"1224345027";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/location/location.module 	a:10:{s:4:"name";s:8:"Location";s:7:"package";s:8:"Location";s:11:"description";s:213:"The location module allows you to associate a geographic location with content and users. Users can do proximity searches by postal code.  This is useful for organizing communities that have a geographic presence.";s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-3.1-rc1";s:7:"project";s:8:"location";s:9:"datestamp";s:10:"1236112547";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/location/contrib/location_addanother/location_addanother.module 	a:10:{s:4:"name";s:20:"Location Add Another";s:11:"description";s:94:"Allows you to quickly add locations directly from a node without having to click 'edit' first.";s:12:"dependencies";a:2:{i:0;s:8:"location";i:1;s:13:"location_node";}s:7:"package";s:8:"Location";s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-3.1-rc1";s:7:"project";s:8:"location";s:9:"datestamp";s:10:"1236112547";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/location/contrib/location_cck/location_cck.module 	a:10:{s:4:"name";s:12:"Location CCK";s:11:"description";s:30:"Defines a Location field type.";s:4:"core";s:3:"6.x";s:7:"package";s:3:"CCK";s:12:"dependencies";a:2:{i:0;s:8:"location";i:1;s:7:"content";}s:7:"version";s:11:"6.x-3.1-rc1";s:7:"project";s:8:"location";s:9:"datestamp";s:10:"1236112547";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/location/contrib/location_fax/location_fax.module 	a:10:{s:4:"name";s:12:"Location Fax";s:7:"package";s:8:"Location";s:11:"description";s:45:"Allows you to add a fax number to a location.";s:12:"dependencies";a:1:{i:0;s:8:"location";}s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-3.1-rc1";s:7:"project";s:8:"location";s:9:"datestamp";s:10:"1236112547";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/location/contrib/location_generate/location_generate.module 	a:10:{s:4:"name";s:17:"Location Generate";s:11:"description";s:52:"Bulk assign random latitude and longitudes to nodes.";s:7:"package";s:11:"Development";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:14:"devel_generate";i:1;s:8:"location";}s:7:"version";s:11:"6.x-3.1-rc1";s:7:"project";s:8:"location";s:9:"datestamp";s:10:"1236112547";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/location/location_node.module 	a:10:{s:4:"name";s:14:"Node Locations";s:11:"description";s:31:"Associate locations with nodes.";s:12:"dependencies";a:1:{i:0;s:8:"location";}s:7:"package";s:8:"Location";s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-3.1-rc1";s:7:"project";s:8:"location";s:9:"datestamp";s:10:"1236112547";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/location/contrib/location_phone/location_phone.module 	a:10:{s:4:"name";s:14:"Location Phone";s:7:"package";s:8:"Location";s:11:"description";s:47:"Allows you to add a phone number to a location.";s:12:"dependencies";a:1:{i:0;s:8:"location";}s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-3.1-rc1";s:7:"project";s:8:"location";s:9:"datestamp";s:10:"1236112547";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/location/contrib/location_search/location_search.module 	a:10:{s:4:"name";s:15:"Location Search";s:7:"package";s:8:"Location";s:11:"description";s:35:"Advanced search page for locations.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:3:{i:0;s:6:"search";i:1;s:8:"location";i:2;s:4:"gmap";}s:7:"version";s:11:"6.x-3.1-rc1";s:7:"project";s:8:"location";s:9:"datestamp";s:10:"1236112547";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/location/location_user.module 	a:10:{s:4:"name";s:14:"User Locations";s:11:"description";s:31:"Associate locations with users.";s:12:"dependencies";a:1:{i:0;s:8:"location";}s:7:"package";s:8:"Location";s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-3.1-rc1";s:7:"project";s:8:"location";s:9:"datestamp";s:10:"1236112547";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/gmap/gmap.module 	a:10:{s:4:"name";s:4:"GMap";s:11:"description";s:53:"Filter to allow insertion of a google map into a node";s:4:"core";s:3:"6.x";s:7:"package";s:8:"Location";s:7:"version";s:11:"6.x-1.1-rc1";s:7:"project";s:4:"gmap";s:9:"datestamp";s:10:"1236113457";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/gmap/gmap_location.module 	a:10:{s:4:"name";s:13:"GMap Location";s:11:"description";s:50:"Display location.module information on Google Maps";s:7:"package";s:8:"Location";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:4:"gmap";i:1;s:8:"location";}s:7:"version";s:11:"6.x-1.1-rc1";s:7:"project";s:4:"gmap";s:9:"datestamp";s:10:"1236113457";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/gmap/gmap_macro_builder.module 	a:10:{s:4:"name";s:18:"GMap Macro Builder";s:11:"description";s:28:"UI for building GMap macros.";s:7:"package";s:8:"Location";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:4:"gmap";}s:7:"version";s:11:"6.x-1.1-rc1";s:7:"project";s:4:"gmap";s:9:"datestamp";s:10:"1236113457";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/gmap/gmap_taxonomy.module 	a:10:{s:4:"name";s:21:"GMap Taxonomy Markers";s:11:"description";s:22:"Taxonomy based markers";s:7:"package";s:8:"Location";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:8:"taxonomy";i:1;s:4:"gmap";}s:7:"version";s:11:"6.x-1.1-rc1";s:7:"project";s:4:"gmap";s:9:"datestamp";s:10:"1236113457";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/jquery_ui/jquery_ui.module 	a:10:{s:4:"name";s:9:"jQuery UI";s:11:"description";s:55:"Provides the jQuery UI plug-in to other Drupal modules.";s:7:"package";s:14:"User interface";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.3";s:7:"project";s:9:"jquery_ui";s:9:"datestamp";s:10:"1245556234";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/views_attach/views_attach.module 	a:11:{s:4:"name";s:12:"Views attach";s:11:"description";s:72:"Provides new Views display types that can be attached to nodes or users.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:5:"views";}s:8:"suggests";a:1:{i:0;s:5:"token";}s:7:"package";s:5:"Views";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:12:"views_attach";s:9:"datestamp";s:10:"1255040204";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/css_injector/css_injector.module 	a:9:{s:4:"name";s:12:"CSS Injector";s:11:"description";s:56:"Adds CSS to the page output based on configurable rules.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.3";s:7:"project";s:12:"css_injector";s:9:"datestamp";s:10:"1218333619";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/menu_firstchild/menu_firstchild.module 	a:9:{s:4:"name";s:15:"Menu Firstchild";s:11:"description";s:91:"Allows to create parent menu items without path that link to their first viewable children.";s:12:"dependencies";a:1:{i:0;s:4:"menu";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.4";s:7:"project";s:15:"menu_firstchild";s:9:"datestamp";s:10:"1260884754";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/admin_artikel_module/admin_artikel_module.module 	a:7:{s:4:"name";s:34:"admin_artikel_module Export Module";s:11:"description";s:42:"Exports some views of admin_artikel_module";s:12:"dependencies";a:1:{i:0;s:5:"views";}s:4:"core";s:3:"6.x";s:10:"dependents";a:0:{}s:7:"version";N;s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/devel/devel_generate.module 	a:10:{s:4:"name";s:14:"Devel generate";s:11:"description";s:48:"Generate dummy users, nodes, and taxonomy terms.";s:7:"package";s:11:"Development";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.18";s:7:"project";s:5:"devel";s:9:"datestamp";s:10:"1253731828";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/devel/devel.module 	a:10:{s:4:"name";s:5:"Devel";s:11:"description";s:52:"Various blocks, pages, and functions for developers.";s:7:"package";s:11:"Development";s:12:"dependencies";a:1:{i:0;s:4:"menu";}s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.18";s:7:"project";s:5:"devel";s:9:"datestamp";s:10:"1253731828";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/imagecache_actions/imagecache_textactions.module 	a:10:{s:4:"name";s:23:"Imagecache Text Actions";s:11:"description";s:45:"Display simple or dynamic captions on images.";s:12:"dependencies";a:1:{i:0;s:10:"imagecache";}s:7:"package";s:10:"ImageCache";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.6";s:7:"project";s:18:"imagecache_actions";s:9:"datestamp";s:10:"1244598933";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/imagecache_actions/imagecache_coloractions.module 	a:10:{s:4:"name";s:24:"Imagecache Color Actions";s:11:"description";s:99:"Additional ImageCache actions, providing color-shifting, brightness and alpha transparency effects.";s:12:"dependencies";a:2:{i:0;s:10:"imagecache";i:1;s:8:"imageapi";}s:7:"package";s:10:"ImageCache";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.6";s:7:"project";s:18:"imagecache_actions";s:9:"datestamp";s:10:"1244598933";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/hoverintent/hoverintent.module 	a:10:{s:4:"name";s:11:"hoverIntent";s:11:"description";s:42:"Wrapper for the hoverIntent jQuery Plugin.";s:7:"package";s:14:"User interface";s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:11:"hoverintent";s:9:"datestamp";s:10:"1246493672";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
  	filename 	info
	Edit 	Delete 	sites/all/modules/devel/devel_themer.module 	a:10:{s:4:"name";s:15:"Theme developer";s:11:"description";s:52:"Essential theme API information for theme developers";s:7:"package";s:11:"Development";s:12:"dependencies";a:1:{i:0;s:5:"devel";}s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.18";s:7:"project";s:5:"devel";s:9:"datestamp";s:10:"1253731828";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/views_gallery/views_gallery_og.module 	a:10:{s:4:"name";s:32:"Views Gallery for Organic Groups";s:11:"description";s:44:"Add Views image galleries to Organic Groups.";s:4:"core";s:3:"6.x";s:7:"package";s:5:"Views";s:12:"dependencies";a:3:{i:0;s:13:"views_gallery";i:1;s:2:"og";i:2;s:8:"og_views";}s:7:"version";s:7:"6.x-1.2";s:7:"project";s:13:"views_gallery";s:9:"datestamp";s:10:"1256996492";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/ed_readmore/ed_readmore.module 	a:10:{s:4:"name";s:15:"Read More Tweak";s:11:"description";s:55:"Customize the 'Read more' link shown in drupal teasers.";s:7:"package";s:11:"Site Tweaks";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-3.0";s:7:"project";s:11:"ed_readmore";s:9:"datestamp";s:10:"1233492312";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/teaserbytype/teaserbytype.module 	a:9:{s:4:"name";s:22:"Teaser by Content Type";s:11:"description";s:50:"Set different teaser lengths for each content type";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:12:"teaserbytype";s:9:"datestamp";s:10:"1208094914";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/menu_block/menu_block.module 	a:9:{s:4:"name";s:10:"Menu Block";s:11:"description";s:43:"Provides configurable blocks of menu items.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:4:"menu";}s:7:"version";s:7:"6.x-2.2";s:7:"project";s:10:"menu_block";s:9:"datestamp";s:10:"1229377222";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/ctools/ctools_plugin_example/ctools_plugin_example.module 	a:10:{s:4:"name";s:35:"Chaos Tools (CTools) Plugin Example";s:11:"description";s:75:"Shows how an external module can provide ctools plugins (for Panels, etc.).";s:7:"package";s:16:"Chaos tool suite";s:12:"dependencies";a:4:{i:0;s:6:"ctools";i:1;s:6:"panels";i:2;s:12:"page_manager";i:3;s:13:"advanced_help";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1256162715";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/devel/performance/performance.module 	a:10:{s:4:"name";s:19:"Performance Logging";s:11:"description";s:91:"Logs detailed and/or summary page generation time and memory consumption for page requests.";s:7:"package";s:11:"Development";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.18";s:7:"project";s:5:"devel";s:9:"datestamp";s:10:"1253731828";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/flag/flag.module 	a:10:{s:4:"name";s:4:"Flag";s:11:"description";s:54:"Create customized flags that users can set on content.";s:4:"core";s:3:"6.x";s:7:"package";s:5:"Flags";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:4:"flag";s:9:"datestamp";s:10:"1237042847";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/flag/flag_actions.module 	a:10:{s:4:"name";s:12:"Flag actions";s:11:"description";s:31:"Execute actions on Flag events.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:4:"flag";}s:7:"package";s:5:"Flags";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:4:"flag";s:9:"datestamp";s:10:"1237042847";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/tabs/tabs.module 	a:9:{s:4:"name";s:4:"Tabs";s:11:"description";s:42:"A helper module for creating tabbed pages.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:4:"tabs";s:9:"datestamp";s:10:"1251300403";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/imagecache_actions/imagecache_customactions.module 	a:10:{s:4:"name";s:25:"Imagecache Custom Actions";s:11:"description";s:56:"Allow direct PHP code manipulation of imagecache images.";s:12:"dependencies";a:1:{i:0;s:10:"imagecache";}s:7:"package";s:10:"ImageCache";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.6";s:7:"project";s:18:"imagecache_actions";s:9:"datestamp";s:10:"1244598933";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/devel/devel_node_access.module 	a:10:{s:4:"name";s:17:"Devel node access";s:11:"description";s:67:"Developer block and page illustrating relevant node_access records.";s:7:"package";s:11:"Development";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.18";s:7:"project";s:5:"devel";s:9:"datestamp";s:10:"1253731828";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/imagecache_actions/imagecache_canvasactions.module 	a:10:{s:4:"name";s:25:"Imagecache Canvas Actions";s:11:"description";s:135:"Actions for manipulating image canvases layers, including watermark and background effect. Also an aspect switcher (portrait/landscape)";s:12:"dependencies";a:2:{i:0;s:10:"imagecache";i:1;s:8:"imageapi";}s:7:"package";s:10:"ImageCache";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.6";s:7:"project";s:18:"imagecache_actions";s:9:"datestamp";s:10:"1244598933";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/email/email.module 	a:10:{s:4:"name";s:5:"Email";s:11:"description";s:35:"Defines an email field type for cck";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:5:"email";s:9:"datestamp";s:10:"1244921128";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/nice_menus/nice_menus.module 	a:9:{s:4:"name";s:10:"Nice Menus";s:11:"description";s:75:"CSS/jQuery drop-down, drop-right and drop-left menus to be placed in blocks";s:12:"dependencies";a:1:{i:0;s:4:"menu";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.3";s:7:"project";s:10:"nice_menus";s:9:"datestamp";s:10:"1228075824";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/ccfilter/ccfilter.module 	a:10:{s:4:"name";s:8:"Ccfilter";s:11:"description";s:117:"Collection of popular filters, inclides - collapse text, hidden text, description, smileys, tooltip, php inline code.";s:7:"package";s:7:"Filters";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.3";s:7:"project";s:8:"ccfilter";s:9:"datestamp";s:10:"1232628315";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/nodewords/basic_metatags/basic_metatags.module 	a:10:{s:4:"name";s:15:"Basic meta tags";s:11:"description";s:83:"Allows users to add basic meta tags to node, user profile, and taxonomy term pages.";s:12:"dependencies";a:1:{i:0;s:9:"nodewords";}s:7:"package";s:9:"Nodewords";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:9:"nodewords";s:9:"datestamp";s:10:"1253722248";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/nodewords/extra_metatags/extra_metatags.module 	a:10:{s:4:"name";s:15:"Extra meta tags";s:11:"description";s:166:"Allows users to add extra meta tags to node, user profile, and taxonomy term pages; it also allows the user to add custom meta tags by adding custom definition files.";s:12:"dependencies";a:1:{i:0;s:9:"nodewords";}s:7:"package";s:9:"Nodewords";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:9:"nodewords";s:9:"datestamp";s:10:"1253722248";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/nodewords/site_verification/site_verification.module 	a:10:{s:4:"name";s:17:"Site verification";s:11:"description";s:74:"Allows users to add site verification meta tags some web services require.";s:12:"dependencies";a:1:{i:0;s:9:"nodewords";}s:7:"package";s:9:"Nodewords";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:9:"nodewords";s:9:"datestamp";s:10:"1253722248";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/translation_helpers/translation_helpers.module 	a:10:{s:4:"name";s:19:"Translation helpers";s:11:"description";s:66:"Provides methods for other modules to use with translated content.";s:12:"dependencies";a:1:{i:0;s:11:"translation";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:19:"translation_helpers";s:9:"datestamp";s:10:"1250616168";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/composite/modules/fields/composite_fields.module 	a:10:{s:4:"name";s:23:"Composite Layout Fields";s:11:"description";s:48:"Provides a fields framework for Composite Layout";s:7:"package";s:16:"Composite Layout";s:12:"dependencies";a:1:{i:0;s:9:"composite";}s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.0-beta8";s:7:"project";s:9:"composite";s:9:"datestamp";s:10:"1253586621";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/user_relationships/user_relationships_panels_visibility/user_relationships_panels_visibility.module 	a:10:{s:4:"name";s:20:"UR-Panels Visibility";s:11:"description";s:73:"Provide visibility for panels panes and pages based on User Relationships";s:12:"dependencies";a:2:{i:0;s:22:"user_relationships_api";i:1;s:6:"ctools";}s:4:"core";s:3:"6.x";s:7:"package";s:18:"User Relationships";s:7:"version";s:11:"6.x-1.0-rc3";s:7:"project";s:18:"user_relationships";s:9:"datestamp";s:10:"1258565503";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/quicktabs/quicktabs.module 	a:9:{s:4:"name";s:10:"Quick Tabs";s:11:"description";s:48:"Create blocks of tabbed views, blocks and nodes.";s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-2.0-rc3";s:7:"project";s:9:"quicktabs";s:9:"datestamp";s:10:"1238119849";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/lightbox2/lightbox2.module 	a:9:{s:4:"name";s:9:"Lightbox2";s:11:"description";s:28:"Enables Lightbox2 for Drupal";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.9";s:7:"project";s:9:"lightbox2";s:9:"datestamp";s:10:"1231421439";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/uc_coupon/uc_coupon.module 	a:11:{s:4:"name";s:13:"Store Coupons";s:11:"description";s:44:"Allow administrators to manage store coupons";s:12:"dependencies";a:1:{i:0;s:8:"uc_store";}s:12:"dependancies";a:2:{i:0;s:10:"uc_product";i:1;s:7:"uc_cart";}s:7:"package";s:18:"Ubercart - payment";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.3";s:7:"project";s:9:"uc_coupon";s:9:"datestamp";s:10:"1248955928";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_login/userpoints_login.module 	a:10:{s:4:"name";s:16:"Userpoints Login";s:11:"description";s:33:"Users earn points for each login.";s:7:"package";s:10:"Userpoints";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:16:"userpoints_login";s:9:"datestamp";s:10:"1240967775";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/skinr/skinr.module 	a:9:{s:4:"name";s:5:"Skinr";s:11:"description";s:71:"Provides a way to define and/or skin bits of Drupal output from the UI.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:5:"skinr";s:9:"datestamp";s:10:"1256149074";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/blogtheme/blog_theme.module 	a:9:{s:4:"name";s:9:"blogtheme";s:11:"description";s:96:"When visiting a member's blog or personal page, people will see the theme chosen by that member.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.4";s:7:"project";s:9:"blogtheme";s:9:"datestamp";s:10:"1222765503";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/imagefield_tokens/imagefield_tokens.module 	a:10:{s:4:"name";s:17:"ImageField Tokens";s:11:"description";s:58:"Adds Node tokens to ImageFields ALT and Title text fields.";s:12:"dependencies";a:2:{i:0;s:10:"imagefield";i:1;s:15:"filefield_paths";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:17:"imagefield_tokens";s:9:"datestamp";s:10:"1241250704";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/themes/fusion/fusion_starter/fusion_starter.info 	a:16:{s:4:"name";s:14:"Fusion Starter";s:11:"description";s:200:"Fusion Starter sub-theme. Requires <a href="http://drupal.org/project/fusion">Fusion Core</a> and the <a href="http://drupal.org/project/skinr">Skinr</a> module to enable easy point-and-click theming.";s:10:"base theme";s:11:"fusion_core";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:28:"css/fusion-starter-style.css";s:67:"sites/all/themes/fusion/fusion_starter/css/fusion-starter-style.css";}}s:7:"regions";a:14:{s:13:"sidebar_first";s:13:"sidebar first";s:12:"sidebar_last";s:12:"sidebar last";s:10:"header_top";s:10:"header top";s:6:"header";s:6:"header";s:11:"preface_top";s:11:"preface top";s:14:"preface_bottom";s:14:"preface bottom";s:11:"content_top";s:11:"content top";s:7:"content";s:7:"content";s:14:"content_bottom";s:14:"content bottom";s:14:"postscript_top";s:14:"postscript top";s:17:"postscript_bottom";s:17:"postscript bottom";s:6:"footer";s:6:"footer";s:8:"node_top";s:8:"node top";s:11:"node_bottom";s:11:"node bottom";}s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:4:"name";i:2;s:6:"slogan";i:3;s:17:"node_user_picture";i:4;s:20:"comment_user_picture";i:5;s:6:"search";i:6;s:7:"favicon";i:7;s:13:"primary_links";i:8;s:15:"secondary_links";}s:8:"settings";a:7:{s:10:"theme_grid";s:10:"grid16-960";s:18:"theme_grid_options";a:2:{i:0;s:10:"grid16-960";i:1;s:12:"grid16-fluid";}s:16:"fluid_grid_width";s:9:"fluid-100";s:15:"theme_font_size";s:12:"font-size-12";s:14:"sidebar_layout";s:14:"sidebars-split";s:19:"sidebar_first_width";s:1:"3";s:18:"sidebar_last_width";s:1:"3";}s:5:"skinr";a:2:{s:7:"options";a:1:{s:13:"inherit_skins";b:1;}s:12:"grid12-width";s:65:"; Sample Skinr style (uncomment to use, see Skinr section in CSS)";}s:7:"version";s:13:"6.x-1.0-beta3";s:7:"project";s:6:"fusion";s:9:"datestamp";s:10:"1259718029";s:7:"scripts";a:1:{s:9:"script.js";s:48:"sites/all/themes/fusion/fusion_starter/script.js";}s:10:"screenshot";s:53:"sites/all/themes/fusion/fusion_starter/screenshot.png";s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/themes/litejazz/litejazz.info 	a:13:{s:4:"name";s:8:"LiteJazz";s:11:"description";s:31:"A Drupal 6 Theme by RoopleTheme";s:7:"version";s:7:"6.x-1.7";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:13:{s:12:"sidebar_left";s:12:"Left Sidebar";s:13:"sidebar_right";s:13:"Right Sidebar";s:11:"content_top";s:11:"Content Top";s:14:"content_bottom";s:14:"Content Bottom";s:6:"header";s:6:"Header";s:10:"suckerfish";s:15:"Suckerfish Menu";s:5:"user1";s:6:"User 1";s:5:"user2";s:6:"User 2";s:5:"user3";s:6:"User 3";s:5:"user4";s:6:"User 4";s:5:"user5";s:6:"User 5";s:5:"user6";s:6:"User 6";s:13:"footer_region";s:6:"Footer";}s:7:"project";s:8:"litejazz";s:9:"datestamp";s:10:"1220959821";s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:35:"sites/all/themes/litejazz/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:35:"sites/all/themes/litejazz/script.js";}s:10:"screenshot";s:40:"sites/all/themes/litejazz/screenshot.png";s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/themes/ninefiftyrobots/ninefiftyrobots.info 	a:11:{s:4:"name";s:10:"950 Robots";s:11:"description";s:91:"An example theme for Lullabot's theming video based on the 960 grid system. May be deleted.";s:7:"version";s:4:"6.14";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:11:"stylesheets";a:1:{s:3:"all";a:4:{s:13:"css/reset.css";s:46:"sites/all/themes/ninefiftyrobots/css/reset.css";s:12:"css/main.css";s:45:"sites/all/themes/ninefiftyrobots/css/main.css";s:11:"css/950.css";s:44:"sites/all/themes/ninefiftyrobots/css/950.css";s:22:"css/950_nice_menus.css";s:55:"sites/all/themes/ninefiftyrobots/css/950_nice_menus.css";}}s:7:"regions";a:7:{s:3:"top";s:10:"Top Region";s:4:"left";s:23:"Left sidebar (on right)";s:5:"right";s:24:"Right sidebar (on right)";s:10:"suckerfish";s:15:"Suckerfish Menu";s:11:"footer_left";s:11:"Footer left";s:12:"footer_right";s:12:"Footer right";s:6:"footer";s:13:"Footer bottom";}s:7:"scripts";a:2:{s:21:"js/jquery.autofill.js";s:54:"sites/all/themes/ninefiftyrobots/js/jquery.autofill.js";s:16:"js/javascript.js";s:49:"sites/all/themes/ninefiftyrobots/js/javascript.js";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:10:"screenshot";s:47:"sites/all/themes/ninefiftyrobots/screenshot.png";s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/themes/ninesixtyrobots/ninesixtyrobots.info 	a:13:{s:4:"name";s:10:"960 Robots";s:11:"description";s:77:"An example theme based on Lullabot's theming video using the 960 grid system.";s:4:"core";s:3:"6.x";s:3:"php";s:5:"5.2.0";s:6:"engine";s:11:"phptemplate";s:11:"stylesheets";a:1:{s:3:"all";a:3:{s:13:"css/reset.css";s:46:"sites/all/themes/ninesixtyrobots/css/reset.css";s:11:"css/960.css";s:44:"sites/all/themes/ninesixtyrobots/css/960.css";s:12:"css/main.css";s:45:"sites/all/themes/ninesixtyrobots/css/main.css";}}s:7:"regions";a:5:{s:4:"left";s:23:"Left sidebar (on right)";s:5:"right";s:24:"Right sidebar (on right)";s:11:"footer_left";s:11:"Footer left";s:12:"footer_right";s:12:"Footer right";s:6:"footer";s:13:"Footer bottom";}s:7:"scripts";a:2:{s:21:"js/jquery.autofill.js";s:54:"sites/all/themes/ninesixtyrobots/js/jquery.autofill.js";s:16:"js/javascript.js";s:49:"sites/all/themes/ninesixtyrobots/js/javascript.js";}s:7:"version";s:7:"6.x-2.1";s:7:"project";s:15:"ninesixtyrobots";s:9:"datestamp";s:10:"1250120439";s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:10:"screenshot";s:47:"sites/all/themes/ninesixtyrobots/screenshot.png";}
	Edit 	Delete 	sites/all/themes/acquia_prosper/acquia_prosper.info 	a:16:{s:4:"name";s:14:"Acquia Prosper";s:11:"description";s:385:"<a href="http://www.acquia.com">Acquia's</a> Prosper is grid-enabled and designed for <a href="http://www.ubercart.org">Ubercart</a> e-commerce. It uses the <a href="http://drupal.org/project/fusion">Fusion Core</a> base theme and <a href="http://drupal.org/project/skinr">Skinr</a> module for easy point-and-click theming. By <a href="http://www.topnotchthemes.com">TopNotchThemes</a>";s:10:"base theme";s:11:"fusion_core";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:28:"css/acquia-prosper-style.css";s:60:"sites/all/themes/acquia_prosper/css/acquia-prosper-style.css";}}s:7:"scripts";a:2:{s:19:"js/jquery.corner.js";s:51:"sites/all/themes/acquia_prosper/js/jquery.corner.js";s:27:"js/acquia-prosper-script.js";s:59:"sites/all/themes/acquia_prosper/js/acquia-prosper-script.js";}s:7:"regions";a:14:{s:13:"sidebar_first";s:13:"sidebar first";s:12:"sidebar_last";s:12:"sidebar last";s:10:"header_top";s:10:"header top";s:6:"header";s:6:"header";s:11:"preface_top";s:11:"preface top";s:14:"preface_bottom";s:14:"preface bottom";s:11:"content_top";s:11:"content top";s:7:"content";s:7:"content";s:14:"content_bottom";s:14:"content bottom";s:14:"postscript_top";s:14:"postscript top";s:17:"postscript_bottom";s:17:"postscript bottom";s:6:"footer";s:6:"footer";s:8:"node_top";s:8:"node top";s:11:"node_bottom";s:11:"node bottom";}s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:4:"name";i:2;s:6:"slogan";i:3;s:17:"node_user_picture";i:4;s:20:"comment_user_picture";i:5;s:6:"search";i:6;s:7:"favicon";i:7;s:13:"primary_links";i:8;s:15:"secondary_links";}s:8:"settings";a:7:{s:10:"theme_grid";s:10:"grid16-960";s:18:"theme_grid_options";a:2:{i:0;s:10:"grid16-960";i:1;s:12:"grid16-fluid";}s:16:"fluid_grid_width";s:9:"fluid-100";s:15:"theme_font_size";s:12:"font-size-12";s:14:"sidebar_layout";s:14:"sidebars-split";s:19:"sidebar_first_width";s:1:"3";s:18:"sidebar_last_width";s:1:"3";}s:5:"skinr";a:5:{s:7:"options";a:1:{s:13:"inherit_skins";b:1;}s:12:"grid12-width";s:16:"; Prosper styles";s:22:"prosper-general-styles";a:4:{s:5:"title";s:37:"Acquia Prosper - general theme styles";s:4:"type";s:6:"radios";s:11:"description";s:68:"Acquia Prosper's styles for blocks, panels, views, and content types";s:7:"options";a:10:{i:1;a:2:{s:5:"label";s:48:"Gray rounded title background, plain white block";s:5:"class";s:48:"prosper-gray-rounded-plain prosper-rounded-title";}i:2;a:2:{s:5:"label";s:43:"Gray rounded title background, list styling";s:5:"class";s:48:"prosper-gray-rounded-style prosper-rounded-title";}i:3;a:2:{s:5:"label";s:30:"Rounded corner dark background";s:5:"class";s:33:"prosper-grayborder-darkbackground";}i:4;a:2:{s:5:"label";s:32:"Light gray background and border";s:5:"class";s:34:"prosper-lightgraybackground-border";}i:5;a:2:{s:5:"label";s:41:"Medium gray background with bottom border";s:5:"class";s:41:"prosper-mediumgraybackground-bottomborder";}i:6;a:2:{s:5:"label";s:49:"Gradient background with padding and thick border";s:5:"class";s:23:"prosper-gradient-border";}i:7;a:2:{s:5:"label";s:9:"Menu list";s:5:"class";s:17:"prosper-menu-list";}i:8;a:2:{s:5:"label";s:32:"Shopping cart - Light background";s:5:"class";s:26:"prosper-shoppingcart-light";}i:9;a:2:{s:5:"label";s:31:"Shopping cart - Dark background";s:5:"class";s:25:"prosper-shoppingcart-dark";}i:10;a:2:{s:5:"label";s:50:"Tabbed block - also set Quicktabs style to Default";s:5:"class";s:17:"prosper-quicktabs";}}}s:16:"prosper-comments";a:4:{s:5:"title";s:30:"Acquia Prosper: comment styles";s:4:"type";s:6:"radios";s:8:"features";a:1:{i:0;s:15:"comment_wrapper";}s:7:"options";a:2:{i:1;a:2:{s:5:"label";s:43:"Simple with white background and separators";s:5:"class";s:22:"prosper-comments-clean";}i:2;a:2:{s:5:"label";s:32:"Speech bubbles with pointed edge";s:5:"class";s:21:"prosper-comments-edgy";}}}s:21:"prosper-common-styles";a:4:{s:5:"title";s:36:"Acquia Prosper - common theme styles";s:4:"type";s:10:"checkboxes";s:11:"description";s:68:"Acquia Prosper's styles for blocks, panels, views, and content types";s:7:"options";a:1:{i:1;a:2:{s:5:"label";s:24:"Gray border around image";s:5:"class";s:25:"prosper-gray-border-image";}}}}s:7:"version";s:13:"6.x-1.0-beta3";s:7:"project";s:14:"acquia_prosper";s:9:"datestamp";s:10:"1259718003";s:10:"screenshot";s:46:"sites/all/themes/acquia_prosper/screenshot.png";s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	themes/garland/minnelli/minnelli.info 	a:14:{s:4:"name";s:8:"Minnelli";s:11:"description";s:56:"Tableless, recolorable, multi-column, fixed width theme.";s:7:"version";s:4:"6.15";s:4:"core";s:3:"6.x";s:10:"base theme";s:7:"garland";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:12:"minnelli.css";s:36:"themes/garland/minnelli/minnelli.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1260996916";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:7:"scripts";a:1:{s:9:"script.js";s:33:"themes/garland/minnelli/script.js";}s:10:"screenshot";s:38:"themes/garland/minnelli/screenshot.png";s:3:"php";s:5:"4.3.5";s:6:"engine";s:11:"phptemplate";}
	Edit 	Delete 	themes/garland/garland.info 	a:13:{s:4:"name";s:7:"Garland";s:11:"description";s:66:"Tableless, recolorable, multi-column, fluid width theme (default).";s:7:"version";s:4:"6.15";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1260996916";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:7:"scripts";a:1:{s:9:"script.js";s:24:"themes/garland/script.js";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	themes/bluemarine/bluemarine.info 	a:13:{s:4:"name";s:10:"Bluemarine";s:11:"description";s:66:"Table-based multi-column theme with a marine and ash color scheme.";s:7:"version";s:4:"6.15";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1260996916";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/bluemarine/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:27:"themes/bluemarine/script.js";}s:10:"screenshot";s:32:"themes/bluemarine/screenshot.png";s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	themes/pushbutton/pushbutton.info 	a:13:{s:4:"name";s:10:"Pushbutton";s:11:"description";s:52:"Tabled, multi-column theme in blue and orange tones.";s:7:"version";s:4:"6.15";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1260996916";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/pushbutton/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:27:"themes/pushbutton/script.js";}s:10:"screenshot";s:32:"themes/pushbutton/screenshot.png";s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	themes/chameleon/marvin/marvin.info 	a:13:{s:4:"name";s:6:"Marvin";s:11:"description";s:31:"Boxy tabled theme in all grays.";s:7:"regions";a:2:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";}s:7:"version";s:4:"6.15";s:4:"core";s:3:"6.x";s:10:"base theme";s:9:"chameleon";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1260996916";s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:33:"themes/chameleon/marvin/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:33:"themes/chameleon/marvin/script.js";}s:10:"screenshot";s:38:"themes/chameleon/marvin/screenshot.png";s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	themes/chameleon/chameleon.info 	a:12:{s:4:"name";s:9:"Chameleon";s:11:"description";s:42:"Minimalist tabled theme with light colors.";s:7:"regions";a:2:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";}s:8:"features";a:4:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";}s:11:"stylesheets";a:1:{s:3:"all";a:2:{s:9:"style.css";s:26:"themes/chameleon/style.css";s:10:"common.css";s:27:"themes/chameleon/common.css";}}s:7:"version";s:4:"6.15";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1260996916";s:7:"scripts";a:1:{s:9:"script.js";s:26:"themes/chameleon/script.js";}s:10:"screenshot";s:31:"themes/chameleon/screenshot.png";s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/themes/fusion/fusion_core/fusion_core.info 	a:15:{s:4:"name";s:11:"Fusion Core";s:11:"description";s:287:"<a href="http://drupal.org/project/fusion">Fusion Core</a> is the grid-enabled base theme for powerful sub-themes.  With the <a href="http://drupal.org/project/skinr">Skinr</a> module, it enables easy point-and-click theming. By <a href="http://www.topnotchthemes.com">TopNotchThemes</a>";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:11:"stylesheets";a:1:{s:3:"all";a:5:{s:13:"css/style.css";s:49:"sites/all/themes/fusion/fusion_core/css/style.css";s:18:"css/typography.css";s:54:"sites/all/themes/fusion/fusion_core/css/typography.css";s:17:"css/superfish.css";s:53:"sites/all/themes/fusion/fusion_core/css/superfish.css";s:24:"css/superfish-navbar.css";s:60:"sites/all/themes/fusion/fusion_core/css/superfish-navbar.css";s:26:"css/superfish-vertical.css";s:62:"sites/all/themes/fusion/fusion_core/css/superfish-vertical.css";}}s:7:"scripts";a:8:{s:22:"js/jquery.overlabel.js";s:58:"sites/all/themes/fusion/fusion_core/js/jquery.overlabel.js";s:25:"js/jquery.equalheights.js";s:61:"sites/all/themes/fusion/fusion_core/js/jquery.equalheights.js";s:25:"js/jquery.bgiframe.min.js";s:61:"sites/all/themes/fusion/fusion_core/js/jquery.bgiframe.min.js";s:17:"js/hoverIntent.js";s:53:"sites/all/themes/fusion/fusion_core/js/hoverIntent.js";s:17:"js/supposition.js";s:53:"sites/all/themes/fusion/fusion_core/js/supposition.js";s:15:"js/supersubs.js";s:51:"sites/all/themes/fusion/fusion_core/js/supersubs.js";s:15:"js/superfish.js";s:51:"sites/all/themes/fusion/fusion_core/js/superfish.js";s:12:"js/script.js";s:48:"sites/all/themes/fusion/fusion_core/js/script.js";}s:7:"regions";a:14:{s:13:"sidebar_first";s:13:"sidebar first";s:12:"sidebar_last";s:12:"sidebar last";s:10:"header_top";s:10:"header top";s:6:"header";s:6:"header";s:11:"preface_top";s:11:"preface top";s:14:"preface_bottom";s:14:"preface bottom";s:11:"content_top";s:11:"content top";s:7:"content";s:7:"content";s:14:"content_bottom";s:14:"content bottom";s:14:"postscript_top";s:14:"postscript top";s:17:"postscript_bottom";s:17:"postscript bottom";s:6:"footer";s:6:"footer";s:8:"node_top";s:8:"node top";s:11:"node_bottom";s:11:"node bottom";}s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:4:"name";i:2;s:6:"slogan";i:3;s:17:"node_user_picture";i:4;s:20:"comment_user_picture";i:5;s:6:"search";i:6;s:7:"favicon";i:7;s:13:"primary_links";i:8;s:15:"secondary_links";}s:8:"settings";a:7:{s:10:"theme_grid";s:10:"grid16-960";s:18:"theme_grid_options";a:4:{i:0;s:10:"grid16-960";i:1;s:12:"grid16-fluid";i:2;s:10:"grid12-960";i:3;s:12:"grid12-fluid";}s:16:"fluid_grid_width";s:9:"fluid-100";s:15:"theme_font_size";s:12:"font-size-13";s:14:"sidebar_layout";s:14:"sidebars-split";s:19:"sidebar_first_width";s:1:"3";s:18:"sidebar_last_width";s:1:"3";}s:5:"skinr";a:12:{s:12:"grid16-width";a:4:{s:5:"title";s:22:"Width (16 column grid)";s:4:"type";s:6:"select";s:8:"features";a:1:{i:0;s:5:"block";}s:7:"options";a:16:{i:1;a:2:{s:5:"label";s:24:"1 unit wide (60px/6.25%)";s:5:"class";s:8:"grid16-1";}i:2;a:2:{s:5:"label";s:26:"2 units wide (120px/12.5%)";s:5:"class";s:8:"grid16-2";}i:3;a:2:{s:5:"label";s:27:"3 units wide (180px/18.75%)";s:5:"class";s:8:"grid16-3";}i:4;a:2:{s:5:"label";s:24:"4 units wide (240px/25%)";s:5:"class";s:8:"grid16-4";}i:5;a:2:{s:5:"label";s:27:"5 units wide (300px/31.25%)";s:5:"class";s:8:"grid16-5";}i:6;a:2:{s:5:"label";s:26:"6 units wide (360px/37.5%)";s:5:"class";s:8:"grid16-6";}i:7;a:2:{s:5:"label";s:27:"7 units wide (420px/43.75%)";s:5:"class";s:8:"grid16-7";}i:8;a:2:{s:5:"label";s:24:"8 units wide (480px/50%)";s:5:"class";s:8:"grid16-8";}i:9;a:2:{s:5:"label";s:27:"9 units wide (540px/56.25%)";s:5:"class";s:8:"grid16-9";}i:10;a:2:{s:5:"label";s:27:"10 units wide (600px/62.5%)";s:5:"class";s:9:"grid16-10";}i:11;a:2:{s:5:"label";s:28:"11 units wide (660px/68.75%)";s:5:"class";s:9:"grid16-11";}i:12;a:2:{s:5:"label";s:25:"12 units wide (720px/75%)";s:5:"class";s:9:"grid16-12";}i:13;a:2:{s:5:"label";s:28:"13 units wide (780px/81.25%)";s:5:"class";s:9:"grid16-13";}i:14;a:2:{s:5:"label";s:27:"14 units wide (840px/87.5%)";s:5:"class";s:9:"grid16-14";}i:15;a:2:{s:5:"label";s:28:"15 units wide (900px/93.75%)";s:5:"class";s:9:"grid16-15";}i:16;a:2:{s:5:"label";s:26:"16 units wide (960px/100%)";s:5:"class";s:9:"grid16-16";}}}s:12:"grid12-width";a:4:{s:5:"title";s:22:"Width (12 column grid)";s:4:"type";s:6:"select";s:8:"features";a:1:{i:0;s:5:"block";}s:7:"options";a:12:{i:1;a:2:{s:5:"label";s:24:"1 unit wide (80px/8.33%)";s:5:"class";s:8:"grid12-1";}i:2;a:2:{s:5:"label";s:27:"2 units wide (160px/16.67%)";s:5:"class";s:8:"grid12-2";}i:3;a:2:{s:5:"label";s:24:"3 units wide (240px/25%)";s:5:"class";s:8:"grid12-3";}i:4;a:2:{s:5:"label";s:27:"4 units wide (320px/33.33%)";s:5:"class";s:8:"grid12-4";}i:5;a:2:{s:5:"label";s:27:"5 units wide (400px/41.67%)";s:5:"class";s:8:"grid12-5";}i:6;a:2:{s:5:"label";s:24:"6 units wide (480px/50%)";s:5:"class";s:8:"grid12-6";}i:7;a:2:{s:5:"label";s:27:"7 units wide (560px/58.33%)";s:5:"class";s:8:"grid12-7";}i:8;a:2:{s:5:"label";s:27:"8 units wide (640px/66.67%)";s:5:"class";s:8:"grid12-8";}i:9;a:2:{s:5:"label";s:24:"9 units wide (720px/75%)";s:5:"class";s:8:"grid12-9";}i:10;a:2:{s:5:"label";s:28:"10 units wide (800px/83.33%)";s:5:"class";s:9:"grid12-10";}i:11;a:2:{s:5:"label";s:28:"11 units wide (680px/91.67%)";s:5:"class";s:9:"grid12-11";}i:12;a:2:{s:5:"label";s:26:"12 units wide (960px/100%)";s:5:"class";s:9:"grid12-12";}}}s:10:"grid-width";a:1:{s:11:"description";s:215:"Change the width of this block. Fluid grid % widths are relative to the parent region's width. Default widths: sidebar blocks default to the sidebar width; in other regions width is divided equally among all blocks.";}s:16:"fusion-alignment";a:5:{s:5:"title";s:14:"Block position";s:4:"type";s:6:"select";s:11:"description";s:67:"Change the position of this block (default is to float to the left)";s:8:"features";a:1:{i:0;s:5:"block";}s:7:"options";a:3:{i:1;a:2:{s:5:"label";s:24:"Float block to the right";s:5:"class";s:12:"fusion-right";}i:2;a:2:{s:5:"label";s:28:"Position block in the center";s:5:"class";s:13:"fusion-center";}i:3;a:2:{s:5:"label";s:40:"Clear floats (block drops to a new line)";s:5:"class";s:12:"fusion-clear";}}}s:24:"fusion-content-alignment";a:4:{s:5:"title";s:17:"Content alignment";s:4:"type";s:6:"select";s:11:"description";s:31:"Default is left aligned content";s:7:"options";a:2:{i:1;a:2:{s:5:"label";s:41:"Center align content within its container";s:5:"class";s:21:"fusion-center-content";}i:2;a:2:{s:5:"label";s:40:"Right align content within its container";s:5:"class";s:20:"fusion-right-content";}}}s:21:"fusion-general-styles";a:5:{s:5:"title";s:14:"General styles";s:4:"type";s:10:"checkboxes";s:11:"description";s:50:"These are some generally useful options for blocks";s:8:"features";a:2:{i:0;s:5:"block";i:1;s:11:"panels_pane";}s:7:"options";a:5:{i:1;a:2:{s:5:"label";s:31:"Text: large, bold callout style";s:5:"class";s:14:"fusion-callout";}i:2;a:2:{s:5:"label";s:21:"Links: bold all links";s:5:"class";s:17:"fusion-bold-links";}i:3;a:2:{s:5:"label";s:44:"Padding: add 30px extra padding inside block";s:5:"class";s:14:"fusion-padding";}i:4;a:2:{s:5:"label";s:39:"Border: add 1px border and 10px padding";s:5:"class";s:13:"fusion-border";}i:5;a:2:{s:5:"label";s:80:"Equal heights: equalize the heights of blocks with this style in the same region";s:5:"class";s:13:"equal-heights";}}}s:15:"fusion-multicol";a:5:{s:5:"title";s:12:"List columns";s:4:"type";s:6:"select";s:11:"description";s:64:"Put items in lists (menus, list views, etc.) in multiple columns";s:8:"features";a:3:{i:0;s:5:"block";i:1;s:11:"panels_pane";i:2;s:10:"vieww_view";}s:7:"options";a:2:{i:1;a:2:{s:5:"label";s:28:"2-column list/menu (50%/50%)";s:5:"class";s:26:"fusion-2-col-list clearfix";}i:2;a:2:{s:5:"label";s:32:"3-column list/menu (33%/33%/33%)";s:5:"class";s:26:"fusion-3-col-list clearfix";}}}s:11:"fusion-menu";a:5:{s:5:"title";s:11:"Menu layout";s:4:"type";s:6:"radios";s:11:"description";s:54:"Different layouts and alignment options for your menus";s:8:"features";a:2:{i:0;s:5:"block";i:1;s:11:"panels_pane";}s:7:"options";a:2:{i:1;a:2:{s:5:"label";s:32:"Single line menu with separators";s:5:"class";s:18:"fusion-inline-menu";}i:2;a:2:{s:5:"label";s:64:"Multi-column menu with bold headers (set menu items to Expanded)";s:5:"class";s:29:"fusion-multicol-menu clearfix";}}}s:18:"fusion-list-styles";a:4:{s:5:"title";s:16:"List/menu styles";s:4:"type";s:10:"checkboxes";s:8:"features";a:3:{i:0;s:5:"block";i:1;s:11:"panels_pane";i:2;s:10:"views_view";}s:7:"options";a:2:{i:1;a:2:{s:5:"label";s:26:"Bottom border (no bullets)";s:5:"class";s:25:"fusion-list-bottom-border";}i:2;a:2:{s:5:"label";s:35:"Extra vertical spacing (no bullets)";s:5:"class";s:28:"fusion-list-vertical-spacing";}}}s:16:"fusion-superfish";a:5:{s:5:"title";s:21:"Superfish menu styles";s:4:"type";s:6:"radios";s:11:"description";s:63:"Superfish dropdown menus (must also set menu items to Expanded)";s:8:"features";a:1:{i:0;s:5:"block";}s:7:"options";a:1:{i:2;a:2:{s:5:"label";s:34:"Vertical menu (for sidebar blocks)";s:5:"class";s:28:"superfish superfish-vertical";}}}s:23:"fusion-float-imagefield";a:5:{s:5:"title";s:21:"Image floating styles";s:4:"type";s:6:"select";s:11:"description";s:90:"These options will float ImageField images in content to the left or right and add margins";s:8:"features";a:3:{i:0;s:5:"block";i:1;s:4:"node";i:2;s:10:"views_view";}s:7:"options";a:2:{i:1;a:2:{s:5:"label";s:21:"Float ImageField left";s:5:"class";s:28:"fusion-float-imagefield-left";}i:2;a:2:{s:5:"label";s:22:"Float ImageField right";s:5:"class";s:29:"fusion-float-imagefield-right";}}}s:12:"fusion-login";a:4:{s:5:"title";s:23:"User login block styles";s:4:"type";s:6:"radios";s:8:"features";a:2:{i:0;s:5:"block";i:1;s:11:"panels_pane";}s:7:"options";a:1:{i:1;a:2:{s:5:"label";s:99:"Horizontal: puts user login block on a single line with label overlays (good for Header Top region)";s:5:"class";s:18:"fusion-horiz-login";}}}}s:7:"version";s:13:"6.x-1.0-beta3";s:7:"project";s:6:"fusion";s:9:"datestamp";s:10:"1259718029";s:10:"screenshot";s:50:"sites/all/themes/fusion/fusion_core/screenshot.png";s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_nc/userpoints_nc.module 	a:10:{s:4:"name";s:29:"Userpoints Nodes and Comments";s:11:"description";s:70:"Grants userpoints for posting nodes or comments or moderating comments";s:7:"package";s:10:"Userpoints";s:12:"dependencies";a:1:{i:0;s:10:"userpoints";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:13:"userpoints_nc";s:9:"datestamp";s:10:"1231497640";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints/userpoints.module 	a:10:{s:4:"name";s:10:"Userpoints";s:11:"description";s:67:"Userpoints core: API module for recording points for other modules.";s:7:"package";s:10:"Userpoints";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:10:"userpoints";s:9:"datestamp";s:10:"1256148224";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints/userpoints_rules.module 	a:10:{s:4:"name";s:28:"Userpoints rules integration";s:11:"description";s:45:"Provides integration of Userpoints with rules";s:12:"dependencies";a:2:{i:0;s:10:"userpoints";i:1;s:5:"rules";}s:7:"package";s:10:"Userpoints";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:10:"userpoints";s:9:"datestamp";s:10:"1256148224";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints/userpoints_service.module 	a:10:{s:4:"name";s:18:"Userpoints Service";s:11:"description";s:44:"Exposes userpoints functionality via XML-RPC";s:7:"package";s:10:"Userpoints";s:12:"dependencies";a:2:{i:0;s:10:"userpoints";i:1;s:8:"services";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:10:"userpoints";s:9:"datestamp";s:10:"1256148224";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/rules/rules/rules.module 	a:10:{s:4:"name";s:5:"Rules";s:11:"description";s:73:"Lets you define conditionally executed actions based on occurring events.";s:7:"package";s:5:"Rules";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:5:"rules";s:9:"datestamp";s:10:"1251458463";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/rules/rules_admin/rules_admin.module 	a:10:{s:4:"name";s:23:"Rules Administration UI";s:11:"description";s:41:"Provides the administration UI for rules.";s:12:"dependencies";a:1:{i:0;s:5:"rules";}s:7:"package";s:5:"Rules";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:5:"rules";s:9:"datestamp";s:10:"1251458463";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/rules/rules_forms/rules_forms.module 	a:10:{s:4:"name";s:19:"Rules Forms support";s:11:"description";s:74:"Provides events, conditions and actions for rule-based form customization.";s:12:"dependencies";a:1:{i:0;s:5:"rules";}s:7:"package";s:5:"Rules";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:5:"rules";s:9:"datestamp";s:10:"1251458463";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/rules/rules_scheduler/rules_scheduler.module 	a:10:{s:4:"name";s:15:"Rules Scheduler";s:11:"description";s:36:"Schedule the execution of rule sets.";s:12:"dependencies";a:1:{i:0;s:5:"rules";}s:7:"package";s:5:"Rules";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:5:"rules";s:9:"datestamp";s:10:"1251458463";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/rules/rules_test/rules_test.module 	a:10:{s:4:"name";s:16:"Rules Simpletest";s:11:"description";s:42:"Tests the functionality of the rule engine";s:7:"package";s:5:"Rules";s:12:"dependencies";a:2:{i:0;s:10:"simpletest";i:1;s:5:"rules";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:5:"rules";s:9:"datestamp";s:10:"1251458463";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_votingapi/userpoints_votingapi.module 	a:10:{s:4:"name";s:22:"User Points Voting API";s:11:"description";s:67:"Integrates User Points with Voting API-based modules like Fivestar.";s:7:"package";s:10:"Userpoints";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:10:"userpoints";i:1;s:9:"votingapi";}s:7:"version";s:7:"6.x-1.3";s:7:"project";s:20:"userpoints_votingapi";s:9:"datestamp";s:10:"1217794227";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/kudos/kudos.module 	a:10:{s:4:"name";s:5:"Kudos";s:11:"description";s:49:"Kudos creation, administration and customizations";s:7:"package";s:5:"Kudos";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.1";s:7:"version";s:7:"6.x-1.8";s:7:"project";s:5:"kudos";s:9:"datestamp";s:10:"1258482121";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/kudos/contrib/kudos_userpoints/kudos_userpoints.module 	a:10:{s:4:"name";s:16:"Userpoints Kudos";s:11:"description";s:50:"Gives points to the giver and/or receiver of kudos";s:7:"package";s:10:"Userpoints";s:12:"dependencies";a:1:{i:0;s:10:"userpoints";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.8";s:7:"project";s:5:"kudos";s:9:"datestamp";s:10:"1258482121";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_top_contributors/userpoints_top_contributors.module 	a:10:{s:4:"name";s:28:"User Points Top Contributors";s:11:"description";s:66:"Creates blocks and pages that list a community's Top Contributors.";s:7:"package";s:10:"Userpoints";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:10:"userpoints";}s:7:"version";s:7:"6.x-1.2";s:7:"project";s:27:"userpoints_top_contributors";s:9:"datestamp";s:10:"1212436846";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/user_badges/user_badges.module 	a:9:{s:4:"name";s:11:"User badges";s:11:"description";s:58:"Enables assignment of graphical badges to users and roles.";s:12:"dependencies";a:1:{i:0;s:6:"upload";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.5";s:7:"project";s:11:"user_badges";s:9:"datestamp";s:10:"1250020617";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/user_badges/user_badges_products.module 	a:9:{s:4:"name";s:19:"User Product Badges";s:11:"description";s:58:"Enables assignment of graphical badges to users and roles.";s:12:"dependencies";a:2:{i:0;s:11:"user_badges";i:1;s:10:"ec_product";}s:7:"version";s:7:"6.x-1.5";s:7:"project";s:11:"user_badges";s:9:"datestamp";s:10:"1250020617";s:4:"core";s:3:"6.x";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/uc_views/uc_views.module 	a:10:{s:4:"name";s:14:"Ubercart Views";s:11:"description";s:135:"Create different views on Ubercart data. Such as block for new products, lists of a users purchased products, most popular product etc.";s:12:"dependencies";a:3:{i:0;s:10:"uc_product";i:1;s:5:"views";i:2;s:15:"views_slideshow";}s:7:"package";s:16:"Ubercart - extra";s:4:"core";s:3:"6.x";s:7:"project";s:8:"uc_views";s:9:"datestamp";s:10:"1239102993";s:7:"version";s:7:"6.x-2.0";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/uc_out_of_stock/uc_out_of_stock.module 	a:10:{s:4:"name";s:24:"Out of stock notificator";s:11:"description";s:69:"It tells the user if an item is out of stock. It supports attributes.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:8:"uc_stock";}s:7:"package";s:16:"Ubercart - extra";s:7:"version";s:7:"6.x-1.4";s:7:"project";s:15:"uc_out_of_stock";s:9:"datestamp";s:10:"1247684543";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/uc_bank_transfer/uc_bank_transfer.module 	a:10:{s:4:"name";s:13:"Bank Transfer";s:11:"description";s:42:"Provides the Bank Transfer payment method.";s:12:"dependencies";a:2:{i:0;s:7:"uc_cart";i:1;s:10:"uc_payment";}s:7:"package";s:18:"Ubercart - payment";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:16:"uc_bank_transfer";s:9:"datestamp";s:10:"1258503805";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/uc_pma/uc_pma.module 	a:10:{s:4:"name";s:26:"Payment Method Adjustments";s:11:"description";s:62:"Associate a fee or discount with a payment method at checkout.";s:12:"dependencies";a:2:{i:0;s:7:"uc_cart";i:1;s:10:"uc_payment";}s:7:"package";s:18:"Ubercart - payment";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:6:"uc_pma";s:9:"datestamp";s:10:"1258034505";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/discussthis/discussthis.module 	a:9:{s:4:"name";s:12:"Discuss This";s:11:"description";s:67:"Adds 'Discuss This!' links to a forum topic for specific node types";s:12:"dependencies";a:3:{i:0;s:5:"forum";i:1;s:5:"token";i:2;s:7:"comment";}s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:11:"discussthis";s:9:"datestamp";s:10:"1259107482";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/image_fupload/image_fupload.module 	a:9:{s:4:"name";s:13:"Image FUpload";s:11:"description";s:59:"Allows uploading several images all at once using swfUpload";s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-3.0-rc2";s:7:"project";s:13:"image_fupload";s:9:"datestamp";s:10:"1239195044";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/image/image.module 	a:10:{s:4:"name";s:5:"Image";s:11:"description";s:49:"Allows uploading, resizing and viewing of images.";s:7:"package";s:5:"Image";s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.0-beta3";s:7:"project";s:5:"image";s:9:"datestamp";s:10:"1252829730";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/image_fupload/image_fupload_image/image_fupload_image.module 	a:10:{s:4:"name";s:21:"Image FUpload (image)";s:11:"description";s:59:"Allows uploading several images all at once to image module";s:4:"core";s:3:"6.x";s:7:"package";s:5:"Image";s:12:"dependencies";a:2:{i:0;s:13:"image_fupload";i:1;s:5:"image";}s:7:"version";s:11:"6.x-3.0-rc2";s:7:"project";s:13:"image_fupload";s:9:"datestamp";s:10:"1239195044";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/image_fupload/image_fupload_imagefield/image_fupload_imagefield.module 	a:10:{s:4:"name";s:19:"Image FUpload (CCK)";s:11:"description";s:64:"Allows uploading several images all at once to ImageField module";s:4:"core";s:3:"6.x";s:7:"package";s:3:"CCK";s:12:"dependencies";a:5:{i:0;s:13:"image_fupload";i:1;s:7:"content";i:2;s:9:"filefield";i:3;s:10:"imagefield";i:4;s:10:"imagecache";}s:7:"version";s:11:"6.x-3.0-rc2";s:7:"project";s:13:"image_fupload";s:9:"datestamp";s:10:"1239195044";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/image/contrib/image_attach/image_attach.module 	a:10:{s:4:"name";s:12:"Image Attach";s:11:"description";s:60:"Allows easy attaching of image nodes to other content types.";s:7:"package";s:5:"Image";s:12:"dependencies";a:1:{i:0;s:5:"image";}s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.0-beta3";s:7:"project";s:5:"image";s:9:"datestamp";s:10:"1252829730";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/image/contrib/image_gallery/image_gallery.module 	a:10:{s:4:"name";s:13:"Image Gallery";s:11:"description";s:69:"Allows sorting and displaying of image galleries based on categories.";s:7:"package";s:5:"Image";s:12:"dependencies";a:2:{i:0;s:5:"image";i:1;s:8:"taxonomy";}s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.0-beta3";s:7:"project";s:5:"image";s:9:"datestamp";s:10:"1252829730";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/image/contrib/image_im_advanced/image_im_advanced.module 	a:10:{s:4:"name";s:28:"ImageMagick Advanced Options";s:11:"description";s:55:"Adds advanced options to the ImageMagick image toolkit.";s:7:"package";s:5:"Image";s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.0-beta3";s:7:"project";s:5:"image";s:9:"datestamp";s:10:"1252829730";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/image/contrib/image_import/image_import.module 	a:10:{s:4:"name";s:12:"Image Import";s:11:"description";s:71:"Allows batches of images to be imported from a directory on the server.";s:7:"package";s:5:"Image";s:12:"dependencies";a:1:{i:0;s:5:"image";}s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.0-beta3";s:7:"project";s:5:"image";s:9:"datestamp";s:10:"1252829730";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/addresses/addresses.module 	a:9:{s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:5:"token";}s:11:"description";s:63:"You can associate a geographic location with content and users.";s:4:"name";s:9:"Addresses";s:7:"version";s:8:"6.x-1.05";s:7:"project";s:9:"addresses";s:9:"datestamp";s:10:"1232655603";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/beautytips/beautytips.module 	a:9:{s:4:"name";s:10:"BeautyTips";s:11:"description";s:43:"Implements jQuery BeautyTips Tooltip plugin";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:10:"beautytips";s:9:"datestamp";s:10:"1253807407";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/filefield_paths/filefield_paths.module 	a:10:{s:4:"name";s:15:"FileField Paths";s:11:"description";s:53:"Adds extra functionality to FileFields Path settings.";s:12:"dependencies";a:1:{i:0;s:5:"token";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.3";s:7:"project";s:15:"filefield_paths";s:9:"datestamp";s:10:"1246605339";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/views_slideshow/contrib/views_slideshow_singleframe/views_slideshow_singleframe.module 	a:10:{s:4:"name";s:28:"Views Slideshow: SingleFrame";s:11:"description";s:55:"Adds a Single Frame slideshow mode to Views Slideshows.";s:12:"dependencies";a:1:{i:0;s:15:"views_slideshow";}s:7:"package";s:5:"Views";s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-2.0-beta2";s:7:"project";s:15:"views_slideshow";s:9:"datestamp";s:10:"1254260516";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.module 	a:10:{s:4:"name";s:31:"Views Slideshow: ThumbnailHover";s:11:"description";s:58:"Adds a Thumbnail Hover slideshow mode to Views Slideshows.";s:12:"dependencies";a:1:{i:0;s:15:"views_slideshow";}s:7:"package";s:5:"Views";s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-2.0-beta2";s:7:"project";s:15:"views_slideshow";s:9:"datestamp";s:10:"1254260516";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/fivestarextra/fivestarextra.module 	a:10:{s:4:"name";s:14:"Fivestar Extra";s:11:"description";s:78:"Use fivestar to rate comments left by users, and to rate the users themselves.";s:7:"package";s:6:"Voting";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:8:"fivestar";i:1;s:9:"votingapi";}s:7:"version";s:7:"6.x-1.1";s:7:"project";s:13:"fivestarextra";s:9:"datestamp";s:10:"1251581724";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/aef_image/aef_image.module 	a:10:{s:4:"name";s:9:"Uberimage";s:11:"description";s:85:"An advanced CCK image field, with imagecache resizing and optional image node support";s:7:"version";s:7:"6.x-1.0";s:7:"package";s:3:"AEF";s:4:"core";s:3:"6.x";s:12:"dependencies";a:4:{i:0;s:7:"content";i:1;s:10:"imagecache";i:2;s:2:"jq";i:3;s:13:"aef_utilities";}s:7:"project";s:9:"aef_image";s:9:"datestamp";s:10:"1258104003";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/chatroom/chatroom.module 	a:10:{s:4:"name";s:9:"Chat Room";s:7:"package";s:4:"Chat";s:11:"description";s:77:"Enables the creation of rooms that provide access to chats and chat archives.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.3";s:7:"project";s:8:"chatroom";s:9:"datestamp";s:10:"1258989319";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/booking_timeslots/booking_timeslots.module 	a:10:{s:4:"name";s:17:"Booking Timeslots";s:11:"description";s:24:"Booking timeslots module";s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:8:"calendar";i:1;s:7:"content";}s:7:"version";s:7:"6.x-1.1";s:7:"project";s:17:"booking_timeslots";s:9:"datestamp";s:10:"1244046013";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/content_complete/content_complete.module 	a:10:{s:4:"name";s:16:"Content Complete";s:11:"description";s:120:"Configure CCK fields to be tagged as required to be complete. Display the percent of completion to the user via a block.";s:4:"core";s:3:"6.x";s:7:"package";s:3:"CCK";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"version";s:7:"6.x-1.2";s:7:"project";s:16:"content_complete";s:9:"datestamp";s:10:"1255871413";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/facebook_status/facebook_status.module 	a:9:{s:4:"name";s:23:"Facebook-style Statuses";s:11:"description";s:57:"Allows users to have an arbitrary status, Facebook-style.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.0";s:7:"project";s:15:"facebook_status";s:9:"datestamp";s:10:"1258269333";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/facebook_status/facebook_status_tags.module 	a:9:{s:4:"name";s:28:"Facebook-style Statuses Tags";s:11:"description";s:106:"Converts @usernames to themed usernames and #hashtags to themed taxonomy terms on Facebook-style Statuses.";s:12:"dependencies";a:1:{i:0;s:15:"facebook_status";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.0";s:7:"project";s:15:"facebook_status";s:9:"datestamp";s:10:"1258269333";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/advuser/advuser.module 	a:9:{s:4:"name";s:24:"Advanced User Management";s:11:"description";s:86:"Advanced user management module. Filter users and mass actions based on their filters.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.3";s:7:"project";s:7:"advuser";s:9:"datestamp";s:10:"1245780626";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/aef_utilities/aef_utilities.module 	a:10:{s:4:"name";s:9:"Utilities";s:11:"description";s:50:"Some useful methods shared by lots of AEF modules.";s:7:"version";s:7:"6.x-1.1";s:7:"package";s:3:"AEF";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:12:"content_copy";}s:7:"project";s:13:"aef_utilities";s:9:"datestamp";s:10:"1259158204";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/content_levels/content_levels.module 	a:10:{s:4:"name";s:14:"Content Levels";s:11:"description";s:125:"Defines a new field type for custom ranking of node content, and the visilibity/editability of fields can be set accordingly.";s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:7:"content";i:1;s:8:"date_api";}s:7:"version";s:11:"6.x-1.0-rc2";s:7:"project";s:14:"content_levels";s:9:"datestamp";s:10:"1259045413";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/extlink/extlink.module 	a:10:{s:4:"name";s:14:"External Links";s:11:"description";s:45:"Adds icon next to external links on the site.";s:7:"package";s:14:"User interface";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.7";s:7:"project";s:7:"extlink";s:9:"datestamp";s:10:"1237010120";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/fbssar/fbssar.module 	a:9:{s:4:"name";s:38:"Facebook-style Statuses Auto-Responder";s:11:"description";s:54:"Allows automatic responses to Facebook-style Statuses.";s:12:"dependencies";a:1:{i:0;s:15:"facebook_status";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:6:"fbssar";s:9:"datestamp";s:10:"1258337135";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/feedapi/feedapi.module 	a:10:{s:4:"name";s:7:"FeedAPI";s:11:"description";s:209:"Provides feed aggregation functionality, a feed management interface and an API. If you enable this module, enable at least one item processor (e. g. FeedAPI Node Item) and one parser (e. g. SimplePie parser).";s:7:"package";s:15:"FeedAPI Default";s:4:"core";s:3:"6.x";s:3:"php";s:3:"4.0";s:7:"version";s:13:"6.x-1.9-beta3";s:7:"project";s:7:"feedapi";s:9:"datestamp";s:10:"1257806483";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/feedapi/feedapi_inherit/feedapi_inherit.module 	a:10:{s:4:"name";s:15:"FeedAPI Inherit";s:11:"description";s:98:"Passes on group and taxonomy information from feed to feed items. Requires FeedAPI Node processor.";s:12:"dependencies";a:2:{i:0;s:7:"feedapi";i:1;s:12:"feedapi_node";}s:7:"package";s:14:"FeedAPI Add On";s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.9-beta3";s:7:"project";s:7:"feedapi";s:9:"datestamp";s:10:"1257806483";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/feedapi_mapper/feedapi_mapper.module 	a:10:{s:4:"name";s:14:"FeedAPI Mapper";s:11:"description";s:39:"Maps feed item elements to node fields.";s:12:"dependencies";a:2:{i:0;s:12:"feedapi_node";i:1;s:7:"feedapi";}s:7:"package";s:14:"FeedAPI Add On";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.3";s:7:"project";s:14:"feedapi_mapper";s:9:"datestamp";s:10:"1258572983";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/feedapi/feedapi_node/feedapi_node.module 	a:10:{s:4:"name";s:12:"FeedAPI Node";s:11:"description";s:30:"Creates nodes from feed items.";s:12:"dependencies";a:1:{i:0;s:7:"feedapi";}s:7:"package";s:15:"FeedAPI Default";s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.9-beta3";s:7:"project";s:7:"feedapi";s:9:"datestamp";s:10:"1257806483";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/feedapi/feedapi_stat/feedapi_stat.module 	a:10:{s:4:"name";s:18:"FeedAPI Statistics";s:11:"description";s:42:"Visualizes FeedAPI performance statistics.";s:7:"package";s:14:"FeedAPI Add On";s:12:"dependencies";a:2:{i:0;s:7:"feedapi";i:1;s:9:"sparkline";}s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.9-beta3";s:7:"project";s:7:"feedapi";s:9:"datestamp";s:10:"1257806483";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/fill_roles/fill_roles.module 	a:9:{s:4:"name";s:10:"Fill Roles";s:11:"description";s:38:"Permit to provide roles to a user list";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:10:"fill_roles";s:9:"datestamp";s:10:"1249122028";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/floating_manager_menu/floating_manager_menu.module 	a:10:{s:4:"name";s:21:"Floating Manager Menu";s:11:"description";s:59:"Provides a floating menu with quick links for site managers";s:7:"package";s:14:"Administration";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:9:"jquery_ui";}s:7:"version";s:7:"6.x-1.1";s:7:"project";s:21:"floating_manager_menu";s:9:"datestamp";s:10:"1258994144";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/footnotes/footnotes.module 	a:9:{s:4:"name";s:9:"Footnotes";s:11:"description";s:81:"Add automatically numbered footnotes to your posts. (Includes Better URL filter.)";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.1";s:7:"project";s:9:"footnotes";s:9:"datestamp";s:10:"1220814612";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/gmapfield/gmapfield.module 	a:10:{s:4:"name";s:10:"GMap Field";s:11:"description";s:136:"Create CCK field for GMaps.  Input a GMap Macro and then it will be centered at the node's coordinates via Location or other CCK fields.";s:4:"core";s:3:"6.x";s:7:"package";s:3:"CCK";s:12:"dependencies";a:2:{i:0;s:7:"content";i:1;s:4:"gmap";}s:7:"version";s:13:"6.x-1.0-beta1";s:7:"project";s:9:"gmapfield";s:9:"datestamp";s:10:"1258914669";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/itweak_upload/itweak_upload.module 	a:10:{s:4:"name";s:13:"iTweak Upload";s:11:"description";s:23:"Tweak file upload form.";s:12:"dependencies";a:1:{i:0;s:6:"upload";}s:7:"package";s:11:"Site Tweaks";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:13:"itweak_upload";s:9:"datestamp";s:10:"1249708244";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/jstools/jstools.module 	a:10:{s:4:"name";s:16:"Javascript tools";s:11:"description";s:57:"Provides common JavaScript methods used by other modules.";s:7:"package";s:14:"User Interface";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:7:"jstools";s:9:"datestamp";s:10:"1208192722";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/feedapi/parser_common_syndication/parser_common_syndication.module 	a:10:{s:4:"name";s:25:"Common syndication parser";s:11:"description";s:58:"Provides an XML parser for FeedAPI modules. Requires PHP5.";s:7:"package";s:14:"FeedAPI Add On";s:12:"dependencies";a:1:{i:0;s:7:"feedapi";}s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:13:"6.x-1.9-beta3";s:7:"project";s:7:"feedapi";s:9:"datestamp";s:10:"1257806483";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/feedapi/parser_simplepie/parser_simplepie.module 	a:10:{s:4:"name";s:16:"SimplePie parser";s:11:"description";s:93:"Provides an XML parser for FeedAPI modules. Uses SimplePie library. Requires SimplePie 1.01+.";s:7:"package";s:15:"FeedAPI Default";s:12:"dependencies";a:1:{i:0;s:7:"feedapi";}s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.9-beta3";s:7:"project";s:7:"feedapi";s:9:"datestamp";s:10:"1257806483";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/views_bulk_operations/actions_permissions.module 	a:10:{s:4:"name";s:19:"Actions permissions";s:11:"description";s:46:"Integrates actions with the permission system.";s:7:"package";s:14:"Administration";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.7";s:7:"project";s:21:"views_bulk_operations";s:9:"datestamp";s:10:"1242845770";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
  	filename 	info
	Edit 	Delete 	sites/all/modules/node_clone/clone.module 	a:9:{s:4:"name";s:12:"Clone module";s:11:"description";s:56:"Allows users to clone (copy then edit) an existing node.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:10:"node_clone";s:9:"datestamp";s:10:"1224096343";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/uc_discounts_alt/codeless_discounts_field/codeless_discounts_field.module 	a:10:{s:4:"name";s:24:"Codeless Discounts Field";s:11:"description";s:115:"Defines CCK-based field for displaying applicable uc_discounts_alt discounts not requiring codes attached to nodes.";s:12:"dependencies";a:2:{i:0;s:12:"uc_discounts";i:1;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:14:"6.x-1.0-beta36";s:7:"project";s:16:"uc_discounts_alt";s:9:"datestamp";s:10:"1250991068";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/ubercart_marketplace/mp_orders/mp_orders.module 	a:10:{s:4:"name";s:9:"mp_orders";s:11:"description";s:68:"Tweaks the functionality of uc_order to support marketplace features";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:11:"mp_products";}s:7:"package";s:22:"Ubercart - Marketplace";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:20:"ubercart_marketplace";s:9:"datestamp";s:10:"1254876036";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/ubercart_marketplace/mp_products/mp_products.module 	a:10:{s:4:"name";s:11:"mp_products";s:11:"description";s:68:"Facilitates the handling of products created by marketplace sellers.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:10:"uc_product";i:1;s:8:"uc_order";}s:7:"package";s:22:"Ubercart - Marketplace";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:20:"ubercart_marketplace";s:9:"datestamp";s:10:"1254876036";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/ubercart_marketplace/mp_quote/mp_quote.module 	a:10:{s:4:"name";s:8:"mp_quote";s:11:"description";s:82:"Allows sellers to control shipping quotes and receive payments for shipping costs.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:9:"mp_orders";}s:7:"package";s:22:"Ubercart - Marketplace";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:20:"ubercart_marketplace";s:9:"datestamp";s:10:"1254876036";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/ubercart_marketplace/mp_reports/mp_reports.module 	a:10:{s:4:"name";s:10:"mp_reports";s:11:"description";s:60:"Adds seller sales report viewing and seller payment reports.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:9:"mp_orders";i:1;s:10:"uc_reports";}s:7:"package";s:22:"Ubercart - Marketplace";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:20:"ubercart_marketplace";s:9:"datestamp";s:10:"1254876036";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/multiselect/multiselect.module 	a:10:{s:4:"name";s:11:"Multiselect";s:11:"description";s:89:"Defines a CCK multiple selection field widget, to allow easier multi-selection for users.";s:12:"dependencies";a:1:{i:0;s:13:"optionwidgets";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.5";s:7:"project";s:11:"multiselect";s:9:"datestamp";s:10:"1243619741";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/nodereference_views_select/nodereference_views_select.module 	a:10:{s:4:"name";s:27:"Node Reference Views Select";s:11:"description";s:161:"Widget for nodereference field which renders a teaser list and a modal panel containing a view defined by the field configuration to display the candidate nodes.";s:12:"dependencies";a:4:{i:0;s:7:"content";i:1;s:13:"optionwidgets";i:2;s:13:"nodereference";i:3;s:6:"ctools";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.0-rc1";s:7:"project";s:26:"nodereference_views_select";s:9:"datestamp";s:10:"1250066765";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/page_title/page_title.module 	a:9:{s:4:"name";s:10:"Page Title";s:11:"description";s:60:"Enhanced control over the page title (in the &lt;head> tag).";s:12:"dependencies";a:1:{i:0;s:5:"token";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.3";s:7:"project";s:10:"page_title";s:9:"datestamp";s:10:"1259017563";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/please_register/please_register.module 	a:10:{s:4:"name";s:15:"Please register";s:11:"description";s:59:"Provide a block with information why users should register.";s:4:"core";s:3:"6.x";s:7:"package";s:15:"User management";s:7:"version";s:7:"6.x-1.3";s:7:"project";s:15:"please_register";s:9:"datestamp";s:10:"1217281839";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/uc_discounts_alt/product_price_alterer_field/product_price_alterer_field.module 	a:10:{s:4:"name";s:27:"Product Price Alterer Field";s:11:"description";s:110:"Defines CCK-based field for altering product price based on applicable discounts from uc_discounts_alt module.";s:12:"dependencies";a:2:{i:0;s:12:"uc_discounts";i:1;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:14:"6.x-1.0-beta36";s:7:"project";s:16:"uc_discounts_alt";s:9:"datestamp";s:10:"1250991068";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/schema/schema.module 	a:10:{s:4:"name";s:6:"Schema";s:11:"description";s:65:"The Schema module provides functionality built on the Schema API.";s:7:"package";s:8:"Database";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.5";s:7:"project";s:6:"schema";s:9:"datestamp";s:10:"1248299465";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/simplenews/simplenews.module 	a:10:{s:4:"name";s:10:"Simplenews";s:11:"description";s:47:"Send newsletters to subscribed email addresses.";s:12:"dependencies";a:1:{i:0;s:8:"taxonomy";}s:7:"package";s:4:"Mail";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:10:"simplenews";s:9:"datestamp";s:10:"1259226960";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/simplenews/simplenews_action/simplenews_action.module 	a:10:{s:4:"name";s:17:"Simplenews action";s:11:"description";s:31:"Provide actions for Simplenews.";s:12:"dependencies";a:2:{i:0;s:10:"simplenews";i:1;s:7:"trigger";}s:7:"package";s:4:"Mail";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:10:"simplenews";s:9:"datestamp";s:10:"1259226960";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/simplenews_register/simplenews_register.module 	a:10:{s:4:"name";s:22:"Simplenews on register";s:11:"description";s:49:"Allow signing up for newsletters on registration.";s:12:"dependencies";a:1:{i:0;s:10:"simplenews";}s:7:"package";s:4:"Mail";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:19:"simplenews_register";s:9:"datestamp";s:10:"1229103327";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/simplenews_register_block/simplenews_register_block.module 	a:10:{s:4:"name";s:25:"Simplenews Register Block";s:11:"description";s:217:"Provides e-mail and username fields in the Simplenews Newsletter block when registration is required for newsletter subscription and the Simplenews on Register module is enabled and configured for the given newsletter";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:10:"simplenews";i:1;s:19:"simplenews_register";}s:7:"package";s:4:"Mail";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:25:"simplenews_register_block";s:9:"datestamp";s:10:"1248899840";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/slider/slider.module 	a:10:{s:4:"name";s:6:"Slider";s:11:"description";s:60:"Turns nodes into coda sliders, a javascript carousel effect.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:6:"jQuery";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.4";s:7:"project";s:6:"slider";s:9:"datestamp";s:10:"1236333356";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/spamspan/spamspan.module 	a:10:{s:4:"name";s:8:"SpamSpan";s:11:"description";s:150:"The SpamSpan module obfuscates email addresses to help prevent spambots from collecting them.  It implements the technique at http://www.spamspan.com.";s:7:"package";s:13:"Input filters";s:12:"dependencies";a:1:{i:0;s:6:"filter";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.3";s:7:"project";s:8:"spamspan";s:9:"datestamp";s:10:"1241461431";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/stringoverrides/stringoverrides.module 	a:9:{s:4:"name";s:16:"String Overrides";s:11:"description";s:48:"Provides a quick and easy way of replacing text.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.7";s:7:"project";s:15:"stringoverrides";s:9:"datestamp";s:10:"1221073524";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/timeline/timeline.module 	a:10:{s:4:"name";s:8:"Timeline";s:11:"description";s:125:"Provides a draggable and scrollable timeline view. Requires the views module and makes use of the events module if available.";s:7:"package";s:5:"Views";s:12:"dependencies";a:1:{i:0;s:5:"views";}s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.2";s:7:"version";s:13:"6.x-2.0-beta1";s:7:"project";s:8:"timeline";s:9:"datestamp";s:10:"1250638306";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/uc_affiliate2/uc_affiliate2.module 	a:10:{s:4:"name";s:10:"Affiliate2";s:11:"description";s:45:"Tracks affiliate site orders and commissions.";s:12:"dependencies";a:2:{i:0;s:8:"uc_store";i:1;s:8:"uc_order";}s:7:"package";s:16:"Ubercart - extra";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.0";s:7:"project";s:13:"uc_affiliate2";s:9:"datestamp";s:10:"1241637786";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/uc_auction/uc_auction.module 	a:10:{s:4:"name";s:7:"Auction";s:11:"description";s:31:"Allow products to be auctioned.";s:12:"dependencies";a:2:{i:0;s:10:"uc_product";i:1;s:10:"date_popup";}s:4:"core";s:3:"6.x";s:7:"package";s:16:"Ubercart - extra";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:10:"uc_auction";s:9:"datestamp";s:10:"1253925897";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/uc_auction/uc_auction_as/uc_auction_as.module 	a:10:{s:4:"name";s:17:"Auction Antisnipe";s:11:"description";s:83:"Extends an auction's expiration time if a bid is placed soon before its expiration.";s:12:"dependencies";a:1:{i:0;s:10:"uc_auction";}s:4:"core";s:3:"6.x";s:7:"package";s:16:"Ubercart - extra";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:10:"uc_auction";s:9:"datestamp";s:10:"1253925897";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/uc_auction/uc_auction_now/uc_auction_now.module 	a:10:{s:4:"name";s:15:"Auction Buy Now";s:11:"description";s:57:"Allows customers to purchase auctioned items immediately.";s:12:"dependencies";a:1:{i:0;s:10:"uc_auction";}s:4:"core";s:3:"6.x";s:7:"package";s:16:"Ubercart - extra";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:10:"uc_auction";s:9:"datestamp";s:10:"1253925897";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/uc_bought_together/uc_bought_together.module 	a:10:{s:4:"name";s:15:"Bought together";s:11:"description";s:47:"Provides a listing of products bought together.";s:7:"package";s:16:"Ubercart - extra";s:12:"dependencies";a:2:{i:0;s:8:"uc_order";i:1;s:10:"uc_product";}s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.0-beta1";s:7:"project";s:18:"uc_bought_together";s:9:"datestamp";s:10:"1257717061";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/uc_checkout_preview/uc_checkout_preview.module 	a:10:{s:4:"name";s:27:"Checkout order preview pane";s:11:"description";s:74:"Moves the order total preview pane to a separate fieldset in the checkout.";s:12:"dependencies";a:1:{i:0;s:10:"uc_payment";}s:7:"package";s:16:"Ubercart - extra";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:19:"uc_checkout_preview";s:9:"datestamp";s:10:"1255523767";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/uc_clickandbuy/uc_clickandbuy.module 	a:10:{s:4:"name";s:11:"ClickandBuy";s:11:"description";s:39:"Process payments using ClickandBuy.com.";s:12:"dependencies";a:2:{i:0;s:10:"uc_payment";i:1;s:10:"soapclient";}s:7:"package";s:18:"Ubercart - payment";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:14:"uc_clickandbuy";s:9:"datestamp";s:10:"1241462612";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/uc_clickandbuy/uc_clickandbuy_register/uc_clickandbuy_register.module 	a:10:{s:4:"name";s:24:"ClickandBuy registration";s:11:"description";s:69:"Allows store owners to register as a new merchant at ClickandBuy.com.";s:12:"dependencies";a:1:{i:0;s:14:"uc_clickandbuy";}s:7:"package";s:18:"Ubercart - payment";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:14:"uc_clickandbuy";s:9:"datestamp";s:10:"1241462612";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/uc_direct_deposit/uc_direct_deposit.module 	a:8:{s:4:"name";s:14:"Direct Deposit";s:11:"description";s:43:"Provides the Direct Deposit payment method.";s:12:"dependencies";a:2:{i:0;s:7:"uc_cart";i:1;s:10:"uc_payment";}s:7:"package";s:18:"Ubercart - payment";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:10:"dependents";a:0:{}s:7:"version";N;}
	Edit 	Delete 	sites/all/modules/uc_discounts_alt/uc_discounts/uc_discounts.module 	a:10:{s:4:"name";s:9:"Discounts";s:11:"description";s:54:"Defines Ubercart discount based on user-defined codes.";s:12:"dependencies";a:3:{i:0;s:10:"date_popup";i:1;s:8:"uc_store";i:2;s:10:"uc_product";}s:7:"package";s:26:"Ubercart - core (optional)";s:4:"core";s:3:"6.x";s:7:"version";s:14:"6.x-1.0-beta36";s:7:"project";s:16:"uc_discounts_alt";s:9:"datestamp";s:10:"1250991068";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/uc_donation_incentives/uc_donation_incentives.module 	a:10:{s:4:"name";s:19:"Donation Incentives";s:11:"description";s:52:"Allows you to assign donation incentives to products";s:7:"package";s:16:"Ubercart - extra";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:8:"uc_store";}s:7:"version";s:7:"6.x-1.1";s:7:"project";s:22:"uc_donation_incentives";s:9:"datestamp";s:10:"1242942681";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/uc_legalaspects_v191/uc_legalaspects/uc_legalaspects.module 	a:7:{s:4:"name";s:27:"Legal aspects checkout pane";s:11:"description";s:88:"Adds a pane for agreeing terms and conditions and/or revocation rights using a checkbox.";s:12:"dependencies";s:8:"uc_store";s:7:"package";s:26:"Ubercart - core (optional)";s:7:"version";s:12:"5.x-1.0 v1.8";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/uc_paypal_buttons/uc_paypal_buttons.module 	a:10:{s:4:"name";s:14:"PayPal Buttons";s:11:"description";s:61:"Adds PayPal Buy Now or Subscription buttons to product pages.";s:12:"dependencies";a:3:{i:0;s:7:"uc_cart";i:1;s:8:"uc_order";i:2;s:9:"uc_paypal";}s:7:"package";s:16:"Ubercart - extra";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:17:"uc_paypal_buttons";s:9:"datestamp";s:10:"1245179007";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/uc_trustedshops/uc_trustedshops.module 	a:10:{s:4:"name";s:25:"TrustedShops for Ubercart";s:11:"description";s:50:"Give your customers extra protection in eCommerce.";s:7:"package";s:16:"Ubercart - extra";s:4:"core";s:3:"6.x";s:3:"php";s:1:"5";s:12:"dependencies";a:1:{i:0;s:8:"uc_store";}s:7:"version";s:7:"6.x-1.0";s:7:"project";s:15:"uc_trustedshops";s:9:"datestamp";s:10:"1243610190";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/userpoints_contrib/user2userpoints/user2userpoints.module 	a:10:{s:4:"name";s:19:"User to User Points";s:11:"description";s:45:"Users are able to send points to other users.";s:7:"package";s:10:"Userpoints";s:12:"dependencies";a:1:{i:0;s:10:"userpoints";}s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:18:"userpoints_contrib";s:9:"datestamp";s:10:"1257510243";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_contrib/userpoints_admin_email/userpoints_admin_email.module 	a:10:{s:4:"name";s:22:"Userpoints Admin Email";s:11:"description";s:72:"Notifies the site admin when any user reaches a certain number of points";s:12:"dependencies";a:1:{i:0;s:10:"userpoints";}s:7:"package";s:10:"Userpoints";s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:18:"userpoints_contrib";s:9:"datestamp";s:10:"1257510243";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_contrib/userpoints_badges/userpoints_badges.module 	a:10:{s:4:"name";s:17:"Userpoints Badges";s:11:"description";s:64:"Assign badges to users as they get certain number of userpoints.";s:7:"package";s:10:"Userpoints";s:12:"dependencies";a:2:{i:0;s:10:"userpoints";i:1;s:11:"user_badges";}s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:18:"userpoints_contrib";s:9:"datestamp";s:10:"1257510243";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_contrib/userpoints_cap/userpoints_cap.module 	a:10:{s:4:"name";s:14:"Userpoints Cap";s:11:"description";s:43:"Limit the number of points a user can earn.";s:7:"package";s:10:"Userpoints";s:12:"dependencies";a:1:{i:0;s:10:"userpoints";}s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:18:"userpoints_contrib";s:9:"datestamp";s:10:"1257510243";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_contrib/userpoints_commentspertype/userpoints_commentspertype.module 	a:10:{s:4:"name";s:28:"Userpoints Comments per Type";s:11:"description";s:82:"Users get points for comments. Comments for different node types can be different.";s:7:"package";s:10:"Userpoints";s:12:"dependencies";a:1:{i:0;s:10:"userpoints";}s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:18:"userpoints_contrib";s:9:"datestamp";s:10:"1257510243";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_contrib/userpoints_flag/userpoints_flag.module 	a:10:{s:4:"name";s:16:"User Points Flag";s:11:"description";s:37:"Integrates User Points with flag API.";s:7:"package";s:10:"Userpoints";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:10:"userpoints";i:1;s:4:"flag";}s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:18:"userpoints_contrib";s:9:"datestamp";s:10:"1257510243";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_contrib/userpoints_invite/userpoints_invite.module 	a:10:{s:4:"name";s:17:"Userpoints Invite";s:11:"description";s:67:"Users earn points when they invite other, and when others register.";s:7:"package";s:10:"Userpoints";s:12:"dependencies";a:2:{i:0;s:10:"userpoints";i:1;s:6:"invite";}s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:18:"userpoints_contrib";s:9:"datestamp";s:10:"1257510243";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_contrib/userpoints_modr8/userpoints_modr8.module 	a:10:{s:4:"name";s:16:"Userpoints Modr8";s:11:"description";s:65:"Moderators get awarded points for moderating via the modr8 module";s:7:"package";s:10:"Userpoints";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:10:"userpoints";}s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:18:"userpoints_contrib";s:9:"datestamp";s:10:"1257510243";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_contrib/userpoints_no_negative/userpoints_no_negative.module 	a:10:{s:4:"name";s:22:"Userpoints No Negative";s:11:"description";s:146:"Has no UI.  Once enabled, prevents transactions that would move accounts negative.  Allows currently negative users to make positive transactions.";s:7:"package";s:10:"Userpoints";s:12:"dependencies";a:1:{i:0;s:10:"userpoints";}s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:18:"userpoints_contrib";s:9:"datestamp";s:10:"1257510243";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_contrib/userpoints_nodelimit/userpoints_nodelimit.module 	a:10:{s:4:"name";s:22:"User Points Node Limit";s:11:"description";s:81:"Limits the creation of specific nodes based on the available number of userpoints";s:7:"package";s:10:"Userpoints";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:10:"userpoints";}s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:18:"userpoints_contrib";s:9:"datestamp";s:10:"1257510243";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_contrib/userpoints_pageviews/userpoints_pageviews.module 	a:10:{s:4:"name";s:21:"Userpoints Page Views";s:11:"description";s:52:"Gives points to content creators based on page views";s:7:"package";s:10:"Userpoints";s:12:"dependencies";a:1:{i:0;s:10:"userpoints";}s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:18:"userpoints_contrib";s:9:"datestamp";s:10:"1257510243";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_contrib/userpoints_register/userpoints_register.module 	a:10:{s:4:"name";s:19:"Userpoints Register";s:11:"description";s:50:"Users earn points just for registering on the site";s:7:"package";s:10:"Userpoints";s:12:"dependencies";a:1:{i:0;s:10:"userpoints";}s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:18:"userpoints_contrib";s:9:"datestamp";s:10:"1257510243";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_contrib/userpoints_reset/userpoints_reset.module 	a:10:{s:4:"name";s:16:"Userpoints Reset";s:11:"description";s:34:"Resets all userpoints on the site.";s:7:"package";s:10:"Userpoints";s:12:"dependencies";a:1:{i:0;s:10:"userpoints";}s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:18:"userpoints_contrib";s:9:"datestamp";s:10:"1257510243";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_contrib/userpoints_retroactive/userpoints_retroactive.module 	a:10:{s:4:"name";s:22:"Userpoints Retroactive";s:11:"description";s:59:"Calculate userpoints for nodes and comments created so far.";s:7:"package";s:10:"Userpoints";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:10:"userpoints";}s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:18:"userpoints_contrib";s:9:"datestamp";s:10:"1257510243";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_contrib/userpoints_role/userpoints_role.module 	a:10:{s:4:"name";s:15:"Userpoints Role";s:11:"description";s:84:"Users join/leave roles as they earn/lose certain points threshold, and get an email.";s:7:"package";s:10:"Userpoints";s:12:"dependencies";a:1:{i:0;s:10:"userpoints";}s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:18:"userpoints_contrib";s:9:"datestamp";s:10:"1257510243";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_contrib/userpoints_role_exempt/userpoints_role_exempt.module 	a:10:{s:4:"name";s:11:"Role exempt";s:11:"description";s:79:"Exempts certain roles from earning userpoints. Useful for admin and moderators.";s:7:"package";s:10:"Userpoints";s:12:"dependencies";a:1:{i:0;s:10:"userpoints";}s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:18:"userpoints_contrib";s:9:"datestamp";s:10:"1257510243";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/views_bulk_operations/views_bulk_operations.module 	a:10:{s:4:"name";s:21:"Views Bulk Operations";s:11:"description";s:103:"Exposes new Views style 'Bulk Operations' for selecting multiple nodes and applying operations on them.";s:12:"dependencies";a:1:{i:0;s:5:"views";}s:7:"package";s:5:"Views";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-1.7";s:7:"project";s:21:"views_bulk_operations";s:9:"datestamp";s:10:"1242845770";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/views_tagger/views_tagger.module 	a:10:{s:4:"name";s:12:"Views Tagger";s:11:"description";s:49:"Quickly assign taxonomy terms to nodes in a view.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:8:"taxonomy";i:1;s:5:"views";}s:7:"package";s:5:"Views";s:7:"version";s:7:"6.x-1.3";s:7:"project";s:12:"views_tagger";s:9:"datestamp";s:10:"1259571082";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/views_ui_basic/views_ui_basic.module 	a:10:{s:4:"name";s:29:"Views UI: Edit Basic Settings";s:11:"description";s:106:"Interface to edit basic Views settings, such as headers, footers, title, empty text, and items to display.";s:7:"package";s:5:"Views";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:5:"views";}s:7:"version";s:7:"6.x-1.0";s:7:"project";s:14:"views_ui_basic";s:9:"datestamp";s:10:"1255803689";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/userpoints_contrib/votingpoints/votingpoints.module 	a:10:{s:4:"name";s:12:"Votingpoints";s:11:"description";s:138:"Rules integration for users earning points as they vote on nodes. With the rules approach, the node author can be assigned userpoints too.";s:7:"package";s:10:"Userpoints";s:12:"dependencies";a:2:{i:0;s:10:"userpoints";i:1;s:5:"rules";}s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-1.x-dev";s:7:"project";s:18:"userpoints_contrib";s:9:"datestamp";s:10:"1257510243";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/i18n/i18n.module 	a:10:{s:4:"name";s:20:"Internationalization";s:11:"description";s:49:"Extends Drupal support for multilingual features.";s:12:"dependencies";a:2:{i:0;s:6:"locale";i:1;s:11:"translation";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1257693033";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/i18n/tests/i18n_test.module 	a:10:{s:4:"name";s:26:"Internationalization tests";s:11:"description";s:55:"Helper module for testing i18n (do not enable manually)";s:12:"dependencies";a:3:{i:0;s:6:"locale";i:1;s:11:"translation";i:2;s:4:"i18n";}s:7:"package";s:5:"Devel";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1257693033";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/i18n/i18nblocks/i18nblocks.module 	a:10:{s:4:"name";s:17:"Block translation";s:11:"description";s:50:"Enables multilingual blocks and block translation.";s:12:"dependencies";a:2:{i:0;s:4:"i18n";i:1;s:11:"i18nstrings";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1257693033";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/i18n/i18ncck/i18ncck.module 	a:10:{s:4:"name";s:15:"CCK translation";s:11:"description";s:56:"Supports translatable custom CCK fields and fieldgroups.";s:12:"dependencies";a:3:{i:0;s:4:"i18n";i:1;s:7:"content";i:2;s:11:"i18nstrings";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1257693033";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/i18n/i18ncontent/i18ncontent.module 	a:10:{s:4:"name";s:24:"Content type translation";s:11:"description";s:72:"Translates content type related strings: name, description, help text...";s:12:"dependencies";a:1:{i:0;s:11:"i18nstrings";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1257693033";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/i18n/i18nmenu/i18nmenu.module 	a:10:{s:4:"name";s:16:"Menu translation";s:11:"description";s:40:"Supports translatable custom menu items.";s:12:"dependencies";a:4:{i:0;s:4:"i18n";i:1;s:4:"menu";i:2;s:10:"i18nblocks";i:3;s:11:"i18nstrings";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1257693033";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/i18n/i18npoll/i18npoll.module 	a:10:{s:4:"name";s:14:"Poll aggregate";s:11:"description";s:45:"Aggregates poll results for all translations.";s:12:"dependencies";a:2:{i:0;s:11:"translation";i:1;s:4:"poll";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1257693033";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/i18n/i18nprofile/i18nprofile.module 	a:10:{s:4:"name";s:19:"Profile translation";s:11:"description";s:36:"Enables multilingual profile fields.";s:12:"dependencies";a:2:{i:0;s:7:"profile";i:1;s:11:"i18nstrings";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1257693033";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/i18n/i18nstrings/i18nstrings.module 	a:10:{s:4:"name";s:18:"String translation";s:11:"description";s:57:"Provides support for translation of user defined strings.";s:12:"dependencies";a:1:{i:0;s:6:"locale";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1257693033";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/i18n/i18nsync/i18nsync.module 	a:10:{s:4:"name";s:24:"Synchronize translations";s:11:"description";s:74:"Synchronizes taxonomy and fields accross translations of the same content.";s:12:"dependencies";a:1:{i:0;s:4:"i18n";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1257693033";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/i18n/i18ntaxonomy/i18ntaxonomy.module 	a:10:{s:4:"name";s:20:"Taxonomy translation";s:11:"description";s:30:"Enables multilingual taxonomy.";s:12:"dependencies";a:3:{i:0;s:4:"i18n";i:1;s:8:"taxonomy";i:2;s:11:"i18nstrings";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1257693033";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/i18n/i18nviews/i18nviews.module 	a:10:{s:4:"name";s:17:"Views translation";s:11:"description";s:60:"Translation of views strings and content selection for views";s:12:"dependencies";a:4:{i:0;s:5:"views";i:1;s:4:"i18n";i:2;s:11:"i18nstrings";i:3;s:12:"i18ntaxonomy";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1257693033";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/jq/jq.module 	a:10:{s:4:"name";s:2:"jQ";s:11:"description";s:68:"Allows modules to register jQuery plugins with a central repository.";s:7:"package";s:14:"User interface";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:2:"jq";s:9:"datestamp";s:10:"1223316027";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/jq/contributions/jq_bridge/jq_bridge.module 	a:10:{s:4:"name";s:9:"jQ Bridge";s:11:"description";s:71:"Adds jQ support to several jQuery wrapper modules, including jCarousel.";s:12:"dependencies";a:1:{i:0;s:2:"jq";}s:7:"package";s:14:"User interface";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:2:"jq";s:9:"datestamp";s:10:"1223316027";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/potx/potx.module 	a:10:{s:4:"name";s:30:"Translation template extractor";s:11:"description";s:106:"Provides a web interface and an API to extract translatable text from the sources of installed components.";s:12:"dependencies";a:1:{i:0;s:6:"locale";}s:4:"core";s:3:"6.x";s:7:"package";s:13:"Multilanguage";s:7:"version";s:7:"6.x-3.0";s:7:"project";s:4:"potx";s:9:"datestamp";s:10:"1248008844";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/taxonomy_csv/taxonomy_csv.module 	a:11:{s:4:"name";s:26:"Taxonomy CSV import/export";s:11:"description";s:137:"Export and import complete taxonomies, hierarchical structure or simple lists of terms and properties to or from a CSV file, url or text.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:8:"taxonomy";}s:7:"package";s:8:"Taxonomy";s:5:"files";a:3:{i:0;s:20:"taxonomy_csv.install";i:1;s:19:"taxonomy_csv.module";i:2;s:20:"taxonomy_csv.api.inc";}s:7:"version";s:7:"6.x-4.7";s:7:"project";s:12:"taxonomy_csv";s:9:"datestamp";s:10:"1256150267";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/translation_table/translation_table.module 	a:10:{s:4:"name";s:17:"Translation table";s:11:"description";s:68:"UI for quick translation of taxonomy, menu and content type strings.";s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:6:"locale";i:1;s:11:"i18nstrings";}s:7:"version";s:11:"6.x-1.0-rc2";s:7:"project";s:17:"translation_table";s:9:"datestamp";s:10:"1245128513";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/translation_overview/translation_overview.module 	a:10:{s:4:"name";s:20:"Translation overview";s:11:"description";s:69:"Provides an overview of the translation status of the site's content.";s:12:"dependencies";a:1:{i:0;s:11:"translation";}s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.1";s:7:"package";s:13:"Multilanguage";s:7:"version";s:7:"6.x-2.4";s:7:"project";s:20:"translation_overview";s:9:"datestamp";s:10:"1259943689";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/nodewords/nodewords_basic/nodewords_basic.module 	a:10:{s:4:"name";s:27:"Nodewords - basic meta tags";s:11:"description";s:52:"Allows users to add basic meta tags to Drupal pages.";s:12:"dependencies";a:1:{i:0;s:9:"nodewords";}s:7:"package";s:9:"Meta tags";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.8";s:7:"project";s:9:"nodewords";s:9:"datestamp";s:10:"1260438654";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/nodewords/nodewords_extra/nodewords_extra.module 	a:10:{s:4:"name";s:27:"Nodewords - extra meta tags";s:11:"description";s:52:"Allows users to add extra meta tags to Drupal pages.";s:12:"dependencies";a:1:{i:0;s:9:"nodewords";}s:7:"package";s:9:"Meta tags";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.8";s:7:"project";s:9:"nodewords";s:9:"datestamp";s:10:"1260438654";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/nodewords/nodewords_verification_tags/nodewords_verification_tags.module 	a:10:{s:4:"name";s:40:"Nodewords - site verification  meta tags";s:11:"description";s:104:"Allows users to add site verification meta tags required by some web sites (mainly from search engines).";s:12:"dependencies";a:1:{i:0;s:9:"nodewords";}s:7:"package";s:9:"Meta tags";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.8";s:7:"project";s:9:"nodewords";s:9:"datestamp";s:10:"1260438654";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/l10n_client/l10n_client.module 	a:10:{s:4:"name";s:19:"Localization client";s:11:"description";s:29:"Provides on-page localization";s:12:"dependencies";a:1:{i:0;s:6:"locale";}s:4:"core";s:3:"6.x";s:7:"package";s:13:"Multilanguage";s:7:"version";s:7:"6.x-1.7";s:7:"project";s:11:"l10n_client";s:9:"datestamp";s:10:"1239823582";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/taxonomy_export/taxonomy_export.module 	a:9:{s:4:"name";s:15:"Taxonomy Export";s:11:"description";s:39:"Simple taxonomy export & import module.";s:12:"dependencies";a:1:{i:0;s:8:"taxonomy";}s:7:"version";s:7:"6.x-1.1";s:4:"core";s:3:"6.x";s:7:"project";s:15:"taxonomy_export";s:9:"datestamp";s:10:"1260351079";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/activity/activity.module 	a:10:{s:4:"name";s:8:"Activity";s:11:"description";s:55:"Allow users to see their friends' activity on the site.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:5:"token";}s:7:"package";s:8:"Activity";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:8:"activity";s:9:"datestamp";s:10:"1240798502";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/gravatar/gravatar.module 	a:9:{s:4:"name";s:20:"Gravatar integration";s:11:"description";s:70:"Integrate Gravatar pictures registered at Gravatar.com in Drupal sites";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.7";s:7:"project";s:8:"gravatar";s:9:"datestamp";s:10:"1244950522";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/activity/contrib/activityhistory/activityhistory.module 	a:10:{s:4:"name";s:16:"Activity history";s:11:"description";s:67:"Tracks whether a user has been shown a particular activity message.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:8:"activity";}s:7:"package";s:8:"Activity";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:8:"activity";s:9:"datestamp";s:10:"1240798502";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/activity/contrib/commentactivity/commentactivity.module 	a:10:{s:4:"name";s:16:"Comment activity";s:11:"description";s:43:"Enable activity notifications for comments.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:8:"activity";i:1;s:7:"comment";}s:7:"package";s:8:"Activity";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:8:"activity";s:9:"datestamp";s:10:"1240798502";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/activity/contrib/favorite_nodesactivity/favorite_nodesactivity.module 	a:10:{s:4:"name";s:23:"Favorite Nodes activity";s:11:"description";s:49:"Enable activity notifications for Favorite Nodes.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:8:"activity";i:1;s:14:"favorite_nodes";}s:7:"package";s:8:"Activity";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:8:"activity";s:9:"datestamp";s:10:"1240798502";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/activity/contrib/flagactivity/flagactivity.module 	a:10:{s:4:"name";s:13:"Flag activity";s:11:"description";s:39:"Enable activity notifications for flag.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:8:"activity";i:1;s:4:"flag";}s:7:"package";s:8:"Activity";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:8:"activity";s:9:"datestamp";s:10:"1240798502";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/guestbook/guestbook.module 	a:9:{s:4:"name";s:9:"Guestbook";s:11:"description";s:51:"Provides a site guestbook and guestbooks for users.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:9:"guestbook";s:9:"datestamp";s:10:"1221099016";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/messaging/messaging.module 	a:10:{s:4:"name";s:9:"Messaging";s:11:"description";s:69:"Messaging system. This is the base module for the Messaging Framework";s:7:"package";s:9:"Messaging";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:9:"messaging";s:9:"datestamp";s:10:"1258139771";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/messaging/messaging_debug/messaging_debug.module 	a:10:{s:4:"name";s:15:"Messaging debug";s:11:"description";s:58:"Debugging and development utilities for messaging package.";s:7:"package";s:11:"Development";s:12:"dependencies";a:1:{i:0;s:9:"messaging";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:9:"messaging";s:9:"datestamp";s:10:"1258139771";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/messaging/messaging_mail/messaging_mail.module 	a:10:{s:4:"name";s:11:"Simple Mail";s:11:"description";s:53:"Mail Sending Method: Integration with Drupal mail API";s:7:"package";s:9:"Messaging";s:12:"dependencies";a:1:{i:0;s:9:"messaging";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:9:"messaging";s:9:"datestamp";s:10:"1258139771";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/messaging/messaging_mime_mail/messaging_mime_mail.module 	a:10:{s:4:"name";s:19:"Messaging Mime Mail";s:11:"description";s:61:"Mail Sending Method: Integration with Mime Mail module (Beta)";s:7:"package";s:9:"Messaging";s:12:"dependencies";a:2:{i:0;s:9:"messaging";i:1;s:8:"mimemail";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:9:"messaging";s:9:"datestamp";s:10:"1258139771";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/messaging/messaging_phpmailer/messaging_phpmailer.module 	a:10:{s:4:"name";s:19:"Messaging PHPMailer";s:11:"description";s:61:"Mail Sending Method: Integration with PHPMailer for HTML Mail";s:7:"package";s:9:"Messaging";s:12:"dependencies";a:1:{i:0;s:9:"messaging";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:9:"messaging";s:9:"datestamp";s:10:"1258139771";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/messaging/messaging_privatemsg/messaging_privatemsg.module 	a:10:{s:4:"name";s:20:"Messaging Privatemsg";s:11:"description";s:50:"Sending Method: Integration with Privatemsg (Beta)";s:7:"package";s:9:"Messaging";s:12:"dependencies";a:2:{i:0;s:9:"messaging";i:1;s:10:"privatemsg";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:9:"messaging";s:9:"datestamp";s:10:"1258139771";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/messaging/messaging_simple/messaging_simple.module 	a:10:{s:4:"name";s:16:"Simple messaging";s:11:"description";s:44:"Sending Method: Show messages on user's page";s:7:"package";s:9:"Messaging";s:12:"dependencies";a:1:{i:0;s:9:"messaging";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:9:"messaging";s:9:"datestamp";s:10:"1258139771";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/messaging/messaging_sms/messaging_sms.module 	a:10:{s:4:"name";s:13:"SMS Messaging";s:11:"description";s:19:"Sending Method: SMS";s:7:"package";s:9:"Messaging";s:12:"dependencies";a:2:{i:0;s:9:"messaging";i:1;s:3:"sms";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:9:"messaging";s:9:"datestamp";s:10:"1258139771";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/messaging/messaging_twitter/messaging_twitter.module 	a:10:{s:4:"name";s:17:"Twitter Messaging";s:11:"description";s:46:"Sending method for messaging that uses Twitter";s:7:"package";s:9:"Messaging";s:12:"dependencies";a:2:{i:0;s:9:"messaging";i:1;s:7:"twitter";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:9:"messaging";s:9:"datestamp";s:10:"1258139771";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/messaging/messaging_xmpp/messaging_xmpp.module 	a:10:{s:4:"name";s:14:"Messaging XMPP";s:11:"description";s:52:"XMPP Sending Method: Integration with XMPP Framework";s:7:"package";s:9:"Messaging";s:12:"dependencies";a:3:{i:0;s:9:"messaging";i:1;s:13:"xmppframework";i:2;s:9:"xmpp_user";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:9:"messaging";s:9:"datestamp";s:10:"1258139771";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/activity/contrib/nodeactivity/nodeactivity.module 	a:10:{s:4:"name";s:13:"Node activity";s:11:"description";s:51:"Enable activity notifications for content creation.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:8:"activity";}s:7:"package";s:8:"Activity";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:8:"activity";s:9:"datestamp";s:10:"1240798502";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/notifications/notifications.module 	a:10:{s:4:"name";s:13:"Notifications";s:11:"description";s:33:"The basic notifications framework";s:7:"package";s:13:"Notifications";s:12:"dependencies";a:2:{i:0;s:9:"messaging";i:1;s:5:"token";}s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:13:"notifications";s:9:"datestamp";s:10:"1258139773";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/notifications/notifications_autosubscribe/notifications_autosubscribe.module 	a:10:{s:4:"name";s:27:"Notifications Autosubscribe";s:11:"description";s:33:"Provides automatic notifications.";s:7:"package";s:13:"Notifications";s:12:"dependencies";a:2:{i:0;s:13:"notifications";i:1;s:21:"notifications_content";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:13:"notifications";s:9:"datestamp";s:10:"1258139773";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/notifications/notifications_content/notifications_content.module 	a:10:{s:4:"name";s:21:"Content Notifications";s:11:"description";s:52:"Allows users to subscribe to content related events.";s:7:"package";s:13:"Notifications";s:12:"dependencies";a:1:{i:0;s:13:"notifications";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:13:"notifications";s:9:"datestamp";s:10:"1258139773";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/notifications/notifications_lite/notifications_lite.module 	a:10:{s:4:"name";s:18:"Notifications Lite";s:11:"description";s:75:"Extra Simple Notifications API. Enable only when required by other modules.";s:7:"package";s:13:"Notifications";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:13:"notifications";s:9:"datestamp";s:10:"1258139773";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/notifications/notifications_tags/notifications_tags.module 	a:10:{s:4:"name";s:22:"Taxonomy Notifications";s:11:"description";s:44:"Allows users to subscribe to taxonomy terms.";s:7:"package";s:13:"Notifications";s:12:"dependencies";a:2:{i:0;s:21:"notifications_content";i:1;s:8:"taxonomy";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:13:"notifications";s:9:"datestamp";s:10:"1258139773";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
  	filename 	info
	Edit 	Delete 	sites/all/modules/notifications/notifications_ui/notifications_ui.module 	a:10:{s:4:"name";s:16:"Notifications UI";s:11:"description";s:31:"Provides an UI to notifications";s:7:"package";s:13:"Notifications";s:12:"dependencies";a:1:{i:0;s:13:"notifications";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:13:"notifications";s:9:"datestamp";s:10:"1258139773";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/notifications/notifications_views/notifications_views.module 	a:10:{s:4:"name";s:19:"Notifications Views";s:11:"description";s:36:"Views integration for Notifications.";s:7:"package";s:13:"Notifications";s:12:"dependencies";a:2:{i:0;s:5:"views";i:1;s:13:"notifications";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.2";s:7:"project";s:13:"notifications";s:9:"datestamp";s:10:"1258139773";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/og/og.module 	a:10:{s:4:"name";s:14:"Organic groups";s:11:"description";s:106:"Enable users to create and manage groups.  OG Views integration module is recommended for best experience.";s:7:"package";s:14:"Organic groups";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.0";s:7:"project";s:2:"og";s:9:"datestamp";s:10:"1250604120";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/og/modules/og_access/og_access.module 	a:10:{s:4:"name";s:29:"Organic groups access control";s:11:"description";s:59:"Enable access control for private posts and private groups.";s:7:"package";s:14:"Organic groups";s:12:"dependencies";a:1:{i:0;s:2:"og";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.0";s:7:"project";s:2:"og";s:9:"datestamp";s:10:"1250604120";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/og/modules/og_actions/og_actions.module 	a:10:{s:4:"name";s:22:"Organic groups actions";s:11:"description";s:57:"Provides actions for use with Organic Groups and Trigger.";s:7:"package";s:14:"Organic groups";s:12:"dependencies";a:1:{i:0;s:2:"og";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.0";s:7:"project";s:2:"og";s:9:"datestamp";s:10:"1250604120";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/og/modules/og_notifications/og_notifications.module 	a:10:{s:4:"name";s:28:"Organic Groups Notifications";s:11:"description";s:69:"Allows users to receive notifications and subscribe to group content.";s:7:"package";s:14:"Organic groups";s:12:"dependencies";a:6:{i:0;s:2:"og";i:1;s:13:"notifications";i:2;s:21:"notifications_content";i:3;s:18:"notifications_lite";i:4;s:9:"messaging";i:5;s:5:"token";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.0";s:7:"project";s:2:"og";s:9:"datestamp";s:10:"1250604120";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/og/modules/og_views/og_views.module 	a:10:{s:4:"name";s:32:"Organic groups Views integration";s:11:"description";s:85:"<strong>Highly recommended.</strong>. Use Views to search and display organic groups.";s:7:"package";s:14:"Organic groups";s:12:"dependencies";a:2:{i:0;s:2:"og";i:1;s:5:"views";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.0";s:7:"project";s:2:"og";s:9:"datestamp";s:10:"1250604120";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/activity/contrib/ogactivity/ogactivity.module 	a:10:{s:4:"name";s:11:"OG activity";s:11:"description";s:49:"Enable activity notifications for organic groups.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:8:"activity";i:1;s:2:"og";}s:7:"package";s:8:"Activity";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:8:"activity";s:9:"datestamp";s:10:"1240798502";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/activity/contrib/user_relationshipsactivity/user_relationshipsactivity.module 	a:10:{s:4:"name";s:27:"User relationships activity";s:11:"description";s:53:"Enable activity notifications for user relationships.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:8:"activity";i:1;s:22:"user_relationships_api";}s:7:"package";s:8:"Activity";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:8:"activity";s:9:"datestamp";s:10:"1240798502";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/activity/contrib/useractivity/useractivity.module 	a:10:{s:4:"name";s:13:"User activity";s:11:"description";s:47:"Enable activity notifications for user actions.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:8:"activity";}s:7:"package";s:8:"Activity";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:8:"activity";s:9:"datestamp";s:10:"1240798502";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/activity/contrib/votingapiactivity/votingapiactivity.module 	a:10:{s:4:"name";s:15:"Voting activity";s:11:"description";s:41:"Enable activity notifications for voting.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:8:"activity";i:1;s:9:"votingapi";}s:7:"package";s:8:"Activity";s:7:"version";s:7:"6.x-1.2";s:7:"project";s:8:"activity";s:9:"datestamp";s:10:"1240798502";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/addresses/addresses_cck/addresses_cck.module 	a:9:{s:4:"core";s:3:"6.x";s:11:"description";s:36:"Link addresses to contents using CCK";s:12:"dependencies";a:2:{i:0;s:9:"addresses";i:1;s:7:"content";}s:4:"name";s:15:"Addresses - CCK";s:7:"version";s:8:"6.x-1.05";s:7:"project";s:9:"addresses";s:9:"datestamp";s:10:"1232655603";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/addresses/addresses_phone/addresses_phone.module 	a:9:{s:4:"core";s:3:"6.x";s:11:"description";s:37:"Add phone and fax fields on addresses";s:12:"dependencies";a:1:{i:0;s:9:"addresses";}s:4:"name";s:21:"Addresses - Phone/Fax";s:7:"version";s:8:"6.x-1.05";s:7:"project";s:9:"addresses";s:9:"datestamp";s:10:"1232655603";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/addresses/addresses_user/addresses_user.module 	a:9:{s:4:"core";s:3:"6.x";s:11:"description";s:46:"Let your users add addresses to their profiles";s:12:"dependencies";a:1:{i:0;s:9:"addresses";}s:4:"name";s:17:"Addresses - Users";s:7:"version";s:8:"6.x-1.05";s:7:"project";s:9:"addresses";s:9:"datestamp";s:10:"1232655603";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/inactive_user/inactive_user.module 	a:9:{s:4:"name";s:13:"Inactive User";s:11:"description";s:37:"Automatic handling of inactive users.";s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.0-beta2";s:7:"project";s:13:"inactive_user";s:9:"datestamp";s:10:"1244748942";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/amazon/aat_legacy/aat_legacy.module 	a:10:{s:4:"name";s:21:"Amazon legacy support";s:11:"description";s:73:"Provides an upgrade path for users of the Amazon Associates Tools module.";s:7:"package";s:6:"Amazon";s:12:"dependencies";a:1:{i:0;s:6:"amazon";}s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.2";s:7:"version";s:13:"6.x-1.0-beta9";s:7:"project";s:6:"amazon";s:9:"datestamp";s:10:"1255887906";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/location/contrib/location_web/location_web.module 	a:10:{s:4:"name";s:12:"Location Web";s:7:"package";s:8:"Location";s:11:"description";s:45:"Allows you to add a web adress to a location.";s:12:"dependencies";a:1:{i:0;s:8:"location";}s:4:"core";s:3:"6.x";s:7:"version";s:11:"6.x-3.1-rc1";s:7:"project";s:8:"location";s:9:"datestamp";s:10:"1236112547";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/mollom/mollom.module 	a:9:{s:4:"name";s:6:"Mollom";s:11:"description";s:47:"Protects against comment and contact form spam.";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.10";s:7:"project";s:6:"mollom";s:9:"datestamp";s:10:"1250518002";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/recaptcha/recaptcha.module 	a:10:{s:4:"name";s:9:"reCAPTCHA";s:11:"description";s:61:"Uses the reCAPTCHA web service to improve the CAPTCHA system.";s:12:"dependencies";a:1:{i:0;s:7:"captcha";}s:7:"package";s:12:"Spam control";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.4";s:7:"project";s:9:"recaptcha";s:9:"datestamp";s:10:"1259888472";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/recaptcha/recaptcha_mailhide.module 	a:10:{s:4:"name";s:18:"reCAPTCHA Mailhide";s:11:"description";s:58:"Uses the reCAPTCHA web service to protect email addresses.";s:7:"package";s:12:"Spam control";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.4";s:7:"project";s:9:"recaptcha";s:9:"datestamp";s:10:"1259888472";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/amazon/amazon.module 	a:10:{s:4:"name";s:10:"Amazon API";s:11:"description";s:52:"Provides integration with the Amazon Ecommerce APIs.";s:7:"package";s:6:"Amazon";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.2";s:7:"version";s:13:"6.x-1.0-beta9";s:7:"project";s:6:"amazon";s:9:"datestamp";s:10:"1255887906";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/amazon/amazon_examples/amazon_examples.module 	a:11:{s:4:"core";s:3:"6.x";s:12:"dependencies";a:6:{i:0;s:6:"amazon";i:1;s:12:"amazon_media";i:2;s:4:"asin";i:3;s:7:"content";i:4;s:8:"features";i:5;s:5:"views";}s:11:"description";s:50:"Provides Amazon module CCK type and view as a demo";s:8:"features";a:3:{s:7:"content";a:1:{i:0;s:25:"amazon_example-field_asin";}s:4:"node";a:1:{i:0;s:14:"amazon_example";}s:5:"views";a:1:{i:0;s:19:"amazon_example_view";}}s:4:"name";s:15:"Amazon Examples";s:7:"package";s:6:"Amazon";s:7:"project";s:6:"amazon";s:7:"version";s:13:"6.x-1.0-beta9";s:9:"datestamp";s:10:"1255887906";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/amazon/amazon_filter/amazon_filter.module 	a:10:{s:4:"name";s:13:"Amazon Filter";s:11:"description";s:78:"Lets writers use the [amazon] tag to embed Amazon product information in text.";s:7:"package";s:6:"Amazon";s:12:"dependencies";a:1:{i:0;s:6:"amazon";}s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.0-beta9";s:7:"project";s:6:"amazon";s:9:"datestamp";s:10:"1255887906";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/amazon/amazon_media/amazon_media.module 	a:10:{s:4:"name";s:12:"Amazon media";s:11:"description";s:80:"Stores extended Amazon product information for books, music, DVDs, and software.";s:7:"package";s:6:"Amazon";s:12:"dependencies";a:1:{i:0;s:6:"amazon";}s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.2";s:7:"version";s:13:"6.x-1.0-beta9";s:7:"project";s:6:"amazon";s:9:"datestamp";s:10:"1255887906";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/amazon/amazon_search/amazon_search.module 	a:10:{s:4:"name";s:13:"Amazon search";s:11:"description";s:104:"Provides an API for searching Amazon product information, and integration with the Drupal search system.";s:7:"package";s:6:"Amazon";s:12:"dependencies";a:2:{i:0;s:6:"amazon";i:1;s:6:"search";}s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.2";s:7:"version";s:13:"6.x-1.0-beta9";s:7:"project";s:6:"amazon";s:9:"datestamp";s:10:"1255887906";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/amazon/asin/asin.module 	a:10:{s:4:"name";s:12:"Amazon field";s:11:"description";s:46:"Provides a CCK field type for Amazon products.";s:7:"package";s:6:"Amazon";s:12:"dependencies";a:2:{i:0;s:6:"amazon";i:1;s:7:"content";}s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.2";s:7:"version";s:13:"6.x-1.0-beta9";s:7:"project";s:6:"amazon";s:9:"datestamp";s:10:"1255887906";s:10:"dependents";a:0:{}}
	Edit 	Delete 	sites/all/modules/xmlsitemap/xmlsitemap.module 	a:10:{s:4:"name";s:11:"XML sitemap";s:11:"description";s:63:"Create a XML sitemap conforming to sitemaps.org specifications.";s:7:"package";s:11:"XML sitemap";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:10:"xmlsitemap";s:9:"datestamp";s:10:"1251219738";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/xmlsitemap/xmlsitemap_engines/xmlsitemap_engines.module 	a:10:{s:4:"name";s:19:"XML sitemap engines";s:11:"description";s:37:"Submit the sitemap to search engines.";s:7:"package";s:11:"XML sitemap";s:12:"dependencies";a:1:{i:0;s:10:"xmlsitemap";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:10:"xmlsitemap";s:9:"datestamp";s:10:"1251219738";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module 	a:10:{s:4:"name";s:16:"XML sitemap node";s:11:"description";s:30:"Add node links to the sitemap.";s:7:"package";s:11:"XML sitemap";s:12:"dependencies";a:1:{i:0;s:10:"xmlsitemap";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:10:"xmlsitemap";s:9:"datestamp";s:10:"1251219738";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/xmlsitemap/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module 	a:10:{s:4:"name";s:20:"XML sitemap taxonomy";s:11:"description";s:39:"Add taxonomy term links to the sitemap.";s:7:"package";s:11:"XML sitemap";s:12:"dependencies";a:2:{i:0;s:8:"taxonomy";i:1;s:10:"xmlsitemap";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:10:"xmlsitemap";s:9:"datestamp";s:10:"1251219738";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/xmlsitemap/xmlsitemap_user/xmlsitemap_user.module 	a:10:{s:4:"name";s:16:"XML sitemap user";s:11:"description";s:38:"Add user profile links to the sitemap.";s:7:"package";s:11:"XML sitemap";s:12:"dependencies";a:1:{i:0;s:10:"xmlsitemap";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:10:"xmlsitemap";s:9:"datestamp";s:10:"1251219738";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/tcontact/tcontact.module 	a:9:{s:4:"name";s:8:"tContact";s:11:"description";s:60:"Add language selection to site-wide contact form categories.";s:12:"dependencies";a:1:{i:0;s:7:"contact";}s:7:"version";s:7:"6.x-1.1";s:4:"core";s:3:"6.x";s:7:"project";s:8:"tcontact";s:9:"datestamp";s:10:"1257105369";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/taxonomy_menu/taxonomy_menu.module 	a:10:{s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:8:"taxonomy";}s:11:"description";s:39:"Adds links to taxonomy terms to a menu.";s:4:"name";s:13:"Taxonomy Menu";s:7:"package";s:13:"Taxonomy Menu";s:7:"version";s:7:"6.x-2.3";s:7:"project";s:13:"taxonomy_menu";s:9:"datestamp";s:10:"1238036514";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/taxonomy_menu/taxonomy_menu_hierarchy/taxonomy_menu_hierarchy.module 	a:10:{s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:8:"taxonomy";i:1;s:13:"taxonomy_menu";}s:11:"description";s:39:"Enables Hierarchy path to Taxonomy Menu";s:4:"name";s:23:"Taxonomy Menu Hierarchy";s:7:"package";s:13:"Taxonomy Menu";s:7:"version";s:7:"6.x-2.3";s:7:"project";s:13:"taxonomy_menu";s:9:"datestamp";s:10:"1238036514";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/taxonomy_menu/taxonomy_menu_path_custom/taxonomy_menu_path_custom.module 	a:10:{s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:8:"taxonomy";i:1;s:13:"taxonomy_menu";}s:11:"description";s:41:"Enables Custom path base to Taxonomy Menu";s:4:"name";s:25:"Taxonomy Menu Custom Path";s:7:"package";s:13:"Taxonomy Menu";s:7:"version";s:7:"6.x-2.3";s:7:"project";s:13:"taxonomy_menu";s:9:"datestamp";s:10:"1238036514";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/weblinks/contribs/pralexa/pralexa.module 	a:10:{s:4:"name";s:21:"Google and Alexa Rank";s:11:"description";s:65:"Module for fetching Google and Alexa rankings from their database";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:8:"weblinks";}s:7:"package";s:8:"Weblinks";s:7:"version";s:7:"6.x-2.3";s:7:"project";s:8:"weblinks";s:9:"datestamp";s:10:"1254007580";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/weblinks/contribs/weblinks_blocks/weblinks_blocks.module 	a:10:{s:4:"name";s:15:"Weblinks Blocks";s:11:"description";s:38:"Module for adding blocks into weblinks";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:5:"block";i:1;s:8:"weblinks";}s:7:"package";s:8:"Weblinks";s:7:"version";s:7:"6.x-2.3";s:7:"project";s:8:"weblinks";s:9:"datestamp";s:10:"1254007580";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/weblinks/contribs/weblinks_checker/weblinks_checker.module 	a:10:{s:4:"name";s:17:"Web Links Checker";s:11:"description";s:61:"Checks validity of submitted links and handles user deletion.";s:12:"dependencies";a:1:{i:0;s:8:"weblinks";}s:4:"core";s:3:"6.x";s:7:"package";s:8:"Weblinks";s:7:"version";s:7:"6.x-2.3";s:7:"project";s:8:"weblinks";s:9:"datestamp";s:10:"1254007580";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/weblinks/contribs/weblinks_convert_janode/weblinks_convert_janode.module 	a:10:{s:4:"name";s:32:"Web Links Convert Janode Package";s:11:"description";s:52:"Allows users to convert Janode package to Web Links.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:8:"weblinks";}s:7:"package";s:8:"Weblinks";s:7:"version";s:7:"6.x-2.3";s:7:"project";s:8:"weblinks";s:9:"datestamp";s:10:"1254007580";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/weblinks/contribs/weblinks_convert/weblinks_convert_links.module 	a:10:{s:4:"name";s:31:"Web Links Convert Links Package";s:11:"description";s:51:"Allows users to convert Links package to Web Links.";s:12:"dependencies";a:2:{i:0;s:8:"weblinks";i:1;s:5:"links";}s:4:"core";s:3:"6.x";s:7:"package";s:8:"Weblinks";s:7:"version";s:7:"6.x-2.3";s:7:"project";s:8:"weblinks";s:9:"datestamp";s:10:"1254007580";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/weblinks/contribs/weblinks_convert_linksdb/weblinks_convert_linksdb.module 	a:10:{s:4:"name";s:25:"Web Links Convert LinksDB";s:11:"description";s:53:"Allows users to convert LinksDB package to Web Links.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:8:"weblinks";}s:7:"package";s:8:"Weblinks";s:7:"version";s:7:"6.x-2.3";s:7:"project";s:8:"weblinks";s:9:"datestamp";s:10:"1254007580";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/weblinks/weblinks.module 	a:10:{s:4:"name";s:9:"Web Links";s:11:"description";s:152:"Web Links provides a comprehensive way to post weblinks to your site. All links are nodes, which can be put into taxonomies/categories and administered.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:4:"menu";}s:7:"package";s:8:"Weblinks";s:7:"version";s:7:"6.x-2.3";s:7:"project";s:8:"weblinks";s:9:"datestamp";s:10:"1254007580";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/weblinks/contribs/weblinks_embed/weblinks_embed.module 	a:10:{s:4:"name";s:15:"Web Links Embed";s:11:"description";s:70:"Allows users to include a link group in a node with [links-embed: id].";s:12:"dependencies";a:1:{i:0;s:8:"weblinks";}s:4:"core";s:3:"6.x";s:7:"package";s:8:"Weblinks";s:7:"version";s:7:"6.x-2.3";s:7:"project";s:8:"weblinks";s:9:"datestamp";s:10:"1254007580";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/weblinks/contribs/weblinks_filter/weblinks_filter.module 	a:10:{s:4:"name";s:16:"Web Links Filter";s:11:"description";s:49:"Allows users to include links with [link: title].";s:12:"dependencies";a:1:{i:0;s:8:"weblinks";}s:4:"core";s:3:"6.x";s:7:"package";s:8:"Weblinks";s:7:"version";s:7:"6.x-2.3";s:7:"project";s:8:"weblinks";s:9:"datestamp";s:10:"1254007580";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/feedapi_itemfilter/feedapi_itemfilter.module 	a:10:{s:4:"name";s:20:"FeedAPI items filter";s:11:"description";s:158:"Filters feed items based on some filtering criteria (which is defined by separate filter module). Only these feed items, that match the filters will be saved.";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:7:"feedapi";}s:7:"package";s:14:"FeedAPI Filter";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:18:"feedapi_itemfilter";s:9:"datestamp";s:10:"1234385434";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/feedapi_itemfilter/keyword_filter/feedapi_keyword_filter.module 	a:10:{s:4:"name";s:22:"FeedAPI keyword filter";s:11:"description";s:139:"Filters feed items based on keywords. Only these feed items, that have matched keyword(s) in the feed item description field will be saved.";s:4:"core";s:3:"6.x";s:7:"package";s:14:"FeedAPI Filter";s:7:"version";s:7:"6.x-1.1";s:12:"dependencies";a:2:{i:0;s:7:"feedapi";i:1;s:18:"feedapi_itemfilter";}s:7:"project";s:18:"feedapi_itemfilter";s:9:"datestamp";s:10:"1234385434";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/realname/realname.module 	a:9:{s:4:"name";s:8:"RealName";s:11:"description";s:69:"Use user profile fields to build a 'realname' field in a user object.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.3";s:7:"project";s:8:"realname";s:9:"datestamp";s:10:"1255456563";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/submitted_by/submitted_by.module 	a:9:{s:4:"name";s:12:"Submitted By";s:11:"description";s:82:"Customize the <em>Submitted by username on date</em> text on a per-nodetype basis.";s:12:"dependencies";a:1:{i:0;s:5:"token";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.4";s:7:"project";s:12:"submitted_by";s:9:"datestamp";s:10:"1254786953";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/taxonomy_image/taxonomy_image.module 	a:10:{s:4:"name";s:14:"Taxonomy Image";s:11:"description";s:48:"Upload and associate images with taxonomy terms.";s:12:"dependencies";a:1:{i:0;s:8:"taxonomy";}s:4:"core";s:3:"6.x";s:7:"package";s:14:"Taxonomy Image";s:7:"version";s:7:"6.x-1.6";s:7:"project";s:14:"taxonomy_image";s:9:"datestamp";s:10:"1239889366";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/taxonomy_image/contributed/taxonomy_image_attach/taxonomy_image_attach.module 	a:10:{s:4:"name";s:21:"Taxonomy Image Attach";s:11:"description";s:58:"Support re-use of existing image nodes as taxonomy images.";s:12:"dependencies";a:2:{i:0;s:14:"taxonomy_image";i:1;s:12:"image_attach";}s:7:"package";s:14:"Taxonomy Image";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.6";s:7:"project";s:14:"taxonomy_image";s:9:"datestamp";s:10:"1239889366";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/taxonomy_image/contributed/taxonomy_image_blocks/taxonomy_image_blocks.module 	a:10:{s:4:"name";s:21:"Taxonomy Image Blocks";s:11:"description";s:35:"Provides blocks for Taxonomy Image.";s:12:"dependencies";a:1:{i:0;s:14:"taxonomy_image";}s:4:"core";s:3:"6.x";s:7:"package";s:14:"Taxonomy Image";s:7:"version";s:7:"6.x-1.6";s:7:"project";s:14:"taxonomy_image";s:9:"datestamp";s:10:"1239889366";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/taxonomy_image/contributed/taxonomy_image_link_alter/taxonomy_image_link_alter.module 	a:10:{s:4:"name";s:25:"Taxonomy Image Link Alter";s:11:"description";s:49:"Modify taxonomy term links to use Taxonomy Image.";s:12:"dependencies";a:1:{i:0;s:14:"taxonomy_image";}s:4:"core";s:3:"6.x";s:7:"package";s:14:"Taxonomy Image";s:7:"version";s:7:"6.x-1.6";s:7:"project";s:14:"taxonomy_image";s:9:"datestamp";s:10:"1239889366";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/taxonomy_image/contributed/taxonomy_image_node_display/taxonomy_image_node_display.module 	a:10:{s:4:"name";s:27:"Taxonomy Image Node Display";s:11:"description";s:62:"Display taxonomy images in nodes where and when you want them.";s:12:"dependencies";a:1:{i:0;s:14:"taxonomy_image";}s:4:"core";s:3:"6.x";s:7:"package";s:14:"Taxonomy Image";s:7:"version";s:7:"6.x-1.6";s:7:"project";s:14:"taxonomy_image";s:9:"datestamp";s:10:"1239889366";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/better_perms/better_perms.module 	a:9:{s:4:"name";s:18:"Better Permissions";s:11:"description";s:77:"Super simple module which adds collapse/expand to the permissions admin page.";s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.0-beta1";s:7:"project";s:12:"better_perms";s:9:"datestamp";s:10:"1240251022";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/filter_perms/filter_perms.module 	a:10:{s:4:"name";s:18:"Filter Permissions";s:11:"description";s:63:"Provides role and module filters for the user permissions page.";s:7:"package";s:4:"Util";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:12:"filter_perms";s:9:"datestamp";s:10:"1252359336";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/permissions_lock/permissions_lock.module 	a:9:{s:4:"name";s:16:"Permissions Lock";s:11:"description";s:74:"Lock permissions on the permissions administration pages for certain roles";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:16:"permissions_lock";s:9:"datestamp";s:10:"1257599763";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/gallery_assist/gallery_assist.module 	a:10:{s:4:"name";s:14:"Gallery Assist";s:11:"description";s:47:"Drupal content type with gallery functionality.";s:7:"package";s:5:"Media";s:4:"core";s:3:"6.x";s:7:"version";s:13:"6.x-1.9-beta2";s:7:"project";s:14:"gallery_assist";s:9:"datestamp";s:10:"1260948927";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/gallery_assist_ic/gallery_assist_ic.module 	a:10:{s:4:"name";s:25:"Gallery Assist ImageCache";s:11:"description";s:56:"This module help Gallery Assist to work with ImageCache.";s:7:"package";s:5:"Media";s:12:"dependencies";a:3:{i:0;s:14:"gallery_assist";i:1;s:10:"imagecache";i:2;s:11:"imageapi_gd";}s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.0";s:7:"project";s:17:"gallery_assist_ic";s:9:"datestamp";s:10:"1255242628";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/viewscarousel/viewscarousel.module 	a:10:{s:4:"name";s:14:"Views Carousel";s:11:"description";s:41:"Provide Views Style plugin for jCarousel.";s:7:"package";s:5:"Views";s:4:"core";s:3:"6.x";s:12:"dependencies";a:2:{i:0;s:5:"views";i:1;s:9:"jcarousel";}s:7:"version";s:11:"6.x-2.x-dev";s:7:"project";s:13:"viewscarousel";s:9:"datestamp";s:10:"1257467219";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/jcarousel/jcarousel.module 	a:9:{s:4:"name";s:9:"jCarousel";s:11:"description";s:37:"Provides the jQuery jCarousel plugin.";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-1.1";s:7:"project";s:9:"jcarousel";s:9:"datestamp";s:10:"1238011538";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}
	Edit 	Delete 	sites/all/modules/custom/profile_alter/profile_alter.module 	a:8:{s:4:"name";s:13:"Profile Alter";s:11:"description";s:150:"Allows you to hide or alter the position of elements on the My Account Page. i.e. History. For example, place the blog item above the member for item.";s:7:"version";s:7:"6.x-1.0";s:4:"core";s:3:"6.x";s:7:"package";s:6:"Custom";s:3:"php";s:3:"5.1";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}}
ingopingo’s picture

StatusFileSize
new145.11 KB

Oh sorry... :-/

This is a big one... phew!

Had to make an Attachment. Perhaps too big...

heine’s picture

Thanks!

You have a copy of Drupal 6.14 inside sites/all/modules/drupal6-14. Better remove it :)

Drupal will pick those modules over the ones in /modules

ingopingo’s picture

Oh my goodness!!!

I've searched for core modules in this folder over and over... But I didn't notice this Drupal-6.14 folder... Don't even know how it has find its way in this folder...

I'm somewhat painfully embarassed... :-/

I' try it out and reply...

ingopingo’s picture

Sometimes I'm such a blockhead...

Must have had this folder in sites/all/modules for a while...

After deleting it I now face some major trouble:

Fatal error: Call to undefined function user_access() in /var/www/web84/html/sites/all/modules/admin_menu/admin_menu.module on line 82 if I reload http://www.example.com/en/admin/reports/updates...

Have to figure out now how to tell drupal to use the www.example.com/modules folder instead... Hmmm

ingopingo’s picture

When I try to run www.example.com/update.php I get http://www.example.com/update.php?op=info with a blank screen

and trying to run www.example.com/en/update.php leads to

Fatal error: Call to undefined function user_access() in /var/www/web84/html/sites/all/modules/admin_menu/admin_menu.module on line 82

, too..

In this line of admin_menu (line 82ff) I found the following:

if (user_access('access administration menu')) {
    $path = drupal_get_path('module', 'admin_menu');
pasqualle’s picture

you need to clean up your system table now.

UPDATE system SET filename = substring(filename, 43) WHERE filename LIKE '%drupal-6.14%';
ingopingo’s picture

@Pasqualle,

thx again. Now running update.php was possible :-)

ingopingo’s picture

Status: Active » Closed (fixed)

But nevertheless a lot have been messed during my upgrade attempts to 6.15 (maybe earlier) cause everything runs horrible sloooow now and there are a lot of other issues as far as I can see.

Parts of my menus are totally gone.

Translations seem to be messed up cause content is shown in mixed languages now.

Don't know if I'll be able to fix these things up... but that's another story.

But at this point I want to say thanks a million to Heine and Pasqualle for your time and your patience :-)

Your help was / is much appreciated!

int’s picture

Status: Closed (fixed) » Fixed
int’s picture

Status: Fixed » Closed (fixed)

Sorry, cross post

CarbonPig’s picture

Hi Pasqualle,

I had the exact same issue - I accidentally left a drupal-6.14 file in my sites/all/modules directory.

When I ran the command to clean the system tables like you suggested I adjusted the value from 43 to 31 so that modules/.. directory would be referenced instead of the sites/all/modules/drupal-6.14/modules/.. directory.

Now all the admin pages show up blank - the site still shows offline for anonymous users, but for the admin, I just see blank pages and can't run cron.php or update.

Any suggestions would be greatly appreciated, as I'm totally stuck.

Thanks,

Matt

pasqualle’s picture

@CarbonPig: check the core (required) modules in the system table. make sure they are enabled (status = 1) and the module path (filename) is correct