max_ads_on_pager: 2
max_categories_on_pager: 3
default_picture_directory: /home/gustavo/symfonyreloaded/mobiads/web/uploads/images/
- default_language: eng # Everything must exist at least with this language
+ default_language: spa # Everything must exist at least with this language
default_country: Spain
sf_guard_plugin:
$(document).ready(function(){
var longitude = document.getElementById('ad_longitude');
var latitude = document.getElementById('ad_latitude');
- var adMapURL = 'http://localhost/companyfront.php/admap/admap?latitude='+latitude.value+'&longitude='+longitude.value;
+ var adMapURL = 'http://localhost/companyfront_dev.php/admap/admap?latitude='+latitude.value+'&longitude='+longitude.value;
$('#ad_longitude').click(function() {
newwindow=window.open(adMapURL, '', 'menubar=no,height=600,width=600');
if (window.focus) {
$(document).ready(function(){
var longitude = document.getElementById('ad_longitude');
var latitude = document.getElementById('ad_latitude');
- var adMapURL = 'http://localhost/companyfront.php/admap/admap?latitude='+latitude.value+'&longitude='+longitude.value;
+ var adMapURL = 'http://localhost/companyfront_dev.php/admap/admap?latitude='+latitude.value+'&longitude='+longitude.value;
$('#ad_latitude').click(function() {
newwindow=window.open(adMapURL, '', 'menubar=no,height=600,width=600');
if (window.focus) {
<tbody>
<?php echo $form['company_categ_id']->renderRow(array('class' => 'validate-selection')) ?>
<?php echo $form['company_categ_id']->renderError() ?>
- <?php echo $form['ad_mobile_image_link']->renderRow(array('class' => 'required')) ?>
+ <?php echo $form['ad_mobile_image']->renderRow(array('class' => 'required')) ?>
<?php echo $form['longitude']->renderRow(array('class' => 'required')) ?>
<?php echo $form['longitude']->renderError() ?>
<?php echo $form['latitude']->renderRow(array('class' => 'required')) ?>
<tbody>
<?php foreach ($ads as $ad): ?>
<tr>
- <td><img src="<?php echo "/uploads/images/".$ad->getAd()->getAdMobileImageLink() ?>" width="80" height="80" alt="<?php echo $ad->getAdName() ?>"/></td>
+ <td><img src="<?php echo "/uploads/images/".$ad->getAd()->getAdMobileImage() ?>" width="80" height="80" alt="<?php echo $ad->getAdName() ?>"/></td>
<td>
<?php if ($ad->getAd()->getCompanyCategId() != null): ?>
<?php echo $ad->getAd()->getCompanyCategory() ?>
<html>
<head>
<title>
- Mobile Ads: advertising GEO localizatiodafdafdsdfan
+ Mobile Ads: advertising GEO localization
</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="UTF-8">
<?php echo $form['general_categ_id']->renderError() ?>
<?php echo $form['parent_category']->renderRow(array('class' => 'validate-selection')) ?>
<?php echo $form['parent_category']->renderError() ?>
+ <?php echo $form['company_categ_name']->renderRow(array('class' => 'required')) ?>
+ <?php echo $form['company_categ_name']->renderError() ?>
+ <?php echo $form['company_categ_description']->renderRow(array('class' => 'required')) ?>
+ <?php echo $form['company_categ_description']->renderError() ?>
</tbody>
</table>
- </fieldset>
- <fieldset>
- <legend class="optional"><?php echo __('INTERNATIONALIZATION') ?></legend>
- <table id="rounded-cornergus">
- <thead>
- <tr>
- <th> </th>
- <th scope="col" class="rounded-companygus"><?php echo __('Language') ?></th>
- <th scope="col" class="rounded-companygus"><?php echo __('Category Name and Description') ?></th>
- <th scope="col" class="rounded-q4gus"><?php echo __('Remove') ?></th>
- </tr>
- </thead>
- <tbody>
- <?php if (isset($form['new'])): ?>
- <tr>
- <td><?php echo __('New Entry:') ?></td>
- <td>
- <?php echo $form['new']['language_id']->render(array('class' => 'validate-selection')) ?>
- <?php echo $form['new']['language_id']->renderError() ?>
- </td>
- <td>
- <?php echo $form['new']['company_categ_name']->render(array('class' => 'required')) ?>
- <?php echo $form['new']['company_categ_name']->renderError() ?>
- <?php echo $form['new']['company_categ_description']->render(array('class' => 'required')) ?>
- <?php echo $form['new']['company_categ_description']->renderError() ?>
- <?php echo $form['new']['id'] ?>
- <?php echo $form['new']['id']->renderError() ?>
- </td>
- <td></td>
- </tr>
- <?php endif; ?>
- <?php foreach ($form['CompanyCategoryDescription'] as $companyCategDescription): ?>
- <tr>
- <td><?php echo __('Current Entry:') ?></td>
- <td>
- <?php echo $companyCategDescription['language_id']->render(array('class' => 'validate-selection')) ?>
- <?php echo $companyCategDescription['language_id']->renderError() ?>
- </td>
- <td>
- <?php echo $companyCategDescription['company_categ_name']->render(array('class' => 'required')) ?>
- <?php echo $companyCategDescription['company_categ_name']->renderError() ?>
- <?php echo $companyCategDescription['company_categ_description']->render(array('class' => 'required')) ?>
- <?php echo $companyCategDescription['company_categ_description']->renderError() ?>
- </td>
- <td>
- <?php echo $companyCategDescription['delete'] ?>
- <?php echo $companyCategDescription['delete']->renderError() ?>
- <?php echo $companyCategDescription['id'] ?>
- <?php echo $companyCategDescription['id']->renderError() ?>
- </td>
- </tr>
- <?php endforeach; ?>
- </tbody>
- </table>
+ <?php echo $form->renderGlobalErrors() ?>
<?php echo $form->renderHiddenFields(false) ?>
</fieldset>
});
</script>
-<script type="text/javascript">
-jQuery(document).ready(function(){
- $("#associate").click(function(event){
- event.preventDefault();
- event.stopPropagation();
- window.open('<?php echo url_for('categgeneral/index') ?>', '', 'scrollbars,resizable,status,width=888,height=888');
- });
-});
-</script>
-
-
<table id="rounded-corner">
<thead>
<tr>
{
public function executeIndex(sfWebRequest $request)
{
- $this->companys = Doctrine_Core::getTable('Company')
- ->createQuery('a')
- ->execute();
-
-
//Get user Id
$userId = $this->getUser()->getGuardUser()->getId();
//Just 1 user owns a company. Should this be improved?
$companyId = CompanyTable::getInstance()->findOneByUserId($userId)->getId();
- $languageCode = $request->getParameter('language');
- if ($languageCode != null)
- {
- $language = LanguageTable::getInstance()->findOneByCode($languageCode);
- if ($language == null)
- {
- //By default we use the current user's language.
- $language = $this->getUser()->getGuardUser()->getLanguage();
- }
- }
- else
- {
- //By default we use the current user's language.
- $language = $this->getUser()->getGuardUser()->getLanguage();
- }
-
//Retrieve Doctrine Record (just one company for user)
- $this->company = CompanyDescriptionTable::getInstance()->findOneByCompanyIdAndLanguageId($companyId, $language->getId());
+ $this->company = CompanyTable::getInstance()->findOneById($companyId);
}
public function executeShow(sfWebRequest $request)
<table>
<tbody>
<?php echo $form['company_logo']->renderRow(array('class' => 'required')) ?>
- <?php echo $form['company_logo']->renderError() ?>
<?php echo $form['company_cif']->renderRow(array('class' => 'required')) ?>
<?php echo $form['company_cif']->renderError() ?>
+ <?php echo $form['company_name']->renderRow(array('class' => 'required')) ?>
+ <?php echo $form['company_name']->renderError() ?>
</tbody>
</table>
- <fieldset>
- <legend class="optional"><?php echo __('INTERNATIONALIZATION') ?></legend>
- <table id="rounded-cornergus">
- <thead>
- <tr>
- <th> </th>
- <th scope="col" class="rounded-companygus"><?php echo __('Language') ?></th>
- <th scope="col" class="roundedgus"><?php echo __('Company Name') ?></th>
- <th scope="col" class="rounded-q4gus"><?php echo __('Remove') ?></th>
- </tr>
- </thead>
- <tbody>
- <?php if (isset($form['new'])): ?>
- <tr>
- <td><?php echo __('New Entry:') ?></td>
- <td>
- <?php echo $form['new']['language_id']->render(array('class' => 'validate-selection')) ?>
- <?php echo $form['new']['language_id']->renderError() ?>
- </td>
- <td>
- <?php echo $form['new']['company_name']->render(array('class' => 'required')) ?>
- <?php echo $form['new']['company_name']->renderError() ?>
- <?php echo $form['new']['id'] ?>
- <?php echo $form['new']['id']->renderError() ?>
- </td>
- <td>
- </td>
- </tr>
- <?php endif; ?>
- <?php foreach ($form['CompanyDescription'] as $companyDescription): ?>
- <tr>
- <td><?php echo __('Current Entry:') ?></td>
- <td>
- <?php echo $companyDescription['language_id']->render(array('class' => 'validate-selection')) ?>
- <?php echo $companyDescription['language_id']->renderError() ?>
- </td>
- <td>
- <?php echo $companyDescription['company_name']->render(array('class' => 'required')) ?>
- <?php echo $companyDescription['company_name']->renderError() ?>
- </td>
- <td>
- <?php echo $companyDescription['delete'] ?>
- <?php echo $companyDescription['delete']->renderError() ?>
- <?php echo $companyDescription['id'] ?>
- <?php echo $companyDescription['id']->renderError() ?>
- </td>
- </tr>
- <?php endforeach; ?>
- </tbody>
- </table>
+ <?php echo $form->renderGlobalErrors() ?>
<?php echo $form->renderHiddenFields(false) ?>
</fieldset>
- </fieldset>
<table align="right">
<tbody>
<tr>
</tfoot>
<tbody>
<tr>
- <td><img src="<?php echo "/uploads/images/".$company->getCompany()->getCompanyLogo() ?>" width="100" height="100"/></td>
+ <td><img src="<?php echo "/uploads/images/".$company->getCompanyLogo() ?>" width="100" height="100"/></td>
<td><?php echo $company->getCompanyName() ?></td>
- <td><?php echo $company->getCompany()->getCompanyCif() ?></td>
+ <td><?php echo $company->getCompanyCif() ?></td>
</tr>
</tbody>
</table>
-<a href="<?php echo url_for('company/edit?id='.$company->getCompany()->getId()) ?>" class="bt_green"><span class="bt_green_lft"></span><strong><?php echo __('Edit Your Company') ?></strong><span class="bt_green_r"></span></a>
+<a href="<?php echo url_for('company/edit?id='.$company->getId()) ?>" class="bt_green"><span class="bt_green_lft"></span><strong><?php echo __('Edit Your Company') ?></strong><span class="bt_green_r"></span></a>
$(document).ready(function(){
var longitude = document.getElementById('office_longitude');
var latitude = document.getElementById('office_latitude');
- var adMapURL = 'http://localhost/companyfront.php/admap/officemap?latitude='+latitude.value+'&longitude='+longitude.value;
+ var adMapURL = 'http://localhost/companyfront_dev.php/admap/officemap?latitude='+latitude.value+'&longitude='+longitude.value;
$('#office_longitude').click(function() {
newwindow=window.open(adMapURL, '', 'menubar=no,height=600,width=600');
if (window.focus) {
<?php echo $form ?>
</tbody>
</table>
+ <?php echo $form->renderGlobalErrors() ?>
<?php echo $form->renderHiddenFields(false) ?>
<table align="right">
<tbody>
<?php echo $form['language_id']->renderRow(array('class' => 'validate-selection')) ?>
<?php echo $form['new']['company_cif']->renderRow(array('class' => 'required')) ?>
<?php echo $form['new']['company_logo']->renderRow(array('class' => 'required')) ?>
- <?php echo $form['new']['new']['language_id']->renderRow(array('class' => 'validate-selection')) ?>
- <?php echo $form['new']['new']['company_name']->renderRow(array('class' => 'required')) ?>
+ <?php echo $form['new']['company_name']->renderRow(array('class' => 'required')) ?>
<?php echo $form['captcha']->RenderRow() ?>
</tbody>
</table>
</div>
<div class="center_content">
<div class="left_content">
- <div class="sidebar_search">
- <form>
- <input type="text" name="" class="search_input" value="search keyword" onclick="this.value=''" />
- <input type="image" class="search_submit" src="/images/inadminpanel/images/search.png" />
- </form>
- </div>
<div class="sidebarmenu">
<a class="menuitem submenuheader" href="<?php echo url_for('office/index') ?>" ><?php echo __('Offices') ?></a>
# default values
all:
- default_language: eng # Everything must exist at least with this language
+ default_language: spa # Everything must exist at least with this language
# Using meters for the radius parameter in PostGIS
radius: 100
<input type="submit" name="register" value="<?php echo __('Register', null, 'sf_guard') ?>" class="NFButton"/>
</td>
<tr>
- <tbody>
+ </tbody>
</table>
</form>
</div>
<div class="center_content">
<div class="left_content">
- <div class="sidebar_search">
- <form>
- <input type="text" name="" class="search_input" value="search keyword" onclick="this.value=''" />
- <input type="image" class="search_submit" src="/images/inadminpanel/images/search.png" />
- </form>
- </div>
<div class="sidebarmenu">
<a class="menuitem submenuheader" href=""><?php echo __('Categories') ?></a>
doctrine:
class: sfDoctrineDatabase
param:
- dsn: 'pgsql:host=localhost;dbname=mobileadvertising'
+ dsn: 'pgsql:host=localhost;dbname=mobileadvertising'
username: postgres
password: null
#
# MOBIADS schema
#
-# Hopefully good enough.
-#
Company:
actAs: [Timestampable]
user_id: { type: integer (4), notnull: true }
company_cif: { type: string(255), notnull: true, unique: true }
company_logo: { type: string(255), notnull: true }
- relations:
- User: { class: sfGuardUser, local: user_id, onDelete: CASCADE }
-
-CompanyDescription:
- columns:
- company_id: { type: integer, notnull: true }
- language_id: { type: integer, notnull: true }
company_name: { type: string(255), notnull: true }
relations:
- Company: { onDelete: CASCADE, local: company_id, foreign: id }
- Language: { onDelete: CASCADE, local: language_id, foreign: id }
+ User: { class: sfGuardUser, local: user_id, onDelete: CASCADE }
Office:
actAs:
hasManyRoots: true
rootColumnName: root_id
columns:
- company_id: { type: integer, notnull: true }
- general_categ_id: { type: integer }
- relations:
- Company: { onDelete: CASCADE, local: company_id, foreign: id }
- GeneralCategory: { onDelete: SET NULL, local: general_categ_id, foreign: id }
-
-CompanyCategoryDescription:
- columns:
- language_id: { type: integer, notnull: true }
- company_categ_id: { type: integer, notnull: true }
+ company_id: { type: integer, notnull: true }
+ general_categ_id: { type: integer }
company_categ_name: { type: string (255), notnull: true }
company_categ_description: { type: text }
relations:
- Language: { onDelete: CASCADE, local: language_id, foreign: id }
- CompanyCategory: { onDelete: CASCADE, local: company_categ_id, foreign: id }
+ Company: { onDelete: CASCADE, local: company_id, foreign: id }
+ GeneralCategory: { onDelete: SET NULL, local: general_categ_id, foreign: id }
GeneralCategory:
actAs:
Ad:
actAs: [Timestampable]
columns:
- company_id: { type: integer, notnull: true }
- company_categ_id: { type: integer }
- ad_gps: { type: blob }
- ad_mobile_image_link: { type: string (3000), notnull: true }
+ company_id: { type: integer, notnull: true }
+ company_categ_id: { type: integer }
+ ad_gps: { type: blob }
+ ad_mobile_image: { type: string (255), notnull: true }
relations:
Company: { onDelete: CASCADE, local: company_id, foreign: id }
CompanyCategory: { onDelete: SET NULL, local: company_categ_id, foreign: id }
country_name: United Kingdom
iso_code_2: GB
iso_code_3: GBR
-
-CompanyDescription:
- MOBILEADVERTISING:
- Company: MOBILEADVERTISING
- Language: Spanish
- company_name: MOBILEADVERTISING
- DIA:
- Company: DIA
- Language: Spanish
- company_name: DIA%
- CARREFOUR:
- Company: CARREFOUR
- Language: Spanish
- company_name: CARREFOUR
Company:
MOBILEADVERTISING:
User: MOBILEADVERTISING
company_cif: 4683838383-I
company_logo: mobileads.jpg
+ company_name: MOBILEADVERTISING
DIA:
User: DIA
company_cif: 5748934949-K
company_logo: dia.jpg
+ company_name: DIA%
CARREFOUR:
User: CARREFOUR
company_cif: 0390390309-L
company_logo: carrefour.jpg
+ company_name: CARREFOUR
Office:
DIA_Mostoles:
CompanyCategory:
CompanyCategory_Root:
+ company_categ_name: Producto
+ company_categ_description: Root Node
Company: MOBILEADVERTISING
GeneralCategory: GeneralCategory_Root # aiming to root node of CategGeneral
children:
CompanyCategory_1:
+ company_categ_name: Donuts
+ company_categ_description: Donuts redondos
Company: DIA
GeneralCategory: GeneralCategory_1
CompanyCategory_2:
+ company_categ_name: Babuchas
+ company_categ_description: Babuchas artesanales
Company: CARREFOUR
GeneralCategory: GeneralCategory_2
children:
CompanyCategory_3:
+ company_categ_name: Babuchas verdes
+ company_categ_description: Babuchas verdes artesanales
Company: CARREFOUR
GeneralCategory: GeneralCategory_3
-CompanyCategoryDescription:
- Root_Product: #The root node
- Language: Spanish
- CompanyCategory: CompanyCategory_Root
- company_categ_name: Producto
- company_categ_description: Root Node
- Donuts:
- Language: Spanish
- CompanyCategory: CompanyCategory_1
- company_categ_name: Donuts
- company_categ_description: Donuts redondos
- Babuchas:
- Language: Spanish
- CompanyCategory: CompanyCategory_2
- company_categ_name: Babuchas
- company_categ_description: Babuchas artesanales
- BabuchasVerdes:
- Language: Spanish
- CompanyCategory: CompanyCategory_3
- company_categ_name: Babuchas verdes
- company_categ_description: Babuchas verdes artesanales
-
-
GeneralCategory:
GeneralCategory_Root:
children:
children:
GeneralCategory_3:
-
GeneralCategoryDescription:
Root_Product: #The root node
Language: Spanish
BabuchasVerdes:
Company: CARREFOUR
CompanyCategory: CompanyCategory_2
- ad_mobile_image_link: babuchasverdes.jpg
+ ad_mobile_image: babuchasverdes.jpg
BabuchasVerdisimas:
Company: CARREFOUR
CompanyCategory: CompanyCategory_2
- ad_mobile_image_link: babuchasverdisimas.jpg
+ ad_mobile_image: babuchasverdisimas.jpg
Donuts:
Company: CARREFOUR
- CompanyCategory: CompanyCategory_3
- ad_mobile_image_link: donuts.jpg
+ CompanyCategory: CompanyCategory_1
+ ad_mobile_image: donuts.jpg
AdDescription:
-CREATE TABLE ad (id BIGSERIAL, company_id BIGINT NOT NULL, company_categ_id BIGINT, ad_gps BYTEA, ad_mobile_image_link VARCHAR(3000) NOT NULL, created_at TIMESTAMP NOT NULL, updated_at TIMESTAMP NOT NULL, PRIMARY KEY(id));
+CREATE TABLE ad (id BIGSERIAL, company_id BIGINT NOT NULL, company_categ_id BIGINT, ad_gps BYTEA, ad_mobile_image VARCHAR(255) NOT NULL, created_at TIMESTAMP NOT NULL, updated_at TIMESTAMP NOT NULL, PRIMARY KEY(id));
CREATE TABLE ad_description (id BIGSERIAL, language_id BIGINT NOT NULL, ad_id BIGINT NOT NULL, ad_name VARCHAR(255) NOT NULL, ad_description text, ad_mobile_text VARCHAR(500) NOT NULL, ad_link VARCHAR(3000) NOT NULL, PRIMARY KEY(id));
CREATE TABLE city (id BIGSERIAL, city_name VARCHAR(64) NOT NULL, region_id BIGINT NOT NULL, PRIMARY KEY(id));
-CREATE TABLE company (id BIGSERIAL, user_id INT NOT NULL, company_cif VARCHAR(255) NOT NULL UNIQUE, company_logo VARCHAR(255) NOT NULL, created_at TIMESTAMP NOT NULL, updated_at TIMESTAMP NOT NULL, PRIMARY KEY(id));
-CREATE TABLE company_category (id BIGSERIAL, company_id BIGINT NOT NULL, general_categ_id BIGINT, created_at TIMESTAMP NOT NULL, updated_at TIMESTAMP NOT NULL, root_id BIGINT, lft INT, rgt INT, level SMALLINT, PRIMARY KEY(id));
-CREATE TABLE company_category_description (id BIGSERIAL, language_id BIGINT NOT NULL, company_categ_id BIGINT NOT NULL, company_categ_name VARCHAR(255) NOT NULL, company_categ_description text, PRIMARY KEY(id));
-CREATE TABLE company_description (id BIGSERIAL, company_id BIGINT NOT NULL, language_id BIGINT NOT NULL, company_name VARCHAR(255) NOT NULL, PRIMARY KEY(id));
+CREATE TABLE company (id BIGSERIAL, user_id INT NOT NULL, company_cif VARCHAR(255) NOT NULL UNIQUE, company_logo VARCHAR(255) NOT NULL, company_name VARCHAR(255) NOT NULL, created_at TIMESTAMP NOT NULL, updated_at TIMESTAMP NOT NULL, PRIMARY KEY(id));
+CREATE TABLE company_category (id BIGSERIAL, company_id BIGINT NOT NULL, general_categ_id BIGINT, company_categ_name VARCHAR(255) NOT NULL, company_categ_description text, created_at TIMESTAMP NOT NULL, updated_at TIMESTAMP NOT NULL, root_id BIGINT, lft INT, rgt INT, level SMALLINT, PRIMARY KEY(id));
CREATE TABLE country (id BIGSERIAL, country_name VARCHAR(80) NOT NULL, iso_code_2 VARCHAR(2) NOT NULL, iso_code_3 VARCHAR(3) NOT NULL, PRIMARY KEY(id));
CREATE TABLE general_category (id BIGSERIAL, created_at TIMESTAMP NOT NULL, updated_at TIMESTAMP NOT NULL, root_id BIGINT, lft INT, rgt INT, level SMALLINT, PRIMARY KEY(id));
CREATE TABLE general_category_description (id BIGSERIAL, language_id BIGINT NOT NULL, general_categ_id BIGINT NOT NULL, general_categ_name VARCHAR(255) NOT NULL UNIQUE, general_categ_description text, PRIMARY KEY(id));
ALTER TABLE company ADD CONSTRAINT company_user_id_sf_guard_user_id FOREIGN KEY (user_id) REFERENCES sf_guard_user(id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE;
ALTER TABLE company_category ADD CONSTRAINT company_category_general_categ_id_general_category_id FOREIGN KEY (general_categ_id) REFERENCES general_category(id) ON DELETE SET NULL NOT DEFERRABLE INITIALLY IMMEDIATE;
ALTER TABLE company_category ADD CONSTRAINT company_category_company_id_company_id FOREIGN KEY (company_id) REFERENCES company(id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE;
-ALTER TABLE company_category_description ADD CONSTRAINT company_category_description_language_id_language_id FOREIGN KEY (language_id) REFERENCES language(id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE;
-ALTER TABLE company_category_description ADD CONSTRAINT ccci FOREIGN KEY (company_categ_id) REFERENCES company_category(id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE;
-ALTER TABLE company_description ADD CONSTRAINT company_description_language_id_language_id FOREIGN KEY (language_id) REFERENCES language(id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE;
-ALTER TABLE company_description ADD CONSTRAINT company_description_company_id_company_id FOREIGN KEY (company_id) REFERENCES company(id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE;
ALTER TABLE general_category_description ADD CONSTRAINT gggi FOREIGN KEY (general_categ_id) REFERENCES general_category(id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE;
ALTER TABLE general_category_description ADD CONSTRAINT general_category_description_language_id_language_id FOREIGN KEY (language_id) REFERENCES language(id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE;
ALTER TABLE office ADD CONSTRAINT office_company_id_company_id FOREIGN KEY (company_id) REFERENCES company(id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE;
+++ /dev/null
-<?php
-
-/**
- * CompanyCategoryDescription filter form.
- *
- * @package mobiads
- * @subpackage filter
- * @author Your name here
- * @version SVN: $Id: sfDoctrineFormFilterTemplate.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $
- */
-class CompanyCategoryDescriptionFormFilter extends BaseCompanyCategoryDescriptionFormFilter
-{
- public function configure()
- {
- }
-}
+++ /dev/null
-<?php
-
-/**
- * CompanyDescription filter form.
- *
- * @package mobiads
- * @subpackage filter
- * @author Your name here
- * @version SVN: $Id: sfDoctrineFormFilterTemplate.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $
- */
-class CompanyDescriptionFormFilter extends BaseCompanyDescriptionFormFilter
-{
- public function configure()
- {
- }
-}
public function setup()
{
$this->setWidgets(array(
- 'company_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('Company'), 'add_empty' => true)),
- 'company_categ_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('CompanyCategory'), 'add_empty' => true)),
- 'ad_gps' => new sfWidgetFormFilterInput(),
- 'ad_mobile_image_link' => new sfWidgetFormFilterInput(array('with_empty' => false)),
- 'created_at' => new sfWidgetFormFilterDate(array('from_date' => new sfWidgetFormDate(), 'to_date' => new sfWidgetFormDate(), 'with_empty' => false)),
- 'updated_at' => new sfWidgetFormFilterDate(array('from_date' => new sfWidgetFormDate(), 'to_date' => new sfWidgetFormDate(), 'with_empty' => false)),
+ 'company_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('Company'), 'add_empty' => true)),
+ 'company_categ_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('CompanyCategory'), 'add_empty' => true)),
+ 'ad_gps' => new sfWidgetFormFilterInput(),
+ 'ad_mobile_image' => new sfWidgetFormFilterInput(array('with_empty' => false)),
+ 'created_at' => new sfWidgetFormFilterDate(array('from_date' => new sfWidgetFormDate(), 'to_date' => new sfWidgetFormDate(), 'with_empty' => false)),
+ 'updated_at' => new sfWidgetFormFilterDate(array('from_date' => new sfWidgetFormDate(), 'to_date' => new sfWidgetFormDate(), 'with_empty' => false)),
));
$this->setValidators(array(
- 'company_id' => new sfValidatorDoctrineChoice(array('required' => false, 'model' => $this->getRelatedModelName('Company'), 'column' => 'id')),
- 'company_categ_id' => new sfValidatorDoctrineChoice(array('required' => false, 'model' => $this->getRelatedModelName('CompanyCategory'), 'column' => 'id')),
- 'ad_gps' => new sfValidatorPass(array('required' => false)),
- 'ad_mobile_image_link' => new sfValidatorPass(array('required' => false)),
- 'created_at' => new sfValidatorDateRange(array('required' => false, 'from_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 00:00:00')), 'to_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 23:59:59')))),
- 'updated_at' => new sfValidatorDateRange(array('required' => false, 'from_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 00:00:00')), 'to_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 23:59:59')))),
+ 'company_id' => new sfValidatorDoctrineChoice(array('required' => false, 'model' => $this->getRelatedModelName('Company'), 'column' => 'id')),
+ 'company_categ_id' => new sfValidatorDoctrineChoice(array('required' => false, 'model' => $this->getRelatedModelName('CompanyCategory'), 'column' => 'id')),
+ 'ad_gps' => new sfValidatorPass(array('required' => false)),
+ 'ad_mobile_image' => new sfValidatorPass(array('required' => false)),
+ 'created_at' => new sfValidatorDateRange(array('required' => false, 'from_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 00:00:00')), 'to_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 23:59:59')))),
+ 'updated_at' => new sfValidatorDateRange(array('required' => false, 'from_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 00:00:00')), 'to_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 23:59:59')))),
));
$this->widgetSchema->setNameFormat('ad_filters[%s]');
public function getFields()
{
return array(
- 'id' => 'Number',
- 'company_id' => 'ForeignKey',
- 'company_categ_id' => 'ForeignKey',
- 'ad_gps' => 'Text',
- 'ad_mobile_image_link' => 'Text',
- 'created_at' => 'Date',
- 'updated_at' => 'Date',
+ 'id' => 'Number',
+ 'company_id' => 'ForeignKey',
+ 'company_categ_id' => 'ForeignKey',
+ 'ad_gps' => 'Text',
+ 'ad_mobile_image' => 'Text',
+ 'created_at' => 'Date',
+ 'updated_at' => 'Date',
);
}
}
+++ /dev/null
-<?php
-
-/**
- * CompanyCategoryDescription filter form base class.
- *
- * @package mobiads
- * @subpackage filter
- * @author Your name here
- * @version SVN: $Id: sfDoctrineFormFilterGeneratedTemplate.php 29570 2010-05-21 14:49:47Z Kris.Wallsmith $
- */
-abstract class BaseCompanyCategoryDescriptionFormFilter extends BaseFormFilterDoctrine
-{
- public function setup()
- {
- $this->setWidgets(array(
- 'language_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('Language'), 'add_empty' => true)),
- 'company_categ_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('CompanyCategory'), 'add_empty' => true)),
- 'company_categ_name' => new sfWidgetFormFilterInput(array('with_empty' => false)),
- 'company_categ_description' => new sfWidgetFormFilterInput(),
- ));
-
- $this->setValidators(array(
- 'language_id' => new sfValidatorDoctrineChoice(array('required' => false, 'model' => $this->getRelatedModelName('Language'), 'column' => 'id')),
- 'company_categ_id' => new sfValidatorDoctrineChoice(array('required' => false, 'model' => $this->getRelatedModelName('CompanyCategory'), 'column' => 'id')),
- 'company_categ_name' => new sfValidatorPass(array('required' => false)),
- 'company_categ_description' => new sfValidatorPass(array('required' => false)),
- ));
-
- $this->widgetSchema->setNameFormat('company_category_description_filters[%s]');
-
- $this->errorSchema = new sfValidatorErrorSchema($this->validatorSchema);
-
- $this->setupInheritance();
-
- parent::setup();
- }
-
- public function getModelName()
- {
- return 'CompanyCategoryDescription';
- }
-
- public function getFields()
- {
- return array(
- 'id' => 'Number',
- 'language_id' => 'ForeignKey',
- 'company_categ_id' => 'ForeignKey',
- 'company_categ_name' => 'Text',
- 'company_categ_description' => 'Text',
- );
- }
-}
public function setup()
{
$this->setWidgets(array(
- 'company_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('Company'), 'add_empty' => true)),
- 'general_categ_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('GeneralCategory'), 'add_empty' => true)),
- 'created_at' => new sfWidgetFormFilterDate(array('from_date' => new sfWidgetFormDate(), 'to_date' => new sfWidgetFormDate(), 'with_empty' => false)),
- 'updated_at' => new sfWidgetFormFilterDate(array('from_date' => new sfWidgetFormDate(), 'to_date' => new sfWidgetFormDate(), 'with_empty' => false)),
- 'root_id' => new sfWidgetFormFilterInput(),
- 'lft' => new sfWidgetFormFilterInput(),
- 'rgt' => new sfWidgetFormFilterInput(),
- 'level' => new sfWidgetFormFilterInput(),
+ 'company_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('Company'), 'add_empty' => true)),
+ 'general_categ_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('GeneralCategory'), 'add_empty' => true)),
+ 'company_categ_name' => new sfWidgetFormFilterInput(array('with_empty' => false)),
+ 'company_categ_description' => new sfWidgetFormFilterInput(),
+ 'created_at' => new sfWidgetFormFilterDate(array('from_date' => new sfWidgetFormDate(), 'to_date' => new sfWidgetFormDate(), 'with_empty' => false)),
+ 'updated_at' => new sfWidgetFormFilterDate(array('from_date' => new sfWidgetFormDate(), 'to_date' => new sfWidgetFormDate(), 'with_empty' => false)),
+ 'root_id' => new sfWidgetFormFilterInput(),
+ 'lft' => new sfWidgetFormFilterInput(),
+ 'rgt' => new sfWidgetFormFilterInput(),
+ 'level' => new sfWidgetFormFilterInput(),
));
$this->setValidators(array(
- 'company_id' => new sfValidatorDoctrineChoice(array('required' => false, 'model' => $this->getRelatedModelName('Company'), 'column' => 'id')),
- 'general_categ_id' => new sfValidatorDoctrineChoice(array('required' => false, 'model' => $this->getRelatedModelName('GeneralCategory'), 'column' => 'id')),
- 'created_at' => new sfValidatorDateRange(array('required' => false, 'from_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 00:00:00')), 'to_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 23:59:59')))),
- 'updated_at' => new sfValidatorDateRange(array('required' => false, 'from_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 00:00:00')), 'to_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 23:59:59')))),
- 'root_id' => new sfValidatorSchemaFilter('text', new sfValidatorInteger(array('required' => false))),
- 'lft' => new sfValidatorSchemaFilter('text', new sfValidatorInteger(array('required' => false))),
- 'rgt' => new sfValidatorSchemaFilter('text', new sfValidatorInteger(array('required' => false))),
- 'level' => new sfValidatorSchemaFilter('text', new sfValidatorInteger(array('required' => false))),
+ 'company_id' => new sfValidatorDoctrineChoice(array('required' => false, 'model' => $this->getRelatedModelName('Company'), 'column' => 'id')),
+ 'general_categ_id' => new sfValidatorDoctrineChoice(array('required' => false, 'model' => $this->getRelatedModelName('GeneralCategory'), 'column' => 'id')),
+ 'company_categ_name' => new sfValidatorPass(array('required' => false)),
+ 'company_categ_description' => new sfValidatorPass(array('required' => false)),
+ 'created_at' => new sfValidatorDateRange(array('required' => false, 'from_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 00:00:00')), 'to_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 23:59:59')))),
+ 'updated_at' => new sfValidatorDateRange(array('required' => false, 'from_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 00:00:00')), 'to_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 23:59:59')))),
+ 'root_id' => new sfValidatorSchemaFilter('text', new sfValidatorInteger(array('required' => false))),
+ 'lft' => new sfValidatorSchemaFilter('text', new sfValidatorInteger(array('required' => false))),
+ 'rgt' => new sfValidatorSchemaFilter('text', new sfValidatorInteger(array('required' => false))),
+ 'level' => new sfValidatorSchemaFilter('text', new sfValidatorInteger(array('required' => false))),
));
$this->widgetSchema->setNameFormat('company_category_filters[%s]');
public function getFields()
{
return array(
- 'id' => 'Number',
- 'company_id' => 'ForeignKey',
- 'general_categ_id' => 'ForeignKey',
- 'created_at' => 'Date',
- 'updated_at' => 'Date',
- 'root_id' => 'Number',
- 'lft' => 'Number',
- 'rgt' => 'Number',
- 'level' => 'Number',
+ 'id' => 'Number',
+ 'company_id' => 'ForeignKey',
+ 'general_categ_id' => 'ForeignKey',
+ 'company_categ_name' => 'Text',
+ 'company_categ_description' => 'Text',
+ 'created_at' => 'Date',
+ 'updated_at' => 'Date',
+ 'root_id' => 'Number',
+ 'lft' => 'Number',
+ 'rgt' => 'Number',
+ 'level' => 'Number',
);
}
}
+++ /dev/null
-<?php
-
-/**
- * CompanyDescription filter form base class.
- *
- * @package mobiads
- * @subpackage filter
- * @author Your name here
- * @version SVN: $Id: sfDoctrineFormFilterGeneratedTemplate.php 29570 2010-05-21 14:49:47Z Kris.Wallsmith $
- */
-abstract class BaseCompanyDescriptionFormFilter extends BaseFormFilterDoctrine
-{
- public function setup()
- {
- $this->setWidgets(array(
- 'company_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('Company'), 'add_empty' => true)),
- 'language_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('Language'), 'add_empty' => true)),
- 'company_name' => new sfWidgetFormFilterInput(array('with_empty' => false)),
- ));
-
- $this->setValidators(array(
- 'company_id' => new sfValidatorDoctrineChoice(array('required' => false, 'model' => $this->getRelatedModelName('Company'), 'column' => 'id')),
- 'language_id' => new sfValidatorDoctrineChoice(array('required' => false, 'model' => $this->getRelatedModelName('Language'), 'column' => 'id')),
- 'company_name' => new sfValidatorPass(array('required' => false)),
- ));
-
- $this->widgetSchema->setNameFormat('company_description_filters[%s]');
-
- $this->errorSchema = new sfValidatorErrorSchema($this->validatorSchema);
-
- $this->setupInheritance();
-
- parent::setup();
- }
-
- public function getModelName()
- {
- return 'CompanyDescription';
- }
-
- public function getFields()
- {
- return array(
- 'id' => 'Number',
- 'company_id' => 'ForeignKey',
- 'language_id' => 'ForeignKey',
- 'company_name' => 'Text',
- );
- }
-}
'user_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('User'), 'add_empty' => true)),
'company_cif' => new sfWidgetFormFilterInput(array('with_empty' => false)),
'company_logo' => new sfWidgetFormFilterInput(array('with_empty' => false)),
+ 'company_name' => new sfWidgetFormFilterInput(array('with_empty' => false)),
'created_at' => new sfWidgetFormFilterDate(array('from_date' => new sfWidgetFormDate(), 'to_date' => new sfWidgetFormDate(), 'with_empty' => false)),
'updated_at' => new sfWidgetFormFilterDate(array('from_date' => new sfWidgetFormDate(), 'to_date' => new sfWidgetFormDate(), 'with_empty' => false)),
));
'user_id' => new sfValidatorDoctrineChoice(array('required' => false, 'model' => $this->getRelatedModelName('User'), 'column' => 'id')),
'company_cif' => new sfValidatorPass(array('required' => false)),
'company_logo' => new sfValidatorPass(array('required' => false)),
+ 'company_name' => new sfValidatorPass(array('required' => false)),
'created_at' => new sfValidatorDateRange(array('required' => false, 'from_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 00:00:00')), 'to_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 23:59:59')))),
'updated_at' => new sfValidatorDateRange(array('required' => false, 'from_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 00:00:00')), 'to_date' => new sfValidatorDateTime(array('required' => false, 'datetime_output' => 'Y-m-d 23:59:59')))),
));
'user_id' => 'ForeignKey',
'company_cif' => 'Text',
'company_logo' => 'Text',
+ 'company_name' => 'Text',
'created_at' => 'Date',
'updated_at' => 'Date',
);
public function configure()
{
- $this->useFields(array('company_categ_id', 'ad_mobile_image_link'));
+ $this->useFields(array('company_categ_id', 'ad_mobile_image'));
//Narrow down the valid options for some field validators
$companyCategs = CompanyCategoryTable::getInstance()->getCompanyCategoriesByCompanyIdQuery($this->getOption('company_user_id'));
'query' => $companyCategs));
- $this->widgetSchema['ad_mobile_image_link'] =
- new sfWidgetFormInputFileEditable(array('file_src' => '/uploads/images/'.$this->getObject()->ad_mobile_image_link,
+ $this->widgetSchema['ad_mobile_image'] =
+ new sfWidgetFormInputFileEditable(array('file_src' => '/uploads/images/'.$this->getObject()->ad_mobile_image,
'edit_mode' => !$this->isNew(),
'is_image' => true,
'with_delete' => false));
- $this->validatorSchema['ad_mobile_image_link'] = new sfValidatorFileImage(array('mime_types' => 'web_images',
+ $this->validatorSchema['ad_mobile_image'] = new sfValidatorFileImage(array('mime_types' => 'web_images',
'path' => sfConfig::get('app_default_picture_directory'),
'required' => $this->isNew(),
'is_only_image' => true,
$this->widgetSchema->setLabels(array('company_categ_id' => 'Company Category'));
- $this->widgetSchema->setLabels(array('ad_mobile_image_link' => "Picture on the user's mobile"));
+ $this->widgetSchema->setLabels(array('ad_mobile_image' => "Picture on the user's mobile"));
$this->widgetSchema->setLabels(array('longitude' => 'Longitude (180 to -180): '));
$this->widgetSchema->setLabels(array('latitude' => 'Latitude (90 to -90): '));
+++ /dev/null
-<?php
-
-/**
- * CompanyCategoryDescription form.
- *
- * @package mobiads
- * @subpackage form
- * @author Gustavo Martin Morcuende
- * @version
- */
-class CompanyCategoryDescriptionForm extends BaseCompanyCategoryDescriptionForm
-{
- public function configure()
- {
- unset($this['company_categ_id']);
-
- $this->widgetSchema['company_categ_description'] = new sfWidgetFormTextarea();
-
- if ($this->object->exists())
- {
- $this->widgetSchema['delete'] = new sfWidgetFormInputCheckbox();
- $this->validatorSchema['delete'] = new sfValidatorPass();
- }
- }
-}
public function configure()
{
- $this->useFields(array('general_categ_id'));
+ $this->useFields(array('general_categ_id', 'company_categ_name', 'company_categ_description'));
//Narrow down the valid options for some field validators
$companyCategs = CompanyCategoryTable::getInstance()->getCompanyCategoriesByCompanyIdQuery($this->getOption('company_user_id'),
'add_empty' => false,
'query' => $companyCategs));
+ $this->widgetSchema['company_categ_description'] = new sfWidgetFormTextarea();
+
$this->validatorSchema['parent_category'] = new sfValidatorDoctrineChoice(array('model' => $this->getModelName(),
'required' => true,
'query' => $companyCategs));
$this->widgetSchema->setLabels(array('parent_category' => 'Parent Company Category'));
$this->widgetSchema->setLabels(array('general_categ_id' => 'General Category'));
-
-
-
- //Company categ creation form
- $companyCategoryDescription = new CompanyCategoryDescription();
- $companyCategoryDescription->CompanyCategory = $this->getObject();
- $newCompanyCategDescriptionForm = new CompanyCategoryDescriptionForm($companyCategoryDescription);
-
- $this->embedForm('new', $newCompanyCategDescriptionForm);
-
- $this->embedRelation('CompanyCategoryDescription');
+ $this->widgetSchema->setLabels(array('company_categ_name' => 'Company Category Name'));
+ $this->widgetSchema->setLabels(array('company_categ_description' => 'Company Category Description'));
//i18n (Internationalization)
$this->widgetSchema->getFormFormatter()->setTranslationCatalogue('company_category_form');
}
- protected function doBind(array $values)
- {
- if ('' === trim($values['new']['company_categ_description']) && '' === trim($values['new']['company_categ_name']))
- {
- unset($values['new'], $this['new']);
- }
-
- if (isset($values['CompanyCategoryDescription']))
- {
- foreach ($values['CompanyCategoryDescription'] as $i => $companyCategoryDescriptionValues)
- {
- if (isset($companyCategoryDescriptionValues['delete']) && $companyCategoryDescriptionValues['id'])
- {
- $this->scheduledForDeletion[$i] = $companyCategoryDescriptionValues['id'];
- }
- }
- }
-
-
- parent::doBind($values);
- }
-
-
- /**
- * Updates object with provided values, dealing with evantual relation deletion
- *
- * @see sfFormDoctrine::doUpdateObject()
- */
- protected function doUpdateObject($values)
- {
- if (count($this->scheduledForDeletion))
- {
- foreach ($this->scheduledForDeletion as $index => $id)
- {
- unset($values['CompanyCategoryDescription'][$index]);
- unset($this->object['CompanyCategoryDescription'][$index]);
- Doctrine::getTable('CompanyCategoryDescription')->findOneById($id)->delete();
- }
- }
-
- $this->getObject()->fromArray($values);
- }
-
- /**
- * Saves embedded form objects.
- *
- * @param mixed $con An optional connection object
- * @param array $forms An array of forms
- */
- public function saveEmbeddedForms($con = null, $forms = null)
- {
- if (null === $con)
- {
- $con = $this->getConnection();
- }
-
- if (null === $forms)
- {
- $forms = $this->embeddedForms;
- }
-
- foreach ($forms as $form)
- {
- if ($form instanceof sfFormObject)
- {
- if (!in_array($form->getObject()->getId(), $this->scheduledForDeletion))
- {
- $form->saveEmbeddedForms($con);
- $form->getObject()->save($con);
- }
- }
- else
- {
- $this->saveEmbeddedForms($con, $form->getEmbeddedForms());
- }
- }
- }
-
-
/**
* Overriding doSave method from lib/vendor/symfony/lib/form/addon/sfFormObject.class.php
*
+++ /dev/null
-<?php
-
-/**
- * CompanyDescription form.
- *
- * @package mobiads
- * @subpackage form
- * @author Gustavo Martin Morcuende
- * @version
- */
-class CompanyDescriptionForm extends BaseCompanyDescriptionForm
-{
- public function configure()
- {
- unset($this['company_id']);
-
- $this->widgetSchema->setLabels(array('language_id' => 'Language: '));
- $this->widgetSchema->setLabels(array('company_name' => 'Company Name: '));
-
- if ($this->object->exists())
- {
- $this->widgetSchema['delete'] = new sfWidgetFormInputCheckbox();
- $this->validatorSchema['delete'] = new sfValidatorPass();
- }
-
- //i18n (Internationalization)
- $this->widgetSchema->getFormFormatter()->setTranslationCatalogue('company_description_form');
- }
-}
*/
class CompanyForm extends BaseCompanyForm
{
- /*Stores Doctrine Records to be removed from the database.*/
- protected $scheduledForDeletion = array();
-
public function configure()
{
- $this->useFields(array('company_cif'));
+ $this->useFields(array('company_cif','company_name'));
$this->widgetSchema['company_logo'] =
'with_delete' => false));
- $this->validatorSchema['company_logo'] = new sfValidatorFileImage(array('mime_types' => 'web_images',
- 'path' => sfConfig::get('app_default_picture_directory'),
+
+ $this->validatorSchema['company_logo'] = new sfValidatorFileImage(array('path' => sfConfig::get('app_default_picture_directory'),
'required' => $this->isNew(),
'is_only_image' => true,
'max_height' => 150,
$this->widgetSchema->setLabels(array('company_cif' => 'CIF: '));
$this->widgetSchema->setLabels(array('company_logo' => "Your company logo: "));
-
-
- //Company create new description form
- $companyDescription = new CompanyDescription();
- $companyDescription->Company = $this->getObject();
- $newCompanyDescriptionForm = new CompanyDescriptionForm($companyDescription);
-
- $this->embedForm('new', $newCompanyDescriptionForm);
-
- $this->embedRelation('CompanyDescription');
+ $this->widgetSchema->setLabels(array('company_name' => "Your company name: "));
//i18n (Internationalization)
$this->widgetSchema->getFormFormatter()->setTranslationCatalogue('company_form');
}
-
- protected function doBind(array $values)
- {
- if ('' === trim($values['new']['company_name']))
- {
- unset($values['new'], $this['new']);
- }
-
- if (isset($values['CompanyDescription']))
- {
- foreach ($values['CompanyDescription'] as $i => $companyDescriptionValues)
- {
- if (isset($companyDescriptionValues['delete']) && $companyDescriptionValues['id'])
- {
- $this->scheduledForDeletion[$i] = $companyDescriptionValues['id'];
- }
- }
- }
-
-
- parent::doBind($values);
- }
-
- /**
- * Updates object with provided values, dealing with evantual relation deletion
- *
- * @see sfFormDoctrine::doUpdateObject()
- */
- protected function doUpdateObject($values)
- {
- if (count($this->scheduledForDeletion))
- {
- foreach ($this->scheduledForDeletion as $index => $id)
- {
- unset($values['CompanyDescription'][$index]);
- unset($this->object['CompanyDescription'][$index]);
- Doctrine::getTable('CompanyDescription')->findOneById($id)->delete();
- }
- }
-
- $this->getObject()->fromArray($values);
- }
-
- /**
- * Saves embedded form objects.
- *
- * @param mixed $con An optional connection object
- * @param array $forms An array of forms
- */
- public function saveEmbeddedForms($con = null, $forms = null)
- {
- if (null === $con)
- {
- $con = $this->getConnection();
- }
-
- if (null === $forms)
- {
- $forms = $this->embeddedForms;
- }
-
- foreach ($forms as $form)
- {
- if ($form instanceof sfFormObject)
- {
- if (!in_array($form->getObject()->getId(), $this->scheduledForDeletion))
- {
- $form->saveEmbeddedForms($con);
- $form->getObject()->save($con);
- }
- }
- else
- {
- $this->saveEmbeddedForms($con, $form->getEmbeddedForms());
- }
- }
- }
}
+++ /dev/null
-<?php
-
-/**
- * Max items per page.
- *
- * Combobox to show the available languages.
- *
- * @package mobiads
- * @subpackage form
- * @author Gustavo Martin Morcuende
- * @version
- */
-class MaxItemsPerPage extends sfFormSymfony
-{
- public function setup()
- {
- $this->setWidgets(array('max_items' => new sfWidgetFormInputText(),));
-
- $this->setValidators(array('max_items' => new sfValidatorNumber(array('required' => true,
- 'trim' => true),
- array('required' => 'The latitude field is required')),));
-
-
- $this->widgetSchema->setNameFormat('max_items_page[%s]');
-
-
- $this->widgetSchema->setLabels(array('max_items' => 'Max items per page: ',));
-
-
- $this->validatorSchema->setOption('allow_extra_fields', false);
- $this->validatorSchema->setOption('filter_extra_fields', true);
-
- $this->widgetSchema->setFormFormatterName('table');
-
- $this->errorSchema = new sfValidatorErrorSchema($this->validatorSchema);
-
- //i18n (Internationalization)
- $this->widgetSchema->getFormFormatter()->setTranslationCatalogue('max_items_form');
-
- parent::setup();
- }
-}
+++ /dev/null
-<?php
-
-/**
- * WebServiceSigninForm
- *
- * @package mobileadvertising
- * @subpackage form
- * @author Gustavo Martin Morcuende
- * @version
- */
-class WebServiceSigninForm extends BasesfGuardFormSignin
-{
- public function configure()
- {
- $this->disableLocalCSRFProtection();
-
- }
-}
public function setup()
{
$this->setWidgets(array(
- 'id' => new sfWidgetFormInputHidden(),
- 'company_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('Company'), 'add_empty' => false)),
- 'company_categ_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('CompanyCategory'), 'add_empty' => true)),
- 'ad_gps' => new sfWidgetFormTextarea(),
- 'ad_mobile_image_link' => new sfWidgetFormTextarea(),
- 'created_at' => new sfWidgetFormDateTime(),
- 'updated_at' => new sfWidgetFormDateTime(),
+ 'id' => new sfWidgetFormInputHidden(),
+ 'company_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('Company'), 'add_empty' => false)),
+ 'company_categ_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('CompanyCategory'), 'add_empty' => true)),
+ 'ad_gps' => new sfWidgetFormTextarea(),
+ 'ad_mobile_image' => new sfWidgetFormInputText(),
+ 'created_at' => new sfWidgetFormDateTime(),
+ 'updated_at' => new sfWidgetFormDateTime(),
));
$this->setValidators(array(
- 'id' => new sfValidatorChoice(array('choices' => array($this->getObject()->get('id')), 'empty_value' => $this->getObject()->get('id'), 'required' => false)),
- 'company_id' => new sfValidatorDoctrineChoice(array('model' => $this->getRelatedModelName('Company'))),
- 'company_categ_id' => new sfValidatorDoctrineChoice(array('model' => $this->getRelatedModelName('CompanyCategory'), 'required' => false)),
- 'ad_gps' => new sfValidatorString(array('required' => false)),
- 'ad_mobile_image_link' => new sfValidatorString(array('max_length' => 3000)),
- 'created_at' => new sfValidatorDateTime(),
- 'updated_at' => new sfValidatorDateTime(),
+ 'id' => new sfValidatorChoice(array('choices' => array($this->getObject()->get('id')), 'empty_value' => $this->getObject()->get('id'), 'required' => false)),
+ 'company_id' => new sfValidatorDoctrineChoice(array('model' => $this->getRelatedModelName('Company'))),
+ 'company_categ_id' => new sfValidatorDoctrineChoice(array('model' => $this->getRelatedModelName('CompanyCategory'), 'required' => false)),
+ 'ad_gps' => new sfValidatorString(array('required' => false)),
+ 'ad_mobile_image' => new sfValidatorString(array('max_length' => 255)),
+ 'created_at' => new sfValidatorDateTime(),
+ 'updated_at' => new sfValidatorDateTime(),
));
$this->widgetSchema->setNameFormat('ad[%s]');
+++ /dev/null
-<?php
-
-/**
- * CompanyCategoryDescription form base class.
- *
- * @method CompanyCategoryDescription getObject() Returns the current form's model object
- *
- * @package mobiads
- * @subpackage form
- * @author Your name here
- * @version SVN: $Id: sfDoctrineFormGeneratedTemplate.php 29553 2010-05-20 14:33:00Z Kris.Wallsmith $
- */
-abstract class BaseCompanyCategoryDescriptionForm extends BaseFormDoctrine
-{
- public function setup()
- {
- $this->setWidgets(array(
- 'id' => new sfWidgetFormInputHidden(),
- 'language_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('Language'), 'add_empty' => false)),
- 'company_categ_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('CompanyCategory'), 'add_empty' => false)),
- 'company_categ_name' => new sfWidgetFormInputText(),
- 'company_categ_description' => new sfWidgetFormInputText(),
- ));
-
- $this->setValidators(array(
- 'id' => new sfValidatorChoice(array('choices' => array($this->getObject()->get('id')), 'empty_value' => $this->getObject()->get('id'), 'required' => false)),
- 'language_id' => new sfValidatorDoctrineChoice(array('model' => $this->getRelatedModelName('Language'))),
- 'company_categ_id' => new sfValidatorDoctrineChoice(array('model' => $this->getRelatedModelName('CompanyCategory'))),
- 'company_categ_name' => new sfValidatorString(array('max_length' => 255)),
- 'company_categ_description' => new sfValidatorPass(array('required' => false)),
- ));
-
- $this->widgetSchema->setNameFormat('company_category_description[%s]');
-
- $this->errorSchema = new sfValidatorErrorSchema($this->validatorSchema);
-
- $this->setupInheritance();
-
- parent::setup();
- }
-
- public function getModelName()
- {
- return 'CompanyCategoryDescription';
- }
-
-}
public function setup()
{
$this->setWidgets(array(
- 'id' => new sfWidgetFormInputHidden(),
- 'company_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('Company'), 'add_empty' => false)),
- 'general_categ_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('GeneralCategory'), 'add_empty' => true)),
- 'created_at' => new sfWidgetFormDateTime(),
- 'updated_at' => new sfWidgetFormDateTime(),
- 'root_id' => new sfWidgetFormInputText(),
- 'lft' => new sfWidgetFormInputText(),
- 'rgt' => new sfWidgetFormInputText(),
- 'level' => new sfWidgetFormInputText(),
+ 'id' => new sfWidgetFormInputHidden(),
+ 'company_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('Company'), 'add_empty' => false)),
+ 'general_categ_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('GeneralCategory'), 'add_empty' => true)),
+ 'company_categ_name' => new sfWidgetFormInputText(),
+ 'company_categ_description' => new sfWidgetFormInputText(),
+ 'created_at' => new sfWidgetFormDateTime(),
+ 'updated_at' => new sfWidgetFormDateTime(),
+ 'root_id' => new sfWidgetFormInputText(),
+ 'lft' => new sfWidgetFormInputText(),
+ 'rgt' => new sfWidgetFormInputText(),
+ 'level' => new sfWidgetFormInputText(),
));
$this->setValidators(array(
- 'id' => new sfValidatorChoice(array('choices' => array($this->getObject()->get('id')), 'empty_value' => $this->getObject()->get('id'), 'required' => false)),
- 'company_id' => new sfValidatorDoctrineChoice(array('model' => $this->getRelatedModelName('Company'))),
- 'general_categ_id' => new sfValidatorDoctrineChoice(array('model' => $this->getRelatedModelName('GeneralCategory'), 'required' => false)),
- 'created_at' => new sfValidatorDateTime(),
- 'updated_at' => new sfValidatorDateTime(),
- 'root_id' => new sfValidatorInteger(array('required' => false)),
- 'lft' => new sfValidatorInteger(array('required' => false)),
- 'rgt' => new sfValidatorInteger(array('required' => false)),
- 'level' => new sfValidatorInteger(array('required' => false)),
+ 'id' => new sfValidatorChoice(array('choices' => array($this->getObject()->get('id')), 'empty_value' => $this->getObject()->get('id'), 'required' => false)),
+ 'company_id' => new sfValidatorDoctrineChoice(array('model' => $this->getRelatedModelName('Company'))),
+ 'general_categ_id' => new sfValidatorDoctrineChoice(array('model' => $this->getRelatedModelName('GeneralCategory'), 'required' => false)),
+ 'company_categ_name' => new sfValidatorString(array('max_length' => 255)),
+ 'company_categ_description' => new sfValidatorPass(array('required' => false)),
+ 'created_at' => new sfValidatorDateTime(),
+ 'updated_at' => new sfValidatorDateTime(),
+ 'root_id' => new sfValidatorInteger(array('required' => false)),
+ 'lft' => new sfValidatorInteger(array('required' => false)),
+ 'rgt' => new sfValidatorInteger(array('required' => false)),
+ 'level' => new sfValidatorInteger(array('required' => false)),
));
$this->widgetSchema->setNameFormat('company_category[%s]');
+++ /dev/null
-<?php
-
-/**
- * CompanyDescription form base class.
- *
- * @method CompanyDescription getObject() Returns the current form's model object
- *
- * @package mobiads
- * @subpackage form
- * @author Your name here
- * @version SVN: $Id: sfDoctrineFormGeneratedTemplate.php 29553 2010-05-20 14:33:00Z Kris.Wallsmith $
- */
-abstract class BaseCompanyDescriptionForm extends BaseFormDoctrine
-{
- public function setup()
- {
- $this->setWidgets(array(
- 'id' => new sfWidgetFormInputHidden(),
- 'company_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('Company'), 'add_empty' => false)),
- 'language_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('Language'), 'add_empty' => false)),
- 'company_name' => new sfWidgetFormInputText(),
- ));
-
- $this->setValidators(array(
- 'id' => new sfValidatorChoice(array('choices' => array($this->getObject()->get('id')), 'empty_value' => $this->getObject()->get('id'), 'required' => false)),
- 'company_id' => new sfValidatorDoctrineChoice(array('model' => $this->getRelatedModelName('Company'))),
- 'language_id' => new sfValidatorDoctrineChoice(array('model' => $this->getRelatedModelName('Language'))),
- 'company_name' => new sfValidatorString(array('max_length' => 255)),
- ));
-
- $this->widgetSchema->setNameFormat('company_description[%s]');
-
- $this->errorSchema = new sfValidatorErrorSchema($this->validatorSchema);
-
- $this->setupInheritance();
-
- parent::setup();
- }
-
- public function getModelName()
- {
- return 'CompanyDescription';
- }
-
-}
'user_id' => new sfWidgetFormDoctrineChoice(array('model' => $this->getRelatedModelName('User'), 'add_empty' => false)),
'company_cif' => new sfWidgetFormInputText(),
'company_logo' => new sfWidgetFormInputText(),
+ 'company_name' => new sfWidgetFormInputText(),
'created_at' => new sfWidgetFormDateTime(),
'updated_at' => new sfWidgetFormDateTime(),
));
'user_id' => new sfValidatorDoctrineChoice(array('model' => $this->getRelatedModelName('User'))),
'company_cif' => new sfValidatorString(array('max_length' => 255)),
'company_logo' => new sfValidatorString(array('max_length' => 255)),
+ 'company_name' => new sfValidatorString(array('max_length' => 255)),
'created_at' => new sfValidatorDateTime(),
'updated_at' => new sfValidatorDateTime(),
));
->orderBy('ad.id');
}
+
+ /**
+ * Returns as many ads as the number specified by the input parameter and ordered by timestamp
+ *
+ * @return Doctrine_Collection with Doctrine_Records
+ */
+ public function getAdsByLanguageandTimeStamp($quantity = null, $languageId)
+ {
+
+ if ($quantity == null)
+ {
+ //Default value
+ $quantity = 3;
+ }
+ return $this->createQuery('adDescription')->innerjoin('adDescription.Ad ad')
+ ->where('adDescription.language_id = ?', $languageId)
+ ->orderBy('ad.updated_at')
+ ->limit($quantity)
+ ->execute();
+ }
+
public function getAdsByGPSAndUserIdAndLanguageId(array $parameters, $userId, $languageId)
{
*
* @package mobiads
* @subpackage model
- * @author Gustavo Martin Morcuende
- * @version
+ * @author Your name here
+ * @version SVN: $Id: Builder.php 7490 2010-03-29 19:53:27Z jwage $
*/
class Company extends BaseCompany
{
-
/**
* Returns the string representation of this object.
*
*/
public function __toString()
{
- $languageId = sfContext::getInstance()->getUser()->getGuardUser()->getLanguage()->getId();
-
- //Check if there is description with the user's language
- $companyDescriptions = CompanyDescriptionTable::getInstance()->findByCompanyId($this->getId());
- foreach ($companyDescriptions as $companyDescription)
- {
- if ($companyDescription->getLanguageId() == $languageId)
- {
- //We found it!!!
- return (string) $companyDescription->getCompanyName();
- }
- }
-
- //Otherwise return with the default language
- $languageCode = sfConfig::get('app_default_language');
- $languageId = LanguageTable::getInstance()->findOneByCode($languageCode)->getId();
- foreach ($companyDescriptions as $companyDescription)
- {
- if ($companyDescription->getLanguageId() == $languageId)
- {
- //We found the default name description!!!
- return (string) $companyDescription->getCompanyName();
- }
- }
-
- //Finally, if nothing was found, return nice error message.
- return (string) "Company without default language";
+ return (string) $this->getCompanyName();
}
}
*
* @package mobiads
* @subpackage model
- * @author Gustavo Martin Morcuende
- * @version
+ * @author Your name here
+ * @version SVN: $Id: Builder.php 7490 2010-03-29 19:53:27Z jwage $
*/
class CompanyCategory extends BaseCompanyCategory
{
- /**
- * Returns the string representation of this object.
- *
- * @return string
- */
+ /**
+ * Returns the string representation of this object.
+ *
+ * @return string
+ */
public function __toString()
- {
- $languageId = sfContext::getInstance()->getUser()->getGuardUser()->getLanguage()->getId();
-
- //Check if there is description with the user's language
- $categoryDescriptions = CompanyCategoryDescriptionTable::getInstance()->findByCompanyCategId($this->getId());
- foreach ($categoryDescriptions as $categoryDescription)
- {
- if ($categoryDescription->getLanguageId() == $languageId)
- {
- //We found it!!!
- return (string) $categoryDescription->getCompanyCategName();
- }
- }
-
- //Otherwise return with the default language
- $languageCode = sfConfig::get('app_default_language');
- $languageId = LanguageTable::getInstance()->findOneByCode($languageCode)->getId();
- foreach ($categoryDescriptions as $categoryDescription)
- {
- if ($categoryDescription->getLanguageId() == $languageId)
- {
- //We found the default name description!!!
- return (string) $categoryDescription->getCompanyCategName();
- }
- }
-
- //Finally, if nothing was found, return nice error message.
- return (string) "Company category without default language";
+ {
+ return (string) $this->getCompanyCategName();
}
+
}
+++ /dev/null
-<?php
-
-/**
- * CompanyCategoryDescription
- *
- * This class has been auto-generated by the Doctrine ORM Framework
- *
- * @package mobiads
- * @subpackage model
- * @author Your name here
- * @version SVN: $Id: Builder.php 7490 2010-03-29 19:53:27Z jwage $
- */
-class CompanyCategoryDescription extends BaseCompanyCategoryDescription
-{
-}
+++ /dev/null
-<?php
-
-/**
- * CompanyCategoryDescriptionTable
- *
- * This class has been auto-generated by the Doctrine ORM Framework
- */
-class CompanyCategoryDescriptionTable extends Doctrine_Table
-{
- /**
- * Returns an instance of this class.
- *
- * @return object CompanyCategoryDescriptionTable
- */
- public static function getInstance()
- {
- return Doctrine_Core::getTable('CompanyCategoryDescription');
- }
-}
+++ /dev/null
-<?php
-
-/**
- * CompanyDescription
- *
- * This class has been auto-generated by the Doctrine ORM Framework
- *
- * @package mobiads
- * @subpackage model
- * @author Your name here
- * @version SVN: $Id: Builder.php 7490 2010-03-29 19:53:27Z jwage $
- */
-class CompanyDescription extends BaseCompanyDescription
-{
-}
+++ /dev/null
-<?php
-
-/**
- * CompanyDescriptionTable
- *
- * This class has been auto-generated by the Doctrine ORM Framework
- */
-class CompanyDescriptionTable extends Doctrine_Table
-{
- /**
- * Returns an instance of this class.
- *
- * @return object CompanyDescriptionTable
- */
- public static function getInstance()
- {
- return Doctrine_Core::getTable('CompanyDescription');
- }
-}
\ No newline at end of file
*/
public function __toString()
{
- $languageId = sfContext::getInstance()->getUser()->getGuardUser()->getLanguage()->getId();
-
- //Check if there is description with the user's language
+ $user = sfContext::getInstance()->getUser();
$generalCategoryDescriptions = GeneralCategoryDescriptionTable::getInstance()->findByGeneralCategId($this->getId());
- foreach ($generalCategoryDescriptions as $generalCategoryDescription)
+
+ if ($user instanceof sfGuardSecurityUser)
{
- if ($generalCategoryDescription->getLanguageId() == $languageId)
+ $languageId = $user->getGuardUser()->getLanguage()->getId();
+
+ //Check if there is description with the user's language
+ foreach ($generalCategoryDescriptions as $generalCategoryDescription)
{
- //We found it!!!
- return (string) $generalCategoryDescription->getGeneralCategName();
+ if ($generalCategoryDescription->getLanguageId() == $languageId)
+ {
+ //We found it!!!
+ return (string) $generalCategoryDescription->getGeneralCategName();
+ }
}
}
}
- /**
+ /**
* Returns general categories, ordered by lft field.
*
* @return Doctrine Query
{
return Doctrine_Core::getTable('OfficeAds');
}
-}
+}
\ No newline at end of file
* @property integer $company_id
* @property integer $company_categ_id
* @property blob $ad_gps
- * @property string $ad_mobile_image_link
+ * @property string $ad_mobile_image
* @property Company $Company
* @property CompanyCategory $CompanyCategory
* @property Doctrine_Collection $AdDescription
* @property Doctrine_Collection $OfficeAds
*
- * @method integer getCompanyId() Returns the current record's "company_id" value
- * @method integer getCompanyCategId() Returns the current record's "company_categ_id" value
- * @method blob getAdGps() Returns the current record's "ad_gps" value
- * @method string getAdMobileImageLink() Returns the current record's "ad_mobile_image_link" value
- * @method Company getCompany() Returns the current record's "Company" value
- * @method CompanyCategory getCompanyCategory() Returns the current record's "CompanyCategory" value
- * @method Doctrine_Collection getAdDescription() Returns the current record's "AdDescription" collection
- * @method Doctrine_Collection getOfficeAds() Returns the current record's "OfficeAds" collection
- * @method Ad setCompanyId() Sets the current record's "company_id" value
- * @method Ad setCompanyCategId() Sets the current record's "company_categ_id" value
- * @method Ad setAdGps() Sets the current record's "ad_gps" value
- * @method Ad setAdMobileImageLink() Sets the current record's "ad_mobile_image_link" value
- * @method Ad setCompany() Sets the current record's "Company" value
- * @method Ad setCompanyCategory() Sets the current record's "CompanyCategory" value
- * @method Ad setAdDescription() Sets the current record's "AdDescription" collection
- * @method Ad setOfficeAds() Sets the current record's "OfficeAds" collection
+ * @method integer getCompanyId() Returns the current record's "company_id" value
+ * @method integer getCompanyCategId() Returns the current record's "company_categ_id" value
+ * @method blob getAdGps() Returns the current record's "ad_gps" value
+ * @method string getAdMobileImage() Returns the current record's "ad_mobile_image" value
+ * @method Company getCompany() Returns the current record's "Company" value
+ * @method CompanyCategory getCompanyCategory() Returns the current record's "CompanyCategory" value
+ * @method Doctrine_Collection getAdDescription() Returns the current record's "AdDescription" collection
+ * @method Doctrine_Collection getOfficeAds() Returns the current record's "OfficeAds" collection
+ * @method Ad setCompanyId() Sets the current record's "company_id" value
+ * @method Ad setCompanyCategId() Sets the current record's "company_categ_id" value
+ * @method Ad setAdGps() Sets the current record's "ad_gps" value
+ * @method Ad setAdMobileImage() Sets the current record's "ad_mobile_image" value
+ * @method Ad setCompany() Sets the current record's "Company" value
+ * @method Ad setCompanyCategory() Sets the current record's "CompanyCategory" value
+ * @method Ad setAdDescription() Sets the current record's "AdDescription" collection
+ * @method Ad setOfficeAds() Sets the current record's "OfficeAds" collection
*
* @package mobiads
* @subpackage model
$this->hasColumn('ad_gps', 'blob', null, array(
'type' => 'blob',
));
- $this->hasColumn('ad_mobile_image_link', 'string', 3000, array(
+ $this->hasColumn('ad_mobile_image', 'string', 255, array(
'type' => 'string',
'notnull' => true,
- 'length' => 3000,
+ 'length' => 255,
));
}
* @property integer $user_id
* @property string $company_cif
* @property string $company_logo
+ * @property string $company_name
* @property sfGuardUser $User
- * @property Doctrine_Collection $CompanyDescription
* @property Doctrine_Collection $Office
* @property Doctrine_Collection $CompanyCategory
* @property Doctrine_Collection $Ad
*
- * @method integer getUserId() Returns the current record's "user_id" value
- * @method string getCompanyCif() Returns the current record's "company_cif" value
- * @method string getCompanyLogo() Returns the current record's "company_logo" value
- * @method sfGuardUser getUser() Returns the current record's "User" value
- * @method Doctrine_Collection getCompanyDescription() Returns the current record's "CompanyDescription" collection
- * @method Doctrine_Collection getOffice() Returns the current record's "Office" collection
- * @method Doctrine_Collection getCompanyCategory() Returns the current record's "CompanyCategory" collection
- * @method Doctrine_Collection getAd() Returns the current record's "Ad" collection
- * @method Company setUserId() Sets the current record's "user_id" value
- * @method Company setCompanyCif() Sets the current record's "company_cif" value
- * @method Company setCompanyLogo() Sets the current record's "company_logo" value
- * @method Company setUser() Sets the current record's "User" value
- * @method Company setCompanyDescription() Sets the current record's "CompanyDescription" collection
- * @method Company setOffice() Sets the current record's "Office" collection
- * @method Company setCompanyCategory() Sets the current record's "CompanyCategory" collection
- * @method Company setAd() Sets the current record's "Ad" collection
+ * @method integer getUserId() Returns the current record's "user_id" value
+ * @method string getCompanyCif() Returns the current record's "company_cif" value
+ * @method string getCompanyLogo() Returns the current record's "company_logo" value
+ * @method string getCompanyName() Returns the current record's "company_name" value
+ * @method sfGuardUser getUser() Returns the current record's "User" value
+ * @method Doctrine_Collection getOffice() Returns the current record's "Office" collection
+ * @method Doctrine_Collection getCompanyCategory() Returns the current record's "CompanyCategory" collection
+ * @method Doctrine_Collection getAd() Returns the current record's "Ad" collection
+ * @method Company setUserId() Sets the current record's "user_id" value
+ * @method Company setCompanyCif() Sets the current record's "company_cif" value
+ * @method Company setCompanyLogo() Sets the current record's "company_logo" value
+ * @method Company setCompanyName() Sets the current record's "company_name" value
+ * @method Company setUser() Sets the current record's "User" value
+ * @method Company setOffice() Sets the current record's "Office" collection
+ * @method Company setCompanyCategory() Sets the current record's "CompanyCategory" collection
+ * @method Company setAd() Sets the current record's "Ad" collection
*
* @package mobiads
* @subpackage model
'notnull' => true,
'length' => 255,
));
+ $this->hasColumn('company_name', 'string', 255, array(
+ 'type' => 'string',
+ 'notnull' => true,
+ 'length' => 255,
+ ));
}
public function setUp()
'foreign' => 'id',
'onDelete' => 'CASCADE'));
- $this->hasMany('CompanyDescription', array(
- 'local' => 'id',
- 'foreign' => 'company_id'));
-
$this->hasMany('Office', array(
'local' => 'id',
'foreign' => 'company_id'));
*
* @property integer $company_id
* @property integer $general_categ_id
+ * @property string $company_categ_name
+ * @property text $company_categ_description
* @property Company $Company
* @property GeneralCategory $GeneralCategory
- * @property Doctrine_Collection $CompanyCategoryDescription
* @property Doctrine_Collection $Ad
*
- * @method integer getCompanyId() Returns the current record's "company_id" value
- * @method integer getGeneralCategId() Returns the current record's "general_categ_id" value
- * @method Company getCompany() Returns the current record's "Company" value
- * @method GeneralCategory getGeneralCategory() Returns the current record's "GeneralCategory" value
- * @method Doctrine_Collection getCompanyCategoryDescription() Returns the current record's "CompanyCategoryDescription" collection
- * @method Doctrine_Collection getAd() Returns the current record's "Ad" collection
- * @method CompanyCategory setCompanyId() Sets the current record's "company_id" value
- * @method CompanyCategory setGeneralCategId() Sets the current record's "general_categ_id" value
- * @method CompanyCategory setCompany() Sets the current record's "Company" value
- * @method CompanyCategory setGeneralCategory() Sets the current record's "GeneralCategory" value
- * @method CompanyCategory setCompanyCategoryDescription() Sets the current record's "CompanyCategoryDescription" collection
- * @method CompanyCategory setAd() Sets the current record's "Ad" collection
+ * @method integer getCompanyId() Returns the current record's "company_id" value
+ * @method integer getGeneralCategId() Returns the current record's "general_categ_id" value
+ * @method string getCompanyCategName() Returns the current record's "company_categ_name" value
+ * @method text getCompanyCategDescription() Returns the current record's "company_categ_description" value
+ * @method Company getCompany() Returns the current record's "Company" value
+ * @method GeneralCategory getGeneralCategory() Returns the current record's "GeneralCategory" value
+ * @method Doctrine_Collection getAd() Returns the current record's "Ad" collection
+ * @method CompanyCategory setCompanyId() Sets the current record's "company_id" value
+ * @method CompanyCategory setGeneralCategId() Sets the current record's "general_categ_id" value
+ * @method CompanyCategory setCompanyCategName() Sets the current record's "company_categ_name" value
+ * @method CompanyCategory setCompanyCategDescription() Sets the current record's "company_categ_description" value
+ * @method CompanyCategory setCompany() Sets the current record's "Company" value
+ * @method CompanyCategory setGeneralCategory() Sets the current record's "GeneralCategory" value
+ * @method CompanyCategory setAd() Sets the current record's "Ad" collection
*
* @package mobiads
* @subpackage model
$this->hasColumn('general_categ_id', 'integer', null, array(
'type' => 'integer',
));
+ $this->hasColumn('company_categ_name', 'string', 255, array(
+ 'type' => 'string',
+ 'notnull' => true,
+ 'length' => 255,
+ ));
+ $this->hasColumn('company_categ_description', 'text', null, array(
+ 'type' => 'text',
+ ));
}
public function setUp()
'foreign' => 'id',
'onDelete' => 'SET NULL'));
- $this->hasMany('CompanyCategoryDescription', array(
- 'local' => 'id',
- 'foreign' => 'company_categ_id'));
-
$this->hasMany('Ad', array(
'local' => 'id',
'foreign' => 'company_categ_id'));
+++ /dev/null
-<?php
-
-/**
- * BaseCompanyCategoryDescription
- *
- * This class has been auto-generated by the Doctrine ORM Framework
- *
- * @property integer $language_id
- * @property integer $company_categ_id
- * @property string $company_categ_name
- * @property text $company_categ_description
- * @property Language $Language
- * @property CompanyCategory $CompanyCategory
- *
- * @method integer getLanguageId() Returns the current record's "language_id" value
- * @method integer getCompanyCategId() Returns the current record's "company_categ_id" value
- * @method string getCompanyCategName() Returns the current record's "company_categ_name" value
- * @method text getCompanyCategDescription() Returns the current record's "company_categ_description" value
- * @method Language getLanguage() Returns the current record's "Language" value
- * @method CompanyCategory getCompanyCategory() Returns the current record's "CompanyCategory" value
- * @method CompanyCategoryDescription setLanguageId() Sets the current record's "language_id" value
- * @method CompanyCategoryDescription setCompanyCategId() Sets the current record's "company_categ_id" value
- * @method CompanyCategoryDescription setCompanyCategName() Sets the current record's "company_categ_name" value
- * @method CompanyCategoryDescription setCompanyCategDescription() Sets the current record's "company_categ_description" value
- * @method CompanyCategoryDescription setLanguage() Sets the current record's "Language" value
- * @method CompanyCategoryDescription setCompanyCategory() Sets the current record's "CompanyCategory" value
- *
- * @package mobiads
- * @subpackage model
- * @author Your name here
- * @version SVN: $Id: Builder.php 7490 2010-03-29 19:53:27Z jwage $
- */
-abstract class BaseCompanyCategoryDescription extends sfDoctrineRecord
-{
- public function setTableDefinition()
- {
- $this->setTableName('company_category_description');
- $this->hasColumn('language_id', 'integer', null, array(
- 'type' => 'integer',
- 'notnull' => true,
- ));
- $this->hasColumn('company_categ_id', 'integer', null, array(
- 'type' => 'integer',
- 'notnull' => true,
- ));
- $this->hasColumn('company_categ_name', 'string', 255, array(
- 'type' => 'string',
- 'notnull' => true,
- 'length' => 255,
- ));
- $this->hasColumn('company_categ_description', 'text', null, array(
- 'type' => 'text',
- ));
- }
-
- public function setUp()
- {
- parent::setUp();
- $this->hasOne('Language', array(
- 'local' => 'language_id',
- 'foreign' => 'id',
- 'onDelete' => 'CASCADE'));
-
- $this->hasOne('CompanyCategory', array(
- 'local' => 'company_categ_id',
- 'foreign' => 'id',
- 'onDelete' => 'CASCADE'));
- }
-}
\ No newline at end of file
+++ /dev/null
-<?php
-
-/**
- * BaseCompanyDescription
- *
- * This class has been auto-generated by the Doctrine ORM Framework
- *
- * @property integer $company_id
- * @property integer $language_id
- * @property string $company_name
- * @property Company $Company
- * @property Language $Language
- *
- * @method integer getCompanyId() Returns the current record's "company_id" value
- * @method integer getLanguageId() Returns the current record's "language_id" value
- * @method string getCompanyName() Returns the current record's "company_name" value
- * @method Company getCompany() Returns the current record's "Company" value
- * @method Language getLanguage() Returns the current record's "Language" value
- * @method CompanyDescription setCompanyId() Sets the current record's "company_id" value
- * @method CompanyDescription setLanguageId() Sets the current record's "language_id" value
- * @method CompanyDescription setCompanyName() Sets the current record's "company_name" value
- * @method CompanyDescription setCompany() Sets the current record's "Company" value
- * @method CompanyDescription setLanguage() Sets the current record's "Language" value
- *
- * @package mobiads
- * @subpackage model
- * @author Your name here
- * @version SVN: $Id: Builder.php 7490 2010-03-29 19:53:27Z jwage $
- */
-abstract class BaseCompanyDescription extends sfDoctrineRecord
-{
- public function setTableDefinition()
- {
- $this->setTableName('company_description');
- $this->hasColumn('company_id', 'integer', null, array(
- 'type' => 'integer',
- 'notnull' => true,
- ));
- $this->hasColumn('language_id', 'integer', null, array(
- 'type' => 'integer',
- 'notnull' => true,
- ));
- $this->hasColumn('company_name', 'string', 255, array(
- 'type' => 'string',
- 'notnull' => true,
- 'length' => 255,
- ));
- }
-
- public function setUp()
- {
- parent::setUp();
- $this->hasOne('Company', array(
- 'local' => 'company_id',
- 'foreign' => 'id',
- 'onDelete' => 'CASCADE'));
-
- $this->hasOne('Language', array(
- 'local' => 'language_id',
- 'foreign' => 'id',
- 'onDelete' => 'CASCADE'));
- }
-}
\ No newline at end of file
* @property string $language_name
* @property string $code
* @property Doctrine_Collection $sfGuardUser
- * @property Doctrine_Collection $CompanyDescription
- * @property Doctrine_Collection $CompanyCategoryDescription
* @property Doctrine_Collection $GeneralCategoryDescription
* @property Doctrine_Collection $AdDescription
*
* @method string getLanguageName() Returns the current record's "language_name" value
* @method string getCode() Returns the current record's "code" value
* @method Doctrine_Collection getSfGuardUser() Returns the current record's "sfGuardUser" collection
- * @method Doctrine_Collection getCompanyDescription() Returns the current record's "CompanyDescription" collection
- * @method Doctrine_Collection getCompanyCategoryDescription() Returns the current record's "CompanyCategoryDescription" collection
* @method Doctrine_Collection getGeneralCategoryDescription() Returns the current record's "GeneralCategoryDescription" collection
* @method Doctrine_Collection getAdDescription() Returns the current record's "AdDescription" collection
* @method Language setLanguageName() Sets the current record's "language_name" value
* @method Language setCode() Sets the current record's "code" value
* @method Language setSfGuardUser() Sets the current record's "sfGuardUser" collection
- * @method Language setCompanyDescription() Sets the current record's "CompanyDescription" collection
- * @method Language setCompanyCategoryDescription() Sets the current record's "CompanyCategoryDescription" collection
* @method Language setGeneralCategoryDescription() Sets the current record's "GeneralCategoryDescription" collection
* @method Language setAdDescription() Sets the current record's "AdDescription" collection
*
'local' => 'id',
'foreign' => 'language_id'));
- $this->hasMany('CompanyDescription', array(
- 'local' => 'id',
- 'foreign' => 'language_id'));
-
- $this->hasMany('CompanyCategoryDescription', array(
- 'local' => 'id',
- 'foreign' => 'language_id'));
-
$this->hasMany('GeneralCategoryDescription', array(
'local' => 'id',
'foreign' => 'language_id'));
+++ /dev/null
-<?php
-
-class WidgetFormSchemaFormatterCustom extends sfWidgetFormSchemaFormatterTable
-{
- protected
- // this says to surround our element with a div of class "form-row".
- // then print out the error, label, form field, help text, and finally the hidden fields
- // new lines () are included for readable html
-
- /*$rowFormat = "<div class=\"form-row\">
- %error%
- %label%%field%
- %help%
- %hidden_fields%
- </div>",
- // this defines the exact format of the above %help%. This says to wrap it in a div of class form_helper.
- // The %help% in this case defines that actual help text (if any) that's given
- $helpFormat = '<div class="form_helper">%help%</div>',
- // Certain errors do not pertain to any specific widget. In these cases, the errors are printed on their own row
- // This defines the format of how to set up that row
- $errorRowFormat = "<div>%errors%</div>",
- // this is the wrapper always uses around errors.
- $errorListFormatInARow = " <ul class=\"error_list\">%errors% </ul>",
- // This defines how to print the actual error in normal situations
- $errorRowFormatInARow = " <li>%error%</li>",
- // This defines how to print the actual error in situations where the error does not belong to a specific widget - is printed at the top of the form
- $namedErrorRowFormatInARow = " <li>%name%: %error%</li>",
- // We didn't cover it, but you can embed forms inside other forms.
- // When you do, the following is used to "wrap" your form. In the table example, this is a <table> </table> value.
- $decoratorFormat = "<div>%content%</div>";*/
- protected
- $rowFormat = "<tr>\n <th>%label%</th>\n <td>%error%%field%%help%%hidden_fields%</td>\n</tr>\n",
- $errorRowFormat = "<tr><td colspan=\"2\">\n%errors%</td></tr>\n",
- $helpFormat = '<br />%help%',
- $decoratorFormat = "<table>\n %content%</table>";
-}
-a:4:{s:4:"name";s:5:"__uri";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:4:"****";}}}}s:7:"summary";s:34:"Pseudo-channel for static packages";s:13:"_lastmodified";s:31:"Thu, 10 May 2012 18:43:31 +0000";}
\ No newline at end of file
+a:4:{s:4:"name";s:5:"__uri";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:4:"****";}}}}s:7:"summary";s:34:"Pseudo-channel for static packages";s:13:"_lastmodified";s:31:"Sat, 01 Dec 2012 16:25:13 +0000";}
\ No newline at end of file
-a:5:{s:14:"suggestedalias";s:7:"phpdocs";s:4:"name";s:11:"doc.php.net";s:7:"summary";s:22:"PHP Documentation Team";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:3:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:24:"http://doc.php.net/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:24:"http://doc.php.net/rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:24:"http://doc.php.net/rest/";}}}}}s:13:"_lastmodified";s:31:"Thu, 10 May 2012 18:43:31 +0000";}
\ No newline at end of file
+a:5:{s:14:"suggestedalias";s:7:"phpdocs";s:4:"name";s:11:"doc.php.net";s:7:"summary";s:22:"PHP Documentation Team";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:3:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:24:"http://doc.php.net/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:24:"http://doc.php.net/rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:24:"http://doc.php.net/rest/";}}}}}s:13:"_lastmodified";s:31:"Sat, 01 Dec 2012 16:25:13 +0000";}
\ No newline at end of file
-a:5:{s:14:"suggestedalias";s:4:"pear";s:4:"name";s:12:"pear.php.net";s:7:"summary";s:40:"PHP Extension and Application Repository";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:3:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:25:"http://pear.php.net/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:25:"http://pear.php.net/rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:25:"http://pear.php.net/rest/";}}}}}s:13:"_lastmodified";s:31:"Thu, 10 May 2012 18:43:31 +0000";}
\ No newline at end of file
+a:5:{s:14:"suggestedalias";s:4:"pear";s:4:"name";s:12:"pear.php.net";s:7:"summary";s:40:"PHP Extension and Application Repository";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:3:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:25:"http://pear.php.net/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:25:"http://pear.php.net/rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:25:"http://pear.php.net/rest/";}}}}}s:13:"_lastmodified";s:31:"Sat, 01 Dec 2012 16:25:13 +0000";}
\ No newline at end of file
-a:6:{s:14:"suggestedalias";s:4:"pecl";s:4:"name";s:12:"pecl.php.net";s:7:"summary";s:31:"PHP Extension Community Library";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:2:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:25:"http://pecl.php.net/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:25:"http://pecl.php.net/rest/";}}}}}s:15:"validatepackage";a:2:{s:8:"_content";s:19:"PEAR_Validator_PECL";s:7:"attribs";a:1:{s:7:"version";s:3:"1.0";}}s:13:"_lastmodified";s:31:"Thu, 10 May 2012 18:43:31 +0000";}
\ No newline at end of file
+a:6:{s:14:"suggestedalias";s:4:"pecl";s:4:"name";s:12:"pecl.php.net";s:7:"summary";s:31:"PHP Extension Community Library";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:2:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:25:"http://pecl.php.net/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:25:"http://pecl.php.net/rest/";}}}}}s:15:"validatepackage";a:2:{s:8:"_content";s:19:"PEAR_Validator_PECL";s:7:"attribs";a:1:{s:7:"version";s:3:"1.0";}}s:13:"_lastmodified";s:31:"Sat, 01 Dec 2012 16:25:13 +0000";}
\ No newline at end of file
a:18:{s:4:"name";s:7:"symfony";s:7:"attribs";a:5:{s:7:"version";s:3:"2.0";s:5:"xmlns";s:35:"http://pear.php.net/dtd/package-2.0";s:11:"xmlns:tasks";s:33:"http://pear.php.net/dtd/tasks-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:159:"http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
- http://pear.php.net/dtd/package-2.0.xsd";}s:7:"channel";s:24:"pear.symfony-project.com";s:7:"summary";s:7:"symfony";s:11:"description";s:7:"symfony";s:4:"lead";a:4:{s:4:"name";s:16:"Fabien Potencier";s:4:"user";s:6:"fabpot";s:5:"email";s:36:"fabien.potencier@symfony-project.com";s:6:"active";s:3:"yes";}s:4:"date";s:10:"2012-05-17";s:7:"version";a:2:{s:7:"release";s:6:"1.4.18";s:3:"api";s:5:"1.4.0";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:7:"license";s:11:"MIT License";s:5:"notes";s:1:"-";s:8:"contents";a:1:{s:3:"dir";a:1:{s:7:"attribs";a:1:{s:4:"name";s:1:"/";}}}s:12:"dependencies";a:1:{s:8:"required";a:2:{s:3:"php";a:1:{s:3:"min";s:5:"5.2.4";}s:13:"pearinstaller";a:1:{s:3:"min";s:5:"1.4.3";}}}s:10:"phprelease";a:0:{}s:8:"filelist";a:0:{}s:3:"old";a:7:{s:7:"version";s:6:"1.4.18";s:12:"release_date";s:10:"2012-05-17";s:13:"release_state";s:4:"beta";s:15:"release_license";s:11:"MIT License";s:13:"release_notes";s:1:"-";s:12:"release_deps";a:2:{i:0;a:4:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:5:"5.2.4";s:8:"optional";s:2:"no";}i:1;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:4:"PEAR";s:3:"rel";s:2:"ge";s:7:"version";s:5:"1.4.3";s:8:"optional";s:2:"no";}}s:11:"maintainers";a:1:{i:0;a:5:{s:4:"name";s:16:"Fabien Potencier";s:5:"email";s:36:"fabien.potencier@symfony-project.com";s:6:"active";s:3:"yes";s:6:"handle";s:6:"fabpot";s:4:"role";s:4:"lead";}}}s:10:"xsdversion";s:3:"2.0";s:13:"_lastmodified";i:1337219150;}
\ No newline at end of file
+ http://pear.php.net/dtd/package-2.0.xsd";}s:7:"channel";s:24:"pear.symfony-project.com";s:7:"summary";s:7:"symfony";s:11:"description";s:7:"symfony";s:4:"lead";a:4:{s:4:"name";s:16:"Fabien Potencier";s:4:"user";s:6:"fabpot";s:5:"email";s:36:"fabien.potencier@symfony-project.com";s:6:"active";s:3:"yes";}s:4:"date";s:10:"2012-12-01";s:7:"version";a:2:{s:7:"release";s:6:"1.4.21";s:3:"api";s:5:"1.4.0";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:7:"license";s:11:"MIT License";s:5:"notes";s:1:"-";s:8:"contents";a:1:{s:3:"dir";a:1:{s:7:"attribs";a:1:{s:4:"name";s:1:"/";}}}s:12:"dependencies";a:1:{s:8:"required";a:2:{s:3:"php";a:1:{s:3:"min";s:5:"5.2.4";}s:13:"pearinstaller";a:1:{s:3:"min";s:5:"1.4.3";}}}s:10:"phprelease";a:0:{}s:8:"filelist";a:0:{}s:3:"old";a:7:{s:7:"version";s:6:"1.4.21";s:12:"release_date";s:10:"2012-12-01";s:13:"release_state";s:4:"beta";s:15:"release_license";s:11:"MIT License";s:13:"release_notes";s:1:"-";s:12:"release_deps";a:2:{i:0;a:4:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:5:"5.2.4";s:8:"optional";s:2:"no";}i:1;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:4:"PEAR";s:3:"rel";s:2:"ge";s:7:"version";s:5:"1.4.3";s:8:"optional";s:2:"no";}}s:11:"maintainers";a:1:{i:0;a:5:{s:4:"name";s:16:"Fabien Potencier";s:5:"email";s:36:"fabien.potencier@symfony-project.com";s:6:"active";s:3:"yes";s:6:"handle";s:6:"fabpot";s:4:"role";s:4:"lead";}}}s:10:"xsdversion";s:3:"2.0";s:13:"_lastmodified";i:1354379188;}
\ No newline at end of file
-a:22:{s:7:"attribs";a:6:{s:5:"xmlns";s:35:"http://pear.php.net/dtd/package-2.0";s:11:"xmlns:tasks";s:33:"http://pear.php.net/dtd/tasks-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:15:"packagerversion";s:5:"1.9.1";s:7:"version";s:3:"2.0";s:18:"xsi:schemaLocation";s:147:"http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd";}s:4:"name";s:21:"sfDoctrineGuardPlugin";s:7:"channel";s:27:"plugins.symfony-project.org";s:7:"summary";s:27:"Identity management plugin.";s:11:"description";s:27:"Identity management plugin.";s:4:"lead";a:4:{s:4:"name";s:16:"Jonathan H. Wage";s:4:"user";s:5:"jwage";s:5:"email";s:17:"jonwage@gmail.com";s:6:"active";s:3:"yes";}s:4:"date";s:10:"2010-07-19";s:4:"time";s:8:"14:53:29";s:7:"version";a:2:{s:7:"release";s:5:"5.0.0";s:3:"api";s:5:"5.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:38:"http://www.symfony-project.org/license";}s:8:"_content";s:11:"MIT license";}s:5:"notes";s:1:"-";s:8:"contents";a:1:{s:3:"dir";a:2:{s:7:"attribs";a:1:{s:4:"name";s:1:"/";}s:4:"file";a:86:{i:0;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"1e1e863cec0da68993bc532663c5638e";s:4:"name";s:26:"config/doctrine/schema.yml";s:4:"role";s:4:"data";}}i:1;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"81d92afa528553c3f38da3c60b9bf357";s:4:"name";s:51:"config/sfDoctrineGuardPluginConfiguration.class.php";s:4:"role";s:4:"data";}}i:2;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"d7bd75578a3f8ffb521796fadbc1ebb8";s:4:"name";s:33:"data/fixtures/fixtures.yml.sample";s:4:"role";s:4:"data";}}i:3;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:4:"name";s:14:"data/tasks/.sf";s:4:"role";s:4:"data";}}i:4;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"eae9165784c04bcdae72d5e74dd6b9b1";s:4:"name";s:20:"i18n/sf_guard.es.xml";s:4:"role";s:4:"data";}}i:5;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"39c685dbd7d1a9864d48db4245a69ddb";s:4:"name";s:20:"i18n/sf_guard.fr.xml";s:4:"role";s:4:"data";}}i:6;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"101f9bbcbaa267eafa15f02c4d50fc54";s:4:"name";s:58:"lib/filter/doctrine/PluginsfGuardGroupFormFilter.class.php";s:4:"role";s:4:"data";}}i:7;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"9810be787898c8f9e23420641eb1d91c";s:4:"name";s:63:"lib/filter/doctrine/PluginsfGuardPermissionFormFilter.class.php";s:4:"role";s:4:"data";}}i:8;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"43d9ab4ae113cb4b5b6737b5a2aae763";s:4:"name";s:57:"lib/filter/doctrine/PluginsfGuardUserFormFilter.class.php";s:4:"role";s:4:"data";}}i:9;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"3a10adde943bfeb3eb5bcb1cc145fe70";s:4:"name";s:60:"lib/form/base/BasesfGuardRequestForgotPasswordForm.class.php";s:4:"role";s:4:"data";}}i:10;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"e71a83f6ed37981097cc00401734b925";s:4:"name";s:66:"lib/form/doctrine/base/BasesfGuardChangeUserPasswordForm.class.php";s:4:"role";s:4:"data";}}i:11;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"d205d84240f6b2fc31378f1793f04298";s:4:"name";s:54:"lib/form/doctrine/base/BasesfGuardFormSignin.class.php";s:4:"role";s:4:"data";}}i:12;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"8b8f5788a0fbb0b457cfa326d0235ddf";s:4:"name";s:56:"lib/form/doctrine/base/BasesfGuardRegisterForm.class.php";s:4:"role";s:4:"data";}}i:13;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"a4f9bdda83e04edc0073a66491ab1ef8";s:4:"name";s:57:"lib/form/doctrine/base/BasesfGuardUserAdminForm.class.php";s:4:"role";s:4:"data";}}i:14;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"f83df81535416afbf4092de3a51fd4e9";s:4:"name";s:50:"lib/form/doctrine/PluginsfGuardGroupForm.class.php";s:4:"role";s:4:"data";}}i:15;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"b60af08f9d91c3b6199e9d09a0e084fc";s:4:"name";s:55:"lib/form/doctrine/PluginsfGuardPermissionForm.class.php";s:4:"role";s:4:"data";}}i:16;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"dec6cbe98b4758b5ba47e10136fc106f";s:4:"name";s:49:"lib/form/doctrine/PluginsfGuardUserForm.class.php";s:4:"role";s:4:"data";}}i:17;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"892f1fd6588784d3c38c135c4bd30116";s:4:"name";s:57:"lib/form/doctrine/sfGuardChangeUserPasswordForm.class.php";s:4:"role";s:4:"data";}}i:18;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"a1a2c0b155669573e6aed7ca6f6098dc";s:4:"name";s:45:"lib/form/doctrine/sfGuardFormSignin.class.php";s:4:"role";s:4:"data";}}i:19;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"43ebfe02b221f2759cc5ea7d416d4b8a";s:4:"name";s:47:"lib/form/doctrine/sfGuardRegisterForm.class.php";s:4:"role";s:4:"data";}}i:20;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"49e97a5348709571e3940f7ed36905fa";s:4:"name";s:48:"lib/form/doctrine/sfGuardUserAdminForm.class.php";s:4:"role";s:4:"data";}}i:21;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"3171d97a9ab8df439c35a235f67fca91";s:4:"name";s:51:"lib/form/sfGuardRequestForgotPasswordForm.class.php";s:4:"role";s:4:"data";}}i:22;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"3a724db11f5a98e1de7f40452d2284d4";s:4:"name";s:56:"lib/model/doctrine/PluginsfGuardForgotPassword.class.php";s:4:"role";s:4:"data";}}i:23;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"37a5a5fb5e51a0b7455e70d9dc73466f";s:4:"name";s:61:"lib/model/doctrine/PluginsfGuardForgotPasswordTable.class.php";s:4:"role";s:4:"data";}}i:24;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"64b14ecc66b82c50e60dbb9ff6866ea6";s:4:"name";s:47:"lib/model/doctrine/PluginsfGuardGroup.class.php";s:4:"role";s:4:"data";}}i:25;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"58656139612d55d1a9e9f01bcc210a93";s:4:"name";s:57:"lib/model/doctrine/PluginsfGuardGroupPermission.class.php";s:4:"role";s:4:"data";}}i:26;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"b067424d471a792d14a0736ad9b69267";s:4:"name";s:62:"lib/model/doctrine/PluginsfGuardGroupPermissionTable.class.php";s:4:"role";s:4:"data";}}i:27;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"faaf250974d45ae0a6746dd8fe39b41a";s:4:"name";s:52:"lib/model/doctrine/PluginsfGuardGroupTable.class.php";s:4:"role";s:4:"data";}}i:28;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"03227aa1ccc859bfac39282075c82b50";s:4:"name";s:52:"lib/model/doctrine/PluginsfGuardPermission.class.php";s:4:"role";s:4:"data";}}i:29;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"4aadf5fe3aac9833c152bc9e96b0d339";s:4:"name";s:57:"lib/model/doctrine/PluginsfGuardPermissionTable.class.php";s:4:"role";s:4:"data";}}i:30;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"640fc203c8776a8da9cc4649c6334e9e";s:4:"name";s:53:"lib/model/doctrine/PluginsfGuardRememberKey.class.php";s:4:"role";s:4:"data";}}i:31;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"08f4cfa0b834e4400b58a9bd87d7ef7a";s:4:"name";s:58:"lib/model/doctrine/PluginsfGuardRememberKeyTable.class.php";s:4:"role";s:4:"data";}}i:32;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"ba9d93d7149b1bdc2890a56a16f60293";s:4:"name";s:46:"lib/model/doctrine/PluginsfGuardUser.class.php";s:4:"role";s:4:"data";}}i:33;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"eb43e1094c9a78533d74023ecdc8bae8";s:4:"name";s:51:"lib/model/doctrine/PluginsfGuardUserGroup.class.php";s:4:"role";s:4:"data";}}i:34;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"3862105ec9ad46883643ce14c04f5975";s:4:"name";s:56:"lib/model/doctrine/PluginsfGuardUserGroupTable.class.php";s:4:"role";s:4:"data";}}i:35;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"66c6ef042084bc15a55b7c3dd4c9cded";s:4:"name";s:56:"lib/model/doctrine/PluginsfGuardUserPermission.class.php";s:4:"role";s:4:"data";}}i:36;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"05c72e44d7c24d8c727d0ffd1efa399c";s:4:"name";s:61:"lib/model/doctrine/PluginsfGuardUserPermissionTable.class.php";s:4:"role";s:4:"data";}}i:37;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"636dce921ed61e82275b4ab5f6480d82";s:4:"name";s:51:"lib/model/doctrine/PluginsfGuardUserTable.class.php";s:4:"role";s:4:"data";}}i:38;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"ec3b271c89d97aea3c884e01ce67da00";s:4:"name";s:36:"lib/routing/sfGuardRouting.class.php";s:4:"role";s:4:"data";}}i:39;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"8ac0f14217d6ea19583b70cc11345684";s:4:"name";s:38:"lib/task/sfGuardAddGroupTask.class.php";s:4:"role";s:4:"data";}}i:40;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"fce4cf0c40ca65cdddd628383833b4ff";s:4:"name";s:43:"lib/task/sfGuardAddPermissionTask.class.php";s:4:"role";s:4:"data";}}i:41;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"b84848068c92c6be432da37a9829abd7";s:4:"name";s:44:"lib/task/sfGuardChangePasswordTask.class.php";s:4:"role";s:4:"data";}}i:42;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"839473d3f405c32a6b62e0fef0878074";s:4:"name";s:40:"lib/task/sfGuardCreateUserTask.class.php";s:4:"role";s:4:"data";}}i:43;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"7370ac4b0754437f31be4cd795648fc4";s:4:"name";s:47:"lib/task/sfGuardPromoteSuperAdminTask.class.php";s:4:"role";s:4:"data";}}i:44;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"41af2bfc8019a765beebe6e71f917dcb";s:4:"name";s:38:"lib/user/sfGuardSecurityUser.class.php";s:4:"role";s:4:"data";}}i:45;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"53af4ec674e47854c1de2f79ed2af69b";s:4:"name";s:44:"lib/validator/sfGuardValidatorUser.class.php";s:4:"role";s:4:"data";}}i:46;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"02cfcd5083855bbfc0e3357d09b4df35";s:4:"name";s:40:"lib/sfGuardBasicSecurityFilter.class.php";s:4:"role";s:4:"data";}}i:47;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"0f1fb0b0a0b014e5f96ff5f3a2ac2412";s:4:"name";s:37:"lib/sfGuardRememberMeFilter.class.php";s:4:"role";s:4:"data";}}i:48;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"6767d8ae5de76c251ea19a6110b7de65";s:4:"name";s:45:"modules/sfGuardAuth/actions/actions.class.php";s:4:"role";s:4:"data";}}i:49;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"3fea9086bb4248adb377d3db342e3a35";s:4:"name";s:48:"modules/sfGuardAuth/actions/components.class.php";s:4:"role";s:4:"data";}}i:50;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"8c0ab1149735a8d00496a8b27893851e";s:4:"name";s:39:"modules/sfGuardAuth/config/security.yml";s:4:"role";s:4:"data";}}i:51;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"1c70f73287dc11ef189d18bd60387c6a";s:4:"name";s:56:"modules/sfGuardAuth/lib/BasesfGuardAuthActions.class.php";s:4:"role";s:4:"data";}}i:52;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"ca739f7e6ed78a85a714882b629b8406";s:4:"name";s:59:"modules/sfGuardAuth/lib/BasesfGuardAuthComponents.class.php";s:4:"role";s:4:"data";}}i:53;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"9323784112a0804b77871919d52bc0e4";s:4:"name";s:46:"modules/sfGuardAuth/templates/_signin_form.php";s:4:"role";s:4:"data";}}i:54;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"ec51f687facf22fa872a3931dd48a072";s:4:"name";s:47:"modules/sfGuardAuth/templates/secureSuccess.php";s:4:"role";s:4:"data";}}i:55;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"1b48abe9af3ec3baab033cd923287117";s:4:"name";s:47:"modules/sfGuardAuth/templates/signinSuccess.php";s:4:"role";s:4:"data";}}i:56;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"1f9d2555aa9a351e07af5164274a3749";s:4:"name";s:55:"modules/sfGuardForgotPassword/actions/actions.class.php";s:4:"role";s:4:"data";}}i:57;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"7efd7c997bb9f5479a9f2cfa9580bc90";s:4:"name";s:76:"modules/sfGuardForgotPassword/lib/BasesfGuardForgotPasswordActions.class.php";s:4:"role";s:4:"data";}}i:58;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"78132fe1bc18ae6099eb8e085f77ce9d";s:4:"name";s:57:"modules/sfGuardForgotPassword/templates/_new_password.php";s:4:"role";s:4:"data";}}i:59;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"b8b9ad164a9543fca4d40c3d83fbdf7a";s:4:"name";s:57:"modules/sfGuardForgotPassword/templates/_send_request.php";s:4:"role";s:4:"data";}}i:60;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"47b9a63ebceb052a694c880065d01a01";s:4:"name";s:57:"modules/sfGuardForgotPassword/templates/changeSuccess.php";s:4:"role";s:4:"data";}}i:61;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"2a2f9de843e803352d47916f0eba8fc8";s:4:"name";s:56:"modules/sfGuardForgotPassword/templates/indexSuccess.php";s:4:"role";s:4:"data";}}i:62;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"b171f3f79de6c421a0460d99f3c9b0db";s:4:"name";s:46:"modules/sfGuardGroup/actions/actions.class.php";s:4:"role";s:4:"data";}}i:63;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"6725392b1a39a49ad783babb103cae29";s:4:"name";s:41:"modules/sfGuardGroup/config/generator.yml";s:4:"role";s:4:"data";}}i:64;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"1767c775e59535c1a5de12861bc01c93";s:4:"name";s:69:"modules/sfGuardGroup/lib/sfGuardGroupGeneratorConfiguration.class.php";s:4:"role";s:4:"data";}}i:65;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"aabb03e32b750c57556a7765aafcb19f";s:4:"name";s:62:"modules/sfGuardGroup/lib/sfGuardGroupGeneratorHelper.class.php";s:4:"role";s:4:"data";}}i:66;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"c71c3e53cc2fc4082fdca8a81273041b";s:4:"name";s:51:"modules/sfGuardPermission/actions/actions.class.php";s:4:"role";s:4:"data";}}i:67;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"a650e8d6740b413d12be93e22c2133a2";s:4:"name";s:46:"modules/sfGuardPermission/config/generator.yml";s:4:"role";s:4:"data";}}i:68;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"35467b10c2d18e589d0a4fd88f53ddbd";s:4:"name";s:79:"modules/sfGuardPermission/lib/sfGuardPermissionGeneratorConfiguration.class.php";s:4:"role";s:4:"data";}}i:69;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"a1e2b8e7b9cddf9346910e47127a5ca3";s:4:"name";s:72:"modules/sfGuardPermission/lib/sfGuardPermissionGeneratorHelper.class.php";s:4:"role";s:4:"data";}}i:70;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"b2240cfa2a2c794f3c352a98c1f3e7b5";s:4:"name";s:49:"modules/sfGuardRegister/actions/actions.class.php";s:4:"role";s:4:"data";}}i:71;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"ef7ec011cad17d5418a137a7632197b1";s:4:"name";s:52:"modules/sfGuardRegister/actions/components.class.php";s:4:"role";s:4:"data";}}i:72;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"c7d11752dba2b4ab27d05b581e09f3a8";s:4:"name";s:64:"modules/sfGuardRegister/lib/BasesfGuardRegisterActions.class.php";s:4:"role";s:4:"data";}}i:73;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"f07711eda43f903d3e479a262365ade9";s:4:"name";s:67:"modules/sfGuardRegister/lib/BasesfGuardRegisterComponents.class.php";s:4:"role";s:4:"data";}}i:74;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"5877dd853d8dabf7cad587d485968c92";s:4:"name";s:43:"modules/sfGuardRegister/templates/_form.php";s:4:"role";s:4:"data";}}i:75;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"26836a9ade3a612e31ef90c876ea9282";s:4:"name";s:50:"modules/sfGuardRegister/templates/indexSuccess.php";s:4:"role";s:4:"data";}}i:76;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"579a6d952cc2d1fb0886fdc2c47dd68d";s:4:"name";s:45:"modules/sfGuardUser/actions/actions.class.php";s:4:"role";s:4:"data";}}i:77;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"a554c347acd82ff1eafab89f1cd550af";s:4:"name";s:40:"modules/sfGuardUser/config/generator.yml";s:4:"role";s:4:"data";}}i:78;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"86714dc18572a73f6c4b5e79a2af75a2";s:4:"name";s:56:"modules/sfGuardUser/lib/BasesfGuardUserActions.class.php";s:4:"role";s:4:"data";}}i:79;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"368e0a7898e83020de2d13abc64dea6f";s:4:"name";s:67:"modules/sfGuardUser/lib/sfGuardUserGeneratorConfiguration.class.php";s:4:"role";s:4:"data";}}i:80;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"8def28367455d5fb9f606c2e22b7330f";s:4:"name";s:60:"modules/sfGuardUser/lib/sfGuardUserGeneratorHelper.class.php";s:4:"role";s:4:"data";}}i:81;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"194577a7e20bdcc7afbb718f502c134c";s:4:"name";s:9:".DS_Store";s:4:"role";s:4:"data";}}i:82;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"c0ab88a4687e9ff8e0fb6c95ca49ed74";s:4:"name";s:7:"LICENSE";s:4:"role";s:4:"data";}}i:83;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"e832ad7df536e4e23e58f9bb82fc624b";s:4:"name";s:6:"README";s:4:"role";s:4:"data";}}i:84;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"1ca890f6e4a90684c1e501d6913ac779";s:4:"name";s:31:"sfDoctrineGuardPlugin-5.0.0.tgz";s:4:"role";s:4:"data";}}i:85;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"c0879261b3ffe363f27a5d1a6bb5ffcd";s:4:"name";s:7:"VERSION";s:4:"role";s:4:"data";}}}}}s:12:"dependencies";a:1:{s:8:"required";a:2:{s:3:"php";a:1:{s:3:"min";s:5:"5.0.0";}s:13:"pearinstaller";a:1:{s:3:"min";s:5:"1.4.1";}}}s:10:"phprelease";s:0:"";s:9:"changelog";a:1:{s:7:"release";a:5:{s:7:"version";a:2:{s:7:"release";s:5:"5.0.0";s:3:"api";s:5:"5.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{i:0;a:2:{s:7:"attribs";a:1:{s:3:"uri";s:38:"http://www.symfony-project.com/license";}s:8:"_content";s:11:"MIT license";}i:1;s:3:"MIT";}s:4:"date";s:10:"2010-07-19";s:5:"notes";s:45:"* jwage: packaged sfDoctrineGuardPlugin 5.0.0";}}s:8:"filelist";a:86:{s:26:"config/doctrine/schema.yml";a:4:{s:6:"md5sum";s:32:"1e1e863cec0da68993bc532663c5638e";s:4:"name";s:26:"config/doctrine/schema.yml";s:4:"role";s:4:"data";s:12:"installed_as";s:86:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/config/doctrine/schema.yml";}s:51:"config/sfDoctrineGuardPluginConfiguration.class.php";a:4:{s:6:"md5sum";s:32:"81d92afa528553c3f38da3c60b9bf357";s:4:"name";s:51:"config/sfDoctrineGuardPluginConfiguration.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:111:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/config/sfDoctrineGuardPluginConfiguration.class.php";}s:33:"data/fixtures/fixtures.yml.sample";a:4:{s:6:"md5sum";s:32:"d7bd75578a3f8ffb521796fadbc1ebb8";s:4:"name";s:33:"data/fixtures/fixtures.yml.sample";s:4:"role";s:4:"data";s:12:"installed_as";s:93:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/data/fixtures/fixtures.yml.sample";}s:14:"data/tasks/.sf";a:4:{s:6:"md5sum";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:4:"name";s:14:"data/tasks/.sf";s:4:"role";s:4:"data";s:12:"installed_as";s:74:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/data/tasks/.sf";}s:20:"i18n/sf_guard.es.xml";a:4:{s:6:"md5sum";s:32:"eae9165784c04bcdae72d5e74dd6b9b1";s:4:"name";s:20:"i18n/sf_guard.es.xml";s:4:"role";s:4:"data";s:12:"installed_as";s:80:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/i18n/sf_guard.es.xml";}s:20:"i18n/sf_guard.fr.xml";a:4:{s:6:"md5sum";s:32:"39c685dbd7d1a9864d48db4245a69ddb";s:4:"name";s:20:"i18n/sf_guard.fr.xml";s:4:"role";s:4:"data";s:12:"installed_as";s:80:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/i18n/sf_guard.fr.xml";}s:58:"lib/filter/doctrine/PluginsfGuardGroupFormFilter.class.php";a:4:{s:6:"md5sum";s:32:"101f9bbcbaa267eafa15f02c4d50fc54";s:4:"name";s:58:"lib/filter/doctrine/PluginsfGuardGroupFormFilter.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:118:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/filter/doctrine/PluginsfGuardGroupFormFilter.class.php";}s:63:"lib/filter/doctrine/PluginsfGuardPermissionFormFilter.class.php";a:4:{s:6:"md5sum";s:32:"9810be787898c8f9e23420641eb1d91c";s:4:"name";s:63:"lib/filter/doctrine/PluginsfGuardPermissionFormFilter.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:123:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/filter/doctrine/PluginsfGuardPermissionFormFilter.class.php";}s:57:"lib/filter/doctrine/PluginsfGuardUserFormFilter.class.php";a:4:{s:6:"md5sum";s:32:"43d9ab4ae113cb4b5b6737b5a2aae763";s:4:"name";s:57:"lib/filter/doctrine/PluginsfGuardUserFormFilter.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:117:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/filter/doctrine/PluginsfGuardUserFormFilter.class.php";}s:60:"lib/form/base/BasesfGuardRequestForgotPasswordForm.class.php";a:4:{s:6:"md5sum";s:32:"3a10adde943bfeb3eb5bcb1cc145fe70";s:4:"name";s:60:"lib/form/base/BasesfGuardRequestForgotPasswordForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:120:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/form/base/BasesfGuardRequestForgotPasswordForm.class.php";}s:66:"lib/form/doctrine/base/BasesfGuardChangeUserPasswordForm.class.php";a:4:{s:6:"md5sum";s:32:"e71a83f6ed37981097cc00401734b925";s:4:"name";s:66:"lib/form/doctrine/base/BasesfGuardChangeUserPasswordForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:126:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/base/BasesfGuardChangeUserPasswordForm.class.php";}s:54:"lib/form/doctrine/base/BasesfGuardFormSignin.class.php";a:4:{s:6:"md5sum";s:32:"d205d84240f6b2fc31378f1793f04298";s:4:"name";s:54:"lib/form/doctrine/base/BasesfGuardFormSignin.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:114:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/base/BasesfGuardFormSignin.class.php";}s:56:"lib/form/doctrine/base/BasesfGuardRegisterForm.class.php";a:4:{s:6:"md5sum";s:32:"8b8f5788a0fbb0b457cfa326d0235ddf";s:4:"name";s:56:"lib/form/doctrine/base/BasesfGuardRegisterForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:116:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/base/BasesfGuardRegisterForm.class.php";}s:57:"lib/form/doctrine/base/BasesfGuardUserAdminForm.class.php";a:4:{s:6:"md5sum";s:32:"a4f9bdda83e04edc0073a66491ab1ef8";s:4:"name";s:57:"lib/form/doctrine/base/BasesfGuardUserAdminForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:117:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/base/BasesfGuardUserAdminForm.class.php";}s:50:"lib/form/doctrine/PluginsfGuardGroupForm.class.php";a:4:{s:6:"md5sum";s:32:"f83df81535416afbf4092de3a51fd4e9";s:4:"name";s:50:"lib/form/doctrine/PluginsfGuardGroupForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:110:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/PluginsfGuardGroupForm.class.php";}s:55:"lib/form/doctrine/PluginsfGuardPermissionForm.class.php";a:4:{s:6:"md5sum";s:32:"b60af08f9d91c3b6199e9d09a0e084fc";s:4:"name";s:55:"lib/form/doctrine/PluginsfGuardPermissionForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:115:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/PluginsfGuardPermissionForm.class.php";}s:49:"lib/form/doctrine/PluginsfGuardUserForm.class.php";a:4:{s:6:"md5sum";s:32:"dec6cbe98b4758b5ba47e10136fc106f";s:4:"name";s:49:"lib/form/doctrine/PluginsfGuardUserForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:109:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/PluginsfGuardUserForm.class.php";}s:57:"lib/form/doctrine/sfGuardChangeUserPasswordForm.class.php";a:4:{s:6:"md5sum";s:32:"892f1fd6588784d3c38c135c4bd30116";s:4:"name";s:57:"lib/form/doctrine/sfGuardChangeUserPasswordForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:117:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/sfGuardChangeUserPasswordForm.class.php";}s:45:"lib/form/doctrine/sfGuardFormSignin.class.php";a:4:{s:6:"md5sum";s:32:"a1a2c0b155669573e6aed7ca6f6098dc";s:4:"name";s:45:"lib/form/doctrine/sfGuardFormSignin.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:105:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/sfGuardFormSignin.class.php";}s:47:"lib/form/doctrine/sfGuardRegisterForm.class.php";a:4:{s:6:"md5sum";s:32:"43ebfe02b221f2759cc5ea7d416d4b8a";s:4:"name";s:47:"lib/form/doctrine/sfGuardRegisterForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:107:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/sfGuardRegisterForm.class.php";}s:48:"lib/form/doctrine/sfGuardUserAdminForm.class.php";a:4:{s:6:"md5sum";s:32:"49e97a5348709571e3940f7ed36905fa";s:4:"name";s:48:"lib/form/doctrine/sfGuardUserAdminForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:108:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/sfGuardUserAdminForm.class.php";}s:51:"lib/form/sfGuardRequestForgotPasswordForm.class.php";a:4:{s:6:"md5sum";s:32:"3171d97a9ab8df439c35a235f67fca91";s:4:"name";s:51:"lib/form/sfGuardRequestForgotPasswordForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:111:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/form/sfGuardRequestForgotPasswordForm.class.php";}s:56:"lib/model/doctrine/PluginsfGuardForgotPassword.class.php";a:4:{s:6:"md5sum";s:32:"3a724db11f5a98e1de7f40452d2284d4";s:4:"name";s:56:"lib/model/doctrine/PluginsfGuardForgotPassword.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:116:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardForgotPassword.class.php";}s:61:"lib/model/doctrine/PluginsfGuardForgotPasswordTable.class.php";a:4:{s:6:"md5sum";s:32:"37a5a5fb5e51a0b7455e70d9dc73466f";s:4:"name";s:61:"lib/model/doctrine/PluginsfGuardForgotPasswordTable.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:121:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardForgotPasswordTable.class.php";}s:47:"lib/model/doctrine/PluginsfGuardGroup.class.php";a:4:{s:6:"md5sum";s:32:"64b14ecc66b82c50e60dbb9ff6866ea6";s:4:"name";s:47:"lib/model/doctrine/PluginsfGuardGroup.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:107:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardGroup.class.php";}s:57:"lib/model/doctrine/PluginsfGuardGroupPermission.class.php";a:4:{s:6:"md5sum";s:32:"58656139612d55d1a9e9f01bcc210a93";s:4:"name";s:57:"lib/model/doctrine/PluginsfGuardGroupPermission.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:117:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardGroupPermission.class.php";}s:62:"lib/model/doctrine/PluginsfGuardGroupPermissionTable.class.php";a:4:{s:6:"md5sum";s:32:"b067424d471a792d14a0736ad9b69267";s:4:"name";s:62:"lib/model/doctrine/PluginsfGuardGroupPermissionTable.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:122:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardGroupPermissionTable.class.php";}s:52:"lib/model/doctrine/PluginsfGuardGroupTable.class.php";a:4:{s:6:"md5sum";s:32:"faaf250974d45ae0a6746dd8fe39b41a";s:4:"name";s:52:"lib/model/doctrine/PluginsfGuardGroupTable.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:112:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardGroupTable.class.php";}s:52:"lib/model/doctrine/PluginsfGuardPermission.class.php";a:4:{s:6:"md5sum";s:32:"03227aa1ccc859bfac39282075c82b50";s:4:"name";s:52:"lib/model/doctrine/PluginsfGuardPermission.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:112:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardPermission.class.php";}s:57:"lib/model/doctrine/PluginsfGuardPermissionTable.class.php";a:4:{s:6:"md5sum";s:32:"4aadf5fe3aac9833c152bc9e96b0d339";s:4:"name";s:57:"lib/model/doctrine/PluginsfGuardPermissionTable.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:117:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardPermissionTable.class.php";}s:53:"lib/model/doctrine/PluginsfGuardRememberKey.class.php";a:4:{s:6:"md5sum";s:32:"640fc203c8776a8da9cc4649c6334e9e";s:4:"name";s:53:"lib/model/doctrine/PluginsfGuardRememberKey.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:113:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardRememberKey.class.php";}s:58:"lib/model/doctrine/PluginsfGuardRememberKeyTable.class.php";a:4:{s:6:"md5sum";s:32:"08f4cfa0b834e4400b58a9bd87d7ef7a";s:4:"name";s:58:"lib/model/doctrine/PluginsfGuardRememberKeyTable.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:118:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardRememberKeyTable.class.php";}s:46:"lib/model/doctrine/PluginsfGuardUser.class.php";a:4:{s:6:"md5sum";s:32:"ba9d93d7149b1bdc2890a56a16f60293";s:4:"name";s:46:"lib/model/doctrine/PluginsfGuardUser.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:106:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardUser.class.php";}s:51:"lib/model/doctrine/PluginsfGuardUserGroup.class.php";a:4:{s:6:"md5sum";s:32:"eb43e1094c9a78533d74023ecdc8bae8";s:4:"name";s:51:"lib/model/doctrine/PluginsfGuardUserGroup.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:111:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardUserGroup.class.php";}s:56:"lib/model/doctrine/PluginsfGuardUserGroupTable.class.php";a:4:{s:6:"md5sum";s:32:"3862105ec9ad46883643ce14c04f5975";s:4:"name";s:56:"lib/model/doctrine/PluginsfGuardUserGroupTable.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:116:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardUserGroupTable.class.php";}s:56:"lib/model/doctrine/PluginsfGuardUserPermission.class.php";a:4:{s:6:"md5sum";s:32:"66c6ef042084bc15a55b7c3dd4c9cded";s:4:"name";s:56:"lib/model/doctrine/PluginsfGuardUserPermission.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:116:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardUserPermission.class.php";}s:61:"lib/model/doctrine/PluginsfGuardUserPermissionTable.class.php";a:4:{s:6:"md5sum";s:32:"05c72e44d7c24d8c727d0ffd1efa399c";s:4:"name";s:61:"lib/model/doctrine/PluginsfGuardUserPermissionTable.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:121:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardUserPermissionTable.class.php";}s:51:"lib/model/doctrine/PluginsfGuardUserTable.class.php";a:4:{s:6:"md5sum";s:32:"636dce921ed61e82275b4ab5f6480d82";s:4:"name";s:51:"lib/model/doctrine/PluginsfGuardUserTable.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:111:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardUserTable.class.php";}s:36:"lib/routing/sfGuardRouting.class.php";a:4:{s:6:"md5sum";s:32:"ec3b271c89d97aea3c884e01ce67da00";s:4:"name";s:36:"lib/routing/sfGuardRouting.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:96:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/routing/sfGuardRouting.class.php";}s:38:"lib/task/sfGuardAddGroupTask.class.php";a:4:{s:6:"md5sum";s:32:"8ac0f14217d6ea19583b70cc11345684";s:4:"name";s:38:"lib/task/sfGuardAddGroupTask.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:98:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/task/sfGuardAddGroupTask.class.php";}s:43:"lib/task/sfGuardAddPermissionTask.class.php";a:4:{s:6:"md5sum";s:32:"fce4cf0c40ca65cdddd628383833b4ff";s:4:"name";s:43:"lib/task/sfGuardAddPermissionTask.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:103:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/task/sfGuardAddPermissionTask.class.php";}s:44:"lib/task/sfGuardChangePasswordTask.class.php";a:4:{s:6:"md5sum";s:32:"b84848068c92c6be432da37a9829abd7";s:4:"name";s:44:"lib/task/sfGuardChangePasswordTask.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:104:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/task/sfGuardChangePasswordTask.class.php";}s:40:"lib/task/sfGuardCreateUserTask.class.php";a:4:{s:6:"md5sum";s:32:"839473d3f405c32a6b62e0fef0878074";s:4:"name";s:40:"lib/task/sfGuardCreateUserTask.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:100:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/task/sfGuardCreateUserTask.class.php";}s:47:"lib/task/sfGuardPromoteSuperAdminTask.class.php";a:4:{s:6:"md5sum";s:32:"7370ac4b0754437f31be4cd795648fc4";s:4:"name";s:47:"lib/task/sfGuardPromoteSuperAdminTask.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:107:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/task/sfGuardPromoteSuperAdminTask.class.php";}s:38:"lib/user/sfGuardSecurityUser.class.php";a:4:{s:6:"md5sum";s:32:"41af2bfc8019a765beebe6e71f917dcb";s:4:"name";s:38:"lib/user/sfGuardSecurityUser.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:98:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/user/sfGuardSecurityUser.class.php";}s:44:"lib/validator/sfGuardValidatorUser.class.php";a:4:{s:6:"md5sum";s:32:"53af4ec674e47854c1de2f79ed2af69b";s:4:"name";s:44:"lib/validator/sfGuardValidatorUser.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:104:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/validator/sfGuardValidatorUser.class.php";}s:40:"lib/sfGuardBasicSecurityFilter.class.php";a:4:{s:6:"md5sum";s:32:"02cfcd5083855bbfc0e3357d09b4df35";s:4:"name";s:40:"lib/sfGuardBasicSecurityFilter.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:100:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/sfGuardBasicSecurityFilter.class.php";}s:37:"lib/sfGuardRememberMeFilter.class.php";a:4:{s:6:"md5sum";s:32:"0f1fb0b0a0b014e5f96ff5f3a2ac2412";s:4:"name";s:37:"lib/sfGuardRememberMeFilter.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:97:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/sfGuardRememberMeFilter.class.php";}s:45:"modules/sfGuardAuth/actions/actions.class.php";a:4:{s:6:"md5sum";s:32:"6767d8ae5de76c251ea19a6110b7de65";s:4:"name";s:45:"modules/sfGuardAuth/actions/actions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:105:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/actions/actions.class.php";}s:48:"modules/sfGuardAuth/actions/components.class.php";a:4:{s:6:"md5sum";s:32:"3fea9086bb4248adb377d3db342e3a35";s:4:"name";s:48:"modules/sfGuardAuth/actions/components.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:108:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/actions/components.class.php";}s:39:"modules/sfGuardAuth/config/security.yml";a:4:{s:6:"md5sum";s:32:"8c0ab1149735a8d00496a8b27893851e";s:4:"name";s:39:"modules/sfGuardAuth/config/security.yml";s:4:"role";s:4:"data";s:12:"installed_as";s:99:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/config/security.yml";}s:56:"modules/sfGuardAuth/lib/BasesfGuardAuthActions.class.php";a:4:{s:6:"md5sum";s:32:"1c70f73287dc11ef189d18bd60387c6a";s:4:"name";s:56:"modules/sfGuardAuth/lib/BasesfGuardAuthActions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:116:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/lib/BasesfGuardAuthActions.class.php";}s:59:"modules/sfGuardAuth/lib/BasesfGuardAuthComponents.class.php";a:4:{s:6:"md5sum";s:32:"ca739f7e6ed78a85a714882b629b8406";s:4:"name";s:59:"modules/sfGuardAuth/lib/BasesfGuardAuthComponents.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:119:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/lib/BasesfGuardAuthComponents.class.php";}s:46:"modules/sfGuardAuth/templates/_signin_form.php";a:4:{s:6:"md5sum";s:32:"9323784112a0804b77871919d52bc0e4";s:4:"name";s:46:"modules/sfGuardAuth/templates/_signin_form.php";s:4:"role";s:4:"data";s:12:"installed_as";s:106:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/templates/_signin_form.php";}s:47:"modules/sfGuardAuth/templates/secureSuccess.php";a:4:{s:6:"md5sum";s:32:"ec51f687facf22fa872a3931dd48a072";s:4:"name";s:47:"modules/sfGuardAuth/templates/secureSuccess.php";s:4:"role";s:4:"data";s:12:"installed_as";s:107:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/templates/secureSuccess.php";}s:47:"modules/sfGuardAuth/templates/signinSuccess.php";a:4:{s:6:"md5sum";s:32:"1b48abe9af3ec3baab033cd923287117";s:4:"name";s:47:"modules/sfGuardAuth/templates/signinSuccess.php";s:4:"role";s:4:"data";s:12:"installed_as";s:107:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/templates/signinSuccess.php";}s:55:"modules/sfGuardForgotPassword/actions/actions.class.php";a:4:{s:6:"md5sum";s:32:"1f9d2555aa9a351e07af5164274a3749";s:4:"name";s:55:"modules/sfGuardForgotPassword/actions/actions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:115:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword/actions/actions.class.php";}s:76:"modules/sfGuardForgotPassword/lib/BasesfGuardForgotPasswordActions.class.php";a:4:{s:6:"md5sum";s:32:"7efd7c997bb9f5479a9f2cfa9580bc90";s:4:"name";s:76:"modules/sfGuardForgotPassword/lib/BasesfGuardForgotPasswordActions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:136:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword/lib/BasesfGuardForgotPasswordActions.class.php";}s:57:"modules/sfGuardForgotPassword/templates/_new_password.php";a:4:{s:6:"md5sum";s:32:"78132fe1bc18ae6099eb8e085f77ce9d";s:4:"name";s:57:"modules/sfGuardForgotPassword/templates/_new_password.php";s:4:"role";s:4:"data";s:12:"installed_as";s:117:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword/templates/_new_password.php";}s:57:"modules/sfGuardForgotPassword/templates/_send_request.php";a:4:{s:6:"md5sum";s:32:"b8b9ad164a9543fca4d40c3d83fbdf7a";s:4:"name";s:57:"modules/sfGuardForgotPassword/templates/_send_request.php";s:4:"role";s:4:"data";s:12:"installed_as";s:117:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword/templates/_send_request.php";}s:57:"modules/sfGuardForgotPassword/templates/changeSuccess.php";a:4:{s:6:"md5sum";s:32:"47b9a63ebceb052a694c880065d01a01";s:4:"name";s:57:"modules/sfGuardForgotPassword/templates/changeSuccess.php";s:4:"role";s:4:"data";s:12:"installed_as";s:117:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword/templates/changeSuccess.php";}s:56:"modules/sfGuardForgotPassword/templates/indexSuccess.php";a:4:{s:6:"md5sum";s:32:"2a2f9de843e803352d47916f0eba8fc8";s:4:"name";s:56:"modules/sfGuardForgotPassword/templates/indexSuccess.php";s:4:"role";s:4:"data";s:12:"installed_as";s:116:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword/templates/indexSuccess.php";}s:46:"modules/sfGuardGroup/actions/actions.class.php";a:4:{s:6:"md5sum";s:32:"b171f3f79de6c421a0460d99f3c9b0db";s:4:"name";s:46:"modules/sfGuardGroup/actions/actions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:106:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardGroup/actions/actions.class.php";}s:41:"modules/sfGuardGroup/config/generator.yml";a:4:{s:6:"md5sum";s:32:"6725392b1a39a49ad783babb103cae29";s:4:"name";s:41:"modules/sfGuardGroup/config/generator.yml";s:4:"role";s:4:"data";s:12:"installed_as";s:101:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardGroup/config/generator.yml";}s:69:"modules/sfGuardGroup/lib/sfGuardGroupGeneratorConfiguration.class.php";a:4:{s:6:"md5sum";s:32:"1767c775e59535c1a5de12861bc01c93";s:4:"name";s:69:"modules/sfGuardGroup/lib/sfGuardGroupGeneratorConfiguration.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:129:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardGroup/lib/sfGuardGroupGeneratorConfiguration.class.php";}s:62:"modules/sfGuardGroup/lib/sfGuardGroupGeneratorHelper.class.php";a:4:{s:6:"md5sum";s:32:"aabb03e32b750c57556a7765aafcb19f";s:4:"name";s:62:"modules/sfGuardGroup/lib/sfGuardGroupGeneratorHelper.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:122:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardGroup/lib/sfGuardGroupGeneratorHelper.class.php";}s:51:"modules/sfGuardPermission/actions/actions.class.php";a:4:{s:6:"md5sum";s:32:"c71c3e53cc2fc4082fdca8a81273041b";s:4:"name";s:51:"modules/sfGuardPermission/actions/actions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:111:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardPermission/actions/actions.class.php";}s:46:"modules/sfGuardPermission/config/generator.yml";a:4:{s:6:"md5sum";s:32:"a650e8d6740b413d12be93e22c2133a2";s:4:"name";s:46:"modules/sfGuardPermission/config/generator.yml";s:4:"role";s:4:"data";s:12:"installed_as";s:106:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardPermission/config/generator.yml";}s:79:"modules/sfGuardPermission/lib/sfGuardPermissionGeneratorConfiguration.class.php";a:4:{s:6:"md5sum";s:32:"35467b10c2d18e589d0a4fd88f53ddbd";s:4:"name";s:79:"modules/sfGuardPermission/lib/sfGuardPermissionGeneratorConfiguration.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:139:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardPermission/lib/sfGuardPermissionGeneratorConfiguration.class.php";}s:72:"modules/sfGuardPermission/lib/sfGuardPermissionGeneratorHelper.class.php";a:4:{s:6:"md5sum";s:32:"a1e2b8e7b9cddf9346910e47127a5ca3";s:4:"name";s:72:"modules/sfGuardPermission/lib/sfGuardPermissionGeneratorHelper.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:132:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardPermission/lib/sfGuardPermissionGeneratorHelper.class.php";}s:49:"modules/sfGuardRegister/actions/actions.class.php";a:4:{s:6:"md5sum";s:32:"b2240cfa2a2c794f3c352a98c1f3e7b5";s:4:"name";s:49:"modules/sfGuardRegister/actions/actions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:109:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister/actions/actions.class.php";}s:52:"modules/sfGuardRegister/actions/components.class.php";a:4:{s:6:"md5sum";s:32:"ef7ec011cad17d5418a137a7632197b1";s:4:"name";s:52:"modules/sfGuardRegister/actions/components.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:112:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister/actions/components.class.php";}s:64:"modules/sfGuardRegister/lib/BasesfGuardRegisterActions.class.php";a:4:{s:6:"md5sum";s:32:"c7d11752dba2b4ab27d05b581e09f3a8";s:4:"name";s:64:"modules/sfGuardRegister/lib/BasesfGuardRegisterActions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:124:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister/lib/BasesfGuardRegisterActions.class.php";}s:67:"modules/sfGuardRegister/lib/BasesfGuardRegisterComponents.class.php";a:4:{s:6:"md5sum";s:32:"f07711eda43f903d3e479a262365ade9";s:4:"name";s:67:"modules/sfGuardRegister/lib/BasesfGuardRegisterComponents.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:127:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister/lib/BasesfGuardRegisterComponents.class.php";}s:43:"modules/sfGuardRegister/templates/_form.php";a:4:{s:6:"md5sum";s:32:"5877dd853d8dabf7cad587d485968c92";s:4:"name";s:43:"modules/sfGuardRegister/templates/_form.php";s:4:"role";s:4:"data";s:12:"installed_as";s:103:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister/templates/_form.php";}s:50:"modules/sfGuardRegister/templates/indexSuccess.php";a:4:{s:6:"md5sum";s:32:"26836a9ade3a612e31ef90c876ea9282";s:4:"name";s:50:"modules/sfGuardRegister/templates/indexSuccess.php";s:4:"role";s:4:"data";s:12:"installed_as";s:110:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister/templates/indexSuccess.php";}s:45:"modules/sfGuardUser/actions/actions.class.php";a:4:{s:6:"md5sum";s:32:"579a6d952cc2d1fb0886fdc2c47dd68d";s:4:"name";s:45:"modules/sfGuardUser/actions/actions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:105:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardUser/actions/actions.class.php";}s:40:"modules/sfGuardUser/config/generator.yml";a:4:{s:6:"md5sum";s:32:"a554c347acd82ff1eafab89f1cd550af";s:4:"name";s:40:"modules/sfGuardUser/config/generator.yml";s:4:"role";s:4:"data";s:12:"installed_as";s:100:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardUser/config/generator.yml";}s:56:"modules/sfGuardUser/lib/BasesfGuardUserActions.class.php";a:4:{s:6:"md5sum";s:32:"86714dc18572a73f6c4b5e79a2af75a2";s:4:"name";s:56:"modules/sfGuardUser/lib/BasesfGuardUserActions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:116:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardUser/lib/BasesfGuardUserActions.class.php";}s:67:"modules/sfGuardUser/lib/sfGuardUserGeneratorConfiguration.class.php";a:4:{s:6:"md5sum";s:32:"368e0a7898e83020de2d13abc64dea6f";s:4:"name";s:67:"modules/sfGuardUser/lib/sfGuardUserGeneratorConfiguration.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:127:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardUser/lib/sfGuardUserGeneratorConfiguration.class.php";}s:60:"modules/sfGuardUser/lib/sfGuardUserGeneratorHelper.class.php";a:4:{s:6:"md5sum";s:32:"8def28367455d5fb9f606c2e22b7330f";s:4:"name";s:60:"modules/sfGuardUser/lib/sfGuardUserGeneratorHelper.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:120:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardUser/lib/sfGuardUserGeneratorHelper.class.php";}s:9:".DS_Store";a:4:{s:6:"md5sum";s:32:"194577a7e20bdcc7afbb718f502c134c";s:4:"name";s:9:".DS_Store";s:4:"role";s:4:"data";s:12:"installed_as";s:69:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/.DS_Store";}s:7:"LICENSE";a:4:{s:6:"md5sum";s:32:"c0ab88a4687e9ff8e0fb6c95ca49ed74";s:4:"name";s:7:"LICENSE";s:4:"role";s:4:"data";s:12:"installed_as";s:67:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/LICENSE";}s:6:"README";a:4:{s:6:"md5sum";s:32:"e832ad7df536e4e23e58f9bb82fc624b";s:4:"name";s:6:"README";s:4:"role";s:4:"data";s:12:"installed_as";s:66:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/README";}s:31:"sfDoctrineGuardPlugin-5.0.0.tgz";a:4:{s:6:"md5sum";s:32:"1ca890f6e4a90684c1e501d6913ac779";s:4:"name";s:31:"sfDoctrineGuardPlugin-5.0.0.tgz";s:4:"role";s:4:"data";s:12:"installed_as";s:91:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/sfDoctrineGuardPlugin-5.0.0.tgz";}s:7:"VERSION";a:4:{s:6:"md5sum";s:32:"c0879261b3ffe363f27a5d1a6bb5ffcd";s:4:"name";s:7:"VERSION";s:4:"role";s:4:"data";s:12:"installed_as";s:67:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/VERSION";}}s:12:"_lastversion";N;s:7:"dirtree";a:46:{s:75:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/config/doctrine";b:1;s:66:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/config";b:1;s:59:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin";b:1;s:73:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/data/fixtures";b:1;s:64:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/data";b:1;s:70:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/data/tasks";b:1;s:64:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/i18n";b:1;s:79:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/filter/doctrine";b:1;s:70:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/filter";b:1;s:63:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib";b:1;s:73:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/form/base";b:1;s:68:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/form";b:1;s:82:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/base";b:1;s:77:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/form/doctrine";b:1;s:78:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/model/doctrine";b:1;s:69:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/model";b:1;s:71:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/routing";b:1;s:68:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/task";b:1;s:68:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/user";b:1;s:73:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/lib/validator";b:1;s:87:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/actions";b:1;s:79:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth";b:1;s:67:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules";b:1;s:86:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/config";b:1;s:83:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/lib";b:1;s:89:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/templates";b:1;s:97:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword/actions";b:1;s:89:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword";b:1;s:93:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword/lib";b:1;s:99:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword/templates";b:1;s:88:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardGroup/actions";b:1;s:80:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardGroup";b:1;s:87:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardGroup/config";b:1;s:84:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardGroup/lib";b:1;s:93:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardPermission/actions";b:1;s:85:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardPermission";b:1;s:92:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardPermission/config";b:1;s:89:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardPermission/lib";b:1;s:91:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister/actions";b:1;s:83:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister";b:1;s:87:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister/lib";b:1;s:93:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister/templates";b:1;s:87:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardUser/actions";b:1;s:79:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardUser";b:1;s:86:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardUser/config";b:1;s:83:"/home/gustavo/symfonyreloaded/plugins/sfDoctrineGuardPlugin/modules/sfGuardUser/lib";b:1;}s:3:"old";a:7:{s:7:"version";s:5:"5.0.0";s:12:"release_date";s:10:"2010-07-19";s:13:"release_state";s:6:"stable";s:15:"release_license";s:11:"MIT license";s:13:"release_notes";s:1:"-";s:12:"release_deps";a:2:{i:0;a:4:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:5:"5.0.0";s:8:"optional";s:2:"no";}i:1;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:4:"PEAR";s:3:"rel";s:2:"ge";s:7:"version";s:5:"1.4.1";s:8:"optional";s:2:"no";}}s:11:"maintainers";a:1:{i:0;a:5:{s:4:"name";s:16:"Jonathan H. Wage";s:5:"email";s:17:"jonwage@gmail.com";s:6:"active";s:3:"yes";s:6:"handle";s:5:"jwage";s:4:"role";s:4:"lead";}}}s:10:"xsdversion";s:3:"2.0";s:13:"_lastmodified";i:1336675416;}
\ No newline at end of file
+a:22:{s:7:"attribs";a:6:{s:5:"xmlns";s:35:"http://pear.php.net/dtd/package-2.0";s:11:"xmlns:tasks";s:33:"http://pear.php.net/dtd/tasks-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:15:"packagerversion";s:5:"1.9.1";s:7:"version";s:3:"2.0";s:18:"xsi:schemaLocation";s:147:"http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd";}s:4:"name";s:21:"sfDoctrineGuardPlugin";s:7:"channel";s:27:"plugins.symfony-project.org";s:7:"summary";s:27:"Identity management plugin.";s:11:"description";s:27:"Identity management plugin.";s:4:"lead";a:4:{s:4:"name";s:16:"Jonathan H. Wage";s:4:"user";s:5:"jwage";s:5:"email";s:17:"jonwage@gmail.com";s:6:"active";s:3:"yes";}s:4:"date";s:10:"2010-07-19";s:4:"time";s:8:"14:53:29";s:7:"version";a:2:{s:7:"release";s:5:"5.0.0";s:3:"api";s:5:"5.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:38:"http://www.symfony-project.org/license";}s:8:"_content";s:11:"MIT license";}s:5:"notes";s:1:"-";s:8:"contents";a:1:{s:3:"dir";a:2:{s:7:"attribs";a:1:{s:4:"name";s:1:"/";}s:4:"file";a:86:{i:0;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"1e1e863cec0da68993bc532663c5638e";s:4:"name";s:26:"config/doctrine/schema.yml";s:4:"role";s:4:"data";}}i:1;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"81d92afa528553c3f38da3c60b9bf357";s:4:"name";s:51:"config/sfDoctrineGuardPluginConfiguration.class.php";s:4:"role";s:4:"data";}}i:2;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"d7bd75578a3f8ffb521796fadbc1ebb8";s:4:"name";s:33:"data/fixtures/fixtures.yml.sample";s:4:"role";s:4:"data";}}i:3;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:4:"name";s:14:"data/tasks/.sf";s:4:"role";s:4:"data";}}i:4;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"eae9165784c04bcdae72d5e74dd6b9b1";s:4:"name";s:20:"i18n/sf_guard.es.xml";s:4:"role";s:4:"data";}}i:5;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"39c685dbd7d1a9864d48db4245a69ddb";s:4:"name";s:20:"i18n/sf_guard.fr.xml";s:4:"role";s:4:"data";}}i:6;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"101f9bbcbaa267eafa15f02c4d50fc54";s:4:"name";s:58:"lib/filter/doctrine/PluginsfGuardGroupFormFilter.class.php";s:4:"role";s:4:"data";}}i:7;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"9810be787898c8f9e23420641eb1d91c";s:4:"name";s:63:"lib/filter/doctrine/PluginsfGuardPermissionFormFilter.class.php";s:4:"role";s:4:"data";}}i:8;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"43d9ab4ae113cb4b5b6737b5a2aae763";s:4:"name";s:57:"lib/filter/doctrine/PluginsfGuardUserFormFilter.class.php";s:4:"role";s:4:"data";}}i:9;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"3a10adde943bfeb3eb5bcb1cc145fe70";s:4:"name";s:60:"lib/form/base/BasesfGuardRequestForgotPasswordForm.class.php";s:4:"role";s:4:"data";}}i:10;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"e71a83f6ed37981097cc00401734b925";s:4:"name";s:66:"lib/form/doctrine/base/BasesfGuardChangeUserPasswordForm.class.php";s:4:"role";s:4:"data";}}i:11;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"d205d84240f6b2fc31378f1793f04298";s:4:"name";s:54:"lib/form/doctrine/base/BasesfGuardFormSignin.class.php";s:4:"role";s:4:"data";}}i:12;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"8b8f5788a0fbb0b457cfa326d0235ddf";s:4:"name";s:56:"lib/form/doctrine/base/BasesfGuardRegisterForm.class.php";s:4:"role";s:4:"data";}}i:13;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"a4f9bdda83e04edc0073a66491ab1ef8";s:4:"name";s:57:"lib/form/doctrine/base/BasesfGuardUserAdminForm.class.php";s:4:"role";s:4:"data";}}i:14;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"f83df81535416afbf4092de3a51fd4e9";s:4:"name";s:50:"lib/form/doctrine/PluginsfGuardGroupForm.class.php";s:4:"role";s:4:"data";}}i:15;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"b60af08f9d91c3b6199e9d09a0e084fc";s:4:"name";s:55:"lib/form/doctrine/PluginsfGuardPermissionForm.class.php";s:4:"role";s:4:"data";}}i:16;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"dec6cbe98b4758b5ba47e10136fc106f";s:4:"name";s:49:"lib/form/doctrine/PluginsfGuardUserForm.class.php";s:4:"role";s:4:"data";}}i:17;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"892f1fd6588784d3c38c135c4bd30116";s:4:"name";s:57:"lib/form/doctrine/sfGuardChangeUserPasswordForm.class.php";s:4:"role";s:4:"data";}}i:18;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"a1a2c0b155669573e6aed7ca6f6098dc";s:4:"name";s:45:"lib/form/doctrine/sfGuardFormSignin.class.php";s:4:"role";s:4:"data";}}i:19;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"43ebfe02b221f2759cc5ea7d416d4b8a";s:4:"name";s:47:"lib/form/doctrine/sfGuardRegisterForm.class.php";s:4:"role";s:4:"data";}}i:20;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"49e97a5348709571e3940f7ed36905fa";s:4:"name";s:48:"lib/form/doctrine/sfGuardUserAdminForm.class.php";s:4:"role";s:4:"data";}}i:21;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"3171d97a9ab8df439c35a235f67fca91";s:4:"name";s:51:"lib/form/sfGuardRequestForgotPasswordForm.class.php";s:4:"role";s:4:"data";}}i:22;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"3a724db11f5a98e1de7f40452d2284d4";s:4:"name";s:56:"lib/model/doctrine/PluginsfGuardForgotPassword.class.php";s:4:"role";s:4:"data";}}i:23;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"37a5a5fb5e51a0b7455e70d9dc73466f";s:4:"name";s:61:"lib/model/doctrine/PluginsfGuardForgotPasswordTable.class.php";s:4:"role";s:4:"data";}}i:24;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"64b14ecc66b82c50e60dbb9ff6866ea6";s:4:"name";s:47:"lib/model/doctrine/PluginsfGuardGroup.class.php";s:4:"role";s:4:"data";}}i:25;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"58656139612d55d1a9e9f01bcc210a93";s:4:"name";s:57:"lib/model/doctrine/PluginsfGuardGroupPermission.class.php";s:4:"role";s:4:"data";}}i:26;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"b067424d471a792d14a0736ad9b69267";s:4:"name";s:62:"lib/model/doctrine/PluginsfGuardGroupPermissionTable.class.php";s:4:"role";s:4:"data";}}i:27;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"faaf250974d45ae0a6746dd8fe39b41a";s:4:"name";s:52:"lib/model/doctrine/PluginsfGuardGroupTable.class.php";s:4:"role";s:4:"data";}}i:28;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"03227aa1ccc859bfac39282075c82b50";s:4:"name";s:52:"lib/model/doctrine/PluginsfGuardPermission.class.php";s:4:"role";s:4:"data";}}i:29;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"4aadf5fe3aac9833c152bc9e96b0d339";s:4:"name";s:57:"lib/model/doctrine/PluginsfGuardPermissionTable.class.php";s:4:"role";s:4:"data";}}i:30;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"640fc203c8776a8da9cc4649c6334e9e";s:4:"name";s:53:"lib/model/doctrine/PluginsfGuardRememberKey.class.php";s:4:"role";s:4:"data";}}i:31;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"08f4cfa0b834e4400b58a9bd87d7ef7a";s:4:"name";s:58:"lib/model/doctrine/PluginsfGuardRememberKeyTable.class.php";s:4:"role";s:4:"data";}}i:32;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"ba9d93d7149b1bdc2890a56a16f60293";s:4:"name";s:46:"lib/model/doctrine/PluginsfGuardUser.class.php";s:4:"role";s:4:"data";}}i:33;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"eb43e1094c9a78533d74023ecdc8bae8";s:4:"name";s:51:"lib/model/doctrine/PluginsfGuardUserGroup.class.php";s:4:"role";s:4:"data";}}i:34;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"3862105ec9ad46883643ce14c04f5975";s:4:"name";s:56:"lib/model/doctrine/PluginsfGuardUserGroupTable.class.php";s:4:"role";s:4:"data";}}i:35;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"66c6ef042084bc15a55b7c3dd4c9cded";s:4:"name";s:56:"lib/model/doctrine/PluginsfGuardUserPermission.class.php";s:4:"role";s:4:"data";}}i:36;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"05c72e44d7c24d8c727d0ffd1efa399c";s:4:"name";s:61:"lib/model/doctrine/PluginsfGuardUserPermissionTable.class.php";s:4:"role";s:4:"data";}}i:37;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"636dce921ed61e82275b4ab5f6480d82";s:4:"name";s:51:"lib/model/doctrine/PluginsfGuardUserTable.class.php";s:4:"role";s:4:"data";}}i:38;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"ec3b271c89d97aea3c884e01ce67da00";s:4:"name";s:36:"lib/routing/sfGuardRouting.class.php";s:4:"role";s:4:"data";}}i:39;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"8ac0f14217d6ea19583b70cc11345684";s:4:"name";s:38:"lib/task/sfGuardAddGroupTask.class.php";s:4:"role";s:4:"data";}}i:40;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"fce4cf0c40ca65cdddd628383833b4ff";s:4:"name";s:43:"lib/task/sfGuardAddPermissionTask.class.php";s:4:"role";s:4:"data";}}i:41;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"b84848068c92c6be432da37a9829abd7";s:4:"name";s:44:"lib/task/sfGuardChangePasswordTask.class.php";s:4:"role";s:4:"data";}}i:42;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"839473d3f405c32a6b62e0fef0878074";s:4:"name";s:40:"lib/task/sfGuardCreateUserTask.class.php";s:4:"role";s:4:"data";}}i:43;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"7370ac4b0754437f31be4cd795648fc4";s:4:"name";s:47:"lib/task/sfGuardPromoteSuperAdminTask.class.php";s:4:"role";s:4:"data";}}i:44;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"41af2bfc8019a765beebe6e71f917dcb";s:4:"name";s:38:"lib/user/sfGuardSecurityUser.class.php";s:4:"role";s:4:"data";}}i:45;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"53af4ec674e47854c1de2f79ed2af69b";s:4:"name";s:44:"lib/validator/sfGuardValidatorUser.class.php";s:4:"role";s:4:"data";}}i:46;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"02cfcd5083855bbfc0e3357d09b4df35";s:4:"name";s:40:"lib/sfGuardBasicSecurityFilter.class.php";s:4:"role";s:4:"data";}}i:47;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"0f1fb0b0a0b014e5f96ff5f3a2ac2412";s:4:"name";s:37:"lib/sfGuardRememberMeFilter.class.php";s:4:"role";s:4:"data";}}i:48;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"6767d8ae5de76c251ea19a6110b7de65";s:4:"name";s:45:"modules/sfGuardAuth/actions/actions.class.php";s:4:"role";s:4:"data";}}i:49;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"3fea9086bb4248adb377d3db342e3a35";s:4:"name";s:48:"modules/sfGuardAuth/actions/components.class.php";s:4:"role";s:4:"data";}}i:50;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"8c0ab1149735a8d00496a8b27893851e";s:4:"name";s:39:"modules/sfGuardAuth/config/security.yml";s:4:"role";s:4:"data";}}i:51;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"1c70f73287dc11ef189d18bd60387c6a";s:4:"name";s:56:"modules/sfGuardAuth/lib/BasesfGuardAuthActions.class.php";s:4:"role";s:4:"data";}}i:52;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"ca739f7e6ed78a85a714882b629b8406";s:4:"name";s:59:"modules/sfGuardAuth/lib/BasesfGuardAuthComponents.class.php";s:4:"role";s:4:"data";}}i:53;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"9323784112a0804b77871919d52bc0e4";s:4:"name";s:46:"modules/sfGuardAuth/templates/_signin_form.php";s:4:"role";s:4:"data";}}i:54;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"ec51f687facf22fa872a3931dd48a072";s:4:"name";s:47:"modules/sfGuardAuth/templates/secureSuccess.php";s:4:"role";s:4:"data";}}i:55;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"1b48abe9af3ec3baab033cd923287117";s:4:"name";s:47:"modules/sfGuardAuth/templates/signinSuccess.php";s:4:"role";s:4:"data";}}i:56;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"1f9d2555aa9a351e07af5164274a3749";s:4:"name";s:55:"modules/sfGuardForgotPassword/actions/actions.class.php";s:4:"role";s:4:"data";}}i:57;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"7efd7c997bb9f5479a9f2cfa9580bc90";s:4:"name";s:76:"modules/sfGuardForgotPassword/lib/BasesfGuardForgotPasswordActions.class.php";s:4:"role";s:4:"data";}}i:58;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"78132fe1bc18ae6099eb8e085f77ce9d";s:4:"name";s:57:"modules/sfGuardForgotPassword/templates/_new_password.php";s:4:"role";s:4:"data";}}i:59;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"b8b9ad164a9543fca4d40c3d83fbdf7a";s:4:"name";s:57:"modules/sfGuardForgotPassword/templates/_send_request.php";s:4:"role";s:4:"data";}}i:60;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"47b9a63ebceb052a694c880065d01a01";s:4:"name";s:57:"modules/sfGuardForgotPassword/templates/changeSuccess.php";s:4:"role";s:4:"data";}}i:61;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"2a2f9de843e803352d47916f0eba8fc8";s:4:"name";s:56:"modules/sfGuardForgotPassword/templates/indexSuccess.php";s:4:"role";s:4:"data";}}i:62;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"b171f3f79de6c421a0460d99f3c9b0db";s:4:"name";s:46:"modules/sfGuardGroup/actions/actions.class.php";s:4:"role";s:4:"data";}}i:63;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"6725392b1a39a49ad783babb103cae29";s:4:"name";s:41:"modules/sfGuardGroup/config/generator.yml";s:4:"role";s:4:"data";}}i:64;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"1767c775e59535c1a5de12861bc01c93";s:4:"name";s:69:"modules/sfGuardGroup/lib/sfGuardGroupGeneratorConfiguration.class.php";s:4:"role";s:4:"data";}}i:65;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"aabb03e32b750c57556a7765aafcb19f";s:4:"name";s:62:"modules/sfGuardGroup/lib/sfGuardGroupGeneratorHelper.class.php";s:4:"role";s:4:"data";}}i:66;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"c71c3e53cc2fc4082fdca8a81273041b";s:4:"name";s:51:"modules/sfGuardPermission/actions/actions.class.php";s:4:"role";s:4:"data";}}i:67;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"a650e8d6740b413d12be93e22c2133a2";s:4:"name";s:46:"modules/sfGuardPermission/config/generator.yml";s:4:"role";s:4:"data";}}i:68;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"35467b10c2d18e589d0a4fd88f53ddbd";s:4:"name";s:79:"modules/sfGuardPermission/lib/sfGuardPermissionGeneratorConfiguration.class.php";s:4:"role";s:4:"data";}}i:69;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"a1e2b8e7b9cddf9346910e47127a5ca3";s:4:"name";s:72:"modules/sfGuardPermission/lib/sfGuardPermissionGeneratorHelper.class.php";s:4:"role";s:4:"data";}}i:70;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"b2240cfa2a2c794f3c352a98c1f3e7b5";s:4:"name";s:49:"modules/sfGuardRegister/actions/actions.class.php";s:4:"role";s:4:"data";}}i:71;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"ef7ec011cad17d5418a137a7632197b1";s:4:"name";s:52:"modules/sfGuardRegister/actions/components.class.php";s:4:"role";s:4:"data";}}i:72;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"c7d11752dba2b4ab27d05b581e09f3a8";s:4:"name";s:64:"modules/sfGuardRegister/lib/BasesfGuardRegisterActions.class.php";s:4:"role";s:4:"data";}}i:73;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"f07711eda43f903d3e479a262365ade9";s:4:"name";s:67:"modules/sfGuardRegister/lib/BasesfGuardRegisterComponents.class.php";s:4:"role";s:4:"data";}}i:74;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"5877dd853d8dabf7cad587d485968c92";s:4:"name";s:43:"modules/sfGuardRegister/templates/_form.php";s:4:"role";s:4:"data";}}i:75;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"26836a9ade3a612e31ef90c876ea9282";s:4:"name";s:50:"modules/sfGuardRegister/templates/indexSuccess.php";s:4:"role";s:4:"data";}}i:76;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"579a6d952cc2d1fb0886fdc2c47dd68d";s:4:"name";s:45:"modules/sfGuardUser/actions/actions.class.php";s:4:"role";s:4:"data";}}i:77;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"a554c347acd82ff1eafab89f1cd550af";s:4:"name";s:40:"modules/sfGuardUser/config/generator.yml";s:4:"role";s:4:"data";}}i:78;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"86714dc18572a73f6c4b5e79a2af75a2";s:4:"name";s:56:"modules/sfGuardUser/lib/BasesfGuardUserActions.class.php";s:4:"role";s:4:"data";}}i:79;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"368e0a7898e83020de2d13abc64dea6f";s:4:"name";s:67:"modules/sfGuardUser/lib/sfGuardUserGeneratorConfiguration.class.php";s:4:"role";s:4:"data";}}i:80;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"8def28367455d5fb9f606c2e22b7330f";s:4:"name";s:60:"modules/sfGuardUser/lib/sfGuardUserGeneratorHelper.class.php";s:4:"role";s:4:"data";}}i:81;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"194577a7e20bdcc7afbb718f502c134c";s:4:"name";s:9:".DS_Store";s:4:"role";s:4:"data";}}i:82;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"c0ab88a4687e9ff8e0fb6c95ca49ed74";s:4:"name";s:7:"LICENSE";s:4:"role";s:4:"data";}}i:83;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"e832ad7df536e4e23e58f9bb82fc624b";s:4:"name";s:6:"README";s:4:"role";s:4:"data";}}i:84;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"1ca890f6e4a90684c1e501d6913ac779";s:4:"name";s:31:"sfDoctrineGuardPlugin-5.0.0.tgz";s:4:"role";s:4:"data";}}i:85;a:1:{s:7:"attribs";a:3:{s:6:"md5sum";s:32:"c0879261b3ffe363f27a5d1a6bb5ffcd";s:4:"name";s:7:"VERSION";s:4:"role";s:4:"data";}}}}}s:12:"dependencies";a:1:{s:8:"required";a:2:{s:3:"php";a:1:{s:3:"min";s:5:"5.0.0";}s:13:"pearinstaller";a:1:{s:3:"min";s:5:"1.4.1";}}}s:10:"phprelease";s:0:"";s:9:"changelog";a:1:{s:7:"release";a:5:{s:7:"version";a:2:{s:7:"release";s:5:"5.0.0";s:3:"api";s:5:"5.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{i:0;a:2:{s:7:"attribs";a:1:{s:3:"uri";s:38:"http://www.symfony-project.com/license";}s:8:"_content";s:11:"MIT license";}i:1;s:3:"MIT";}s:4:"date";s:10:"2010-07-19";s:5:"notes";s:45:"* jwage: packaged sfDoctrineGuardPlugin 5.0.0";}}s:8:"filelist";a:86:{s:26:"config/doctrine/schema.yml";a:4:{s:6:"md5sum";s:32:"1e1e863cec0da68993bc532663c5638e";s:4:"name";s:26:"config/doctrine/schema.yml";s:4:"role";s:4:"data";s:12:"installed_as";s:95:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/config/doctrine/schema.yml";}s:51:"config/sfDoctrineGuardPluginConfiguration.class.php";a:4:{s:6:"md5sum";s:32:"81d92afa528553c3f38da3c60b9bf357";s:4:"name";s:51:"config/sfDoctrineGuardPluginConfiguration.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:120:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/config/sfDoctrineGuardPluginConfiguration.class.php";}s:33:"data/fixtures/fixtures.yml.sample";a:4:{s:6:"md5sum";s:32:"d7bd75578a3f8ffb521796fadbc1ebb8";s:4:"name";s:33:"data/fixtures/fixtures.yml.sample";s:4:"role";s:4:"data";s:12:"installed_as";s:102:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/data/fixtures/fixtures.yml.sample";}s:14:"data/tasks/.sf";a:4:{s:6:"md5sum";s:32:"d41d8cd98f00b204e9800998ecf8427e";s:4:"name";s:14:"data/tasks/.sf";s:4:"role";s:4:"data";s:12:"installed_as";s:83:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/data/tasks/.sf";}s:20:"i18n/sf_guard.es.xml";a:4:{s:6:"md5sum";s:32:"eae9165784c04bcdae72d5e74dd6b9b1";s:4:"name";s:20:"i18n/sf_guard.es.xml";s:4:"role";s:4:"data";s:12:"installed_as";s:89:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/i18n/sf_guard.es.xml";}s:20:"i18n/sf_guard.fr.xml";a:4:{s:6:"md5sum";s:32:"39c685dbd7d1a9864d48db4245a69ddb";s:4:"name";s:20:"i18n/sf_guard.fr.xml";s:4:"role";s:4:"data";s:12:"installed_as";s:89:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/i18n/sf_guard.fr.xml";}s:58:"lib/filter/doctrine/PluginsfGuardGroupFormFilter.class.php";a:4:{s:6:"md5sum";s:32:"101f9bbcbaa267eafa15f02c4d50fc54";s:4:"name";s:58:"lib/filter/doctrine/PluginsfGuardGroupFormFilter.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:127:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/filter/doctrine/PluginsfGuardGroupFormFilter.class.php";}s:63:"lib/filter/doctrine/PluginsfGuardPermissionFormFilter.class.php";a:4:{s:6:"md5sum";s:32:"9810be787898c8f9e23420641eb1d91c";s:4:"name";s:63:"lib/filter/doctrine/PluginsfGuardPermissionFormFilter.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:132:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/filter/doctrine/PluginsfGuardPermissionFormFilter.class.php";}s:57:"lib/filter/doctrine/PluginsfGuardUserFormFilter.class.php";a:4:{s:6:"md5sum";s:32:"43d9ab4ae113cb4b5b6737b5a2aae763";s:4:"name";s:57:"lib/filter/doctrine/PluginsfGuardUserFormFilter.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:126:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/filter/doctrine/PluginsfGuardUserFormFilter.class.php";}s:60:"lib/form/base/BasesfGuardRequestForgotPasswordForm.class.php";a:4:{s:6:"md5sum";s:32:"3a10adde943bfeb3eb5bcb1cc145fe70";s:4:"name";s:60:"lib/form/base/BasesfGuardRequestForgotPasswordForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:129:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/form/base/BasesfGuardRequestForgotPasswordForm.class.php";}s:66:"lib/form/doctrine/base/BasesfGuardChangeUserPasswordForm.class.php";a:4:{s:6:"md5sum";s:32:"e71a83f6ed37981097cc00401734b925";s:4:"name";s:66:"lib/form/doctrine/base/BasesfGuardChangeUserPasswordForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:135:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/base/BasesfGuardChangeUserPasswordForm.class.php";}s:54:"lib/form/doctrine/base/BasesfGuardFormSignin.class.php";a:4:{s:6:"md5sum";s:32:"d205d84240f6b2fc31378f1793f04298";s:4:"name";s:54:"lib/form/doctrine/base/BasesfGuardFormSignin.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:123:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/base/BasesfGuardFormSignin.class.php";}s:56:"lib/form/doctrine/base/BasesfGuardRegisterForm.class.php";a:4:{s:6:"md5sum";s:32:"8b8f5788a0fbb0b457cfa326d0235ddf";s:4:"name";s:56:"lib/form/doctrine/base/BasesfGuardRegisterForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:125:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/base/BasesfGuardRegisterForm.class.php";}s:57:"lib/form/doctrine/base/BasesfGuardUserAdminForm.class.php";a:4:{s:6:"md5sum";s:32:"a4f9bdda83e04edc0073a66491ab1ef8";s:4:"name";s:57:"lib/form/doctrine/base/BasesfGuardUserAdminForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:126:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/base/BasesfGuardUserAdminForm.class.php";}s:50:"lib/form/doctrine/PluginsfGuardGroupForm.class.php";a:4:{s:6:"md5sum";s:32:"f83df81535416afbf4092de3a51fd4e9";s:4:"name";s:50:"lib/form/doctrine/PluginsfGuardGroupForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:119:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/PluginsfGuardGroupForm.class.php";}s:55:"lib/form/doctrine/PluginsfGuardPermissionForm.class.php";a:4:{s:6:"md5sum";s:32:"b60af08f9d91c3b6199e9d09a0e084fc";s:4:"name";s:55:"lib/form/doctrine/PluginsfGuardPermissionForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:124:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/PluginsfGuardPermissionForm.class.php";}s:49:"lib/form/doctrine/PluginsfGuardUserForm.class.php";a:4:{s:6:"md5sum";s:32:"dec6cbe98b4758b5ba47e10136fc106f";s:4:"name";s:49:"lib/form/doctrine/PluginsfGuardUserForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:118:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/PluginsfGuardUserForm.class.php";}s:57:"lib/form/doctrine/sfGuardChangeUserPasswordForm.class.php";a:4:{s:6:"md5sum";s:32:"892f1fd6588784d3c38c135c4bd30116";s:4:"name";s:57:"lib/form/doctrine/sfGuardChangeUserPasswordForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:126:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/sfGuardChangeUserPasswordForm.class.php";}s:45:"lib/form/doctrine/sfGuardFormSignin.class.php";a:4:{s:6:"md5sum";s:32:"a1a2c0b155669573e6aed7ca6f6098dc";s:4:"name";s:45:"lib/form/doctrine/sfGuardFormSignin.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:114:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/sfGuardFormSignin.class.php";}s:47:"lib/form/doctrine/sfGuardRegisterForm.class.php";a:4:{s:6:"md5sum";s:32:"43ebfe02b221f2759cc5ea7d416d4b8a";s:4:"name";s:47:"lib/form/doctrine/sfGuardRegisterForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:116:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/sfGuardRegisterForm.class.php";}s:48:"lib/form/doctrine/sfGuardUserAdminForm.class.php";a:4:{s:6:"md5sum";s:32:"49e97a5348709571e3940f7ed36905fa";s:4:"name";s:48:"lib/form/doctrine/sfGuardUserAdminForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:117:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/sfGuardUserAdminForm.class.php";}s:51:"lib/form/sfGuardRequestForgotPasswordForm.class.php";a:4:{s:6:"md5sum";s:32:"3171d97a9ab8df439c35a235f67fca91";s:4:"name";s:51:"lib/form/sfGuardRequestForgotPasswordForm.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:120:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/form/sfGuardRequestForgotPasswordForm.class.php";}s:56:"lib/model/doctrine/PluginsfGuardForgotPassword.class.php";a:4:{s:6:"md5sum";s:32:"3a724db11f5a98e1de7f40452d2284d4";s:4:"name";s:56:"lib/model/doctrine/PluginsfGuardForgotPassword.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:125:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardForgotPassword.class.php";}s:61:"lib/model/doctrine/PluginsfGuardForgotPasswordTable.class.php";a:4:{s:6:"md5sum";s:32:"37a5a5fb5e51a0b7455e70d9dc73466f";s:4:"name";s:61:"lib/model/doctrine/PluginsfGuardForgotPasswordTable.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:130:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardForgotPasswordTable.class.php";}s:47:"lib/model/doctrine/PluginsfGuardGroup.class.php";a:4:{s:6:"md5sum";s:32:"64b14ecc66b82c50e60dbb9ff6866ea6";s:4:"name";s:47:"lib/model/doctrine/PluginsfGuardGroup.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:116:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardGroup.class.php";}s:57:"lib/model/doctrine/PluginsfGuardGroupPermission.class.php";a:4:{s:6:"md5sum";s:32:"58656139612d55d1a9e9f01bcc210a93";s:4:"name";s:57:"lib/model/doctrine/PluginsfGuardGroupPermission.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:126:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardGroupPermission.class.php";}s:62:"lib/model/doctrine/PluginsfGuardGroupPermissionTable.class.php";a:4:{s:6:"md5sum";s:32:"b067424d471a792d14a0736ad9b69267";s:4:"name";s:62:"lib/model/doctrine/PluginsfGuardGroupPermissionTable.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:131:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardGroupPermissionTable.class.php";}s:52:"lib/model/doctrine/PluginsfGuardGroupTable.class.php";a:4:{s:6:"md5sum";s:32:"faaf250974d45ae0a6746dd8fe39b41a";s:4:"name";s:52:"lib/model/doctrine/PluginsfGuardGroupTable.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:121:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardGroupTable.class.php";}s:52:"lib/model/doctrine/PluginsfGuardPermission.class.php";a:4:{s:6:"md5sum";s:32:"03227aa1ccc859bfac39282075c82b50";s:4:"name";s:52:"lib/model/doctrine/PluginsfGuardPermission.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:121:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardPermission.class.php";}s:57:"lib/model/doctrine/PluginsfGuardPermissionTable.class.php";a:4:{s:6:"md5sum";s:32:"4aadf5fe3aac9833c152bc9e96b0d339";s:4:"name";s:57:"lib/model/doctrine/PluginsfGuardPermissionTable.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:126:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardPermissionTable.class.php";}s:53:"lib/model/doctrine/PluginsfGuardRememberKey.class.php";a:4:{s:6:"md5sum";s:32:"640fc203c8776a8da9cc4649c6334e9e";s:4:"name";s:53:"lib/model/doctrine/PluginsfGuardRememberKey.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:122:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardRememberKey.class.php";}s:58:"lib/model/doctrine/PluginsfGuardRememberKeyTable.class.php";a:4:{s:6:"md5sum";s:32:"08f4cfa0b834e4400b58a9bd87d7ef7a";s:4:"name";s:58:"lib/model/doctrine/PluginsfGuardRememberKeyTable.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:127:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardRememberKeyTable.class.php";}s:46:"lib/model/doctrine/PluginsfGuardUser.class.php";a:4:{s:6:"md5sum";s:32:"ba9d93d7149b1bdc2890a56a16f60293";s:4:"name";s:46:"lib/model/doctrine/PluginsfGuardUser.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:115:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardUser.class.php";}s:51:"lib/model/doctrine/PluginsfGuardUserGroup.class.php";a:4:{s:6:"md5sum";s:32:"eb43e1094c9a78533d74023ecdc8bae8";s:4:"name";s:51:"lib/model/doctrine/PluginsfGuardUserGroup.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:120:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardUserGroup.class.php";}s:56:"lib/model/doctrine/PluginsfGuardUserGroupTable.class.php";a:4:{s:6:"md5sum";s:32:"3862105ec9ad46883643ce14c04f5975";s:4:"name";s:56:"lib/model/doctrine/PluginsfGuardUserGroupTable.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:125:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardUserGroupTable.class.php";}s:56:"lib/model/doctrine/PluginsfGuardUserPermission.class.php";a:4:{s:6:"md5sum";s:32:"66c6ef042084bc15a55b7c3dd4c9cded";s:4:"name";s:56:"lib/model/doctrine/PluginsfGuardUserPermission.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:125:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardUserPermission.class.php";}s:61:"lib/model/doctrine/PluginsfGuardUserPermissionTable.class.php";a:4:{s:6:"md5sum";s:32:"05c72e44d7c24d8c727d0ffd1efa399c";s:4:"name";s:61:"lib/model/doctrine/PluginsfGuardUserPermissionTable.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:130:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardUserPermissionTable.class.php";}s:51:"lib/model/doctrine/PluginsfGuardUserTable.class.php";a:4:{s:6:"md5sum";s:32:"636dce921ed61e82275b4ab5f6480d82";s:4:"name";s:51:"lib/model/doctrine/PluginsfGuardUserTable.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:120:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/model/doctrine/PluginsfGuardUserTable.class.php";}s:36:"lib/routing/sfGuardRouting.class.php";a:4:{s:6:"md5sum";s:32:"ec3b271c89d97aea3c884e01ce67da00";s:4:"name";s:36:"lib/routing/sfGuardRouting.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:105:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/routing/sfGuardRouting.class.php";}s:38:"lib/task/sfGuardAddGroupTask.class.php";a:4:{s:6:"md5sum";s:32:"8ac0f14217d6ea19583b70cc11345684";s:4:"name";s:38:"lib/task/sfGuardAddGroupTask.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:107:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/task/sfGuardAddGroupTask.class.php";}s:43:"lib/task/sfGuardAddPermissionTask.class.php";a:4:{s:6:"md5sum";s:32:"fce4cf0c40ca65cdddd628383833b4ff";s:4:"name";s:43:"lib/task/sfGuardAddPermissionTask.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:112:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/task/sfGuardAddPermissionTask.class.php";}s:44:"lib/task/sfGuardChangePasswordTask.class.php";a:4:{s:6:"md5sum";s:32:"b84848068c92c6be432da37a9829abd7";s:4:"name";s:44:"lib/task/sfGuardChangePasswordTask.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:113:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/task/sfGuardChangePasswordTask.class.php";}s:40:"lib/task/sfGuardCreateUserTask.class.php";a:4:{s:6:"md5sum";s:32:"839473d3f405c32a6b62e0fef0878074";s:4:"name";s:40:"lib/task/sfGuardCreateUserTask.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:109:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/task/sfGuardCreateUserTask.class.php";}s:47:"lib/task/sfGuardPromoteSuperAdminTask.class.php";a:4:{s:6:"md5sum";s:32:"7370ac4b0754437f31be4cd795648fc4";s:4:"name";s:47:"lib/task/sfGuardPromoteSuperAdminTask.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:116:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/task/sfGuardPromoteSuperAdminTask.class.php";}s:38:"lib/user/sfGuardSecurityUser.class.php";a:4:{s:6:"md5sum";s:32:"41af2bfc8019a765beebe6e71f917dcb";s:4:"name";s:38:"lib/user/sfGuardSecurityUser.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:107:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/user/sfGuardSecurityUser.class.php";}s:44:"lib/validator/sfGuardValidatorUser.class.php";a:4:{s:6:"md5sum";s:32:"53af4ec674e47854c1de2f79ed2af69b";s:4:"name";s:44:"lib/validator/sfGuardValidatorUser.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:113:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/validator/sfGuardValidatorUser.class.php";}s:40:"lib/sfGuardBasicSecurityFilter.class.php";a:4:{s:6:"md5sum";s:32:"02cfcd5083855bbfc0e3357d09b4df35";s:4:"name";s:40:"lib/sfGuardBasicSecurityFilter.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:109:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/sfGuardBasicSecurityFilter.class.php";}s:37:"lib/sfGuardRememberMeFilter.class.php";a:4:{s:6:"md5sum";s:32:"0f1fb0b0a0b014e5f96ff5f3a2ac2412";s:4:"name";s:37:"lib/sfGuardRememberMeFilter.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:106:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/sfGuardRememberMeFilter.class.php";}s:45:"modules/sfGuardAuth/actions/actions.class.php";a:4:{s:6:"md5sum";s:32:"6767d8ae5de76c251ea19a6110b7de65";s:4:"name";s:45:"modules/sfGuardAuth/actions/actions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:114:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/actions/actions.class.php";}s:48:"modules/sfGuardAuth/actions/components.class.php";a:4:{s:6:"md5sum";s:32:"3fea9086bb4248adb377d3db342e3a35";s:4:"name";s:48:"modules/sfGuardAuth/actions/components.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:117:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/actions/components.class.php";}s:39:"modules/sfGuardAuth/config/security.yml";a:4:{s:6:"md5sum";s:32:"8c0ab1149735a8d00496a8b27893851e";s:4:"name";s:39:"modules/sfGuardAuth/config/security.yml";s:4:"role";s:4:"data";s:12:"installed_as";s:108:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/config/security.yml";}s:56:"modules/sfGuardAuth/lib/BasesfGuardAuthActions.class.php";a:4:{s:6:"md5sum";s:32:"1c70f73287dc11ef189d18bd60387c6a";s:4:"name";s:56:"modules/sfGuardAuth/lib/BasesfGuardAuthActions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:125:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/lib/BasesfGuardAuthActions.class.php";}s:59:"modules/sfGuardAuth/lib/BasesfGuardAuthComponents.class.php";a:4:{s:6:"md5sum";s:32:"ca739f7e6ed78a85a714882b629b8406";s:4:"name";s:59:"modules/sfGuardAuth/lib/BasesfGuardAuthComponents.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:128:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/lib/BasesfGuardAuthComponents.class.php";}s:46:"modules/sfGuardAuth/templates/_signin_form.php";a:4:{s:6:"md5sum";s:32:"9323784112a0804b77871919d52bc0e4";s:4:"name";s:46:"modules/sfGuardAuth/templates/_signin_form.php";s:4:"role";s:4:"data";s:12:"installed_as";s:115:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/templates/_signin_form.php";}s:47:"modules/sfGuardAuth/templates/secureSuccess.php";a:4:{s:6:"md5sum";s:32:"ec51f687facf22fa872a3931dd48a072";s:4:"name";s:47:"modules/sfGuardAuth/templates/secureSuccess.php";s:4:"role";s:4:"data";s:12:"installed_as";s:116:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/templates/secureSuccess.php";}s:47:"modules/sfGuardAuth/templates/signinSuccess.php";a:4:{s:6:"md5sum";s:32:"1b48abe9af3ec3baab033cd923287117";s:4:"name";s:47:"modules/sfGuardAuth/templates/signinSuccess.php";s:4:"role";s:4:"data";s:12:"installed_as";s:116:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/templates/signinSuccess.php";}s:55:"modules/sfGuardForgotPassword/actions/actions.class.php";a:4:{s:6:"md5sum";s:32:"1f9d2555aa9a351e07af5164274a3749";s:4:"name";s:55:"modules/sfGuardForgotPassword/actions/actions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:124:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword/actions/actions.class.php";}s:76:"modules/sfGuardForgotPassword/lib/BasesfGuardForgotPasswordActions.class.php";a:4:{s:6:"md5sum";s:32:"7efd7c997bb9f5479a9f2cfa9580bc90";s:4:"name";s:76:"modules/sfGuardForgotPassword/lib/BasesfGuardForgotPasswordActions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:145:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword/lib/BasesfGuardForgotPasswordActions.class.php";}s:57:"modules/sfGuardForgotPassword/templates/_new_password.php";a:4:{s:6:"md5sum";s:32:"78132fe1bc18ae6099eb8e085f77ce9d";s:4:"name";s:57:"modules/sfGuardForgotPassword/templates/_new_password.php";s:4:"role";s:4:"data";s:12:"installed_as";s:126:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword/templates/_new_password.php";}s:57:"modules/sfGuardForgotPassword/templates/_send_request.php";a:4:{s:6:"md5sum";s:32:"b8b9ad164a9543fca4d40c3d83fbdf7a";s:4:"name";s:57:"modules/sfGuardForgotPassword/templates/_send_request.php";s:4:"role";s:4:"data";s:12:"installed_as";s:126:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword/templates/_send_request.php";}s:57:"modules/sfGuardForgotPassword/templates/changeSuccess.php";a:4:{s:6:"md5sum";s:32:"47b9a63ebceb052a694c880065d01a01";s:4:"name";s:57:"modules/sfGuardForgotPassword/templates/changeSuccess.php";s:4:"role";s:4:"data";s:12:"installed_as";s:126:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword/templates/changeSuccess.php";}s:56:"modules/sfGuardForgotPassword/templates/indexSuccess.php";a:4:{s:6:"md5sum";s:32:"2a2f9de843e803352d47916f0eba8fc8";s:4:"name";s:56:"modules/sfGuardForgotPassword/templates/indexSuccess.php";s:4:"role";s:4:"data";s:12:"installed_as";s:125:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword/templates/indexSuccess.php";}s:46:"modules/sfGuardGroup/actions/actions.class.php";a:4:{s:6:"md5sum";s:32:"b171f3f79de6c421a0460d99f3c9b0db";s:4:"name";s:46:"modules/sfGuardGroup/actions/actions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:115:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardGroup/actions/actions.class.php";}s:41:"modules/sfGuardGroup/config/generator.yml";a:4:{s:6:"md5sum";s:32:"6725392b1a39a49ad783babb103cae29";s:4:"name";s:41:"modules/sfGuardGroup/config/generator.yml";s:4:"role";s:4:"data";s:12:"installed_as";s:110:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardGroup/config/generator.yml";}s:69:"modules/sfGuardGroup/lib/sfGuardGroupGeneratorConfiguration.class.php";a:4:{s:6:"md5sum";s:32:"1767c775e59535c1a5de12861bc01c93";s:4:"name";s:69:"modules/sfGuardGroup/lib/sfGuardGroupGeneratorConfiguration.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:138:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardGroup/lib/sfGuardGroupGeneratorConfiguration.class.php";}s:62:"modules/sfGuardGroup/lib/sfGuardGroupGeneratorHelper.class.php";a:4:{s:6:"md5sum";s:32:"aabb03e32b750c57556a7765aafcb19f";s:4:"name";s:62:"modules/sfGuardGroup/lib/sfGuardGroupGeneratorHelper.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:131:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardGroup/lib/sfGuardGroupGeneratorHelper.class.php";}s:51:"modules/sfGuardPermission/actions/actions.class.php";a:4:{s:6:"md5sum";s:32:"c71c3e53cc2fc4082fdca8a81273041b";s:4:"name";s:51:"modules/sfGuardPermission/actions/actions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:120:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardPermission/actions/actions.class.php";}s:46:"modules/sfGuardPermission/config/generator.yml";a:4:{s:6:"md5sum";s:32:"a650e8d6740b413d12be93e22c2133a2";s:4:"name";s:46:"modules/sfGuardPermission/config/generator.yml";s:4:"role";s:4:"data";s:12:"installed_as";s:115:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardPermission/config/generator.yml";}s:79:"modules/sfGuardPermission/lib/sfGuardPermissionGeneratorConfiguration.class.php";a:4:{s:6:"md5sum";s:32:"35467b10c2d18e589d0a4fd88f53ddbd";s:4:"name";s:79:"modules/sfGuardPermission/lib/sfGuardPermissionGeneratorConfiguration.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:148:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardPermission/lib/sfGuardPermissionGeneratorConfiguration.class.php";}s:72:"modules/sfGuardPermission/lib/sfGuardPermissionGeneratorHelper.class.php";a:4:{s:6:"md5sum";s:32:"a1e2b8e7b9cddf9346910e47127a5ca3";s:4:"name";s:72:"modules/sfGuardPermission/lib/sfGuardPermissionGeneratorHelper.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:141:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardPermission/lib/sfGuardPermissionGeneratorHelper.class.php";}s:49:"modules/sfGuardRegister/actions/actions.class.php";a:4:{s:6:"md5sum";s:32:"b2240cfa2a2c794f3c352a98c1f3e7b5";s:4:"name";s:49:"modules/sfGuardRegister/actions/actions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:118:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister/actions/actions.class.php";}s:52:"modules/sfGuardRegister/actions/components.class.php";a:4:{s:6:"md5sum";s:32:"ef7ec011cad17d5418a137a7632197b1";s:4:"name";s:52:"modules/sfGuardRegister/actions/components.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:121:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister/actions/components.class.php";}s:64:"modules/sfGuardRegister/lib/BasesfGuardRegisterActions.class.php";a:4:{s:6:"md5sum";s:32:"c7d11752dba2b4ab27d05b581e09f3a8";s:4:"name";s:64:"modules/sfGuardRegister/lib/BasesfGuardRegisterActions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:133:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister/lib/BasesfGuardRegisterActions.class.php";}s:67:"modules/sfGuardRegister/lib/BasesfGuardRegisterComponents.class.php";a:4:{s:6:"md5sum";s:32:"f07711eda43f903d3e479a262365ade9";s:4:"name";s:67:"modules/sfGuardRegister/lib/BasesfGuardRegisterComponents.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:136:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister/lib/BasesfGuardRegisterComponents.class.php";}s:43:"modules/sfGuardRegister/templates/_form.php";a:4:{s:6:"md5sum";s:32:"5877dd853d8dabf7cad587d485968c92";s:4:"name";s:43:"modules/sfGuardRegister/templates/_form.php";s:4:"role";s:4:"data";s:12:"installed_as";s:112:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister/templates/_form.php";}s:50:"modules/sfGuardRegister/templates/indexSuccess.php";a:4:{s:6:"md5sum";s:32:"26836a9ade3a612e31ef90c876ea9282";s:4:"name";s:50:"modules/sfGuardRegister/templates/indexSuccess.php";s:4:"role";s:4:"data";s:12:"installed_as";s:119:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister/templates/indexSuccess.php";}s:45:"modules/sfGuardUser/actions/actions.class.php";a:4:{s:6:"md5sum";s:32:"579a6d952cc2d1fb0886fdc2c47dd68d";s:4:"name";s:45:"modules/sfGuardUser/actions/actions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:114:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardUser/actions/actions.class.php";}s:40:"modules/sfGuardUser/config/generator.yml";a:4:{s:6:"md5sum";s:32:"a554c347acd82ff1eafab89f1cd550af";s:4:"name";s:40:"modules/sfGuardUser/config/generator.yml";s:4:"role";s:4:"data";s:12:"installed_as";s:109:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardUser/config/generator.yml";}s:56:"modules/sfGuardUser/lib/BasesfGuardUserActions.class.php";a:4:{s:6:"md5sum";s:32:"86714dc18572a73f6c4b5e79a2af75a2";s:4:"name";s:56:"modules/sfGuardUser/lib/BasesfGuardUserActions.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:125:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardUser/lib/BasesfGuardUserActions.class.php";}s:67:"modules/sfGuardUser/lib/sfGuardUserGeneratorConfiguration.class.php";a:4:{s:6:"md5sum";s:32:"368e0a7898e83020de2d13abc64dea6f";s:4:"name";s:67:"modules/sfGuardUser/lib/sfGuardUserGeneratorConfiguration.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:136:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardUser/lib/sfGuardUserGeneratorConfiguration.class.php";}s:60:"modules/sfGuardUser/lib/sfGuardUserGeneratorHelper.class.php";a:4:{s:6:"md5sum";s:32:"8def28367455d5fb9f606c2e22b7330f";s:4:"name";s:60:"modules/sfGuardUser/lib/sfGuardUserGeneratorHelper.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:129:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardUser/lib/sfGuardUserGeneratorHelper.class.php";}s:9:".DS_Store";a:4:{s:6:"md5sum";s:32:"194577a7e20bdcc7afbb718f502c134c";s:4:"name";s:9:".DS_Store";s:4:"role";s:4:"data";s:12:"installed_as";s:78:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/.DS_Store";}s:7:"LICENSE";a:4:{s:6:"md5sum";s:32:"c0ab88a4687e9ff8e0fb6c95ca49ed74";s:4:"name";s:7:"LICENSE";s:4:"role";s:4:"data";s:12:"installed_as";s:76:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/LICENSE";}s:6:"README";a:4:{s:6:"md5sum";s:32:"e832ad7df536e4e23e58f9bb82fc624b";s:4:"name";s:6:"README";s:4:"role";s:4:"data";s:12:"installed_as";s:75:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/README";}s:31:"sfDoctrineGuardPlugin-5.0.0.tgz";a:4:{s:6:"md5sum";s:32:"1ca890f6e4a90684c1e501d6913ac779";s:4:"name";s:31:"sfDoctrineGuardPlugin-5.0.0.tgz";s:4:"role";s:4:"data";s:12:"installed_as";s:100:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/sfDoctrineGuardPlugin-5.0.0.tgz";}s:7:"VERSION";a:4:{s:6:"md5sum";s:32:"c0879261b3ffe363f27a5d1a6bb5ffcd";s:4:"name";s:7:"VERSION";s:4:"role";s:4:"data";s:12:"installed_as";s:76:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/VERSION";}}s:12:"_lastversion";N;s:7:"dirtree";a:46:{s:84:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/config/doctrine";b:1;s:75:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/config";b:1;s:68:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin";b:1;s:82:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/data/fixtures";b:1;s:73:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/data";b:1;s:79:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/data/tasks";b:1;s:73:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/i18n";b:1;s:88:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/filter/doctrine";b:1;s:79:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/filter";b:1;s:72:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib";b:1;s:82:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/form/base";b:1;s:77:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/form";b:1;s:91:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/form/doctrine/base";b:1;s:86:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/form/doctrine";b:1;s:87:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/model/doctrine";b:1;s:78:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/model";b:1;s:80:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/routing";b:1;s:77:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/task";b:1;s:77:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/user";b:1;s:82:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/lib/validator";b:1;s:96:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/actions";b:1;s:88:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth";b:1;s:76:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules";b:1;s:95:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/config";b:1;s:92:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/lib";b:1;s:98:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardAuth/templates";b:1;s:106:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword/actions";b:1;s:98:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword";b:1;s:102:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword/lib";b:1;s:108:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardForgotPassword/templates";b:1;s:97:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardGroup/actions";b:1;s:89:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardGroup";b:1;s:96:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardGroup/config";b:1;s:93:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardGroup/lib";b:1;s:102:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardPermission/actions";b:1;s:94:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardPermission";b:1;s:101:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardPermission/config";b:1;s:98:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardPermission/lib";b:1;s:100:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister/actions";b:1;s:92:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister";b:1;s:96:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister/lib";b:1;s:102:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardRegister/templates";b:1;s:96:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardUser/actions";b:1;s:88:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardUser";b:1;s:95:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardUser/config";b:1;s:92:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfDoctrineGuardPlugin/modules/sfGuardUser/lib";b:1;}s:3:"old";a:7:{s:7:"version";s:5:"5.0.0";s:12:"release_date";s:10:"2010-07-19";s:13:"release_state";s:6:"stable";s:15:"release_license";s:11:"MIT license";s:13:"release_notes";s:1:"-";s:12:"release_deps";a:2:{i:0;a:4:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:5:"5.0.0";s:8:"optional";s:2:"no";}i:1;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:4:"PEAR";s:3:"rel";s:2:"ge";s:7:"version";s:5:"1.4.1";s:8:"optional";s:2:"no";}}s:11:"maintainers";a:1:{i:0;a:5:{s:4:"name";s:16:"Jonathan H. Wage";s:5:"email";s:17:"jonwage@gmail.com";s:6:"active";s:3:"yes";s:6:"handle";s:5:"jwage";s:4:"role";s:4:"lead";}}}s:10:"xsdversion";s:3:"2.0";s:13:"_lastmodified";i:1354379121;}
\ No newline at end of file
* FabianLange: fixed incorrect octal parsing of dates in javascript (#7743)
* Kris.Wallsmith: fixed reading of can_be_empty option in sfWidgetFormJQueryDate (#8723)";}i:2;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.1.1";s:3:"api";s:5:"1.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{i:0;a:2:{s:7:"attribs";a:1:{s:3:"uri";s:38:"http://www.symfony-project.com/license";}s:8:"_content";s:11:"MIT license";}i:1;s:3:"MIT";}s:4:"date";s:10:"2009-11-30";s:5:"notes";s:232:"* fabien: added a date_widget option to sfWidgetFormJQueryDate (#5382)
* fabien: changed the sfFormLanguage to take the current user culture into account (#6752)
-* fabien: added sfWidgetFormDoctrineJQueryAutocompleter (#5118, #4943)";}i:3;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.1.0";s:3:"api";s:5:"1.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{i:0;a:2:{s:7:"attribs";a:1:{s:3:"uri";s:38:"http://www.symfony-project.com/license";}s:8:"_content";s:11:"MIT license";}i:1;s:3:"MIT";}s:4:"date";s:10:"2009-11-30";s:5:"notes";s:50:"* fabien: made the plugin work for symfony 1.3/1.4";}}}s:8:"filelist";a:32:{s:13:"bin/prove.php";a:4:{s:6:"md5sum";s:32:"dd477c00b9182a8fce0a2931b2afe14f";s:4:"name";s:13:"bin/prove.php";s:4:"role";s:4:"data";s:12:"installed_as";s:77:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/bin/prove.php";}s:33:"lib/form/sfFormLanguage.class.php";a:4:{s:6:"md5sum";s:32:"352b4711bca96a9ef711c02ba51a7487";s:4:"name";s:33:"lib/form/sfFormLanguage.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:97:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/form/sfFormLanguage.class.php";}s:66:"lib/validator/doctrine/sfValidatorDoctrineNestedSetLevel.class.php";a:4:{s:6:"md5sum";s:32:"1374000a0198f4a174f80795e60e7c71";s:4:"name";s:66:"lib/validator/doctrine/sfValidatorDoctrineNestedSetLevel.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:130:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/validator/doctrine/sfValidatorDoctrineNestedSetLevel.class.php";}s:44:"lib/validator/sfValidatorBlacklist.class.php";a:4:{s:6:"md5sum";s:32:"47573deff2c7264ae1a31ead15940eed";s:4:"name";s:44:"lib/validator/sfValidatorBlacklist.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:108:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/validator/sfValidatorBlacklist.class.php";}s:44:"lib/validator/sfValidatorReCaptcha.class.php";a:4:{s:6:"md5sum";s:32:"71d741ed1a332e2c3c5e5eba43061123";s:4:"name";s:44:"lib/validator/sfValidatorReCaptcha.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:108:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/validator/sfValidatorReCaptcha.class.php";}s:53:"lib/validator/sfValidatorSchemaTimeInterval.class.php";a:4:{s:6:"md5sum";s:32:"f1af2b598238238258888f18dbc8a257";s:4:"name";s:53:"lib/validator/sfValidatorSchemaTimeInterval.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:117:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/validator/sfValidatorSchemaTimeInterval.class.php";}s:42:"lib/validator/sfValidatorDefault.class.php";a:4:{s:6:"md5sum";s:32:"122f99df59284f63338fd9a1e055e4ff";s:4:"name";s:42:"lib/validator/sfValidatorDefault.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:106:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/validator/sfValidatorDefault.class.php";}s:54:"lib/widget/sfWidgetFormDoctrineChoiceGrouped.class.php";a:4:{s:6:"md5sum";s:32:"b0a625150802410c9a39dee434746908";s:4:"name";s:54:"lib/widget/sfWidgetFormDoctrineChoiceGrouped.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:118:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormDoctrineChoiceGrouped.class.php";}s:60:"lib/widget/sfWidgetFormDoctrineJQueryAutocompleter.class.php";a:4:{s:6:"md5sum";s:32:"8d3f91f1b54429c94b71517bd3840e20";s:4:"name";s:60:"lib/widget/sfWidgetFormDoctrineJQueryAutocompleter.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:124:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormDoctrineJQueryAutocompleter.class.php";}s:52:"lib/widget/sfWidgetFormJQueryAutocompleter.class.php";a:4:{s:6:"md5sum";s:32:"8ca49e7b709485623ebd124950a0a41f";s:4:"name";s:52:"lib/widget/sfWidgetFormJQueryAutocompleter.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:116:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormJQueryAutocompleter.class.php";}s:43:"lib/widget/sfWidgetFormJQueryDate.class.php";a:4:{s:6:"md5sum";s:32:"0a004f96c83c50872775bcc698d5dabb";s:4:"name";s:43:"lib/widget/sfWidgetFormJQueryDate.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:107:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormJQueryDate.class.php";}s:52:"lib/widget/sfWidgetFormPropelChoiceGrouped.class.php";a:4:{s:6:"md5sum";s:32:"8c909201670d42f4d4ddfe46eab45adb";s:4:"name";s:52:"lib/widget/sfWidgetFormPropelChoiceGrouped.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:116:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormPropelChoiceGrouped.class.php";}s:58:"lib/widget/sfWidgetFormPropelJQueryAutocompleter.class.php";a:4:{s:6:"md5sum";s:32:"45adc6b7bfb2296d7bc77a83a441ac88";s:4:"name";s:58:"lib/widget/sfWidgetFormPropelJQueryAutocompleter.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:122:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormPropelJQueryAutocompleter.class.php";}s:42:"lib/widget/sfWidgetFormReCaptcha.class.php";a:4:{s:6:"md5sum";s:32:"9feb211dbd9e4e274b7981f41af339cb";s:4:"name";s:42:"lib/widget/sfWidgetFormReCaptcha.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:106:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormReCaptcha.class.php";}s:49:"lib/widget/sfWidgetFormSelectDoubleList.class.php";a:4:{s:6:"md5sum";s:32:"83860c7eea89ef17f0e4d88268fbb7fc";s:4:"name";s:49:"lib/widget/sfWidgetFormSelectDoubleList.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:113:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormSelectDoubleList.class.php";}s:46:"lib/widget/sfWidgetFormSelectUSState.class.php";a:4:{s:6:"md5sum";s:32:"4b4bedb41a4adb487ecc39cc47be4eab";s:4:"name";s:46:"lib/widget/sfWidgetFormSelectUSState.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:110:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormSelectUSState.class.php";}s:48:"lib/widget/sfWidgetFormTextareaTinyMCE.class.php";a:4:{s:6:"md5sum";s:32:"b4e4b61fba61b26db3ac30bb5933771b";s:4:"name";s:48:"lib/widget/sfWidgetFormTextareaTinyMCE.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:112:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormTextareaTinyMCE.class.php";}s:32:"test/form/sfFormLanguageTest.php";a:4:{s:6:"md5sum";s:32:"ceecaca65fdf3b4c5e037ab6e696d06a";s:4:"name";s:32:"test/form/sfFormLanguageTest.php";s:4:"role";s:4:"data";s:12:"installed_as";s:96:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/test/form/sfFormLanguageTest.php";}s:43:"test/validator/sfValidatorReCaptchaTest.php";a:4:{s:6:"md5sum";s:32:"6ea19158046962f6ad76776ed3ad8673";s:4:"name";s:43:"test/validator/sfValidatorReCaptchaTest.php";s:4:"role";s:4:"data";s:12:"installed_as";s:107:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/test/validator/sfValidatorReCaptchaTest.php";}s:43:"test/validator/sfValidatorBlacklistTest.php";a:4:{s:6:"md5sum";s:32:"0c08b48fbc88fb98aa6062809cba54c8";s:4:"name";s:43:"test/validator/sfValidatorBlacklistTest.php";s:4:"role";s:4:"data";s:12:"installed_as";s:107:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/test/validator/sfValidatorBlacklistTest.php";}s:52:"test/validator/sfValidatorSchemaTimeIntervalTest.php";a:4:{s:6:"md5sum";s:32:"1f6fd7556f6f3a68b7a31ba859c4175b";s:4:"name";s:52:"test/validator/sfValidatorSchemaTimeIntervalTest.php";s:4:"role";s:4:"data";s:12:"installed_as";s:116:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/test/validator/sfValidatorSchemaTimeIntervalTest.php";}s:41:"test/validator/sfValidatorDefaultTest.php";a:4:{s:6:"md5sum";s:32:"92b4a5838358108197afe3afe8aee679";s:4:"name";s:41:"test/validator/sfValidatorDefaultTest.php";s:4:"role";s:4:"data";s:12:"installed_as";s:105:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/test/validator/sfValidatorDefaultTest.php";}s:41:"test/widget/sfWidgetFormReCaptchaTest.php";a:4:{s:6:"md5sum";s:32:"993dc134aefab7538455472af3a3c5a4";s:4:"name";s:41:"test/widget/sfWidgetFormReCaptchaTest.php";s:4:"role";s:4:"data";s:12:"installed_as";s:105:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/test/widget/sfWidgetFormReCaptchaTest.php";}s:18:"test/bootstrap.php";a:4:{s:6:"md5sum";s:32:"e04220de43865dc7cf4cc7fe5965873b";s:4:"name";s:18:"test/bootstrap.php";s:4:"role";s:4:"data";s:12:"installed_as";s:82:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/test/bootstrap.php";}s:32:"web/css/jquery.autocompleter.css";a:4:{s:6:"md5sum";s:32:"88def8417a8aefc9fa5d833a4f4d0373";s:4:"name";s:32:"web/css/jquery.autocompleter.css";s:4:"role";s:4:"data";s:12:"installed_as";s:96:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/web/css/jquery.autocompleter.css";}s:21:"web/js/double_list.js";a:4:{s:6:"md5sum";s:32:"460d935f81fd9de0c01656fd4f294757";s:4:"name";s:21:"web/js/double_list.js";s:4:"role";s:4:"data";s:12:"installed_as";s:85:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/web/js/double_list.js";}s:30:"web/js/jquery.autocompleter.js";a:4:{s:6:"md5sum";s:32:"b4dc9ff8b1a5569405fe53a1d4dd4f4e";s:4:"name";s:30:"web/js/jquery.autocompleter.js";s:4:"role";s:4:"data";s:12:"installed_as";s:94:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/web/js/jquery.autocompleter.js";}s:24:"web/images/indicator.gif";a:4:{s:6:"md5sum";s:32:"03ce3dcc84af110e9da8699a841e5200";s:4:"name";s:24:"web/images/indicator.gif";s:4:"role";s:4:"data";s:12:"installed_as";s:88:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/web/images/indicator.gif";}s:19:"web/images/next.png";a:4:{s:6:"md5sum";s:32:"64113e3f418860c6c27caa83d8494c73";s:4:"name";s:19:"web/images/next.png";s:4:"role";s:4:"data";s:12:"installed_as";s:83:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/web/images/next.png";}s:23:"web/images/previous.png";a:4:{s:6:"md5sum";s:32:"4485131fafbc7b6bd6018a67671e9040";s:4:"name";s:23:"web/images/previous.png";s:4:"role";s:4:"data";s:12:"installed_as";s:87:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/web/images/previous.png";}s:6:"README";a:4:{s:6:"md5sum";s:32:"9c80350d278bfbcf24b946d86df8fab6";s:4:"name";s:6:"README";s:4:"role";s:4:"data";s:12:"installed_as";s:70:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/README";}s:7:"LICENSE";a:4:{s:6:"md5sum";s:32:"4db2c5c669396b6c794f2fe214cb33e8";s:4:"name";s:7:"LICENSE";s:4:"role";s:4:"data";s:12:"installed_as";s:71:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/LICENSE";}}s:12:"_lastversion";N;s:7:"dirtree";a:15:{s:67:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/bin";b:1;s:63:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin";b:1;s:72:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/form";b:1;s:67:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib";b:1;s:86:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/validator/doctrine";b:1;s:77:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/validator";b:1;s:74:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/lib/widget";b:1;s:73:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/test/form";b:1;s:68:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/test";b:1;s:78:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/test/validator";b:1;s:75:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/test/widget";b:1;s:71:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/web/css";b:1;s:67:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/web";b:1;s:70:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/web/js";b:1;s:74:"/home/gustavo/symfonyreloaded/mobiads/plugins/sfFormExtraPlugin/web/images";b:1;}s:3:"old";a:7:{s:7:"version";s:5:"1.1.3";s:12:"release_date";s:10:"2010-08-25";s:13:"release_state";s:6:"stable";s:15:"release_license";s:11:"MIT license";s:13:"release_notes";s:1:"-";s:12:"release_deps";a:2:{i:0;a:4:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:5:"5.2.4";s:8:"optional";s:2:"no";}i:1;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:4:"PEAR";s:3:"rel";s:2:"ge";s:7:"version";s:5:"1.4.1";s:8:"optional";s:2:"no";}}s:11:"maintainers";a:4:{i:0;a:5:{s:4:"name";s:16:"Fabien Potencier";s:5:"email";s:36:"fabien.potencier@symfony-project.com";s:6:"active";s:3:"yes";s:6:"handle";s:6:"fabpot";s:4:"role";s:4:"lead";}i:1;a:5:{s:4:"name";s:17:"Nicolas Perriault";s:5:"email";s:37:"nicolas.perriault@symfony-project.com";s:6:"active";s:3:"yes";s:6:"handle";s:7:"nicolas";s:4:"role";s:9:"developer";}i:2;a:5:{s:4:"name";s:14:"Kris Wallsmith";s:5:"email";s:34:"kris.wallsmith@symfony-project.com";s:6:"active";s:3:"yes";s:6:"handle";s:14:"Kris.Wallsmith";s:4:"role";s:9:"developer";}i:3;a:5:{s:4:"name";s:10:"Hugo Hamon";s:5:"email";s:21:"hugo.hamon@sensio.com";s:6:"active";s:3:"yes";s:6:"handle";s:10:"hugo.hamon";s:4:"role";s:9:"developer";}}}s:10:"xsdversion";s:3:"2.0";s:13:"_lastmodified";i:1337219155;}
\ No newline at end of file
+* fabien: added sfWidgetFormDoctrineJQueryAutocompleter (#5118, #4943)";}i:3;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.1.0";s:3:"api";s:5:"1.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{i:0;a:2:{s:7:"attribs";a:1:{s:3:"uri";s:38:"http://www.symfony-project.com/license";}s:8:"_content";s:11:"MIT license";}i:1;s:3:"MIT";}s:4:"date";s:10:"2009-11-30";s:5:"notes";s:50:"* fabien: made the plugin work for symfony 1.3/1.4";}}}s:8:"filelist";a:32:{s:13:"bin/prove.php";a:4:{s:6:"md5sum";s:32:"dd477c00b9182a8fce0a2931b2afe14f";s:4:"name";s:13:"bin/prove.php";s:4:"role";s:4:"data";s:12:"installed_as";s:78:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/bin/prove.php";}s:33:"lib/form/sfFormLanguage.class.php";a:4:{s:6:"md5sum";s:32:"352b4711bca96a9ef711c02ba51a7487";s:4:"name";s:33:"lib/form/sfFormLanguage.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:98:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/form/sfFormLanguage.class.php";}s:66:"lib/validator/doctrine/sfValidatorDoctrineNestedSetLevel.class.php";a:4:{s:6:"md5sum";s:32:"1374000a0198f4a174f80795e60e7c71";s:4:"name";s:66:"lib/validator/doctrine/sfValidatorDoctrineNestedSetLevel.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:131:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/validator/doctrine/sfValidatorDoctrineNestedSetLevel.class.php";}s:44:"lib/validator/sfValidatorBlacklist.class.php";a:4:{s:6:"md5sum";s:32:"47573deff2c7264ae1a31ead15940eed";s:4:"name";s:44:"lib/validator/sfValidatorBlacklist.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:109:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/validator/sfValidatorBlacklist.class.php";}s:44:"lib/validator/sfValidatorReCaptcha.class.php";a:4:{s:6:"md5sum";s:32:"71d741ed1a332e2c3c5e5eba43061123";s:4:"name";s:44:"lib/validator/sfValidatorReCaptcha.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:109:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/validator/sfValidatorReCaptcha.class.php";}s:53:"lib/validator/sfValidatorSchemaTimeInterval.class.php";a:4:{s:6:"md5sum";s:32:"f1af2b598238238258888f18dbc8a257";s:4:"name";s:53:"lib/validator/sfValidatorSchemaTimeInterval.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:118:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/validator/sfValidatorSchemaTimeInterval.class.php";}s:42:"lib/validator/sfValidatorDefault.class.php";a:4:{s:6:"md5sum";s:32:"122f99df59284f63338fd9a1e055e4ff";s:4:"name";s:42:"lib/validator/sfValidatorDefault.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:107:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/validator/sfValidatorDefault.class.php";}s:54:"lib/widget/sfWidgetFormDoctrineChoiceGrouped.class.php";a:4:{s:6:"md5sum";s:32:"b0a625150802410c9a39dee434746908";s:4:"name";s:54:"lib/widget/sfWidgetFormDoctrineChoiceGrouped.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:119:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormDoctrineChoiceGrouped.class.php";}s:60:"lib/widget/sfWidgetFormDoctrineJQueryAutocompleter.class.php";a:4:{s:6:"md5sum";s:32:"8d3f91f1b54429c94b71517bd3840e20";s:4:"name";s:60:"lib/widget/sfWidgetFormDoctrineJQueryAutocompleter.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:125:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormDoctrineJQueryAutocompleter.class.php";}s:52:"lib/widget/sfWidgetFormJQueryAutocompleter.class.php";a:4:{s:6:"md5sum";s:32:"8ca49e7b709485623ebd124950a0a41f";s:4:"name";s:52:"lib/widget/sfWidgetFormJQueryAutocompleter.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:117:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormJQueryAutocompleter.class.php";}s:43:"lib/widget/sfWidgetFormJQueryDate.class.php";a:4:{s:6:"md5sum";s:32:"0a004f96c83c50872775bcc698d5dabb";s:4:"name";s:43:"lib/widget/sfWidgetFormJQueryDate.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:108:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormJQueryDate.class.php";}s:52:"lib/widget/sfWidgetFormPropelChoiceGrouped.class.php";a:4:{s:6:"md5sum";s:32:"8c909201670d42f4d4ddfe46eab45adb";s:4:"name";s:52:"lib/widget/sfWidgetFormPropelChoiceGrouped.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:117:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormPropelChoiceGrouped.class.php";}s:58:"lib/widget/sfWidgetFormPropelJQueryAutocompleter.class.php";a:4:{s:6:"md5sum";s:32:"45adc6b7bfb2296d7bc77a83a441ac88";s:4:"name";s:58:"lib/widget/sfWidgetFormPropelJQueryAutocompleter.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:123:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormPropelJQueryAutocompleter.class.php";}s:42:"lib/widget/sfWidgetFormReCaptcha.class.php";a:4:{s:6:"md5sum";s:32:"9feb211dbd9e4e274b7981f41af339cb";s:4:"name";s:42:"lib/widget/sfWidgetFormReCaptcha.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:107:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormReCaptcha.class.php";}s:49:"lib/widget/sfWidgetFormSelectDoubleList.class.php";a:4:{s:6:"md5sum";s:32:"83860c7eea89ef17f0e4d88268fbb7fc";s:4:"name";s:49:"lib/widget/sfWidgetFormSelectDoubleList.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:114:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormSelectDoubleList.class.php";}s:46:"lib/widget/sfWidgetFormSelectUSState.class.php";a:4:{s:6:"md5sum";s:32:"4b4bedb41a4adb487ecc39cc47be4eab";s:4:"name";s:46:"lib/widget/sfWidgetFormSelectUSState.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:111:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormSelectUSState.class.php";}s:48:"lib/widget/sfWidgetFormTextareaTinyMCE.class.php";a:4:{s:6:"md5sum";s:32:"b4e4b61fba61b26db3ac30bb5933771b";s:4:"name";s:48:"lib/widget/sfWidgetFormTextareaTinyMCE.class.php";s:4:"role";s:4:"data";s:12:"installed_as";s:113:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormTextareaTinyMCE.class.php";}s:32:"test/form/sfFormLanguageTest.php";a:4:{s:6:"md5sum";s:32:"ceecaca65fdf3b4c5e037ab6e696d06a";s:4:"name";s:32:"test/form/sfFormLanguageTest.php";s:4:"role";s:4:"data";s:12:"installed_as";s:97:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/test/form/sfFormLanguageTest.php";}s:43:"test/validator/sfValidatorReCaptchaTest.php";a:4:{s:6:"md5sum";s:32:"6ea19158046962f6ad76776ed3ad8673";s:4:"name";s:43:"test/validator/sfValidatorReCaptchaTest.php";s:4:"role";s:4:"data";s:12:"installed_as";s:108:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/test/validator/sfValidatorReCaptchaTest.php";}s:43:"test/validator/sfValidatorBlacklistTest.php";a:4:{s:6:"md5sum";s:32:"0c08b48fbc88fb98aa6062809cba54c8";s:4:"name";s:43:"test/validator/sfValidatorBlacklistTest.php";s:4:"role";s:4:"data";s:12:"installed_as";s:108:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/test/validator/sfValidatorBlacklistTest.php";}s:52:"test/validator/sfValidatorSchemaTimeIntervalTest.php";a:4:{s:6:"md5sum";s:32:"1f6fd7556f6f3a68b7a31ba859c4175b";s:4:"name";s:52:"test/validator/sfValidatorSchemaTimeIntervalTest.php";s:4:"role";s:4:"data";s:12:"installed_as";s:117:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/test/validator/sfValidatorSchemaTimeIntervalTest.php";}s:41:"test/validator/sfValidatorDefaultTest.php";a:4:{s:6:"md5sum";s:32:"92b4a5838358108197afe3afe8aee679";s:4:"name";s:41:"test/validator/sfValidatorDefaultTest.php";s:4:"role";s:4:"data";s:12:"installed_as";s:106:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/test/validator/sfValidatorDefaultTest.php";}s:41:"test/widget/sfWidgetFormReCaptchaTest.php";a:4:{s:6:"md5sum";s:32:"993dc134aefab7538455472af3a3c5a4";s:4:"name";s:41:"test/widget/sfWidgetFormReCaptchaTest.php";s:4:"role";s:4:"data";s:12:"installed_as";s:106:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/test/widget/sfWidgetFormReCaptchaTest.php";}s:18:"test/bootstrap.php";a:4:{s:6:"md5sum";s:32:"e04220de43865dc7cf4cc7fe5965873b";s:4:"name";s:18:"test/bootstrap.php";s:4:"role";s:4:"data";s:12:"installed_as";s:83:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/test/bootstrap.php";}s:32:"web/css/jquery.autocompleter.css";a:4:{s:6:"md5sum";s:32:"88def8417a8aefc9fa5d833a4f4d0373";s:4:"name";s:32:"web/css/jquery.autocompleter.css";s:4:"role";s:4:"data";s:12:"installed_as";s:97:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/web/css/jquery.autocompleter.css";}s:21:"web/js/double_list.js";a:4:{s:6:"md5sum";s:32:"460d935f81fd9de0c01656fd4f294757";s:4:"name";s:21:"web/js/double_list.js";s:4:"role";s:4:"data";s:12:"installed_as";s:86:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/web/js/double_list.js";}s:30:"web/js/jquery.autocompleter.js";a:4:{s:6:"md5sum";s:32:"b4dc9ff8b1a5569405fe53a1d4dd4f4e";s:4:"name";s:30:"web/js/jquery.autocompleter.js";s:4:"role";s:4:"data";s:12:"installed_as";s:95:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/web/js/jquery.autocompleter.js";}s:24:"web/images/indicator.gif";a:4:{s:6:"md5sum";s:32:"03ce3dcc84af110e9da8699a841e5200";s:4:"name";s:24:"web/images/indicator.gif";s:4:"role";s:4:"data";s:12:"installed_as";s:89:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/web/images/indicator.gif";}s:19:"web/images/next.png";a:4:{s:6:"md5sum";s:32:"64113e3f418860c6c27caa83d8494c73";s:4:"name";s:19:"web/images/next.png";s:4:"role";s:4:"data";s:12:"installed_as";s:84:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/web/images/next.png";}s:23:"web/images/previous.png";a:4:{s:6:"md5sum";s:32:"4485131fafbc7b6bd6018a67671e9040";s:4:"name";s:23:"web/images/previous.png";s:4:"role";s:4:"data";s:12:"installed_as";s:88:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/web/images/previous.png";}s:6:"README";a:4:{s:6:"md5sum";s:32:"9c80350d278bfbcf24b946d86df8fab6";s:4:"name";s:6:"README";s:4:"role";s:4:"data";s:12:"installed_as";s:71:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/README";}s:7:"LICENSE";a:4:{s:6:"md5sum";s:32:"4db2c5c669396b6c794f2fe214cb33e8";s:4:"name";s:7:"LICENSE";s:4:"role";s:4:"data";s:12:"installed_as";s:72:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/LICENSE";}}s:12:"_lastversion";N;s:7:"dirtree";a:15:{s:68:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/bin";b:1;s:64:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin";b:1;s:73:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/form";b:1;s:68:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib";b:1;s:87:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/validator/doctrine";b:1;s:78:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/validator";b:1;s:75:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/lib/widget";b:1;s:74:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/test/form";b:1;s:69:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/test";b:1;s:79:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/test/validator";b:1;s:76:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/test/widget";b:1;s:72:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/web/css";b:1;s:68:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/web";b:1;s:71:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/web/js";b:1;s:75:"/home/gustavo/symfonyfinal/mobiads-pfc/plugins/sfFormExtraPlugin/web/images";b:1;}s:3:"old";a:7:{s:7:"version";s:5:"1.1.3";s:12:"release_date";s:10:"2010-08-25";s:13:"release_state";s:6:"stable";s:15:"release_license";s:11:"MIT license";s:13:"release_notes";s:1:"-";s:12:"release_deps";a:2:{i:0;a:4:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:5:"5.2.4";s:8:"optional";s:2:"no";}i:1;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:4:"PEAR";s:3:"rel";s:2:"ge";s:7:"version";s:5:"1.4.1";s:8:"optional";s:2:"no";}}s:11:"maintainers";a:4:{i:0;a:5:{s:4:"name";s:16:"Fabien Potencier";s:5:"email";s:36:"fabien.potencier@symfony-project.com";s:6:"active";s:3:"yes";s:6:"handle";s:6:"fabpot";s:4:"role";s:4:"lead";}i:1;a:5:{s:4:"name";s:17:"Nicolas Perriault";s:5:"email";s:37:"nicolas.perriault@symfony-project.com";s:6:"active";s:3:"yes";s:6:"handle";s:7:"nicolas";s:4:"role";s:9:"developer";}i:2;a:5:{s:4:"name";s:14:"Kris Wallsmith";s:5:"email";s:34:"kris.wallsmith@symfony-project.com";s:6:"active";s:3:"yes";s:6:"handle";s:14:"Kris.Wallsmith";s:4:"role";s:9:"developer";}i:3;a:5:{s:4:"name";s:10:"Hugo Hamon";s:5:"email";s:21:"hugo.hamon@sensio.com";s:6:"active";s:3:"yes";s:6:"handle";s:10:"hugo.hamon";s:4:"role";s:9:"developer";}}}s:10:"xsdversion";s:3:"2.0";s:13:"_lastmodified";i:1354379193;}
\ No newline at end of file
float:left;
clear:both;
}
+h4{
+font-size:18px;
+color:#49bae8;
+font-weight:bold;
+line-height:20px;
+padding:15px 0 5px 20px;
+margin:0px;
+float:left;
+clear:both;
+font-family:Tahoma, Arial;
+}
a.forgot_pass{
float:right;
color:#256c89;
}
+
+/*frontend*/
+#rounded-corner-front
+{
+margin:0px;
+width:200px;
+text-align: left;
+border-collapse: collapse;
+}
+#rounded-corner-front thead th.rounded-company
+{
+background: #60c8f2 url('/images/inadminpanel/images/left.jpg') left top no-repeat;
+}
+#rounded-corner-front thead th.rounded-q4
+{
+background: #60c8f2 url('/images/inadminpanel/images/right.jpg') right top no-repeat;
+}
+#rounded-corner-front th
+{
+padding: 8px;
+font-weight: normal;
+font-size: 13px;
+color: #039;
+background: #60c8f2;
+}
+#rounded-corner-front td
+{
+padding: 8px;
+background: #ecf8fd;
+border-top: 1px solid #fff;
+color: #669;
+}
+#rounded-corner-front tfoot td.rounded-foot-left
+{
+background: #ecf8fd url('/images/inadminpanel/images/botleft.jpg') left bottom no-repeat;
+}
+#rounded-corner-front tfoot td.rounded-foot-right
+{
+background: #ecf8fd url('/images/inadminpanel/images/botright.jpg') right bottom no-repeat;
+}
+#rounded-corner-front tbody tr:hover td
+{
+background: #d2e7f0;
+}
+
+
+
+
.question {
position: absolute;
display: inline;