From 8197b7470694c7f78a31fdf0c9af9fd606ca684d Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Sun, 2 Dec 2012 02:34:38 +0100 Subject: [PATCH] CompanyDescription / CompanyCategoryDescription i18n is not needed for companies and company categories --- apps/companyfront/config/app.yml | 2 +- apps/companyfront/modules/ad/templates/_form.php | 6 +- apps/companyfront/modules/ad/templates/_list.php | 2 +- .../modules/admap/templates/officemapSuccess.php | 2 +- .../modules/category/templates/_form.php | 59 ++----------- .../modules/category/templates/_list.php | 11 --- .../modules/company/actions/actions.class.php | 23 +---- .../modules/company/templates/_form.php | 55 +----------- .../modules/company/templates/indexSuccess.php | 6 +- .../modules/office/templates/_formCustomOffice.php | 2 +- .../office/templates/_formCustomOfficeAds.php | 1 + .../modules/register/templates/_form.php | 3 +- apps/companyfront/templates/layout.php | 6 -- apps/userfront/config/app.yml | 2 +- .../userfront/modules/register/templates/_form.php | 2 +- apps/userfront/templates/layout.php | 6 -- config/databases.yml | 2 +- config/doctrine/schema.yml | 36 ++------ data/fixtures/fixtures.yml | 57 ++++--------- data/sql/schema.sql | 12 +-- .../CompanyCategoryDescriptionFormFilter.class.php | 16 ---- .../CompanyDescriptionFormFilter.class.php | 16 ---- .../doctrine/base/BaseAdFormFilter.class.php | 38 ++++----- ...eCompanyCategoryDescriptionFormFilter.class.php | 53 ------------ .../base/BaseCompanyCategoryFormFilter.class.php | 56 +++++++------ .../BaseCompanyDescriptionFormFilter.class.php | 50 ----------- .../doctrine/base/BaseCompanyFormFilter.class.php | 3 + lib/form/doctrine/AdForm.class.php | 10 +-- .../CompanyCategoryDescriptionForm.class.php | 25 ------ lib/form/doctrine/CompanyCategoryForm.class.php | 96 ++------------------- lib/form/doctrine/CompanyDescriptionForm.class.php | 29 ------- lib/form/doctrine/CompanyForm.class.php | 97 +--------------------- lib/form/doctrine/MaxItemsPerPage.class.php | 42 ---------- lib/form/doctrine/WebServiceSigninForm.class.php | 18 ---- lib/form/doctrine/base/BaseAdForm.class.php | 28 +++---- .../BaseCompanyCategoryDescriptionForm.class.php | 47 ----------- .../base/BaseCompanyCategoryForm.class.php | 40 +++++---- .../base/BaseCompanyDescriptionForm.class.php | 45 ---------- lib/form/doctrine/base/BaseCompanyForm.class.php | 2 + lib/model/doctrine/AdDescriptionTable.class.php | 21 +++++ lib/model/doctrine/Company.class.php | 33 +------- lib/model/doctrine/CompanyCategory.class.php | 45 +++------- .../doctrine/CompanyCategoryDescription.class.php | 15 ---- .../CompanyCategoryDescriptionTable.class.php | 19 ----- lib/model/doctrine/CompanyDescription.class.php | 15 ---- .../doctrine/CompanyDescriptionTable.class.php | 19 ----- lib/model/doctrine/GeneralCategory.class.php | 19 +++-- lib/model/doctrine/GeneralCategoryTable.class.php | 2 +- lib/model/doctrine/OfficeAdsTable.class.php | 2 +- lib/model/doctrine/base/BaseAd.class.php | 38 ++++----- lib/model/doctrine/base/BaseCompany.class.php | 43 +++++----- .../doctrine/base/BaseCompanyCategory.class.php | 41 +++++---- .../base/BaseCompanyCategoryDescription.class.php | 69 --------------- .../doctrine/base/BaseCompanyDescription.class.php | 63 -------------- lib/model/doctrine/base/BaseLanguage.class.php | 14 ---- .../WidgetFormSchemaFormatterCustom.class.php | 36 -------- plugins/.channels/__uri.reg | 2 +- plugins/.channels/doc.php.net.reg | 2 +- plugins/.channels/pear.php.net.reg | 2 +- plugins/.channels/pecl.php.net.reg | 2 +- .../.channel.pear.symfony-project.com/symfony.reg | 2 +- .../sfdoctrineguardplugin.reg | 2 +- .../sfformextraplugin.reg | 2 +- web/css/inadminpanel/style.css | 59 +++++++++++++ 64 files changed, 335 insertions(+), 1238 deletions(-) delete mode 100644 lib/filter/doctrine/CompanyCategoryDescriptionFormFilter.class.php delete mode 100644 lib/filter/doctrine/CompanyDescriptionFormFilter.class.php delete mode 100644 lib/filter/doctrine/base/BaseCompanyCategoryDescriptionFormFilter.class.php delete mode 100644 lib/filter/doctrine/base/BaseCompanyDescriptionFormFilter.class.php delete mode 100644 lib/form/doctrine/CompanyCategoryDescriptionForm.class.php delete mode 100644 lib/form/doctrine/CompanyDescriptionForm.class.php delete mode 100644 lib/form/doctrine/MaxItemsPerPage.class.php delete mode 100644 lib/form/doctrine/WebServiceSigninForm.class.php delete mode 100644 lib/form/doctrine/base/BaseCompanyCategoryDescriptionForm.class.php delete mode 100644 lib/form/doctrine/base/BaseCompanyDescriptionForm.class.php delete mode 100644 lib/model/doctrine/CompanyCategoryDescription.class.php delete mode 100644 lib/model/doctrine/CompanyCategoryDescriptionTable.class.php delete mode 100644 lib/model/doctrine/CompanyDescription.class.php delete mode 100644 lib/model/doctrine/CompanyDescriptionTable.class.php delete mode 100644 lib/model/doctrine/base/BaseCompanyCategoryDescription.class.php delete mode 100644 lib/model/doctrine/base/BaseCompanyDescription.class.php delete mode 100644 lib/widget/WidgetFormSchemaFormatterCustom.class.php diff --git a/apps/companyfront/config/app.yml b/apps/companyfront/config/app.yml index 19eecaf..bdd4be2 100644 --- a/apps/companyfront/config/app.yml +++ b/apps/companyfront/config/app.yml @@ -7,7 +7,7 @@ all: 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: diff --git a/apps/companyfront/modules/ad/templates/_form.php b/apps/companyfront/modules/ad/templates/_form.php index 2144027..e8f0041 100644 --- a/apps/companyfront/modules/ad/templates/_form.php +++ b/apps/companyfront/modules/ad/templates/_form.php @@ -6,7 +6,7 @@ $(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) { @@ -19,7 +19,7 @@ $(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) { @@ -41,7 +41,7 @@ renderRow(array('class' => 'validate-selection')) ?> renderError() ?> - renderRow(array('class' => 'required')) ?> + renderRow(array('class' => 'required')) ?> renderRow(array('class' => 'required')) ?> renderError() ?> renderRow(array('class' => 'required')) ?> diff --git a/apps/companyfront/modules/ad/templates/_list.php b/apps/companyfront/modules/ad/templates/_list.php index e2ce04f..9370360 100644 --- a/apps/companyfront/modules/ad/templates/_list.php +++ b/apps/companyfront/modules/ad/templates/_list.php @@ -19,7 +19,7 @@ - getAd()->getAdMobileImageLink() ?>" width="80" height="80" alt="getAdName() ?>"/> + getAd()->getAdMobileImage() ?>" width="80" height="80" alt="getAdName() ?>"/> getAd()->getCompanyCategId() != null): ?> getAd()->getCompanyCategory() ?> diff --git a/apps/companyfront/modules/admap/templates/officemapSuccess.php b/apps/companyfront/modules/admap/templates/officemapSuccess.php index bc1f179..4f23690 100644 --- a/apps/companyfront/modules/admap/templates/officemapSuccess.php +++ b/apps/companyfront/modules/admap/templates/officemapSuccess.php @@ -2,7 +2,7 @@ - Mobile Ads: advertising GEO localizatiodafdafdsdfan + Mobile Ads: advertising GEO localization diff --git a/apps/companyfront/modules/category/templates/_form.php b/apps/companyfront/modules/category/templates/_form.php index 47c8792..a5393a2 100644 --- a/apps/companyfront/modules/category/templates/_form.php +++ b/apps/companyfront/modules/category/templates/_form.php @@ -13,62 +13,13 @@ renderError() ?> renderRow(array('class' => 'validate-selection')) ?> renderError() ?> + renderRow(array('class' => 'required')) ?> + renderError() ?> + renderRow(array('class' => 'required')) ?> + renderError() ?> - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- render(array('class' => 'validate-selection')) ?> - renderError() ?> - - render(array('class' => 'required')) ?> - renderError() ?> - render(array('class' => 'required')) ?> - renderError() ?> - - renderError() ?> -
- render(array('class' => 'validate-selection')) ?> - renderError() ?> - - render(array('class' => 'required')) ?> - renderError() ?> - render(array('class' => 'required')) ?> - renderError() ?> - - - renderError() ?> - - renderError() ?> -
+ renderGlobalErrors() ?> renderHiddenFields(false) ?>
  diff --git a/apps/companyfront/modules/category/templates/_list.php b/apps/companyfront/modules/category/templates/_list.php index 8fea7d6..544f335 100644 --- a/apps/companyfront/modules/category/templates/_list.php +++ b/apps/companyfront/modules/category/templates/_list.php @@ -4,17 +4,6 @@ }); - - - diff --git a/apps/companyfront/modules/company/actions/actions.class.php b/apps/companyfront/modules/company/actions/actions.class.php index b483044..7d9d206 100644 --- a/apps/companyfront/modules/company/actions/actions.class.php +++ b/apps/companyfront/modules/company/actions/actions.class.php @@ -12,11 +12,6 @@ class companyActions extends sfActions { public function executeIndex(sfWebRequest $request) { - $this->companys = Doctrine_Core::getTable('Company') - ->createQuery('a') - ->execute(); - - //Get user Id $userId = $this->getUser()->getGuardUser()->getId(); @@ -24,24 +19,8 @@ class companyActions extends sfActions //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) diff --git a/apps/companyfront/modules/company/templates/_form.php b/apps/companyfront/modules/company/templates/_form.php index d8d1419..689de20 100644 --- a/apps/companyfront/modules/company/templates/_form.php +++ b/apps/companyfront/modules/company/templates/_form.php @@ -10,64 +10,15 @@
renderRow(array('class' => 'required')) ?> - renderError() ?> renderRow(array('class' => 'required')) ?> renderError() ?> + renderRow(array('class' => 'required')) ?> + renderError() ?>
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- render(array('class' => 'validate-selection')) ?> - renderError() ?> - - render(array('class' => 'required')) ?> - renderError() ?> - - renderError() ?> - -
- render(array('class' => 'validate-selection')) ?> - renderError() ?> - - render(array('class' => 'required')) ?> - renderError() ?> - - - renderError() ?> - - renderError() ?> -
+ renderGlobalErrors() ?> renderHiddenFields(false) ?>
- diff --git a/apps/companyfront/modules/company/templates/indexSuccess.php b/apps/companyfront/modules/company/templates/indexSuccess.php index 0b486c1..7288fd9 100644 --- a/apps/companyfront/modules/company/templates/indexSuccess.php +++ b/apps/companyfront/modules/company/templates/indexSuccess.php @@ -16,11 +16,11 @@ - + - +
getCompany()->getCompanyLogo() ?>" width="100" height="100"/>getCompanyLogo() ?>" width="100" height="100"/> getCompanyName() ?>getCompany()->getCompanyCif() ?>getCompanyCif() ?>
- + diff --git a/apps/companyfront/modules/office/templates/_formCustomOffice.php b/apps/companyfront/modules/office/templates/_formCustomOffice.php index de68f12..f2f5054 100644 --- a/apps/companyfront/modules/office/templates/_formCustomOffice.php +++ b/apps/companyfront/modules/office/templates/_formCustomOffice.php @@ -38,7 +38,7 @@ $(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) { diff --git a/apps/companyfront/modules/office/templates/_formCustomOfficeAds.php b/apps/companyfront/modules/office/templates/_formCustomOfficeAds.php index d21b54d..dea8c11 100644 --- a/apps/companyfront/modules/office/templates/_formCustomOfficeAds.php +++ b/apps/companyfront/modules/office/templates/_formCustomOfficeAds.php @@ -11,6 +11,7 @@ + renderGlobalErrors() ?> renderHiddenFields(false) ?> diff --git a/apps/companyfront/modules/register/templates/_form.php b/apps/companyfront/modules/register/templates/_form.php index 5810650..7bfbd19 100644 --- a/apps/companyfront/modules/register/templates/_form.php +++ b/apps/companyfront/modules/register/templates/_form.php @@ -16,8 +16,7 @@ renderRow(array('class' => 'validate-selection')) ?> renderRow(array('class' => 'required')) ?> renderRow(array('class' => 'required')) ?> - renderRow(array('class' => 'validate-selection')) ?> - renderRow(array('class' => 'required')) ?> + renderRow(array('class' => 'required')) ?> RenderRow() ?>
diff --git a/apps/companyfront/templates/layout.php b/apps/companyfront/templates/layout.php index 4ad66ea..ee864d8 100644 --- a/apps/companyfront/templates/layout.php +++ b/apps/companyfront/templates/layout.php @@ -68,12 +68,6 @@
-
diff --git a/apps/userfront/config/app.yml b/apps/userfront/config/app.yml index 7dd4cef..d6f4c8c 100644 --- a/apps/userfront/config/app.yml +++ b/apps/userfront/config/app.yml @@ -3,7 +3,7 @@ # 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 diff --git a/apps/userfront/modules/register/templates/_form.php b/apps/userfront/modules/register/templates/_form.php index addfecf..93a00fa 100644 --- a/apps/userfront/modules/register/templates/_form.php +++ b/apps/userfront/modules/register/templates/_form.php @@ -25,7 +25,7 @@ - + diff --git a/apps/userfront/templates/layout.php b/apps/userfront/templates/layout.php index b018252..1dacb04 100644 --- a/apps/userfront/templates/layout.php +++ b/apps/userfront/templates/layout.php @@ -53,12 +53,6 @@
-
diff --git a/config/databases.yml b/config/databases.yml index 592be6f..3579834 100644 --- a/config/databases.yml +++ b/config/databases.yml @@ -5,6 +5,6 @@ all: doctrine: class: sfDoctrineDatabase param: - dsn: 'pgsql:host=localhost;dbname=mobileadvertising' + dsn: 'pgsql:host=localhost;dbname=mobileadvertising' username: postgres password: null diff --git a/config/doctrine/schema.yml b/config/doctrine/schema.yml index 3c65a6f..f7d2695 100644 --- a/config/doctrine/schema.yml +++ b/config/doctrine/schema.yml @@ -1,8 +1,6 @@ # # MOBIADS schema # -# Hopefully good enough. -# Company: actAs: [Timestampable] @@ -10,17 +8,9 @@ Company: 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: @@ -62,21 +52,13 @@ CompanyCategory: 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: @@ -103,10 +85,10 @@ Language: 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 } diff --git a/data/fixtures/fixtures.yml b/data/fixtures/fixtures.yml index 1a0e20d..f8c20b4 100644 --- a/data/fixtures/fixtures.yml +++ b/data/fixtures/fixtures.yml @@ -55,34 +55,23 @@ Country: 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: @@ -106,43 +95,28 @@ Office: 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: @@ -151,7 +125,6 @@ GeneralCategory: children: GeneralCategory_3: - GeneralCategoryDescription: Root_Product: #The root node Language: Spanish @@ -178,15 +151,15 @@ Ad: 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: diff --git a/data/sql/schema.sql b/data/sql/schema.sql index f83f2e5..3e35382 100644 --- a/data/sql/schema.sql +++ b/data/sql/schema.sql @@ -1,10 +1,8 @@ -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)); @@ -30,10 +28,6 @@ ALTER TABLE city ADD CONSTRAINT city_region_id_region_id FOREIGN KEY (region_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; diff --git a/lib/filter/doctrine/CompanyCategoryDescriptionFormFilter.class.php b/lib/filter/doctrine/CompanyCategoryDescriptionFormFilter.class.php deleted file mode 100644 index c6e3f31..0000000 --- a/lib/filter/doctrine/CompanyCategoryDescriptionFormFilter.class.php +++ /dev/null @@ -1,16 +0,0 @@ -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]'); @@ -47,13 +47,13 @@ abstract class BaseAdFormFilter extends BaseFormFilterDoctrine 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', ); } } diff --git a/lib/filter/doctrine/base/BaseCompanyCategoryDescriptionFormFilter.class.php b/lib/filter/doctrine/base/BaseCompanyCategoryDescriptionFormFilter.class.php deleted file mode 100644 index 47321a0..0000000 --- a/lib/filter/doctrine/base/BaseCompanyCategoryDescriptionFormFilter.class.php +++ /dev/null @@ -1,53 +0,0 @@ -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', - ); - } -} diff --git a/lib/filter/doctrine/base/BaseCompanyCategoryFormFilter.class.php b/lib/filter/doctrine/base/BaseCompanyCategoryFormFilter.class.php index cbe16f0..2e9bd6d 100644 --- a/lib/filter/doctrine/base/BaseCompanyCategoryFormFilter.class.php +++ b/lib/filter/doctrine/base/BaseCompanyCategoryFormFilter.class.php @@ -13,25 +13,29 @@ abstract class BaseCompanyCategoryFormFilter extends BaseFormFilterDoctrine 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]'); @@ -51,15 +55,17 @@ abstract class BaseCompanyCategoryFormFilter extends BaseFormFilterDoctrine 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', ); } } diff --git a/lib/filter/doctrine/base/BaseCompanyDescriptionFormFilter.class.php b/lib/filter/doctrine/base/BaseCompanyDescriptionFormFilter.class.php deleted file mode 100644 index 1fa4b74..0000000 --- a/lib/filter/doctrine/base/BaseCompanyDescriptionFormFilter.class.php +++ /dev/null @@ -1,50 +0,0 @@ -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', - ); - } -} diff --git a/lib/filter/doctrine/base/BaseCompanyFormFilter.class.php b/lib/filter/doctrine/base/BaseCompanyFormFilter.class.php index b4a841b..22eb184 100644 --- a/lib/filter/doctrine/base/BaseCompanyFormFilter.class.php +++ b/lib/filter/doctrine/base/BaseCompanyFormFilter.class.php @@ -16,6 +16,7 @@ abstract class BaseCompanyFormFilter extends BaseFormFilterDoctrine '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)), )); @@ -24,6 +25,7 @@ abstract class BaseCompanyFormFilter extends BaseFormFilterDoctrine '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')))), )); @@ -49,6 +51,7 @@ abstract class BaseCompanyFormFilter extends BaseFormFilterDoctrine 'user_id' => 'ForeignKey', 'company_cif' => 'Text', 'company_logo' => 'Text', + 'company_name' => 'Text', 'created_at' => 'Date', 'updated_at' => 'Date', ); diff --git a/lib/form/doctrine/AdForm.class.php b/lib/form/doctrine/AdForm.class.php index 22ba8d1..ac00b08 100644 --- a/lib/form/doctrine/AdForm.class.php +++ b/lib/form/doctrine/AdForm.class.php @@ -14,7 +14,7 @@ class AdForm extends BaseAdForm 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')); @@ -29,14 +29,14 @@ class AdForm extends BaseAdForm '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, @@ -72,7 +72,7 @@ class AdForm extends BaseAdForm $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): ')); diff --git a/lib/form/doctrine/CompanyCategoryDescriptionForm.class.php b/lib/form/doctrine/CompanyCategoryDescriptionForm.class.php deleted file mode 100644 index a8e4dbc..0000000 --- a/lib/form/doctrine/CompanyCategoryDescriptionForm.class.php +++ /dev/null @@ -1,25 +0,0 @@ -widgetSchema['company_categ_description'] = new sfWidgetFormTextarea(); - - if ($this->object->exists()) - { - $this->widgetSchema['delete'] = new sfWidgetFormInputCheckbox(); - $this->validatorSchema['delete'] = new sfValidatorPass(); - } - } -} diff --git a/lib/form/doctrine/CompanyCategoryForm.class.php b/lib/form/doctrine/CompanyCategoryForm.class.php index 2067c28..d894346 100644 --- a/lib/form/doctrine/CompanyCategoryForm.class.php +++ b/lib/form/doctrine/CompanyCategoryForm.class.php @@ -16,7 +16,7 @@ class CompanyCategoryForm extends BaseCompanyCategoryForm 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'), @@ -26,6 +26,8 @@ class CompanyCategoryForm extends BaseCompanyCategoryForm '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)); @@ -33,102 +35,14 @@ class CompanyCategoryForm extends BaseCompanyCategoryForm $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 * diff --git a/lib/form/doctrine/CompanyDescriptionForm.class.php b/lib/form/doctrine/CompanyDescriptionForm.class.php deleted file mode 100644 index 5de1ec1..0000000 --- a/lib/form/doctrine/CompanyDescriptionForm.class.php +++ /dev/null @@ -1,29 +0,0 @@ -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'); - } -} diff --git a/lib/form/doctrine/CompanyForm.class.php b/lib/form/doctrine/CompanyForm.class.php index e2081fc..cd1ce60 100644 --- a/lib/form/doctrine/CompanyForm.class.php +++ b/lib/form/doctrine/CompanyForm.class.php @@ -10,12 +10,9 @@ */ 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'] = @@ -25,8 +22,8 @@ class CompanyForm extends BaseCompanyForm '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, @@ -39,96 +36,10 @@ class CompanyForm extends BaseCompanyForm $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()); - } - } - } } diff --git a/lib/form/doctrine/MaxItemsPerPage.class.php b/lib/form/doctrine/MaxItemsPerPage.class.php deleted file mode 100644 index fae9546..0000000 --- a/lib/form/doctrine/MaxItemsPerPage.class.php +++ /dev/null @@ -1,42 +0,0 @@ -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(); - } -} diff --git a/lib/form/doctrine/WebServiceSigninForm.class.php b/lib/form/doctrine/WebServiceSigninForm.class.php deleted file mode 100644 index 1ed4c34..0000000 --- a/lib/form/doctrine/WebServiceSigninForm.class.php +++ /dev/null @@ -1,18 +0,0 @@ -disableLocalCSRFProtection(); - - } -} diff --git a/lib/form/doctrine/base/BaseAdForm.class.php b/lib/form/doctrine/base/BaseAdForm.class.php index 28c6c2a..d17ac47 100644 --- a/lib/form/doctrine/base/BaseAdForm.class.php +++ b/lib/form/doctrine/base/BaseAdForm.class.php @@ -15,23 +15,23 @@ abstract class BaseAdForm extends BaseFormDoctrine 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]'); diff --git a/lib/form/doctrine/base/BaseCompanyCategoryDescriptionForm.class.php b/lib/form/doctrine/base/BaseCompanyCategoryDescriptionForm.class.php deleted file mode 100644 index 03f32b6..0000000 --- a/lib/form/doctrine/base/BaseCompanyCategoryDescriptionForm.class.php +++ /dev/null @@ -1,47 +0,0 @@ -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'; - } - -} diff --git a/lib/form/doctrine/base/BaseCompanyCategoryForm.class.php b/lib/form/doctrine/base/BaseCompanyCategoryForm.class.php index 861a56c..9af7036 100644 --- a/lib/form/doctrine/base/BaseCompanyCategoryForm.class.php +++ b/lib/form/doctrine/base/BaseCompanyCategoryForm.class.php @@ -15,27 +15,31 @@ abstract class BaseCompanyCategoryForm extends BaseFormDoctrine 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]'); diff --git a/lib/form/doctrine/base/BaseCompanyDescriptionForm.class.php b/lib/form/doctrine/base/BaseCompanyDescriptionForm.class.php deleted file mode 100644 index a757334..0000000 --- a/lib/form/doctrine/base/BaseCompanyDescriptionForm.class.php +++ /dev/null @@ -1,45 +0,0 @@ -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'; - } - -} diff --git a/lib/form/doctrine/base/BaseCompanyForm.class.php b/lib/form/doctrine/base/BaseCompanyForm.class.php index f0ebdbf..61f56bc 100644 --- a/lib/form/doctrine/base/BaseCompanyForm.class.php +++ b/lib/form/doctrine/base/BaseCompanyForm.class.php @@ -19,6 +19,7 @@ abstract class BaseCompanyForm extends BaseFormDoctrine '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(), )); @@ -28,6 +29,7 @@ abstract class BaseCompanyForm extends BaseFormDoctrine '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(), )); diff --git a/lib/model/doctrine/AdDescriptionTable.class.php b/lib/model/doctrine/AdDescriptionTable.class.php index a3bc0e5..42ad61e 100644 --- a/lib/model/doctrine/AdDescriptionTable.class.php +++ b/lib/model/doctrine/AdDescriptionTable.class.php @@ -31,6 +31,27 @@ class AdDescriptionTable extends Doctrine_Table ->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) { diff --git a/lib/model/doctrine/Company.class.php b/lib/model/doctrine/Company.class.php index b4a1b27..6a13871 100644 --- a/lib/model/doctrine/Company.class.php +++ b/lib/model/doctrine/Company.class.php @@ -7,12 +7,11 @@ * * @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. * @@ -20,32 +19,6 @@ class Company extends BaseCompany */ 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(); } } diff --git a/lib/model/doctrine/CompanyCategory.class.php b/lib/model/doctrine/CompanyCategory.class.php index aacdf06..c787a3d 100644 --- a/lib/model/doctrine/CompanyCategory.class.php +++ b/lib/model/doctrine/CompanyCategory.class.php @@ -7,44 +7,19 @@ * * @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(); } + } diff --git a/lib/model/doctrine/CompanyCategoryDescription.class.php b/lib/model/doctrine/CompanyCategoryDescription.class.php deleted file mode 100644 index f71268e..0000000 --- a/lib/model/doctrine/CompanyCategoryDescription.class.php +++ /dev/null @@ -1,15 +0,0 @@ -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(); + } } } diff --git a/lib/model/doctrine/GeneralCategoryTable.class.php b/lib/model/doctrine/GeneralCategoryTable.class.php index 70019dd..a33719b 100644 --- a/lib/model/doctrine/GeneralCategoryTable.class.php +++ b/lib/model/doctrine/GeneralCategoryTable.class.php @@ -18,7 +18,7 @@ class GeneralCategoryTable extends Doctrine_Table } - /** + /** * Returns general categories, ordered by lft field. * * @return Doctrine Query diff --git a/lib/model/doctrine/OfficeAdsTable.class.php b/lib/model/doctrine/OfficeAdsTable.class.php index cb12534..4caab69 100644 --- a/lib/model/doctrine/OfficeAdsTable.class.php +++ b/lib/model/doctrine/OfficeAdsTable.class.php @@ -16,4 +16,4 @@ class OfficeAdsTable extends Doctrine_Table { return Doctrine_Core::getTable('OfficeAds'); } -} +} \ No newline at end of file diff --git a/lib/model/doctrine/base/BaseAd.class.php b/lib/model/doctrine/base/BaseAd.class.php index a8c9d91..0709465 100644 --- a/lib/model/doctrine/base/BaseAd.class.php +++ b/lib/model/doctrine/base/BaseAd.class.php @@ -8,28 +8,28 @@ * @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 @@ -51,10 +51,10 @@ abstract class BaseAd extends sfDoctrineRecord $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, )); } diff --git a/lib/model/doctrine/base/BaseCompany.class.php b/lib/model/doctrine/base/BaseCompany.class.php index 8582025..6e0ad46 100644 --- a/lib/model/doctrine/base/BaseCompany.class.php +++ b/lib/model/doctrine/base/BaseCompany.class.php @@ -8,28 +8,28 @@ * @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 @@ -57,6 +57,11 @@ abstract class BaseCompany extends sfDoctrineRecord 'notnull' => true, 'length' => 255, )); + $this->hasColumn('company_name', 'string', 255, array( + 'type' => 'string', + 'notnull' => true, + 'length' => 255, + )); } public function setUp() @@ -67,10 +72,6 @@ abstract class BaseCompany extends sfDoctrineRecord 'foreign' => 'id', 'onDelete' => 'CASCADE')); - $this->hasMany('CompanyDescription', array( - 'local' => 'id', - 'foreign' => 'company_id')); - $this->hasMany('Office', array( 'local' => 'id', 'foreign' => 'company_id')); diff --git a/lib/model/doctrine/base/BaseCompanyCategory.class.php b/lib/model/doctrine/base/BaseCompanyCategory.class.php index 41e2ddf..e365f4d 100644 --- a/lib/model/doctrine/base/BaseCompanyCategory.class.php +++ b/lib/model/doctrine/base/BaseCompanyCategory.class.php @@ -7,23 +7,26 @@ * * @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 @@ -42,6 +45,14 @@ abstract class BaseCompanyCategory extends sfDoctrineRecord $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() @@ -57,10 +68,6 @@ abstract class BaseCompanyCategory extends sfDoctrineRecord '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')); diff --git a/lib/model/doctrine/base/BaseCompanyCategoryDescription.class.php b/lib/model/doctrine/base/BaseCompanyCategoryDescription.class.php deleted file mode 100644 index 2971c7f..0000000 --- a/lib/model/doctrine/base/BaseCompanyCategoryDescription.class.php +++ /dev/null @@ -1,69 +0,0 @@ -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 diff --git a/lib/model/doctrine/base/BaseCompanyDescription.class.php b/lib/model/doctrine/base/BaseCompanyDescription.class.php deleted file mode 100644 index a7d9052..0000000 --- a/lib/model/doctrine/base/BaseCompanyDescription.class.php +++ /dev/null @@ -1,63 +0,0 @@ -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 diff --git a/lib/model/doctrine/base/BaseLanguage.class.php b/lib/model/doctrine/base/BaseLanguage.class.php index b0b1562..fd5574f 100644 --- a/lib/model/doctrine/base/BaseLanguage.class.php +++ b/lib/model/doctrine/base/BaseLanguage.class.php @@ -8,23 +8,17 @@ * @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 * @@ -59,14 +53,6 @@ abstract class BaseLanguage extends sfDoctrineRecord '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')); diff --git a/lib/widget/WidgetFormSchemaFormatterCustom.class.php b/lib/widget/WidgetFormSchemaFormatterCustom.class.php deleted file mode 100644 index e4fc07d..0000000 --- a/lib/widget/WidgetFormSchemaFormatterCustom.class.php +++ /dev/null @@ -1,36 +0,0 @@ - - %error% - %label%%field% - %help% - %hidden_fields% -
", - // 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 = '
%help%
', - // 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 = "
%errors%
", - // this is the wrapper always uses around errors. - $errorListFormatInARow = "
    %errors%
", - // This defines how to print the actual error in normal situations - $errorRowFormatInARow = "
  • %error%
  • ", - // 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 = "
  • %name%: %error%
  • ", - // 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
    value. - $decoratorFormat = "
    %content%
    ";*/ - protected - $rowFormat = "\n %label%\n %error%%field%%help%%hidden_fields%\n\n", - $errorRowFormat = "\n%errors%\n", - $helpFormat = '
    %help%', - $decoratorFormat = "\n %content%
    "; -} diff --git a/plugins/.channels/__uri.reg b/plugins/.channels/__uri.reg index 8434320..8e14492 100644 --- a/plugins/.channels/__uri.reg +++ b/plugins/.channels/__uri.reg @@ -1 +1 @@ -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 diff --git a/plugins/.channels/doc.php.net.reg b/plugins/.channels/doc.php.net.reg index 36cb1e6..d7142ed 100644 --- a/plugins/.channels/doc.php.net.reg +++ b/plugins/.channels/doc.php.net.reg @@ -1 +1 @@ -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 diff --git a/plugins/.channels/pear.php.net.reg b/plugins/.channels/pear.php.net.reg index 203d39a..e5a81d3 100644 --- a/plugins/.channels/pear.php.net.reg +++ b/plugins/.channels/pear.php.net.reg @@ -1 +1 @@ -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 diff --git a/plugins/.channels/pecl.php.net.reg b/plugins/.channels/pecl.php.net.reg index ea61f49..02d4366 100644 --- a/plugins/.channels/pecl.php.net.reg +++ b/plugins/.channels/pecl.php.net.reg @@ -1 +1 @@ -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 diff --git a/plugins/.registry/.channel.pear.symfony-project.com/symfony.reg b/plugins/.registry/.channel.pear.symfony-project.com/symfony.reg index 5b236ff..cf32e62 100644 --- a/plugins/.registry/.channel.pear.symfony-project.com/symfony.reg +++ b/plugins/.registry/.channel.pear.symfony-project.com/symfony.reg @@ -1,4 +1,4 @@ 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 diff --git a/plugins/.registry/.channel.plugins.symfony-project.org/sfdoctrineguardplugin.reg b/plugins/.registry/.channel.plugins.symfony-project.org/sfdoctrineguardplugin.reg index d447973..ea0029f 100644 --- a/plugins/.registry/.channel.plugins.symfony-project.org/sfdoctrineguardplugin.reg +++ b/plugins/.registry/.channel.plugins.symfony-project.org/sfdoctrineguardplugin.reg @@ -1 +1 @@ -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 diff --git a/plugins/.registry/.channel.plugins.symfony-project.org/sfformextraplugin.reg b/plugins/.registry/.channel.plugins.symfony-project.org/sfformextraplugin.reg index 33f08e5..44896a6 100644 --- a/plugins/.registry/.channel.plugins.symfony-project.org/sfformextraplugin.reg +++ b/plugins/.registry/.channel.plugins.symfony-project.org/sfformextraplugin.reg @@ -9,4 +9,4 @@ a:23:{s:7:"attribs";a:6:{s:5:"xmlns";s:35:"http://pear.php.net/dtd/package-2.0"; * 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 diff --git a/web/css/inadminpanel/style.css b/web/css/inadminpanel/style.css index d9cc90e..dc719b9 100644 --- a/web/css/inadminpanel/style.css +++ b/web/css/inadminpanel/style.css @@ -30,6 +30,17 @@ margin:0px; 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; @@ -324,6 +335,54 @@ background: #d2e7f0; } + +/*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; -- 2.1.4