-- MySQL dump 10.11 -- -- Host: localhost Database: mae_aama -- ------------------------------------------------------ -- Server version 5.0.51a-24+lenny2-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `be_groups` -- DROP TABLE IF EXISTS `be_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `be_groups` ( `uid` int(11) unsigned NOT NULL auto_increment, `pid` int(11) unsigned NOT NULL default '0', `tstamp` int(11) unsigned NOT NULL default '0', `title` varchar(50) NOT NULL default '', `non_exclude_fields` text NOT NULL, `explicit_allowdeny` text NOT NULL, `allowed_languages` varchar(255) default '', `custom_options` text NOT NULL, `db_mountpoints` varchar(255) NOT NULL default '', `pagetypes_select` varchar(255) default '', `tables_select` text NOT NULL, `tables_modify` text NOT NULL, `crdate` int(11) unsigned NOT NULL default '0', `cruser_id` int(11) unsigned NOT NULL default '0', `groupMods` text NOT NULL, `file_mountpoints` varchar(255) NOT NULL default '', `hidden` tinyint(1) unsigned NOT NULL default '0', `inc_access_lists` tinyint(3) unsigned NOT NULL default '0', `description` text NOT NULL, `lockToDomain` varchar(50) NOT NULL default '', `deleted` tinyint(1) unsigned NOT NULL default '0', `TSconfig` text NOT NULL, `subgroup` varchar(255) default '', `hide_in_lists` tinyint(4) NOT NULL default '0', `workspace_perms` tinyint(3) NOT NULL default '1', `tx_templavoila_access` text NOT NULL, PRIMARY KEY (`uid`), KEY `parent` (`pid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `be_groups` -- LOCK TABLES `be_groups` WRITE; /*!40000 ALTER TABLE `be_groups` DISABLE KEYS */; INSERT INTO `be_groups` VALUES (1,0,1165932085,'REDACTEURS','pages:doktype,pages:hidden,pages:nav_hide,pages:subtitle,tt_content:hidden,tt_content:colPos,tt_content:header_layout,tt_content:subheader,tt_content:section_frame,tt_content:linkToTop,tx_smartFAQ_faq:hidden,tx_smartFAQ_faq:question,tx_smartFAQ_faq:reponse,tx_smartquizz_questions:hidden,tx_smartquizz_questions:question,tx_smartquizz_questions:reponses,tx_smartquizz_questions:comment,tx_smartmaehome_content:hidden,tx_smartmaehome_content:title,tx_smartmaehome_content:image,tx_smartmaehome_content:texte,tx_smartmaehome_content:cat,tx_smartmaehome_content:lien,tx_macinabanners_banners:hidden,tx_macinabanners_banners:starttime,tx_macinabanners_banners:endtime,tt_news:image,tt_news:imagecaption,tt_news:imagealttext,tt_news_cat:hidden,tt_news_cat:fe_group,tx_smartecards_main:hidden,tx_smartecards_main:title,tx_smartecards_main:image','tt_content:CType:menu:DENY,tt_content:CType:list:DENY,tt_content:CType:script:DENY,tt_content:CType:div:DENY,tt_content:CType:html:DENY,tt_content:CType:page_php_content_pi1:DENY','','','1','1,4,5,254','pages,tt_content,tx_smartgalery_categories,tx_smartgalery_photos,tx_smartFAQ_faq,tx_smartquizz_questions,tx_smartmaehome_content,tx_macinabanners_banners,tt_news,tx_smartecards_main','pages,tt_content,tx_smartgalery_categories,tx_smartgalery_photos,tx_smartFAQ_faq,tx_smartquizz_questions,tx_smartmaehome_content,tx_macinabanners_banners,tt_news,tx_smartecards_main',1165929837,4,'web,web_layout,web_view,web_list,file,file_list','',0,1,'','',0,'','',0,1,''); /*!40000 ALTER TABLE `be_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `be_sessions` -- DROP TABLE IF EXISTS `be_sessions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `be_sessions` ( `ses_id` varchar(32) NOT NULL default '', `ses_name` varchar(32) NOT NULL default '', `ses_iplock` varchar(39) NOT NULL default '', `ses_hashlock` int(11) NOT NULL default '0', `ses_userid` int(11) unsigned NOT NULL default '0', `ses_tstamp` int(11) unsigned NOT NULL default '0', `ses_data` longtext NOT NULL, `ses_backuserid` int(11) NOT NULL default '0', PRIMARY KEY (`ses_id`,`ses_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `be_sessions` -- LOCK TABLES `be_sessions` WRITE; /*!40000 ALTER TABLE `be_sessions` DISABLE KEYS */; INSERT INTO `be_sessions` VALUES ('82e18bcddef955728c02a7f290cee798','be_typo_user','86.214.119.90',191003926,22,1264679634,'',0); /*!40000 ALTER TABLE `be_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `be_users` -- DROP TABLE IF EXISTS `be_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `be_users` ( `uid` int(11) unsigned NOT NULL auto_increment, `pid` int(11) unsigned NOT NULL default '0', `tstamp` int(11) unsigned NOT NULL default '0', `username` varchar(50) NOT NULL default '', `password` varchar(40) NOT NULL default '', `admin` tinyint(4) unsigned NOT NULL default '0', `usergroup` varchar(255) default '', `disable` tinyint(1) unsigned NOT NULL default '0', `starttime` int(11) unsigned NOT NULL default '0', `endtime` int(11) unsigned NOT NULL default '0', `lang` char(2) NOT NULL default '', `email` varchar(80) NOT NULL default '', `db_mountpoints` varchar(255) NOT NULL default '', `options` tinyint(4) unsigned NOT NULL default '0', `crdate` int(11) unsigned NOT NULL default '0', `cruser_id` int(11) unsigned NOT NULL default '0', `realName` varchar(80) NOT NULL default '', `userMods` varchar(255) default '', `allowed_languages` varchar(255) default '', `uc` text NOT NULL, `file_mountpoints` varchar(255) NOT NULL default '', `fileoper_perms` tinyint(4) NOT NULL default '0', `workspace_perms` tinyint(3) NOT NULL default '1', `lockToDomain` varchar(50) NOT NULL default '', `disableIPlock` tinyint(1) unsigned NOT NULL default '0', `deleted` tinyint(1) unsigned NOT NULL default '0', `TSconfig` text NOT NULL, `lastlogin` int(10) unsigned NOT NULL default '0', `createdByAction` int(11) NOT NULL default '0', `usergroup_cached_list` varchar(255) default '', `workspace_id` int(11) NOT NULL default '0', `workspace_preview` tinyint(3) NOT NULL default '1', PRIMARY KEY (`uid`), KEY `parent` (`pid`), KEY `username` (`username`) ) ENGINE=MyISAM AUTO_INCREMENT=24 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `be_users` -- LOCK TABLES `be_users` WRITE; /*!40000 ALTER TABLE `be_users` DISABLE KEYS */; INSERT INTO `be_users` VALUES (1,0,1154606956,'admin','5f4dcc3b5aa765d61d8327deb882cf99',1,'',0,0,0,'','','',0,1154448754,0,'','','','a:21:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:8:{s:12:\"alt_menu.php\";a:1:{s:4:\"user\";s:1:\"0\";}s:12:\"tools_beuser\";a:1:{s:8:\"function\";s:7:\"compare\";}s:8:\"tools_em\";a:4:{s:8:\"function\";s:1:\"1\";s:9:\"listOrder\";s:3:\"cat\";s:15:\"display_details\";s:1:\"1\";s:13:\"singleDetails\";s:4:\"info\";}s:12:\"tools_config\";a:2:{s:8:\"function\";s:1:\"0\";s:6:\"node_0\";a:1:{s:4:\"USER\";i:1;}}s:9:\"user_task\";a:1:{s:8:\"function\";s:18:\"tx_impexp_modfunc1\";}s:7:\"user_ws\";a:4:{s:8:\"function\";s:7:\"publish\";s:6:\"filter\";s:1:\"1\";s:7:\"display\";s:1:\"0\";s:4:\"diff\";s:1:\"0\";}s:16:\"xMOD_alt_doc.php\";a:1:{s:12:\"showPalettes\";s:2:\"on\";}s:11:\"alt_doc.php\";a:2:{i:0;a:0:{}i:1;s:32:\"a7e64e6007825d54ef0b1341d6984f36\";}}s:19:\"thumbnailsByDefault\";N;s:14:\"emailMeAtLogin\";N;s:13:\"condensedMode\";N;s:10:\"noMenuMode\";s:0:\"\";s:17:\"startInTaskCenter\";N;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";s:2:\"on\";s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";N;s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:2:\"on\";s:20:\"edit_docModuleUpload\";s:2:\"on\";s:15:\"disableCMlayers\";N;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:2:\"fr\";s:15:\"moduleSessionID\";a:7:{s:12:\"tools_beuser\";s:32:\"b48df60cce00d4225fc1272552c7c14f\";s:8:\"tools_em\";s:32:\"80545ff10958145c9efba01647813bb2\";s:12:\"tools_config\";s:32:\"b48df60cce00d4225fc1272552c7c14f\";s:9:\"user_task\";s:32:\"b48df60cce00d4225fc1272552c7c14f\";s:7:\"user_ws\";s:32:\"b48df60cce00d4225fc1272552c7c14f\";s:16:\"xMOD_alt_doc.php\";s:32:\"b48df60cce00d4225fc1272552c7c14f\";s:11:\"alt_doc.php\";s:32:\"b48df60cce00d4225fc1272552c7c14f\";}s:10:\"copyLevels\";i:0;s:15:\"recursiveDelete\";N;}','',7,1,'',0,1,'',1154606465,0,'',0,1),(2,0,1179942027,'chad','b57ad567135b935bd930b86566be9eda',1,'',0,0,0,'fr','chad@smartagence.com','',3,1154606837,1,'Chahdad Shafaghi','web,web_layout,web_view,web_list,web_info,web_perm,web_func,web_txversionM1,file,file_list,doc,user,user_task,user_setup,user_ws','','a:22:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:13:{s:12:\"alt_menu.php\";a:0:{}s:12:\"tools_config\";a:1:{s:8:\"function\";s:1:\"0\";}s:8:\"tools_em\";a:6:{s:8:\"function\";s:1:\"0\";s:9:\"listOrder\";s:3:\"cat\";s:15:\"display_details\";s:1:\"1\";s:13:\"singleDetails\";s:4:\"info\";s:10:\"extMirrors\";s:1686:\"a:5:{s:9:\"typo3.org\";a:5:{s:5:\"title\";s:25:\"TYPO3.org Main Repository\";s:4:\"host\";s:9:\"typo3.org\";s:4:\"path\";s:15:\"/fileadmin/ter/\";s:7:\"country\";s:3:\"DEU\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:13:\"punkt.de GmbH\";s:4:\"link\";s:16:\"http://punkt.de/\";s:4:\"logo\";s:64:\"http://www.typo3.org/fileadmin/templates/images/logo-punktde.gif\";}}s:22:\"ter.rz.tu-clausthal.de\";a:5:{s:5:\"title\";s:17:\"DE Mirror 1 (DFN)\";s:4:\"host\";s:22:\"ter.rz.tu-clausthal.de\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"DEU\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:12:\"TU Clausthal\";s:4:\"link\";s:27:\"http://www.tu-clausthal.de/\";s:4:\"logo\";s:69:\"http://www.typo3.org/fileadmin/templates/images/logo-tu-clausthal.gif\";}}s:15:\"ter.mittwald.de\";a:5:{s:5:\"title\";s:11:\"DE Mirror 2\";s:4:\"host\";s:15:\"ter.mittwald.de\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"DEU\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:26:\"mittwaldmedien CM Services\";s:4:\"link\";s:23:\"http://www.mittwald.de/\";s:4:\"logo\";s:65:\"http://www.typo3.org/fileadmin/templates/images/logo-mittwald.gif\";}}s:17:\"ter.sitedesign.dk\";a:5:{s:5:\"title\";s:11:\"DK Mirror 1\";s:4:\"host\";s:17:\"ter.sitedesign.dk\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"DNK\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:13:\"siteDesign.dk\";s:4:\"link\";s:21:\"http://siteDesign.dk/\";s:4:\"logo\";s:69:\"http://www.typo3.org/fileadmin/templates/images/logo-sitedesigndk.gif\";}}s:28:\"mirror-typo3.vinehosting.com\";a:5:{s:5:\"title\";s:16:\"US Mirror 1 (NJ)\";s:4:\"host\";s:28:\"mirror-typo3.vinehosting.com\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"USA\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:11:\"VineHosting\";s:4:\"link\";s:27:\"http://www.Vinehosting.com/\";s:4:\"logo\";s:68:\"http://www.typo3.org/fileadmin/templates/images/logo-vinehosting.gif\";}}}\";s:17:\"selectedLanguages\";s:19:\"a:1:{i:0;s:2:\"fr\";}\";}s:8:\"web_list\";a:1:{s:15:\"bigControlPanel\";s:1:\"1\";}s:16:\"xMOD_alt_doc.php\";a:0:{}s:11:\"alt_doc.php\";a:2:{i:0;a:1:{s:32:\"7654b808ed7e22ad63e7ed01de6e46b2\";a:3:{i:0;s:21:\"[Sans titre]\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:1672;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:107:\"&edit[tt_content][1672]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}}i:1;s:32:\"7654b808ed7e22ad63e7ed01de6e46b2\";}s:10:\"web_layout\";a:7:{s:8:\"tt_board\";s:1:\"0\";s:10:\"tt_address\";s:1:\"0\";s:8:\"tt_links\";s:1:\"0\";s:11:\"tt_calender\";s:1:\"0\";s:11:\"tt_products\";s:1:\"0\";s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";}s:11:\"tools_dbint\";a:3:{s:8:\"function\";s:1:\"0\";s:6:\"search\";s:3:\"raw\";s:22:\"search_query_makeQuery\";s:3:\"all\";}s:12:\"tools_beuser\";a:1:{s:8:\"function\";s:7:\"compare\";}s:7:\"user_ws\";a:4:{s:8:\"function\";s:7:\"publish\";s:6:\"filter\";s:1:\"1\";s:7:\"display\";s:1:\"0\";s:4:\"diff\";s:1:\"0\";}s:8:\"web_info\";a:5:{s:8:\"function\";s:27:\"tx_infopagetsconfig_webinfo\";s:5:\"pages\";s:1:\"0\";s:9:\"stat_type\";s:1:\"0\";s:5:\"depth\";s:1:\"0\";s:12:\"tsconf_parts\";s:1:\"0\";}s:8:\"web_func\";a:3:{s:8:\"function\";s:22:\"tx_funcwizards_webfunc\";s:3:\"wiz\";s:26:\"tx_wizardcrpages_webfunc_2\";s:6:\"cr_333\";s:1:\"0\";}s:32:\"t3lib_BEfunc::getSetUpdateSignal\";a:1:{s:3:\"set\";s:0:\"\";}}s:19:\"thumbnailsByDefault\";N;s:14:\"emailMeAtLogin\";N;s:13:\"condensedMode\";N;s:10:\"noMenuMode\";s:5:\"icons\";s:17:\"startInTaskCenter\";N;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";s:2:\"on\";s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";N;s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:2:\"on\";s:20:\"edit_docModuleUpload\";s:2:\"on\";s:15:\"disableCMlayers\";N;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:2:\"fr\";s:15:\"moduleSessionID\";a:12:{s:12:\"tools_config\";s:32:\"b48df60cce00d4225fc1272552c7c14f\";s:8:\"tools_em\";s:32:\"d0b649b44c5bc6cf42cfe72248917f57\";s:8:\"web_list\";s:32:\"d0b649b44c5bc6cf42cfe72248917f57\";s:16:\"xMOD_alt_doc.php\";s:32:\"d0b649b44c5bc6cf42cfe72248917f57\";s:11:\"alt_doc.php\";s:32:\"37220babf3ffeb6d4f71f4addb3cc87c\";s:10:\"web_layout\";s:32:\"d0b649b44c5bc6cf42cfe72248917f57\";s:11:\"tools_dbint\";s:32:\"7a10ece738aebf56026da0872a88ce6a\";s:12:\"tools_beuser\";s:32:\"7a10ece738aebf56026da0872a88ce6a\";s:7:\"user_ws\";s:32:\"d0b649b44c5bc6cf42cfe72248917f57\";s:8:\"web_info\";s:32:\"d0b649b44c5bc6cf42cfe72248917f57\";s:8:\"web_func\";s:32:\"d0b649b44c5bc6cf42cfe72248917f57\";s:32:\"t3lib_BEfunc::getSetUpdateSignal\";s:32:\"d0b649b44c5bc6cf42cfe72248917f57\";}s:10:\"copyLevels\";i:0;s:15:\"recursiveDelete\";N;s:11:\"browseTrees\";a:1:{s:11:\"browsePages\";s:59:\"a:1:{i:0;a:5:{i:0;i:1;i:1;i:1;i:48;i:1;i:41;i:1;i:43;i:1;}}\";}}','',31,7,'',0,1,'',1172070810,0,'',0,1),(3,0,1179942097,'charles','b57ad567135b935bd930b86566be9eda',1,'',0,0,0,'','','',3,1154606908,1,'','','','a:23:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:26:{s:12:\"alt_menu.php\";a:0:{}s:12:\"tools_beuser\";a:1:{s:8:\"function\";s:7:\"compare\";}s:8:\"web_list\";a:2:{s:15:\"bigControlPanel\";s:1:\"1\";s:9:\"clipBoard\";s:1:\"1\";}s:8:\"tools_em\";a:6:{s:8:\"function\";s:1:\"0\";s:9:\"listOrder\";s:3:\"cat\";s:15:\"display_details\";s:1:\"1\";s:13:\"singleDetails\";s:4:\"edit\";s:17:\"selectedLanguages\";s:19:\"a:1:{i:0;s:2:\"fr\";}\";s:10:\"extMirrors\";s:1686:\"a:5:{s:9:\"typo3.org\";a:5:{s:5:\"title\";s:25:\"TYPO3.org Main Repository\";s:4:\"host\";s:9:\"typo3.org\";s:4:\"path\";s:15:\"/fileadmin/ter/\";s:7:\"country\";s:3:\"DEU\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:13:\"punkt.de GmbH\";s:4:\"link\";s:16:\"http://punkt.de/\";s:4:\"logo\";s:64:\"http://www.typo3.org/fileadmin/templates/images/logo-punktde.gif\";}}s:22:\"ter.rz.tu-clausthal.de\";a:5:{s:5:\"title\";s:17:\"DE Mirror 1 (DFN)\";s:4:\"host\";s:22:\"ter.rz.tu-clausthal.de\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"DEU\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:12:\"TU Clausthal\";s:4:\"link\";s:27:\"http://www.tu-clausthal.de/\";s:4:\"logo\";s:69:\"http://www.typo3.org/fileadmin/templates/images/logo-tu-clausthal.gif\";}}s:15:\"ter.mittwald.de\";a:5:{s:5:\"title\";s:11:\"DE Mirror 2\";s:4:\"host\";s:15:\"ter.mittwald.de\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"DEU\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:26:\"mittwaldmedien CM Services\";s:4:\"link\";s:23:\"http://www.mittwald.de/\";s:4:\"logo\";s:65:\"http://www.typo3.org/fileadmin/templates/images/logo-mittwald.gif\";}}s:17:\"ter.sitedesign.dk\";a:5:{s:5:\"title\";s:11:\"DK Mirror 1\";s:4:\"host\";s:17:\"ter.sitedesign.dk\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"DNK\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:13:\"siteDesign.dk\";s:4:\"link\";s:21:\"http://siteDesign.dk/\";s:4:\"logo\";s:69:\"http://www.typo3.org/fileadmin/templates/images/logo-sitedesigndk.gif\";}}s:28:\"mirror-typo3.vinehosting.com\";a:5:{s:5:\"title\";s:16:\"US Mirror 1 (NJ)\";s:4:\"host\";s:28:\"mirror-typo3.vinehosting.com\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"USA\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:11:\"VineHosting\";s:4:\"link\";s:27:\"http://www.Vinehosting.com/\";s:4:\"logo\";s:68:\"http://www.typo3.org/fileadmin/templates/images/logo-vinehosting.gif\";}}}\";}s:9:\"xMod_test\";a:1:{s:19:\"constant_editor_cat\";s:5:\"basic\";}s:16:\"xMOD_alt_doc.php\";a:1:{s:12:\"showPalettes\";s:2:\"on\";}s:11:\"alt_doc.php\";a:2:{i:0;a:0:{}i:1;s:32:\"2e2a63ec650922a5a79a2f2e5dbf6e7a\";}s:16:\"browse_links.php\";N;s:32:\"t3lib_BEfunc::getSetUpdateSignal\";a:1:{s:3:\"set\";s:0:\"\";}s:9:\"file_list\";a:1:{s:13:\"displayThumbs\";s:1:\"0\";}s:9:\"clipboard\";a:6:{s:5:\"tab_1\";a:1:{s:4:\"mode\";s:0:\"\";}s:5:\"tab_2\";a:0:{}s:5:\"tab_3\";a:0:{}s:7:\"current\";s:6:\"normal\";s:9:\"_setThumb\";N;s:6:\"normal\";a:2:{s:2:\"el\";a:1:{s:10:\"be_users|3\";s:1:\"1\";}s:4:\"mode\";s:4:\"copy\";}}s:13:\"tools_isearch\";a:1:{s:8:\"function\";s:10:\"typo3pages\";}s:8:\"web_func\";a:3:{s:8:\"function\";s:22:\"tx_funcwizards_webfunc\";s:3:\"wiz\";s:26:\"tx_wizardcrpages_webfunc_2\";s:6:\"cr_333\";s:1:\"0\";}s:12:\"tools_config\";a:1:{s:8:\"function\";s:1:\"0\";}s:25:\"db_list.php/displayFields\";a:1:{s:5:\"pages\";a:1:{i:0;s:5:\"alias\";}}s:10:\"web_layout\";a:8:{s:8:\"tt_board\";s:1:\"0\";s:10:\"tt_address\";s:1:\"0\";s:8:\"tt_links\";s:1:\"0\";s:11:\"tt_calender\";s:1:\"0\";s:11:\"tt_products\";s:1:\"0\";s:8:\"function\";s:1:\"3\";s:8:\"language\";s:1:\"0\";s:21:\"tt_content_showHidden\";s:1:\"1\";}s:6:\"web_ts\";a:7:{s:8:\"function\";s:17:\"tx_tstemplateinfo\";s:19:\"constant_editor_cat\";s:5:\"basic\";s:15:\"templatesOnPage\";s:1:\"1\";s:15:\"ts_browser_type\";s:5:\"setup\";s:25:\"ts_browser_toplevel_setup\";s:1:\"0\";s:25:\"ts_browser_toplevel_const\";s:1:\"0\";s:16:\"ts_browser_const\";s:1:\"0\";}s:9:\"tools_log\";a:4:{s:5:\"users\";s:1:\"0\";s:4:\"time\";s:1:\"0\";s:3:\"max\";s:3:\"500\";s:6:\"action\";s:1:\"0\";}s:8:\"web_perm\";a:2:{s:5:\"depth\";s:1:\"1\";s:4:\"mode\";s:5:\"perms\";}s:15:\"web_txversionM1\";a:2:{s:6:\"filter\";s:1:\"1\";s:7:\"display\";s:1:\"0\";}s:22:\"web_txakronymmanagerM1\";a:1:{s:8:\"function\";s:1:\"1\";}s:9:\"user_task\";a:1:{s:8:\"function\";s:18:\"tx_impexp_modfunc1\";}s:11:\"tools_dbint\";a:3:{s:8:\"function\";s:1:\"0\";s:6:\"search\";s:3:\"raw\";s:22:\"search_query_makeQuery\";s:3:\"all\";}s:7:\"user_ws\";a:4:{s:8:\"function\";s:7:\"publish\";s:6:\"filter\";s:1:\"1\";s:7:\"display\";s:1:\"0\";s:4:\"diff\";s:1:\"0\";}s:8:\"web_info\";a:5:{s:8:\"function\";s:25:\"tx_indexedsearch_modfunc1\";s:5:\"pages\";s:1:\"0\";s:9:\"stat_type\";s:1:\"0\";s:5:\"depth\";s:3:\"999\";s:4:\"type\";s:1:\"0\";}s:16:\"select_image.php\";a:2:{s:3:\"act\";s:5:\"magic\";s:12:\"expandFolder\";s:70:\"/home/mae/www/fileadmin/Images/Musee/Centre_documentation/Phototheque/\";}}s:19:\"thumbnailsByDefault\";N;s:14:\"emailMeAtLogin\";N;s:13:\"condensedMode\";N;s:10:\"noMenuMode\";s:0:\"\";s:17:\"startInTaskCenter\";N;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";s:2:\"on\";s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";N;s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:2:\"on\";s:20:\"edit_docModuleUpload\";s:2:\"on\";s:15:\"disableCMlayers\";N;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:2:\"fr\";s:15:\"moduleSessionID\";a:25:{s:12:\"tools_beuser\";s:32:\"8e1fe279c019f1eca40468e70accdf40\";s:8:\"web_list\";s:32:\"9faeb38188520a894fd18f0b4fdf6cb7\";s:8:\"tools_em\";s:32:\"fd4f224702a3f5ffb513f00b076ba0c5\";s:9:\"xMod_test\";s:32:\"8bd665f863384ae880b67dd59e201273\";s:16:\"xMOD_alt_doc.php\";s:32:\"65bbcdfdc42767d3ed3654bc7f849cb5\";s:11:\"alt_doc.php\";s:32:\"9faeb38188520a894fd18f0b4fdf6cb7\";s:16:\"browse_links.php\";s:32:\"d75946cc6ab8401c84b0602318757860\";s:32:\"t3lib_BEfunc::getSetUpdateSignal\";s:32:\"376952502aa67ae8f81f0c026b356b70\";s:9:\"file_list\";s:32:\"1850e10fca8b7ae6ba1e0e6108c45e36\";s:9:\"clipboard\";s:32:\"9faeb38188520a894fd18f0b4fdf6cb7\";s:13:\"tools_isearch\";s:32:\"2996870b28d1f0dfb66736a61707e6b0\";s:8:\"web_func\";s:32:\"43ebc775302688bf0775533d601f510b\";s:12:\"tools_config\";s:32:\"24374a5fa2d5edf60f2c00d3c03d6e05\";s:25:\"db_list.php/displayFields\";s:32:\"522d35db950235522acce904f606dde0\";s:10:\"web_layout\";s:32:\"2996870b28d1f0dfb66736a61707e6b0\";s:6:\"web_ts\";s:32:\"04d9c4ed55639f8af7e921a86b8c0d36\";s:9:\"tools_log\";s:32:\"ef6a4440d7bb1a2e6149e28802c61a2c\";s:8:\"web_perm\";s:32:\"0e0c8b1fe0b2dc1718f1f1a038914a03\";s:15:\"web_txversionM1\";s:32:\"2996870b28d1f0dfb66736a61707e6b0\";s:22:\"web_txakronymmanagerM1\";s:32:\"2996870b28d1f0dfb66736a61707e6b0\";s:9:\"user_task\";s:32:\"2996870b28d1f0dfb66736a61707e6b0\";s:11:\"tools_dbint\";s:32:\"f1c1b908c19e98d3e3a9da5c6aff515e\";s:7:\"user_ws\";s:32:\"f1c1b908c19e98d3e3a9da5c6aff515e\";s:8:\"web_info\";s:32:\"2996870b28d1f0dfb66736a61707e6b0\";s:16:\"select_image.php\";s:32:\"0e8ae5a6d922afee6ea60a8e3fc75556\";}s:10:\"copyLevels\";i:20;s:15:\"recursiveDelete\";s:2:\"on\";s:11:\"browseTrees\";a:2:{s:11:\"browsePages\";s:120:\"a:1:{i:0;a:12:{i:78;i:1;i:1;i:1;i:0;i:1;i:7;i:1;i:20;i:1;i:19;i:1;i:46;i:1;i:45;i:1;i:61;i:1;i:44;i:1;i:8;i:1;i:5;i:1;}}\";s:6:\"folder\";s:121:\"a:1:{i:4470;a:7:{i:12915330;i:1;i:16325963;i:1;i:7361179;i:1;i:2495403;i:1;i:14686215;i:1;i:9835237;i:1;i:15409540;i:1;}}\";}s:16:\"TSFE_adminConfig\";a:14:{s:11:\"display_top\";s:1:\"1\";s:15:\"display_preview\";s:1:\"1\";s:13:\"display_cache\";s:1:\"1\";s:15:\"display_publish\";s:0:\"\";s:12:\"display_edit\";s:0:\"\";s:15:\"display_tsdebug\";s:0:\"\";s:12:\"display_info\";s:0:\"\";s:13:\"cache_noCache\";s:1:\"0\";s:22:\"cache_clearCacheLevels\";s:1:\"0\";s:18:\"cache_clearCacheId\";s:2:\"27\";s:23:\"preview_showHiddenPages\";s:1:\"0\";s:25:\"preview_showHiddenRecords\";s:1:\"0\";s:20:\"preview_simulateDate\";s:0:\"\";s:25:\"preview_simulateUserGroup\";s:1:\"0\";}}','',31,3,'',0,1,'',1179941976,0,'',0,1),(4,0,1179942027,'mickael','2eeb30febae8cfdb39508f7c2ada2240',1,'',0,0,0,'fr','mickael@smartagence.com','',3,1162813039,3,'Mickael Zamfirescu','','','a:23:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:18:{s:12:\"alt_menu.php\";a:0:{}s:10:\"web_layout\";a:8:{s:8:\"tt_board\";s:1:\"0\";s:10:\"tt_address\";s:1:\"0\";s:8:\"tt_links\";s:1:\"0\";s:11:\"tt_calender\";s:1:\"0\";s:11:\"tt_products\";s:1:\"0\";s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";s:21:\"tt_content_showHidden\";s:2:\"on\";}s:16:\"xMOD_alt_doc.php\";a:2:{s:12:\"showPalettes\";s:2:\"on\";s:16:\"showDescriptions\";s:2:\"on\";}s:11:\"alt_doc.php\";a:2:{i:0;a:1:{s:32:\"9cc61e679d61aa68710af5f546dacdd8\";a:3:{i:0;s:8:\"CONCORDE\";i:1;a:7:{s:4:\"edit\";a:1:{s:23:\"tx_smartmaehome_content\";a:1:{i:3;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:117:\"&edit[tx_smartmaehome_content][3]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}}i:1;s:32:\"9cc61e679d61aa68710af5f546dacdd8\";}s:9:\"file_list\";a:2:{s:9:\"clipBoard\";s:1:\"1\";s:13:\"displayThumbs\";s:1:\"1\";}s:8:\"web_list\";a:3:{s:15:\"bigControlPanel\";s:1:\"1\";s:9:\"clipBoard\";s:1:\"1\";s:12:\"localization\";s:1:\"1\";}s:12:\"tools_config\";a:1:{s:8:\"function\";s:1:\"0\";}s:12:\"tools_beuser\";a:1:{s:8:\"function\";s:7:\"compare\";}s:32:\"t3lib_BEfunc::getSetUpdateSignal\";a:1:{s:3:\"set\";s:0:\"\";}s:16:\"browse_links.php\";a:1:{s:12:\"expandFolder\";s:105:\"/home/mae/www/fileadmin/user_upload/Images/Collections_et_expositions/Collections/1500-1900/Petit_format/\";}s:9:\"clipboard\";a:6:{s:6:\"normal\";a:0:{}s:5:\"tab_1\";a:0:{}s:5:\"tab_2\";a:1:{s:4:\"mode\";s:0:\"\";}s:5:\"tab_3\";a:0:{}s:7:\"current\";s:5:\"tab_2\";s:9:\"_setThumb\";N;}s:8:\"web_perm\";a:2:{s:5:\"depth\";s:2:\"10\";s:4:\"mode\";s:5:\"perms\";}s:9:\"user_task\";a:1:{s:8:\"function\";s:18:\"tx_impexp_modfunc1\";}s:7:\"user_ws\";a:4:{s:8:\"function\";s:7:\"publish\";s:6:\"filter\";s:1:\"1\";s:7:\"display\";s:1:\"0\";s:4:\"diff\";s:1:\"0\";}s:25:\"db_list.php/displayFields\";a:2:{s:5:\"pages\";a:1:{i:0;s:6:\"layout\";}s:10:\"tt_content\";a:1:{i:0;s:6:\"header\";}}s:9:\"tools_log\";a:4:{s:5:\"users\";s:1:\"0\";s:4:\"time\";s:1:\"2\";s:3:\"max\";s:3:\"500\";s:6:\"action\";s:1:\"1\";}s:6:\"web_ts\";a:3:{s:8:\"function\";s:17:\"tx_tstemplateinfo\";s:15:\"templatesOnPage\";s:1:\"1\";s:19:\"constant_editor_cat\";s:5:\"basic\";}s:22:\"web_txakronymmanagerM1\";a:1:{s:8:\"function\";s:1:\"1\";}}s:19:\"thumbnailsByDefault\";N;s:14:\"emailMeAtLogin\";N;s:13:\"condensedMode\";N;s:10:\"noMenuMode\";s:5:\"icons\";s:17:\"startInTaskCenter\";N;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";s:2:\"on\";s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";N;s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:2:\"on\";s:20:\"edit_docModuleUpload\";s:2:\"on\";s:15:\"disableCMlayers\";N;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:2:\"fr\";s:15:\"moduleSessionID\";a:17:{s:10:\"web_layout\";s:32:\"de3021155c15f214d13262c4beb4b9c9\";s:16:\"xMOD_alt_doc.php\";s:32:\"8a3d77388f0c2b27e9bab00ded75b87c\";s:11:\"alt_doc.php\";s:32:\"18f21db4397e20f3b26d94c83dca3d7a\";s:9:\"file_list\";s:32:\"5e8361af8bd08a38d0acae34fca6b587\";s:8:\"web_list\";s:32:\"8f0a54bae4cca6f264fa540994ec1f0f\";s:12:\"tools_config\";s:32:\"8f0a54bae4cca6f264fa540994ec1f0f\";s:12:\"tools_beuser\";s:32:\"fc6fafcdc456c8fd6793c809f917fcf0\";s:32:\"t3lib_BEfunc::getSetUpdateSignal\";s:32:\"104649145990ec31ff052e9cbd348385\";s:16:\"browse_links.php\";s:32:\"99ba61b3488dcb10c13378325bddcb83\";s:9:\"clipboard\";s:32:\"9328b763f7f33893d0ef2b3f82ce3796\";s:8:\"web_perm\";s:32:\"09164bfbae8210e3a5a1a18f8d6f8d84\";s:9:\"user_task\";s:32:\"bbb786b529e67157b09e155d160d3436\";s:7:\"user_ws\";s:32:\"1df6096db95cbe35c2b84e4f468a28a6\";s:25:\"db_list.php/displayFields\";s:32:\"8a3d77388f0c2b27e9bab00ded75b87c\";s:9:\"tools_log\";s:32:\"8a3d77388f0c2b27e9bab00ded75b87c\";s:6:\"web_ts\";s:32:\"9c1d1ee35c1239f14462de893b82c11a\";s:22:\"web_txakronymmanagerM1\";s:32:\"1914a943a956f5fff915ffb31c3ec985\";}s:11:\"browseTrees\";a:2:{s:11:\"browsePages\";s:235:\"a:1:{i:0;a:24:{i:386;i:1;i:17;i:1;i:0;i:1;i:998;i:1;i:999;i:1;i:937;i:1;i:935;i:1;i:8;i:1;i:1004;i:1;i:20;i:1;i:19;i:1;i:47;i:1;i:22;i:1;i:41;i:1;i:44;i:1;i:45;i:1;i:7;i:1;i:5;i:1;i:43;i:1;i:1;i:1;i:2;i:1;i:198;i:1;i:97;i:1;i:48;i:1;}}\";s:6:\"folder\";s:263:\"a:1:{i:4470;a:17:{i:3333366;i:1;i:7361179;i:1;i:9009753;i:1;i:8462869;i:1;i:8075983;i:1;i:1951154;i:1;i:5955475;i:1;i:14164005;i:1;i:12915330;i:1;i:14686215;i:1;i:12332709;i:1;i:10840441;i:1;i:2495403;i:1;i:9844054;i:1;i:6753120;i:1;i:7582794;i:1;i:6233787;i:1;}}\";}s:16:\"TSFE_adminConfig\";a:7:{s:11:\"display_top\";s:1:\"0\";s:15:\"display_preview\";s:0:\"\";s:13:\"display_cache\";s:0:\"\";s:15:\"display_publish\";s:0:\"\";s:12:\"display_edit\";s:0:\"\";s:15:\"display_tsdebug\";s:0:\"\";s:12:\"display_info\";s:0:\"\";}s:10:\"copyLevels\";i:5;s:15:\"recursiveDelete\";s:2:\"on\";}','',31,3,'',0,1,'',1179904183,0,'',0,1),(6,0,1164831499,'alban','05eb26d87e6361dc7c8ed07b9db7911d',1,'',0,0,0,'','','',1,1164830792,4,'','','','a:20:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:6:{s:12:\"alt_menu.php\";a:0:{}s:9:\"file_list\";a:0:{}s:8:\"web_list\";a:0:{}s:16:\"xMOD_alt_doc.php\";a:0:{}s:11:\"alt_doc.php\";a:2:{i:0;a:1:{s:32:\"8e2e9db10cb2c6a3fcc91f83e69a30e6\";a:3:{i:0;s:5:\"alban\";i:1;a:7:{s:4:\"edit\";a:1:{s:8:\"be_users\";a:1:{i:6;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:102:\"&edit[be_users][6]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}}i:1;s:32:\"8e2e9db10cb2c6a3fcc91f83e69a30e6\";}s:12:\"tools_beuser\";a:1:{s:8:\"function\";s:7:\"compare\";}}s:19:\"thumbnailsByDefault\";i:0;s:14:\"emailMeAtLogin\";i:0;s:13:\"condensedMode\";i:0;s:10:\"noMenuMode\";i:0;s:17:\"startInTaskCenter\";i:0;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";i:1;s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";s:1:\"0\";s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:1:\"1\";s:20:\"edit_docModuleUpload\";s:1:\"1\";s:15:\"disableCMlayers\";i:0;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:0:\"\";s:15:\"moduleSessionID\";a:5:{s:9:\"file_list\";s:32:\"bbb786b529e67157b09e155d160d3436\";s:8:\"web_list\";s:32:\"bbb786b529e67157b09e155d160d3436\";s:16:\"xMOD_alt_doc.php\";s:32:\"bbb786b529e67157b09e155d160d3436\";s:11:\"alt_doc.php\";s:32:\"bbb786b529e67157b09e155d160d3436\";s:12:\"tools_beuser\";s:32:\"bbb786b529e67157b09e155d160d3436\";}s:11:\"browseTrees\";a:1:{s:6:\"folder\";s:120:\"a:2:{i:4470;a:4:{i:12915330;i:1;i:7582794;i:1;i:2495403;i:1;i:14686215;i:1;}i:23470;a:2:{i:2495403;i:1;i:14686215;i:1;}}\";}}','1',31,3,'',0,1,'',0,0,'',0,1),(5,0,1179942027,'olivier','14aadb6bb635118b2f689608ae9d43e0',1,'',0,0,0,'fr','olivier@smartagence.com','',3,1163158342,4,'Olivier Hournau','','','a:21:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:14:{s:12:\"alt_menu.php\";a:3:{s:5:\"tools\";s:1:\"0\";s:4:\"help\";s:1:\"0\";s:4:\"user\";s:1:\"0\";}s:8:\"web_list\";a:1:{s:15:\"bigControlPanel\";s:1:\"1\";}s:10:\"web_layout\";a:7:{s:8:\"tt_board\";s:1:\"0\";s:10:\"tt_address\";s:1:\"0\";s:8:\"tt_links\";s:1:\"0\";s:11:\"tt_calender\";s:1:\"0\";s:11:\"tt_products\";s:1:\"0\";s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";}s:16:\"xMOD_alt_doc.php\";a:0:{}s:11:\"alt_doc.php\";a:2:{i:0;a:2:{s:32:\"f12d84af24a932b388f9edd640336ac4\";a:3:{i:0;s:33:\"Ceci est une presentation des ...\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:189;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:106:\"&edit[tt_content][189]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"1722b0a258ab8b21bf106226a63218e2\";a:3:{i:0;s:11:\"1500 - 1900\";i:1;a:7:{s:4:\"edit\";a:1:{s:5:\"pages\";a:1:{i:97;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:100:\"&edit[pages][97]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}}i:1;s:32:\"1722b0a258ab8b21bf106226a63218e2\";}s:32:\"t3lib_BEfunc::getSetUpdateSignal\";a:1:{s:3:\"set\";s:0:\"\";}s:9:\"file_list\";a:0:{}s:22:\"web_txakronymmanagerM1\";a:1:{s:8:\"function\";s:1:\"1\";}s:6:\"web_ts\";a:2:{s:8:\"function\";s:17:\"tx_tstemplateinfo\";s:19:\"constant_editor_cat\";s:26:\"plugin.source_optimization\";}s:15:\"web_txversionM1\";a:2:{s:6:\"filter\";s:1:\"1\";s:7:\"display\";s:1:\"0\";}s:8:\"web_func\";a:3:{s:8:\"function\";s:22:\"tx_funcwizards_webfunc\";s:3:\"wiz\";s:26:\"tx_wizardcrpages_webfunc_2\";s:6:\"cr_333\";s:1:\"0\";}s:8:\"web_perm\";a:2:{s:5:\"depth\";s:1:\"1\";s:4:\"mode\";s:1:\"0\";}s:8:\"web_info\";a:4:{s:8:\"function\";s:19:\"tx_cms_webinfo_page\";s:5:\"pages\";s:1:\"0\";s:9:\"stat_type\";s:1:\"0\";s:5:\"depth\";s:1:\"0\";}s:9:\"tools_log\";a:4:{s:5:\"users\";s:1:\"0\";s:4:\"time\";s:1:\"0\";s:3:\"max\";s:3:\"200\";s:6:\"action\";s:1:\"0\";}}s:19:\"thumbnailsByDefault\";i:0;s:14:\"emailMeAtLogin\";i:0;s:13:\"condensedMode\";i:0;s:10:\"noMenuMode\";i:0;s:17:\"startInTaskCenter\";i:0;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";i:1;s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";s:1:\"0\";s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:1:\"1\";s:20:\"edit_docModuleUpload\";s:1:\"1\";s:15:\"disableCMlayers\";i:0;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:2:\"fr\";s:15:\"moduleSessionID\";a:13:{s:8:\"web_list\";s:32:\"6da2de7f3dba932e501e347d7b6f29e6\";s:10:\"web_layout\";s:32:\"6da2de7f3dba932e501e347d7b6f29e6\";s:16:\"xMOD_alt_doc.php\";s:32:\"6da2de7f3dba932e501e347d7b6f29e6\";s:11:\"alt_doc.php\";s:32:\"3d61c5e2849a190d39a32d19751950c9\";s:32:\"t3lib_BEfunc::getSetUpdateSignal\";s:32:\"3d61c5e2849a190d39a32d19751950c9\";s:9:\"file_list\";s:32:\"6da2de7f3dba932e501e347d7b6f29e6\";s:22:\"web_txakronymmanagerM1\";s:32:\"6da2de7f3dba932e501e347d7b6f29e6\";s:6:\"web_ts\";s:32:\"efe897bd5c0f378b8119768f2370e5d7\";s:15:\"web_txversionM1\";s:32:\"6da2de7f3dba932e501e347d7b6f29e6\";s:8:\"web_func\";s:32:\"6da2de7f3dba932e501e347d7b6f29e6\";s:8:\"web_perm\";s:32:\"6da2de7f3dba932e501e347d7b6f29e6\";s:8:\"web_info\";s:32:\"6da2de7f3dba932e501e347d7b6f29e6\";s:9:\"tools_log\";s:32:\"efe897bd5c0f378b8119768f2370e5d7\";}s:11:\"browseTrees\";a:2:{s:11:\"browsePages\";s:41:\"a:1:{i:0;a:3:{i:0;i:1;i:1;i:1;i:79;i:1;}}\";s:6:\"folder\";s:48:\"a:1:{i:4470;a:2:{i:12915330;i:1;i:5448494;i:1;}}\";}s:16:\"TSFE_adminConfig\";a:11:{s:11:\"display_top\";s:1:\"0\";s:15:\"display_preview\";s:0:\"\";s:13:\"display_cache\";s:0:\"\";s:15:\"display_publish\";s:0:\"\";s:12:\"display_edit\";s:1:\"1\";s:15:\"display_tsdebug\";s:0:\"\";s:12:\"display_info\";s:0:\"\";s:22:\"edit_displayFieldIcons\";s:1:\"1\";s:17:\"edit_displayIcons\";s:1:\"1\";s:20:\"edit_editFormsOnPage\";s:1:\"0\";s:16:\"edit_editNoPopup\";s:1:\"0\";}}','',31,3,'',0,1,'',1165596372,0,'',0,1),(9,0,1223727037,'alain','bfea1ba8979306a0064a43f790857373',1,'',0,0,0,'fr','alaincuroy@wanadoo.fr','',3,1165929408,4,'Alain Curoy','','','a:23:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:28:{s:12:\"alt_menu.php\";a:3:{s:4:\"user\";s:1:\"0\";s:3:\"web\";s:1:\"0\";s:9:\"expandAll\";s:1:\"1\";}s:12:\"tools_beuser\";a:1:{s:8:\"function\";s:7:\"compare\";}s:8:\"web_list\";a:3:{s:15:\"bigControlPanel\";s:1:\"1\";s:9:\"clipBoard\";s:1:\"1\";s:12:\"localization\";s:1:\"1\";}s:8:\"web_perm\";a:2:{s:5:\"depth\";s:1:\"1\";s:4:\"mode\";s:5:\"perms\";}s:16:\"xMOD_alt_doc.php\";a:3:{s:12:\"showPalettes\";s:2:\"on\";s:16:\"showDescriptions\";s:2:\"on\";s:10:\"disableRTE\";s:1:\"0\";}s:11:\"alt_doc.php\";a:2:{i:0;a:0:{}i:1;s:32:\"b233b24aaabdac84988ad3dfc4ded489\";}s:16:\"browse_links.php\";N;s:10:\"web_layout\";a:8:{s:8:\"tt_board\";s:1:\"0\";s:10:\"tt_address\";s:1:\"0\";s:8:\"tt_links\";s:1:\"0\";s:11:\"tt_calender\";s:1:\"0\";s:11:\"tt_products\";s:1:\"0\";s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";s:21:\"tt_content_showHidden\";s:1:\"1\";}s:9:\"file_list\";a:4:{s:13:\"displayThumbs\";s:1:\"1\";s:4:\"sort\";s:4:\"file\";s:7:\"reverse\";s:1:\"0\";s:9:\"clipBoard\";s:1:\"1\";}s:32:\"t3lib_BEfunc::getSetUpdateSignal\";a:1:{s:3:\"set\";s:0:\"\";}s:7:\"user_ws\";a:4:{s:8:\"function\";s:7:\"publish\";s:6:\"filter\";s:1:\"1\";s:7:\"display\";s:1:\"0\";s:4:\"diff\";s:1:\"0\";}s:9:\"clipboard\";a:6:{s:5:\"tab_1\";a:0:{}s:5:\"tab_2\";a:0:{}s:5:\"tab_3\";a:0:{}s:7:\"current\";s:6:\"normal\";s:9:\"_setThumb\";N;s:6:\"normal\";a:2:{s:2:\"el\";a:1:{s:15:\"tt_content|2571\";s:1:\"1\";}s:4:\"mode\";s:4:\"copy\";}}s:9:\"tools_log\";a:4:{s:5:\"users\";s:1:\"0\";s:4:\"time\";s:2:\"11\";s:3:\"max\";s:3:\"500\";s:6:\"action\";s:1:\"0\";}s:6:\"web_ts\";a:8:{s:8:\"function\";s:17:\"tx_tstemplateinfo\";s:15:\"templatesOnPage\";s:1:\"1\";s:19:\"constant_editor_cat\";s:7:\"address\";s:15:\"ts_browser_type\";s:5:\"setup\";s:25:\"ts_browser_toplevel_setup\";s:1:\"0\";s:25:\"ts_browser_toplevel_const\";s:1:\"0\";s:16:\"ts_browser_const\";s:1:\"0\";s:25:\"tsbrowser_depthKeys_setup\";a:12:{s:5:\"ulNav\";i:1;s:5:\"nav01\";i:1;s:7:\"nav01.1\";i:1;s:10:\"nav01.1.NO\";i:1;s:17:\"nav01.1.NO.before\";i:1;s:4:\"page\";i:1;s:10:\"tt_address\";i:1;s:13:\"tt_address.10\";i:1;s:13:\"tt_address.20\";i:1;s:13:\"tt_address.40\";i:1;s:7:\"ONGLETS\";i:1;s:6:\"config\";i:1;}}s:8:\"web_func\";a:3:{s:8:\"function\";s:22:\"tx_funcwizards_webfunc\";s:3:\"wiz\";s:28:\"tx_wizardsortpages_webfunc_2\";s:6:\"cr_333\";s:1:\"0\";}s:15:\"web_txversionM1\";a:2:{s:6:\"filter\";s:1:\"1\";s:7:\"display\";s:1:\"0\";}s:11:\"tools_dbint\";a:3:{s:8:\"function\";s:1:\"0\";s:6:\"search\";s:3:\"raw\";s:22:\"search_query_makeQuery\";s:3:\"all\";}s:12:\"tools_config\";a:2:{s:8:\"function\";s:1:\"0\";s:6:\"node_0\";a:2:{s:3:\"SYS\";i:1;s:3:\"GFX\";i:1;}}s:13:\"tools_isearch\";a:1:{s:8:\"function\";s:4:\"stat\";}s:22:\"web_txakronymmanagerM1\";a:1:{s:8:\"function\";s:1:\"1\";}s:9:\"user_task\";a:1:{s:8:\"function\";s:18:\"tx_impexp_modfunc1\";}s:8:\"tools_em\";a:4:{s:8:\"function\";s:1:\"2\";s:9:\"listOrder\";s:3:\"cat\";s:15:\"display_details\";s:1:\"0\";s:13:\"singleDetails\";s:4:\"info\";}s:25:\"db_list.php/displayFields\";a:4:{s:7:\"tt_news\";a:1:{i:0;s:6:\"crdate\";}s:10:\"tt_content\";a:1:{i:0;s:0:\"\";}s:5:\"pages\";a:1:{i:0;s:5:\"title\";}s:15:\"tx_smartFAQ_faq\";a:1:{i:0;s:9:\"_CONTROL_\";}}s:16:\"select_image.php\";a:2:{s:3:\"act\";s:5:\"magic\";s:12:\"expandFolder\";s:68:\"/home/mae/www/fileadmin/user_upload/Images/Journalistes/Communiques/\";}s:8:\"web_info\";a:4:{s:8:\"function\";s:19:\"tx_cms_webinfo_page\";s:5:\"pages\";s:1:\"0\";s:9:\"stat_type\";s:1:\"0\";s:5:\"depth\";s:1:\"0\";}s:19:\"tools_txccawstatsM1\";a:1:{s:8:\"function\";s:0:\"\";}s:13:\"xMOD_tximpexp\";a:1:{s:8:\"function\";s:0:\"\";}s:30:\"tools_beuser/index.php/compare\";a:3:{s:7:\"modules\";s:1:\"1\";s:6:\"userTS\";s:1:\"1\";s:9:\"userTS_hl\";s:1:\"1\";}}s:19:\"thumbnailsByDefault\";N;s:14:\"emailMeAtLogin\";s:2:\"on\";s:13:\"condensedMode\";N;s:10:\"noMenuMode\";s:0:\"\";s:17:\"startInTaskCenter\";N;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";s:2:\"on\";s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";N;s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:2:\"on\";s:20:\"edit_docModuleUpload\";s:2:\"on\";s:15:\"disableCMlayers\";N;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:2:\"fr\";s:15:\"moduleSessionID\";a:27:{s:12:\"tools_beuser\";s:32:\"8868449baca90ed01dcc4df4555d8926\";s:8:\"web_list\";s:32:\"dc03e48c27b94877e2aa5daa050e4135\";s:8:\"web_perm\";s:32:\"2fedbfd93609ca497725237e7d34465c\";s:16:\"xMOD_alt_doc.php\";s:32:\"96b667891b47121a32255d292e745b28\";s:11:\"alt_doc.php\";s:32:\"45693cababf1e4d4e74a49f5128b6283\";s:16:\"browse_links.php\";s:32:\"ffb5d221c711dc666eb1e8ac9ea93fe5\";s:10:\"web_layout\";s:32:\"022ca00c3cb291b03d1a6dcf55da2f67\";s:9:\"file_list\";s:32:\"ffb5d221c711dc666eb1e8ac9ea93fe5\";s:32:\"t3lib_BEfunc::getSetUpdateSignal\";s:32:\"6e2a2faff6638f635158ceef6533e3ee\";s:7:\"user_ws\";s:32:\"d7e4e901aa2f8bef5f7e67a78b04b64e\";s:9:\"clipboard\";s:32:\"0fbbb64bd8a009e531949e4e717d9b21\";s:9:\"tools_log\";s:32:\"def669c01423c90664c4b5421e376151\";s:6:\"web_ts\";s:32:\"88204a7cd1172b4c79429605e0a36fd5\";s:8:\"web_func\";s:32:\"d494efd512e2e9119c16aefd0497ee25\";s:15:\"web_txversionM1\";s:32:\"88204a7cd1172b4c79429605e0a36fd5\";s:11:\"tools_dbint\";s:32:\"8868449baca90ed01dcc4df4555d8926\";s:12:\"tools_config\";s:32:\"7c9628b7b6cc251ca3e5ced83cdb3aa4\";s:13:\"tools_isearch\";s:32:\"88b9c78e425ec2469bc01de635fc130b\";s:22:\"web_txakronymmanagerM1\";s:32:\"343794c79a26b82489d81db6804c9039\";s:9:\"user_task\";s:32:\"343794c79a26b82489d81db6804c9039\";s:8:\"tools_em\";s:32:\"343794c79a26b82489d81db6804c9039\";s:25:\"db_list.php/displayFields\";s:32:\"079f809796753b499896fa9babe5c865\";s:16:\"select_image.php\";s:32:\"de719cb72e4e87d669dc60cc3d0e6242\";s:8:\"web_info\";s:32:\"7e7477ccd11ca044b0b0853e591324bf\";s:19:\"tools_txccawstatsM1\";s:32:\"8868449baca90ed01dcc4df4555d8926\";s:13:\"xMOD_tximpexp\";s:32:\"1054cd57cedaed653fda964019dbc2c4\";s:30:\"tools_beuser/index.php/compare\";s:32:\"9d3e721d59aa0aff92e848e40d9e3a98\";}s:11:\"browseTrees\";a:2:{s:11:\"browsePages\";s:48:\"a:1:{i:0;a:4:{i:6;i:1;i:1;i:1;i:0;i:1;i:5;i:1;}}\";s:6:\"folder\";s:508:\"a:1:{i:4470;a:34:{i:1988930;i:1;i:1951154;i:1;i:10840441;i:1;i:6753120;i:1;i:10095322;i:1;i:2726705;i:1;i:6233787;i:1;i:5955475;i:1;i:1523950;i:1;i:7020907;i:1;i:13634240;i:1;i:9009753;i:1;i:8462869;i:1;i:7209312;i:1;i:8075983;i:1;i:14686215;i:1;i:11724627;i:1;i:3333366;i:1;i:7361179;i:1;i:16611016;i:1;i:14617446;i:1;i:12049543;i:1;i:5020617;i:1;i:14673824;i:1;i:5696078;i:1;i:3479275;i:1;i:8991983;i:1;i:12915330;i:1;i:9835237;i:1;i:11570904;i:1;i:5448494;i:1;i:7273336;i:1;i:7582794;i:1;i:15409540;i:1;}}\";}s:10:\"copyLevels\";i:5;s:15:\"recursiveDelete\";N;s:16:\"TSFE_adminConfig\";a:27:{s:11:\"display_top\";s:1:\"0\";s:15:\"display_preview\";s:1:\"1\";s:13:\"display_cache\";s:1:\"0\";s:15:\"display_publish\";s:1:\"0\";s:12:\"display_edit\";s:1:\"0\";s:15:\"display_tsdebug\";s:1:\"1\";s:12:\"display_info\";s:1:\"0\";s:13:\"cache_noCache\";s:1:\"0\";s:22:\"cache_clearCacheLevels\";s:1:\"2\";s:18:\"cache_clearCacheId\";s:2:\"36\";s:23:\"preview_showHiddenPages\";s:1:\"1\";s:25:\"preview_showHiddenRecords\";s:1:\"1\";s:20:\"preview_simulateDate\";s:0:\"\";s:25:\"preview_simulateUserGroup\";s:1:\"0\";s:14:\"publish_levels\";s:1:\"0\";s:10:\"publish_id\";s:2:\"36\";s:22:\"edit_displayFieldIcons\";s:1:\"0\";s:17:\"edit_displayIcons\";s:1:\"0\";s:20:\"edit_editFormsOnPage\";s:1:\"0\";s:16:\"edit_editNoPopup\";s:1:\"0\";s:12:\"tsdebug_tree\";s:1:\"1\";s:20:\"tsdebug_displayTimes\";s:1:\"1\";s:23:\"tsdebug_displayMessages\";s:1:\"1\";s:10:\"tsdebug_LR\";s:1:\"1\";s:22:\"tsdebug_displayContent\";s:1:\"1\";s:22:\"tsdebug_displayQueries\";s:1:\"1\";s:28:\"tsdebug_forceTemplateParsing\";s:1:\"1\";}}','',31,3,'',0,1,'',1221801296,0,'',0,1),(7,0,1179942027,'alban','05eb26d87e6361dc7c8ed07b9db7911d',1,'',0,0,0,'fr','charles@smartagence.com','',3,1164831592,4,'Alban Bégué','','','a:23:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:13:{s:12:\"alt_menu.php\";a:3:{s:4:\"file\";s:1:\"0\";s:3:\"web\";s:1:\"0\";s:4:\"user\";s:1:\"0\";}s:9:\"file_list\";a:0:{}s:8:\"web_list\";a:2:{s:15:\"bigControlPanel\";s:1:\"1\";s:9:\"clipBoard\";s:1:\"1\";}s:10:\"web_layout\";a:7:{s:8:\"tt_board\";s:1:\"0\";s:10:\"tt_address\";s:1:\"0\";s:8:\"tt_links\";s:1:\"0\";s:11:\"tt_calender\";s:1:\"0\";s:11:\"tt_products\";s:1:\"0\";s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";}s:16:\"xMOD_alt_doc.php\";a:1:{s:12:\"showPalettes\";s:2:\"on\";}s:11:\"alt_doc.php\";a:2:{i:0;a:3:{s:32:\"1346f2b12076b1a011802addca4215ae\";a:3:{i:0;s:27:\"Présentation du planétarium\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:1096;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:107:\"&edit[tt_content][1096]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"57828261c8cd2dd269ce48f4eb4d3249\";a:3:{i:0;s:6:\"VERDUN\";i:1;a:7:{s:4:\"edit\";a:1:{s:23:\"tx_smartmaehome_content\";a:1:{i:4;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:117:\"&edit[tx_smartmaehome_content][4]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"d63d47e5d510546f1982de3dbd0eaa6c\";a:3:{i:0;s:17:\"ext_titrepage+rub\";i:1;a:7:{s:4:\"edit\";a:1:{s:12:\"sys_template\";a:1:{i:5;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:106:\"&edit[sys_template][5]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}}i:1;s:32:\"64192afd636f3019002edb8e621dbb66\";}s:16:\"browse_links.php\";N;s:32:\"t3lib_BEfunc::getSetUpdateSignal\";a:1:{s:3:\"set\";s:0:\"\";}s:9:\"clipboard\";a:6:{s:5:\"tab_1\";a:0:{}s:5:\"tab_2\";a:0:{}s:5:\"tab_3\";a:0:{}s:7:\"current\";s:6:\"normal\";s:9:\"_setThumb\";N;s:6:\"normal\";a:2:{s:2:\"el\";a:1:{s:9:\"pages|811\";s:1:\"1\";}s:4:\"mode\";s:4:\"copy\";}}s:25:\"db_list.php/displayFields\";a:1:{s:10:\"tt_content\";a:1:{i:0;s:10:\"imagewidth\";}}s:15:\"web_txversionM1\";a:2:{s:6:\"filter\";s:1:\"1\";s:7:\"display\";s:1:\"0\";}s:22:\"web_txakronymmanagerM1\";a:1:{s:8:\"function\";s:1:\"1\";}s:8:\"web_info\";a:4:{s:8:\"function\";s:19:\"tx_cms_webinfo_page\";s:5:\"pages\";s:1:\"0\";s:9:\"stat_type\";s:1:\"0\";s:5:\"depth\";s:1:\"0\";}}s:19:\"thumbnailsByDefault\";N;s:14:\"emailMeAtLogin\";N;s:13:\"condensedMode\";N;s:10:\"noMenuMode\";s:0:\"\";s:17:\"startInTaskCenter\";N;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";s:2:\"on\";s:8:\"titleLen\";i:60;s:17:\"edit_wideDocument\";N;s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:2:\"on\";s:20:\"edit_docModuleUpload\";s:2:\"on\";s:15:\"disableCMlayers\";N;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:2:\"fr\";s:15:\"moduleSessionID\";a:12:{s:9:\"file_list\";s:32:\"bbb786b529e67157b09e155d160d3436\";s:8:\"web_list\";s:32:\"f3659bf04b36ea42b791573cd774eec3\";s:10:\"web_layout\";s:32:\"f3659bf04b36ea42b791573cd774eec3\";s:16:\"xMOD_alt_doc.php\";s:32:\"f3659bf04b36ea42b791573cd774eec3\";s:11:\"alt_doc.php\";s:32:\"13f171360739bbacd75426f2f03374b6\";s:16:\"browse_links.php\";s:32:\"13f171360739bbacd75426f2f03374b6\";s:32:\"t3lib_BEfunc::getSetUpdateSignal\";s:32:\"13f171360739bbacd75426f2f03374b6\";s:9:\"clipboard\";s:32:\"13f171360739bbacd75426f2f03374b6\";s:25:\"db_list.php/displayFields\";s:32:\"f3659bf04b36ea42b791573cd774eec3\";s:15:\"web_txversionM1\";s:32:\"541b414a9a0680954bbc356973873b6c\";s:22:\"web_txakronymmanagerM1\";s:32:\"db04af01ace39037e47d4a32017c4773\";s:8:\"web_info\";s:32:\"db04af01ace39037e47d4a32017c4773\";}s:11:\"browseTrees\";a:2:{s:6:\"folder\";s:163:\"a:1:{i:4470;a:10:{i:12915330;i:1;i:7582794;i:1;i:16325963;i:1;i:3333366;i:1;i:2495403;i:1;i:14686215;i:1;i:6753120;i:1;i:8991983;i:1;i:5696078;i:1;i:8527568;i:1;}}\";s:11:\"browsePages\";s:271:\"a:1:{i:0;a:27:{i:1;i:1;i:0;i:1;i:194;i:1;i:278;i:1;i:366;i:1;i:370;i:1;i:374;i:1;i:378;i:1;i:486;i:1;i:554;i:1;i:558;i:1;i:604;i:1;i:559;i:1;i:732;i:1;i:56;i:1;i:15;i:1;i:14;i:1;i:61;i:1;i:812;i:1;i:87;i:1;i:799;i:1;i:44;i:1;i:47;i:1;i:48;i:1;i:20;i:1;i:2;i:1;i:43;i:1;}}\";}s:10:\"copyLevels\";i:10;s:15:\"recursiveDelete\";N;s:16:\"TSFE_adminConfig\";a:14:{s:11:\"display_top\";s:1:\"1\";s:15:\"display_preview\";s:0:\"\";s:13:\"display_cache\";s:1:\"0\";s:15:\"display_publish\";s:0:\"\";s:12:\"display_edit\";s:1:\"0\";s:15:\"display_tsdebug\";s:0:\"\";s:12:\"display_info\";s:0:\"\";s:13:\"cache_noCache\";s:1:\"0\";s:22:\"cache_clearCacheLevels\";s:1:\"0\";s:18:\"cache_clearCacheId\";s:2:\"58\";s:22:\"edit_displayFieldIcons\";s:1:\"0\";s:17:\"edit_displayIcons\";s:1:\"0\";s:20:\"edit_editFormsOnPage\";s:1:\"0\";s:16:\"edit_editNoPopup\";s:1:\"0\";}}','',7,3,'',0,1,'',1168730663,0,'',0,1),(15,0,1192958702,'roger','3c72d7ae6e4f573a41102e2724212af2',0,'1',0,0,0,'fr','','',3,1168417801,4,'Roger Robert','web,web_layout,web_view,web_list,file_list','','','',7,1,'',0,1,'',0,0,'1',0,1),(12,0,1168363397,'michael','c84258e9c39059a89ab77d846ddab909',1,'',0,0,0,'fr','michael.viencent@museedelair.org','',3,1168363177,4,'Michael Vincent','','','a:21:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:23:{s:12:\"alt_menu.php\";a:2:{s:5:\"tools\";s:1:\"0\";s:9:\"expandAll\";s:1:\"1\";}s:10:\"web_layout\";a:8:{s:8:\"tt_board\";s:1:\"0\";s:10:\"tt_address\";s:1:\"0\";s:8:\"tt_links\";s:1:\"0\";s:11:\"tt_calender\";s:1:\"0\";s:11:\"tt_products\";s:1:\"0\";s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";s:21:\"tt_content_showHidden\";s:1:\"1\";}s:8:\"web_list\";a:2:{s:15:\"bigControlPanel\";s:1:\"1\";s:12:\"localization\";s:1:\"0\";}s:8:\"web_info\";a:4:{s:8:\"function\";s:19:\"tx_cms_webinfo_page\";s:5:\"pages\";s:1:\"0\";s:9:\"stat_type\";s:1:\"0\";s:5:\"depth\";s:1:\"0\";}s:9:\"user_task\";a:1:{s:8:\"function\";s:18:\"tx_impexp_modfunc1\";}s:7:\"user_ws\";a:4:{s:8:\"function\";s:7:\"publish\";s:6:\"filter\";s:1:\"1\";s:7:\"display\";s:1:\"0\";s:4:\"diff\";s:1:\"0\";}s:9:\"file_list\";a:0:{}s:8:\"web_perm\";a:2:{s:5:\"depth\";s:1:\"1\";s:4:\"mode\";s:1:\"0\";}s:9:\"tools_log\";a:4:{s:5:\"users\";s:1:\"0\";s:4:\"time\";s:2:\"20\";s:3:\"max\";s:3:\"100\";s:6:\"action\";s:1:\"0\";}s:13:\"tools_isearch\";a:1:{s:8:\"function\";s:4:\"stat\";}s:19:\"tools_txccawstatsM1\";a:1:{s:8:\"function\";s:0:\"\";}s:6:\"web_ts\";a:2:{s:8:\"function\";s:20:\"tx_tstemplateceditor\";s:19:\"constant_editor_cat\";s:5:\"basic\";}s:16:\"xMOD_alt_doc.php\";a:1:{s:12:\"showPalettes\";s:2:\"on\";}s:11:\"alt_doc.php\";a:2:{i:0;a:0:{}i:1;s:32:\"35d56edb6b63426d39d9c8c6a96e6ad6\";}s:15:\"web_txversionM1\";a:2:{s:6:\"filter\";s:1:\"1\";s:7:\"display\";s:1:\"0\";}s:12:\"tools_beuser\";a:1:{s:8:\"function\";s:7:\"compare\";}s:32:\"t3lib_BEfunc::getSetUpdateSignal\";a:1:{s:3:\"set\";s:0:\"\";}s:16:\"browse_links.php\";N;s:12:\"tools_config\";a:1:{s:8:\"function\";s:1:\"0\";}s:8:\"tools_em\";a:4:{s:8:\"function\";s:1:\"0\";s:9:\"listOrder\";s:3:\"cat\";s:15:\"display_details\";s:1:\"1\";s:13:\"singleDetails\";s:4:\"info\";}s:8:\"web_func\";a:3:{s:8:\"function\";s:22:\"tx_funcwizards_webfunc\";s:3:\"wiz\";s:26:\"tx_wizardcrpages_webfunc_2\";s:6:\"cr_333\";s:1:\"0\";}s:11:\"tools_dbint\";a:3:{s:8:\"function\";s:1:\"0\";s:6:\"search\";s:3:\"raw\";s:22:\"search_query_makeQuery\";s:3:\"all\";}s:22:\"web_txakronymmanagerM1\";a:1:{s:8:\"function\";s:1:\"1\";}}s:19:\"thumbnailsByDefault\";i:0;s:14:\"emailMeAtLogin\";i:0;s:13:\"condensedMode\";i:0;s:10:\"noMenuMode\";i:0;s:17:\"startInTaskCenter\";i:0;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";i:1;s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";s:1:\"0\";s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:1:\"1\";s:20:\"edit_docModuleUpload\";s:1:\"1\";s:15:\"disableCMlayers\";i:0;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:2:\"fr\";s:15:\"moduleSessionID\";a:22:{s:10:\"web_layout\";s:32:\"baaaf4e710ac853d89f8208587f48d21\";s:8:\"web_list\";s:32:\"baaaf4e710ac853d89f8208587f48d21\";s:8:\"web_info\";s:32:\"b4b9d380b5f6584fbac68364434e4811\";s:9:\"user_task\";s:32:\"b4b9d380b5f6584fbac68364434e4811\";s:7:\"user_ws\";s:32:\"66a3fcf44119549393b50f4df1bfb64e\";s:9:\"file_list\";s:32:\"b4b9d380b5f6584fbac68364434e4811\";s:8:\"web_perm\";s:32:\"b4b9d380b5f6584fbac68364434e4811\";s:9:\"tools_log\";s:32:\"9d490498f59472236fe3ee7506a19c59\";s:13:\"tools_isearch\";s:32:\"9d490498f59472236fe3ee7506a19c59\";s:19:\"tools_txccawstatsM1\";s:32:\"12f670dec65d5ee7d49975f701f36139\";s:6:\"web_ts\";s:32:\"baaaf4e710ac853d89f8208587f48d21\";s:16:\"xMOD_alt_doc.php\";s:32:\"baaaf4e710ac853d89f8208587f48d21\";s:11:\"alt_doc.php\";s:32:\"fb88dce56caf548f965d4a93806bcc1a\";s:15:\"web_txversionM1\";s:32:\"9d490498f59472236fe3ee7506a19c59\";s:12:\"tools_beuser\";s:32:\"1d8df1c86e3436815c5cf205f74b2d22\";s:32:\"t3lib_BEfunc::getSetUpdateSignal\";s:32:\"b7b0a4b47d64d29e8397df276ae7479b\";s:16:\"browse_links.php\";s:32:\"baaaf4e710ac853d89f8208587f48d21\";s:12:\"tools_config\";s:32:\"baaaf4e710ac853d89f8208587f48d21\";s:8:\"tools_em\";s:32:\"baaaf4e710ac853d89f8208587f48d21\";s:8:\"web_func\";s:32:\"9d490498f59472236fe3ee7506a19c59\";s:11:\"tools_dbint\";s:32:\"9d490498f59472236fe3ee7506a19c59\";s:22:\"web_txakronymmanagerM1\";s:32:\"9d490498f59472236fe3ee7506a19c59\";}s:11:\"browseTrees\";a:2:{s:11:\"browsePages\";s:159:\"a:1:{i:0;a:16:{i:0;i:1;i:1;i:1;i:8;i:1;i:20;i:1;i:3;i:1;i:44;i:1;i:1058;i:1;i:19;i:1;i:15;i:1;i:6;i:1;i:799;i:1;i:17;i:1;i:96;i:1;i:588;i:1;i:4;i:1;i:43;i:1;}}\";s:6:\"folder\";s:106:\"a:1:{i:4470;a:6:{i:12915330;i:1;i:7582794;i:1;i:14686215;i:1;i:7273336;i:1;i:9835237;i:1;i:11570904;i:1;}}\";}s:16:\"TSFE_adminConfig\";a:11:{s:11:\"display_top\";s:1:\"0\";s:15:\"display_preview\";s:0:\"\";s:13:\"display_cache\";s:0:\"\";s:15:\"display_publish\";s:0:\"\";s:12:\"display_edit\";s:1:\"1\";s:15:\"display_tsdebug\";s:0:\"\";s:12:\"display_info\";s:0:\"\";s:22:\"edit_displayFieldIcons\";s:1:\"0\";s:17:\"edit_displayIcons\";s:1:\"0\";s:20:\"edit_editFormsOnPage\";s:1:\"0\";s:16:\"edit_editNoPopup\";s:1:\"0\";}}','',7,3,'',0,0,'',1224101676,0,'',0,1),(8,0,1179942027,'jess','4337fb150cbc24bd1842fb3b8f828a6c',1,'',0,0,0,'fr','benoit@smartagence.com','',3,1164991127,4,'Jess Meunier','','','a:21:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:12:{s:12:\"alt_menu.php\";a:0:{}s:8:\"web_list\";a:3:{s:15:\"bigControlPanel\";s:1:\"1\";s:12:\"localization\";s:1:\"1\";s:9:\"clipBoard\";s:1:\"1\";}s:16:\"xMOD_alt_doc.php\";a:1:{s:12:\"showPalettes\";s:2:\"on\";}s:11:\"alt_doc.php\";a:2:{i:0;a:16:{s:32:\"51f0bb665679922873b2086ff20b35af\";a:3:{i:0;s:21:\"[Sans titre]\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:432;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:106:\"&edit[tt_content][432]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"16ee275ab2f0b6e8b2fd32a1bf06592a\";a:3:{i:0;s:33:\"DEPERDUSSIN MONOCOQUE - BLERIO...\";i:1;a:7:{s:4:\"edit\";a:1:{s:5:\"pages\";a:1:{i:262;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:101:\"&edit[pages][262]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"e7d3856291066ab551d5d606d806a55a\";a:3:{i:0;s:33:\"Fin 1914 :\r\nLes terrains entre...\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:1211;s:4:\"edit\";}}s:7:\"defVals\";a:1:{s:10:\"tt_content\";a:3:{s:6:\"colPos\";s:1:\"0\";s:16:\"sys_language_uid\";s:1:\"0\";s:5:\"CType\";s:4:\"text\";}}s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:200:\"&edit[tt_content][1211]=edit&defVals[tt_content][colPos]=0&defVals[tt_content][sys_language_uid]=0&defVals[tt_content][CType]=text&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"b8918aced8d84d6ca2f7b210ea7be749\";a:3:{i:0;s:33:\"Entre les deux guerres, une pa...\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:1213;s:4:\"edit\";}}s:7:\"defVals\";a:1:{s:10:\"tt_content\";a:3:{s:6:\"colPos\";s:1:\"0\";s:16:\"sys_language_uid\";s:1:\"0\";s:5:\"CType\";s:4:\"text\";}}s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:200:\"&edit[tt_content][1213]=edit&defVals[tt_content][colPos]=0&defVals[tt_content][sys_language_uid]=0&defVals[tt_content][CType]=text&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"2fbf1331e1cc3c899d346b273c139cce\";a:3:{i:0;s:33:\"1921 : \r\nle Musée de l’Air est...\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:1214;s:4:\"edit\";}}s:7:\"defVals\";a:1:{s:10:\"tt_content\";a:3:{s:6:\"colPos\";s:1:\"0\";s:16:\"sys_language_uid\";s:1:\"0\";s:5:\"CType\";s:4:\"text\";}}s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:200:\"&edit[tt_content][1214]=edit&defVals[tt_content][colPos]=0&defVals[tt_content][sys_language_uid]=0&defVals[tt_content][CType]=text&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"71b5306201ddd4f056144a8f90093ab1\";a:3:{i:0;s:33:\"Le plus ancien Musée aéronauti...\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:1215;s:4:\"edit\";}}s:7:\"defVals\";a:1:{s:10:\"tt_content\";a:3:{s:6:\"colPos\";s:1:\"0\";s:16:\"sys_language_uid\";s:1:\"0\";s:5:\"CType\";s:4:\"text\";}}s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:200:\"&edit[tt_content][1215]=edit&defVals[tt_content][colPos]=0&defVals[tt_content][sys_language_uid]=0&defVals[tt_content][CType]=text&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"4b8eb0bf518a06daea60397445ffb845\";a:3:{i:0;s:7:\"Contact\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:1216;s:4:\"edit\";}}s:7:\"defVals\";a:1:{s:10:\"tt_content\";a:3:{s:6:\"colPos\";s:1:\"2\";s:16:\"sys_language_uid\";s:1:\"0\";s:5:\"CType\";s:4:\"text\";}}s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:200:\"&edit[tt_content][1216]=edit&defVals[tt_content][colPos]=2&defVals[tt_content][sys_language_uid]=0&defVals[tt_content][CType]=text&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"26b3e2738d8797365aa9fc6c3cb995a7\";a:3:{i:0;s:30:\"Les activités de l\'association\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:1217;s:4:\"edit\";}}s:7:\"defVals\";a:1:{s:10:\"tt_content\";a:4:{s:6:\"colPos\";s:1:\"0\";s:16:\"sys_language_uid\";s:1:\"0\";s:5:\"CType\";s:7:\"textpic\";s:11:\"imageorient\";s:2:\"17\";}}s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:239:\"&edit[tt_content][1217]=edit&defVals[tt_content][colPos]=0&defVals[tt_content][sys_language_uid]=0&defVals[tt_content][CType]=textpic&defVals[tt_content][imageorient]=17&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"5a484c7f32749ec91c0532e75f20cc34\";a:3:{i:0;s:7:\"Contact\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:1219;s:4:\"edit\";}}s:7:\"defVals\";a:1:{s:10:\"tt_content\";a:3:{s:6:\"colPos\";s:1:\"2\";s:16:\"sys_language_uid\";s:1:\"0\";s:5:\"CType\";s:4:\"text\";}}s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:200:\"&edit[tt_content][1219]=edit&defVals[tt_content][colPos]=2&defVals[tt_content][sys_language_uid]=0&defVals[tt_content][CType]=text&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"3b9acc53bb9db2ffa9493f966a6cb933\";a:3:{i:0;s:12:\"Revue Pégase\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:53;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:105:\"&edit[tt_content][53]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"fcf99714e99fe74996da8b5dde9a3ebf\";a:3:{i:0;s:12:\"Revue Pégase\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:222;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:106:\"&edit[tt_content][222]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"853aa0c7612e8631421533f3463a204f\";a:3:{i:0;s:28:\"Les associations partenaires\";i:1;a:7:{s:4:\"edit\";a:1:{s:5:\"pages\";a:1:{i:9;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:99:\"&edit[pages][9]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"2fc443e6aaa921d7caafa2b8f1131717\";a:3:{i:0;s:33:\"1500-1900 \r\n 1900-1914 \r\n ...\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:15;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:105:\"&edit[tt_content][15]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"2c775f4205f1d5d249c5e1e9cdf78e08\";a:3:{i:0;s:33:\"Association des Amis du Musée ...\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:1218;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:107:\"&edit[tt_content][1218]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"cacb4767fd5490c9c5926d09570f53e5\";a:3:{i:0;s:8:\"Contact \";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:1220;s:4:\"edit\";}}s:7:\"defVals\";a:1:{s:10:\"tt_content\";a:3:{s:6:\"colPos\";s:1:\"2\";s:16:\"sys_language_uid\";s:1:\"0\";s:5:\"CType\";s:4:\"text\";}}s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:200:\"&edit[tt_content][1220]=edit&defVals[tt_content][colPos]=2&defVals[tt_content][sys_language_uid]=0&defVals[tt_content][CType]=text&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"f48bb512553a9953a6da73c8bbc87d26\";a:3:{i:0;s:18:\"Aviation Militaire\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:1387;s:4:\"edit\";}}s:7:\"defVals\";a:1:{s:10:\"tt_content\";a:3:{s:6:\"colPos\";s:1:\"0\";s:16:\"sys_language_uid\";s:1:\"0\";s:5:\"CType\";s:4:\"text\";}}s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:200:\"&edit[tt_content][1387]=edit&defVals[tt_content][colPos]=0&defVals[tt_content][sys_language_uid]=0&defVals[tt_content][CType]=text&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}}i:1;s:32:\"f48bb512553a9953a6da73c8bbc87d26\";}s:10:\"web_layout\";a:7:{s:8:\"tt_board\";s:1:\"0\";s:10:\"tt_address\";s:1:\"0\";s:8:\"tt_links\";s:1:\"0\";s:11:\"tt_calender\";s:1:\"0\";s:11:\"tt_products\";s:1:\"0\";s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";}s:9:\"file_list\";a:0:{}s:9:\"clipboard\";a:6:{s:5:\"tab_1\";a:0:{}s:5:\"tab_2\";a:0:{}s:5:\"tab_3\";a:0:{}s:7:\"current\";s:6:\"normal\";s:9:\"_setThumb\";N;s:6:\"normal\";a:2:{s:2:\"el\";a:1:{s:14:\"tt_content|436\";s:1:\"1\";}s:4:\"mode\";s:4:\"copy\";}}s:32:\"t3lib_BEfunc::getSetUpdateSignal\";a:1:{s:3:\"set\";s:0:\"\";}s:16:\"browse_links.php\";a:1:{s:12:\"expandFolder\";s:105:\"/home/mae/www/fileadmin/user_upload/Images/Collections_et_expositions/Collections/1900-1914/Petit_format/\";}s:25:\"db_list.php/displayFields\";a:3:{s:10:\"tt_content\";a:1:{i:0;s:13:\"header_layout\";}s:5:\"pages\";a:1:{i:0;s:7:\"doktype\";}s:23:\"tx_smartquizz_questions\";a:1:{i:0;s:8:\"reponses\";}}s:8:\"web_perm\";a:2:{s:5:\"depth\";s:1:\"1\";s:4:\"mode\";s:1:\"0\";}s:9:\"tools_log\";a:4:{s:5:\"users\";s:2:\"-1\";s:4:\"time\";s:1:\"0\";s:3:\"max\";s:3:\"500\";s:6:\"action\";s:1:\"0\";}}s:19:\"thumbnailsByDefault\";i:0;s:14:\"emailMeAtLogin\";i:0;s:13:\"condensedMode\";i:0;s:10:\"noMenuMode\";i:0;s:17:\"startInTaskCenter\";i:0;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";i:1;s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";s:1:\"0\";s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:1:\"1\";s:20:\"edit_docModuleUpload\";s:1:\"1\";s:15:\"disableCMlayers\";i:0;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:2:\"fr\";s:15:\"moduleSessionID\";a:11:{s:8:\"web_list\";s:32:\"3c15dfb8d056bc483ca1b528e5cfed88\";s:16:\"xMOD_alt_doc.php\";s:32:\"6620a316b41a57bc62b033ab68ce5b74\";s:11:\"alt_doc.php\";s:32:\"95cbc8a97d7cafdbaf63318687eba252\";s:10:\"web_layout\";s:32:\"e7c8e79422272612f058e4a756d164c8\";s:9:\"file_list\";s:32:\"e7c8e79422272612f058e4a756d164c8\";s:9:\"clipboard\";s:32:\"95cbc8a97d7cafdbaf63318687eba252\";s:32:\"t3lib_BEfunc::getSetUpdateSignal\";s:32:\"95cbc8a97d7cafdbaf63318687eba252\";s:16:\"browse_links.php\";s:32:\"95cbc8a97d7cafdbaf63318687eba252\";s:25:\"db_list.php/displayFields\";s:32:\"6fc27c78b924590821d0ee6281321565\";s:8:\"web_perm\";s:32:\"95cbc8a97d7cafdbaf63318687eba252\";s:9:\"tools_log\";s:32:\"95cbc8a97d7cafdbaf63318687eba252\";}s:11:\"browseTrees\";a:2:{s:11:\"browsePages\";s:262:\"a:1:{i:0;a:26:{i:10;i:1;i:7;i:1;i:1;i:1;i:0;i:1;i:6;i:1;i:17;i:1;i:2;i:1;i:202;i:1;i:87;i:1;i:91;i:1;i:481;i:1;i:482;i:1;i:483;i:1;i:484;i:1;i:485;i:1;i:737;i:1;i:738;i:1;i:739;i:1;i:744;i:1;i:743;i:1;i:740;i:1;i:741;i:1;i:742;i:1;i:194;i:1;i:98;i:1;i:250;i:1;}}\";s:6:\"folder\";s:221:\"a:1:{i:4470;a:14:{i:12915330;i:1;i:7361179;i:1;i:3333366;i:1;i:2495403;i:1;i:6753120;i:1;i:5020617;i:1;i:7209312;i:1;i:9844054;i:1;i:16611016;i:1;i:13634240;i:1;i:6233787;i:1;i:15409540;i:1;i:16325963;i:1;i:7582794;i:1;}}\";}s:16:\"TSFE_adminConfig\";a:1:{s:11:\"display_top\";s:1:\"1\";}}','',7,3,'',0,1,'',1165594439,0,'',0,1),(19,0,1243872118,'flavie','c752b3b4195d9ce85d8ef5f51af96964',0,'1',0,0,0,'fr','','',3,1219759230,12,'','web_layout,web_list','0,1','a:20:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:5:{s:12:\"alt_menu.php\";a:0:{}s:10:\"web_layout\";a:7:{s:8:\"tt_board\";s:1:\"0\";s:10:\"tt_address\";s:1:\"0\";s:8:\"tt_links\";s:1:\"0\";s:11:\"tt_calender\";s:1:\"0\";s:11:\"tt_products\";s:1:\"0\";s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";}s:19:\"tools_txccawstatsM1\";a:1:{s:8:\"function\";s:0:\"\";}s:16:\"xMOD_alt_doc.php\";a:0:{}s:11:\"alt_doc.php\";a:2:{i:0;a:1:{s:32:\"d8373d5358acbc01e233a66a2583042e\";a:3:{i:0;s:33:\"Appel d\'offre réaménagement de...\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:2575;s:4:\"edit\";}}s:7:\"defVals\";a:1:{s:10:\"tt_content\";a:3:{s:6:\"colPos\";s:1:\"0\";s:16:\"sys_language_uid\";s:1:\"0\";s:5:\"CType\";s:4:\"text\";}}s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:200:\"&edit[tt_content][2575]=edit&defVals[tt_content][colPos]=0&defVals[tt_content][sys_language_uid]=0&defVals[tt_content][CType]=text&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}}i:1;s:32:\"a98c828d4f24c617636e282854c157ad\";}}s:19:\"thumbnailsByDefault\";i:0;s:14:\"emailMeAtLogin\";i:0;s:13:\"condensedMode\";i:0;s:10:\"noMenuMode\";i:0;s:17:\"startInTaskCenter\";i:0;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";i:1;s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";s:1:\"0\";s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:1:\"1\";s:20:\"edit_docModuleUpload\";s:1:\"1\";s:15:\"disableCMlayers\";i:0;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:2:\"fr\";s:15:\"moduleSessionID\";a:4:{s:10:\"web_layout\";s:32:\"4dd7f3e6410a121f2964b160370ef529\";s:19:\"tools_txccawstatsM1\";s:32:\"d60e21712ada5a47382710c74b765e36\";s:16:\"xMOD_alt_doc.php\";s:32:\"38209384b381a10de012e62b3bdb4b84\";s:11:\"alt_doc.php\";s:32:\"38209384b381a10de012e62b3bdb4b84\";}s:11:\"browseTrees\";a:1:{s:11:\"browsePages\";s:74:\"a:2:{i:0;a:4:{i:0;i:1;i:8;i:1;i:3;i:1;i:1;i:1;}i:1;a:2:{i:1;i:1;i:3;i:1;}}\";}}','',3,3,'',0,0,'',1219934850,0,'1',0,1),(11,0,1190918858,'selloa','94168046161f977c4dc141813dec2dfe',0,'1',1,0,0,'fr','selloa.zammouri@museedelair.org','',3,1168363077,4,'Selloa Zammouri','web,web_layout,web_view,web_list,file_list','','a:20:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:3:{s:12:\"alt_menu.php\";a:1:{s:4:\"file\";s:1:\"0\";}s:9:\"file_list\";a:0:{}s:8:\"web_list\";a:0:{}}s:19:\"thumbnailsByDefault\";i:0;s:14:\"emailMeAtLogin\";i:0;s:13:\"condensedMode\";i:0;s:10:\"noMenuMode\";i:0;s:17:\"startInTaskCenter\";i:0;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";i:1;s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";s:1:\"0\";s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:1:\"1\";s:20:\"edit_docModuleUpload\";s:1:\"1\";s:15:\"disableCMlayers\";i:0;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:2:\"fr\";s:15:\"moduleSessionID\";a:2:{s:9:\"file_list\";s:32:\"09164bfbae8210e3a5a1a18f8d6f8d84\";s:8:\"web_list\";s:32:\"d1986824bb5d792feb312751eff20756\";}s:11:\"browseTrees\";a:2:{s:11:\"browsePages\";s:24:\"a:1:{i:0;a:1:{i:1;i:1;}}\";s:6:\"folder\";s:48:\"a:1:{i:23470;a:2:{i:7582794;i:1;i:2495403;i:1;}}\";}}','1',7,1,'',0,1,'',1168865611,0,'1',0,1),(13,0,1190918919,'antoine','32cacb2f994f6b42183a1300d9a3e8d6',1,'',0,0,0,'fr','antoine.thulin@museedelair.org','',3,1168363512,4,'Antoine Thulin','','','','',7,3,'',0,1,'',0,0,'',0,1),(14,0,1168417746,'alain0','e00cf25ad42683b3df678c61f42c6bda',1,'',0,0,0,'fr','alaincuroy@wanadoo.fr','',3,1168417706,4,'Alain Curoy','','','','',7,3,'',0,1,'',0,0,'',0,1),(10,0,1190918960,'celine','1b759cb432595eef01e014208d1739c1',0,'1',0,0,0,'fr','celine.darboux@museedelair.org','',3,1165931173,4,'Celine Darboux','web,web_layout,web_view,web_list,file_list','','a:20:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:7:{s:12:\"alt_menu.php\";a:1:{s:4:\"file\";s:1:\"0\";}s:10:\"web_layout\";a:7:{s:8:\"tt_board\";s:1:\"0\";s:10:\"tt_address\";s:1:\"0\";s:8:\"tt_links\";s:1:\"0\";s:11:\"tt_calender\";s:1:\"0\";s:11:\"tt_products\";s:1:\"0\";s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";}s:8:\"web_list\";a:0:{}s:9:\"file_list\";a:0:{}s:16:\"xMOD_alt_doc.php\";a:2:{s:12:\"showPalettes\";s:2:\"on\";s:16:\"showDescriptions\";s:2:\"on\";}s:11:\"alt_doc.php\";a:2:{i:0;a:1:{s:32:\"9ac74d45d69ce6a055b3ad9c84deee25\";a:3:{i:0;s:16:\"AutoPromo Droite\";i:1;a:7:{s:4:\"edit\";a:1:{s:24:\"tx_macinabanners_banners\";a:1:{i:2;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:118:\"&edit[tx_macinabanners_banners][2]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}}i:1;s:32:\"9ac74d45d69ce6a055b3ad9c84deee25\";}s:32:\"t3lib_BEfunc::getSetUpdateSignal\";a:1:{s:3:\"set\";s:0:\"\";}}s:19:\"thumbnailsByDefault\";i:0;s:14:\"emailMeAtLogin\";i:0;s:13:\"condensedMode\";i:0;s:10:\"noMenuMode\";i:0;s:17:\"startInTaskCenter\";i:0;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";i:1;s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";s:1:\"0\";s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:1:\"1\";s:20:\"edit_docModuleUpload\";s:1:\"1\";s:15:\"disableCMlayers\";i:0;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:0:\"\";s:15:\"moduleSessionID\";a:6:{s:10:\"web_layout\";s:32:\"def669c01423c90664c4b5421e376151\";s:8:\"web_list\";s:32:\"def669c01423c90664c4b5421e376151\";s:9:\"file_list\";s:32:\"def669c01423c90664c4b5421e376151\";s:16:\"xMOD_alt_doc.php\";s:32:\"def669c01423c90664c4b5421e376151\";s:11:\"alt_doc.php\";s:32:\"09164bfbae8210e3a5a1a18f8d6f8d84\";s:32:\"t3lib_BEfunc::getSetUpdateSignal\";s:32:\"09164bfbae8210e3a5a1a18f8d6f8d84\";}s:11:\"browseTrees\";a:2:{s:11:\"browsePages\";s:41:\"a:1:{i:0;a:3:{i:1;i:1;i:7;i:1;i:10;i:1;}}\";s:6:\"folder\";s:63:\"a:1:{i:23470;a:3:{i:7582794;i:1;i:2495403;i:1;i:14686215;i:1;}}\";}}','1',7,1,'',0,1,'',1168865473,0,'1',0,1),(16,0,1179942027,'benoit','a0a9ed8c19779e466a746fa0c45edfff',1,'',0,0,0,'fr','','',3,1170170211,3,'','','','a:20:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:6:{s:12:\"alt_menu.php\";a:0:{}s:8:\"web_list\";a:2:{s:15:\"bigControlPanel\";s:1:\"1\";s:9:\"clipBoard\";s:1:\"1\";}s:16:\"xMOD_alt_doc.php\";a:1:{s:12:\"showPalettes\";s:2:\"on\";}s:11:\"alt_doc.php\";a:2:{i:0;a:3:{s:32:\"e0599aa9c7334e21c9974a85e8b01117\";a:3:{i:0;s:21:\"Liste des communiqués\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:1147;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:107:\"&edit[tt_content][1147]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"4727076d3df5d217fb57f7b19a6a27ec\";a:3:{i:0;s:17:\"Les News à la UNE\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:1100;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:107:\"&edit[tt_content][1100]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}s:32:\"bcdfe3af865df4dffa706b5bca949cd4\";a:3:{i:0;s:12:\"MAE_tpl_home\";i:1;a:7:{s:4:\"edit\";a:1:{s:12:\"sys_template\";a:1:{i:11;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:107:\"&edit[sys_template][11]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}}i:1;s:32:\"0b376795250cbc917d4a4d66636d49be\";}s:25:\"db_list.php/displayFields\";a:2:{s:7:\"tt_news\";a:2:{i:0;s:8:\"datetime\";i:1;s:8:\"category\";}s:10:\"tt_content\";a:1:{i:0;s:6:\"colPos\";}}s:10:\"web_layout\";a:7:{s:8:\"tt_board\";s:1:\"0\";s:10:\"tt_address\";s:1:\"0\";s:8:\"tt_links\";s:1:\"0\";s:11:\"tt_calender\";s:1:\"0\";s:11:\"tt_products\";s:1:\"0\";s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";}}s:19:\"thumbnailsByDefault\";i:0;s:14:\"emailMeAtLogin\";i:0;s:13:\"condensedMode\";i:0;s:10:\"noMenuMode\";i:0;s:17:\"startInTaskCenter\";i:0;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";i:1;s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";s:1:\"0\";s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:1:\"1\";s:20:\"edit_docModuleUpload\";s:1:\"1\";s:15:\"disableCMlayers\";i:0;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:2:\"fr\";s:15:\"moduleSessionID\";a:5:{s:8:\"web_list\";s:32:\"9cfd60c2226e93ecf675d148255048ce\";s:16:\"xMOD_alt_doc.php\";s:32:\"9cfd60c2226e93ecf675d148255048ce\";s:11:\"alt_doc.php\";s:32:\"9cfd60c2226e93ecf675d148255048ce\";s:25:\"db_list.php/displayFields\";s:32:\"9cfd60c2226e93ecf675d148255048ce\";s:10:\"web_layout\";s:32:\"9cfd60c2226e93ecf675d148255048ce\";}s:11:\"browseTrees\";a:1:{s:11:\"browsePages\";s:75:\"a:1:{i:0;a:7:{i:0;i:1;i:1;i:1;i:8;i:1;i:44;i:1;i:45;i:1;i:61;i:1;i:5;i:1;}}\";}}','',31,3,'',0,1,'',1170170254,0,'',0,1),(18,0,1179942088,'charles_84','ee306eeb0bfc253b705b4ffc47a3c2cd',1,'',0,0,0,'','','',3,1179942056,3,'','','','a:23:{s:14:\"interfaceSetup\";s:7:\"backend\";s:10:\"moduleData\";a:19:{s:12:\"alt_menu.php\";a:1:{s:3:\"web\";s:1:\"0\";}s:8:\"web_list\";a:2:{s:15:\"bigControlPanel\";s:1:\"1\";s:12:\"localization\";s:1:\"1\";}s:16:\"xMOD_alt_doc.php\";a:1:{s:12:\"showPalettes\";s:2:\"on\";}s:11:\"alt_doc.php\";a:2:{i:0;a:0:{}i:1;s:32:\"6040b63413eeb767f753aaa25b3d3615\";}s:8:\"tools_em\";a:6:{s:8:\"function\";s:1:\"1\";s:9:\"listOrder\";s:3:\"cat\";s:15:\"display_details\";s:1:\"1\";s:13:\"singleDetails\";s:4:\"info\";s:16:\"display_obsolete\";s:1:\"1\";s:11:\"display_shy\";s:1:\"1\";}s:9:\"clipboard\";a:6:{s:5:\"tab_1\";a:0:{}s:5:\"tab_2\";a:0:{}s:5:\"tab_3\";a:0:{}s:7:\"current\";s:6:\"normal\";s:9:\"_setThumb\";N;s:6:\"normal\";a:2:{s:2:\"el\";a:1:{s:25:\"pages_language_overlay|23\";s:1:\"1\";}s:4:\"mode\";s:4:\"copy\";}}s:32:\"t3lib_BEfunc::getSetUpdateSignal\";a:1:{s:3:\"set\";s:0:\"\";}s:12:\"tools_beuser\";a:1:{s:8:\"function\";s:7:\"compare\";}s:10:\"web_layout\";a:7:{s:8:\"tt_board\";s:1:\"0\";s:10:\"tt_address\";s:1:\"0\";s:8:\"tt_links\";s:1:\"0\";s:11:\"tt_calender\";s:1:\"0\";s:11:\"tt_products\";s:1:\"0\";s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";}s:6:\"web_ts\";a:3:{s:8:\"function\";s:17:\"tx_tstemplateinfo\";s:19:\"constant_editor_cat\";s:5:\"basic\";s:15:\"templatesOnPage\";s:1:\"1\";}s:9:\"file_list\";a:0:{}s:11:\"tools_dbint\";a:3:{s:8:\"function\";s:1:\"0\";s:6:\"search\";s:3:\"raw\";s:22:\"search_query_makeQuery\";s:3:\"all\";}s:8:\"web_func\";a:3:{s:8:\"function\";s:22:\"tx_funcwizards_webfunc\";s:3:\"wiz\";s:26:\"tx_wizardcrpages_webfunc_2\";s:6:\"cr_333\";s:1:\"0\";}s:16:\"browse_links.php\";a:1:{s:10:\"expandPage\";s:1:\"1\";}s:19:\"tools_txccawstatsM1\";a:1:{s:8:\"function\";s:0:\"\";}s:9:\"tools_log\";a:4:{s:5:\"users\";s:1:\"0\";s:4:\"time\";s:1:\"0\";s:3:\"max\";s:3:\"100\";s:6:\"action\";s:1:\"0\";}s:15:\"web_txversionM1\";a:2:{s:6:\"filter\";s:1:\"1\";s:7:\"display\";s:1:\"0\";}s:29:\"t3lib_BEfunc::getUpdateSignal\";a:0:{}s:16:\"opendocs::recent\";a:1:{s:32:\"6040b63413eeb767f753aaa25b3d3615\";a:4:{i:0;s:123:\"Comment devenir membre de l\'As...\";i:1;a:7:{s:4:\"edit\";a:1:{s:15:\"tx_smartFAQ_faq\";a:1:{i:1;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:109:\"&edit[tx_smartFAQ_faq][1]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:15:\"tx_smartFAQ_faq\";s:3:\"uid\";s:1:\"1\";s:3:\"pid\";s:2:\"83\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}}}s:19:\"thumbnailsByDefault\";N;s:14:\"emailMeAtLogin\";N;s:13:\"condensedMode\";N;s:10:\"noMenuMode\";s:0:\"\";s:17:\"startInTaskCenter\";N;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";s:2:\"on\";s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";N;s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:2:\"on\";s:20:\"edit_docModuleUpload\";s:2:\"on\";s:15:\"disableCMlayers\";N;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:2:\"fr\";s:15:\"moduleSessionID\";a:18:{s:8:\"web_list\";s:32:\"e8dd85d17869757a6998ede67c28c899\";s:16:\"xMOD_alt_doc.php\";s:32:\"09f49eb88ea0e8801bfab7f5155393f4\";s:11:\"alt_doc.php\";s:32:\"98a07ec97130b1bb88fd4af561c99949\";s:8:\"tools_em\";s:32:\"ea522c0fd306ebe0e4ed4cab1fda772f\";s:9:\"clipboard\";s:32:\"e2e9cbf2845eab2f05a6e3835c155c6e\";s:32:\"t3lib_BEfunc::getSetUpdateSignal\";s:32:\"e2e9cbf2845eab2f05a6e3835c155c6e\";s:12:\"tools_beuser\";s:32:\"e40bdfcdd7f829d74f1f089c2d0d7fd4\";s:10:\"web_layout\";s:32:\"fe177d0ea8d98a11c9f11830a338dbba\";s:6:\"web_ts\";s:32:\"4232e755d988e729e5e86cb6eb4423cf\";s:9:\"file_list\";s:32:\"d76eaf274ee06f39dbbed6a43cb8dba5\";s:11:\"tools_dbint\";s:32:\"d76eaf274ee06f39dbbed6a43cb8dba5\";s:8:\"web_func\";s:32:\"206adf985655c6f54efde63ec6271fb6\";s:16:\"browse_links.php\";s:32:\"4232e755d988e729e5e86cb6eb4423cf\";s:19:\"tools_txccawstatsM1\";s:32:\"58f2f03ba70433e302ff01593728a528\";s:9:\"tools_log\";s:32:\"58f2f03ba70433e302ff01593728a528\";s:15:\"web_txversionM1\";s:32:\"4232e755d988e729e5e86cb6eb4423cf\";s:29:\"t3lib_BEfunc::getUpdateSignal\";s:32:\"98a07ec97130b1bb88fd4af561c99949\";s:16:\"opendocs::recent\";s:32:\"98a07ec97130b1bb88fd4af561c99949\";}s:11:\"browseTrees\";a:2:{s:11:\"browsePages\";s:218:\"a:1:{i:0;a:22:{i:1;i:1;i:0;i:1;i:48;i:1;i:19;i:1;i:1058;i:1;i:20;i:1;i:21;i:1;i:10;i:1;i:9;i:1;i:17;i:1;i:97;i:1;i:15;i:1;i:1547;i:1;i:799;i:1;i:22;i:1;i:47;i:1;i:46;i:1;i:45;i:1;i:2;i:1;i:1594;i:1;i:43;i:1;i:56;i:1;}}\";s:6:\"folder\";s:34:\"a:1:{i:4470;a:1:{i:12915330;i:1;}}\";}s:16:\"TSFE_adminConfig\";a:14:{s:11:\"display_top\";s:1:\"1\";s:15:\"display_preview\";s:1:\"1\";s:13:\"display_cache\";s:1:\"1\";s:15:\"display_publish\";s:0:\"\";s:12:\"display_edit\";s:0:\"\";s:15:\"display_tsdebug\";s:0:\"\";s:12:\"display_info\";s:0:\"\";s:23:\"preview_showHiddenPages\";s:1:\"0\";s:25:\"preview_showHiddenRecords\";s:1:\"0\";s:20:\"preview_simulateDate\";s:0:\"\";s:25:\"preview_simulateUserGroup\";s:1:\"0\";s:13:\"cache_noCache\";s:1:\"0\";s:22:\"cache_clearCacheLevels\";s:1:\"0\";s:18:\"cache_clearCacheId\";s:3:\"799\";}s:10:\"copyLevels\";i:0;s:15:\"recursiveDelete\";N;}','',31,3,'',0,0,'',1256834292,0,'',0,1),(17,0,1179942027,'xavier','a845253bf4be5ca0169c3f2c0f153ae9',1,'',0,0,0,'','','',3,1174902135,3,'','','','a:20:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:8:{s:12:\"alt_menu.php\";a:0:{}s:8:\"tools_em\";a:4:{s:8:\"function\";s:1:\"0\";s:9:\"listOrder\";s:3:\"cat\";s:15:\"display_details\";s:1:\"1\";s:13:\"singleDetails\";s:4:\"info\";}s:10:\"web_layout\";a:7:{s:8:\"tt_board\";s:1:\"0\";s:10:\"tt_address\";s:1:\"0\";s:8:\"tt_links\";s:1:\"0\";s:11:\"tt_calender\";s:1:\"0\";s:11:\"tt_products\";s:1:\"0\";s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";}s:8:\"web_list\";a:0:{}s:16:\"xMOD_alt_doc.php\";a:0:{}s:11:\"alt_doc.php\";a:2:{i:0;a:1:{s:32:\"99eb84e187fc30eeba3ec311ec622692\";a:3:{i:0;s:12:\"MAE_tpl_main\";i:1;a:7:{s:4:\"edit\";a:1:{s:12:\"sys_template\";a:1:{i:1;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:106:\"&edit[sys_template][1]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";}}i:1;s:32:\"99eb84e187fc30eeba3ec311ec622692\";}s:19:\"tools_txccawstatsM1\";a:1:{s:8:\"function\";s:0:\"\";}s:12:\"tools_config\";a:1:{s:8:\"function\";s:1:\"0\";}}s:19:\"thumbnailsByDefault\";i:0;s:14:\"emailMeAtLogin\";i:0;s:13:\"condensedMode\";i:0;s:10:\"noMenuMode\";i:0;s:17:\"startInTaskCenter\";i:0;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";i:1;s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";s:1:\"0\";s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:1:\"1\";s:20:\"edit_docModuleUpload\";s:1:\"1\";s:15:\"disableCMlayers\";i:0;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:0:\"\";s:15:\"moduleSessionID\";a:7:{s:8:\"tools_em\";s:32:\"8e1fe279c019f1eca40468e70accdf40\";s:10:\"web_layout\";s:32:\"8e1fe279c019f1eca40468e70accdf40\";s:8:\"web_list\";s:32:\"8e1fe279c019f1eca40468e70accdf40\";s:16:\"xMOD_alt_doc.php\";s:32:\"8e1fe279c019f1eca40468e70accdf40\";s:11:\"alt_doc.php\";s:32:\"8e1fe279c019f1eca40468e70accdf40\";s:19:\"tools_txccawstatsM1\";s:32:\"8e1fe279c019f1eca40468e70accdf40\";s:12:\"tools_config\";s:32:\"8e1fe279c019f1eca40468e70accdf40\";}s:11:\"browseTrees\";a:1:{s:11:\"browsePages\";s:32:\"a:1:{i:0;a:2:{i:0;i:1;i:1;i:1;}}\";}}','',7,3,'',0,1,'',1174903122,0,'',0,1),(20,0,1220561216,'xavier','0225b162f608edf9a71ed8c01f86a6f2',1,'',0,0,0,'fr','xavier.deregel@mae.org','',3,1220560953,12,'Xavier DERÉGEL','','','a:23:{s:14:\"interfaceSetup\";s:7:\"backend\";s:10:\"moduleData\";a:37:{s:12:\"alt_menu.php\";a:3:{s:4:\"help\";s:1:\"0\";s:9:\"expandAll\";s:1:\"1\";s:4:\"user\";s:1:\"1\";}s:12:\"tools_beuser\";a:1:{s:8:\"function\";s:7:\"compare\";}s:6:\"web_ts\";a:12:{s:8:\"function\";s:17:\"tx_tstemplateinfo\";s:15:\"templatesOnPage\";s:1:\"1\";s:19:\"constant_editor_cat\";s:11:\"plugin.meta\";s:15:\"ts_browser_type\";s:5:\"setup\";s:25:\"ts_browser_toplevel_setup\";s:1:\"0\";s:25:\"ts_browser_toplevel_const\";s:1:\"0\";s:16:\"ts_browser_const\";s:1:\"0\";s:25:\"tsbrowser_depthKeys_setup\";a:26:{s:7:\"tt_news\";i:1;s:10:\"MENUGAUCHE\";i:1;s:9:\"TITREHOME\";i:1;s:12:\"TITREHOME.10\";i:1;s:10:\"pieddepage\";i:1;s:13:\"pieddepage.10\";i:1;s:7:\"page.20\";i:1;s:5:\"types\";i:1;s:13:\"pieddepage.20\";i:1;s:5:\"ulNav\";i:1;s:5:\"nav01\";i:1;s:7:\"nav01.1\";i:1;s:7:\"page.30\";i:1;s:7:\"contenu\";i:1;s:7:\"ONGLETS\";i:1;s:9:\"jeditpage\";i:1;s:13:\"lib.imageFond\";i:1;s:16:\"lib.imageFond.10\";i:1;s:4:\"page\";i:1;s:7:\"page.10\";i:1;s:16:\"page.10.subparts\";i:1;s:16:\"page.20.template\";i:1;s:26:\"page.20.subparts.COLDROITE\";i:1;s:33:\"page.20.subparts.COLDROITE.select\";i:1;s:16:\"jeditpage.config\";i:1;s:7:\"RSSactu\";i:1;}s:25:\"tsbrowser_depthKeys_const\";a:28:{s:21:\"TSConstantEditor.cset\";i:1;s:14:\"styles.content\";i:1;s:19:\"styles.content.meta\";i:1;s:13:\"styles.header\";i:1;s:14:\"styles.sitemap\";i:1;s:19:\"styles.sitemap.text\";i:1;s:19:\"source_optimization\";i:1;s:6:\"plugin\";i:1;s:14:\"plugin.tt_news\";i:1;s:19:\"plugin.tt_news.file\";i:1;s:30:\"plugin.tt_news.archiveTypoLink\";i:1;s:28:\"styles.content.typo3_powered\";i:1;s:18:\"styles.header.gfx1\";i:1;s:6:\"config\";i:1;s:11:\"config.urls\";i:1;s:19:\"config.contentsUids\";i:1;s:16:\"config.pagesUids\";i:1;s:11:\"plugin.meta\";i:1;s:7:\"content\";i:1;s:20:\"content.bulletImages\";i:1;s:25:\"plugin.tx_rgsmoothgallery\";i:1;s:25:\"plugin.tx_veguestbook_pi1\";i:1;s:30:\"plugin.tx_veguestbook_pi1.file\";i:1;s:12:\"content.wrap\";i:1;s:12:\"content.case\";i:1;s:14:\"content.splash\";i:1;s:4:\"cSet\";i:1;s:16:\"TSConstantEditor\";i:1;}s:19:\"ts_browser_fixedLgd\";s:2:\"on\";s:23:\"ts_browser_showComments\";s:2:\"on\";s:20:\"tsbrowser_conditions\";N;}s:8:\"web_list\";a:3:{s:15:\"bigControlPanel\";s:1:\"1\";s:9:\"clipBoard\";s:1:\"1\";s:12:\"localization\";s:1:\"1\";}s:22:\"web_txakronymmanagerM1\";a:1:{s:8:\"function\";s:1:\"1\";}s:15:\"web_txversionM1\";a:2:{s:6:\"filter\";s:1:\"1\";s:7:\"display\";s:1:\"0\";}s:8:\"web_func\";a:3:{s:8:\"function\";s:22:\"tx_funcwizards_webfunc\";s:3:\"wiz\";s:26:\"tx_wizardcrpages_webfunc_2\";s:6:\"cr_333\";s:1:\"0\";}s:8:\"web_perm\";a:2:{s:5:\"depth\";s:1:\"1\";s:4:\"mode\";s:1:\"0\";}s:8:\"web_info\";a:5:{s:8:\"function\";s:19:\"tx_cms_webinfo_page\";s:5:\"pages\";s:1:\"1\";s:9:\"stat_type\";s:1:\"0\";s:5:\"depth\";s:1:\"2\";s:4:\"type\";s:1:\"0\";}s:16:\"xMOD_alt_doc.php\";a:3:{s:12:\"showPalettes\";s:2:\"on\";s:16:\"showDescriptions\";s:2:\"on\";s:10:\"disableRTE\";s:1:\"0\";}s:11:\"alt_doc.php\";a:2:{i:0;a:0:{}i:1;s:32:\"a83aef2e8c11fb7f08472753ba0a3074\";}s:10:\"web_layout\";a:8:{s:8:\"tt_board\";s:1:\"0\";s:10:\"tt_address\";s:1:\"0\";s:8:\"tt_links\";s:1:\"0\";s:11:\"tt_calender\";s:1:\"0\";s:11:\"tt_products\";s:1:\"0\";s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";s:21:\"tt_content_showHidden\";s:1:\"1\";}s:12:\"tools_config\";a:4:{s:8:\"function\";s:1:\"0\";s:6:\"node_4\";a:5:{s:12:\"colorschemes\";i:1;s:13:\"borderschemes\";i:1;s:10:\"mainColors\";i:1;s:12:\"styleschemes\";i:1;s:14:\"styleschemes.0\";i:1;}s:6:\"node_0\";a:1:{s:3:\"SYS\";i:1;}s:6:\"node_1\";a:1:{s:10:\"tt_content\";i:1;}}s:8:\"tools_em\";a:6:{s:8:\"function\";s:1:\"0\";s:9:\"listOrder\";s:3:\"cat\";s:15:\"display_details\";s:1:\"1\";s:13:\"singleDetails\";s:4:\"info\";s:11:\"display_shy\";s:1:\"1\";s:10:\"extMirrors\";s:2305:\"a:7:{s:9:\"typo3.org\";a:5:{s:5:\"title\";s:25:\"TYPO3.org Main Repository\";s:4:\"host\";s:9:\"typo3.org\";s:4:\"path\";s:15:\"/fileadmin/ter/\";s:7:\"country\";s:3:\"DEU\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:13:\"punkt.de GmbH\";s:4:\"link\";s:16:\"http://punkt.de/\";s:4:\"logo\";s:64:\"http://www.typo3.org/fileadmin/templates/images/logo-punktde.gif\";}}s:22:\"ter.rz.tu-clausthal.de\";a:5:{s:5:\"title\";s:17:\"DE Mirror 1 (DFN)\";s:4:\"host\";s:22:\"ter.rz.tu-clausthal.de\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"DEU\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:12:\"TU Clausthal\";s:4:\"link\";s:27:\"http://www.tu-clausthal.de/\";s:4:\"logo\";s:69:\"http://www.typo3.org/fileadmin/templates/images/logo-tu-clausthal.gif\";}}s:15:\"ter.mittwald.de\";a:5:{s:5:\"title\";s:11:\"DE Mirror 2\";s:4:\"host\";s:15:\"ter.mittwald.de\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"DEU\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:26:\"mittwaldmedien CM Services\";s:4:\"link\";s:23:\"http://www.mittwald.de/\";s:4:\"logo\";s:65:\"http://www.typo3.org/fileadmin/templates/images/logo-mittwald.gif\";}}s:17:\"ter.sitedesign.dk\";a:5:{s:5:\"title\";s:11:\"DK Mirror 1\";s:4:\"host\";s:17:\"ter.sitedesign.dk\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"DNK\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:13:\"siteDesign.dk\";s:4:\"link\";s:21:\"http://siteDesign.dk/\";s:4:\"logo\";s:69:\"http://www.typo3.org/fileadmin/templates/images/logo-sitedesigndk.gif\";}}s:10:\"ter.tue.nl\";a:5:{s:5:\"title\";s:11:\"NL Mirror 1\";s:4:\"host\";s:10:\"ter.tue.nl\";s:4:\"path\";s:1:\"/\";s:7:\"country\";s:3:\"NLD\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:12:\"TU Eindhoven\";s:4:\"link\";s:18:\"http://www.tue.nl/\";s:4:\"logo\";s:69:\"http://www.typo3.org/fileadmin/templates/images/logo-tu-eindhoven.gif\";}}s:28:\"mirror-typo3.vinehosting.com\";a:5:{s:5:\"title\";s:16:\"US Mirror 1 (NJ)\";s:4:\"host\";s:28:\"mirror-typo3.vinehosting.com\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"USA\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:11:\"VineHosting\";s:4:\"link\";s:27:\"http://www.Vinehosting.com/\";s:4:\"logo\";s:68:\"http://www.typo3.org/fileadmin/templates/images/logo-vinehosting.gif\";}}s:14:\"ter.cablan.net\";a:5:{s:5:\"title\";s:16:\"CA Mirror 1 (QC)\";s:4:\"host\";s:14:\"ter.cablan.net\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"CAN\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:10:\"Cablan.net\";s:4:\"link\";s:22:\"http://www.cablan.net/\";s:4:\"logo\";s:63:\"http://www.typo3.org/fileadmin/templates/images/logo-cablan.gif\";}}}\";}s:9:\"file_list\";a:1:{s:13:\"displayThumbs\";s:1:\"0\";}s:9:\"user_task\";a:1:{s:8:\"function\";s:18:\"tx_impexp_modfunc1\";}s:7:\"user_ws\";a:4:{s:8:\"function\";s:7:\"publish\";s:6:\"filter\";s:1:\"1\";s:7:\"display\";s:1:\"0\";s:4:\"diff\";s:1:\"0\";}s:11:\"tools_dbint\";a:3:{s:8:\"function\";s:1:\"0\";s:6:\"search\";s:3:\"raw\";s:22:\"search_query_makeQuery\";s:3:\"all\";}s:16:\"browse_links.php\";N;s:9:\"tools_log\";a:4:{s:5:\"users\";s:1:\"0\";s:4:\"time\";s:2:\"12\";s:3:\"max\";s:3:\"500\";s:6:\"action\";s:1:\"0\";}s:13:\"tools_isearch\";a:1:{s:8:\"function\";s:4:\"stat\";}s:19:\"tools_txccawstatsM1\";a:1:{s:8:\"function\";s:0:\"\";}s:32:\"t3lib_BEfunc::getSetUpdateSignal\";a:1:{s:3:\"set\";s:0:\"\";}s:25:\"db_list.php/displayFields\";a:11:{s:5:\"pages\";a:1:{i:0;s:8:\"keywords\";}s:23:\"tx_smartmaehome_content\";a:1:{i:0;s:3:\"cat\";}s:12:\"sys_template\";a:1:{i:0;s:9:\"resources\";}s:10:\"tt_content\";a:1:{i:0;s:11:\"l18n_parent\";}s:21:\"tx_smartgalery_photos\";a:1:{i:0;s:3:\"img\";}s:15:\"static_template\";a:1:{i:0;s:5:\"title\";}s:24:\"tx_rgsmoothgallery_image\";a:3:{i:0;s:5:\"title\";i:1;s:11:\"description\";i:2;s:5:\"image\";}s:22:\"tx_hpoforms_visite_vip\";a:1:{i:0;s:5:\"email\";}s:23:\"tx_hpoforms_contact_mae\";a:1:{i:0;s:3:\"nom\";}s:19:\"tx_hpoforms_contact\";a:2:{i:0;s:5:\"objet\";i:1;s:8:\"question\";}s:22:\"pages_language_overlay\";a:1:{i:0;s:5:\"title\";}}s:9:\"xMod_test\";a:1:{s:19:\"constant_editor_cat\";s:5:\"basic\";}s:16:\"select_image.php\";a:2:{s:3:\"act\";s:5:\"magic\";s:12:\"expandFolder\";s:89:\"/var/alternc/dns/m/www.mae.org/fileadmin/user_upload/Images/Actualites/Vignettes_TT_News/\";}s:9:\"clipboard\";a:6:{s:5:\"tab_1\";a:0:{}s:5:\"tab_2\";a:0:{}s:5:\"tab_3\";a:0:{}s:7:\"current\";s:6:\"normal\";s:9:\"_setThumb\";N;s:6:\"normal\";a:2:{s:2:\"el\";a:1:{s:15:\"tt_content|3635\";s:1:\"1\";}s:4:\"mode\";s:4:\"copy\";}}s:29:\"t3lib_BEfunc::getUpdateSignal\";a:0:{}s:16:\"opendocs::recent\";a:8:{s:32:\"a83aef2e8c11fb7f08472753ba0a3074\";a:4:{i:0;s:86:\"PEGASE N°116 1er trimestre 200...\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:56;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:105:\"&edit[tt_content][56]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:2:\"56\";s:3:\"pid\";s:3:\"110\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"90519c4fdd1790a127bd4fd63da27eda\";a:4:{i:0;s:20:\"Site en construction\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:7574;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:107:\"&edit[tt_content][7574]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:4:\"7574\";s:3:\"pid\";s:1:\"8\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"88fb371ea9e87418c9219a865ce6215c\";a:4:{i:0;s:12:\"Présentation\";i:1;a:7:{s:4:\"edit\";a:1:{s:5:\"pages\";a:1:{i:13;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:100:\"&edit[pages][13]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:5:\"pages\";s:3:\"uid\";s:2:\"13\";s:3:\"pid\";s:1:\"7\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"0726f23144a638e3200412435b6436b1\";a:4:{i:0;s:20:\"Lettre d\'information\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:2876;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:107:\"&edit[tt_content][2876]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:4:\"2876\";s:3:\"pid\";s:1:\"8\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"335c79e90513202b6d5a5992a8e431a8\";a:4:{i:0;s:10:\"Participer\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:6988;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:107:\"&edit[tt_content][6988]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:4:\"6988\";s:3:\"pid\";s:1:\"8\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"568dd60117fc2e0945e01982055e14cf\";a:4:{i:0;s:16:\"Bonne Année 2010\";i:1;a:7:{s:4:\"edit\";a:1:{s:14:\"tx_fondpage_bg\";a:1:{i:13;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:109:\"&edit[tx_fondpage_bg][13]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:14:\"tx_fondpage_bg\";s:3:\"uid\";s:2:\"13\";s:3:\"pid\";s:4:\"1597\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"09ee036c8732a5c688ca8e4335c85738\";a:4:{i:0;s:19:\"BD prend l\'air 2009\";i:1;a:7:{s:4:\"edit\";a:1:{s:14:\"tx_fondpage_bg\";a:1:{i:9;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:108:\"&edit[tx_fondpage_bg][9]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:14:\"tx_fondpage_bg\";s:3:\"uid\";s:1:\"9\";s:3:\"pid\";s:4:\"1597\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"b7526096f460567406dffe94dfeb4375\";a:4:{i:0;s:24:\"Coordonnées non stockées\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:7573;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:107:\"&edit[tt_content][7573]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:4:\"7573\";s:3:\"pid\";s:2:\"37\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}}s:27:\"web_txweeaargooglesitemapM1\";a:1:{s:8:\"function\";s:1:\"1\";}s:19:\"tools_txaeurltoolM1\";a:1:{s:8:\"function\";s:1:\"3\";}s:9:\"menuState\";a:5:{s:7:\"web_tab\";i:0;s:8:\"user_tab\";i:0;s:8:\"file_tab\";i:0;s:9:\"tools_tab\";i:0;s:8:\"help_tab\";i:1;}s:21:\"help_txtsconfighelpM1\";a:1:{s:8:\"function\";s:1:\"1\";}s:12:\"txhpoformsM1\";a:1:{s:8:\"function\";s:1:\"1\";}s:19:\"tools_txsrfreecapM1\";a:1:{s:8:\"function\";s:1:\"1\";}s:13:\"xMOD_tximpexp\";a:1:{s:8:\"function\";s:0:\"\";}s:22:\"user_txmvexportexcelM1\";a:1:{s:8:\"function\";s:10:\"tt_address\";}}s:19:\"thumbnailsByDefault\";N;s:14:\"emailMeAtLogin\";N;s:13:\"condensedMode\";N;s:10:\"noMenuMode\";N;s:17:\"startInTaskCenter\";i:0;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";s:2:\"on\";s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";N;s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:2:\"on\";s:20:\"edit_docModuleUpload\";s:2:\"on\";s:15:\"disableCMlayers\";N;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:2:\"fr\";s:15:\"moduleSessionID\";a:35:{s:12:\"tools_beuser\";s:32:\"a345445806597abd2f09f1c35ca82395\";s:6:\"web_ts\";s:32:\"e0406ce5623df825126e562c41e952b5\";s:8:\"web_list\";s:32:\"dbf4545530d50daca9d059bb2b93c532\";s:22:\"web_txakronymmanagerM1\";s:32:\"1339de20dd755bea9f541daf18607b8e\";s:15:\"web_txversionM1\";s:32:\"e1ab3dd81d4c1deb165692dfdb461500\";s:8:\"web_func\";s:32:\"1339de20dd755bea9f541daf18607b8e\";s:8:\"web_perm\";s:32:\"00752f49529a9e046e5bee14e1a4edee\";s:8:\"web_info\";s:32:\"ec812621f8714e1274141a52235747f8\";s:16:\"xMOD_alt_doc.php\";s:32:\"6dc7d51437fe9a3ac804b7676adba728\";s:11:\"alt_doc.php\";s:32:\"29e9f46d4cdd78b7629b7052c9c350ba\";s:10:\"web_layout\";s:32:\"89ed9f54a2917d91029ba2857d3ebc02\";s:12:\"tools_config\";s:32:\"c9b4d7270e1a17f4ca5dc1e2f4750295\";s:8:\"tools_em\";s:32:\"619b4d926f110a7b4a734d8d94cf0884\";s:9:\"file_list\";s:32:\"e80052a8f8b4af16340487f5b7263ff3\";s:9:\"user_task\";s:32:\"1339de20dd755bea9f541daf18607b8e\";s:7:\"user_ws\";s:32:\"619b4d926f110a7b4a734d8d94cf0884\";s:11:\"tools_dbint\";s:32:\"521469f22e7aea888b73bbb5a1af2491\";s:16:\"browse_links.php\";s:32:\"a345445806597abd2f09f1c35ca82395\";s:9:\"tools_log\";s:32:\"c9b4d7270e1a17f4ca5dc1e2f4750295\";s:13:\"tools_isearch\";s:32:\"521469f22e7aea888b73bbb5a1af2491\";s:19:\"tools_txccawstatsM1\";s:32:\"f0b2144189f947d5a34948ad636cfa89\";s:32:\"t3lib_BEfunc::getSetUpdateSignal\";s:32:\"716d1580dbca79eaa2da4655ef6eb351\";s:25:\"db_list.php/displayFields\";s:32:\"0218305d39d1db79c9dc33522e5be776\";s:9:\"xMod_test\";s:32:\"6b55fee743f22778831fcf0156c55205\";s:16:\"select_image.php\";s:32:\"1c2296b1fe3c191dc93c89bf33d3f1c1\";s:9:\"clipboard\";s:32:\"29e9f46d4cdd78b7629b7052c9c350ba\";s:29:\"t3lib_BEfunc::getUpdateSignal\";s:32:\"29e9f46d4cdd78b7629b7052c9c350ba\";s:16:\"opendocs::recent\";s:32:\"29e9f46d4cdd78b7629b7052c9c350ba\";s:27:\"web_txweeaargooglesitemapM1\";s:32:\"89e8a6d726c2ca3449879f4f2c300271\";s:19:\"tools_txaeurltoolM1\";s:32:\"c7fc26b578bfe754ababfa33f27f44b7\";s:21:\"help_txtsconfighelpM1\";s:32:\"4a2558343d377cf90f8ec14499510b75\";s:12:\"txhpoformsM1\";s:32:\"82ed808656fe3e5de8ef43138e933f34\";s:19:\"tools_txsrfreecapM1\";s:32:\"82ed808656fe3e5de8ef43138e933f34\";s:13:\"xMOD_tximpexp\";s:32:\"9f306eedfc27a353278c114db9124d14\";s:22:\"user_txmvexportexcelM1\";s:32:\"521469f22e7aea888b73bbb5a1af2491\";}s:11:\"browseTrees\";a:2:{s:11:\"browsePages\";s:271:\"a:1:{i:0;a:26:{i:0;i:1;i:1626;i:1;i:1600;i:1;i:41;i:1;i:1679;i:1;i:1669;i:1;i:1547;i:1;i:1748;i:1;i:1767;i:1;i:1681;i:1;i:1712;i:1;i:1627;i:1;i:44;i:1;i:46;i:1;i:47;i:1;i:48;i:1;i:1;i:1;i:9;i:1;i:1594;i:1;i:1788;i:1;i:1616;i:1;i:17;i:1;i:21;i:1;i:6;i:1;i:4;i:1;i:2;i:1;}}\";s:6:\"folder\";s:1223:\"a:5:{i:23470;a:9:{i:2495403;i:1;i:14686215;i:1;i:7020907;i:1;i:1951154;i:1;i:9835237;i:1;i:11570904;i:1;i:12332709;i:1;i:1988930;i:1;i:7582794;i:1;}i:4470;a:18:{i:5448494;i:1;i:14686215;i:1;i:16325963;i:1;i:2495403;i:1;i:1988930;i:1;i:11724627;i:1;i:7582794;i:1;i:9835237;i:1;i:8075983;i:1;i:10840441;i:1;i:11330084;i:1;i:7020907;i:1;i:11570904;i:1;i:1951154;i:1;i:7273336;i:1;i:12332709;i:1;i:15409540;i:1;i:12915330;i:1;}i:53916;a:1:{i:96483;i:1;}i:53589;a:42:{i:156548;i:1;i:2504777;i:1;i:14797486;i:1;i:12575281;i:1;i:585981;i:1;i:9484309;i:1;i:14880850;i:1;i:184907297;i:1;i:11556706;i:1;i:6258598;i:1;i:9375705;i:1;i:15037533;i:1;i:12055056;i:1;i:10306322;i:1;i:10180298;i:1;i:240600533;i:1;i:3412142;i:1;i:13460711;i:1;i:7947046;i:1;i:2689204;i:1;i:11597402;i:1;i:1257415;i:1;i:9184135;i:1;i:4933619;i:1;i:4302163;i:1;i:151748948;i:1;i:13760809;i:1;i:3994162;i:1;i:11189647;i:1;i:7774272;i:1;i:3498446;i:1;i:10313608;i:1;i:8904542;i:1;i:16769059;i:1;i:3214970;i:1;i:173395955;i:1;i:7802810;i:1;i:7331168;i:1;i:7246712;i:1;i:2894501;i:1;i:7945389;i:1;i:192880900;i:1;}i:4257;a:9:{i:7774272;i:1;i:14797486;i:1;i:12575281;i:1;i:1257415;i:1;i:11556706;i:1;i:10306322;i:1;i:14941210;i:1;i:192880900;i:1;i:236759788;i:1;}}\";}s:11:\"startModule\";s:17:\"help_aboutmodules\";s:10:\"copyLevels\";i:0;s:15:\"recursiveDelete\";s:2:\"on\";}','1',31,3,'',0,0,'',1264589177,0,'',0,1),(21,0,1223727023,'jean','a409f32fef1cc24d4fbe7256accf8eb9',1,'',0,0,0,'fr','','',3,1223391779,20,'','','','a:20:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:16:{s:12:\"alt_menu.php\";a:0:{}s:10:\"web_layout\";a:7:{s:8:\"tt_board\";s:1:\"0\";s:10:\"tt_address\";s:1:\"0\";s:8:\"tt_links\";s:1:\"0\";s:11:\"tt_calender\";s:1:\"0\";s:11:\"tt_products\";s:1:\"0\";s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";}s:16:\"xMOD_alt_doc.php\";a:0:{}s:11:\"alt_doc.php\";a:2:{i:0;a:0:{}i:1;s:32:\"99eb84e187fc30eeba3ec311ec622692\";}s:32:\"t3lib_BEfunc::getSetUpdateSignal\";a:1:{s:3:\"set\";s:0:\"\";}s:11:\"tools_dbint\";a:3:{s:8:\"function\";s:1:\"0\";s:6:\"search\";s:3:\"raw\";s:22:\"search_query_makeQuery\";s:3:\"all\";}s:19:\"tools_txccawstatsM1\";a:1:{s:8:\"function\";s:0:\"\";}s:8:\"web_info\";a:4:{s:8:\"function\";s:19:\"tx_cms_webinfo_page\";s:5:\"pages\";s:1:\"0\";s:9:\"stat_type\";s:1:\"0\";s:5:\"depth\";s:1:\"0\";}s:6:\"web_ts\";a:3:{s:8:\"function\";s:17:\"tx_tstemplateinfo\";s:15:\"templatesOnPage\";s:1:\"1\";s:19:\"constant_editor_cat\";s:5:\"basic\";}s:8:\"web_list\";a:0:{}s:22:\"web_txakronymmanagerM1\";a:1:{s:8:\"function\";s:1:\"1\";}s:9:\"user_task\";a:1:{s:8:\"function\";s:18:\"tx_impexp_modfunc1\";}s:7:\"user_ws\";a:4:{s:8:\"function\";s:7:\"publish\";s:6:\"filter\";s:1:\"1\";s:7:\"display\";s:1:\"0\";s:4:\"diff\";s:1:\"0\";}s:8:\"tools_em\";a:4:{s:8:\"function\";s:1:\"0\";s:9:\"listOrder\";s:3:\"cat\";s:15:\"display_details\";s:1:\"1\";s:13:\"singleDetails\";s:4:\"info\";}s:12:\"tools_config\";a:1:{s:8:\"function\";s:1:\"0\";}s:12:\"tools_beuser\";a:1:{s:8:\"function\";s:7:\"compare\";}}s:19:\"thumbnailsByDefault\";i:0;s:14:\"emailMeAtLogin\";i:0;s:13:\"condensedMode\";i:0;s:10:\"noMenuMode\";i:0;s:17:\"startInTaskCenter\";i:0;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";i:1;s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";s:1:\"0\";s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:1:\"1\";s:20:\"edit_docModuleUpload\";s:1:\"1\";s:15:\"disableCMlayers\";i:0;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:2:\"fr\";s:15:\"moduleSessionID\";a:15:{s:10:\"web_layout\";s:32:\"ba2af49410b8c2299687b76f3bd8c6a0\";s:16:\"xMOD_alt_doc.php\";s:32:\"ba2af49410b8c2299687b76f3bd8c6a0\";s:11:\"alt_doc.php\";s:32:\"c7605f21025b12fd791e07229dd2d216\";s:32:\"t3lib_BEfunc::getSetUpdateSignal\";s:32:\"ba2af49410b8c2299687b76f3bd8c6a0\";s:11:\"tools_dbint\";s:32:\"99bb78b5a266a381a59271efad4f8902\";s:19:\"tools_txccawstatsM1\";s:32:\"c7605f21025b12fd791e07229dd2d216\";s:8:\"web_info\";s:32:\"c7605f21025b12fd791e07229dd2d216\";s:6:\"web_ts\";s:32:\"c7605f21025b12fd791e07229dd2d216\";s:8:\"web_list\";s:32:\"c7605f21025b12fd791e07229dd2d216\";s:22:\"web_txakronymmanagerM1\";s:32:\"c7605f21025b12fd791e07229dd2d216\";s:9:\"user_task\";s:32:\"c7605f21025b12fd791e07229dd2d216\";s:7:\"user_ws\";s:32:\"c7605f21025b12fd791e07229dd2d216\";s:8:\"tools_em\";s:32:\"c7605f21025b12fd791e07229dd2d216\";s:12:\"tools_config\";s:32:\"c7605f21025b12fd791e07229dd2d216\";s:12:\"tools_beuser\";s:32:\"c7605f21025b12fd791e07229dd2d216\";}s:11:\"browseTrees\";a:1:{s:11:\"browsePages\";s:40:\"a:1:{i:0;a:3:{i:0;i:1;i:1;i:1;i:5;i:1;}}\";}}','',31,0,'',0,0,'',1223473939,0,'',0,1),(22,0,1263212312,'aama','1233f4b84f893a67cc1680bbb9be5d21',1,'',0,0,0,'','','',0,1229702480,0,'','','','a:24:{s:14:\"interfaceSetup\";s:7:\"backend\";s:10:\"moduleData\";a:29:{s:12:\"alt_menu.php\";a:0:{}s:11:\"tools_dbint\";a:3:{s:8:\"function\";s:9:\"relations\";s:6:\"search\";s:3:\"raw\";s:22:\"search_query_makeQuery\";s:3:\"all\";}s:8:\"web_list\";a:2:{s:15:\"bigControlPanel\";s:1:\"1\";s:12:\"localization\";s:1:\"1\";}s:8:\"tools_em\";a:9:{s:8:\"function\";s:1:\"1\";s:9:\"listOrder\";s:3:\"cat\";s:15:\"display_details\";s:1:\"1\";s:13:\"singleDetails\";s:4:\"info\";s:10:\"extMirrors\";s:2321:\"a:7:{s:9:\"typo3.org\";a:5:{s:5:\"title\";s:25:\"TYPO3.org Main Repository\";s:4:\"host\";s:9:\"typo3.org\";s:4:\"path\";s:15:\"/fileadmin/ter/\";s:7:\"country\";s:3:\"DEU\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:13:\"punkt.de GmbH\";s:4:\"link\";s:16:\"http://punkt.de/\";s:4:\"logo\";s:64:\"http://www.typo3.org/fileadmin/templates/images/logo-punktde.gif\";}}s:22:\"ter.rz.tu-clausthal.de\";a:5:{s:5:\"title\";s:17:\"DE Mirror 1 (DFN)\";s:4:\"host\";s:22:\"ter.rz.tu-clausthal.de\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"DEU\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:12:\"TU Clausthal\";s:4:\"link\";s:27:\"http://www.tu-clausthal.de/\";s:4:\"logo\";s:69:\"http://www.typo3.org/fileadmin/templates/images/logo-tu-clausthal.gif\";}}s:15:\"ter.mittwald.de\";a:5:{s:5:\"title\";s:11:\"DE Mirror 2\";s:4:\"host\";s:15:\"ter.mittwald.de\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"DEU\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:26:\"mittwaldmedien CM Services\";s:4:\"link\";s:23:\"http://www.mittwald.de/\";s:4:\"logo\";s:65:\"http://www.typo3.org/fileadmin/templates/images/logo-mittwald.gif\";}}s:17:\"ter.sitedesign.dk\";a:5:{s:5:\"title\";s:11:\"DK Mirror 1\";s:4:\"host\";s:17:\"ter.sitedesign.dk\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"DNK\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:13:\"siteDesign.dk\";s:4:\"link\";s:21:\"http://siteDesign.dk/\";s:4:\"logo\";s:69:\"http://www.typo3.org/fileadmin/templates/images/logo-sitedesigndk.gif\";}}s:10:\"ter.tue.nl\";a:5:{s:5:\"title\";s:11:\"NL Mirror 1\";s:4:\"host\";s:10:\"ter.tue.nl\";s:4:\"path\";s:1:\"/\";s:7:\"country\";s:3:\"NLD\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:12:\"TU Eindhoven\";s:4:\"link\";s:18:\"http://www.tue.nl/\";s:4:\"logo\";s:69:\"http://www.typo3.org/fileadmin/templates/images/logo-tu-eindhoven.gif\";}}s:28:\"mirror-typo3.vinehosting.com\";a:5:{s:5:\"title\";s:16:\"US Mirror 1 (NJ)\";s:4:\"host\";s:28:\"mirror-typo3.vinehosting.com\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"USA\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:11:\"VineHosting\";s:4:\"link\";s:27:\"http://www.Vinehosting.com/\";s:4:\"logo\";s:68:\"http://www.typo3.org/fileadmin/templates/images/logo-vinehosting.gif\";}}s:18:\"ter.cannonbose.com\";a:5:{s:5:\"title\";s:16:\"US Mirror 2 (TX)\";s:4:\"host\";s:18:\"ter.cannonbose.com\";s:4:\"path\";s:5:\"/ter/\";s:7:\"country\";s:3:\"USA\";s:7:\"sponsor\";a:3:{s:4:\"name\";s:10:\"CannonBose\";s:4:\"link\";s:26:\"http://www.cannonbose.com/\";s:4:\"logo\";s:67:\"http://www.typo3.org/fileadmin/templates/images/logo-cannonbose.gif\";}}}\";s:17:\"display_installed\";s:1:\"0\";s:13:\"display_files\";s:1:\"0\";s:17:\"selectedLanguages\";s:19:\"a:1:{i:0;s:2:\"fr\";}\";s:11:\"display_shy\";s:1:\"1\";}s:10:\"web_layout\";a:7:{s:8:\"tt_board\";s:1:\"0\";s:10:\"tt_address\";s:1:\"0\";s:8:\"tt_links\";s:1:\"0\";s:11:\"tt_calender\";s:1:\"0\";s:11:\"tt_products\";s:1:\"0\";s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";}s:22:\"web_txakronymmanagerM1\";a:1:{s:8:\"function\";s:1:\"1\";}s:16:\"xMOD_alt_doc.php\";a:1:{s:12:\"showPalettes\";s:2:\"on\";}s:11:\"alt_doc.php\";a:2:{i:0;a:1:{s:32:\"f99fee25d9076a7b51777113673e6e0c\";a:4:{i:0;s:16:\"ext_pied_de_page\";i:1;a:7:{s:4:\"edit\";a:1:{s:12:\"sys_template\";a:1:{i:9;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:106:\"&edit[sys_template][9]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:12:\"sys_template\";s:3:\"uid\";s:1:\"9\";s:3:\"pid\";s:1:\"1\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}}i:1;s:32:\"3fefb53664a63f814b86303648fd8dd2\";}s:29:\"t3lib_BEfunc::getUpdateSignal\";a:0:{}s:16:\"opendocs::recent\";a:8:{s:32:\"3fefb53664a63f814b86303648fd8dd2\";a:4:{i:0;s:14:\"Venir au musée\";i:1;a:7:{s:4:\"edit\";a:1:{s:20:\"tx_nuagelien_section\";a:1:{i:1;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:114:\"&edit[tx_nuagelien_section][1]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:20:\"tx_nuagelien_section\";s:3:\"uid\";s:1:\"1\";s:3:\"pid\";s:4:\"1596\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"99eb84e187fc30eeba3ec311ec622692\";a:4:{i:0;s:12:\"MAE_tpl_main\";i:1;a:7:{s:4:\"edit\";a:1:{s:12:\"sys_template\";a:1:{i:1;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:106:\"&edit[sys_template][1]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:12:\"sys_template\";s:3:\"uid\";s:1:\"1\";s:3:\"pid\";s:1:\"1\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"d0f7a78b4553af6de0970d98f5fd20ed\";a:4:{i:0;s:11:\"ext_onglets\";i:1;a:7:{s:4:\"edit\";a:1:{s:12:\"sys_template\";a:1:{i:10;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:107:\"&edit[sys_template][10]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:12:\"sys_template\";s:3:\"uid\";s:2:\"10\";s:3:\"pid\";s:1:\"1\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"771c54ff756dedbb261dadb76a698e31\";a:4:{i:0;s:18:\"ext_section_frames\";i:1;a:7:{s:4:\"edit\";a:1:{s:12:\"sys_template\";a:1:{i:6;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:106:\"&edit[sys_template][6]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:12:\"sys_template\";s:3:\"uid\";s:1:\"6\";s:3:\"pid\";s:1:\"1\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"137b56d60ee9358cf9b1b62ac7d517bf\";a:4:{i:0;s:15:\"ext_menu_annexe\";i:1;a:7:{s:4:\"edit\";a:1:{s:12:\"sys_template\";a:1:{i:8;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:106:\"&edit[sys_template][8]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:12:\"sys_template\";s:3:\"uid\";s:1:\"8\";s:3:\"pid\";s:1:\"1\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"f99fee25d9076a7b51777113673e6e0c\";a:4:{i:0;s:16:\"ext_pied_de_page\";i:1;a:7:{s:4:\"edit\";a:1:{s:12:\"sys_template\";a:1:{i:9;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:106:\"&edit[sys_template][9]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:12:\"sys_template\";s:3:\"uid\";s:1:\"9\";s:3:\"pid\";s:1:\"1\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"c227f0ef98435347dbd2c341b566e4ad\";a:4:{i:0;s:10:\"Actualités\";i:1;a:7:{s:4:\"edit\";a:1:{s:5:\"pages\";a:1:{i:5;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:99:\"&edit[pages][5]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:5:\"pages\";s:3:\"uid\";s:1:\"5\";s:3:\"pid\";s:1:\"1\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"b2a52a64aeabdfa079e0aca938cff05a\";a:4:{i:0;s:8:\"Site MAE\";i:1;a:7:{s:4:\"edit\";a:1:{s:5:\"pages\";a:1:{i:1;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:99:\"&edit[pages][1]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:5:\"pages\";s:3:\"uid\";s:1:\"1\";s:3:\"pid\";s:1:\"0\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}}s:6:\"web_ts\";a:11:{s:8:\"function\";s:17:\"tx_tstemplateinfo\";s:15:\"templatesOnPage\";s:1:\"9\";s:19:\"constant_editor_cat\";s:7:\"content\";s:15:\"ts_browser_type\";s:5:\"setup\";s:16:\"ts_browser_const\";s:1:\"0\";s:19:\"ts_browser_fixedLgd\";s:1:\"1\";s:23:\"ts_browser_showComments\";s:1:\"1\";s:25:\"tsbrowser_depthKeys_setup\";a:13:{s:13:\"pieddepage.20\";i:1;s:16:\"pieddepage.20.15\";i:1;s:21:\"pieddepage.20.15.conf\";i:1;s:7:\"contenu\";i:1;s:18:\"tt_content.list.20\";i:1;s:26:\"tt_content.list.20.stdWrap\";i:1;s:36:\"tt_content.list.20.stdWrap.editIcons\";i:1;s:22:\"tt_content.list.20.key\";i:1;s:20:\"temp_content.stdWrap\";i:1;s:15:\"contenu.stdWrap\";i:1;s:14:\"contenu.select\";i:1;s:4:\"page\";i:1;s:11:\"page.config\";i:1;}s:24:\"ts_analyzer_checkLinenum\";s:1:\"1\";s:23:\"ts_analyzer_checkSyntax\";s:1:\"1\";s:32:\"ts_analyzer_checkSyntaxBlockmode\";s:1:\"1\";}s:16:\"browse_links.php\";a:1:{s:12:\"expandFolder\";s:45:\"/var/alternc/dns/m/www.mae.org/fileadmin/tpl/\";}s:9:\"clipboard\";a:6:{s:5:\"tab_1\";a:0:{}s:5:\"tab_2\";a:0:{}s:5:\"tab_3\";a:0:{}s:7:\"current\";s:6:\"normal\";s:9:\"_setThumb\";N;s:6:\"normal\";a:2:{s:2:\"el\";a:1:{s:16:\"_FILE|9aac14221b\";s:68:\"/var/alternc/dns/m/www.mae.org/uploads/pics/les-coulisses-150_01.jpg\";}s:4:\"mode\";s:4:\"copy\";}}s:9:\"file_list\";a:1:{s:13:\"displayThumbs\";s:1:\"1\";}s:15:\"web_txversionM1\";a:2:{s:6:\"filter\";s:1:\"1\";s:7:\"display\";s:1:\"0\";}s:12:\"tools_config\";a:1:{s:8:\"function\";s:1:\"0\";}s:9:\"tools_log\";a:4:{s:5:\"users\";s:1:\"0\";s:4:\"time\";s:1:\"0\";s:3:\"max\";s:2:\"20\";s:6:\"action\";s:1:\"0\";}s:12:\"tools_beuser\";a:1:{s:8:\"function\";s:7:\"compare\";}s:9:\"xMod_test\";a:1:{s:19:\"constant_editor_cat\";s:5:\"basic\";}s:19:\"tools_txaeurltoolM1\";a:1:{s:8:\"function\";s:1:\"3\";}s:19:\"web_txtemplavoilaM1\";a:1:{s:8:\"language\";s:1:\"0\";}s:8:\"web_info\";a:9:{s:8:\"function\";s:19:\"tx_cms_webinfo_lang\";s:5:\"pages\";s:1:\"0\";s:9:\"stat_type\";s:1:\"0\";s:5:\"depth\";s:1:\"0\";s:4:\"type\";s:3:\"log\";s:4:\"lang\";s:1:\"0\";s:9:\"log_users\";s:1:\"0\";s:8:\"log_time\";s:1:\"0\";s:12:\"tsconf_parts\";s:1:\"0\";}s:13:\"xMOD_tximpexp\";a:1:{s:8:\"function\";s:0:\"\";}s:19:\"tools_txccawstatsM1\";a:1:{s:8:\"function\";s:0:\"\";}s:12:\"txhpoformsM1\";a:1:{s:8:\"function\";s:1:\"1\";}s:8:\"web_perm\";a:2:{s:5:\"depth\";s:1:\"3\";s:4:\"mode\";s:1:\"0\";}s:25:\"db_list.php/displayFields\";a:2:{s:22:\"tx_hpoforms_visite_vip\";a:8:{i:0;s:3:\"nom\";i:1;s:6:\"prenom\";i:2;s:5:\"email\";i:3;s:9:\"adresse_1\";i:4;s:9:\"adresse_2\";i:5;s:7:\"cpostal\";i:6;s:5:\"ville\";i:7;s:4:\"pays\";}s:7:\"tt_news\";a:5:{i:0;s:9:\"starttime\";i:1;s:7:\"endtime\";i:2;s:8:\"datetime\";i:3;s:11:\"archivedate\";i:4;s:8:\"category\";}}s:22:\"user_txmvexportexcelM1\";a:1:{s:8:\"function\";s:21:\"tx_hpoforms_fete_huma\";}s:16:\"select_image.php\";a:2:{s:3:\"act\";s:5:\"magic\";s:12:\"expandFolder\";s:60:\"/var/alternc/dns/m/www.mae.org/fileadmin/user_upload/Images/\";}}s:19:\"thumbnailsByDefault\";N;s:14:\"emailMeAtLogin\";N;s:13:\"condensedMode\";N;s:10:\"noMenuMode\";N;s:17:\"startInTaskCenter\";i:0;s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";s:2:\"on\";s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";N;s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:2:\"on\";s:20:\"edit_docModuleUpload\";s:2:\"on\";s:15:\"disableCMlayers\";N;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:2:\"fr\";s:15:\"moduleSessionID\";a:28:{s:11:\"tools_dbint\";s:32:\"d4c477f1bc002bb13a83a1ceb0625c81\";s:8:\"web_list\";s:32:\"ea39c4949d32c749adc6caa3a43d9131\";s:8:\"tools_em\";s:32:\"13714f8ba460e27c9c254a540ebf0c03\";s:10:\"web_layout\";s:32:\"30c449867e01f031fa8dfe5e3a016de3\";s:22:\"web_txakronymmanagerM1\";s:32:\"30c449867e01f031fa8dfe5e3a016de3\";s:16:\"xMOD_alt_doc.php\";s:32:\"34b6db7109d598e0cb4bf1c0be2f14f4\";s:11:\"alt_doc.php\";s:32:\"7de2d9584af490b7981e69909e4b81c6\";s:29:\"t3lib_BEfunc::getUpdateSignal\";s:32:\"7de2d9584af490b7981e69909e4b81c6\";s:16:\"opendocs::recent\";s:32:\"7de2d9584af490b7981e69909e4b81c6\";s:6:\"web_ts\";s:32:\"dfa92bdd8d019bfd19a1c13414e43de7\";s:16:\"browse_links.php\";s:32:\"f8b1c8cbeab8052fb7020b79f55f4b80\";s:9:\"clipboard\";s:32:\"dfa92bdd8d019bfd19a1c13414e43de7\";s:9:\"file_list\";s:32:\"13714f8ba460e27c9c254a540ebf0c03\";s:15:\"web_txversionM1\";s:32:\"133a1cd12c9f25f2e40def239d9d2c4e\";s:12:\"tools_config\";s:32:\"133a1cd12c9f25f2e40def239d9d2c4e\";s:9:\"tools_log\";s:32:\"133a1cd12c9f25f2e40def239d9d2c4e\";s:12:\"tools_beuser\";s:32:\"abe6ecdfddb36b17f27e4491e772216f\";s:9:\"xMod_test\";s:32:\"133a1cd12c9f25f2e40def239d9d2c4e\";s:19:\"tools_txaeurltoolM1\";s:32:\"7f9df72b30277db25129bcbcc4d6a2db\";s:19:\"web_txtemplavoilaM1\";s:32:\"899ec223dfbe93b4b45220bd02b1b61b\";s:8:\"web_info\";s:32:\"5bf02bdd681e2b427cdb3e247ec0472e\";s:13:\"xMOD_tximpexp\";s:32:\"477ffa62a38507268027c0618a5e9b3b\";s:19:\"tools_txccawstatsM1\";s:32:\"22109201200db12a50f4ee0f3c37918e\";s:12:\"txhpoformsM1\";s:32:\"13714f8ba460e27c9c254a540ebf0c03\";s:8:\"web_perm\";s:32:\"3da9169703fbac6e775cb575bc5b965c\";s:25:\"db_list.php/displayFields\";s:32:\"73067f3f42cd97f1d0d3f202775179ed\";s:22:\"user_txmvexportexcelM1\";s:32:\"82a0d7cb62681216073a47fec9ea635a\";s:16:\"select_image.php\";s:32:\"dfa92bdd8d019bfd19a1c13414e43de7\";}s:11:\"browseTrees\";a:2:{s:11:\"browsePages\";s:215:\"a:1:{i:0;a:20:{i:0;i:1;i:198;i:1;i:1594;i:1;i:1595;i:1;i:142;i:1;i:1598;i:1;i:1556;i:1;i:1601;i:1;i:96;i:1;i:1593;i:1;i:1;i:1;i:109;i:1;i:1668;i:1;i:1661;i:1;i:1681;i:1;i:1861;i:1;i:2;i:1;i:43;i:1;i:5;i:1;i:4;i:1;}}\";s:6:\"folder\";s:351:\"a:2:{i:46785;a:11:{i:158693244;i:1;i:9918327;i:1;i:4826583;i:1;i:8246979;i:1;i:1929947;i:1;i:39816474;i:1;i:77225328;i:1;i:131951664;i:1;i:258652846;i:1;i:12033301;i:1;i:249825187;i:1;}i:53589;a:10:{i:156548;i:1;i:12055056;i:1;i:11189647;i:1;i:14797486;i:1;i:2504777;i:1;i:174825245;i:1;i:9375705;i:1;i:192880900;i:1;i:179034357;i:1;i:236759788;i:1;}}\";}s:16:\"TSFE_adminConfig\";a:18:{s:5:\"DUMMY\";s:0:\"\";s:11:\"display_top\";s:1:\"1\";s:15:\"display_preview\";s:0:\"\";s:13:\"display_cache\";s:1:\"0\";s:15:\"display_publish\";s:0:\"\";s:12:\"display_edit\";s:0:\"\";s:15:\"display_tsdebug\";s:1:\"0\";s:12:\"display_info\";s:0:\"\";s:13:\"cache_noCache\";s:1:\"0\";s:22:\"cache_clearCacheLevels\";s:1:\"0\";s:18:\"cache_clearCacheId\";s:1:\"8\";s:12:\"tsdebug_tree\";s:1:\"0\";s:20:\"tsdebug_displayTimes\";s:1:\"0\";s:23:\"tsdebug_displayMessages\";s:1:\"0\";s:10:\"tsdebug_LR\";s:1:\"0\";s:22:\"tsdebug_displayContent\";s:1:\"0\";s:22:\"tsdebug_displayQueries\";s:1:\"0\";s:28:\"tsdebug_forceTemplateParsing\";s:1:\"0\";}s:11:\"startModule\";s:17:\"help_aboutmodules\";s:10:\"copyLevels\";i:0;s:15:\"recursiveDelete\";N;}','',7,1,'',0,0,'',1264679625,0,'',0,1),(23,0,1244557472,'seb4stien','a21662688cf704e76dcb346c51c22dce',1,'',0,0,0,'fr','sebastien.dubois@mae.org','',3,1243872068,20,'Sébastien DUBOIS','web_layout,web_list,file,file_list','','a:20:{s:14:\"interfaceSetup\";s:7:\"backend\";s:10:\"moduleData\";a:13:{s:12:\"alt_menu.php\";a:0:{}s:9:\"menuState\";a:5:{s:8:\"help_tab\";i:1;s:8:\"file_tab\";i:0;s:7:\"web_tab\";i:0;s:8:\"user_tab\";i:1;s:9:\"tools_tab\";i:1;}s:8:\"web_list\";a:3:{s:12:\"localization\";s:1:\"1\";s:9:\"clipBoard\";s:1:\"0\";s:15:\"bigControlPanel\";s:1:\"1\";}s:9:\"file_list\";a:1:{s:13:\"displayThumbs\";s:1:\"0\";}s:10:\"web_layout\";a:8:{s:8:\"tt_board\";s:1:\"0\";s:10:\"tt_address\";s:1:\"0\";s:8:\"tt_links\";s:1:\"0\";s:11:\"tt_calender\";s:1:\"0\";s:11:\"tt_products\";s:1:\"0\";s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";s:21:\"tt_content_showHidden\";s:1:\"1\";}s:29:\"t3lib_BEfunc::getUpdateSignal\";a:0:{}s:9:\"clipboard\";a:6:{s:5:\"tab_1\";a:0:{}s:5:\"tab_2\";a:0:{}s:5:\"tab_3\";a:0:{}s:7:\"current\";s:6:\"normal\";s:9:\"_setThumb\";N;s:6:\"normal\";a:2:{s:2:\"el\";a:1:{s:15:\"tt_content|7142\";s:1:\"1\";}s:4:\"mode\";s:4:\"copy\";}}s:16:\"xMOD_alt_doc.php\";a:1:{s:12:\"showPalettes\";s:2:\"on\";}s:11:\"alt_doc.php\";a:2:{i:0;a:3:{s:32:\"3e9bdb201065776e9a5ea33541776d2a\";a:4:{i:0;s:9:\"Activités\";i:1;a:7:{s:4:\"edit\";a:1:{s:5:\"pages\";a:1:{i:2015;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:102:\"&edit[pages][2015]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:5:\"pages\";s:3:\"uid\";s:4:\"2015\";s:3:\"pid\";s:1:\"7\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"7f72ab74069a49109e2c49aa808e0527\";a:4:{i:0;s:20:\"Lettre d\'information\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:7168;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:107:\"&edit[tt_content][7168]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:4:\"7168\";s:3:\"pid\";s:2:\"12\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"0e2c2c9e54fce78bcb2b9c466f5908b5\";a:4:{i:0;s:20:\"Qu\'est ce que Pégase\";i:1;a:7:{s:4:\"edit\";a:1:{s:5:\"pages\";a:1:{i:2012;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:102:\"&edit[pages][2012]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:5:\"pages\";s:3:\"uid\";s:4:\"2012\";s:3:\"pid\";s:1:\"6\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}}i:1;s:32:\"335c79e90513202b6d5a5992a8e431a8\";}s:16:\"opendocs::recent\";a:8:{s:32:\"335c79e90513202b6d5a5992a8e431a8\";a:4:{i:0;s:10:\"Participer\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:6988;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:107:\"&edit[tt_content][6988]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:4:\"6988\";s:3:\"pid\";s:1:\"8\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"e56205cb8e6d08ecb8f5f3855ba84e88\";a:4:{i:0;s:92:\"Suivre le musée sur Twitter (c...\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:7589;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:107:\"&edit[tt_content][7589]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:4:\"7589\";s:3:\"pid\";s:4:\"1616\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"b93643de410f9cf7c728c5cf0ae8c29d\";a:4:{i:0;s:20:\"Musée de l\'Air Paris\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:7139;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:107:\"&edit[tt_content][7139]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:4:\"7139\";s:3:\"pid\";s:4:\"1616\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"c5b0c6c36b46ad027be2d41bef8f288f\";a:4:{i:0;s:18:\"Le GROUPE FaceBook\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:7140;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:107:\"&edit[tt_content][7140]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:4:\"7140\";s:3:\"pid\";s:4:\"1616\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"8e400a5deb74baa37fc89206c3a88719\";a:4:{i:0;s:16:\"La PAGE FaceBook\";i:1;a:7:{s:4:\"edit\";a:1:{s:10:\"tt_content\";a:1:{i:7141;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:107:\"&edit[tt_content][7141]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:10:\"tt_content\";s:3:\"uid\";s:4:\"7141\";s:3:\"pid\";s:4:\"1616\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"940069d73bc8f436a02183910e9cd99f\";a:4:{i:0;s:12:\"Votre visite\";i:1;a:7:{s:4:\"edit\";a:1:{s:5:\"pages\";a:1:{i:1987;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:102:\"&edit[pages][1987]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:5:\"pages\";s:3:\"uid\";s:4:\"1987\";s:3:\"pid\";s:4:\"1656\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"ae3683fce041f5dc5f5d84098648a430\";a:4:{i:0;s:10:\"Espace pro\";i:1;a:7:{s:4:\"edit\";a:1:{s:5:\"pages\";a:1:{i:1986;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:102:\"&edit[pages][1986]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:5:\"pages\";s:3:\"uid\";s:4:\"1986\";s:3:\"pid\";s:4:\"1656\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}s:32:\"d21e1cf8c318ce63a8cbe3c199fd8c1c\";a:4:{i:0;s:10:\"Actualités\";i:1;a:7:{s:4:\"edit\";a:1:{s:5:\"pages\";a:1:{i:1984;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:7:\"disHelp\";N;s:6:\"noView\";N;s:24:\"editRegularContentFromId\";N;}i:2;s:102:\"&edit[pages][1984]=edit&defVals=&overrideVals=&columnsOnly=&disHelp=&noView=&editRegularContentFromId=\";i:3;a:5:{s:5:\"table\";s:5:\"pages\";s:3:\"uid\";s:4:\"1984\";s:3:\"pid\";s:4:\"1656\";s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";i:1;}}}s:16:\"browse_links.php\";a:1:{s:12:\"expandFolder\";s:82:\"/var/alternc/dns/h/aama.hippocampe.fr/fileadmin/user_upload/Images/Accueil/icones/\";}s:12:\"tools_beuser\";a:1:{s:8:\"function\";s:7:\"compare\";}s:16:\"select_image.php\";a:2:{s:3:\"act\";s:5:\"magic\";s:12:\"expandFolder\";s:84:\"/var/alternc/dns/h/aama.hippocampe.fr/fileadmin/user_upload/Images/Bonus/Participer/\";}}s:19:\"thumbnailsByDefault\";i:0;s:14:\"emailMeAtLogin\";i:0;s:13:\"condensedMode\";i:0;s:10:\"noMenuMode\";i:0;s:11:\"startModule\";s:17:\"help_aboutmodules\";s:18:\"hideSubmoduleIcons\";i:0;s:8:\"helpText\";i:1;s:8:\"titleLen\";i:30;s:17:\"edit_wideDocument\";s:1:\"0\";s:18:\"edit_showFieldHelp\";s:4:\"icon\";s:8:\"edit_RTE\";s:1:\"1\";s:20:\"edit_docModuleUpload\";s:1:\"1\";s:15:\"disableCMlayers\";i:0;s:13:\"navFrameWidth\";s:0:\"\";s:17:\"navFrameResizable\";i:0;s:4:\"lang\";s:2:\"fr\";s:15:\"moduleSessionID\";a:11:{s:8:\"web_list\";s:32:\"0ef80797c300ac60d61045157eb72b00\";s:9:\"file_list\";s:32:\"3ace20a1926ef951ab6267c04889c16a\";s:10:\"web_layout\";s:32:\"5f627e6e75fa1eda31f7f1a8ecea122e\";s:29:\"t3lib_BEfunc::getUpdateSignal\";s:32:\"f5ddeb402028e38e5a4a065a0c2b385f\";s:9:\"clipboard\";s:32:\"f5ddeb402028e38e5a4a065a0c2b385f\";s:16:\"xMOD_alt_doc.php\";s:32:\"5f627e6e75fa1eda31f7f1a8ecea122e\";s:11:\"alt_doc.php\";s:32:\"f5ddeb402028e38e5a4a065a0c2b385f\";s:16:\"opendocs::recent\";s:32:\"f5ddeb402028e38e5a4a065a0c2b385f\";s:16:\"browse_links.php\";s:32:\"f5ddeb402028e38e5a4a065a0c2b385f\";s:12:\"tools_beuser\";s:32:\"965eb18095386449c2443be105c64778\";s:16:\"select_image.php\";s:32:\"f5ddeb402028e38e5a4a065a0c2b385f\";}s:11:\"browseTrees\";a:2:{s:11:\"browsePages\";s:285:\"a:1:{i:0;a:27:{i:0;i:1;i:554;i:1;i:1;i:1;i:1954;i:1;i:1788;i:1;i:194;i:1;i:1721;i:1;i:1823;i:1;i:1824;i:1;i:1825;i:1;i:1826;i:1;i:1616;i:1;i:5;i:1;i:6;i:1;i:7;i:1;i:1594;i:1;i:1656;i:1;i:1912;i:1;i:9;i:1;i:1983;i:1;i:1984;i:1;i:1986;i:1;i:1987;i:1;i:1988;i:1;i:2;i:1;i:4;i:1;i:3;i:1;}}\";s:6:\"folder\";s:745:\"a:3:{i:4257;a:4:{i:124388361;i:1;i:179034357;i:1;i:7774272;i:1;i:3412142;i:1;}i:53589;a:31:{i:2504777;i:1;i:156548;i:1;i:11189647;i:1;i:204577830;i:1;i:391162;i:1;i:10306322;i:1;i:162268093;i:1;i:10141755;i:1;i:5121556;i:1;i:240600533;i:1;i:10926577;i:1;i:7774272;i:1;i:192880900;i:1;i:12055056;i:1;i:10692928;i:1;i:608618;i:1;i:173395955;i:1;i:14615064;i:1;i:913441;i:1;i:151748948;i:1;i:9484309;i:1;i:7331168;i:1;i:7945389;i:1;i:16769059;i:1;i:2235921;i:1;i:179034357;i:1;i:14797486;i:1;i:124388361;i:1;i:164901156;i:1;i:7802810;i:1;i:42961594;i:1;}i:57201;a:12:{i:8456976;i:1;i:16585531;i:1;i:869604;i:1;i:3778058;i:1;i:11846308;i:1;i:2457989;i:1;i:135311623;i:1;i:265368501;i:1;i:13913676;i:1;i:225481889;i:1;i:14092618;i:1;i:60448941;i:1;}}\";}}','1',7,3,'',0,0,'',1264081176,0,'',0,1); /*!40000 ALTER TABLE `be_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache_extensions` -- DROP TABLE IF EXISTS `cache_extensions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cache_extensions` ( `extkey` varchar(60) NOT NULL default '', `version` varchar(10) NOT NULL default '', `alldownloadcounter` int(11) unsigned NOT NULL default '0', `downloadcounter` int(11) unsigned NOT NULL default '0', `title` varchar(150) NOT NULL default '', `description` mediumtext NOT NULL, `state` int(4) NOT NULL default '0', `reviewstate` int(4) NOT NULL default '0', `category` int(4) NOT NULL default '0', `lastuploaddate` int(11) unsigned NOT NULL default '0', `dependencies` mediumtext NOT NULL, `authorname` varchar(100) NOT NULL default '', `authoremail` varchar(100) NOT NULL default '', `ownerusername` varchar(50) NOT NULL default '', `t3xfilemd5` varchar(35) NOT NULL default '', `uploadcomment` mediumtext NOT NULL, `authorcompany` varchar(100) NOT NULL default '', `intversion` int(11) NOT NULL default '0', `lastversion` int(3) NOT NULL default '0', `lastreviewedversion` int(3) NOT NULL default '0', PRIMARY KEY (`extkey`,`version`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cache_extensions` -- LOCK TABLES `cache_extensions` WRITE; /*!40000 ALTER TABLE `cache_extensions` DISABLE KEYS */; INSERT INTO `cache_extensions` VALUES ('a1_teasermenu','0.1.0',4128,4138,'A1 Teasermenu','Displays a teaser for advanced subpages or a selection of advanced pages',2,0,3,1088427240,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mirko Balluff','balluff@amt1.de','amt1','3a4ec198b6ea8d0bc2d69d9b7400398f','','',1000,1,0),('a1_ttnews','0.1.0',7148,26,'News','News plus caching',0,0,2,1081855441,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:7:\"tt_news\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Martin Erichsen','erichsen@amt1.biz','amt1','22ed43a21a841a8abf0193db873b5a59','','AMT1 / Agentur fr Kommunikation GmbH',1000,0,0),('a1_ttnews','0.2.0',7148,38,'News','News plus caching',1,0,2,1081952242,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:7:\"tt_news\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Martin Erichsen','erichsen@amt1.biz','amt1','cf62eb82558b45cf56bc456ae2da5960','This extension extends News and adds caching of the tt_news module.','AMT1 / Agentur fr Kommunikation GmbH',2000,0,0),('a1_ttnews','0.2.1',7148,115,'News','News plus caching',0,0,2,1081963472,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:7:\"tt_news\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Martin Erichsen','erichsen@amt1.biz','amt1','ab1edd03aeaa796faab811b1f6fe7390','Fixed parsing. Now the bodytext is parsed correctly and custom tags are repaced.','AMT1 / Agentur fr Kommunikation GmbH',2001,0,0),('a1_ttnews','0.2.2',7148,50,'News','News plus caching',0,0,2,1082451163,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:7:\"tt_news\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Martin Erichsen','erichsen@amt1.biz','amt1','3e8b3260a791a1ac8e13bad0b72f63d4','Fixed caching in LIST view.','AMT1 / Agentur fr Kommunikation GmbH',2002,0,0),('a1_ttnews','0.3.0',7148,3078,'News','News plus caching',2,0,2,1090939467,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:7:\"tt_news\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Martin Erichsen','erichsen@amt1.biz','amt1','328ac37eb3294eab0f3c5ea301f53597','','AMT1 / Agentur fr Kommunikation GmbH',3000,0,0),('a1_ttnews','0.4.0',7148,3841,'News','News plus caching',5,0,2,1100365009,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:7:\"tt_news\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Martin Erichsen','erichsen@amt1.biz','amt1','2b538611d7fd2a2aed658b6452c9e9a2','Fixed itemLinkTarget in SingleView. Now frames are supported correctly. Thanks to Marco Bresch.','AMT1 / Agentur fr Kommunikation GmbH',4000,1,0),('a1_wiki','0.0.1',2299,42,'A1 Wiki','Inserts a simple Wiki to your page',0,-1,3,1070329919,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mirko Balluff','balluff@miba-edv.de','amt1','32f62ddd1748aa9c10a1709a75941bbd','First alpha-release','Amt1 - Agentur fr Kommunikation GmbH',1,0,0),('a1_wiki','0.0.2',2299,2257,'A1 Wiki','Inserts a simple Wiki to your page',1,-1,3,1081952306,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mirko Balluff','balluff@miba-edv.de','amt1','b0fcc7656612d7d1372a6f8397b48ccd','TCA changed (old records hidden)','Amt1 - Agentur fr Kommunikation GmbH',2,1,1),('a21belistbutton','0.1.0',415,397,'New button for BE list module','Adds a new customizable button to the page control icons in the backend list module.',0,0,0,1124290154,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Schwarzkopf','schwarzkopf at artplan21 de','werner','886bf69ecfd8a9febc3107c387c86316','initial version','@rtplan[21] webconcepts&solutions GmbH',1000,1,0),('a21glossary','0.3.0',3727,41,'Accessibility Glossary','A glossary associated with automatical conversion of all abbreviations and acronyms in the special tags for accessibility issues.',1,-1,2,1125996975,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Schwarzkopf','schwarzkopf at artplan21 de','werner','3fdd5e74585afdb3a500381d722295ea','- initial TER version','@rtplan[21] GmbH Berlin, sponsored by Greenpeace',3000,0,0),('a21glossary','0.4.0',3727,60,'Accessibility Glossary','A glossary associated with automatical conversion of all abbreviations and acronyms in the special tags for accessibility issues.',1,-1,2,1126357452,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Schwarzkopf','schwarzkopf@artplan21.de','werner','736e23ce2ae834b90c2344be9e2c2635','- initial TER version','@rtplan[21] webconcepts&solutions GmbH',4000,0,0),('a21glossary','0.4.1',3727,183,'Accessibility Glossary','A glossary associated with automatical conversion of all abbreviations and acronyms in the special tags for accessibility issues.',1,-1,2,1126540372,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Schwarzkopf','schwarzkopf@artplan21.de','werner','8f6ba2cf5e730e54bc48f0ac0445e7dc','','@rtplan[21] webconcepts&solutions GmbH',4001,0,0),('a21glossary','0.4.2',3727,20,'Accessibility Glossary','A glossary associated with automatical conversion of all abbreviations and acronyms in the special tags for accessibility issues.',1,-1,2,1126540470,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Schwarzkopf','schwarzkopf@artplan21.de','werner','ff960ede3d08e7a6738f23581f3c2421','','@rtplan[21] webconcepts&solutions GmbH',4002,0,0),('a21glossary','0.4.3',3727,110,'Accessibility Glossary','A glossary associated with automatical conversion of all abbreviations and acronyms in the special tags for accessibility issues.',1,-1,2,1126540470,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Schwarzkopf','schwarzkopf@artplan21.de','werner','a9528eee2e55a95ce8277dc7220007d4','','@rtplan[21] webconcepts&solutions GmbH',4003,0,0),('a21glossary','0.4.4',3727,60,'Accessibility Glossary','A glossary associated with automatical conversion of all abbreviations and acronyms in the special tags for accessibility issues.',1,-1,2,1127381044,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Schwarzkopf','schwarzkopf at artplan21 de','werner','e5a8f46532bdb55d872d2cce1e168364','- patternModifiers configuration added- note about known problems with links added','@rtplan[21], powerd by Greenpeace Germany',4004,0,0),('a21glossary','0.4.5',3727,396,'Accessibility Glossary','A glossary associated with automatical conversion of all abbreviations and acronyms in the special tags for accessibility issues.',1,-1,2,1127835992,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Schwarzkopf','schwarzkopf at artplan21 de','werner','79e81899ef4c3283056f957bcf6fbd9b','stdWrap configuration for type added - makes possible to use wraps within explanatory markup, e.g. for IE failover on abbr element. See example in the reference.','@rtplan[21], powerd by Greenpeace Germany',4005,0,0),('a21glossary','0.4.6',3727,156,'Accessibility Glossary','A glossary associated with automatical conversion of all abbreviations and acronyms in the special tags for accessibility issues.',1,-1,2,1134831554,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.2.2-0.0.2\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Schwarzkopf','schwarzkopf at artplan21 de','werner','e5e43038bffca409c1a635842ffe56a6','','@rtplan[21], powerd by Greenpeace Germany',4006,0,0),('a21glossary','0.4.7',3727,13,'Accessibility Glossary','A glossary associated with automatical conversion of all abbreviations and acronyms in the special tags for accessibility issues.',1,-1,2,1139342277,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.2.2-0.0.2\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Schwarzkopf','schwarzkopf at artplan21 de','werner','475f63b1e33772ca31eb242e6d090c23','Reupload of the older version with the documentation - it was lost with the previous update. Support of the multilanguage sites was improved.','@rtplan[21], powerd by Greenpeace Germany',4007,0,0),('a21glossary','0.4.8',3727,44,'Accessibility Glossary','A glossary associated with automatical conversion of all abbreviations and acronyms in the special tags for accessibility issues.',1,-1,2,1139343433,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.2.2-0.0.2\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Schwarzkopf','schwarzkopf at artplan21 de','werner','718f6f2ccf948250e0e08e40c09de4a9','reupload of the previous version with the documentation','@rtplan[21], powerd by Greenpeace Germany',4008,0,0),('a21glossary','0.4.9',3727,520,'Accessibility Glossary','A glossary associated with automatical conversion of all abbreviations and acronyms in the special tags for accessibility issues.',2,-1,2,1139768992,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.2.2-0.0.2\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Schwarzkopf','schwarzkopf at artplan21 de','werner','b3c815d746877354c5069a0af1398d2e','on default only the page type 0 is setadditional page types can be included in the conversionadditional config option for pidList - pagetree','@rtplan[21], powerd by Greenpeace Germany',4009,0,0),('a21glossary','0.4.10',3727,2069,'Accessibility Glossary','A glossary associated with automatical conversion of all abbreviations and acronyms in the special tags for accessibility issues.',1,-1,2,1141162698,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Andreas Schwarzkopf','schwarzkopf at artplan21 de','werner','bb8138a466303de9602cf74daffe4453','Bugfix: generateLink was corrected','@rtplan[21], powerd by Greenpeace Germany',4010,0,1),('a21glossary','0.4.11',3727,57,'Accessibility Glossary','A glossary associated with automatical conversion of all abbreviations and acronyms in the special tags for accessibility issues.',1,0,2,1236755620,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','','info at artplan21 de','werner','9c5cb17d7b3116f841cf09cae94fc79f','Security fix. Please update! Fixes SQL Injection as described in TYPO3-SA-2009-003./TYPO3 Security Team (mkr)','@rtplan[21] webconcepts&solutions GmbH',4011,1,0),('a4n_edit_locallang','0.2.3',3814,899,'Extension Language Editor','This modul allows you to edit the local and global extension language files (locallang.php).',1,0,1,1104834498,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Tobias Klepp for all4net','tklepp@all4net.de','tklepp-a4n','462ed6a50c4c0b1e3d59aa0cb0440cc8','','all4net GmbH Darmstadt, Germany - www.all4net.de',2003,0,0),('a4n_edit_locallang','0.2.4',3814,1480,'Extension Language Editor','This modul allows you to edit the local and global extension language files (locallang.php).',1,0,1,1120990944,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.4-0.0.4\";s:3:\"php\";s:11:\"0.0.4-0.0.4\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Tobias Klepp for all4net','tklepp@all4net.de','tklepp-a4n','09b869bdd71863850ea4bf1569a5f830','I fixed the bug with addslashes and magic_quotes_gpc. Now, language files use (simple apostrophe) instead of \" (double apostrophe). Also you can show a parallel language for easier translation and you can select charencodings for reading, writing and sh','all4net GmbH Darmstadt, Germany - www.all4net.de',2004,0,0),('a4n_edit_locallang','0.3.0',3814,250,'Extension Language Editor','This modul allows you to edit all extension language files.',1,0,1,1175873432,'a:0:{}','Tobias Klepp for all4net','tklepp@all4net.de','tklepp-a4n','3cb0fb1afdfaee9443aab0e1f77a0490','Now full XML language file support is integrated. Reorganisation of programming code and language variables is finished.','all4net GmbH Darmstadt, Germany - www.all4net.de',3000,0,0),('a4n_edit_locallang','1.0.0',3814,47,'Extension Language Editor','This modul allows you to edit all extension language files.',1,0,1,1175874290,'a:0:{}','Tobias Klepp for all4net','tklepp@all4net.de','tklepp-a4n','16fee8d9937c311b8ca3f452a41b1309','','all4net GmbH Darmstadt, Germany - www.all4net.de',1000000,0,0),('a4n_edit_locallang','0.4.0',3814,1,'Extension Language Editor','You can edit all extension language files with this module.',1,0,1,1176227574,'a:0:{}','Tobias Klepp for all4net','tklepp@all4net.de','tklepp-a4n','3e94f58a4f45c622cb5ff4e330ddfbef','Save all selections in backend user session. You can jump between functions without selecting extension, file, etc. every time.','all4net GmbH Darmstadt, Germany - www.all4net.de',4000,0,0),('a4n_edit_locallang','1.1.0',3814,55,'Extension Language Editor','You can edit all extension language files with this module.',1,0,1,1176227808,'a:0:{}','Tobias Klepp for all4net','tklepp@all4net.de','tklepp-a4n','aae6099d407939597ad3b469d9b13b7a','','all4net GmbH Darmstadt, Germany - www.all4net.de',1001000,0,0),('a4n_edit_locallang','1.1.1',3814,695,'Extension Language Editor','You can edit all extension language files with this module.',1,0,1,1176484908,'a:0:{}','Tobias Klepp for all4net','tklepp@all4net.de','tklepp-a4n','0db59569580eec16fe6e0027f513fbee','Delete the session value for backup file if backup deleted and adjust utf-8 converting in xml language files in an utf-8 system.','all4net GmbH Darmstadt, Germany - www.all4net.de',1001001,1,0),('aahbook','1.0.3',2340,122,'AAH Book','A simple guestbook',1,0,3,1139834264,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alfred A. Hummer','web-admin@aah.at','konkretos','1ed067ca049991512812620020309fb7','','',1000003,0,0),('aahbook','1.0.4',2340,152,'AAH Book','A simple guestbook',1,0,3,1142080212,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Alfred A. Hummer','web-admin@aah.at','konkretos','aeac0e4b47baa515ef46e3871d27e9bd','added a new manual','',1000004,0,0),('aahbook','1.3.4',2340,105,'AAH Book','A simple guestbook',1,0,3,1193302337,'a:0:{}','Alfred A. Hummer','aahbook@aah.at','konkretos','f7fd616b86db9f93728f5461987360cf','See ChangeLog','',1003004,0,0),('aahbook','1.1.0',2340,195,'AAH Book','A simple guestbook',1,0,3,1144131314,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Alfred A. Hummer','web-admin@aah.at','konkretos','b0ad342e7e8f30784eca7cbc8b5931c1','integrated captcha support; added email notification; fixed some problems with guestbooks on diff. sites in one typo3 installation; added a new manual','',1001000,0,0),('aahbook','1.2.0',2340,167,'AAH Book','A simple guestbook',1,0,3,1146578050,'a:0:{}','Alfred A. Hummer','web-admin@aah.at','konkretos','f4b095a12313a0f919cdda843ff06cd8','See Changelog','',1002000,0,0),('aahbook','1.3.0',2340,320,'AAH Book','A simple guestbook',1,0,3,1151050924,'a:0:{}','Alfred A. Hummer','web-admin@aah.at','konkretos','f42b835e6126a5b3ad97af2a7959877a','see ChangeLog','',1003000,0,0),('aahbook','1.3.1',2340,134,'AAH Book','A simple guestbook',1,0,3,1167849442,'a:0:{}','Alfred A. Hummer','web-admin@aah.at','konkretos','67b8bca2d37f5d90f5402fc73cdba35b','','',1003001,0,0),('aahbook','1.3.2',2340,149,'AAH Book','A simple guestbook',1,0,3,1169577404,'a:0:{}','Alfred A. Hummer','web-admin@aah.at','konkretos','e4eb7a8685d5fb5ec7365a79d20d4e31','See Changelog','',1003002,0,0),('aahbook','1.3.3',2340,452,'AAH Book','A simple guestbook',1,0,3,1180877322,'a:0:{}','Alfred A. Hummer','web-admin@aah.at','konkretos','2f0cf7e6f0ce77dc11e0f4bddc9a59bc','','',1003003,0,0),('aahbook','1.4.0',2340,277,'AAH Book','A simple guestbook',1,0,3,1203263049,'a:0:{}','Alfred A. Hummer','aahbook@aah.at','konkretos','5169225132025c7f18898f09038aa792','Added a commenting systemFixed bugs within the EM','',1004000,0,0),('aahbook','1.4.1',2340,257,'AAH Book','A simple guestbook',1,0,3,1203347473,'a:0:{}','Alfred A. Hummer','aahbook@aah.at','konkretos','2a002891165a291d011929ea2e41b9a0','Added a commenting system, fixed problems within EM, fixed a bug in reading the database in version 1.4.0','',1004001,1,0),('abaticker','1.0.0',1184,1184,'Simple Ticker','Simple Javascript Ticker using Input Box',2,0,3,1130502230,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','DI Herbert Sojnik','herbert.sojnik@abaton.at','abaton','7f5ec05151142ccc1e1d4932c2ad4d27','28.10.2005 initial version','',1000000,1,0),('abile_notes','0.2.0',866,812,'Abile Personal Notes','Publish personal notes for frontend users',1,0,3,1102545631,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"3.6.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";s:6:\"smarty\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','David Worms','open@abile.net','wdavidw','da9b511cc2d4c0be832986ee107b4248','put doc back online','Abile.net',2000,1,0),('abile_tickets','0.0.3',1037,113,'Adaltas Messages','Exchange messages between front end users',1,0,3,1101769161,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";s:6:\"smarty\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','David Worms','open@abile.net','wdavidw','a6d9273da73fd1ab92f0a5d0c80e1529','add documentation','Abile.net',3,0,0),('abile_tickets','0.1.0',1037,426,'Adaltas Messages','Exchange messages between front end users',0,0,3,1103484703,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";s:6:\"smarty\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','David Worms','open@abile.net','wdavidw','c14cb0aabc1d8baf6e8887acfb9008b1','add french translation, notify administrators by email on ticket creation','Abile.net',1000,0,0),('abile_tickets','0.1.1',1037,466,'Adaltas Messages','Exchange messages between front end users',1,0,3,1115287373,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";s:6:\"smarty\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','David Worms','open@adaltas.com','wdavidw','b13ede5b8bd6cccd6c447dba62320d4e','','Adaltas',1001,1,0),('ab_autoalias','0.0.2',1762,1705,'Auto Alias','Creates the page alias automatically from the page title',2,0,0,1133044266,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Bruckmeier','bruckmeier@aicomm.de','andi1980','89c55f9bebd2cad345d8a6ee138aede2','fixed database error (alias max. 20 characters)','',2,1,0),('ab_linklist','1.7.0',11634,1381,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the ongoing development nearly completely rewritten now.Please have a look at the documentation for all (additional) features available',2,0,3,1136456525,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.7.3-3.8.2\";s:3:\"php\";s:11:\"4.4.3-5.0.7\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Bulling','typo3@taekwondo-homepage.de','andyknownasabu','15f5d8a344266b7865cbd076d89fa740','[] Fixed a bug where links couldnt get deleted in the \"Approve links\" backend view.','',1007000,0,0),('ab_linklist','1.7.1',11634,134,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1153503256,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Andreas Bulling','typo3@taekwondo-homepage.de','andyknownasabu','42e1de16c7763cbeb8360d6814b0cb29','[] Added the possibility to define the sort attribute and the sort order of the categories.Therefore added the \"Sort categories by\" and \"Sort order\" FlexForm options.[] Clarified the options of the dropdown list for the category selection in the \"Pr','',1007001,0,0),('ab_linklist','1.7.2',11634,184,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1153611354,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','57d3a2f681f5d9af6d2672a724c55f7d','Please have a look at the file ChangeLog in the top directory of the extension.','',1007002,0,0),('ab_linklist','1.7.3',11634,155,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1154357037,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','56f0e261aa06cbcd9d9092e47b491f50','Please have a look at the file ChangeLog in the top directory of the extension.','',1007003,0,0),('ab_linklist','1.7.4',11634,144,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1154450006,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','11970957c70da1a8adbe141bfb692f37','Please have a look at the file ChangeLog in the top directory of the extension.','',1007004,0,0),('ab_linklist','1.7.5',11634,173,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1154640801,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','02093f71905b814884b19228dcffe066','Please have a look at the file ChangeLog in the top directory of the extension.','',1007005,0,0),('ab_linklist','1.7.6',11634,121,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1154705827,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','e56c6c0365ef7d4f51ccf4e44d5ebd37','Please have a look at the file ChangeLog in the top directory of the extension.','',1007006,0,0),('ab_linklist','1.7.7',11634,516,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1154826344,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','b4788edcf3301c219013e13e7baa436f','Please have a look at the file ChangeLog in the top directory of the extension.','',1007007,0,0),('ab_linklist','1.7.8',11634,251,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1159711030,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','b73462fe82f4e37769edc0eb1d01567f','Added the possibility to manually define the sort order of the categories and links in the backend. Therefore extended the \"Sort links by\" and \"Sort categories by\" FlexForm options.Fixed a bug where the SQL query wasnt generated in the \"Import catego','',1007008,0,0),('ab_linklist','1.7.9',11634,569,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1160342079,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','e7d8b1de1ba2a4e399f4f519f988c605','Please have a look at the file ChangeLog in the top directory of the extension.','',1007009,0,0),('ab_linklist','1.8.0',11634,201,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1165144573,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','0e7817319084825bac694dc01ff89739','Please have a look at the file ChangeLog in the top directory of the extension.','',1008000,0,0),('ab_linklist','1.8.1',11634,262,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1165433924,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','cb0c63a97ddd7de6f18ae2dd83a436e0','Please have a look at the file ChangeLog in the top directory of the extension.','',1008001,0,0),('ab_linklist','1.8.2',11634,97,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1166373739,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:12:\"4.1.0-5.1.99\";s:5:\"typo3\";s:11:\"3.6.0-4.0.3\";}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','5bffa6d0867e97b33f1e432cdc09c697','Please have a look at the file ChangeLog in the top directory of the extension.','',1008002,0,0),('ab_linklist','1.8.3',11634,385,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1166382272,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:12:\"4.1.0-5.1.99\";s:5:\"typo3\";s:11:\"3.6.0-4.0.3\";}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','d30c368cced837643ab4b0a7c0468c8c','Please have a look at the file ChangeLog in the top directory of the extension.','',1008003,0,0),('ab_linklist','1.8.4',11634,157,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1168734590,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"4.1.0-5.2.0\";s:5:\"typo3\";s:9:\"3.6.0-4.1\";}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','3db92796758a1bfac0596fd4cbc04711','Please have a look at the file ChangeLog in the top directory of the extension.','',1008004,0,0),('ab_linklist','1.8.5',11634,219,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1168811457,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"4.1.0-5.2.0\";s:5:\"typo3\";s:9:\"3.6.0-4.1\";}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','f6d5c076f0eab8a33db6d08bb79bd48e','Please have a look at the file ChangeLog in the top directory of the extension.','',1008005,0,0),('ab_linklist','1.8.6',11634,270,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1169388993,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"4.1.0-5.2.0\";s:5:\"typo3\";s:9:\"3.6.0-4.1\";}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','54fef00862d2303316aac1eb8b895278','Please have a look at the file ChangeLog in the top directory of the extension.','',1008006,0,0),('ab_linklist','1.8.7',11634,579,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1170612582,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"4.1.0-5.2.0\";s:5:\"typo3\";s:9:\"3.6.0-4.1\";}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','51946750abe4bba5a9e3106e64b3a84f','Please have a look at the file ChangeLog in the top directory of the extension.','',1008007,0,0),('ab_linklist','1.8.8',11634,321,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1174219850,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"4.1.0-5.2.1\";s:5:\"typo3\";s:11:\"3.6.0-4.1.0\";}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','be0d190f235250b632707fc2297bfe45','Please have a look at the file ChangeLog in the top directory of the extension.','',1008008,0,0),('ab_linklist','1.9.0',11634,360,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1176052419,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"4.1.0-5.2.1\";s:5:\"typo3\";s:11:\"3.6.0-4.1.0\";}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','cb75ed5ebc331abfd6e19cb92ce59226','Please have a look at the file ChangeLog in the top directory of the extension.','',1009000,0,0),('ab_linklist','1.9.1',11634,879,'Modern Linklist','This is a modern and extended linklist plugin originally based on the \"cmw_linklist\" extension but during the (still ongoing) development completely rewritten, now.\n \n Please have a look at the documentation for all (additional) features available',2,0,3,1177694034,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"4.1.0-5.2.1\";s:5:\"typo3\";s:11:\"3.6.0-4.1.1\";}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','8e2192f8382ba29cf5b2a2ecf1a53ed0','Please have a look at the file ChangeLog in the top directory of the extension.','',1009001,0,0),('ab_linklist','1.9.2',11634,486,'Modern Linklist','This is a modern and extended linklist plugin compatible to the \"cmw_linklist\" extension.\n \n Please have a look at the documentation for all (additional) features available.\n\n If you like this extension please consider to rate it at:\n http',2,0,3,1188646016,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"4.1.0-0.0.0\";s:5:\"typo3\";s:11:\"3.6.0-0.0.0\";}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','967e045e330fa5192d5bcec76cd53608','Please have a look at the file ChangeLog in the top directory of the extension.','',1009002,0,0),('ab_linklist','1.9.3',11634,984,'Modern Linklist','This is a modern and extended linklist plugin compatible to the \"cmw_linklist\" extension.\n \n Please have a look at the documentation for all (additional) features available.\n\n If you like this extension please consider to rate it at:\n http',2,0,3,1192895355,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"4.1.0-0.0.0\";s:5:\"typo3\";s:11:\"3.6.0-0.0.0\";}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','24d492b61c713832c0d7b889ff789d1e','Please have a look at the file ChangeLog in the top directory of the extension.','',1009003,0,0),('ab_linklist','1.9.4',11634,294,'Modern Linklist','This is a modern and extended linklist plugin compatible to the \"cmw_linklist\" extension.\n \n Please have a look at the documentation for all (additional) features available.\n\n If you like this extension please consider to rate it at:\n http',2,0,3,1205999232,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"4.1.0-0.0.0\";s:5:\"typo3\";s:11:\"3.6.0-0.0.0\";}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','d064bea3ec70c4fade61f3ca4920d2c0','Please have a look at the file ChangeLog in the top directory of the extension.','',1009004,0,0),('ab_linklist','1.9.5',11634,1036,'Modern Linklist','This is a modern and extended linklist plugin compatible to the \"cmw_linklist\" extension.\n \n Please have a look at the documentation for all (additional) features available.\n\n If you like this extension please consider to rate it at:\n http',2,0,3,1209310849,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"4.1.0-0.0.0\";s:5:\"typo3\";s:11:\"3.6.0-0.0.0\";}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','791f1dde1b28f5dd9119ee89fd9ea690','Please have a look at the file ChangeLog in the top directory of the extension.','',1009005,0,0),('ab_linklist','1.9.6',11634,124,'Modern Linklist','This is a modern and extended linklist plugin compatible to the \"cmw_linklist\" extension.\n \n Please have a look at the documentation for all (additional) features available.\n\n If you like this extension please consider to rate it at:\n http',2,0,3,1248967665,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"4.1.0-0.0.0\";s:5:\"typo3\";s:11:\"3.6.0-0.0.0\";}}','Andreas Bulling','typo3@andreas-bulling.de','andyknownasabu','9f71c6be916c81fa98be3cf32cf62974','Please have a look at the file ChangeLog in the top directory of the extension.','',1009006,1,0),('ab_minijoboffers','1.0.0',1914,109,'Mini Job Offers','A simple module to mange and display job offers.Each single job offer is stored with jobtitle, date, jobdescription, tasks, demands and optional a footer.The plugin supports mulitlanguage and can be configured via template.',0,0,3,1112769592,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andre Bilsing','ab@t3werk.de','abilsing','ca2875aea1a6dd08271150b80db9c132','','t3werk',1000000,0,0),('ab_minijoboffers','1.1.0',1914,104,'Mini Job Offers','A simple module to mange and display job offers.Each single job offer is stored with jobtitle, date, jobdescription, tasks, demands and optional a footer.The plugin supports mulitlanguage and can be configured via template.',0,0,3,1112787680,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andre Bilsing','ab@t3werk.de','abilsing','3a0442a40355c47c04ddb49da8c6310f','Initial Release with Manual','t3werk',1001000,0,0),('ab_minijoboffers','1.1.1',1914,22,'Mini Job Offers','A simple module to mange and display job offers.Each single job offer is stored with jobtitle, date, jobdescription, tasks, demands and optional a footer.The plugin supports mulitlanguage and can be configured via template.',1,0,3,1112790356,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andre Bilsing','ab@t3werk.de','abilsing','5d66df1c80e684b4c6910cbb0861369e','','t3werk',1001001,0,0),('ab_minijoboffers','1.1.2',1914,272,'Mini Job Offers','A simple module to mange and display job offers.Each single job offer is stored with jobtitle, date, jobdescription, tasks, demands and optional a footer.The plugin supports mulitlanguage and can be configured via template.',0,0,3,1112797049,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andre Bilsing','ab@t3werk.de','abilsing','d23af26f2952c83b876254ea2bce4be9','Bug in element sorting.New manual.','t3werk',1001002,0,0),('ab_minijoboffers','2.0.0',1914,315,'Mini Job Offers','A simple module for managing job offers.',1,0,3,1121787255,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andre Bilsing','ab@t3werk.de','abilsing','fbe84ffb0cda88c1b57d115c141384ce','New Features:One ore more categories are selectable for each job offer. CODE field to configure list of displayed categories.One contact item is selectable for each job offer. Contacts and categories are stored in separate tables.','',2000000,0,0),('ab_minijoboffers','2.0.1',1914,1092,'Mini Job Offers','A simple module for managing job offers.',1,0,3,1132087818,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andre Bilsing','ab@t3werk.de','abilsing','08ccbfb5cd6151191d100a4aa6db489f','Fixed a bug with empty joblist.Support of danish language.Changed field date to starting date.','',2000001,1,0),('accessible_tables','0.1.3',2431,122,'Accessible tables','',1,0,4,1118254151,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";s:18:\"css_styled_content\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Rupert Germann','rupi@gmx.li','rupi','a53e792953efdde3db5700fef8bf8dd6','new feature: The CSS class for the table can be configured in the content element now. - added italian translation (thanks to Marco Bascietto)','Rupert Germann Data-Services',1003,0,0),('accessible_tables','0.1.4',2431,2218,'Accessible tables','',1,1,4,1121594529,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";s:18:\"css_styled_content\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Rupert Germann','rupi@gmx.li','rupi','558639d2330eeac649e794b6ec622f42','','Rupert Germann Data-Services',1004,1,1),('acorn_member','0.0.1',748,8,'ACORN Member','Membership and donation system, includes forms and storage records',0,0,3,1114094861,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:12:\"acorn_office\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Madere','cciweb@acorn.org','tippy2k','bbe9269007ba2cbf83ec115b3a913c9a','no real changes still in development','',1,0,0),('acorn_member','0.0.2',748,8,'ACORN Member','Membership and donation system, includes forms and storage records',0,0,3,1114099529,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:12:\"acorn_office\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Madere','cciweb@acorn.org','tippy2k','e1f6658409290a699ffdadc05e06ee88','still beta versionthe database is straight.plugins are not built yet','',2,0,0),('acorn_member','0.0.3',748,7,'ACORN Member','Membership and donation system, includes forms and storage records',0,0,3,1122321851,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:12:\"acorn_office\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Madere','cciweb@acorn.org','tippy2k','9051b36a5acd584daa9f1b2edc9b99ac','','',3,0,0),('acorn_member','0.0.4',748,8,'ACORN Member','Membership and donation system, includes forms and storage records',0,0,3,1122860115,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:12:\"acorn_office\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Madere','cciweb@acorn.org','tippy2k','4c38fac46fa1c0aebd18fbc57921352e','','',4,0,0),('acorn_member','0.0.5',748,75,'ACORN Member','Membership and donation system, includes forms and storage records',0,0,3,1123033019,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:12:\"acorn_office\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Madere','cciweb@acorn.org','tippy2k','c3a680794131d670e7c38c781b367d8d','','',5,0,0),('acorn_member','0.0.6',748,15,'ACORN Member','Membership and donation system, includes forms and storage records',0,0,3,1123948427,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:12:\"acorn_office\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Madere','cciweb@acorn.org','tippy2k','86fac3f35bad04e42a9fa01ccb45818d','','',6,0,0),('acorn_member','0.0.7',748,12,'ACORN Member','Membership and donation system, includes forms and storage records',0,0,3,1124909957,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:12:\"acorn_office\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Madere','cciweb@acorn.org','tippy2k','328ea6a8f31aaacb4f1081a0f1b9ff0d','','',7,0,0),('acorn_member','0.0.8',748,17,'ACORN Member','Membership and donation system, includes forms and storage records',0,0,3,1124984096,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:12:\"acorn_office\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Madere','cciweb@acorn.org','tippy2k','e622573f35a825a9cec2d7f2f643eedf','','',8,0,0),('acorn_member','0.0.9',748,104,'ACORN Member','Membership and donation system, includes forms and storage records',0,0,3,1125353139,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:12:\"acorn_office\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Madere','cciweb@acorn.org','tippy2k','88d731f39c4177a7773fd7e6d1fc4c5e','really close to working, still alpha','',9,0,0),('acorn_member','0.1.0',748,59,'ACORN Member','Membership and donation system, includes forms and storage records',0,0,3,1130959594,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:12:\"acorn_office\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Madere','cciweb@acorn.org','tippy2k','1bf3a03ae6aaeb8db884bfe38e29366f','','',1000,0,0),('acorn_member','0.1.1',748,227,'ACORN Member','Membership and donation system, includes forms and storage records',0,0,3,1138808136,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:12:\"acorn_office\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Madere','cciweb@acorn.org','tippy2k','00147c1656e79e2f9196588edb57aea4','','',1001,0,0),('acorn_member','0.1.2',748,55,'ACORN Member','Membership and donation system, includes forms and storage records',0,0,3,1176757068,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Mark Madere','cciweb@acorn.org','tippy2k','769c4bbb5d8dd8243a4f012056f6c4c8','','',1002,0,0),('acorn_member','0.1.3',748,98,'ACORN Member','Membership and donation system, includes forms and storage records',0,0,3,1176762184,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:12:\"acorn_office\";s:0:\"\";s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Mark Madere','cciweb@acorn.org','tippy2k','92142d958efa3ef7841af73ce6cdb95f','','',1003,0,0),('acorn_member','0.1.4',748,55,'ACORN Member','Membership and donation system, includes forms and storage records',0,0,3,1184272069,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:12:\"acorn_office\";s:0:\"\";s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Mark Madere','cciweb@acorn.org','tippy2k','816ab918e66c5b10feeb1f675e9fc8e4','added level spec. thankyou msg.','',1004,1,0),('acorn_office','0.0.0',633,23,'My Office','This extension is part of a collection of plugins to create office webpages for a non-profit organization. This extension creates a list of offices and displays other content on office webpags. Includes a welcome message, contact info, services, membershi',0,0,3,1109350811,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:11:\"tt_products\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Madere','cciweb@acorn.org','tippy2k','c00150432006ab7b1bfdfbbb2286c4f0','','',0,0,0),('acorn_office','0.0.1',633,12,'My Office','This extension is part of a collection of plugins to create office webpages for a non-profit organization. This extension creates a list of offices and displays other content on office webpags. Includes a welcome message, contact info, services, membershi',1,0,3,1109375467,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Madere','cciweb@acorn.org','tippy2k','e4689b432ef89675ae8be1a63994b084','Database ChangesMy Officeremoved: joinmessage, alt_joinmessage, donatemessage, alt_donatemessageadded: image, flexfieldServicesadded: flexfieldFile Changesadded: flexform_ds.xml, officeflexform_ds.xml, serviceflexform_ds.xml','',1,0,0),('acorn_office','0.0.2',633,10,'My Office','This extension is part of a collection of plugins to create office webpages for a non-profit organization. This extension creates a list of offices and displays other content on office webpags. Includes a welcome message, contact info, services, membershi',1,0,3,1109443308,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Madere','cciweb@acorn.org','tippy2k','4f9055d667e101030fb5a5582f7d62ea','','',2,0,0),('acorn_office','0.0.3',633,76,'My Office','This extension is part of a collection of plugins to create office webpages for a non-profit organization. This extension creates a list of offices and displays other content on office webpags. Includes a welcome message, contact info, services, membershi',1,0,3,1109783530,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Madere','cciweb@acorn.org','tippy2k','4488a451d325af3dfd0cb8b5bf33dc5f','not stable do not use','',3,0,0),('acorn_office','0.1.0',633,183,'My Office','This extension is part of a collection of plugins to create office webpages for a non-profit organization. This extension creates a list of offices and displays other content on office webpags. Includes a welcome message, contact info, services, membershi',1,0,3,1123032957,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Madere','cciweb@acorn.org','tippy2k','0667c27650e20a0048b10d1f2fbae5ac','2005.03.06note: this is a complete rewrite of plugin class. this version supports flexformsfor managing translations and plugin control. the plugin is now a USER_INTplugin so that caching will not be a problem.Database ChangesMy Of','',1000,0,0),('acorn_office','0.1.1',633,329,'My Office','This extension is part of a collection of plugins to create office webpages for a non-profit organization. This extension creates a list of offices and displays other content on office webpags. Includes a welcome message, contact info, services, membershi',1,0,3,1139547895,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Madere','cciweb@acorn.org','tippy2k','6e8396e95acf0020a9fc6f03e1e4457a','','',1001,1,0),('adaltas_realurl_i18n','0.1.0',2035,35,'Path segments translated for RealURL','Extends the RealURL extension to enable the path segments field in alternative page languages.',2,0,2,1124145065,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:7:\"realurl\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','David Worms','info@adaltas.com','wdavidw','a0526ae7df3d49789adab762a98be21e','Extends the RealURL extension to enable the path segments field in alternative page languages.','',1000,0,0),('adaltas_realurl_i18n','0.1.1',2035,1915,'Path segments translated for RealURL','Extends the RealURL extension to enable the path segments field in alternative page languages.',2,0,2,1124145104,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:7:\"realurl\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','David Worms','info@adaltas.com','wdavidw','3c78ad3ba7fbb28666285c9abb0c0345','','',1001,1,0),('adaltas_skin','0.1.2',4856,3400,'Adaltas skin for TYPO3 3.8.x','This skin was specially developed for Typo3. (C) 2004 Copyright by Adaltas (http://www.adaltas.com)\n It is based on the skin360 from Kasper and the skincrystal from Felix Rommel (mail@felixrommel.de).\n For having transparent Icons you need Fi',1,0,4,1119955264,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','David Worms','open@adaltas.com','wdavidw','5fec940cb4e057d709bd431146648ade','update doc','Adaltas',1002,1,0),('addgfxheaderce','0.0.9',966,398,'Additional Gfx Header CE','Additional Gfx Header Content Element',0,0,3,1125490409,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Kay Stenschke','kay@stenschke.com','kaysten','b53e3c43895eb96daa4589de3283b158','','',9,0,0),('addgfxheaderce','1.0.0',966,109,'Additional Gfx Header CE','Additional Gfx Header Content Element',0,0,3,1145892630,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Kay Stenschke','kay@stenschke.com','kaysten','e6656e2d0b6fb99943b9686acb08ec08','','',1000000,0,0),('addgfxheaderce','1.0.1',966,355,'Additional Gfx Header CE','Additional Gfx Header Content Element. (See manual for further description)',1,0,3,1146061641,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Kay Stenschke','kay@stenschke.com','kaysten','adcf749dfc2b93e55437936fc02baa99','added hooking into tt_news to enable rendering of graphical headers from within tt_news.','',1000001,1,0),('addlinkheader','0.0.4',828,712,'Additional Link-Headertype','Simple extension containing an additional header type, with wrap.(Can also serve as example for creating individual headers.)',2,0,3,1122978601,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Kay Stenschke','kay@stenschke.com','kaysten','eb5dd195ce86295540f53282e19d0afa','','',4,1,0),('address','0.1.0',2047,2047,'Address list','A basic vCard compatible data structure for address lists. You are encouraged to use this structure whenever you need addresses in your own extensions.',0,0,4,1146735018,'a:0:{}','Robert Lemke','robert@typo3.org','robert','55008c65a33b3ddad2bc085a10fd30dd','','robert lemke medienprojekte',1000,1,0),('admin_interface','1.1.0',4391,2133,'admin interface','Creates search and edit interface from table meta data the TCA which comes from plugins created with the kickstarter.In other words, if you build a plugin admin_interface will provide the means to search, display, create, edit and delete the plugin rec',5,0,3,1119574162,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Roger Bunyan','roger@redgumsoaps.com.au','irishflute','7d66db1d69afd563377e4cd61b06f257','replaced missing setup code for file upload','Redgum Energy Resources Pty Ltd',1001000,0,0),('admin_interface','1.0.0',4391,123,'admin interface','attempt at generalised fe administration interface',2,0,3,1141782322,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Steve Ryan','stever@thebegavalley.com','irishflute','cbcebd81e388cd0a4febed22b8ce40ab','upload recent changes and reenable after Roger marked this extension obsolete. It is certainly not obsolete.','',1000000,0,0),('admin_interface','1.0.1',4391,201,'admin interface','attempt at generalised fe administration interface',2,0,3,1156896437,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Steve Ryan','stever@thebegavalley.com','irishflute','357cde8fc525dab18b6bcb38988b2d30','','',1000001,0,0),('admin_interface','1.0.2',4391,5,'admin interface','attempt at generalised fe administration interface',2,0,3,1156740827,'a:0:{}','Steve Ryan','stever@thebegavalley.com','irishflute','913f41f7c11f172ce9b1524b7f503ecd','fix bug - missing bracket in example default TS','',1000002,0,0),('admin_interface','1.0.3',4391,47,'admin interface','attempt at generalised fe administration interface',2,0,3,1156741736,'a:0:{}','Steve Ryan','stever@thebegavalley.com','irishflute','2d294fc627bb100fe2c2002e9b4b538b','fix save override incorrect fields','',1000003,0,0),('admin_interface','1.3.0',4391,38,'admin interface','attempt at generalised fe administration interface',2,0,3,1156992805,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Steve Ryan','stever@thebegavalley.com','irishflute','f6c82b45a4909b5a608ef9d8d3cdd927','WARNING !!! - additional extension dependancy rlmp_dateselector- finish MVC refactoring- add initial version of manual- date selector lib integration','',1003000,0,0),('admin_interface','1.3.1',4391,146,'admin interface','attempt at generalised fe administration interface',2,0,3,1157204967,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Steve Ryan','stever@thebegavalley.com','irishflute','997f8c72b54c6ed9f5c0544bb0f5d532','date selectors for searchvarious bug fixes','',1003001,0,0),('admin_interface','1.3.2',4391,131,'admin interface','attempt at generalised fe administration interface',2,0,3,1157597047,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Steve Ryan','stever@thebegavalley.com','irishflute','a196154798ef56f6272368b0b748d300','- fix view before edit- convert links to form buttons everywhere with std style- convert links to buttons to simplify CSS for actions- camelCase&case insensitive config- tolowercase all config keys- flatte','',1003002,0,0),('admin_interface','1.3.3',4391,53,'admin interface','attempt at generalised fe administration interface',2,0,3,1157876750,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Steve Ryan','stever@thebegavalley.com','irishflute','cd8af49bac6aad3c8d2aafe229919cb6','AJAX multiple file uploaddbal complianceexcepthack for post override - TOBE REMOVED// TODO split the foreign_table_where string by \"order by\"exec_SELECT with table - includes left join blah b on','',1003003,0,0),('admin_interface','1.3.4',4391,119,'admin interface','attempt at generalised fe administration interface',2,0,3,1158788202,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Steve Ryan','stever@thebegavalley.com','irishflute','c0a81cb6c5957cc731e8e6afab496ea7','1.3.4TS cObj based rendering and configurationTS control of image/other?? rendering using cobjcategorised list renderingmultiple list/view outputs - piVar to select template/list conf setinclude default TCA infor','',1003004,0,0),('admin_interface','1.3.5',4391,17,'admin interface','attempt at generalised fe administration interface',2,0,3,1159279121,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Steve Ryan','stever@thebegavalley.com','irishflute','2659406a99a38b3bb91486e51b0944d9','','',1003005,0,0),('admin_interface','1.3.6',4391,21,'admin interface','attempt at generalised fe administration interface',2,0,3,1159280191,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Steve Ryan','stever@thebegavalley.com','irishflute','be3b47e0bf290939602155d9ef5ae115','','',1003006,0,0),('admin_interface','1.3.7',4391,135,'admin interface','attempt at generalised fe administration interface',2,0,3,1159329188,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Steve Ryan','stever@thebegavalley.com','irishflute','365a0236b2ee842ed52eb9a356fcf526','revert FORM_WRAP wraps to FORM_START,FORM_END marks to avoid problems with javascript containing','',1003007,0,0),('admin_interface','1.3.8',4391,197,'admin interface','attempt at generalised fe administration interface',2,0,3,1162602052,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Steve Ryan','stever@thebegavalley.com','irishflute','ef97a0966b834da1fc910ac193c69969','bug fixes to allow multiple select for picklist with TCA static options. Note kickstarter bug (3.0-3.6) that writes the incorrect sql field type (write int should be varchar) and incorrect TCA config values for picklists with multiple selections possible','',1003008,0,0),('admin_interface','1.3.9',4391,241,'admin interface','attempt at generalised fe administration interface',2,0,3,1171948733,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:11:\"rtehtmlarea\";s:0:\"\";s:18:\"rlmp_dateselectlib\";s:0:\"\";}}','Steve Ryan','stever@thebegavalley.com','irishflute','2928ef5eb50bbaad5e59239a7c2cf856','disable RTE config in favour of page TS config\n bugfix: interpretation of type fields\n sortable lists','',1003009,0,0),('admin_interface','1.3.10',4391,97,'admin interface','attempt at generalised fe administration interface',2,0,3,1172064669,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:11:\"rtehtmlarea\";s:0:\"\";s:18:\"rlmp_dateselectlib\";s:0:\"\";}}','Steve Ryan','stever@thebegavalley.com','irishflute','6c21b4ada1ed15562bdcc3b019b45921','bugfix : no sortable link on list for unsortable columns','',1003010,0,0),('admin_interface','1.3.11',4391,113,'admin interface','attempt at generalised fe administration interface',2,0,3,1172498826,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:11:\"rtehtmlarea\";s:0:\"\";s:18:\"rlmp_dateselectlib\";s:0:\"\";}}','Steve Ryan','stever@thebegavalley.com','irishflute','a1ee9a7f89518e8796c47ebab8df44c3','allow multiple filterExtra eg uiconfig.filterExtra.0and deleted1\n\n bugfix to include main table alias in cruser_id filter when using joins and lockToFEUser\n\n string replace SITE_ROOT AND CURRENT_PID (as well as previously implemented STORAGE_PID) wh','',1003011,0,0),('admin_interface','1.3.12',4391,296,'admin interface','attempt at generalised fe administration interface',2,0,3,1173144560,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:11:\"rtehtmlarea\";s:0:\"\";s:18:\"rlmp_dateselectlib\";s:0:\"\";}}','Steve Ryan','stever@thebegavalley.com','irishflute','aa7de37991696c22bd60658f384c87d2','- fix bug with RTE losing its data','',1003012,0,0),('admin_interface','1.3.13',4391,263,'admin interface','attempt at generalised fe administration interface',2,0,3,1189926769,'a:0:{}','Steve Ryan','stever@syntithenai.com','irishflute','648d5b8ad348bff5c2655d657c905075','BUG FIX - invert sorting order when using paginatorBUG FIX - reset paginator start point when submitting search formremove startdate debug textadd defaultTCA as TS for sorting field','',1003013,1,0),('adodb','1.0.0',6007,141,'ADOdb','This extension just includes a current version of ADOdb, a database abstraction library for PHP, for further use in TYPO3',3,0,4,1105283574,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Robert Lemke','robert@typo3.org','k-fish','050258d566f0f3609defe36d0fe19d4a','','',1000000,0,0),('adodb','1.0.1',6007,734,'ADOdb','This extension just includes a current version of ADOdb, a database abstraction library for PHP, for further use in TYPO3',1,0,4,1107975329,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.7.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Robert Lemke','robert@typo3.org','k-fish','bb5dfdac28e7ae609cc5dd72e9a15f42','','',1000001,0,0),('adodb','1.0.2',6007,140,'ADOdb','This extension just includes a current version of ADOdb, a database abstraction library for PHP, for further use in TYPO3',1,0,4,1134061252,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.7.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Robert Lemke','robert@typo3.org','k-fish','b5abb1d8c58c2df6ed8b297b68d7ce8a','Only updated the manual (a little).','',1000002,0,0),('adodb','1.0.3',6007,140,'ADOdb','This extension just includes a current version of ADOdb, a database abstraction library for PHP, for further use in TYPO3',1,0,4,1135696398,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.7.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Karsten Dambekalns','karsten@typo3.org','k-fish','40bc73239a052949611a0f292f531a6c','Updated to ADOdb 4.68.','',1000003,0,0),('adodb','4.71.1',6007,179,'ADOdb','This extension just includes a current version of ADOdb, a database abstraction library for PHP, for further use in TYPO3',2,0,4,1142539595,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:0:\"\";s:5:\"typo3\";s:0:\"\";}}','Karsten Dambekalns','karsten@typo3.org','k-fish','9cefd8a7e97e3ce73ee47ef0b3803b01','A fix regarding the MS SQL driver, fixed bug 2810, cleaned up ext_emconf.php','TYPO3 Association',4071001,0,0),('adodb','4.80.0',6007,241,'ADOdb','This extension just includes a current version of ADOdb, a database abstraction library for PHP, for further use in TYPO3',2,0,4,1143290823,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"4.1.0-\";s:5:\"typo3\";s:0:\"\";}}','Karsten Dambekalns','karsten@typo3.org','k-fish','ca42920d4a3d314273ee25dd8a2313c3','Update to upstream version 4.80, added a fix for MSSQL bogus errors.','TYPO3 Association',4080000,0,0),('adodb','4.81.0',6007,272,'ADOdb','This extension just includes a current version of ADOdb, a database abstraction library for PHP, for further use in TYPO3',2,0,4,1147695954,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"4.1.0-\";s:5:\"typo3\";s:0:\"\";}}','Karsten Dambekalns','karsten@typo3.org','k-fish','faab8325cf7fa66f66ed78605bd25256','Updated to upstream ADOdb 4.81 and fixed bug 3104 introduced through a patch that was once necessary.','TYPO3 Association',4081000,0,0),('adodb','4.90.0',6007,434,'ADOdb','This extension just includes a current version of ADOdb, a database abstraction library for PHP, for further use in TYPO3',2,0,4,1151662832,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"4.1.0-\";s:5:\"typo3\";s:0:\"\";}}','Karsten Dambekalns','karsten@typo3.org','k-fish','493270c119b53cda0b4705a0f73478d3','Update to upstream version 4.90.Fixes to connection wizard.Some code cleanup.','TYPO3 Association',4090000,0,0),('adodb','4.93.0',6007,785,'ADOdb','This extension just includes a current version of ADOdb, a database abstraction library for PHP, for further use in TYPO3',2,0,4,1161336154,'a:0:{}','Karsten Dambekalns','karsten@typo3.org','k-fish','d165bcb914eb77261fea20661bc838cc','ADOdb system extension updated to upstream 4.93. Added danish translation, thanks to Peter Klein!','TYPO3 Association',4093000,0,0),('adodb','4.94.0',6007,2841,'ADOdb','This extension just includes a current version of ADOdb, a database abstraction library for PHP, for further use in TYPO3',2,0,4,1174580266,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.1.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Karsten Dambekalns','karsten@typo3.org','k-fish','ea322415c59fb13dc2146751a469c1f6','Update to upstream version 4.94.','TYPO3 Association',4094000,1,0),('advcalendar','0.1.0',14980,141,'advCalendar','Advanced, feature richier calendar with FE event manipulation support',1,-1,3,1048790855,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:11:\"tt_calender\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','GASTAN','gastan@gastan.sk','gastan','d98e00e5628d56b8984afc860211f9b0','','',1000,0,0),('advcalendar','0.1.1',14980,42,'advCalendar','Advanced, feature richier calendar with FE event manipulation support',1,-1,3,1048790855,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:11:\"tt_calender\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','GASTAN','gastan@gastan.sk','gastan','5006d531ec1f04e8c95f8c0d157cb00c','','',1001,0,0),('advcalendar','0.1.2',14980,2544,'advCalendar','Advanced, feature richier calendar with FE event manipulation support',1,-1,3,1049225273,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:11:\"tt_calender\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','GASTAN','gastan@gastan.sk','gastan','421175375fe3892e38bdc3adca9ac607','','',1002,0,0),('advcalendar','0.2.0',14980,68,'advCalendar','Advanced, feature richier calendar with FE event manipulation support',1,-1,3,1062400664,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:11:\"tt_calender\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Juraj Benadik(GASTAN), Mads-Peter Brunn Jensen','gastan@gastan.sk','gastan','b5efd9f659ce268b383b9cd6163fa5b5','-new feature added. Designated users can push (publish) their entries, so they are visible to all the users.','',2000,0,0),('advcalendar','0.2.1',14980,43,'advCalendar','Advanced, feature richier calendar with FE event manipulation support',1,-1,3,1062524772,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:11:\"tt_calender\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Juraj Benadik(GASTAN), Mads-Peter Brunn Jensen','gastan@gastan.sk','gastan','b3f6f6e798d1e951f32677d8326d2495','-2 issues were fixed','',2001,0,0),('advcalendar','0.2.2',14980,18,'advCalendar','Advanced, feature richier calendar with FE event manipulation support',1,-1,3,1062593091,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:11:\"tt_calender\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Juraj Benadik(GASTAN), Mads-Peter Brunn Jensen','gastan@gastan.sk','gastan','e1a29e0afbfdbe533d748bd561b5aa55','','',2002,0,0),('advcalendar','0.2.3',14980,60,'advCalendar','Advanced, feature richier calendar with FE event manipulation support',1,-1,3,1062610936,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:11:\"tt_calender\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Juraj Benadik(GASTAN), Mads-Peter Brunn Jensen','gastan@gastan.sk','gastan','674383c1ea3747dfe02f491b14c093aa','','',2003,0,0),('advcalendar','0.2.4',14980,5666,'advCalendar','Advanced, feature richier calendar with FE event manipulation support',5,-1,3,1105638446,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:11:\"tt_calender\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','GASTAN','gastan@gastan.sk','gastan','46ec7976d9ea12a058874ea133ec6970','','',2004,0,0),('advcalendar','0.2.5',14980,180,'advCalendar','Advanced, feature richier calendar with FE event manipulation support',5,-1,3,1105638556,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:11:\"tt_calender\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','GASTAN','gastan@gastan.sk','gastan','5cdc4b3af919b36deddd471b0651ecab','','',2005,0,0),('advcalendar','0.3.0',14980,1101,'advCalendar','Advanced, feature richier calendar with FE event manipulation support',1,-1,3,1117793793,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";s:11:\"tt_calender\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Juraj Benadik(GASTAN), Mads-Peter Brunn Jensen','gastan@gastan.sk','gastan','8f5414722b22e7773a1fe528ac69c3d4','Jan. 2005 Added bugfixes by Martin Wroblinski (marked with MW)Inserted fix from forum: All visitors could insert entries, now the allow constants are correctly evaluatedSome months where not displayed like Jan 2005.Last week of every mon','',3000,0,0),('advcalendar','0.3.1',14980,4515,'advCalendar','Advanced, feature richier calendar with FE event manipulation support',1,-1,3,1117803459,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";s:11:\"tt_calender\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Juraj Benadik(GASTAN), Mads-Peter Brunn Jensen','gastan@gastan.sk','gastan','37ff87387dbf4fa2d91232d937626089','-fixed next week link','',3001,1,1),('adv_src_beautifier','1.0.0',2229,2229,'Advanced Source Code Beautifier','formats a source code file into a colored text. The most common programming languages are already integrated, but more can easily be added. The engine and syntax files are from beautifier.org. This extension can highlight files \"dynamically\". The installa',2,-1,3,1074640186,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Serge Gebhardt','sg@mystaz.de','mystaz','73e95e10eb4d8f9badb40961be6ad9cc','really minor tiny addition in ext_typoscript_setup.txt','',1000000,1,1),('after_before_to_2000','0.0.1',546,85,'Extend spaceBefore and spaceAfter to 2000','This extension modify the after and before lentgh to 2000 instead of 50.',0,0,4,1127223013,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Eric Mller','typo3@skvhainhausen.de','mp_emueller','7082424efbcf20a839b67c10518fa32d','','',1,0,0),('after_before_to_2000','0.1.0',546,456,'Extend spaceBefore and spaceAfter to 2000','This extension modify the after (nach) and before (vor) lentgh to 2000 instead of 50.',1,0,4,1129102523,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Eric Mller','typo3@skvhainhausen.de','mp_emueller','5aaa4acb9b086f2fd9c18caf2390bd3d','','',1000,1,0),('af_bepwd','0.0.3',1303,820,'Change BE Password','Authorize BE Users to change their own password',2,0,0,1117921403,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','TripHot','TripHot69@hotmail.com','triphot','45c0f443365261b3f5ccd03686560c47','','',3,1,0),('af_css_select','0.1.0',1110,356,'Advanced Page Stylesheet Selection','Allows to select stylesheets for your pages by adding stylesheet records to the page. You can specify media types etc. per stylesheet, add alternate stylesheets (relies on browsers style menu, no JS style switcher included) etc.',1,0,2,1139583593,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Ferber','af@chaos-agency.de','aferber','17264f3919e3cd4f0d1b45a71df06dd3','Initial upload of new extension','',1000,0,0),('af_css_select','0.2.0',1110,751,'Advanced Page Stylesheet Selection','Allows to select stylesheets for your pages by adding stylesheet records to the page. You can specify media types etc. per stylesheet, add alternate stylesheets (relies on browsers style menu, no JS style switcher included) etc.',0,0,2,1146250583,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Andreas Ferber','af@chaos-agency.de','aferber','e531588d479be585cbfbf418670c234a','- Allow use of @import for persistent stylesheet inclusion- Make standard CSS directory configurable via Page TSConfig- Allow recursive selection of files from standard CSS directory- PHP5 fixes','',2000,1,0),('af_handleselect','0.0.1',611,587,'FlexForm Select extension','FlexForm extension for Select field using a XML file to fill items',0,0,1,1117928824,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:12:\"af_xmlfileio\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','TripHot','TripHot69@hotmail.com','triphot','8d55e052f3d8da6c66ae73f83ed9025a','First releaseRead manual.sxw for further information','',1,1,0),('af_imageoftheday','0.0.1',660,12,'Image of the Day','',0,0,3,1113826944,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','bastien hubert','bastienhubert@hotmail.com','lebastou','deadd5d6968010a4ded8f771d56c6665','Beta version, still under testing, but works globally.TODO: english traduction, multi-site development.','',1,0,0),('af_imageoftheday','0.0.2',660,648,'Image of the Day','',1,0,3,1113831870,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','bastien hubert','bastienhubert@hotmail.com','lebastou','13f963d32d4b31d10372154ee7697d6a','Beta version, still under testing, but works globally. TODO: english traduction, multi-site development.','',2,1,0),('af_markdown','0.0.1',246,246,'Markdown Content','Content using markdown, plain text markup syntax',1,0,2,1129336141,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','TripHot','TripHot69@hotmail.com','triphot','115b906619ddd434fc37e43043c1aeac','New plain text content element enhanced with markown extra markup.See http://www.michelf.com/projects/php-markdown/ for further information and syntax help.','',1,1,0),('af_xmlfileio','0.1.0',695,650,'XML File I/O','Load/Save a XML File to/from a PHP array',0,0,5,1129335974,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jean-Baptiste RIO','triphot@alliance-francophone.net','triphot','bef0c5a0b71062723b922d576115e762','Bug correction : service unknown for FE extension - Rename ext_tables.php to ext_localconf.php','',1000,1,0),('aha_owc','0.2.11',450,104,'Office Web Control','This plugin inserts the Pivot-Table Office Web Control into the page. Basic configuration has to be done in the backend (connection entries for OLAP server). Therafter this control can be edited by backend users directly in the frontend.Please note: T',1,0,3,1126775119,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Albrecht Haug','albrechthaug@yahoo.de','pdah','904e05f6e87ec24a571833d211a0e177','','',2011,0,0),('aha_owc','0.3.0',450,331,'Office Web Control','Inserts the ActiveX-Control \"Office Web Control Pivot Table\"',1,0,3,1127205579,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Albrecht Haug','albrechthaug@yahoo.de','pdah','00373771702805374a705b26f32b2fa6','Improved version: connection to database can be changed in backend after configuring the content in frontend.','',3000,1,0),('ah_bookmark','0.1.0',808,165,'Bookmark This','Enables you to add a \"bookmark this site\" link',1,0,3,1133351942,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andrew Henson','andy@elaptics.co.uk','andyh','e1cadba911f04e2b884ecc81b5635025','Initial release','Foxsoft Ltd',1000,0,0),('ah_bookmark','0.1.1',808,643,'Bookmark This','Enables you to add a \"bookmark this site\" link',0,0,3,1134759118,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andrew Henson','andy@elaptics.co.uk','andyh','11102086ee90c70b64e8de8912db17b3','','Foxsoft Ltd',1001,1,0),('ah_holdloginusername','0.0.1',883,817,'Hold login username','Extends SC_index (Login Screen) by a few lines to avoid clearing of the username at login failure.',1,0,0,1089633696,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Hnsel','andre@webkr.de','webkr','0a9220abb580914db14959270b31a08d','First release','webKr',1,1,0),('ah_list','1.0.0',1049,17,'Simple List','Filterable sortable list',0,0,3,1088123631,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Hnsel','andre@webkr.de','webkr','1bbfa16cbbe74e5d78981d7e788a1be4','First release','webKr',1000000,0,0),('ah_list','1.0.1',1049,17,'Simple List','Filterable sortable list',0,0,3,1088123886,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Hnsel','andre@webkr.de','webkr','4c0e66da6560b28dc242c44daad0b417','Manual added','webKr',1000001,0,0),('ah_list','1.0.2',1049,57,'Simple List','Filterable sortable list',0,0,3,1088162476,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Hnsel','andre@webkr.de','webkr','27250c072e10833d4df53fc9505d0411','','webKr',1000002,0,0),('ah_list','1.0.3',1049,17,'Simple List','Filterable sortable list',0,0,3,1089591341,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Hnsel','andre@webkr.de','webkr','d657d1ac0ecf8408e4c294bc793763bf','Sorting optionsFilterable categoriesManual updated','webKr',1000003,0,0),('ah_list','1.0.5',1049,810,'Simple List','Filterable sortable list',0,0,3,1089592069,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Hnsel','andre@webkr.de','webkr','445d529198bb10c017a17d1a15d5f9c3','','webKr',1000005,0,0),('ah_list','1.0.6',1049,131,'Simple List','Filterable sortable list',0,0,3,1193695658,'a:1:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:3:\"cms\";s:0:\"\";}}','Andr Hnsel','andre@webkr.de','webkr','8bc6bc17e792d6a1de5e9e59343f7a8b','Manual file restored','webKr',1000006,1,0),('albo_pretorio','0.0.1',1435,7,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1133518313,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:7:\"tt_news\";s:0:\"\";s:12:\"news_dam_con\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Silvio Spagnoli','s.spagnoli@abanet.it','sspagnoli','3386f95c2ba4f9ff4d47075320a9d904','','',1,0,0),('albo_pretorio','0.0.2',1435,10,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1133523317,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:7:\"tt_news\";s:0:\"\";s:12:\"news_dam_con\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Silvio Spagnoli','s.spagnoli@abanet.it','sspagnoli','8e50d0426c2a638267aaa976a57e1f50','','',2,0,0),('albo_pretorio','0.0.3',1435,91,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1133530942,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:7:\"tt_news\";s:0:\"\";s:12:\"news_dam_con\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Silvio Spagnoli','s.spagnoli@abanet.it','sspagnoli','1ae3e71bf54a6cc2ff1bbea9ad48b88c','','',3,0,0),('albo_pretorio','0.0.4',1435,9,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1133540125,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:7:\"tt_news\";s:0:\"\";s:12:\"news_dam_con\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Silvio Spagnoli','s.spagnoli@abanet.it','sspagnoli','27e363e9284054f8264e6bfe9269ebe8','','',4,0,0),('albo_pretorio','0.0.5',1435,9,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1133546380,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:7:\"tt_news\";s:0:\"\";s:12:\"news_dam_con\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Silvio Spagnoli','s.spagnoli@abanet.it','sspagnoli','18e0f56ce75def07b06ba9d01714302b','','',5,0,0),('albo_pretorio','0.0.6',1435,7,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1133775133,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:7:\"tt_news\";s:0:\"\";s:12:\"news_dam_con\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Silvio Spagnoli','s.spagnoli@abanet.it','sspagnoli','3473e5559f02997dd9f7a82ded3a97af','','',6,0,0),('albo_pretorio','0.0.7',1435,7,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1133805048,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:7:\"tt_news\";s:0:\"\";s:12:\"news_dam_con\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Silvio Spagnoli','s.spagnoli@abanet.it','sspagnoli','f2cd260762543fadf07adafeccab2376','','',7,0,0),('albo_pretorio','0.0.8',1435,8,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1133875618,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:7:\"tt_news\";s:0:\"\";s:12:\"news_dam_con\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Silvio Spagnoli','s.spagnoli@abanet.it','sspagnoli','db2dd859311efc1255d64502d7fd4e54','','',8,0,0),('albo_pretorio','0.1.0',1435,24,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1138895758,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:7:\"tt_news\";s:0:\"\";s:12:\"news_dam_con\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Silvio Spagnoli','s.spagnoli@abanet.it','sspagnoli','452f8dd56d3c65ce3a428c020681b949','','',1000,0,0),('albo_pretorio','0.1.1',1435,12,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1139218525,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.4-0.0.4\";s:3:\"php\";s:11:\"0.0.4-0.0.4\";s:7:\"tt_news\";s:0:\"\";s:12:\"news_dam_con\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Silvio Spagnoli','s.spagnoli@abanet.it','sspagnoli','bff59225be7d6860e6cb60ae875acde5','','',1001,0,0),('albo_pretorio','0.1.2',1435,11,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1139245963,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.4-0.0.4\";s:3:\"php\";s:11:\"0.0.4-0.0.4\";s:7:\"tt_news\";s:0:\"\";s:12:\"news_dam_con\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Silvio Spagnoli','s.spagnoli@abanet.it','sspagnoli','842a94a1e5efa911d21b139bdaac13c2','','',1002,0,0),('albo_pretorio','0.1.3',1435,113,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1139416122,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.4-0.0.4\";s:3:\"php\";s:11:\"0.0.4-0.0.4\";s:7:\"tt_news\";s:0:\"\";s:12:\"news_dam_con\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Silvio Spagnoli','s.spagnoli@abanet.it','sspagnoli','5717ebaf98326a2168f917c568d5ecce','','',1003,0,0),('albo_pretorio','0.1.7',1435,49,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1143217085,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Silvio Spagnoli','s.spagnoli@abanet.it','sspagnoli','66a94b6d29ead7a677fb163e00400153','','',1007,0,0),('albo_pretorio','0.1.4',1435,17,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1141638878,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Silvio Spagnoli','s.spagnoli@abanet.it','sspagnoli','8c52f7f49b9a890ab935b9f7c87ece25','','',1004,0,0),('albo_pretorio','0.1.5',1435,133,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1142870077,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Silvio Spagnoli','s.spagnoli@abanet.it','sspagnoli','a21e95e27b9d5f6827f885b64a8c988f','','',1005,0,0),('albo_pretorio','0.1.6',1435,87,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1143196447,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Silvio Spagnoli','s.spagnoli@abanet.it','sspagnoli','7188c9d190f2ff1729b85674acb48d48','','',1006,0,0),('albo_pretorio','0.1.8',1435,78,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1143801298,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Silvio Spagnoli','s.spagnoli@abanet.it','sspagnoli','3781799fbd090e4cf93ceffa203a607c','','',1008,0,0),('albo_pretorio','0.1.9',1435,152,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1144834640,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Silvio Spagnoli','s.spagnoli@abanet.it','sspagnoli','b7d6f1a65fdb5edabf1f34fd3e035479','','',1009,0,0),('albo_pretorio','0.1.10',1435,135,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1153836048,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Silvio Spagnoli (Abaco Informatica)','s.spagnoli@abanet.it','sspagnoli','3be745a32f5615d88b0e16dde1b40749','','Abaco Informatica S.r.l.',1010,0,0),('albo_pretorio','0.1.11',1435,163,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1160991922,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Silvio Spagnoli (Abaco Informatica)','s.spagnoli@abanet.it','sspagnoli','0d1310faf15d2aed49fade9929b30d38','Aggiunta la data di scadenza come parametro di ordinamento nella LIST. Questa funzione attiva sia lato typoscript che attraverso il plugin.','Abaco Informatica S.r.l.',1011,0,0),('albo_pretorio','0.1.12',1435,123,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1168333989,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Silvio Spagnoli (Abaco Informatica)','s.spagnoli@abanet.it','sspagnoli','38c853a286190fcf2e928ddb31cb7700','Added the label management via Typoscript.','Abaco Informatica S.r.l.',1012,0,0),('albo_pretorio','0.1.13',1435,190,'Albo Pretorio','Extends tt_news adding new fields.',0,0,3,1172735669,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Silvio Spagnoli (Abaco Informatica)','s.spagnoli@abanet.it','sspagnoli','72ca4c837a6a016f66209fdc2e3cfec5','Modified code for w3c validation.','Abaco Informatica S.r.l.',1013,1,0),('alias32','0.0.1',1527,119,'Extend Alias lentgh to 32','This extension slightly modify the TCA array and the Pages table to extend Alias lentgh to 32 instead of 20.',1,0,4,1087839155,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Patrick Gaumond','patrick.gaumond@fsa.ulaval.ca','gaumondp','7471cc54b36879591f7c0af4be876c50','','FSA',1,0,0),('alias32','0.1.0',1527,1361,'Extend Alias lentgh to 32','This extension slightly modify the TCA array and the Pages table to extend Alias lentgh to 32 instead of 20.',1,0,4,1087839716,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.5.2-0.0.2\";s:3:\"php\";s:11:\"4.1.4-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Patrick Gaumond','patrick.gaumond@fsa.ulaval.ca','gaumondp','0d37359a685b3b021012026313d2d7db','','FSA',1000,1,0),('alphabetlist','1.0.3',893,96,'alphabetized page list','an alphabetized list of given pages',1,0,2,1094041519,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Tim Nijenbrink','t.nijenbrink@e-4s.com','dtim','e508446f89e842fe4eece5210fd2422e','','',1000003,0,0),('alphabetlist','1.0.4',893,27,'alphabetized page list','an alphabetized list of given pages',1,0,2,1094042758,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Tim Nijenbrink','t.nijenbrink@e-4s.com','dtim','dec259fcf7e29fa608f72a2fcd02f603','','',1000004,0,0),('alphabetlist','1.0.5',893,764,'alphabetized page list','an alphabetized list of given pages',1,0,2,1096117573,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Tim Nijenbrink','t.nijenbrink@e-4s.com','dtim','af3a73fafc0133a9709b9215b9afb78b','- Dutch language added- configurable options te append the title to none-title items added.- field for finding these pages indexed','',1000005,1,0),('alternative_rte','0.0.1',5814,5813,'Alternative RTE','Edit page content in cross browser enviroment',3,0,0,1075976029,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Peter Bartels','peter.bartels@inconel.nl','pbartels','8663f555ad736525bbd3435187bca2c0','Version of html area','',1,1,0),('altern_lang_menu_page_title','1.0.0',1706,152,'Alternative language page navigation title in TS m','Enables having a specific navigation title per language for pages in typoscript menus in multi language sites.',2,0,2,1120717818,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Bertrand Mure','bertrand.mure@worldonline.fr','bmebme','2ff71de53cfa2fec80d8cf44aecd2049','','',1000000,0,0),('altern_lang_menu_page_title','1.0.1',1706,1558,'Alternative language page navigation title in TS m','Enables having a specific navigation title per language for pages in typoscript menus in multi language sites.',2,0,2,1121191419,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Bertrand Mure','bertrand.mure@worldonline.fr','bmebme','66abb78dc96b70374085c74ffd2fb4eb','','',1000001,1,0),('altern_lang_page_link','1.0.0',1599,82,'Alternative language page external link','Enables having a specific url per language for \"External URL\" type pages in multi language sites.',2,0,2,1120718644,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Bertrand Mure','bertrand.mure@worldonline.fr','bmebme','c9b65ebf476b1daae04f7d9b1e9a3e75','','',1000000,0,0),('altern_lang_page_link','1.0.1',1599,1457,'Alternative language page external link','Enables having a specific url per language for \"External URL\" type pages in multi language sites.',2,0,2,1121191396,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Bertrand Mure','bertrand.mure@worldonline.fr','bmebme','c7ef814536f13b87cd2eae6d1444f9f6','','',1000001,1,0),('altern_lang_previsu','1.0.0',2090,1947,'WebLayout, Alternative language previsualisation','Enables previsualisation of alternative language contents in backend with web_layout module',2,0,1,1121191445,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Bertrand Mure','bertrand.mure@worldonline.fr','bmebme','69b1836a2824be69d74a84f40f28f302','','',1000000,1,0),('ameos_demo_formidable','0.1.0',692,104,'Ameos Demo Formidable','Ameos Demo Formidable',0,0,3,1132851117,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:16:\"ameos_formidable\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','typo3dev@ameos.com','r.geyer','22dc1942cb190485309249d134a30ac0','Demonstration of what can be accomplished with Ameos FORMidable','',1000,0,0),('ameos_demo_formidable','0.2.0',692,101,'Ameos Demo Formidable','Ameos Demo Formidable',3,0,3,1135350055,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:16:\"ameos_formidable\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','typo3dev@ameos.com','r.geyer','338144d1cba677609071ef9401fa19ce','Now uses FORMidable 0.2.0','',2000,0,0),('ameos_demo_formidable','0.3.0',692,12,'Ameos Demo Formidable','Ameos Demo Formidable',3,0,3,1139306433,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";s:16:\"ameos_formidable\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','typo3dev@ameos.com','r.geyer','b4501149d5758d8a37c4eedd2f4c018f','Adapted to FORMidable 0.4.0','',3000,0,0),('ameos_demo_formidable','0.4.0',692,475,'Ameos Demo Formidable','Ameos Demo Formidable',3,0,3,1139306574,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";s:16:\"ameos_formidable\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','typo3dev@ameos.com','r.geyer','661511ef4c58e3b2eb7a47a38713e1dd','Adapted to FORMidable 0.4.0','',4000,1,0),('ameos_feuser_manager','0.1.0',1497,38,'Ameos Front End user Manager','Frontend plugins that manages T3 FE users',0,0,3,1126739685,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:16:\"ameos_htmlheader\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','j.schneider@ameos.com','r.geyer','0d418f3cc6b83ebdd3dff0517cd967fb','First upload','AMEOS',1000,0,0),('ameos_feuser_manager','1.0.0',1497,283,'Ameos Front End user Manager','Frontend plugins that manages T3 FE users',1,0,3,1126740020,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:16:\"ameos_htmlheader\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','j.schneider@ameos.com','r.geyer','3c2a652425d5965113309986eeb5a2e3','First upload','AMEOS',1000000,0,0),('ameos_feuser_manager','1.1.0',1497,7,'Ameos Front End user Manager','Frontend plugins that manages T3 FE users',0,0,3,1127145968,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:16:\"ameos_htmlheader\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','j.schneider@ameos.com','r.geyer','c5d3f0c01431836e4b1f5f088f039a0a','Default value of fe_groups.lockToDomain passed to null; fixes authentication to users linked to a group created with this extension','',1001000,0,0),('ameos_feuser_manager','1.2.0',1497,63,'Ameos Front End user Manager','Frontend plugins that manages T3 FE users',1,0,3,1127465325,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";s:16:\"ameos_htmlheader\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','j.schneider@ameos.com','r.geyer','57842ac035302028045891a2d0e2593e','Improved user image management.','',1002000,0,0),('ameos_feuser_manager','1.2.1',1497,15,'Ameos Front End user Manager','Frontend plugins that manages T3 FE users',1,0,3,1127465473,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";s:16:\"ameos_htmlheader\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','j.schneider@ameos.com','r.geyer','22d349c992c8d5053002c33f44d69000','Improved user image management','',1002001,0,0),('ameos_feuser_manager','1.2.2',1497,445,'Ameos Front End user Manager','Frontend plugins that manages T3 FE users',1,0,3,1127481486,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";s:16:\"ameos_htmlheader\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','j.schneider@ameos.com','r.geyer','425a6da6938eab015191c0cae0e3e6d0','Improved user image management, added english translation, added Tobias Del Fabros german translation','',1002002,0,0),('ameos_feuser_manager','1.3.0',1497,646,'Ameos Front End user Manager','Frontend plugins that manages T3 FE users',5,0,3,1139306842,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.4-0.0.4\";s:3:\"php\";s:11:\"0.0.4-0.0.4\";s:3:\"cms\";s:0:\"\";s:16:\"ameos_htmlheader\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','j.schneider@ameos.com','r.geyer','0e4855cac3d76d5513ad1ddcb74e1e65','Better group management thanks to Enzian','',1003000,1,0),('ameos_feuser_mgr','1.0.0',1019,541,'Ameos - Better Front End User Manager','Manage FE users in FrontEnd - Uses FORMidable',1,0,3,1139307462,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.5-0.0.5\";s:3:\"php\";s:11:\"0.0.5-0.0.5\";s:3:\"cms\";s:0:\"\";s:16:\"ameos_formidable\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','typo3dev@ameos.com','r.geyer','2a097340f40ce7306304d719d046be61','First upload of ameos_feuser_mgr which uses FORMidable and replaces ameos_feuser_manager.','',1000000,0,0),('ameos_feuser_mgr','1.1.0',1019,478,'Ameos - Better Front End User Manager','Manage FE users in FrontEnd - Uses FORMidable',1,0,3,1167425729,'a:1:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:6:\"3.0.0-\";s:3:\"php\";s:6:\"3.0.0-\";s:3:\"cms\";s:0:\"\";s:16:\"ameos_formidable\";s:0:\"\";}}','Jrme Schneider','typo3dev@ameos.com','r.geyer','2fc21b767a04d78498977dd761cb20f2','Adapted for FORMidable 0.6.0 but not yet optimized with latest ameos_formidable possibilities.','',1001000,1,0),('ameos_fe_singleauth','1.0.0',276,275,'Ameos FE single auth','ameos_fe_singleauth',0,0,2,1138713485,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','typo3dev@ameos.com','r.geyer','a5a86bcd3594df9209540cfb7f194157','First Upload','',1000000,1,0),('ameos_formidable','0.1.0',4110,121,'Ameos Formidable','Ameos Form manager',0,0,4,1132851482,'a:2:{s:7:\"depends\";a:5:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:11:\"api_macmade\";s:0:\"\";s:8:\"cc_debug\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','typo3dev@ameos.com','r.geyer','6bd88fd3ef1cba8e262b0c84006d9599','An XML driven API that allows developers to quickly and easily realize Front end Forms for their extensions.','',1000,0,0),('ameos_formidable','0.2.0',4110,149,'Ameos Formidable','Form manager API',0,0,4,1135350845,'a:2:{s:7:\"depends\";a:5:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";s:11:\"api_macmade\";s:0:\"\";s:18:\"rlmp_dateselectlib\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','typo3dev@ameos.com','r.geyer','1c3f2445e36daa8736b2e515e3b6c04c','Implementation of the Actionlet concept ; allows FORMidable to execute several specific tasks ( sending mails ) with dataImplementation of a DB validator that checks DB related conditions ( unicity, ... )Modification du principe du validator : un ele','',2000,0,0),('ameos_formidable','0.3.0',4110,57,'Ameos Formidable','Form manager API',0,0,4,1138979369,'a:2:{s:7:\"depends\";a:5:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";s:11:\"api_macmade\";s:0:\"\";s:18:\"rlmp_dateselectlib\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','typo3dev@ameos.com','r.geyer','5aa51e30d63b4fa69f747413d8e8730f','Its now possible to define /template/path and /addresses properties using an userobj callback/subject, /fromname and /replytoname properties are now localizable using LLL referenceAdded REDIRECT actionletThe main extension can now force FOR','',3000,0,0),('ameos_formidable','0.4.0',4110,414,'Ameos Formidable','Form manager API',0,0,4,1139311115,'a:2:{s:7:\"depends\";a:5:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";s:11:\"api_macmade\";s:0:\"\";s:18:\"rlmp_dateselectlib\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','typo3dev@ameos.com','r.geyer','e36911996fe6c6e0af29cee1b0db670f','','',4000,0,0),('ameos_formidable','0.5.0',4110,491,'Ameos Formidable','Framework for development of form-oriented applications\n Field validation\n One form/several tables\n Data creation / edition / searching / browsing\n And much more\n\n Now all you have to install is this extension and rlmp_dateselectlib\n\n SEE ameos_demo',1,0,4,1148316350,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:18:\"rlmp_dateselectlib\";s:0:\"\";s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.8.0-\";}}','Jerome Schneider','typo3dev@ameos.com','r.geyer','511ddda23867e8ea375a4a466c711fbd','Formidable changelog\n NOTE : we STRONGLY RECOMMEND that you have a look at the demo extension ameos_demoformidable050\n - complete rewrite of the data engine ; easier to use and to maintain\n - all element are now part of main API ( nut custom elements ca','',5000,0,0),('ameos_formidable','0.6.0',4110,214,'Ameos Formidable','Form-oriented API',1,0,4,1167426688,'a:0:{}','Jerome Schneider','typo3dev@ameos.com','r.geyer','b4d1a2adb619629406d333e45230d0bc','Lots of new possibilities, improved debug functions.\nSupport is provided on mailing lists - typo3.projets.formidable at news.netfielders.de','',6000,0,0),('ameos_formidable','0.7.0',4110,1581,'Ameos Formidable','Form-oriented API',1,0,4,1171385826,'a:0:{}','Jerome Schneider','typo3dev@ameos.com','r.geyer','ec6e56b1f53e415234e42e52133f9709','- many corrections- new javascript layout, compatible with IE7, Safari and Opera','',7000,0,0),('ameos_formidable','1.0.0',4110,464,'Ameos Formidable','RAD framework',1,0,4,1204896367,'a:0:{}','Jerome Schneider','typo3dev@ameos.com','r.geyer','bed9dfe29627d647ae4aeabeec3d2be0','A lot of new stuff, starting on Thursday 2008-03-06, Formidable HQ will be relocated at http://formidable.typo3.ug','',1000000,0,0),('ameos_formidable','0.8.0',4110,153,'Ameos Formidable','RAD framework',1,0,4,1204881481,'a:0:{}','Jerome Schneider','typo3dev@ameos.com','r.geyer','fe68450cb498e916b2dccb66415c841f','A lot of new stuff, starting on Thursday 2008-03-06, Formidable HQ will be relocated at http://formidable.typo3.ug','',8000,0,0),('ameos_formidable','1.1.0',4110,384,'Ameos Formidable','RAD framework',1,0,4,1219742955,'a:0:{}','Jerome Schneider','typo3dev@ameos.com','r.geyer','a428ce7730b2c00da2f3081b0dc5e22f','Maintenance release - Fixes a lot of bugs; see changelog.txt for more informations','',1001000,0,0),('ameos_formidable','1.1.2',4110,83,'Ameos Formidable','RAD framework',1,0,4,1256304537,'a:0:{}','Jerome Schneider','typo3dev@ameos.com','r.geyer','520cc8ffc465105c425886fcc4cd9475','Maintenance release; a lot of bug are fixed. See changelog.txt for details.','',1001002,1,0),('ameos_google_pagerank','1.0.0',1190,1190,'Ameos Google PageRank','ameos_google_pagerank',2,0,3,1127202415,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','typo3dev@ameos.com','r.geyer','24623f05ee0a835a3c1a81b5ce6f793f','First upload','',1000000,1,0),('ameos_htmlheader','0.1.0',1074,110,'Ameos - HTML Header manager','Manages custom inserts in the HTML HEAD tag for FE extensions',0,0,3,1126739607,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','j.schneider@ameos.com','r.geyer','21652aa7d322ba656849728c2bf110b3','First upload','AMEOS',1000,0,0),('ameos_htmlheader','1.0.0',1074,905,'Ameos - HTML Header manager','Manages custom inserts in the HTML HEAD tag for FE extensions',1,0,3,1126739984,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrme Schneider','j.schneider@ameos.com','r.geyer','8f6bb049e485916e9e628995d9092363','First upload','AMEOS',1000000,1,0),('ameos_stockquote','1.0.0',636,571,'Stock Quote','Get live stock exchange quotes from finance.yahoo.com.',2,0,3,1113085591,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Raphael GEYER','r.geyer@ameos.com','r.geyer','01302f9521407fc4a25d69fa39077ddf','Added icons, Finnish and Hungarian translations and little corrections','AMEOS',1000000,1,0),('anyscript_markup','0.3.1',673,159,'Anyscript syntaxt highligthing and indenting','Does syntaxt highligthing and indenting of Anyscript source code. Based on www.beautifier.org',1,0,2,1110653179,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jeppe Vesterbaek','jhve02@control.auc.dk','vesterbaek','62c92aa2b8fb6cea560ebc0757fb0462','','',3001,0,0),('anyscript_markup','0.3.2',673,351,'Anyscript syntaxt highligthing and indenting','Does syntaxt highligthing and indenting of Anyscript source code. Based on www.beautifier.org',0,0,2,1123751801,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jeppe Vesterbaek','jhve02@control.auc.dk','vesterbaek','3024ebdb62383c37c719509aaedfef7d','Backslashes all stripped before. This issue has been fixed.','',3002,1,0),('an_combase','0.0.1',955,29,'[AN] Company Database','Plugin to manage and show a company database on your website.',3,0,3,1098949320,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Markus Schmid (Area-Net GmbH)','ms@area-net.de','areanet','cba8f0eedfb2b4862fbf185df66178aa','Primary system finished.No frontend output generated.','',1,0,0),('an_combase','0.1.0',955,80,'[AN] Company Database','Plugin to manage and show a company database on your website.',1,0,3,1099054499,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Markus Schmid (Area-Net GmbH)','ms@area-net.de','areanet','a07d18a9071c0bbda0eaabf4ab62e04d','','',1000,0,0),('an_combase','0.2.0',955,845,'[AN] Company Database','Plugin to manage and show a company database on your website.',1,0,3,1099925177,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Markus Schmid (Area-Net GmbH)','ms@area-net.de','areanet','67a0b303272c405e0d7b3e3a1c2a4acb','','',2000,1,0),('an_eventbase','0.1.0',932,933,'[AN] Event Database','Manage and show your events. Easily to configure via TS...',1,0,3,1099921317,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Markus Schmid (Area-Net GmbH)','ms@area-net.de','areanet','b77a0a36ac773129930561d5a843b9f0','','',1000,1,0),('an_searchit','1.2.1',2332,14,'[AN] Search it!','A search engine for your whole typo3 site, includes searching in extensions. You can specifiy every table and field you want to search in. Flexible configure via typoscript.',2,0,3,1107352514,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Markus Schmid (Area-Net GmbH)','ms@area-net.de','areanet','2890ded583bcb0b46cf263baecce126d','','',1002001,0,0),('an_searchit','2.0.0',2332,21,'[AN] Search it!','A search engine for your whole typo3 site, includes searching in extensions. You can specifiy every table and field you want to search in. Flexible configure via typoscript.',2,0,3,1107352856,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Markus Schmid (Area-Net GmbH)','ms@area-net.de','areanet','57a963cb498ad0354cc45173d0d1f085','','',2000000,0,0),('an_searchit','2.0.1',2332,180,'[AN] Search it!','A search engine for your whole typo3 site, includes searching in extensions. You can specifiy every table and field you want to search in. Flexible configure via typoscript.',2,0,3,1107354544,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Markus Schmid (Area-Net GmbH)','ms@area-net.de','areanet','2ee628e9eedf532b20177adb1507fbd0','','',2000001,0,0),('an_searchit','2.1.0',2332,41,'[AN] Search it!','A search engine for your whole typo3 site, includes searching in extensions. You can specifiy every table and field you want to search in. Flexible configure via typoscript.',1,0,3,1107934097,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Markus Schmid (Area-Net GmbH)','ms@area-net.de','areanet','1e8e730e3d2f68e418f0143fa5ca03a4','In previous versions there a bug, when not configured a \"default section\".','',2001000,0,0),('an_searchit','2.2.0',2332,29,'[AN] Search it!','A search engine for your whole typo3 site, includes searching in extensions. You can specifiy every table and field you want to search in. Flexible configure via typoscript.',1,0,3,1107946118,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Markus Schmid (Area-Net GmbH)','ms@area-net.de','areanet','619eaf4c748c60131a3785d43d773bb3','','',2002000,0,0),('an_searchit','2.4.1',2332,1779,'[AN] Search it!','A search engine for your whole typo3 site, includes searching in extensions. You can specifiy every table and field you want to search in. Flexible configure via typoscript.',1,0,3,1110979530,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Markus Schmid (Area-Net GmbH)','ms@area-net.de','areanet','6dc581c3a20b93a9bab141eced8a3e97','','',2004001,1,0),('ao_bannercodes','1.0.6',2983,445,'AO Bannercodes','Using this extension it is possible to display bannercodes from various adservers on a central place on every page substituting a marker or subpart.',2,0,1,1072733707,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Otto','andreas@php4win.de','andreas','be549c5e562df0bd270abd8d73f57cb9','','',1000006,0,0),('ao_bannercodes','1.0.7',2983,179,'AO Bannercodes','Using this extension it is possible to display bannercodes from various adservers on a central place on every page substituting a marker or subpart.',2,0,1,1077864487,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Otto','andreas@php4win.de','andreas','b9e22121e575fdebe2808ee78132284e','','',1000007,0,0),('ao_bannercodes','1.0.8',2983,689,'AO Bannercodes','Using this extension it is possible to display bannercodes from various adservers on a central place on every page substituting a marker or subpart.',2,0,1,1105364717,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Otto','andreas@php4win.de','andreas','090e25390c3f0271b7923d348df88565','','',1000008,0,0),('ao_bannercodes','1.0.9',2983,1121,'AO Bannercodes','Using this extension it is possible to display bannercodes from various adservers on a central place on every page substituting a marker or subpart.',2,0,1,1105364723,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Otto','andreas@php4win.de','andreas','7d694c21311213fd7f9cc76133b276a3','','',1000009,1,0),('ao_bedemouser','1.0.8',1138,678,'AO BE demo user','This extension allows any visitor of your website to create a BE demo account to try out the amazing features Typo3 offers.',2,0,3,1089466932,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Otto','andreas@php4win.de','andreas','5f3df7b39645892dae5445a1f02227eb','','',1000008,1,0),('ao_vehicles','0.5.0',1478,53,'AO Vehicles','An extension to display vehicles for sale.',1,0,3,1090671094,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Otto','andreas@php4win.de','andreas','cf03382d5ad5de3a8d88bb850b276790','','',5000,0,0),('ao_vehicles','0.5.1',1478,49,'AO Vehicles','An extension to display vehicles for sale.',1,0,3,1091046500,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Otto','andreas@php4win.de','andreas','d88b5530132348b02ec8983137882fff','Added some icons.Fixed a bug in the english version.','',5001,0,0),('ao_vehicles','0.5.2',1478,19,'AO Vehicles','An extension to display vehicles for sale.',1,0,3,1091877268,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Otto','andreas@php4win.de','andreas','f8a9335558311a3c27a48ad011ce8991','Minor enhancements.','',5002,0,0),('ao_vehicles','0.5.3',1478,19,'AO Vehicles','An extension to display vehicles for sale.',1,0,3,1092057474,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Otto','andreas@php4win.de','andreas','4ceba8ada4e29843c1db685481a38567','At least MySQL 3.32.52 had problems using JOIN in queries. Caused quite some trouble.','',5003,0,0),('ao_vehicles','0.5.4',1478,25,'AO Vehicles','An extension to display vehicles for sale.',1,0,3,1092057477,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Otto','andreas@php4win.de','andreas','fc0fe61fb8ccbad9e7dc6546923a191f','','',5004,0,0),('ao_vehicles','0.6.0',1478,46,'AO Vehicles','An extension to display vehicles for sale.',1,0,3,1092851469,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Otto','andreas@php4win.de','andreas','17cfa85281bcdc253e05cbed4688c63a','Added page browsing and result ordering.','',6000,0,0),('ao_vehicles','0.6.1',1478,1267,'AO Vehicles','An extension to display vehicles for sale.',2,0,3,1092851520,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Otto','andreas@php4win.de','andreas','5bcc5f58ed53ef2680878d4daba6841f','','',6001,1,0),('api_macmade','0.2.0',36311,2220,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1123485761,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.4-0.0.4\";s:3:\"php\";s:11:\"0.0.4-0.0.4\";s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jean-David Gadina','macmade@gadlab.net','macmade','4c32890bcfa30ecf8b5af662cb174c2d','','macmade.net',2000,0,0),('api_macmade','0.2.1',36311,1270,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1128942458,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.5-0.0.5\";s:3:\"php\";s:11:\"0.0.5-0.0.5\";s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jean-David Gadina','macmade@gadlab.net','macmade','9d22b5c4a218ddc76921479efc1e9790','','macmade.net',2001,0,0),('api_macmade','0.2.2',36311,3224,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1132052028,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.6-0.0.6\";s:3:\"php\";s:11:\"0.0.6-0.0.6\";s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jean-David Gadina','macmade@gadlab.net','macmade','3321aa877fc5f414501f78f128ab8695','','macmade.net',2002,0,0),('api_macmade','0.4.4',36311,1843,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1197295472,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Jean-David Gadina','info@macmade.net','macmade','532a9ed90316eb13f16dce2d9527a87b','Please see the change log for details about this release.','macmade.net',4004,0,0),('api_macmade','0.2.3',36311,1373,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1141175090,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Jean-David Gadina','macmade@gadlab.net','macmade','93b4d9e70dc8416349104b7710494a95','','macmade.net',2003,0,0),('api_macmade','0.2.4',36311,1080,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1144872822,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Jean-David Gadina','macmade@gadlab.net','macmade','a33bc248660c2914b6dfba415369b54e','','macmade.net',2004,0,0),('api_macmade','0.2.5',36311,318,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1148836253,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Jean-David Gadina','macmade@gadlab.net','macmade','27eed0ead1d517e202706948f3184004','Bugfix release','macmade.net',2005,0,0),('api_macmade','0.2.6',36311,1997,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1149685833,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Jean-David Gadina','macmade@gadlab.net','macmade','41ba73541fad623155bdef610ca5d5da','','macmade.net',2006,0,0),('api_macmade','0.2.7',36311,679,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1158676627,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Jean-David Gadina','info@macmade.net','macmade','98c476266c0770cf7a102b9952e4a1c0','Please see the change log or manual for details about this update.','macmade.net',2007,0,0),('api_macmade','0.2.8',36311,6662,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1160478561,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Jean-David Gadina','info@macmade.net','macmade','8d13090d8aebb1e396e4bba42ceaa45b','','macmade.net',2008,0,0),('api_macmade','0.3.0',36311,684,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1185513478,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Jean-David Gadina','info@macmade.net','macmade','2b604e1b364c4cf5734131b8e121b465','','macmade.net',3000,0,0),('api_macmade','0.3.1',36311,125,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1187650818,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Jean-David Gadina','info@macmade.net','macmade','5c5c069c5584d20c9d88fb684d1c87ef','Please see the change log for details about that release.','macmade.net',3001,0,0),('api_macmade','0.3.2',36311,18,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1187786873,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Jean-David Gadina','info@macmade.net','macmade','1286ca2f464177fc1a55b587cd4ddd06','Bugfix release...','macmade.net',3002,0,0),('api_macmade','0.3.3',36311,1262,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1187799909,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Jean-David Gadina','info@macmade.net','macmade','90b252730b93d37e5e5e9467b0d0410e','Added an option to keep existing piVars in method fe_typoLinkParams.','macmade.net',3003,0,0),('api_macmade','0.4.0',36311,366,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1191432406,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Jean-David Gadina','info@macmade.net','macmade','23b45d3719e026041d15c8296a447018','Added a slot for PHP5 classes. Added a PHP5 class to simplify the use of flexform in extensions. Please read the manual for the details.','macmade.net',4000,0,0),('api_macmade','0.4.1',36311,445,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1192546623,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Jean-David Gadina','info@macmade.net','macmade','bb138eaffc69f684f67ee021250e62e0','','macmade.net',4001,0,0),('api_macmade','0.4.2',36311,872,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1193668329,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Jean-David Gadina','info@macmade.net','macmade','3044eb0ff02d2318a064ed405bac97af','Bugfix release','macmade.net',4002,0,0),('api_macmade','0.4.3',36311,1020,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1196270313,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Jean-David Gadina','info@macmade.net','macmade','05b499fe7f6c1e9b12d924a481e6789a','','macmade.net',4003,0,0),('api_macmade','0.4.5',36311,4839,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1220557269,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Jean-David Gadina','info@macmade.net','macmade','61e0b5243d0b5a2239ff1bbe2f0d521c','Bugfix release...','macmade.net',4005,0,0),('api_macmade','0.4.6',36311,696,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1220557366,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Jean-David Gadina','info@macmade.net','macmade','6c88395aa46b7a734853fd9a2fcb9b3d','Bugfix release...','macmade.net',4006,0,0),('api_macmade','0.4.7',36311,2074,'Developer API','This extension provides an API to help developing Typo3 extensions. It includes helpful functions, for frontend, backend, databases and miscellaneous development. Please take a look at the manual for a complete description of this API.',2,0,4,1222274456,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Jean-David Gadina','info@macmade.net','macmade','ffb24d524ebd2f3d0fa18db676e54844','Bugfix release. Please see the manual or the change log.','macmade.net',4007,1,0),('arotea_loginbox','0.0.1',6620,262,'Loginbox for Better Login Plugin','Loginbox with template for newloginbox plugin similar with macina_searchbox for Indexed Search engine.',0,0,3,1073663370,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:11:\"newloginbox\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Adrian Rotea','adrian_rotea@yahoo.com','adirotea','51ed13cabcebf9bb24e6d430f991082c','First version of this plugin','',1,0,0),('arotea_loginbox','0.1.0',6620,6359,'Loginbox for Better Login Plugin','Loginbox for Better Login Plugin',1,0,3,1073945236,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:11:\"newloginbox\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Adrian Rotea','adrian_rotea@yahoo.com','adirotea','3a8d299be59946a5aaded62246834dca','Added marker for User Storage SysFolder i.e. USERSPID and TS conf pidUserstorage to be used in templates.','',1000,1,0),('articlecpl','0.0.4',1627,275,'Article Complex','An Articlesystem for articles with one or more pages with a lot of options as a new page-browser, header&footer, images with subtitles and more.',1,0,3,1100097087,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:18:\"static_info_tables\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Boris Nicolai','boris.nicolai@andavida.com','googlehupf','ef5f00f1077a73b3f358be0e4245a3f2','','',4,0,0),('articlecpl','0.0.5',1627,1341,'Article Complex','An article-system with authors, comment-system, flexible through templates.',0,0,3,1102073484,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:18:\"static_info_tables\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Boris Nicolai','boris.nicolai@andavida.com','googlehupf','7f5bce4312320b8ba56cfe7f52e6d75e','small bugfixes','',5,1,0),('articles','0.1.0',2143,272,'Article Database','Just a demonstration of kickstarter generated output.',4,0,3,1139295491,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Elmar Hinz','elmar.hinz@team-red.net','elmar.hinz','7fbec93b76b3b1a943620ae5cca1ca08','initial upload','Team Red',1000,0,0),('articles','0.1.1',2143,160,'Article Database','Proof of concept for MVC replacement of pi_base. SPL ArrayIterator is propageted as general interface between model and view. Recursive controller is very alpha.',4,0,3,1143370677,'a:0:{}','Elmar Hinz','elmar.hinz@team-red.net','elmar.hinz','79719f85e4131cfb8690bf9dca65e3b0','Proof of concept','Team Red',1001,0,0),('articles','0.1.2',2143,125,'Article Database','Articles with categories and types. Currently it offers a searchlist and a details view. It is build on the upcoming MVC library by ECT that is targeted to replace pi_base.',0,0,3,1144308603,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"lib\";s:0:\"\";s:3:\"div\";s:0:\"\";}}','Elmar Hinz','elmar.hinz@team-red.net','elmar.hinz','68b145825aeef362acba7cd0c1654f46','See changelog','Team Red',1002,0,0),('articles','0.1.3',2143,348,'Article Database','Articles with categories and types. Currently it offers a searchlist, details view and simple a simple submit form. It is build on the upcoming MVC library by ECT that is targeted to replace pi_base',0,0,3,1147201688,'a:0:{}','Elmar Hinz','elmar.hinz@team-red.net','elmar.hinz','d2424a5c07824d4d5c8e8632b68f7c6e','see changelog','Team Red',1003,0,0),('articles','0.2.0',2143,120,'Article Database','Articles with categories and types. Currently it offers a searchlist, details view and simple a simple submit form. It is build on the upcoming MVC library by ECT that is targeted to replace pi_base',0,0,3,1167817161,'a:0:{}','Elmar Hinz','elmar.hinz@team-red.net','elmar.hinz','6780e39bcc14194e46043cde010f44bf','PROGRESS: Revisited the code to work with the modernized lib/div architecture. BUGFIX: works with PHP4 now.','Team Red',2000,0,0),('articles','0.2.1',2143,103,'Article Database','Articles with categories and types. Currently it offers a searchlist, details view and simple a simple submit form. It is build on the upcoming MVC library by ECT that is targeted to replace pi_base',0,0,3,1168499774,'a:0:{}','Elmar Hinz','elmar.hinz@team-red.net','elmar.hinz','de70b7aabe4ec16b823bd56e41eb62c6','BUGFIX: Fixed conflict with the new translator object of lib/div.','Team Red',2001,0,0),('articles','0.2.2',2143,122,'Article Database','Articles with categories and types. Currently it offers a searchlist, details view and simple a simple submit form. It is build on the upcoming MVC library by ECT that is targeted to replace pi_base',0,0,3,1168820787,'a:0:{}','Elmar Hinz','elmar.hinz@team-red.net','elmar.hinz','ce9b1e2eaa0c6284f948060576d1f99d','SYNCHRONIZATION: with changes of lib','Team Red',2002,0,0),('articles','0.2.3',2143,77,'Article Database','Articles with categories and types. Currently it offers a searchlist, details view and simple a simple submit form. It is build on the upcoming MVC library by ECT that is targeted to replace pi_base',0,0,3,1169551769,'a:0:{}','Elmar Hinz','elmar.hinz@team-red.net','elmar.hinz','679c64e051955c3398a7fc131b01190d','See changelog.','Team Red',2003,0,0),('articles','0.2.4',2143,147,'Article Database','Articles with categories and types. Currently it offers a searchlist, details view and simple a simple submit form. It is build on the upcoming MVC library by ECT that is targeted to replace pi_base',0,0,3,1169739038,'a:0:{}','Elmar Hinz','elmar.hinz@team-red.net','elmar.hinz','f0fa30bd64d108eee802a7db28e0af81','See changelog','Team Red',2004,0,0),('articles','0.2.5',2143,261,'Article Database','Articles with categories and types. Currently it offers a searchlist, details view and simple a simple submit form. It is build on the upcoming MVC library by ECT that is targeted to replace pi_base',0,0,3,1170277912,'a:0:{}','Elmar Hinz','elmar.hinz@team-red.net','elmar.hinz','f205e2bdf2a08831e2d949a5a16d0490','Small bugfix in form','Team Red',2005,0,0),('articles','0.2.6',2143,69,'Article Database','Articles with categories and types. Currently it offers a searchlist, details view and simple a simple submit form. It is build on the upcoming MVC library by ECT that is targeted to replace pi_base',0,0,3,1180569939,'a:1:{s:7:\"depends\";a:2:{s:3:\"lib\";s:7:\"0.0.20-\";s:3:\"div\";s:6:\"0.0.9-\";}}','Elmar Hinz','elmar.hinz@team-red.net','elmar.hinz','6f7166e64214a76be4678f19673bf1ce','See changelog.','Team Red',2006,0,0),('articles','0.2.7',2143,62,'Article Database','Articles with categories, search and a submit form. Its primarly a prototyping extension for lib/div development. Maybe interesting to learn from.',3,0,3,1181054828,'a:0:{}','Elmar Hinz','elmar.hinz@team-red.net','elmar.hinz','1f2c8f2d90f4e77e6cb5e5023d214d20','See ChangeLog.','Team Red',2007,0,0),('articles','0.2.8',2143,33,'Article Database','Articles with categories, search and a submit form. Its primary a prototyping extension for lib/div development. Maybe interesting to learn from.',3,0,3,1184410714,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.3.0-0.0.0\";s:3:\"lib\";s:12:\"0.0.23-0.0.0\";}}','Elmar Hinz','elmar.hinz@team-red.net','elmar.hinz','3e907e190d2b19efa52634ff2bb31629','Next round of lib/div synchronizations after many changes in lib. We are close to a beta release of lib/div now.','Team Red',2008,0,0),('articles','0.2.9',2143,81,'Article Database','Articles with categories, search and a submit form. It is primary a prototyping extension for lib/div development. Maybe interesting to learn from.',3,0,3,1186323881,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.3.0-0.0.0\";s:3:\"lib\";s:12:\"0.0.24-0.0.0\";}}','Extension Coordination Team, Elmar Hinz','elmar07@googlemail.com','elmar.hinz','f2719e0239178fd86c128359a217b5c3','lib/div Milestone -2alpha @see: http://wiki.typo3.org/index.php/MVC_Framework','Extension Coordination Team',2009,0,0),('articles','0.2.10',2143,163,'Article Database','Articles with categories, search and a submit form. It is primary a prototyping extension for lib/div development. Maybe interesting to learn from.',3,0,3,1196433914,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.3.0-0.0.0\";s:3:\"lib\";s:5:\"0.1.0\";}}','Extension Coordination Team, Elmar Hinz','elmar07@googlemail.com','elmar.hinz','21febc400d54645ca54caa47ea682d8b','lib/div Milestone -1alpha @see: http://wiki.typo3.org/index.php/MVC_Framework','Extension Coordination Team',2010,1,0),('asfk_cklogin','1.1.0',516,492,'login christuskirche','New Skin for BElogin at christuskirche.info',2,0,4,1114698814,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','andre@andre-spindler.de','andre.spindler','52db661df39f75c970c96ea3fe01820d','First published version.','F&K Elektronik',1001000,1,0),('asfk_eventmanagement','0.5.0',2305,26,'Event-Management','Manages and Displays Events.Based on Robert Lemkes \"eventdb\", but with some improvements:Output based on html-templatesManages ExceptionsCreates .csv-FilesBE-Module for Import from other Extensions and CSV-Im/Export of EventsPrepa',1,0,3,1117615261,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','news@andre-spindler.de','andre.spindler','31e007e9a686134ad972076323a11a47','first public release','F&K Elektronik',5000,0,0),('asfk_eventmanagement','0.5.1',2305,78,'Event-Management','Manages and Displays Events',0,0,3,1117624205,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','news@andre-spindler.de','andre.spindler','07c795bc92ce38ab037747578960ce5f','bug fixed in Plugin: A extension was required which is still under development. I forgot to remove the line inserted for testing.','F&K Elektronik',5001,0,0),('asfk_eventmanagement','0.6.0',2305,332,'Event-Management','Manages and Displays Events.Based on Robert Lemkes \"eventdb\", but with some improvements:Output based on html-templatesManages ExceptionsCreates .csv-FilesBE-Module for Import from other Extensions and CSV-Im/Export of EventsPrepa',1,0,3,1118174841,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','news@andre-spindler.de','andre.spindler','19b6d45bbdc50efc953a95b06d82afd2','added some new options for configuration, improved handling of own extensions.','F&K Elektronik',6000,0,0),('asfk_eventmanagement','0.7.0',2305,50,'Event-Management','Manages and Displays Events.Based on Robert Lemkes \"eventdb\", but with some improvements:Output based on html-templatesManages ExceptionsCreates .csv-FilesBE-Module for Import from other Extensions and CSV-Im/Export of EventsPrepa',1,0,3,1123754294,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','news@andre-spindler.de','andre.spindler','7d4bc0df6247a452619e8934620da06d','Includes support for monthly events and events with list of dates. Images for Location and Categories. Export eventlist to csv. ENGLISH labels added (were still missing, sorry!)','F&K Elektronik',7000,0,0),('asfk_eventmanagement','0.7.1',2305,35,'Event-Management','Manages and Displays Events.Based on Robert Lemkes \"eventdb\", but with some improvements:Output based on html-templatesManages ExceptionsCreates .csv-FilesBE-Module for Import from other Extensions and CSV-Im/Export of EventsPrepa',1,0,3,1124032196,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:18:\"rlmp_dateselectlib\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','news@andre-spindler.de','andre.spindler','663758dc042c70757286a915efc40b20','Included search.','F&K Elektronik',7001,0,0),('asfk_eventmanagement','0.8.0',2305,1775,'Event-Management','Manages and Displays Events.Based on Robert Lemkes \"eventdb\", but with some improvements:Output based on html-templatesManages ExceptionsCreates .csv-FilesBE-Module for Import from other Extensions and CSV-Im/Export of EventsPrepa',1,0,3,1124137300,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:18:\"rlmp_dateselectlib\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','news@andre-spindler.de','andre.spindler','4ef106254fa1ff87567f84657717a669','Included Search; Now uses templates for export via BackEnd (2 examples for .txt and .csv included). IMPORTANT: Now requires extension rlmp_dateselectlib. Please check when you update, as ExtManager doesnt!!','F&K Elektronik',8000,1,0),('asfk_litcal','0.1.0',629,81,'Liturgical Calendar','An Extension of Event-Management. It displays the liturgical events - integrated in an eventlist or separately. First version for testing.',1,0,3,1118174990,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:20:\"asfk_eventmanagement\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','andre@andre-spindler.de','andre.spindler','4ae6aaadd733458ef41b8450d8de13c3','first public release: only german language labels complete, not all functions implemented yet.','F&K Elektronik',1000,0,0),('asfk_litcal','0.2.0',629,19,'Liturgical Calendar','An Extension of Event-Management. It displays the liturgical events - integrated in an eventlist or separately.A working example can be found at http://www.christuskirche.info/index.php?id212',0,0,3,1118229680,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:20:\"asfk_eventmanagement\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','news@andre-spindler.de','andre.spindler','b2e7361ae1294c2965e1d008d994b4c1','Now with included datatables. Some bugs removed. Better CSV-Import.','',2000,0,0),('asfk_litcal','0.2.1',629,16,'Liturgical Calendar','An Extension of Event-Management. It displays the liturgical events - integrated in an eventlist or separately.A working example can be found at http://www.christuskirche.info/index.php?id212',0,0,3,1118229688,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:20:\"asfk_eventmanagement\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','news@andre-spindler.de','andre.spindler','683e5e981fc838035d4b70be9ea7bba1','','',2001,0,0),('asfk_litcal','0.3.0',629,92,'Liturgical Calendar','An Extension of Event-Management. It displays the liturgical events - integrated in an eventlist or separately.A working example can be found at http://www.christuskirche.info/index.php?id212',2,0,3,1118269961,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";s:20:\"asfk_eventmanagement\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','news@andre-spindler.de','andre.spindler','463adbf5fc65e04ee7af77cc52a38c81','Added links for texts. Text is linked with bibleserver.com.','',3000,0,0),('asfk_litcal','0.3.1',629,422,'Liturgical Calendar','An Extension of Event-Management. It displays the liturgical events - integrated in an eventlist or separately.A working example can be found at http://www.christuskirche.info/index.php?id212',0,0,3,1118342612,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";s:20:\"asfk_eventmanagement\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','news@andre-spindler.de','andre.spindler','3d6e460bd30032f434b30a3f7e416edb','Some bugs removed. Small HowTo in german.','',3001,1,0),('asfk_patchbesettings','1.0.0',616,572,'Patch BE Settings','Patch Settings of BEgroups and BEusers',2,0,1,1114122703,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','andre@andre-spindler.de','andre.spindler','eba6e74c56b4146385e87f1eb76506af','First published version.','F&K Elektronik',1000000,1,0),('asfk_shadowborder','1.0.1',1442,43,'Shadow Borders','Creates borders for contentelements with 3d-Effect',2,0,3,1114122632,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','andre@andre-spindler.de','andre.spindler','52693fd4f837db606e30f5f6743ef6a8','','F&K Elektronik',1000001,0,0),('asfk_shadowborder','1.1.0',1442,790,'Shadow Borders','Creates borders for contentelements with 3d-Effect',2,0,3,1114727370,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','andre@andre-spindler.de','andre.spindler','c095f4c575d488e38a641848bc27a99a','Fixed bug.Included solid borders.','F&K Elektronik',1001000,0,0),('asfk_shadowborder','2.0.0',1442,607,'Shadow Borders','Creates borders for contentelements with 3d-Effect',2,0,3,1154639823,'a:0:{}','Andr Spindler','andre@andre-spindler.de','andre.spindler','e3210725cb1bf600d158ae3f97ac5de1','Now uses PNG-Images with alphachannel for borders. IMPORTANT: colours and size of borders have changed!','F&K Elektronik',2000000,1,0),('asfk_uploadsize','1.2.0',1794,1721,'Change UploadSize','Change Size of Uploaded Files to 3MB',2,0,0,1114248520,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','andre@andre-spindler.de','andre.spindler','4e3e7fb0464e5e0a4155d41624f86dc7','','F&K Elektronik',1002000,1,0),('asfk_usercounter','1.1.1',3103,606,'Usercounter','Displays user counter',2,0,3,1128465391,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','andre@andre-spindler.de','andre.spindler','ae07112c096c0f122fc6c962b46e0187','First published version','F&K Elektronik',1001001,0,0),('asfk_usercounter','1.1.2',3103,173,'Usercounter','Displays user counter',2,0,3,1128465391,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','andre@andre-spindler.de','andre.spindler','c0e47617086aa4fe2c4c43bb0e2acb94','','F&K Elektronik',1001002,0,0),('asfk_usercounter','1.2.0',3103,632,'Usercounter','Displays user counter',1,0,3,1131764443,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andr Spindler','andre@andre-spindler.de','andre.spindler','f83245db277cfca929905bed4448aec5','Fixed bug with caching-problem. Added tutorial to manual.','F&K Elektronik',1002000,0,0),('asfk_usercounter','1.3.0',3103,1692,'Usercounter','Displays user counter',2,0,3,1155476391,'a:0:{}','Andr Spindler','typo3@andre-spindler.de','andre.spindler','fad8a80c147d878d48e9e427231d7e2f','Code reviewed, now CGL compliant. Minor changes. Greetings from T3DD06','F&K Elektronik',1003000,1,0),('ast_addresszipsearch','0.5.4',1115,920,'AST ZipCodeSearch','Offers a search box for tt_address records based on the zip code and optional on a given country flag for international use.',1,-1,3,1221130887,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.2.1-4.4.2\";s:5:\"typo3\";s:11:\"3.5.0-3.6.2\";}}','Andre Steiling','steiling@elemente.ms','swingtra','810af6e38a91aed33107ee35472e8f7c','Extension is out of development / support, but works well at all!','elemente websolutions',5004,1,1),('ast_countdown','1.0.0',2454,689,'AST Countdown','Provides a graphical countdown (output format: d:h:i:s) to a specific date. The date can be set by the Constant Editor easily and is transfered to a Javascript date object, so start counting the month beginning at 0 for january and so on!',2,0,3,1127112923,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andre Steiling','steiling@pilotprojekt.com','commodore','3bf39b18b3b0ad179dd574860afaacf0','Initial release, stable!','high StandArt, PILOTprojekt }',1000000,0,0),('ast_countdown','1.0.1',2454,125,'AST Countdown','Provides a graphical countdown (output format: d:h:i:s) to a specific date. The date can be set by the Constant-Editor easily and is transfered to a Javascript date object, so start counting the month beginning at 0 for january and so on! For example see',2,0,3,1146743892,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"4.3.0-4.4.2\";s:5:\"typo3\";s:11:\"3.7.0-4.0.0\";}}','Andre Steiling','steiling@pilotprojekt.com','commodore','b9ed004c5c8e62051be56d3704650eed','Fixed a small bug, so you can now edit ALL Typoscript parameters by the Constant-Editor cleaned up a little bit ...','high StandArt, PILOTprojekt }',1000001,0,0),('ast_countdown','1.0.2',2454,221,'AST Countdown','Provides a graphical countdown (output format: d:h:i:s) to a specific date. The date can be set by the Constant-Editor easily and is transfered to a Javascript date object, so start counting the month beginning at 0 for january and so on! For example see',2,0,3,1146828439,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"4.3.0-4.4.2\";s:5:\"typo3\";s:11:\"3.7.0-4.0.0\";}}','Andre Steiling','steiling@pilotprojekt.com','commodore','3268b588c5cc42fc58324394b04e2811','','high StandArt, PILOTprojekt }',1000002,0,0),('ast_countdown','1.1.0',2454,147,'AST Countdown','Provides a graphical countdown (output format: d:h:i:s) to a specific date. The date can be set by the Constant-Editor easily and is transfered to a Javascript date object, so start counting the month beginning at 0 for january and so on! For example see',2,0,3,1154017741,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Andre Steiling','steiling@pilotprojekt.com','commodore','7ac4fdcaf791187ff090d22180fb2782','Now there is support for three digits for the days! Simply use the Constant-Editor, you will find a new constant called \"Day digit length\" and READ the description ;-)','high StandArt, PILOTprojekt }',1001000,0,0),('ast_countdown','1.2.0',2454,344,'AST Countdown','Dispalys a graphical countdown to a given date. Output format is (d)dd:hh:ii:ss. You can select if you want to show rather two or three digits for the days.',2,0,3,1156270259,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"4.3.0-4.4.2\";s:5:\"typo3\";s:11:\"3.7.0-4.0.1\";}}','Andre Steiling','steiling@pilotprojekt.com','commodore','e82c1dd4901b5311a5fc745b951eb86f','Added Flexforms support for the plugin configuration (Typoscript is still there) and a fast-written documentation.','high StandArt, PILOTprojekt }',1002000,0,0),('ast_countdown','1.2.1',2454,160,'AST Countdown','Dispalys a graphical countdown to a given date. Output format is (d)dd:hh:ii:ss. You can select if you want to show rather two or three digits for the days.',2,0,3,1169498664,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"4.3.0-4.4.2\";s:5:\"typo3\";s:11:\"3.7.0-4.0.1\";}}','Andre Steiling','steiling@pilotprojekt.com','commodore','746ce58d9e0242253b380792aa2a4c79','Bugfix: Now the counter computes the 24-hour format of an hour - CORRECTLY! Thx to Karl Hevera for reporting.','high StandArt, PILOTprojekt }',1002001,0,0),('ast_countdown','1.2.2',2454,418,'AST Countdown','Dispalys a graphical countdown to a given date. Output format is (d)dd:hh:ii:ss. You can select if you want to show rather two or three digits for the days.',2,0,3,1173782795,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"4.3.0-4.4.2\";s:5:\"typo3\";s:11:\"3.7.0-4.0.1\";}}','Andre Steiling','steiling@pilotprojekt.com','commodore','ef7ffc22e0befbad0bc8da05b0568583','Bugfix: Month may did not work correctly, counter crashed by invaild javascript.','high StandArt, PILOTprojekt }',1002002,0,0),('ast_countdown','1.2.3',2454,284,'AST Countdown','Dispalys a graphical countdown to a given date. Output format is (d)dd:hh:ii:ss. You can select if you want to show rather two or three digits for the days.',2,0,3,1204814006,'a:0:{}','Andre Steiling','steiling@elemente.ms','commodore','27a3e76a38de5c8afc4c627c9f1d4a57','Added seperate digits seperator for days, hours and minutes and changed the extension icon.','elemente websolutions',1002003,1,0),('ast_rteproducts','1.0.4',2165,1827,'AST Shop RTE','Extends tt_products. ONLY for tt_products version below 2.x.x!!! Adds RTE to field note and code LIST/Category-ID. Also orders some record fields (in the BE) in an alternative way and slices the absolute path of the category title.',2,0,0,1204813330,'a:0:{}','Andre Steiling','steiling@elemente.ms','commodore','28994359cb094b7361667b3d91cd7bf9','','elemente websolutions',1000004,1,0),('as_printlink','0.2.0',1669,735,'Print Link','Link to print version of current page (type98) as HMENU',1,0,2,1127131935,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Martin Kutschker','martin.kutschker@activesolution.at','masi','50b4391ad05783d0918eb257d9791530','Initial upload (working).','ACTIVE SOLUTION Software AG',2000,0,0),('as_printlink','0.2.1',1669,934,'Print Link','Link to print version of current page (type98) as HMENU',1,0,2,1127131935,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Martin Kutschker','martin.kutschker@activesolution.at','masi','3c76bcfcf9e8c42a91408668b4fc1ea1','','ACTIVE SOLUTION Software AG',2001,1,0),('autobeuser','0.0.0',371,276,'auto BE User Registration','Registrates a User in the frontend and sends a email with pwd and URL',999,-1,2,1033944131,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Steffen Grunwald','mtksx@web.de','steffen','be10164c7ec1e136e623a5ec68cb4be0','','',0,0,0),('autobeuser','0.0.1',371,9,'auto BE User Registration','Registrates a User in the frontend and sends a email with pwd and URL',999,-1,2,1032128752,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Steffen Grunwald','mtksx@web.de','steffen','a2f1170125041ac51f141b7c75cd421f','','',1,0,0),('autobeuser','0.0.2',371,86,'auto BE User Registration','Registrates a User in the frontend and sends a email with pwd and URL',999,-1,2,1032128841,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Steffen Grunwald','mtksx@web.de','steffen','c5bf4abbcb6e8e6bdbd60e71dbfe7460','','',2,1,1),('autocache','0.0.5',546,58,'autocache','Mise en cache automatique',1,0,1,1135697814,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jrmy Pilat','pilatj@acta-assistance.com','acta','72eadf1d73c2caa3ba2fa6596dd69d6e','Petits changements ergonomiques','ACTA',5,0,0),('autocache','0.0.6',546,464,'autocache','Mise en cache automatique',1,0,1,1147165996,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Jrmy Pilat','pilatj@acta-assistance.com','acta','c2b810c8deabe21c8388039d04a0f20b','','ACTA',6,1,0),('automaketemplate','0.1.0',127739,110199,'Template Auto-parser','Reads an HTML file and all sections which has a certain class or id value set are wrapped in corresponding template subparts. Also relative paths to images, stylesheets etc. are corrected.',2,1,3,1072699642,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Kasper Skrhj','kasper@typo3.com','alternet','616bb97c69779970d0d26576349e619a','','Curby Soft Multimedia',1000,0,0),('automaketemplate','0.1.1',127739,794,'Template Auto-parser','Reads an HTML file and all sections which has a certain class or id value set are wrapped in corresponding template subparts. Also relative paths to images, stylesheets etc. are corrected.',2,1,3,1245786283,'a:1:{s:7:\"depends\";a:2:{s:3:\"cms\";s:0:\"\";s:0:\"\";s:0:\"\";}}','Kasper Skrhj, alterNET internet b.v.','kasper@typo3.com, support@alternet.nl','alternet','a5173de836c795f6367953aaf9aad46d','Fixed issue 415, 563; Manual in new template','Curby Soft Multimedia, alterNET internet b.v.',1001,1,1),('av_mandrake_linux_server','0.0.5',445,429,'Installing Typo3 on Mandrake Linux','This documentation describes a way to install the Typo3 Framework on a server with Mandrake Linux 9.1.',1,0,8,1108936253,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alwin Viereck','alwin@viereck.net','aviereck','d8bf33d5f7457445cbe13e3b9bd0d71b','','',5,1,0),('av_otherresources','2.0.34',2403,380,'Link database','Link database to list \"hyperlinks\" to various files or websitesYou can display links in categories or search for a link.Each link has a name, description, author, number of visits counted and a creation date. Furthermore the links can be rated through',2,-1,3,1124481313,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.6.9-3.7.7\";s:3:\"php\";s:11:\"0.0.8-0.0.8\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alwin Viereck','alwin@viereck.net','aviereck','e0c4b6177ee8b3c48776d13c73cd47f6','','Viereck.net IT Consulting',2000034,0,0),('av_otherresources','2.0.35',2403,175,'Link database','Link database to list \"hyperlinks\" to various files or websitesYou can display links in categories or search for a link.Each link has a name, description, author, number of visits counted and a creation date. Furthermore the links can be rated through',2,-1,3,1126898986,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.6.9-3.7.7\";s:3:\"php\";s:11:\"0.0.8-0.0.8\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alwin Viereck','alwin@viereck.net','aviereck','f2db6f77a907c7b82f6edbf404e327e6','','Viereck.net IT Consulting',2000035,0,0),('av_otherresources','2.0.36',2403,1112,'Link database','Link database to list \"hyperlinks\" to various files or websitesYou can display links in categories or search for a link.Each link has a name, description, author, number of visits counted and a creation date. Furthermore the links can be rated through',2,-1,3,1126898993,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.6.9-3.7.7\";s:3:\"php\";s:11:\"0.0.8-0.0.8\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alwin Viereck','alwin@viereck.net','aviereck','ba760089b4ec4cd5cb82a5c2cfa4106b','','Viereck.net IT Consulting',2000036,1,1),('av_weblinks','0.0.5',1588,367,'Weblinks','Weblink database to list other resources on your website.For further versions please refer to: http://typo3.org/extensions/repository/search/av_otherresources/',5,-1,3,1119706557,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alwin Viereck','alwin@viereck.net','aviereck','85f9803e1298f7df28ec2ecd260869fc','','Viereck.net IT Consulting',5,1,1),('backup','0.0.1',8941,257,'Typo3_backup','Create backups from the database and files to secure.',0,0,1,1045483926,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Peter Bartels','peter.bartels@inconel.nl','pbartels','10693f815df0687631a15cd41908beeb','Not finished yet but will be very soon. Next version will include file backup and sent to ftp or email. Note: backupfile can only be stored in /fileadmin/, I will change it in the next version.','',1,0,0),('backup','0.1.0',8941,8688,'Typo3_backup','Create backups from the database and files to secure.',0,0,1,1047630404,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Peter Bartels','peter.bartels@inconel.nl','pbartels','21024d4c737bef0f328287728ea34768','','',1000,1,0),('basic_genealogy_fields','0.0.1',1087,1087,'Basic Genealogy Fields','This extension adds basic genealogy fields on a page ( date of birth, wedding date, spouse name ) for usage in a site listing the descendants of a person',0,0,4,1044613547,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Martin-Pierre Frenette','mp@cablan.net','cablan','610a2c6b72fbfc0697dceafd09b8ba74','','',1,1,0),('beko_beuserlog','1.0.1',1303,18,'BE User Log','',2,0,1,1114434620,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Markus Kappe','markus.kappe@beko.at','beko','961902bd2bf97ed6c26978c6994324c8','','',1000001,0,0),('beko_beuserlog','1.1.0',1303,1285,'BE User Log','',2,0,1,1114516283,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Markus Kappe','markus.kappe@beko.at','beko','1d72d6f9210303f3a897fc21e7f5e800','','',1001000,1,0),('beko_debugster','1.2.0',1623,86,'Debugster','Debugging made easy (sassy, colorful, sexy - the way you want it (or at least the way I think you want it))',2,0,2,1115891873,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Clemens Prerovsky','Clemens.Prerovsky@beko.at','beko','9bc149ee4121fe0ed73f5048309f680f','Added options for display of line numbers and display of length/number of elements in strings/arrays','',1002000,0,0),('beko_debugster','1.3.0',1623,618,'Debugster','Debugging made easy (sassy, colorful, sexy - the way you want it (or at least the way I think you want it))',2,0,2,1116830526,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Clemens Prerovsky','Clemens.Prerovsky@beko.at','beko','1d30ffcced0a67a1844ef465f215560d','','',1003000,0,0),('beko_debugster','1.4.0',1623,55,'Debugster','Debugging made easy (sassy, colorful, sexy - the way you want it (or at least the way I think you want it))',2,0,2,1145524549,'a:0:{}','Markus Kappe','Markus.Kappe@beko.at','beko','81fb26a650a53f9e3f8e15cc84017f10','Added manual','BEKO Engineering&Informatik AG',1004000,0,0),('beko_debugster','1.4.1',1623,501,'Debugster','Debugging made easy (sassy, colorful, sexy - the way you want it (or at least the way I think you want it))',2,0,2,1145536154,'a:0:{}','Markus Kappe','Markus.Kappe@beko.at','beko','2d02066fa330d7be565cfda1423f0f29','Added manual','BEKO Engineering&Informatik AG',1004001,0,0),('beko_debugster','1.4.2',1623,145,'Debugster','Debugging made easy (sassy, colorful, sexy - the way you want it (or at least the way I think you want it))',2,0,2,1208527673,'a:0:{}','Markus Kappe','Markus.Kappe@beko.at','beko','14835486c0b3c71493df0d7b667902e1','minor bugfixes','BEKO Engineering&Informatik AG',1004002,0,0),('beko_debugster','1.4.3',1623,0,'Debugster','Debugging made easy (sassy, colorful, sexy - the way you want it (or at least the way I think you want it))',2,0,2,1236966985,'a:0:{}','Markus Kappe','Markus.Kappe@dix.at','beko','97d03e30c6e30d64e30a8620e68b758e','Output style only once when called multiple times. Thanx to Wolo Wolski wolo@hint.pl for the snippletRestrict debug output to IP address (configurable)Bugfix: wrong title was displayed','DIX web.solutions',1004003,0,0),('beko_debugster','1.4.4',1623,0,'Debugster','Debugging made easy (sassy, colorful, sexy - the way you want it (or at least the way I think you want it))',2,0,2,1240396255,'a:0:{}','Markus Kappe','Markus.Kappe@dix.at','beko','66fd5ce4cad36e8ffd512ceb3af08c33','Introduced configuration option \"steps_back\": Display this number of steps of the backtrace in the debugster title. Thanx to Franz Holzinger for the idea of this feature','DIX web.solutions',1004004,0,0),('beko_debugster','1.4.5',1623,16,'Debugster','Debugging made easy (sassy, colorful, sexy - the way you want it (or at least the way I think you want it))',2,0,2,1241624727,'a:0:{}','Markus Kappe','Markus.Kappe@dix.at','beko','cadf0196d6cb79df36cbd1e102f056f4','Added steps_back to runtime configuration. Cleaned code and removed the \"Notice\" errors. Worked on documentation.','DIX web.solutions',1004005,1,0),('beko_improved_login','1.0.1',4075,25,'Improved Login','Login based on newloginbox with the following features: - BE user FE all groups, redirect to login page, Blacklist/Whitelist, Logging (with csv export), Informin admin&account disabling when a certain login failures limit is reached.',2,0,3,1125050316,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:11:\"newloginbox\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Juergen Unfried','juergen.unfried@beko.at','beko','4d694a788940e7f45f3c22eee12176e2','Initial Upload','',1000001,0,0),('beko_improved_login','1.1.0',4075,25,'Improved Login','Login based on newloginbox with the following features: - BE user FE all groups, redirect to login page, Blacklist/Whitelist, Logging (with csv export), Informin admin&account disabling when a certain login failures limit is reached.',2,0,3,1125050569,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:11:\"newloginbox\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Juergen Unfried','juergen.unfried@beko.at','beko','094eac768b99552297d6610896562fe9','Initial upload','',1001000,0,0),('beko_improved_login','1.1.1',4075,17,'Improved Login','Login based on newloginbox with the following features: - BE user FE all groups, redirect to login page, Blacklist/Whitelist, Logging (with csv export), Informin admin&account disabling when a certain login failures limit is reached.',2,0,3,1125050738,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:11:\"newloginbox\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Juergen Unfried','juergen.unfried@beko.at','beko','339f22be743982714e48d47fc4043ec9','','',1001001,0,0),('beko_improved_login','1.2.0',4075,85,'Improved Login','Login based on newloginbox with the following features: - BE user FE all groups, redirect to login page, Blacklist/Whitelist, Logging (with csv export), Informin admin&account disabling when a certain login failures limit is reached.',2,0,3,1125310006,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:11:\"newloginbox\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Juergen Unfried','juergen.unfried@beko.at','beko','429e68ffb549062210a68eaf5b2bf667','','',1002000,0,0),('beko_improved_login','1.2.1',4075,1587,'Improved Login','Login based on newloginbox with the following features: - BE user FE all groups, redirect to login page, Blacklist/Whitelist, Logging (with csv export), Informin admin&account disabling when a certain login failures limit is reached.',2,0,3,1145868746,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Juergen Unfried','juergen.unfried@beko.at','beko','ad4da3fb76c7ab7be9b114b29b5c9a35','Manual added','',1002001,0,0),('beko_improved_login','1.2.2',4075,377,'Improved Login','Login based on newloginbox with the following features: - BE user FE all groups, redirect to login page, Blacklist/Whitelist, Logging (with csv export), Informin admin&account disabling when a certain login failures limit is reached.',2,0,3,1150268961,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Juergen Unfried','juergen.unfried@beko.at','beko','01f4fc37738b8b7be87201c8d9aba4c1','v1.2.2 - Added the possibility to configure the number of lines for the backend output for \"Successfull Logins\", \"Failed Logins\", and \"Inactive Users\". Also added a checkbox in the configuration to convert the cvs output from UTF-8 to ISO-1 format (Office','',1002002,0,0),('beko_improved_login','1.2.3',4075,1925,'Improved Login','Login based on newloginbox with the following features: - BE user FE all groups, redirect to login page, Blacklist/Whitelist, Logging (with csv export), Informin admin&account disabling when a certain login failures limit is reached.',2,0,3,1157628256,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Juergen Unfried','juergen.unfried@beko.at','beko','17845fc91eee25c0f62b13195d5c3ca5','Another debug output slipped through','',1002003,0,0),('beko_improved_login','1.2.4',4075,36,'Improved Login','Login based on newloginbox with the following features: - BE user FE all groups, redirect to login page, Blacklist/Whitelist, Logging (with csv export), Informin admin&account disabling when a certain login failures limit is reached.',2,0,3,1256746354,'a:0:{}','Jrgen Unfried, Markus Kappe','markus.kappe@dix.at','beko','86970f3de4e19f1540bc1ef414e2a44b','fixed minor bug that lead to a warning (thanx to Gerrit Kamp)','',1002004,1,0),('beko_spdirectoryxhmlbugfix','1.0.0',128,18,'sp_directory xhtml bugfix','Adds xhml compliance to sp_directory',2,-1,4,1135168812,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:12:\"sp_directory\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Juergen Unfried','juergen.unfried@beko.at','beko','8129aae387b7a5d057108f8ef13de140','initial releaseextends sp_directory 0.2.10','BEKO Engineering& Informatik AG',1000000,0,0),('beko_spdirectoryxhmlbugfix','1.0.1',128,105,'sp_directory xhtml bugfix','Adds xhml compliance to sp_directory',2,-1,4,1135251142,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:12:\"sp_directory\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Juergen Unfried','juergen.unfried@beko.at','beko','62a101305a27b11c7a1e6cca987f21f0','','BEKO Engineering& Informatik AG',1000001,1,1),('beuser_ip_lock','0.0.1',2878,15,'BE user IP locking','After login a BE user will be identified by the IP also. This lowers the risk of possible cross-site scripting attacks of BE users you can not trust.',2,0,0,1064398833,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','188d23abbdd9313607125d9568c6ba2a','','Colorcube - digital media lab',1,0,0),('beuser_ip_lock','1.0.0',2878,31,'BE user IP locking','After login a BE user will be identified by the IP also. This lowers the risk of possible cross-site scripting attacks of BE users you can not trust.',2,0,0,1064407836,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','d735b959f68442888a679d680d54c79c','','Colorcube - digital media lab',1000000,0,0),('beuser_ip_lock','1.0.1',2878,44,'BE user IP locking','After login a BE user will be identified by the IP also. This lowers the risk of possible cross-site scripting attacks of BE users you can not trust.',2,0,0,1064410765,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','c31781a08a58cdcf4a7bc8e5cd610e95','','Colorcube - digital media lab',1000001,0,0),('beuser_ip_lock','1.0.2',2878,2483,'BE user IP locking','After login a BE user will be identified by the IP also. This lowers the risk of possible cross-site scripting attacks of BE users you can not trust.',2,0,0,1064431727,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','73ec7f1d71f103acbcb3ab1844a155a3','','',1000002,0,0),('beuser_ip_lock','1.0.3',2878,86,'BE user IP locking','After login a BE user will be identified by the IP also. This lowers the risk of possible cross-site scripting attacks of BE users you can not trust.',5,0,0,1158752205,'a:1:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.5.0-3.7.0\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}}','Rene Fritz','r.fritz@colorcube.de','rene','bbb2e9342def44c08481d78ae6c8de25','just a little cleanup - nothing new','Colorcube - digital media lab, www.colorcube.de',1000003,1,0),('beuser_tracking','2.0.7',1541,1374,'Backend User Tracking','Tracks which scripts a backend user invokes during work in the backend. This is not really usefull for anything (yet). Maybe if you enable it, you can see interesting things in the table by phpMyAdmin',3,0,0,1038235978,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Kasper Skrhj','kasper@typo3.com','kasper','26422bba873e077976ab6870db63d7c2','','Curby Soft Multimedia',2000007,1,0),('be_acl','0.1.1',3761,21,'Backend ACLs','Backend Access Control Lists',1,0,0,1115064395,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Sebastian Kurfuerst','sebastian@garbage-group.de','sebastian','7f09cd92241596f2631d5b3760d9001f','fixed bug (recursive)','',1001,0,0),('be_acl','0.1.2',3761,18,'Backend ACLs','Backend Access Control Lists',1,0,0,1115731991,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Sebastian Kurfuerst','sebastian@garbage-group.de','sebastian','8e9cb0c00adc79275f2de7213a890bb0','old permission management can now be switched off','',1002,0,0),('be_acl','0.1.3',3761,14,'Backend ACLs','Backend Access Control Lists',1,0,0,1118680028,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Sebastian Kurfuerst','sebastian@garbage-group.de','sebastian','b82b239133cd8cbd678fef542b1d6659','various improvements','',1003,0,0),('be_acl','0.2.0',3761,114,'Backend ACLs','Backend Access Control Lists',1,0,0,1121088603,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Sebastian Kurfuerst','sebastian@garbage-group.de','sebastian','1872288e460d73d166cc2c5f098b1eec','','',2000,0,0),('be_acl','0.2.1',3761,105,'Backend ACLs','Backend Access Control Lists',1,0,0,1125278652,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Sebastian Kurfuerst','sebastian@garbage-group.de','sebastian','6f752f3bb9429d226fb0822a586b4ac3','a bugfix','',2001,0,0),('be_acl','0.3.0',3761,274,'Backend ACLs','Backend Access Control Lists',1,0,0,1127585709,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Sebastian Kurfuerst','sebastian@garbage-group.de','sebastian','4b943d3577f03c13056f230e17ab13f5','fixed a critical bug about a user being in multiple groups. no more critical bugs known. an update is definitely recommended.','',3000,0,0),('be_acl','1.0.0',3761,24,'Backend ACLs','Backend Access Control Lists',2,0,0,1131309250,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Sebastian Kurfuerst','sebastian@garbage-group.de','sebastian','c0027315259462f94c2bb908bbd0ea29','interface improvements, selector for groups/users in matrix view this makes them easier to handle when having many ACLs','',1000000,0,0),('be_acl','1.0.1',3761,259,'Backend ACLs','Backend Access Control Lists',2,0,0,1131309250,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Sebastian Kurfuerst','sebastian@garbage-group.de','sebastian','5d9ecc0cf76b948cf7f8b8f7813afa3b','','',1000001,0,0),('be_acl','1.0.2',3761,14,'Backend ACLs','Backend Access Control Lists',2,0,0,1134863409,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Sebastian Kurfuerst','sebastian@garbage-group.de','sebastian','d020a6bb157ec9e303745364e68b9264','Added color coding of web-access module','',1000002,0,0),('be_acl','1.0.3',3761,60,'Backend ACLs','Backend Access Control Lists',2,0,0,1134899778,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Sebastian Kurfuerst','sebastian@garbage-group.de','sebastian','33e4bc174dba0619345a6a20c0fe2c78','new color codes','',1000003,0,0),('be_acl','1.1.0',3761,37,'Backend ACLs','Backend Access Control Lists',2,0,0,1135592283,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Sebastian Kurfuerst','sebastian@garbage-group.de','sebastian','e5a9094dcb9f6bfc55a8ba73212dd419','Made group the default for new acls. Showing number of ACLs in users/groups column, display adjustments.','',1001000,0,0),('be_acl','1.2.0',3761,13,'Backend ACLs','Backend Access Control Lists',2,0,0,1135679547,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Sebastian Kurfuerst','sebastian@garbage-group.de','sebastian','1da0bc9b7c8a55c4536899445c26513e','minor cleanup, GUI changes','',1002000,0,0),('be_acl','1.2.1',3761,188,'Backend ACLs','Backend Access Control Lists',2,0,0,1135680345,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Sebastian Kurfuerst','sebastian@garbage-group.de','sebastian','990d8ddda1ff3f4eb58fd88c4b9181e6','','',1002001,0,0),('be_acl','1.3.0',3761,1557,'Backend ACLs','Backend Access Control Lists',2,0,0,1137929707,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Sebastian Kurfuerst','sebastian@garbage-group.de','sebastian','211ad16f85673a58cfb41959540bb03b','Changes to make it work with workspaces','',1003000,0,0),('be_acl','1.3.1',3761,60,'Backend ACLs','Backend Access Control Lists',2,0,0,1196198166,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Sebastian Kurfuerst','sebastian@garbage-group.de','sebastian','8e75be7197519816fc5252238b041464','Made multiple ACLs for one page possible','',1003001,0,0),('be_acl','1.3.2',3761,260,'Backend ACLs','Backend Access Control Lists',2,0,0,1197034478,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Sebastian Kurfuerst','sebastian@garbage-group.de','sebastian','8680d7bebc3fdc0cdb814bd12a5e00a0','Fixed a possible issue when having a recursive and a non-recursive ACL at the same page for the same group.','',1003002,0,0),('be_acl','1.3.3',3761,677,'Backend ACLs','Backend Access Control Lists',2,0,0,1204287983,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Sebastian Kurfuerst','sebastian@garbage-group.de','sebastian','a9cbea2cfb49a5b48cf18806475f72e6','be_acl was broken with newest 4.2 releases - this is fixed now.','',1003003,0,0),('be_acl','1.4.0',3761,64,'Backend ACLs','Backend Access Control Lists',2,0,0,1230410233,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:4:\"lang\";s:0:\"\";s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Sebastian Kurfuerst','sebastian@garbage-group.de','sebastian','a15bd58adeece68f4cfc62ab0685a3a0','Update for huge sites&Documentation update','',1004000,1,0),('be_newsletter','0.0.2',1397,99,'BE Newsletter','Select News and Sned from the BE',1,0,1,1125850831,'a:2:{s:7:\"depends\";a:5:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:7:\"tt_news\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:10:\"tt_address\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Uwe Maurer','uwe.maurer@sommerweg-it.de','uwemaurer','45698660f28efdd230be5936031c1179','changed some little bugs in querys','',2,0,0),('be_newsletter','0.0.3',1397,1298,'BE Newsletter','Select News and Sned from the BE',0,0,1,1125925708,'a:2:{s:7:\"depends\";a:5:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:7:\"tt_news\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:10:\"tt_address\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Uwe Maurer','uwe.maurer@sommerweg-it.de','uwemaurer','708e48c6fc124439b82c099e29e0201a','addes documentation','',3,1,0),('bf_teaser','0.1.0',3209,41,'Teaser','Create \"Teasers\" to advanced pages. The extension adds the type \"Teaser\" to the Menu/Sitemap Content Element. The data is retrieved from pages of the type \"advanced\". The image is uploaded in the field media, other fields are title, subtitle, abstract and',1,0,3,1065356304,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Benjamin Fischer','benjamin_lists@typedown.com','benjamin','3ac6a8121ff5b6d2d8cc36ffd0ab453d','','',1000,0,0),('bf_teaser','0.2.0',3209,3153,'Teaser','Create \"Teasers\" to advanced pages. The extension adds the type \"Teaser\" to the Menu/Sitemap Content Element. The data is retrieved from pages of the type \"advanced\". The image is uploaded in the field media, other fields are title, subtitle, abstract and',1,0,3,1065356469,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Benjamin Fischer','benjamin_lists@typedown.com','benjamin','f213a26deaaeb6c90358af7bfc9f646c','','',2000,1,0),('bf_xml_for_flash','2.0.1',3943,3600,'XML for Flash','Custom XML export for use in Flash. Exports XML with encoding ISO-8859-1 and Cildnodes wrapped in ![CDATA[]] so Flash can use formating etc. Just add&type444 to your document to get XML data.',1,0,4,1054216954,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Benjamin Fischer','benjamin_lists@typedown.com','benjamin','0378af9fee2cb5cb2356b35609a1c998','','',2000001,1,0),('bglib_authnetbios','0.1.0',828,777,'NetBios Authentification Library','Library for Windows Clients Authentification (Using NetBios Port)',1,0,2,1075376922,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ral Romero','raul@bgta.net','bgta','9f6d859aca587cefe873123190b74bbe','First Beta Release','',1000,1,0),('bg_datepicker_input','0.0.1',1327,9,'DatePicker Input control','DatePicker Input control for your forms based on Hugo Ortega-Hernndez JS widget',0,0,2,1113484962,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ral Romero','raul@bgta.net','bgta','b32ebf5f78c6ac3a64a25dfcbcdc02ed','- First release','',1,0,0),('bg_datepicker_input','1.0.0',1327,23,'DatePicker Input control','DatePicker Input control for your forms based on Hugo Ortega-Hernndez JS widget',2,0,2,1113518015,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ral Romero','raul@bgta.net','bgta','5f22def4e382725b2b53c9ddb9cd92cd','- first final release','',1000000,0,0),('bg_datepicker_input','1.1.0',1327,92,'DatePicker Input control','DatePicker Input control for your forms based on Hugo Ortega-Hernndez JS widget',2,0,2,1113520641,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ral Romero','raul@bgta.net','bgta','f6272ad803a89a92fcedaa859a415fd1','- Fix bug, when server translate url (like public_html on unix users home).- Added CSS definition tu Constants editor- Modified Manual','',1001000,0,0),('bg_datepicker_input','1.2.0',1327,348,'DatePicker Input control','DatePicker Input control for your forms based on Hugo Ortega-Hernndez JS widget',2,0,2,1113541616,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ral Romero','raul@bgta.net','bgta','503956be8fe7b2721be65dc000141f7a','- Manual fixed','',1002000,0,0),('bg_datepicker_input','1.2.1',1327,21,'DatePicker Input control','DatePicker Input control for your forms based on Hugo Ortega-Hernndez JS widget',2,0,2,1125764153,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ral Romero','raul@bgta.net','bgta','158ddd462b20b8d4657b02141ed51a05','Bug Fixed','',1002001,0,0),('bg_datepicker_input','1.2.2',1327,740,'DatePicker Input control','DatePicker Input control for your forms based on Hugo Ortega-Hernndez JS widget',2,0,2,1125946166,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ral Romero','raul@bgta.net','bgta','1581b4b867af4903e4cef87e429b9faf','Bug on Resolv. Extension Site Relative Path. Revised and now I use t3lib_extMgm::siteRelPath() function to do this, like this:$this-extRelPath t3lib_extMgm::siteRelPath($this-extKey);','',1002002,1,0),('bg_htmlarea','0.0.4',6032,5576,'HTMLArea','HTMLArea is a WYSIWYG editor replacement for any<textarea> field (like RTE T3H Extension).',1,0,2,1074183573,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ral Romero','raul@bgta.net','bgta','900a32ab8215980b4cab30767800d2f7','','',4,1,0),('bhfirobject','0.1.0',248,17,'FIR Object','This extension helps build fir objects by dynamically generating css declarations based on IMG_RESOURCE and CONTENT objects that YOU CREATE. Basically, it assumes you will create a CONTENT / .renderObj object to select data and use it render images (IMG',0,0,2,1132724895,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Christopher Torgalson','manager@bedlamhotel.com','bedlam','891bc44c8fde0922b6b6efbebe03ce6c','First upload.','',1000,0,0),('bhfirobject','0.1.1',248,231,'FIR Object','A plugin to facilitate the building of FIR objects',0,0,2,1132769292,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Christopher Torgalson','manager@bedlamhotel.com','bedlam','473b60a1f6bb0a71b158291a61024287','Minor change to default css.','',1001,1,0),('bh_links','0.1.4',1616,1575,'Link List&Information Plugin','A plugin to display a templatable list of links with optional configurable preview pages for the list items.',0,0,3,1088890995,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Christopher Torgalson','manager@bedlamhotel.com','bedlam','111a188ac2f7293d25f86018e53518b6','Modified max image filesize','',1004,1,0),('bidirectional','1.1.0',592,585,'Bidirectional M-M relations','This extension introduces a new concept within the TYPO3 framework: Bidirectional M-M relations.',1,0,4,1133334833,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mads Brunn','mads@typoconsult.dk','madsbrunn','65e93e1059d9ab5b8b9e6ea0a4a52470','Updated the manual','',1001000,1,0),('bidirectional_example','1.0.0',324,324,'Bidirectional M-M relations example: tt_news','This extension demonstrates the concept of bidirectional M-M relations. It adds a bidirectional field of type select to the tt_news_cat table allowing editors to view and edit categorized records from the categorys point of view. NOTE: You need to inst',1,0,7,1139381898,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:7:\"tt_news\";s:0:\"\";s:13:\"bidirectional\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mads Brunn','mads@typoconsult.dk','madsbrunn','d37dd3a37b40d17b652f4ba0dec418e1','First public release','',1000000,1,0),('bigger_backend_font','0.1.2',2225,2102,'Bigger Backend Font','Increases the backend font size from 10 to 12 px.',2,0,0,1094041506,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Steffen Mueller','steffen@davis.kommwiss.fu-berlin.de','xonx','90b308905912f2d42c777ad035d29aa5','','',1002,1,0),('bit_linkcount','1.0.0',238,7,'b.it Linkcounter','Count the clicks for each link in tt_links',0,-1,3,1121322839,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:8:\"tt_links\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Niels Behrendt (b.it)','info@make-it-typo3.de','nixx','6a1bfd5352bb304dc0bda424b527a651','','b.it Dienstleistungen',1000000,0,0),('bit_linkcount','1.0.1',238,15,'b.it Linkcounter','Count the clicks for each link in tt_links',0,-1,3,1121339312,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:8:\"tt_links\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Niels Behrendt (b.it)','info@make-it-typo3.de','nixx','baa079985dc9cbd57a0703ab0f794dbf','Double-Reload switchno-cache switch','b.it Dienstleistungen',1000001,0,0),('bit_linkcount','1.1.0',238,216,'b.it Linkcounter','This extension of tt_links shows how many clicks each link has. You can choos between a javascript variant (blocked by popup-blockers) and a php-variant. Have a look at the default TS of this extension.(You may have to change the page-object-name. Defau',0,-1,3,1121423252,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:8:\"tt_links\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Niels Behrendt (b.it)','info@make-it-typo3.de','nixx','2de8a99e88216f52428c4b287bfe605f','Bug fix popup-blocker. Default is JS-free link-call, but old version still in.','b.it Dienstleistungen',1001000,1,1),('bit_newzoom','0.0.1',530,109,'b.it zoompic from dir','Allows to set a directory where the system searches for zoom-pics at first',1,0,3,1114863198,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Niels Behrendt','info@make-it-typo3.de','nixx','9dfdb215a53c6695f1b29aef534d70b4','','Behrendt IT',1,0,0),('bit_newzoom','1.0.0',530,81,'b.it zoompic from dir','Allows to set a directory where the system searches for zoom-pics at first',1,0,3,1121323005,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Niels Behrendt (b.it)','info@make-it-typo3.de','nixx','4c49bf6a37a4347111f5d09803e21eef','','b.it Dienstleistungen',1000000,0,0),('bit_newzoom','1.1.0',530,314,'b.it zoompic from dir','Allows to set a directory where the system searches for zoom-pics at first',1,0,3,1122543622,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Niels Behrendt (b.it)','info@make-it-typo3.de','nixx','e118d58efb5870718f0ae3a6be479a3d','Optimized for Localinstall','b.it Dienstleistungen',1001000,1,0),('bit_price','0.0.1',569,106,'b.it Pricelist','Pricelist for Hostels. Allows different prices and priceinformations.',0,0,3,1121322970,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Niels Behrendt (b.it)','info@make-it-typo3.de','nixx','0d868739386307495cef2919a00502f8','','b.it Dienstleistungen',1,0,0),('bit_price','0.0.2',569,206,'b.it Pricelist','Pricelist for Hostels. Allows different prices and priceinformations.',0,0,3,1121424011,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Niels Behrendt (b.it)','info@make-it-typo3.de','nixx','32f6860ddf5543aed73e7e9edf63af6c','nope','b.it Dienstleistungen',2,0,0),('bit_price','0.0.3',569,257,'b.it Pricelist','Pricelist for Hostels. Allows different prices and priceinformations.',0,0,3,1148273100,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Niels Behrendt (b.it)','info@make-it-typo3.de','nixx','a2e1948efdb2cb5326574b232361091f','Languiage bug fixed','b.it Dienstleistungen',3,1,0),('bit_rooms','1.0.0',787,40,'b.it room letting','small extension to show room prices for different seasons',1,0,3,1114919048,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Niels Behrendt (b.it)','info@make-it-typo3.de','nixx','5ac3dbfb0bd2900c30698c132790b51b','','b.it Dienstleistungen',1000000,0,0),('bit_rooms','1.1.0',787,7,'b.it room letting','small extension to show room prices for different seasons',0,0,3,1115814890,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Niels Behrendt (b.it)','behrendt@make-it-typo3.de','nixx','91652c974ec96b330a72aae74bd3f9f4','RTE parserNew Template / StyleMarkerslableswitch','',1001000,0,0),('bit_rooms','1.2.0',787,21,'b.it room letting','small extension to show room prices for different seasons',0,0,3,1115815049,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Niels Behrendt (b.it)','behrendt@make-it-typo3.de','nixx','4b9b671a0467801dcdae2afea632b755','RTE parserNew Template / StyleMarkerslableswitch','',1002000,0,0),('bit_rooms','1.3.0',787,14,'b.it room letting','small extension to show room prices for different seasons',0,0,3,1115815757,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Niels Behrendt (b.it)','behrendt@make-it-typo3.de','nixx','aeea3fd548faf2776fb63d74be84748d','RTE parsermore Markerslable switch (over language)better templatenew coding for priceselection','',1003000,0,0),('bit_rooms','1.4.0',787,126,'b.it room letting','small extension to show room prices for different seasons',1,0,3,1115822632,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Niels Behrendt (b.it)','behrendt@make-it-typo3.de','nixx','37cef55c6456543ea36986635c83319e','optional flag for searchbox an pagebrowser','',1004000,0,0),('bit_rooms','1.5.0',787,8,'b.it room letting','small extension to show room prices for different seasons',1,0,3,1118054109,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Niels Behrendt (b.it)','behrendt@make-it-typo3.de','nixx','e704bc4c83fe3507d8ad27f5f47dd720','Now supported up to 12 prices (for very different seasons)nobr Tag for the head','',1005000,0,0),('bit_rooms','1.6.0',787,69,'b.it room letting','small extension to show room prices for different seasons',1,0,3,1118054311,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Niels Behrendt (b.it)','behrendt@make-it-typo3.de','nixx','c3f5c269f5334809b69a4626a1984dd2','Now supported up to 12 prices (for very different seasons) nobr Tag for the head','',1006000,0,0),('bit_rooms','1.6.1',787,16,'b.it room letting','small extension to show room prices for different seasons',1,0,3,1121424108,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Niels Behrendt (b.it)','behrendt@make-it-typo3.de','nixx','1804bc5739a48973ce3a55cf3ba85f33','HINT: at least one language ist requiered','',1006001,0,0),('bit_rooms','1.7.0',787,250,'b.it room letting','small extension to show room prices for different seasons',1,0,3,1144143754,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Niels Behrendt (b.it)','behrendt@make-it-typo3.de','nixx','4892522fd4f43a84b91f0c35c99f9d19','New table for alternative prive-headers als column head.','',1007000,1,0),('bit_rooms','1.6.2',787,236,'b.it room letting','small extension to show room prices for different seasons',1,0,3,1147075954,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Niels Behrendt (b.it)','behrendt@make-it-typo3.de','nixx','d24a1e3fa83cd54e756e251a76c55877','BugFix showing rooms!','',1006002,0,0),('bkt_fe_graphiccounter','0.1.8',6798,1136,'Graphic Visitor Counter','Adds a graphic visitor Counter to the Page. The Counter a simple text mode instead of the graphical mode is also supported.View a example with backend Sreenshoot at: http://www.jump-in.de/typo3graphiccounter.html',1,0,3,1133565031,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Karl Bauer','info@jump-in.de','kbauer','64c789f8e26fb1abe0c8b3fbfd1dd876','','',1008,0,0),('bkt_fe_graphiccounter','0.1.9',6798,433,'Graphic Visitor Counter','Adds a graphic visitor Counter to the Page. The Counter a simple text mode instead of the graphical mode is also supported.View a example with backend Sreenshoot at: http://www.jump-in.de/typo3graphiccounter.html',1,0,3,1133565297,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Karl Bauer','info@jump-in.de','kbauer','c2ff32ffa346d7461015208dda678ceb','In this Version support for an text based Counter instead the graphical version was added.','',1009,0,0),('bkt_fe_graphiccounter','0.1.10',6798,2098,'Graphic Visitor Counter','Adds a graphic visitor Counter to the Page. The Counter a simple text mode instead of the graphical mode is also supported.View a example with backend Sreenshoot at: http://www.jump-in.de/typo3graphiccounter.html',1,0,3,1133565434,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Karl Bauer','info@jump-in.de','kbauer','5ce1600c7c6871acca4e965b9a577e02','','',1010,1,0),('bk_automakemetatags','0.2.0',3027,202,'Meta Tags Auto-Maker (BK)','Provides an easy and auto way to add various meta tags to your pages.',0,0,2,1132397638,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Brice BERNARD','contact@brikou.com','brikou','cc42461f027d432d3bb9d61f6485e217','First public release of this usefull extension.','',2000,0,0),('bk_automakemetatags','0.3.0',3027,2778,'Meta Tags Auto-Maker (BK)','Provides an easy and auto way to add various meta tags to your pages.',1,0,2,1134123149,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Brice BERNARD','contact@brikou.com','brikou','49527112a29f6060aa33a91c24305e0c','Basic configuration is now available via constants editor... Added support for 2 new meta tags mssmarttagsprevent and imagetoolbar. Good job Brikou!','',3000,1,0),('bk_cssstyledcontent','0.1.0',8825,138,'CSS Styled Content (BK)','This extension extends css_styled_content in order to bring some CSS improvement.',0,0,2,1131130114,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Brice BERNARD','contact@brikou.com','brikou','ab9100778798572c5318efc5f247f520','CType \"menu\" are rendered with bullet list (li) no more (p) tag','',1000,0,0),('bk_cssstyledcontent','0.1.1',8825,8499,'CSS Styled Content (BK)','This extension extends css_styled_content in order to bring some CSS improvement.',1,0,2,1131306472,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Brice BERNARD','contact@brikou.com','brikou','2b884d90fd96baef72cf334025c44afc','Corrected a little typoscript bug (thx Tobias Pinnekamp for pointing this).','',1001,1,0),('bk_realurl','0.0.2',1826,49,'RealURL (BK)','This extension extends the already wonderfull RealURL extension in order to accelerate MySQL queries.',0,0,2,1131494235,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:7:\"realurl\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Brice BERNARD','contact@brikou.com','brikou','626236340cafa0421234f150fc6d5622','See manuala href\"www.brikou.com\"www.brikou.com/a','',2,0,0),('bk_realurl','1.0.0',1826,1742,'RealURL (BK)','This extension extends the already wonderfull RealURL extension in order to accelerate MySQL queries.',0,0,2,1131543064,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:7:\"realurl\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Brice BERNARD','contact@brikou.com','brikou','bbe94c9d76a30b9fc8f9abc02a9048f6','First public release - Live example improvement on http://www.lyrics-of.com - Index improvement by http://www.brikou.com','',1000000,1,0),('bluedog_font_organizer','0.0.1',446,446,'Font Organizer','Organize and test your fonts.',2,0,3,1127311377,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Tony McCallie','TonyMcCallie@tfchurch.org','tonymccallie','0aea22604f6ca1f47c0e42a6c6f2d48c','Initial Upload','',1,1,0),('board_of_directors','0.0.1',737,14,'board of directors','With this extension you could easy create a list of persons which belong to an manageing board or similar.',3,0,3,1112564622,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Rond , Dominique','ronde@hitdorf.com','dronde','6b265cdc75488a41290d8bb9d4a8a855','First Release','',1,0,0),('board_of_directors','0.0.2',737,11,'board of directors','With this extension you could easy create a list of persons which belong to an manageing board or similar.',3,0,3,1112566160,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Rond , Dominique','ronde@hitdorf.com','dronde','b904547c0480aa7709ce3ec72335b9c8','adding some TS-Values','',2,0,0),('board_of_directors','0.0.3',737,11,'board of directors','With this extension you could easy create a list of persons which belong to an manageing board or similar.',3,0,3,1113674433,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Rond , Dominique','ronde@hitdorf.com','dronde','475049044aef2fa9de54c42b270d45e1','Change in Frontend-Plugin','',3,0,0),('board_of_directors','0.0.4',737,39,'board of directors','With this extension you could easy create a list of persons which belong to an manageing board or similar.',3,0,3,1113681673,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Rond , Dominique','ronde@hitdorf.com','dronde','e417185a25952b84b14b2fd52d85ba27','Change the Tables an the Frontend','',4,0,0),('board_of_directors','0.0.5',737,49,'board of directors','With this extension you could easy create a list of persons which belong to an manageing board or similar.',3,0,3,1113693156,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Rond , Dominique','ronde@hitdorf.com','dronde','682322949faad748f7b181ba4d43d526','Changed some output code','',5,0,0),('board_of_directors','0.0.6',737,23,'board of directors','With this extension you could easy create a list of persons which belong to an manageing board or similar.',1,0,3,1113748184,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Rond , Dominique','typo@hitdorf.com','dronde','7d7cfb58ab308c070e206e112319393b','First official Release. Please give me a short feedback','',6,0,0),('board_of_directors','0.1.0',737,590,'board of directors','With this extension you can easily create a list of persons who belong to a managing board of a company or similar. You can add some personal information and attach three high quality pictures of the person for press matters.',1,0,3,1113750250,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Rond , Dominique','typo@hitdorf.com','dronde','ea48851ce4d535a88ca26af5d5bbe30b','','',1000,1,0),('bonchecker','0.0.1',512,7,'Bonchecker','Managing the bon-action',0,0,3,1108664876,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','3b5a0a1b74dd5016e19dde8c15094448','bon-checker is working for the first time! Upload to test the layout implementation possibilities with css.','',1,0,0),('bonchecker','0.0.2',512,6,'Bonchecker','Managing the bon-action',0,0,3,1108989889,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','37325d1a13a047f2408a42c740763ce2','added a backend module to manage the action','',2,0,0),('bonchecker','0.0.3',512,7,'Bonchecker','Managing the bon-action',0,0,3,1109701284,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','dd2f0c08e39848df1028c71f34a8e846','','',3,0,0),('bonchecker','0.0.4',512,6,'Bonchecker','Managing the bon-action',0,0,3,1109701891,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','35245aff480d9a628017c3583720cca6','','',4,0,0),('bonchecker','0.0.5',512,7,'Bonchecker','Managing the bon-action',0,0,3,1109707150,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','72cde031ad72de930f98373e98cbba2a','','',5,0,0),('bonchecker','0.0.6',512,6,'Bonchecker','Managing the bon-action',0,0,3,1111759171,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','e005a4c2098225378dd1f3c0a2028295','completely new version with use of flexforms and better code','',6,0,0),('bonchecker','0.0.7',512,7,'Bonchecker','Managing the bon-action',0,0,3,1111760185,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','023fdf5aebc856eb3a9bf596a83aa98e','','',7,0,0),('bonchecker','0.0.8',512,6,'Bonchecker','Managing the bon-action',0,0,3,1111763719,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','847ef35eb3910a085765de60d394c60c','bug in nextPID','',8,0,0),('bonchecker','0.0.9',512,24,'Bonchecker','Managing the bon-action',0,0,3,1111769020,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','96f9de20d26fcfc9b0695f261e97800b','less strict control to notice form-posts','',9,0,0),('bonchecker','0.0.10',512,5,'Bonchecker','Managing the bon-action',0,0,3,1112368955,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','fb93e98a26fdc77278b0cfbae0e81d98','bugfix','',10,0,0),('bonchecker','0.0.11',512,5,'Bonchecker','Managing the bon-action',0,0,3,1112371013,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','55983a20a2946d1a81778c8ae46760c9','max one a day','',11,0,0),('bonchecker','0.0.12',512,99,'Bonchecker','Managing the bon-action',0,0,3,1112468830,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','6c52705c06024c462e65ac7d3d5959ed','bugfixes and start with importstats','',12,0,0),('bonchecker','0.0.13',512,5,'Bonchecker','Managing the bon-action',0,0,3,1112522871,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','b2e36f15021a43793a054164e8f4830d','advanced fraud control','',13,0,0),('bonchecker','0.0.14',512,5,'Bonchecker','Managing the bon-action',0,0,3,1112539627,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','9d48d5f137a783127efa10b3cc3680e4','','',14,0,0),('bonchecker','0.0.15',512,10,'Bonchecker','Managing the bon-action',0,0,3,1112617161,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','a48894421e439c11185c1c3c176dacce','','',15,0,0),('bonchecker','0.0.16',512,6,'Bonchecker','Managing the bon-action',0,0,3,1112705597,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','fc9cda966696d8b69b29dc58b2299090','backend updates','',16,0,0),('bonchecker','0.0.17',512,6,'Bonchecker','Managing the bon-action',0,0,3,1112705763,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','1120942cea95aca4ef533c9de4e5a3c1','ping os-specific command','',17,0,0),('bonchecker','0.0.18',512,5,'Bonchecker','Managing the bon-action',0,0,3,1112797843,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','c6cd1e253e0c85368ccfd4e553586b79','','',18,0,0),('bonchecker','0.0.19',512,6,'Bonchecker','Managing the bon-action',0,0,3,1112800861,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','4580bf937faed2768765b8a45efb5d86','','',19,0,0),('bonchecker','0.0.20',512,5,'Bonchecker','Managing the bon-action',0,0,3,1112801965,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','b84843c41b02c627ce24a9b427736151','test','',20,0,0),('bonchecker','0.0.21',512,6,'Bonchecker','Managing the bon-action',0,0,3,1112879753,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','23a9858df044b92c052f5fa8b00361bb','','',21,0,0),('bonchecker','0.0.22',512,4,'Bonchecker','Managing the bon-action',0,0,3,1112894812,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','aa8fe12bcf34afc1e505377ac152c25a','','',22,0,0),('bonchecker','0.0.23',512,6,'Bonchecker','Managing the bon-action',0,0,3,1112981800,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','ac0a0ec204ad5d6bfb4e5d1da7ce262a','','',23,0,0),('bonchecker','0.0.24',512,5,'Bonchecker','Managing the bon-action',0,0,3,1113944695,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','382e457f79cdee2a70fc074a6b567939','','',24,0,0),('bonchecker','0.0.25',512,6,'Bonchecker','Managing the bon-action',0,0,3,1114010945,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','f8f6dba66cf87c3006f041ffca62da80','','',25,0,0),('bonchecker','0.0.26',512,5,'Bonchecker','Managing the bon-action',0,0,3,1114028331,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','8f540830a439652ceeba6667558a0098','','',26,0,0),('bonchecker','0.0.27',512,7,'Bonchecker','Managing the bon-action',0,0,3,1114176477,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','4123cd53c17cd0166231453592fe5ff7','','',27,0,0),('bonchecker','0.0.28',512,6,'Bonchecker','Managing the bon-action',0,0,3,1114448269,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','53375644972ca63ace6bd3eb70a726af','','',28,0,0),('bonchecker','0.0.29',512,5,'Bonchecker','Managing the bon-action',0,0,3,1115728438,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','70112f01b51788a06bfa5fea0ead0033','','',29,0,0),('bonchecker','0.0.30',512,5,'Bonchecker','Managing the bon-action',0,0,3,1115755862,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','eccf0b952950090fd5707dca0566a2f1','','',30,0,0),('bonchecker','0.0.31',512,5,'Bonchecker','Managing the bon-action',0,0,3,1118067095,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','0498a71a010a70fb2228464060d59ad6','','',31,0,0),('bonchecker','0.0.32',512,5,'Bonchecker','Managing the bon-action',0,0,3,1119972054,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','20a869797ed236fa1d7cdcd2929ab58c','testing with colours','',32,0,0),('bonchecker','0.0.33',512,6,'Bonchecker','Managing the bon-action',0,0,3,1119973962,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','4a0400ee6b4584c21d77de44b2e72d82','','',33,0,0),('bonchecker','0.0.34',512,5,'Bonchecker','Managing the bon-action',0,0,3,1119974944,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','3be571bde856c3f7a66edf5a1787daa9','','',34,0,0),('bonchecker','0.0.35',512,5,'Bonchecker','Managing the bon-action',0,0,3,1119978399,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','db4444cdd1221f2c627ec39a9ee33897','','',35,0,0),('bonchecker','0.0.36',512,198,'Bonchecker','Managing the bon-action',0,0,3,1137066923,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.4-0.0.4\";s:3:\"php\";s:11:\"0.0.4-0.0.4\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Luc Verhoeven','typo3@djluc.com','djluc','043630e1d42a8eaeb2171297ba747d22','bugfix update query in frontend','',36,1,0),('bookdb','0.1.2',2667,1296,'Book Database','A database for organizing books in a company.',1,0,3,1127758643,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mario Birkigt','mario.birkigt@t-online.de','mbirkigt','bef2e8c55c3cf0e5512e716544409120','pagetype configuration changed','laufwerk-le',1002,1,0),('boros_imagecrop','0.0.1',2704,102,'Crop Images via Flash and IM','Adds new menuitem in Filelist.',0,0,0,1106905476,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Bleicker, Carsten','bleicker@boros.de','carsten_b','987460370e5c19242c8bb5f8db24ecbc','Edited so that normal Users withou Adminpermissions are able to crop Images too.','',1,0,0),('boros_imagecrop','0.1.0',2704,129,'Crop Images via Flash and IM','',0,0,0,1107044764,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Bleicker, Carsten','bleicker@boros.de','carsten_b','265c7362858977b2f0f67600a1fa4928','Feel free to test it.Thanks for Bugreporting.','',1000,0,0),('boros_imagecrop','0.2.0',2704,166,'Crop Images via Flash and IM','Adds new menuitem in Filelist.',0,0,0,1107101308,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Bleicker, Carsten','bleicker@boros.de','carsten_b','98144f1aa749489e5a8afed7ce70fe18','- Should work now on Windows Server.- Edited the doc header with -getFileheader- Changed naming of croped files- added some php comments','',2000,0,0),('boros_imagecrop','0.3.0',2704,35,'Crop Images via Flash and IM','Adds new menuitem in Filelist.',1,0,0,1108672794,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Bleicker, Carsten','bleicker@boros.de','carsten_b','1213e862e28ae0bc112bedb220c7d010','Added 4-selectbuttons.Zoomfunction.Some Visuals.','Boros.Interaktiv',3000,0,0),('boros_imagecrop','0.4.0',2704,65,'Crop Images via Flash and IM','Adds new menuitem in Filelist.',1,0,0,1108812309,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Bleicker, Carsten','bleicker@boros.de','carsten_b','f6253316cab83dc674c31fba0f1e834e','Added Dragable Window.Added Scrollbars.Some Visuals.','Boros.Interaktiv',4000,0,0),('boros_imagecrop','0.5.0',2704,2210,'Crop Images via Flash and IM','Adds new menuitem in Filelist.',1,0,0,1109003633,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Bleicker, Carsten','bleicker@boros.de','carsten_b','f50ca15cf5aadb4258d4c1a2f485567f','Making Zoom,x,y,width,height editable by keyboard.','Boros.Interaktiv',5000,1,0),('box','0.0.3',2652,2581,'Boxs','Generate a lateral box with template. Tipical lateral boxs on Web Portals (see slashdot.com for instance)',0,0,2,1085059062,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','[BgTA]','bgta@bgta.net','bgta','2157a1218708b05af692ec24c1217b25','I correct wrong SELECT SQL sentence in class of Front End. Sorry :-P','',3,1,0),('browser_page_title','1.0.0',3085,30,'Browsers page title','The goal of this extension is to define by several ways the html title of your pages (title tag).',2,0,2,1121077098,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Bertrand Mure','bertrand.mure@worldonline.fr','bmebme','70a30c5e6b1b7a922c2d5fe47a39089d','','',1000000,0,0),('browser_page_title','1.0.5',3085,343,'Browsers page title','The goal of this extension is to define by several ways the html title of your pages (title tag).',2,0,2,1121078996,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Bertrand Mure','bertrand.mure@worldonline.fr','bmebme','e78a96332c5dd5c19d79cd2cca6a2773','','',1000005,0,0),('browser_page_title','1.0.6',3085,379,'Browsers page title','The goal of this extension is to define by several ways the html title of your pages ( tag).',2,0,2,1128329093,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Bertrand Mure','bertrand.mure@worldonline.fr','bmebme','4ef004eace886f11c34ef8835b7fafc4','','',1000006,0,0),('browser_page_title','1.0.7',3085,512,'Browsers page title','The goal of this extension is to define by several ways the html title of your pages ( tag).',2,0,2,1137746563,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Bertrand Mure','bertrand.mure@worldonline.fr','bmebme','4980a5aa6b54d656ffb8acf28ee76a71','','',1000007,0,0),('browser_page_title','1.1.0',3085,1820,'Browsers page title','The goal of this extension is to define by several ways the html title of your pages (title content).',2,0,2,1147935417,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Bertrand Mure','bertrand.mure@worldonline.fr','bmebme','58bc4ab7ea7b34c08842d61602b0c59c','Typo 3.5 compatibility removed. Now works without any modifications on Typo 3.6 and higher (including 4.0).','',1001000,1,0),('burge_src_beautifier','0.0.4',1003,21,'Source Code Beautifier','Syntax colorizing of multiple language source code using the beautifier system. Defaults to java, see beautifier.org for more details.',1,-1,3,1060219289,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Burge','mburge@acm.org','burge','b1b2972494c3ae645d90022c6e1d7506','Draft documentation and support for css and html. NEED MORE THEN 100K of UPLOAD SPACE TO WRITE REAL DOCUMENTATION.','',4,0,0),('burge_src_beautifier','0.0.5',1003,982,'Source Code Beautifier','Syntax colorizing of multiple language source code using the beautifier system. Defaults to java, see beautifier.org for more details.',1,-1,3,1060219483,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mark Burge','mburge@acm.org','burge','074a07ac66eeb10fe2a3ab82828948f6','','',5,1,1),('bvd_ecards','0.1.0',2691,33,'Electronic Postcards','Shows form with postcards. Link to postcard is sent to recipient.',0,0,3,1046191277,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Bart van Doveren','webmaster@afsvlaanderen.be','afsvlaanderen','03e5b06cb934d3ec81729ab6ae0d64d4','fixed some issues since the last development version. Worthwhile to update. If someone wants to take over the development of this extension, please send me an email.','',1000,0,0),('bvd_ecards','0.1.1',2691,2475,'Electronic Postcards','Shows form with postcards. Link to postcard is sent to recipient.',0,0,3,1046191311,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Bart van Doveren','webmaster@afsvlaanderen.be','afsvlaanderen','e2f5b804994074911d22fd701161d1fb','','',1001,1,0),('bvd_set_page_title','0.0.1',3509,3350,'Set subtitle as page title','Use the subtitle field to generate the page title in the Front End',2,0,2,1054588914,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Bart van Doveren - Thanks to Kasper!','webmaster@afsvlaanderen.be','afsvlaanderen','5a6d06437c55b80b0579a92fec9c32ca','','AFS',1,1,0),('locator','0.4.0',974,13,'Store Locator','Manage store locations, search by distance and show them using Google Maps based on phpGoogleStoreLocator 2.0.0 by Ryan Coulombe',1,-1,3,1193391293,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','b4cfe29dc6c607bd53d9cab2fb29e7cc','Initial public release, language detection improved (depends on config.language setting in page template setup).','',4000,0,0),('locator','0.4.1',974,28,'Store Locator','Manage store locations, search by distance and show them using Google Maps based on phpGoogleStoreLocator 2.0.0 by Ryan Coulombe',1,-1,3,1193433505,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','ff0dbc19bb4c5956c2bb51ff572eeada','Small bugfix. Second public release, language detection improved (depends on config.language setting in page template setup).Hidden fields are shown now','',4001,0,0),('locator','0.4.4',974,12,'Store Locator','Manage store locations, search by distance and show them using Google Maps based on phpGoogleStoreLocator 2.0.0 by Ryan Coulombe',1,-1,3,1193677708,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','04349c9d00ed533bd6bdf22efd8bb3e3','Starting point search improved - you get a selection table if there are more than one possibilities - see manual.sxw','',4004,0,0),('locator','0.4.5',974,23,'Store Locator','Manage store locations, search by distance and show them using Google Maps based on phpGoogleStoreLocator 2.0.0 by Ryan Coulombe',1,-1,3,1193747041,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','104a4ad5f453d38b97a78538960904d7','Bugfix: categories work now correctly. Extension works fine with utf-8 and german umlauts in ISO8859.','',4005,0,0),('locator','0.4.7',974,29,'Store Locator','Manage store locations, search by distance and show them using Google Maps based on phpGoogleStoreLocator 2.0.0 by Ryan Coulombe',1,-1,3,1194191313,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','defea4e4de5cec84e28381ab4725635b','Driving route option implemented - setup in extension setup (you must enable \"result table option\" too, to use this).','',4007,0,0),('locator','0.5.1',974,15,'Store Locator','Manage store locations, search by distance and show them using Google Maps based on phpGoogleStoreLocator 2.0.0 by Ryan Coulombe',1,-1,3,1194442820,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','448376623b91bfbcafd5d1a80b85680d','Single view implemented - now with flexform setup. Important: SAVE YOUR API KEY BEFORE UPDATING','',5001,0,0),('locator','0.5.2',974,21,'Store Locator','Manage store locations, search by distance and show them using Google Maps based on phpGoogleStoreLocator 2.0.0 by Ryan Coulombe',1,-1,3,1194523330,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','f207baa6d553811d52d5c9b70ea93681','Bugfix - extension should work now in US.\nImportant: SAVE YOUR API KEY BEFORE UPDATING FROM VERSIONS 0.4.X','',5002,0,0),('locator','0.5.5',974,112,'Store Locator','Manage store locations, search by distance and show them using Google Maps based on phpGoogleStoreLocator 2.0.0 by Ryan Coulombe',1,-1,3,1194718503,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','16830203fce63d40c91bd4534361ccb7','Links to the stores are working now, country selection improved','',5005,0,0),('locator','0.5.8',974,57,'Store Locator','Manage store locations, search by distance and show them using Google Maps based on phpGoogleStoreLocator 2.0.0 by Ryan Coulombe',1,-1,3,1204830805,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','b40102abdcedc4fa62e0969ad4952915','Display now opening hours in list and maps.','',5008,0,0),('locator','0.7.4',974,15,'Store Locator','Manage store locations, search by distance and show them using Google Maps',1,-1,3,1209058172,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','ac6271bcdda7a3954621a48e5cf6ba0e','Geocoding improved - new view added to send mails to the nearest N stores, you can now use fe_user data see manual.sxw','',7004,0,0),('locator','0.7.5',974,12,'Store Locator','Manage store locations, search by distance and show them using Google Maps',1,-1,3,1209132989,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','e720f4aa2262770a74c6fa062d14cb77','Small bugfix - when category is selected, illegal character error appeared - fixed. Thx to E. Schnepf','',7005,0,0),('locator','0.7.6',974,35,'Store Locator','Manage store locations, search by distance and show them using Google Maps',1,-1,3,1209238580,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','31c097fe897465c1313456a89153054d','Shows now notes/comments from tx_locator_locations and fe_users in result table and maps, security improved','',7006,0,0),('locator','0.8.6',974,35,'Store Locator','Manage store locations, search by distance and show them using Google Maps',1,-1,3,1210099578,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','1d5e6ac661e63e485b071fe58e41af55','Now you can display a overview map after the result table in route view - see manual. Plugin clears the page cache now themselves.','',8006,0,0),('locator','0.8.7',974,55,'Store Locator','Manage store locations, search by distance and show them using Google Maps',1,-1,3,1210950461,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','f316238950e77a6264d8913c2f7a73b1','New feature - now you can have the form and the result page on different pages - useful if you put the form on the homepage....','',8007,0,0),('locator','0.9.1',974,17,'Store Locator','Manage store locations, search by distance and show them using Google Maps',1,-1,3,1212778663,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','237beece5e6e7846c2930132222cc722','New feature round-trip implemented.','',9001,0,0),('locator','0.9.4',974,12,'Store Locator','Manage store locations, search by distance and show them using Google Maps',1,-1,3,1213036612,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','ec304905ef885acb032fef853fb23dd9','Small Bugfix - route was not shown when there was only one store found','',9004,0,0),('locator','0.9.5',974,22,'Store Locator','Manage store locations, search by distance and show them using Google Maps',1,-1,3,1213115508,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','fee66701555669ac39544b0acfd687c5','New flag geocode introduced in the tables fe_users and tx_locator_locations to mark bad addresses which cant be geocoded - see manual - whats new!','',9005,0,0),('locator','0.9.8',974,54,'Store Locator','Manage store locations, search by distance and show them using Google Maps',1,-1,3,1213290219,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','eec762894ebda99be3c5f2584e24ac6e','FE group handling improved, when extension is used with FE user data, geocode flag not resetted when an address is valid.','',9008,0,0),('locator','0.9.22',974,2,'Store Locator','Manage store locations, search by distance and show them using Google Maps',1,-1,3,1218447656,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','1fbf232855eff103b9a7b5737689fdb1','Polish characters are now allowed, Google infoWindow implemented - see manual.sxw.','',9022,0,0),('locator','0.9.23',974,22,'Store Locator','Manage store locations, search by distance and show them using Google Maps',1,-1,3,1218461504,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','9edf9e81c99623e0d9fb76d1c6be1ec2','Small bugfix in geocoding - Polish characters are now allowed, Google infoWindow implemented - see manual.sxw.','',9023,0,0),('locator','0.9.30',974,14,'Store Locator','Manage store locations, search by distance and show them using Google Maps',1,-1,3,1218730505,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','cc76c806f5c2281616cbaacee8cdfd13','Image handling improved, Google infoWindow now tabbed - you can show comments in the second tab.','Web Services Ruhs',9030,0,0),('locator','0.9.41',974,11,'Store Locator','Manage store locations, search by distance and show Google maps and route maps, stores can be fe users too.',2,-1,3,1219083575,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','2be9cbc9805166ea68efc3af10e6a85a','Tabbed infoWindow can switched off in flexform setup. Added the ability to search with coordinates. See manual.sxw.','Web Services Ruhs',9041,0,0),('locator','0.9.42',974,30,'Store Locator','Manage store locations, search by distance and show Google maps and route maps, stores can be fe users too.',2,-1,3,1219149766,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','1c2df2bd5ba05f14528f81c07d30d6c4','Fixed small issue: When zoomed out POIs moves out of correct position. Thx to Mr. Ziegler for reporting.','Web Services Ruhs',9042,0,0),('locator','0.9.51',974,7,'Store Locator','Manage store locations, search by distance and show Google maps and route maps, stores can be fe users too.',2,-1,3,1219680000,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','c693b9f6abef38f4eff62d54eb8a3e75','Changes in category handling. IMPORTANT: Before updating read upgrade information in manual.sxw.','Web Services Ruhs',9051,0,0),('locator','0.9.52',974,23,'Store Locator','Manage store locations, search by distance and show Google maps and route maps, stores can be fe users too.',2,-1,3,1219691213,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','5cf40355a86c7b959fd58af6c3889d06','Small bugfix in route link in infoWindow.\nIMPORTANT: Read manual.sxw before upgrading from versions below 0.9.50','Web Services Ruhs',9052,0,0),('locator','0.9.56',974,18,'Store Locator','Manage store locations, search by distance and show Google maps and route maps, stores can be fe users too.',2,-1,3,1220182754,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','9de09c85c358c1eb85eb117a3f3a13f1','Street view implemented, single view data record selectable, Google Api version selectable in flexform, see manual before updating!','Web Services Ruhs',9056,0,0),('locator','1.0.1',974,55,'Store Locator','Manage store locations, search by distance and show Google maps and route maps, stores can be fe users too.',2,-1,3,1220289516,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','8e64ff68110d9d9c3ad51b6782208598','Streetview causes memory leaks - fixed. Street view implemented, single view data record selectable, Google Api version selectable in flexform, see manual before updating!','Web Services Ruhs',1000001,0,0),('locator','1.0.3',974,35,'Store Locator','Manage store locations, search by distance and show Google maps and route maps, stores can be fe users too.',2,-1,3,1222019078,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','3e858e6c32c61eed75e0cc1df6df9e7e','Store title implemented, you can now switch between _top and _blank as target for the route view form infoWindow. Documentation improved.','Web Services Ruhs',1000003,0,0),('locator','1.0.6',974,0,'Store Locator','Manage store locations, search by distance and show Google maps and route maps, stores can be fe users too.',2,-1,3,1222699194,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','b862317931f762412c86c87c9a36452d','New view allMapNoFormView implemted - no starting point neccessary, you can now link fe users to the userlist of newloginbox.','Web Services Ruhs',1000006,0,0),('locator','1.0.7',974,19,'Store Locator','Manage store locations, search by distance and show Google maps and route maps, stores can be fe users too.',2,-1,3,1222699498,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','fce923034c11ed577c8e8d9cfa2153c7','New view allMapNoFormView implemented - no starting point neccessary, you can now link fe users to the userlist of newloginbox see manual.sxw section Whats new.','Web Services Ruhs',1000007,0,0),('locator','1.1.0',974,89,'Store Locator','Manage store locations, search by distance and show Google maps and route maps, stores can be fe users too.',2,-1,3,1222799992,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','dfeccb8b198c2f66684e6154e9455940','Bugfix: invalid chars in link when used with newloginbox.\nNew view allMapNoFormView implemented - no starting point neccessary, you can now link fe users to the userlist of newloginbox see manual.sxw section Whats new.','Web Services Ruhs',1001000,0,0),('locator','1.1.8',974,0,'Store Locator','Manage store locations, search by distance and show Google maps and route maps, stores can be fe users and tt_news records too.',2,-1,3,1231869685,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','651558194e2ef13792abadfa4fb097f9','Now tt_news records can be used as locations too - see manual and new markers can be used in news single view.','Web Services Ruhs',1001008,0,0),('locator','1.2.6',974,0,'Store Locator','Manage store locations, search by distance and show Google maps and route maps, stores can be fe users and tt_news records too.',2,-1,3,1233856278,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','ce8674a8125867a38a39fa954961cb8f','When used with fe user records, you can link to a page where the extension feuserlisting is located to show details of the fe user - see manual.sxw.','Web Services Ruhs',1002006,0,1),('locator','1.2.8',974,1,'Store Locator','Manage store locations, search by distance and show Google maps and route maps, stores can be fe users and tt_news records too.',2,0,3,1238694389,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','1e9eec6da9a4df24fc02185091b182b8','Security fix 0010829, 0010828 - thanks for reporting to Mr. Weiske; Streetview overlay added - so after updating go to flexform setup and set the streetview overlay as needed.','Web Services Ruhs',1002008,0,0),('locator','1.2.9',974,1,'Store Locator','Manage store locations, search by distance and show Google maps and route maps, stores can be fe users and tt_news records too.',2,0,3,1238745922,'a:1:{s:7:\"depends\";a:2:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','9b2458e8680fb911a3d770bfcb1a2cdc','Maintenance update','Web Services Ruhs',1002009,0,0),('locator','1.5.5',974,0,'Store Locator','Manage store locations, search by distance and show Google maps and route maps, stores can be fe users and tt_news records too.',2,0,3,1249232373,'a:1:{s:7:\"depends\";a:3:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";s:11:\"mh_treeview\";s:5:\"0.1.0\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','126949919a125e651fc6e7e4597b528c','Hierarchical categories implemented. Store products and product search implemented - sponsored by WWF Swiss.','Web Services Ruhs',1005005,0,0),('locator','1.6.9',974,22,'Store Locator','Manage store locations, search by distance and show Google maps and route maps, stores can be fe users and tt_news records too.',2,0,3,1251902201,'a:1:{s:7:\"depends\";a:3:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";s:11:\"mh_treeview\";s:5:\"0.1.0\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','ea1ccfc9c4623f0687be6ba647b00533','ListView implemented, some additional markers are shown in the result maps.','Web Services Ruhs',1006009,0,0),('locator','1.7.4',974,43,'Store Locator','Manage store locations, search by distance and show Google maps and route maps, stores can be tt_address, fe users and tt_news records too.',2,0,3,1256049184,'a:1:{s:7:\"depends\";a:3:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";s:11:\"mh_treeview\";s:5:\"0.1.0\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','a8a5581f0fe7a8530e3fa730cd5c297c','New datasource tt_address implemented, small changes in templates.','Web Services Ruhs',1007004,0,0),('locator','1.7.6',974,15,'Store Locator','Manage store locations, search by distance and show Google maps and route maps, stores can be tt_address, fe users and tt_news records too.',2,0,3,1257089926,'a:1:{s:7:\"depends\";a:3:{s:18:\"static_info_tables\";s:5:\"2.0.1\";s:21:\"static_info_tables_de\";s:5:\"2.0.1\";s:11:\"mh_treeview\";s:5:\"0.1.0\";}}','Joachim Ruhs','postmaster@joachim-ruhs.de','joachim_ruhs','86ad9e27c4ec43df50da2941d8d70c46','Maintenance update - bugfix in routeView when used with locator tables and store images.','Web Services Ruhs',1007006,1,0),('perfectlightbox','2.2.1',7206,231,'Perfect Lightbox2','Click-enlarge images with PROTACULOUS/LIGHTBOX or MOOTOOLS/SLIMBOX in Typo3. Single images, imagesets, presentation mode and slideshow supported. Options can be set for each content-element. No XCLASS, just typoscript. Valid html. Flexible configuration.',2,0,3,1193394514,'a:0:{}','Benjamin Niediek','ben@channel-eight.de','niediek','6be0b2e026ef5626a0454461447e861c','Added danish translation, captionsplit now works with dam_ttnews, updated manual','',2002001,0,0),('perfectlightbox','1.2.0',7206,11,'Perfect Lightbox2','This extension provides the popular Lightbox2 Script for displaying images in typo3. It features the effect for single images as well as imagesets and has an additional presentation mode AND a slideshow integrated. NO XCLASS, only typoscript used for the',2,0,3,1189965087,'a:0:{}','Benjamin Niediek','ben@channel-eight.de','niediek','baa550d19d19baa40a1b1e06d1df8439','Updated manualThoroughly testedFirst upload to TER','',1002000,0,0),('perfectlightbox','1.2.1',7206,4,'Perfect Lightbox2','This extension provides the popular Lightbox2 Script for displaying images in typo3. It features the effect for single images as well as imagesets and has an additional presentation mode AND a slideshow integrated. NO XCLASS, only typoscript used for the',2,0,3,1189966062,'a:0:{}','Benjamin Niediek','ben@channel-eight.de','niediek','ed53594396e73fb0d0e0d4deb477fac1','Updated manual','',1002001,0,0),('perfectlightbox','1.2.2',7206,83,'Perfect Lightbox2','This extension provides the popular Lightbox2 Script for displaying images in typo3. It features the effect for single images as well as imagesets and has an additional presentation mode AND a slideshow integrated. NO XCLASS, only typoscript used for the',2,0,3,1189968590,'a:0:{}','Benjamin Niediek','ben@channel-eight.de','niediek','474aa0bdf8ae14da7ae9dc8f44fcd037','Updated documentationAdditional testingFirst upload to TER','',1002002,0,0),('perfectlightbox','1.2.3',7206,33,'Perfect Lightbox2','Click-enlarge images with the popular Lightbox2 Script in Typo3. Single images, imagesets, presentation mode and slideshow supported. Options can be set for each content-element. No XCLASS, just typoscript. Valid html. Flexible configuration.',2,0,3,1190033747,'a:0:{}','Benjamin Niediek','ben@channel-eight.de','niediek','0104fd11972ecd3ce888b62f274a587e','Updated documentation, small modification in userfunc, fixed little bug in lightbox.css.','',1002003,0,0),('perfectlightbox','1.3.0',7206,57,'Perfect Lightbox2','Click-enlarge images with the popular Lightbox2 Script in Typo3. Single images, imagesets, presentation mode and slideshow supported. Options can be set for each content-element. No XCLASS, just typoscript. Valid html. Flexible configuration. 9kb.',2,0,3,1190068851,'a:0:{}','Benjamin Niediek','ben@channel-eight.de','niediek','e0af6bece0549a5bad6c0430242fa587','Fixed a bug in lightbox.js, introduced compressed scripts (lightbox.js is now only 9kb)','',1003000,0,0),('perfectlightbox','1.3.1',7206,67,'Perfect Lightbox2','Click-enlarge images with the popular Lightbox2 Script in Typo3. Single images, imagesets, presentation mode and slideshow supported. Options can be set for each content-element. No XCLASS, just typoscript. Valid html. Flexible configuration. 9kb.',2,0,3,1190118696,'a:0:{}','Benjamin Niediek','ben@channel-eight.de','niediek','34ffc994439d1337728599f1779106ac','Modification in lightbox.js (resizeDuration is now properly updated)','',1003001,0,0),('perfectlightbox','2.0.0',7206,69,'Perfect Lightbox2','Click-enlarge images with protaculous/lightbox OR mootools/slimbox in Typo3. Single images, imagesets, presentation mode and slideshow supported. Options can be set for each content-element. No XCLASS, just typoscript. Valid html. Flexible configuration.',2,0,3,1190330768,'a:0:{}','Benjamin Niediek','ben@channel-eight.de','niediek','8d0d2cbfce324392645e9766de338058','Included MOOTOOLS/SLIMBOX alternative switchable by a single constant(!), all images externalized in css, option added to enable lightbox/slimbox globally, please refer to the manual','',2000000,0,0),('perfectlightbox','2.0.1',7206,70,'Perfect Lightbox2','Click-enlarge images with PROTACULOUS/LIGHTBOX or MOOTOOLS/SLIMBOX in Typo3. Single images, imagesets, presentation mode and slideshow supported. Options can be set for each content-element. No XCLASS, just typoscript. Valid html. Flexible configuration.',2,0,3,1190386494,'a:0:{}','Benjamin Niediek','ben@channel-eight.de','niediek','65d1f6cee9700ac416b8c8a4401873e2','Small css changes for mootools/slimbox, updated documentation','',2000001,0,0),('perfectlightbox','2.1.0',7206,145,'Perfect Lightbox2','Click-enlarge images with PROTACULOUS/LIGHTBOX or MOOTOOLS/SLIMBOX in Typo3. Single images, imagesets, presentation mode and slideshow supported. Options can be set for each content-element. No XCLASS, just typoscript. Valid html. Flexible configuration.',2,0,3,1190570786,'a:0:{}','Benjamin Niediek','ben@channel-eight.de','niediek','72f725b8a6a29374eea742482de1d5fd','Support for tt_news added (if youre using dam_ttnews captionsplit wont work but besides this it works fine)','',2001000,0,0),('perfectlightbox','2.2.0',7206,438,'Perfect Lightbox2','Click-enlarge images with PROTACULOUS/LIGHTBOX or MOOTOOLS/SLIMBOX in Typo3. Single images, imagesets, presentation mode and slideshow supported. Options can be set for each content-element. No XCLASS, just typoscript. Valid html. Flexible configuration.',2,0,3,1191072855,'a:0:{}','Benjamin Niediek','ben@channel-eight.de','niediek','c0aa1d23f8a071bfa2e3e04c91e5b69c','Added a more convenient call to initialise the lightbox for the protaculous version, updated manual.','',2002000,0,0),('perfectlightbox','2.2.2',7206,1605,'Perfect Lightbox2','Click-enlarge images with PROTACULOUS/LIGHTBOX or MOOTOOLS/SLIMBOX in Typo3. Single images, imagesets, presentation mode and slideshow supported. Options can be set for each content-element. No XCLASS, just typoscript. Valid html. Flexible configuration.',2,0,3,1197044926,'a:0:{}','Benjamin Niediek','ben@channel-eight.de','niediek','705f22e07fcdde2e72e0c76c1e945291','a minor fix in ext_tables.php','',2002002,0,0),('perfectlightbox','2.2.3',7206,2089,'Perfect Lightbox2','Click-enlarge images with PROTACULOUS/LIGHTBOX or MOOTOOLS/SLIMBOX in Typo3. Single images, imagesets, presentation mode and slideshow supported. Options can be set for each content-element. No XCLASS, just typoscript. Valid html. Flexible configuration.',2,0,3,1218792632,'a:0:{}','Benjamin Niediek','ben@channel-eight.de','niediek','ab1ecaa6e75a86a8e465ec32467a11a2','Revised manual','',2002003,0,0),('perfectlightbox','2.2.4',7206,2310,'Perfect Lightbox2','Click-enlarge images with PROTACULOUS/LIGHTBOX or MOOTOOLS/SLIMBOX in Typo3. Single images, imagesets, presentation mode and slideshow supported. Options can be set for each content-element. No XCLASS, just typoscript. Valid html. Flexible configuration.',2,0,3,1219395131,'a:0:{}','Benjamin Niediek','ben@channel-eight.de','niediek','4ccf439858d58354a5797eb137cd5ca1','Perfect Lightbox should now FLAWLESSY support tt_news! Added dutch translation.','',2002004,1,0),('wec_map','1.3.4',3976,36,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1193351975,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','996f39e74e7b36c0a584a2a73122123e','[FIXED] Google Geocoder works correctly again','Foundation For Evangelism',1003004,0,0),('wec_map','1.0.0',3976,108,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1171325295,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.8.0-\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','d053d9e9f39e1bbf6926cf0f06b3e620','Initial release.','Foundation For Evangelism',1000000,0,0),('wec_map','1.0.1',3976,155,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1171408904,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.8.0-\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','e9813927c5eb3746fe1750a91383827b','-[NEW] Add ability to set initial map type-[NEW] Address fields are now read from the TCA-[FIX] Some typos in localization-[FIX] Replace short open tag with full open tag-[FIX] Progress bar in Batch Geocoder now renders correctly','Foundation For Evangelism',1000001,0,0),('wec_map','1.1.0',3976,134,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1173566935,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.8.0-\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','03b54877c2f9b2a750c73c9e07275744','[NEW] Improved WEC Admin Geocode Admin including record filter, inline editing of records, sortable tables columns, speed improvements and overall design improvements, all using AJAX[NEW] API now supports tabs for marker info windows. See \"Using the WEC','Foundation For Evangelism',1001000,0,0),('wec_map','1.1.1',3976,112,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1174766604,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','ada2e96e12fa654b8c51fe127bc0afd5','[NEW] Add status indicator image when saving a cache record[FIX] Improve rendering of record table with long coordinates[FIX] Bug that caused the current cache records buttons to freeze','Foundation For Evangelism',1001001,0,0),('wec_map','1.1.2',3976,267,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1174946877,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','3f70f0170a4181e521279a91dda0f151','[FIX] Path error resulting in Prototype not being included properly in the BE[FIX] Extension can now be installed globally without errors','Foundation For Evangelism',1001002,0,0),('wec_map','1.2.0',3976,295,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1181756566,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','f64b6f21c26c7ffb752b9e69289a0f49','[NEW] More than one map can now be put on one page.!!! To make this possible, the id of the containing div had to be made unique. That means if you used it in your CSS to style the map you will have to change it from the id&8220;map&8221; to the clas','Foundation For Evangelism',1002000,0,0),('wec_map','1.3.0',3976,98,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1185474386,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','b266f1f4d293f5f771592064d2d09663','[NEW] Domain management for API keys so the extension can be used on multidomain setups.[NEW] Add map controls to the FE User Map in the BE.[NEW] Directions are now built into the map, complete with written driving directions.[NEW] Add method that a','Foundation For Evangelism',1003000,0,0),('wec_map','1.3.1',3976,113,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1187646505,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','96d1ca6950611971ca6343e641fd3219','[NEW] Add German translation thanks to Christoph Kuhn[FIXED] Direction \"to here from\" were flipped around[FIXED] Deleting domains in the API Key Settings works now[FIXED] Missing inclusion of the install tool class caused errors in TYPO3 versions','Foundation For Evangelism',1003001,0,0),('wec_map','1.3.2',3976,181,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1188942016,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','7c167e725e240ed4b7f747e304de5b97','[NEW] Localize Google Maps error messages[NEW] Add a conflicting extension[FIXED] Bug when addresses are normalized in some places (_cache) and not in others (_backend)[FIXED] Incorrect API key usage when geocoding from the backend[FIXED] Add more','Foundation For Evangelism',1003002,0,0),('wec_map','1.3.3',3976,110,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1191956643,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','cf4455b147c9ca63ae9b0259469ae2bd','[FIXED] Users are now correctly filtered in the FE user map if users are in more than one usergroup.','Foundation For Evangelism',1003003,0,0),('wec_map','1.3.5',3976,58,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1193415912,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','30e362305497615d9ae37aca3fe61659','[FIXED] wrong function call in the Batch Geocoder','Foundation For Evangelism',1003005,0,0),('wec_map','1.3.6',3976,608,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1193770125,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','7e47e2cf0107cad580f40060e1e1bb8a','[FIXED] Regression bug: Filtering the FE Map by usergroup now works correctly if users are in more than one group','Foundation For Evangelism',1003006,0,0),('wec_map','2.0.0',3976,78,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1207689162,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"4.1.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','7b48ef77b8c3a4b071904b7993b12873','[NEW] !IMPORTANT Optimize TS by requiring an extra static template which needs to be added to the template before the map will workSee docs for more changes.','Foundation For Evangelism',2000000,0,0),('wec_map','2.0.1',3976,227,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1207948009,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"4.1.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','4fa6d1c9de0e90e8b0e23b28f65424c8','[FIXED] Properly pass groups by reference. Fixes problems in PHP4 with maps not showing up.[FIXED] \"Show info bubble on load\" now works again.[FIXED] Update API documentation with missing methods.[FIXED] Error messages from the API are now properly','Foundation For Evangelism',2000001,0,0),('wec_map','2.1.0',3976,138,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1210618257,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"4.1.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','4c230e29cb93e1a0020566c97292599e','[NEW] !!!IMPORTANT WEC Simple Map marker bubble TS changed significantly. \"title\" was formerly defined as TEXT and is now COA[NEW] WEC Table Map TS adds a join option to be included in the custom SQL query[NEW] Change module inclusion to the new prefe','Christian Technology Ministries International Inc.',2001000,0,0),('wec_map','2.1.1',3976,43,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1211912656,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"4.1.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','c6ea71467c89bbb186ac8f2bcbdd618f','[NEW] API and TS Setting to set the maximum auto zoom, see docs[FIXED] use correct sidebar title field for pi2 and pi3 by default[FIXED] change TS wraps to only show if there is actually content','Christian Technology Ministries International Inc.',2001001,0,0),('wec_map','2.1.2',3976,420,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1212010241,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"4.1.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','dda16371f563ea76f6ae8d5992ba4692','[FIXED] revert to old method of loading modules due to lots of path errors in BE modules. Please remove and reinstall wec_map from the extension manager.[FIXED] minor label changes','Christian Technology Ministries International Inc.',2001002,0,0),('wec_map','2.2.0',3976,603,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1218665766,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"4.1.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','90b418b5d05bbd5209240ee16106f01c','[NEW] Allow the Google Maps API version to be chosen from the Extension Manager[NEW] Use Hierarchical Map Type control for more map space[NEW] Add Terrain view to map type selector and map flexforms as initial setting[NEW] Add new hook to set center','Christian Technology Ministries International Inc.',2002000,0,0),('wec_map','2.2.1',3976,8,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1232132755,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"4.1.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','74800644a19f92a3cc31a4a49b0fe471','see CHANGELOG file','Christian Technology Ministries International Inc.',2002001,0,0),('wec_map','2.3.0',3976,2,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1247776460,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"4.1.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','8cfba5521df23c17f6fc1a37502fe0ca','See CHANGELOG file.','Christian Technology Ministries International Inc.',2003000,0,0),('wec_map','2.3.1',3976,182,'WEC Map','Mapping extension that connects to geocoding databases and Google Maps API.',2,0,3,1248447170,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"4.1.0-0.0.0\";}}','Web-Empowered Church Team','map@webempoweredchurch.org','webempoweredchurch','cde6139cf46c9efd7d18f5f85799850c','[FIX] subdomain API key handling was broken','Christian Technology Ministries International Inc.',2003001,1,0),('kool_daten','2.1.2',868,66,'kool_daten','kOOL Events',1,0,2,1193387653,'a:0:{}','Renzo Lauper','renzo.lauper@kircheonline.ch','idefix7','ecc84b467e7afd3a8f9845f4c7e17130','Added the possibilty to define Filters via TS which can be selected through flexform.','kirche online',2001002,0,0),('kool_daten','1.0.0',868,95,'kool_daten','kOOL Daten',0,0,2,1148372726,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Renzo Lauper','renzo.lauper@kircheonline.ch','idefix7','9bb0da2daacfcaab6a8544300b5e0fef','Major rewrite: Use of Flexform, TGs fetched from kOOL-DB, Template for output.TODO: Table-Layout.','',1000000,0,0),('kool_daten','1.1.0',868,2,'kool_daten','kOOL Daten',0,0,2,1148577657,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Renzo Lauper','renzo.lauper@kircheonline.ch','idefix7','96ec59508e38f5eb287e18afd124dbbc','Calenderview, general improvements','',1001000,0,0),('kool_daten','1.1.1',868,79,'kool_daten','kOOL Daten',0,0,2,1148577880,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Renzo Lauper','renzo.lauper@kircheonline.ch','idefix7','cc0bc561b2b581f3647219d5a2d5e88c','added ext image','',1001001,0,0),('kool_daten','1.1.2',868,2,'kool_daten','kOOL Daten',0,0,2,1148580707,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Renzo Lauper','renzo.lauper@kircheonline.ch','idefix7','1a64286a3eb2a7fc5590513b26c4c4bd','Solved problem with overlib, set max. length for eventgroup-name','',1001002,0,0),('kool_daten','1.1.3',868,103,'kool_daten','kOOL Daten',0,0,2,1148580846,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Renzo Lauper','renzo.lauper@kircheonline.ch','idefix7','c537b259a7c27be4fdb6123689f43bc0','deleted some not needed files','',1001003,0,0),('kool_daten','1.1.4',868,156,'kool_daten','kOOL Daten',0,0,2,1148647192,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Renzo Lauper','renzo.lauper@kircheonline.ch','idefix7','e7617cb992c1f043233b87caed8c8781','Enable configuration through template','',1001004,0,0),('kool_daten','2.0.0',868,53,'kool_daten','kOOL Events',1,0,2,1173778456,'a:0:{}','Renzo Lauper','renzo.lauper@kircheonline.ch','idefix7','11a832034e74d259dfa788f8df8f29ee','Almost complete rewrite. Better TS-Config, complete manual.','kirche online',2000000,0,0),('kool_daten','2.0.1',868,119,'kool_daten','kOOL Events',1,0,2,1174465669,'a:0:{}','Renzo Lauper','renzo.lauper@kircheonline.ch','idefix7','ebb26122060e922008a75789fd7614b1','Doku fr Tabelle, Bugfixes, combineEventGroups auch fr Tabelle, URL pro Termin berschreibt URL der TG.','kirche online',2000001,0,0),('kool_daten','2.1.0',868,105,'kool_daten','kOOL Events',1,0,2,1176990224,'a:0:{}','Renzo Lauper','renzo.lauper@kircheonline.ch','idefix7','60a116118dc5b531265c0215b52b5c96','Fixed sorting of certain columns in table layout. Apply global filters from kOOL. Limit sorting to only ASC/DESC','kirche online',2001000,0,0),('kool_daten','2.1.1',868,42,'kool_daten','kOOL Events',1,0,2,1182744171,'a:0:{}','Renzo Lauper','renzo.lauper@kircheonline.ch','idefix7','9946bc095b168c5bfb5a1ae83dd5dc1d','Apaptions for changes in kOOL: Rooms are not saved in separate table anymore.','kirche online',2001001,0,0),('kool_daten','3.0.0',868,37,'kool_daten','Display events out of kOOL as list, calendar etc. Can only be used in connection with kOOL - the church tool: www.churchtool.org',1,0,2,1209455792,'a:1:{s:7:\"depends\";a:2:{s:9:\"kool_base\";s:0:\"\";s:7:\"overlib\";s:0:\"\";}}','Renzo Lauper','renzo.lauper@kircheonline.ch','idefix7','bd4c3c612a99c42e434dc0099a41e03c','Major rewrite - now based on kool_base.','kirche online',3000000,0,0),('kool_daten','3.0.2',868,0,'kool_daten','Display events out of kOOL as list, calendar etc. Can only be used in connection with kOOL - the church tool: www.churchtool.org',1,0,2,1229015566,'a:1:{s:7:\"depends\";a:2:{s:9:\"kool_base\";s:0:\"\";s:7:\"overlib\";s:0:\"\";}}','Renzo Lauper','renzo.lauper@kircheonline.ch','idefix7','dddd7a63e54367c9fdec067a5afb9969','Bugfixes. Times in Calendar were wrong.','kirche online',3000002,0,0),('kool_daten','3.1.0',868,0,'kool_daten','Display events out of kOOL as list, calendar etc. Can only be used in connection with kOOL - the church tool: www.churchtool.org',1,0,2,1234359856,'a:1:{s:7:\"depends\";a:2:{s:9:\"kool_base\";s:0:\"\";s:7:\"overlib\";s:0:\"\";}}','Renzo Lauper','renzo.lauper@kircheonline.ch','idefix7','9731240fe75c3f4eb6ed3a5233901c1c','Added the possibility to add columns using TS to e.g. get combined columns for the table layout (date and time in one column etc.)','kirche online',3001000,0,0),('kool_daten','3.1.3',868,0,'kool_daten','Display events out of kOOL as list, calendar etc. Can only be used in connection with kOOL - the church tool: www.churchtool.org',2,0,2,1238080279,'a:1:{s:7:\"depends\";a:2:{s:9:\"kool_base\";s:6:\"1.3.2-\";s:7:\"overlib\";s:0:\"\";}}','Renzo Lauper','renzo.lauper@kircheonline.ch','idefix7','ca1d1eed67dcd906f47be457fc91f06b','Speedups by using less query to kOOL database, use htmlentities() for date output.','kirche online',3001003,0,0),('kool_daten','3.2.1',868,0,'kool_daten','Display events out of kOOL as list, calendar etc. Can only be used in connection with kOOL - the church tool: www.churchtool.org',2,0,2,1242991231,'a:1:{s:7:\"depends\";a:2:{s:9:\"kool_base\";s:6:\"1.3.2-\";s:7:\"overlib\";s:0:\"\";}}','Renzo Lauper','renzo.lauper@kircheonline.ch','idefix7','bac5e06ea8daff9f824331bf47588295','Added new field kommentar2 to template for new kOOL release R35.','kirche online',3002001,0,0),('kool_daten','3.2.2',868,6,'kool_daten','Display events out of kOOL as list, calendar etc. Can only be used in connection with kOOL - the church tool: www.churchtool.org',2,0,2,1247491426,'a:1:{s:7:\"depends\";a:2:{s:9:\"kool_base\";s:6:\"1.3.2-\";s:7:\"overlib\";s:0:\"\";}}','Renzo Lauper','renzo.lauper@kircheonline.ch','idefix7','b1e4fd3ac9022f056df56efcea2f1d65','Allow selection of whole calendars in flexform instead of single event groups only.','kirche online',3002002,1,0),('dmc_extender','0.1.1',220,53,'dmc extension extender','Extends a extension',2,0,0,1193315572,'a:0:{}','Thomas Haug','thomas.haug@dmc.de','snajo','9a1a99846bec423c4e445c6338534c91','BUGFIX: Classname parsing on PHP5','',1001,0,0),('dmc_extender','0.0.1',220,3,'dmc extension extender','Extends a extension',1,0,0,1186749996,'a:0:{}','Thomas Haug','thomas.haug@dmc.de','snajo','66e8dfd4db9af328125537cc100fb403','-','',1,0,0),('dmc_extender','0.0.2',220,17,'dmc extension extender','Extends a extension',1,0,0,1186995929,'a:0:{}','Thomas Haug','thomas.haug@dmc.de','snajo','c260106924faef90689a96c33115fea0','better error handling','',2,0,0),('dmc_extender','0.1.0',220,31,'dmc extension extender','Extends a extension',1,0,0,1187016165,'a:0:{}','Thomas Haug','thomas.haug@dmc.de','snajo','ecb5e02531b498c1d9c34be6215776b1','Checking whether the XCLASS inclusion Path exists','',1000,0,0),('dmc_extender','0.1.2',220,116,'dmc extension extender','Extends a extension',2,0,0,1197275721,'a:0:{}','Thomas Haug','thomas.haug@dmc.de','snajo','ce9f9fec7b5d9a8af12aef357c456474','Bugfix: First line in File was empty','',1002,1,0),('air_filemanager','0.2.3',1614,66,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1193331588,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','4984c465d9604d23286d2c4407b9633e','fixed fileurl bug','AIRware IT Systeme - www.airware.de',2003,0,0),('air_filemanager','0.3.5',1614,15,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1197918666,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','7ea7e42205ac60f4dafe1267cd4ca438','Another bugfix-release. Lot of things are now working again..','AIRware IT Systeme - www.airware.de',3005,0,0),('air_filemanager','0.2.2',1614,3,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1193300672,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','e1c414faeeee8e41e287d98b057f5d95','Fixed upload-bug','AIRware IT Systeme - www.airware.de',2002,0,0),('air_filemanager','0.0.1',1614,12,'Frontend Filemanager','Frontend Filemanager with DAM integration',0,-1,3,1191534713,'a:0:{}','Thomas Waggershauser','waggershauser@airware.de','tomair','52f18faaed8ee08150024c617f4bbc0f','initial release','',1,0,0),('air_filemanager','0.0.2',1614,11,'Frontend Filemanager','Frontend Filemanager with DAM integration',0,-1,3,1191595911,'a:0:{}','Thomas Waggershauser','waggershauser@airware.de','tomair','d09ee1c1fecabfe5f7bab59ab133ab1e','Fixed bug with fileuploads','',2,0,0),('air_filemanager','0.0.3',1614,7,'Frontend Filemanager','Frontend Filemanager with DAM integration',0,-1,3,1191649246,'a:0:{}','Thomas Waggershauser','waggershauser@airware.de','tomair','d131a94ee8208f95a5e5133c249e4b3c','fixed various bugs','',3,0,0),('air_filemanager','0.0.4',1614,26,'Frontend Filemanager','Frontend Filemanager with DAM integration',0,-1,3,1191659426,'a:0:{}','Thomas Waggershauser','waggershauser@airware.de','tomair','80da04d57cc3c546c31193850d3831e2','Added some documentation','',4,0,0),('air_filemanager','0.0.5',1614,14,'Frontend Filemanager','Frontend Filemanager with DAM integration',0,-1,3,1191947863,'a:0:{}','Thomas Waggershauser','waggershauser@airware.de','tomair','021ce32cd9aa363c99389d90624b71bb','Made some usabilty and scurity improvements . Not everything is documented right now, but I hope this will come soon.','',5,0,0),('air_filemanager','0.0.6',1614,18,'Frontend Filemanager','Frontend Filemanager with DAM integration',0,-1,3,1192061871,'a:0:{}','Thomas Waggershauser','waggershauser@airware.de','tomair','1eaa2344282159292a47aaed6babbd98','Some modifications in the access control. Still no file rights but global settings with typoscript seem to work now...','',6,0,0),('air_filemanager','0.1.0',1614,3,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1192142787,'a:0:{}','Thomas Waggershauser','waggershauser@airware.de','tomair','34a4ccda45c94ad2a2487f4f78bc6812','Updated Dokumentation and fixed more bugs..','AIRware',1000,0,0),('air_filemanager','0.1.1',1614,36,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1192146004,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','122b412447fcbe7ead5dd3204cdeab38','','AIRware IT Systeme - www.airware.de',1001,0,0),('air_filemanager','0.1.2',1614,29,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1192434161,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','efc7ca8b4fadebaa103554e94b4a0f03','added something like file-permissions using enablefields. Now its possible to allow access to a file only for a special group. This feature is still experimental and not ocumented right now. Im adding some more features for access-control right at the mo','AIRware IT Systeme - www.airware.de',1002,0,0),('air_filemanager','0.2.0',1614,7,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1193129583,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','6366ea63a25d16fbdb4d439838724a1b','Now indexing dirs and a new access-system.Feels like ftp with FE-Users. Docu update coming soon..','AIRware IT Systeme - www.airware.de',2000,0,0),('air_filemanager','0.2.1',1614,31,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1193137582,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','0c6e797b93d509d028d023eabcb47039','fixed two more bugs...','AIRware IT Systeme - www.airware.de',2001,0,0),('air_filemanager','0.3.0',1614,45,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1196187041,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','f6d9f85d6a663449e08cb51b76206146','architecture modified, fe_filerights does not work with this at the moment, but I will change this soon...','AIRware IT Systeme - www.airware.de',3000,0,0),('air_filemanager','0.3.1',1614,34,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1197296199,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','bcab598415740be8410bfc6d03264752','Fixed some bugs ( blank and parse error).Special thanks to Siegfried Eder for testing!','AIRware IT Systeme - www.airware.de',3001,0,0),('air_filemanager','0.3.2',1614,23,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1197480299,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','f6e8a2115527e628649a5ab5f36da38c','Automatic indexing of files and some modifications for air_fe_filerights.','AIRware IT Systeme - www.airware.de',3002,0,0),('air_filemanager','0.3.3',1614,18,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1197619836,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','18aec1a7510d56701f39ea0b6437cbcd','Added localisation, thanks to Alban Cousini for translation to french and english!Fixed also a bug in access-scheme.','AIRware IT Systeme - www.airware.de',3003,0,0),('air_filemanager','0.3.4',1614,28,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1197659476,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','54d7021a300e0ed0d50ec2cd20a8057f','php4-fix for Elena and some minor stuff','AIRware IT Systeme - www.airware.de',3004,0,0),('air_filemanager','0.3.6',1614,25,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1198051055,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','4f8190c5e28818decf8effb9a312dbce','Upload now inserts the correct user again. Some other updates...','AIRware IT Systeme - www.airware.de',3006,0,0),('air_filemanager','0.3.7',1614,23,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1198506826,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','40081ca975d08010583ffb1d2fb86146','','AIRware IT Systeme - www.airware.de',3007,0,0),('air_filemanager','0.3.8',1614,42,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1198749164,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','2d5b426190e9f04d0b4cf2a20d622b40','fixed minor bugs','AIRware IT Systeme - www.airware.de',3008,0,0),('air_filemanager','0.4.0',1614,13,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1199401253,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','474fda01a7be5ba42677283b8b4f15c6','Now categories can be edited and set by default with ts.','AIRware IT Systeme - www.airware.de',4000,0,0),('air_filemanager','0.4.1',1614,23,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1199433411,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','8aa758be51f7a9b7984dbf4c9b143344','Nun das ganze nochmal mit dem richtigen template..','AIRware IT Systeme - www.airware.de',4001,0,0),('air_filemanager','0.4.2',1614,53,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1199609250,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','43ff250d451f7b6361fe8d8ffa29c7e7','Bugfix categories and some minor changes..','AIRware IT Systeme - www.airware.de',4002,0,0),('air_filemanager','0.5.0',1614,11,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1199909198,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"5.2.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','e4a717900e0d2fbaff9c9de5c988c601','some serious core stuff rewritten. Should become more stable now. update air_fefilelist too, if you use it. ferights does not work at the moment with this..','AIRware IT Systeme - www.airware.de',5000,0,0),('air_filemanager','0.5.1',1614,35,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1199952023,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"5.2.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','f95b2c020a083f06fee90cc140a3a11b','','AIRware IT Systeme - www.airware.de',5001,0,0),('air_filemanager','0.5.2',1614,24,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1200579126,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','52dea0b79557f2c7138dd2b32f195d4b','Some minor fixes.Works with php4 again..','AIRware IT Systeme - www.airware.de',5002,0,0),('air_filemanager','0.5.3',1614,25,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1200756673,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','44af4b7842db20f067c14c87141127e7','Added possibility to set default-rights via ts. Fixed more bugs and added keywords..','AIRware IT Systeme - www.airware.de',5003,0,0),('air_filemanager','0.5.4',1614,66,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1200910962,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','4207e94ab34b524af2a2f837f19a725e','bugfix: now triming keywords, when editing..','AIRware IT Systeme - www.airware.de',5004,0,0),('air_filemanager','0.5.5',1614,3,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1202145175,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','4acc477fc3c91e3264caffd0bf7de92b','bugfixes, uploaded files are now chmodded with 644','AIRware IT Systeme - www.airware.de',5005,0,0),('air_filemanager','0.5.6',1614,167,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1202147127,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','4d56f89851d74307dbf1f7d3c22edae5','','AIRware IT Systeme - www.airware.de',5006,0,0),('air_filemanager','0.6.0',1614,90,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1208004678,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','fd2a76ea3d63c3e314ac76f45dc34c86','Features homedirs for fe-users and flexform in the Plugin. Thanks to Hochschule Darmstadt for sponsoring this version!','AIRware IT Systeme - www.airware.de',6000,0,0),('air_filemanager','0.6.1',1614,52,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,-1,3,1210795793,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','5d796ffee26651f90313842c93952d14','Important security fix. Please upgrade from earlier versions to this version. Check Security Bulletin TYPO3-20080515-2 for further details.','AIRware IT Systeme - www.airware.de',6001,0,1),('air_filemanager','0.6.2',1614,263,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,0,3,1211187624,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','289b96817a4e54230b392e191e1c25ec','Important security fix. Please upgrade from earlier versions to this version.','AIRware IT Systeme - www.airware.de',6002,0,0),('air_filemanager','0.7.0',1614,115,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,0,3,1221803621,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"5.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','209ecd12d4d961bae264fdefec8d858f','ACLs and inheritance of rights for files and folders. Various bugfixes..','AIRware IT Systeme - www.airware.de',7000,0,0),('air_filemanager','0.7.1',1614,69,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,0,3,1225297968,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"5.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','8bb663aa27a8a1bde9bf0e19cec86653','Lots of BugfixesThis Version is sponsored by Janda Roscher (http://www.janda-roscher.de)','AIRware IT Systeme - www.airware.de',7001,0,0),('air_filemanager','0.7.3',1614,1,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,0,3,1227697152,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"5.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','4cd8b7ee9e5fd657cd5c7c02edd113b9','Checkform for upload, filemanagergallery (pi2), lots of improvements and bugfixes..','AIRware IT Systeme - www.airware.de',7003,0,0),('air_filemanager','0.8.0',1614,0,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,0,3,1232473800,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"5.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','12039c6bef9cac6ea7005d2c9f0d9194','Better DAM-integration and upload of multiple files. Have a look at http://www.airware.de for more details..','AIRware IT Systeme - www.airware.de',8000,0,0),('air_filemanager','0.8.1',1614,1,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,0,3,1232973834,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"5.0.0-0.0.0\";s:5:\"typo3\";s:11:\"4.0.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','0d0fe674aa582369187933030427963a','Bugfixrelease','AIRware IT Systeme - www.airware.de',8001,0,0),('air_filemanager','0.8.16',1614,14,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,0,3,1243790644,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"5.0.0-0.0.0\";s:5:\"typo3\";s:11:\"4.0.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','cfc9df9c2c0c0dc60dec4cedb988c8ec','Lots of new features: Linked Breadcrump-Path, improved sorting, email-notifications, renaming of directories, expiry-date, subadmins, recursive modification of ACLs...','AIRware IT Systeme - www.airware.de',8016,0,0),('air_filemanager','0.9.15',1614,73,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,0,3,1255343813,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"5.0.0-0.0.0\";s:5:\"typo3\";s:11:\"4.0.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','865f2d0992431590d0e451697da63609','','AIRware IT Systeme - www.airware.de',9015,0,0),('air_filemanager','0.9.16',1614,0,'Frontend Filemanager','Frontend Filemanager with DAM integration',1,0,3,1257758689,'a:1:{s:7:\"depends\";a:3:{s:3:\"dam\";s:0:\"\";s:3:\"php\";s:11:\"5.0.0-0.0.0\";s:5:\"typo3\";s:11:\"4.0.0-0.0.0\";}}','Thomas Waggershauser','waggershauser@airware.de','tomair','c781af3cc0f06cd57d37a0941e4c0d0d','','AIRware IT Systeme - www.airware.de',9016,1,0),('bzb_ldapsso','0.1.0',1087,51,'Ldap SSO','SSO for ldap authorisation',1,0,1,1123052605,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:7:\"eu_ldap\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Christian Zenz','christian.zenz@bzbuchs.ch','zenzc','3a58dbe42879c095678307cd9a9cb6dc','','',1000,0,0),('bzb_ldapsso','0.2.0',1087,38,'Ldap SSO','SSO for ldap authorisation',1,0,1,1123774333,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:7:\"eu_ldap\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Christian Zenz','christian.zenz@bzbuchs.ch','zenzc','26bbb858861b9441390738d204a60e38','','',2000,0,0),('bzb_ldapsso','0.2.1',1087,725,'Ldap SSO','SSO for ldap authorisation',1,0,1,1124442439,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:7:\"eu_ldap\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Christian Zenz','christian.zenz@bzbuchs.ch','zenzc','a1bdfe82a69655729eff36c5c852c318','','',2001,0,0),('bzb_ldapsso','1.0.0',1087,6,'Ldap SSO','SSO for ldap authorisation',1,0,1,1189499095,'a:1:{s:7:\"depends\";a:3:{s:7:\"eu_ldap\";s:0:\"\";s:3:\"php\";s:11:\"5.1.0-0.0.0\";s:5:\"typo3\";s:13:\"4.1.0.0-0.0.0\";}}','Christian Zenz','christian.zenz@bzbuchs.ch','zenzc','7d299738d5ea5d7cb1d1101735d06f06','','',1000000,0,0),('bzb_ldapsso','2.0.0',1087,45,'Ldap SSO','SSO for ldap authorisation',1,0,1,1189494915,'a:1:{s:7:\"depends\";a:3:{s:7:\"eu_ldap\";s:0:\"\";s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Christian Zenz','christian.zenz@bzbuchs.ch','zenzc','647774c25fe462fd57893fad9acb9009','','',2000000,1,0),('bzb_ldapsso','1.0.1',1087,194,'Ldap SSO','SSO for ldap authorisation',2,0,1,1189510284,'a:1:{s:7:\"depends\";a:3:{s:7:\"eu_ldap\";s:0:\"\";s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Christian Zenz','christian.zenz@bzbuchs.ch','zenzc','d08204ee1e7e93f85ce18d832d0266ab','','',1000001,0,0),('bzb_newloginbox_redirect','0.1.1',6136,197,'New loginbox extended with redirect function','Redirect the FE user after login direct to the page specifed in the url with the id parameter',1,0,3,1123841942,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:11:\"newloginbox\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Christian Zenz','christian.zenz@bzbuchs.ch','zenzc','c57e683f17bfe563d415063e2dc5b9eb','','',1001,0,0),('bzb_newloginbox_redirect','0.1.2',6136,4175,'New loginbox extended with redirect function','Redirect the FE user after login direct to the page specifed in the url with the id parameter',1,0,3,1124442371,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:11:\"newloginbox\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Christian Zenz','christian.zenz@bzbuchs.ch','zenzc','d077f42f62f465bdee3e821dc0feb949','','',1002,0,0),('bzb_newloginbox_redirect','1.0.0',6136,1414,'New loginbox extended with redirect function','Redirect the FE user after login direct to the page specifed in the url with the id parameter',1,0,3,1189501121,'a:1:{s:7:\"depends\";a:3:{s:11:\"newloginbox\";s:0:\"\";s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Christian Zenz','christian.zenz@bzbuchs.ch','zenzc','6e613761fb9e7a2688bc61d46703bbff','','',1000000,1,0),('bzb_securelink','0.1.6',1211,42,'Authorized file links','Push files from fileadmin only to Authorized users',1,0,2,1124701075,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Christian Zenz','christian.zenz@bzbuchs.ch','zenzc','10e1bff78a3dc87210b592d6c5e40af3','','',1006,0,0),('bzb_securelink','0.2.0',1211,55,'Authorized file links','Push files from fileadmin only to Authorized users',1,0,2,1125397066,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Christian Zenz','christian.zenz@bzbuchs.ch','zenzc','e912149a8d455374d9722b37d0d53747','','',2000,0,0),('bzb_securelink','0.2.1',1211,208,'Authorized file links','Push files from fileadmin only to Authorized users',1,0,2,1131697678,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Christian Zenz','christian.zenz@bzbuchs.ch','zenzc','60266da47e33c9cd24a7fd18d91bf531','','',2001,0,0),('bzb_securelink','0.2.2',1211,15,'Authorized file links','Push files from fileadmin only to Authorized users',1,0,2,1131697697,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Christian Zenz','christian.zenz@bzbuchs.ch','zenzc','8e315fdd60b0eca4b51763ab8c725ba0','','',2002,0,0),('bzb_securelink','0.2.3',1211,584,'Authorized file links','Push files from fileadmin only to Authorized users',1,0,2,1131697762,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Christian Zenz','christian.zenz@bzbuchs.ch','zenzc','11702a15832b8b201eba84987faa3ae0','','',2003,0,0),('bzb_securelink','1.0.0',1211,197,'Authorized file links','Push files from fileadmin only to Authorized users',1,0,2,1189501093,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Christian Zenz','christian.zenz@bzbuchs.ch','zenzc','ffe121549ee1b41b38081eabff1e92a9','','',1000000,1,0),('bzd_equipment','0.1.0',172,47,'BZD Equipment','Shows your rooms and the equipment therein.',0,-1,3,1129287164,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mario Rimann','mario.rimann@bbzdietikon.ch','mrimann','8cc48ecc6b06de69d987fa0f78073102','First public release. Extended the manual. See the manual for a detailed changelog.','',1000,0,0),('bzd_equipment','0.1.1',172,36,'BZD Equipment','Shows your rooms and the equipment therein.',0,-1,3,1129672145,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mario Rimann','mario.rimann@bbzdietikon.ch','mrimann','1518fe0f4576336d48f2e6187fe84eb8','see manual for detailed changelog','',1001,0,0),('bzd_equipment','0.1.2',172,82,'BZD Equipment','Shows your rooms and the equipment therein.',0,-1,3,1131563426,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mario Rimann','mario.rimann@bbzdietikon.ch','mrimann','468047eb4396d6c3f4b5a32359f504a6','Changed the starting-point behaviour. Its now possible to select the startingpoint.','',1002,1,1),('bzd_staff_directory','0.0.3',2496,10,'BZD Staff Directory','',0,-1,3,1128614717,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mario Rimann','mario.rimann@bbzdietikon.ch','mrimann','0345ac679b7fcdaada413958d65b7d39','next revision, some little bugs fixed and new functions implemented. The template is still buggy in opera, but looks ok in IE (only CSS stuff).','',3,0,0),('bzd_staff_directory','0.0.4',2496,90,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',0,-1,3,1130429339,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mario Rimann','mario.rimann@bbzdietikon.ch','mrimann','ef248513d52a61b8b2c45062624c86b6','Changed the documentation.','',4,0,0),('bzd_staff_directory','0.0.5',2496,150,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',0,-1,3,1135104354,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mario Rimann','mario.rimann@bbzdietikon.ch','mrimann','8304bb2d543f9d0f4dbb8650f1243c6f','Error in manual corrected.','',5,0,1),('bzd_staff_directory','0.0.6',2496,130,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',1,0,3,1150195789,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Mario Rimann','typo3-coding@rimann.li','mrimann','83a2d2ac1a9807d168a140c3fa8d8a8f','Fixed a potential security issue. In addition, many things got changed - please see the changelog in the manual.','',6,0,0),('bzd_staff_directory','0.1.0',2496,118,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',1,0,3,1151603826,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Mario Rimann','typo3-coding@rimann.li','mrimann','48a4b187a1c62e9b40bc8b4eb10d5be5','Added multilanguage support (localization of person records) and improved the usability.','',1000,0,0),('bzd_staff_directory','0.1.1',2496,139,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',1,0,3,1151913981,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Mario Rimann','typo3-coding@rimann.li','mrimann','7d50e5706dbc930fca4023e9037d82f7','Added a switch to ignore the group selection (and therefore show all persons)','',1001,0,0),('bzd_staff_directory','0.1.2',2496,115,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',1,0,3,1153666300,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Mario Rimann','typo3-coding@rimann.li','mrimann','8c1de3ebe3ef9413592b9f1418500ee8','Fixed a bug with selection of the template file in the flexform.','',1002,0,0),('bzd_staff_directory','0.2.0',2496,127,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',1,0,3,1154093577,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Mario Rimann','typo3-coding@rimann.li','mrimann','9e2e5c2b351d1874491a14ce35dfcefd','Please see the change log in the file Changelog in the extensions directory.','',2000,0,0),('bzd_staff_directory','0.2.5',2496,195,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',1,0,3,1156441066,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:13:\"bidirectional\";s:5:\"1.1.0\";s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Mario Rimann','typo3-coding@rimann.li','mrimann','a4a12c8a8fa65032d796cfc2a0d99b98','Intermediate release. Contains some smaller bugfixes and also new features.','',2005,0,0),('bzd_staff_directory','0.3.0',2496,185,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',1,0,3,1164273168,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:13:\"bidirectional\";s:5:\"1.1.0\";s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Mario Rimann','typo3-coding@rimann.li','mrimann','d73714baeef774722252799bbff0de6f','Added a few new features and enhancements. Please see changelog.txt for details.','',3000,0,0),('bzd_staff_directory','0.3.1',2496,339,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',1,0,3,1165520004,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:13:\"bidirectional\";s:5:\"1.1.0\";s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Mario Rimann','typo3-coding@rimann.li','mrimann','306e5a84fdb18623a0d18db311602126','Fixed a problem in ListView when ignoring the group selection (showing all persons).','',3001,0,0),('bzd_staff_directory','0.4.0',2496,195,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',1,0,3,1176022695,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:13:\"bidirectional\";s:5:\"1.1.0\";s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Mario Rimann','typo3-coding@rimann.org','mrimann','d1904893cd5430ae2c6a7a6e0114f904','Contains some BE-usability improvements, a new list view type and localizations for the team records.','',4000,0,0),('bzd_staff_directory','0.5.0',2496,420,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',1,0,3,1179673383,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:13:\"bidirectional\";s:6:\"1.1.0-\";s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Mario Rimann','typo3-coding@rimann.org','mrimann','b7aff5895d3c4f363b2bc35afc45bfe4','Added some new features and two bug fixes. Please see the included changelog file.','',5000,0,0),('bzd_staff_directory','0.6.0',2496,48,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',1,0,3,1208465858,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"5.1.0-0.0.0\";s:5:\"typo3\";s:11:\"4.1.0-0.0.0\";}}','Mario Rimann','typo3-coding@rimann.org','mrimann','9b767f8aceb73e632c14ec56a114c15d','Some minor bugfixes, little changes and small new features are included. Now requires PHP 5.1 and TYPO3 4.1','',6000,0,0),('bzd_staff_directory','0.6.1',2496,223,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',1,0,3,1209574259,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"5.1.0-0.0.0\";s:5:\"typo3\";s:11:\"4.1.0-0.0.0\";}}','Mario Rimann','typo3-coding@rimann.org','mrimann','73b6c7fe07f1ca651d92d2b536748825','Contains two bug fixes regarding the selectors in the Backend.','',6001,0,0),('bzd_staff_directory','0.7.0',2496,0,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',1,0,3,1227543263,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"5.1.0-0.0.0\";s:5:\"typo3\";s:12:\"4.1.0-4.3.99\";s:5:\"oelib\";s:12:\"0.4.0-0.4.99\";}}','Mario Rimann','typo3-coding@rimann.org','mrimann','9d752c19ff40ef8be7f20f520cdc0161','Some minor bug fixes.','',7000,0,0),('bzd_staff_directory','0.7.1',2496,0,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',1,0,3,1227693019,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"5.1.0-0.0.0\";s:5:\"typo3\";s:12:\"4.1.0-4.3.99\";s:5:\"oelib\";s:12:\"0.4.0-0.4.99\";}}','Mario Rimann','typo3-coding@rimann.org','mrimann','8a3d53b4b935bbe8a23987b4499fa9f5','Bug fix with oelib template-helper inclusion.','',7001,0,0),('bzd_staff_directory','0.7.2',2496,0,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',1,0,3,1230114531,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"5.1.0-0.0.0\";s:5:\"typo3\";s:12:\"4.1.0-4.3.99\";s:5:\"oelib\";s:12:\"0.4.0-0.5.99\";}}','Mario Rimann','typo3-coding@rimann.org','mrimann','e316463927c5d001e4e864c546c81fd8','Fixed compatibility with oelib starting from 0.5.0 (removed calls to deprecated methods).','',7002,0,0),('bzd_staff_directory','0.7.3',2496,0,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',1,0,3,1234523291,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"5.1.0-0.0.0\";s:5:\"typo3\";s:12:\"4.1.0-4.3.99\";s:5:\"oelib\";s:12:\"0.4.0-0.5.99\";}}','Mario Rimann','mario@screenteam.com','mrimann','191c314f793d793b3e1a22682f7ae14d','Fixed problems with hidden subparts in the template. Removed flexform options for CSS and HTML template (see documentation).','Screenteam GmbH',7003,0,0),('bzd_staff_directory','0.7.4',2496,0,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',1,0,3,1235772569,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"5.1.0-0.0.0\";s:5:\"typo3\";s:12:\"4.1.0-4.3.99\";s:5:\"oelib\";s:12:\"0.4.0-0.5.99\";}}','Mario Rimann','mario@screenteam.com','mrimann','892d228f52418dabac7fd5cbb8f60746','Location records are now allowed on regular pages, the extension is now usable as global extension and some minor bugs were fixed.','Screenteam GmbH',7004,0,0),('bzd_staff_directory','0.7.5',2496,11,'BZD Staff Directory','An extension to show your staff or club-members in different output styles (single persons, lists).',5,0,3,1241074541,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:11:\"5.1.0-0.0.0\";s:5:\"typo3\";s:12:\"4.1.0-4.3.99\";s:5:\"oelib\";s:12:\"0.4.0-0.5.99\";}}','Mario Rimann','mario@screenteam.com','mrimann','5c7f10dcadbe69e6b763e1fcc525d574','Small bug fix included. Please install bzdstaffdirectory for further updates (same extension, new key)! The extension under this extension-key will not be maintained any more! Read the upgrade notes in the manual - thanks!','Screenteam GmbH',7005,1,0),('c3bi_cookie_at_login','0.1.0',491,477,'Set Session Cookie at Login only','Set the FE Session-Cookie only if the user tries to login, not at every\nrequest as done by default.\nThis extensions extends tslib_feUserAuth via the XCLASS mechanism, so it\nprobably will not work with other extensions that do the same (like\ndifferent logi',1,0,2,1110878429,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Andreas Ferber','af@chaos-agency.de','aferber','7be28c206978bf32974087dd9ac78ee8','Add manual.','',1000,1,0),('cab_tv_getcontentparts','0.0.2',1328,328,'cab TV getContentParts','This extension lets you insert the content of a TV Column field into a TV TS-Object path field. Additionally, it is now also possible to define the source by UID, from where the content can be inserted . TV parts can also be arranged in a different way. T',1,1,3,1139410166,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";s:11:\"templavoila\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','andi zaugg','az@cabag.ch','sommer','e782a92f4d1ccd916864503f5693adba','','cab services ag, switzerland',2,0,1),('cab_tv_getcontentparts','0.0.3',1328,138,'cab TV getContentParts','This extension lets you insert the content of a TV Column field into a TV TS-Object path field. Additionally, it is now also possible to define the source by UID, from where the content can be inserted . TV parts can also be arranged in a different way. T',2,0,3,1143123043,'a:1:{s:7:\"depends\";a:4:{s:3:\"cms\";s:0:\"\";s:11:\"templavoila\";s:0:\"\";s:3:\"php\";s:6:\"4.0.0-\";s:5:\"typo3\";s:6:\"3.8.0-\";}}','andi zaugg','az@cabag.ch','sommer','bc1d03248d862f7e6c24c5ccda3cef8e','','cab services ag, switzerland',3,0,0),('cab_tv_getcontentparts','0.0.4',1328,354,'cab TV getContentParts','This extension lets you insert the content of a TV Column field into a TV TS-Object path field. Additionally, it is now also possible to define the source by UID, from where the content can be inserted . TV parts can also be arranged in a different way. T',2,0,3,1145969240,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"4.0.0-\";s:5:\"typo3\";s:6:\"3.8.0-\";}}','andi zaugg','az@cabag.ch','sommer','4b2613732bcc5b05c82773a74e568c35','resolved the flex language problem. (lDEF, lEN...)','cab services ag, switzerland',4,0,0),('cab_tv_getcontentparts','0.1.0',1328,324,'cab TV getContentParts','This extension lets you insert the content of a TV Column field into a TV TS-Object path field. Additionally, it is now also possible to define the source by UID, from where the content can be inserted . TV parts can also be arranged in a different way. T',2,0,3,1175011071,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','andi zaugg','az@cabag.ch','sommer','9735691c7b9fd4ab5048f50bd1dc02d1','Added a new option .langChild1. With this option its possible now to use both translation methods of templaVoila.','cab services ag, switzerland',1000,0,0),('cab_tv_getcontentparts','2.0.0',1328,19,'cab TV getContentParts','This extension lets you insert the content of a TV Column field into a TV TS-Object path field. Additionally, it is now also possible to define the source by UID, from where the content can be inserted . TV parts can also be arranged in a different way. T',2,0,3,1206453546,'a:1:{s:7:\"depends\";a:3:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"4.0.0-0.0.0\";s:11:\"templavoila\";s:11:\"1.3.0-0.0.0\";}}','andi zaugg / Sonja Scholz','ss@cabag.ch','sommer','1d03b68743f94a013f8bcb4c2ff10d83','added stdWrap to uid field\n support for langChild translation\n Fixed translation handling\n adapted the manual.sxw\nDevelopment will be continued by Sonja Scholz','cab services ag, switzerland',2000000,0,0),('cab_tv_getcontentparts','2.0.1',1328,153,'cab TV getContentParts','This extension lets you insert the content of a TV Column field into a TV TS-Object path field. Additionally, it is now also possible to define the source by UID, from where the content can be inserted . TV parts can also be arranged in a different way. T',2,0,3,1206620829,'a:1:{s:7:\"depends\";a:3:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"4.0.0-0.0.0\";s:11:\"templavoila\";s:11:\"1.3.0-0.0.0\";}}','andi zaugg / Sonja Scholz','ss@cabag.ch','sommer','ac3d99918d02b77ed2f214072a5aaced','fixed bug - PHP error occurs, when $XML in getPageFlexValue() isnt an array','cab services ag, switzerland',2000001,0,0),('cab_tv_getcontentparts','2.0.2',1328,0,'cab TV getContentParts','This extension lets you insert the content of a TV Column field into a TV TS-Object path field. Additionally, it is now also possible to define the source by UID, from where the content can be inserted . TV parts can also be arranged in a different way. T',2,0,3,1244123737,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"4.0.0-0.0.0\";}}','andi zaugg / Sonja Scholz','ss@cabag.ch','sommer','2b1ab64cd29a56d32af9b973ad36d5f8','docuemntation update, code cleanup','cab services ag, switzerland',2000002,0,0),('cab_tv_getcontentparts','2.0.3',1328,0,'cab TV getContentParts','This extension lets you insert the content of a TV Column field into a TV TS-Object path field. Additionally, it is now also possible to define the source by UID, from where the content can be inserted . TV parts can also be arranged in a different way. T',2,0,3,1245242795,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"4.0.0-0.0.0\";}}','andi zaugg / Sonja Scholz','ss@cabag.ch','sommer','317385cc4c601e80b6c946e05389bfff','fixed bug with numeric defined uid','cab services ag, switzerland',2000003,0,0),('cab_tv_getcontentparts','2.0.4',1328,12,'cab TV getContentParts','This extension lets you insert the content of a TV Column field into a TV TS-Object path field. Additionally, it is now also possible to define the source by UID, from where the content can be inserted . TV parts can also be arranged in a different way. T',2,0,3,1245242937,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"4.0.0-0.0.0\";}}','andi zaugg / Sonja Scholz','ss@cabag.ch','sommer','587f6fe808a64c6d00167b69674535ca','fixed bug with numeric uid','cab services ag, switzerland',2000004,1,0),('cag_linkchecker','0.1.1',1033,18,'Linkchecker','This extension is a backend module that lets you check your external links from tt_content for validity.',0,0,1,1132656273,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jochen Rieger','j.rieger@connecta.ag','jochen.rieger','f20f9b16a926018233135c4500fc5f92','','Connecta AG',1001,0,0),('cag_linkchecker','0.1.2',1033,784,'Linkchecker','This extension is a backend module that lets you check your external links from tt_content for validity.',0,0,1,1133793085,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Jochen Rieger','j.rieger@connecta.ag','jochen.rieger','40e50a01a356af56e632eaeccb8500d6','','Connecta AG',1002,0,0),('cag_linkchecker','0.5.0',1033,1,'Linkchecker','This extension is a backend module that lets you check your external links from tt_content for validity.',1,0,1,1239544214,'a:1:{s:7:\"depends\";a:2:{s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";}}','Jochen Rieger','j.rieger@connecta.ag','jochen.rieger','f8ed4244a591a453453b1225dcd42718','Major improvements. Thanks a lot to Jonas Duebi and Philipp Mueller for their improvements... see changelog for details!','Connecta AG',5000,0,0),('cag_linkchecker','0.2.0',1033,146,'Linkchecker','This extension is a backend module that lets you check your external links from tt_content for validity.',0,0,1,1203444025,'a:1:{s:7:\"depends\";a:2:{s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";s:3:\"php\";s:11:\"3.0.0-0.0.0\";}}','Jochen Rieger','j.rieger@connecta.ag','jochen.rieger','5dad9e0041b41a5dcb17749bb9964a4b','BIG THANKS to Philipp Mller for his works!The following has been changed:- ignore deleted pages- ignore deleted content elements- ext_emconf now 4.x compatible- edit icon now skinnable','Connecta AG',2000,0,0),('cag_linkchecker','0.6.0',1033,12,'Linkchecker','A backend module that lets you check your external links for validity. Originally developed for Connecta AG, Wiesbaden.',1,0,1,1239899693,'a:1:{s:7:\"depends\";a:2:{s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";}}','Jochen Rieger','j.rieger@connecta.ag','jochen.rieger','69071fe3f3d8ac5a6f403a01bae42b06','Thanks to Stefan Galinski for some very good improvements. See ChangeLog (use of t3lib_div::getUrl(), support for FTP / SFTP links, ...)','Connecta AG',6000,0,0),('cag_linkchecker','0.6.1',1033,53,'Linkchecker','A backend module that lets you check your external links for validity. Originally developed for Connecta AG, Wiesbaden.',1,0,1,1256381531,'a:1:{s:7:\"depends\";a:2:{s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";s:3:\"php\";s:11:\"4.0.0-0.0.0\";}}','Jochen Rieger','j.rieger@connecta.ag','jochen.rieger','6b3749222fb1d1ce532f008357eef1e5','bugfix \"if no page selected\" - Thanks to Micha Krypczyk','Connecta AG',6001,1,0),('cag_pagebrowser','0.1.0',1688,50,'Page Browser','With this plugin you can browse through the subpages of a page in endless circles',1,0,3,1133821536,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Torsten Schrade','t.schrade@connecta.ag','schrade','e985fd37ba879ff22eb69f213d2c0123','First public release','Connecta AG',1000,0,0),('cag_pagebrowser','0.1.1',1688,44,'Page Browser','With this plugin you can browse through the subpages of a page in endless circles',1,0,3,1133876265,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Torsten Schrade','t.schrade@connecta.ag','schrade','737223d9f82015b1e859829e4231300b','- correction of minor TS bug: in some scenarios the looping didnt work- revised documentation (now with templavoila)','Connecta AG',1001,0,0),('cag_pagebrowser','0.1.2',1688,22,'Page Browser','With this plugin you can browse through the subpages of a page in endless circles',1,0,3,1133969266,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Torsten Schrade','t.schrade@connecta.ag','schrade','3add90133c7152eae805dd83daae40e1','- exclusion of certain doktypes now possible (thx. to Boris Podzeit for the feature request)- basic wraps now configurable with Constant Editor','Connecta AG',1002,0,0),('cag_pagebrowser','0.1.3',1688,60,'Page Browser','With this plugin you can browse through the subpages of a page in endless circles',1,0,3,1134052521,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Torsten Schrade','t.schrade@connecta.ag','schrade','641e90777e2f27f410e6b831468162ce','','Connecta AG',1003,0,0),('cag_pagebrowser','0.1.4',1688,261,'Page Browser','With this plugin you can browse through the subpages of a page in endless circles',1,0,3,1134550770,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Torsten Schrade','t.schrade@connecta.ag','schrade','4abff9b364234b5bfa1593cc2d6f7761','1. new feature: indexlink is now configurable like all the other browsewords (thx to Stefan Dumont for the feature request)2. changed wording in Constant Editor to be less confusing','Connecta AG',1004,0,0),('cag_pagebrowser','0.1.5',1688,62,'Page Browser','With this plugin you can browse through the subpages of a page in endless circles',1,0,3,1144615880,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Torsten Schrade','t.schrade@connecta.ag','schrade','584b744dbbc4890a306c4cf4fbb7983b','Ready for t3skin.','Connecta AG',1005,0,0),('cag_pagebrowser','1.0.0',1688,515,'Page Browser','With this plugin you can browse through the subpages of a page in endless circles',2,0,3,1148597084,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Torsten Schrade','t.schrade@connecta.ag','schrade','43e167974e2a5224612e2b7c9d3de34f','New features: Pagebrowser can now operate recursively for whole page branches; its now possible to \"walk\" up/down besides left/right in the pagetree. TypoScript notation has slightly changed - you may have to adapt your TS when upgrading.','Connecta AG',1000000,0,0),('cag_pagebrowser','1.1.0',1688,127,'Page Browser','With this plugin you can browse through the subpages of a page in endless circles',2,0,3,1187212384,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Torsten Schrade','t.schrade@connecta.ag','schrade','154b90d843659204ebf035ee7dcd77db','Revised version with new features. The insertion of paginations is not restricted to the pagebrowser doktype anymore. Please read the upgrade section in the manual.','Connecta AG',1001000,0,0),('cag_pagebrowser','1.1.1',1688,43,'Page Browser','With this plugin you can browse through the subpages of a page in endless circles',2,0,3,1196494123,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Torsten Schrade','t.schrade@connecta.ag','schrade','c9f36fbee59efe4576a8c9b593685f2d','Bugfix for use with Templavoila.','Connecta AG',1001001,0,0),('cag_pagebrowser','1.2.0',1688,273,'Page Browser','Quickly insert paginations (prev/next menus) in sections of your website',2,0,3,1197444080,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Torsten Schrade','t.schrade@connecta.ag','schrade','54c7d41eee91021efdd6e0d347a7a709','New feature: Output all pages of a section as pagenumbers (see manual)','Connecta AG',1002000,0,0),('cag_pagebrowser','1.2.1',1688,232,'Page Browser','Quickly insert paginations (prev/next menus) in sections of your website',2,0,3,1216415366,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";}}','Torsten Schrade','schradt@uni-mainz.de','schrade','bacafda0b73893d81171f49cc66d7367','Bugfix: Display of pagebrowser doktype was broken in TYPO3 4.2.1','',1002001,1,0),('cal','0.7.0',22525,68,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',3,-1,3,1139767374,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','84d9207b18af068255898683d1baa23a','Added single list-view. Fully configurable through ts: e.g. starttime now, endtime 1 month, default_view list.','',7000,0,0),('cal','0.7.1',22525,96,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',3,-1,3,1139767381,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','b0667127dbf097d2e65592ffbc758d5a','','',7001,0,0),('cal','0.7.2',22525,177,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',0,-1,3,1139847017,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','e6f752753d94d86af1e7c23b2a21b937','merged italien translationremoved day-link from list-view','',7002,0,0),('cal','0.7.3',22525,29,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',0,-1,3,1139847028,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','0e6b62dd0ec40e4a581c2ef98ec15511','','',7003,0,0),('cal','0.8.0',22525,83,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',0,-1,3,1139847686,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','070d718614ef84db74cd1a732cb1ce81','fixed bug with recurring events on list viewadded max_events for list view','',8000,0,0),('cal','0.8.1',22525,138,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',0,-1,3,1139898887,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','1a2f3fe2cd4a9582db3b656688153e69','merged missing finnish and dutch translations - sorry guys','',8001,0,0),('cal','0.8.2',22525,435,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',0,-1,3,1140271329,'a:0:{}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','3a40dff8bd03de7a81d87a8c86eef94b','fixed the bug in the locallang.php file','',8002,0,0),('cal','0.16.0',22525,205,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1197923089,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.1.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','468e042117217546cc7706e8cf647768','Full localization of records.\n Added event attendees and basic scheduling.\n Converted all internal date handling to PEAR date.\n Converted date storage from UNIX timestamp to yyyymmdd.\n Added support for dates prior to 1970 and after 2030 with the tw','',16000,0,0),('cal','0.9.0',22525,955,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',0,-1,3,1141245056,'a:1:{s:7:\"depends\";a:3:{s:3:\"cms\";s:0:\"\";s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:11:\"3.8.0-4.0.0\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','a6ade0e39b1fba180494fab910130ed1','Added support for category colors\nConfiguration of the different page ids is possible\nFrench translation (thx Jean-Michel Hubert)\nPlease report bugs/comments to t3-calendar newsgroup','',9000,0,0),('cal','0.10.0',22525,283,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1147070285,'a:1:{s:7:\"depends\";a:5:{s:3:\"cms\";s:0:\"\";s:10:\"tt_address\";s:0:\"\";s:18:\"rlmp_dateselectlib\";s:0:\"\";s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:11:\"3.8.0-4.0.0\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','8eca53d9f22b9b469b24aa917fa001ae','Current features:\n- Based on the iCal standard\n- Import and export of ICS/iCal files and feeds\n- Recurring events and exceptions\n- Event monitoring and notification for frontend users.\n- Default Views: List, Day, Week, Month, Year, Organizer, Location\n- O','',10000,0,0),('cal','0.11.0',22525,650,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1147878156,'a:1:{s:7:\"depends\";a:5:{s:3:\"cms\";s:0:\"\";s:10:\"tt_address\";s:0:\"\";s:18:\"rlmp_dateselectlib\";s:0:\"\";s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:11:\"3.8.0-4.0.0\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','13f3c260dc65820484e091f15aa5a11d','Several bugs fixed new features added:- Events as link - Search - Login. More infos on typo3-calendar.org','',11000,0,0),('cal','0.12.0',22525,220,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1155196286,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:11:\"3.8.0-4.0.0\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','28ed5f646d9e0d35edc55edb62d7abbf','Please visite http://www.svn.webempoweredchurch.org:3000/calendar/ or http://typo3-calendar.org/ for details','',12000,0,0),('cal','0.12.1',22525,662,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1155244262,'a:1:{s:7:\"depends\";a:3:{s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:12:\"3.8.0-4.0.99\";s:18:\"rlmp_dateselectlib\";s:0:\"\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','d7ec20d58a7690e4fc459dc6d732b7d3','Please visit http://www.svn.webempoweredchurch.org:3000/calendar/ or http://typo3-calendar.org/ for details','',12001,0,0),('cal','0.13.0',22525,313,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1158404126,'a:0:{}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','166b939fe6310eb9b62a233e9342e8f9','Lots of bugfixes!Added ability to define multiple views in the plugins FlexForm.Added Free/Busy views and shared events. Private events can show up only as busy, or can be shared with certain users.Integrated latitude/longitude into locatio','',13000,0,0),('cal','0.13.1',22525,873,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1158869010,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:12:\"3.8.0-4.0.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','e814e4b3fcb4ac243108fd63f25d7ec2','Fixed bug that prevented events from showing.\nAdded security checks for piVars.','',13001,0,0),('cal','0.14.0',22525,271,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1164922207,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:12:\"3.8.0-4.0.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','333f7b315623de6be48446e0b8c27a04','Many many bugfixes and new features. Visit typo3-calendar.org for details','',14000,0,0),('cal','0.14.1',22525,1983,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1165254006,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:12:\"3.8.0-4.0.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','eabeb1780166d281de9077605e574be8','Fixed bug: creating event from month-view; location&organizer view; Extended backlink functionality to work with different page_ids; in strtotimeOffset','',14001,0,0),('cal','0.15.0',22525,595,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1176933962,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.1.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','de885572399f746c0808a2251fb588ce','Major updates for recurring events and search.\n Lots of improvements to backend usability.\n Added calendar and category filtering from Flexform and Typoscript.\n Added stdWrap support in many places.','',15000,0,0),('cal','0.15.1',22525,1043,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1179158558,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.1.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','6e3fd3a8059cfd3eb0d7d13b3a8b396d','Fixes for various timezone bugs, both backend and frontend. \n\nBackend usability enhancements, including major update to exception events.\n\nImproved custom marker functionality.\n\nLots of minor bugfixes throughout the extension.','',15001,0,0),('cal','0.15.2',22525,188,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1183062551,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.1.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','404578d09ac41198debad204cf3dbf93','Added completely new icon set. Thanks to Ingo Renner!\n\n Added filtering to RSS view so that scheduled events are only shown a few days in advance.\n\n Lots of cleanup to frontend editing.\n\n Improved formatting and default search ranges in each search v','',15002,0,0),('cal','0.15.3',22525,433,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1183487279,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.1.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','1036333bfd416dcbfdd595b32ca4776a','Removed option for nested or flat categories since the nested interface also supports flat categories.\nRecurring event interface is enabled by default.\nSeveral bugfixes for category handling.\nSmaller bugfixes for RSS view, ICS view, and recurring events.','',15003,0,0),('cal','0.15.4',22525,2588,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1184879936,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.1.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','6cc902f4fc4f9997a9fedcb04adc8061','Several bugfixes for category handling and frontend editing.','',15004,0,0),('cal','0.15.5',22525,874,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1194392741,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.1.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','3e80ccfcc67c2e748cf48719aea3e92e','Improved display of all day events.\nBugfix for workspace support.\nBugfix for RTE support when non-admins edit events in the frontend.\nBugfix for start and end time when searching.','',15005,0,0),('cal','0.16.1',22525,520,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1198527452,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.1.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','55a21e669cb11da23ad1625827c2b585','Minor bugfixes for list view rendering, configurable week start day, ICS creation, and frontend editing. Also fixed FlexForm field for defining custom Typoscript.','',16001,0,0),('cal','0.16.2',22525,866,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1200525075,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.1.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','a5c0531e2c2b89ba651b7a74fcdabfae','Lots of small bugfixes, mainly on Typoscript configuration and the various frontend views.','',16002,0,0),('cal','0.16.3',22525,215,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1203634961,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.2.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','aae213f3f066ecbbfb477521e77209d5','Fixed rare crashes during install or Indexed Search crawling. XHML cleanups in several templates. Improved caching support in Frontend Editing. ICS output bugfixes. Frontend editing bugfixes. Recurring event bugfixes.','',16003,0,0),('cal','0.16.4',22525,273,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1204046725,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.2.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','cd745ef7e36bf0cd78d056b8310b4a96','Fix for long events in list view, day view, and week view. Further ICS cleanups for all day events and special characters. Minor bugfixes in frontend editing. Added new styling for free and busy views.\nAdded missing Typoscript configuration for phone numb','',16004,0,0),('cal','0.16.5',22525,4,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1204756663,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.2.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','9d1367073f856aaa773225d25d976aaf','Fixed bug when copying events. Fixed bug with adding exceptions to events that link to internal TYPO3 pages. Fixed bug with recurring events on the 5th mo/tu/we/etc of each month. Fixed bugs with all day events in week view. Fixed ICS bug when recurrence','',16005,0,0),('cal','0.16.6',22525,564,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1204756742,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.2.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','e3a07054e7634e8fffe710bfde6e1f74','Fixed bug when copying events Fixed bug with adding exceptions to events that link to internal TYPO3 pages. Fixed bug with recurring events on the 5th mo/tu/we/etc of each month. Fixed bugs with all day events in week view. Fixed ICS bug when recurren','',16006,0,0),('cal','0.17.0',22525,426,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1206738243,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.2.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','71fd16e64f9fcdfd307da73433e36e15','Major improvements to Typoscript configuration and rendering. Integration with default content elements and DAM is now possible. Added list view configuration options for more flexible page browser and event filters. Fixed bugs with backend date entry wh','',17000,0,0),('cal','0.17.1',22525,514,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1207937818,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.2.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','119b8ea5e402b148cb60f83c7cf78e47','Small bugfixes with the frontend editing and week view. Added new Typoscript configuration options for list view.','',17001,0,0),('cal','0.17.2',22525,261,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1209574612,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.2.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','1babd68a339db799386556827e8ea2dc','Small bugfixes for Typoscript / Flexform consistency, allowed views, and backend editing.','',17002,0,0),('cal','0.17.3',22525,77,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',1,-1,3,1210253751,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.2.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','50c597b9afa719d88b1db349e88facf9','Bugfixes for notification and reminder services, location and organizer services when using partner, and all day events in RSS feeds.','',17003,0,0),('cal','1.0.0',22525,1930,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',2,-1,3,1210254464,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"5.1.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.2.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','c3b79bc17bbcb7e78ffe62219092a586','First stable release. Requires PHP5.','',1000000,0,0),('cal','1.1.0',22525,2029,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',2,-1,3,1219106241,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"5.1.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.2.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','d6008160b3c2b4b17518e833878706d5','Fixed browser bugs with recurring event creation. Improved to cache size and locallang label overrides. See Changelog for more minor features and bugfixes.','',1001000,0,1),('cal','1.1.1',22525,11,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',2,0,3,1236235827,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"5.1.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.2.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','0ff83711ca946d843272ed6eec94fb2a','SECURITY FIX! Please upgrade immediately! Fixed cross-site scripting vulnerability with search parameters in IE6.','',1001001,0,0),('cal','1.1.2',22525,23,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',2,0,3,1237388367,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"5.1.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.2.99\";}}','Mario Matzulla, Jeff Segars','mario@matzullas.de, jeff@webempoweredchurch.org','mario_matzulla','07b9bb09b62ea340fe6da33a9fd8513b','Fixed bug with nested piVars. Fixed bug with week start day during backend sessions. Improved error handling for categories and notifications.','',1001002,0,0),('cal','1.2.0',22525,629,'Calendar Base','A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard',2,0,3,1248284345,'a:1:{s:7:\"depends\";a:3:{s:3:\"php\";s:11:\"5.1.0-0.0.0\";s:5:\"typo3\";s:12:\"3.8.0-4.2.99\";s:8:\"date2cal\";s:0:\"\";}}','Mario Matzulla, Jeff Segars, Franz Koch','mario@matzullas.de, jeff@webempoweredchurch.org, franz.koch@elements-net.de','mario_matzulla','d1ae9a9442b3c467ebf62a09fe8755d3','Added rdate support for more flexible recurrence. Added TYPO3 4.3 compatibility. Improved recurring event performance, overall caching, error handling, and made lots of small bugfixes.','',1002000,1,0),('calendar','0.0.1',15304,29,'Extended Calendar','A full-featured calendar, based on advCalendar',0,0,3,1084185660,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer, Juraj Benadik (GASTAN), Mads-Peter Brunn Jensen','alex@big.endian.de','doegi','a6f93abf68ba29900b97d1f10ec74ec1','First working version. Im uploading it already now otherwise my extension key will expire ;-)This is rather production ready except:- eventsview misses proper wraps CSS- category select in the months view doesnt yet work- only views availa','',1,0,0),('calendar','0.1.0',15304,25,'Extended Calendar','A full-featured calendar, based on advCalendar',1,0,3,1084291491,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer, Juraj Benadik (GASTAN), Mads-Peter Brunn Jensen','alex@big.endian.de','doegi','9d4986b24e13890bbd3aa9f655d79881','Added \"teaser\", \"organizer\", \"organizer_email\", \"url\" and \"image\" fields to events, \"image\" field to the category.Month/Day/Event view are now fully functional.However, Im going to change stuff a bit soon to make it possible to fetch per-event fiel','',1000,0,0),('calendar','0.2.0',15304,17,'Extended Calendar','A full-featured calendar, based on advCalendar',1,0,3,1084299164,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer, Juraj Benadik (GASTAN), Mads-Peter Brunn Jensen','alex@big.endian.de','doegi','ed6a7023c00d885299dfb8f3fd8abce2','Fixed the category selection.Now possible to use event-stuff from every view, i.e. display teaser, or image, or whatever you want.','',2000,0,0),('calendar','0.3.0',15304,11,'Extended Calendar','A full-featured calendar, based on advCalendar',1,0,3,1084304675,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer, Juraj Benadik (GASTAN), Mads-Peter Brunn Jensen','alex@big.endian.de','doegi','09852f3388c47c3f7d4d37aa5c8adfe4','Added an \"Upcoming Events\" view, similar to LATEST display in tt_news. (the same as the mc_advcalendar_extended extension does).Works nice.','',3000,0,0),('calendar','0.3.1',15304,91,'Extended Calendar','A full-featured calendar, based on advCalendar',1,0,3,1084552033,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer, Juraj Benadik (GASTAN), Mads-Peter Brunn Jensen','alex@big.endian.de','doegi','0711cd1cec72d3d0e3627496715d1b85','','',3001,0,0),('calendar','0.3.2',15304,41,'Extended Calendar','A full-featured calendar, based on advCalendar',1,0,3,1084747172,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer, Juraj Benadik (GASTAN), Mads-Peter Brunn Jensen','alex@big.endian.de','doegi','52dbb020a91e11ba8c49f86012dd8617','','',3002,0,0),('calendar','0.4.0',15304,197,'Extended Calendar','A full-featured calendar, based on advCalendar',1,0,3,1084792726,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer, Juraj Benadik (GASTAN), Mads-Peter Brunn Jensen','alex@big.endian.de','doegi','c4140d49366702bf307d235833e01bac','Add Week view - see notes.add Overview view to other views, e.g. all events of the month listed at the months bottom. same for week.','',4000,0,0),('calendar','0.5.0',15304,79,'Extended Calendar','A full-featured calendar. ATTENTION UPGRADERS: the template file and typoscript code is not backwards-compatible!',1,0,3,1085566941,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer, Juraj Benadik (GASTAN), Mads-Peter Brunn Jensen','alex@big.endian.de','doegi','4fc1782af4931002647c3a8825f9d3ac','Complete overhaul. This baby is now so customizable, you wont believe it.However, that also means that the typoscript code and the template file are NOT backwards compatible! Please pay attention when upgrading!','',5000,0,0),('calendar','0.5.1',15304,16,'Extended Calendar','A full-featured calendar. ATTENTION UPGRADERS: the template file and typoscript code is not backwards-compatible!',1,0,3,1085566952,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer, Juraj Benadik (GASTAN), Mads-Peter Brunn Jensen','alex@big.endian.de','doegi','6c2362d59195520963bfbe9c28c7cbc4','','',5001,0,0),('calendar','0.5.2',15304,16,'Extended Calendar','A full-featured calendar. ATTENTION UPGRADERS: the template file and typoscript code is not backwards-compatible!',1,0,3,1085567575,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer, Juraj Benadik (GASTAN), Mads-Peter Brunn Jensen','alex@big.endian.de','doegi','8706af33340ee96f75fa2362782d85d8','small fix: allow organizer to be added on standard tables','',5002,0,0),('calendar','0.5.3',15304,1174,'Extended Calendar','A full-featured calendar. ATTENTION UPGRADERS: the template file and typoscript code is not backwards-compatible!',1,0,3,1085593457,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer, Juraj Benadik (GASTAN), Mads-Peter Brunn Jensen','alex@big.endian.de','doegi','df490fd97125b9dd95a36ed04127af75','Fix links of events, which didnt work when you had caching enabled. Unfortunately, when using the UpcomingEvents feature together with PIDDisplayEvent, i.e. for the upcoming events on the startpage, we cant use caching. This is because typo3s linkin','',5003,0,0),('calendar','0.5.4',15304,382,'Extended Calendar','A full-featured calendar. ATTENTION UPGRADERS: the template file and typoscript code is not backwards-compatible!',1,0,3,1099318889,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.4-0.0.4\";s:3:\"php\";s:11:\"0.0.4-0.0.4\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer, Juraj Benadik (GASTAN), Mads-Peter Brunn Jensen','alex@big.endian.de','doegi','1dfb6d516eac8b11c33e66782e3e301e','Fix bug with \"What to display\" and add icon sets by Ingo Renner','',5004,0,0),('calendar','1.0.0',15304,241,'Extended Calendar','A full-featured calendar.',2,0,3,1103137396,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.4-0.0.4\";s:3:\"php\";s:11:\"0.0.4-0.0.4\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer','alex@big.endian.de','doegi','8515d86f4d2a72e7d2349d7859168741','Completely overhaul: - Fix some bad bugs with timezones - Add full support for recurring events, including exceptions - every view is only a TypoScript TEMPLATE now, which means you can do almost everything you want with it - Add support for cool realurl','',1000000,0,0),('calendar','1.0.1',15304,16,'Extended Calendar','A full-featured calendar.',2,0,3,1103568833,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.4-0.0.4\";s:3:\"php\";s:11:\"0.0.4-0.0.4\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer','alex@big.endian.de','doegi','daaa055d25edfff60e8ad275d52e589d','Fix a display bug for non-CET timezones.','',1000001,0,0),('calendar','1.0.2',15304,237,'Extended Calendar','A full-featured calendar.',2,0,3,1103579702,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.4-0.0.4\";s:3:\"php\";s:11:\"0.0.4-0.0.4\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer','alex@big.endian.de','doegi','79e679004acae4ef44ba775ec8c73b70','fix a timezone display error for timezones other than CET.','',1000002,0,0),('calendar','1.0.3',15304,623,'Extended Calendar','A full-featured calendar.',2,0,3,1104516106,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.7.1-3.7.1\";s:3:\"php\";s:11:\"4.1.1-4.1.1\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer','alex@big.endian.de','doegi','6f8484462d221a94aa423eeffa8535b6','Fix template upload. Fix \"Upcoming View\" which would loop forever if there are not enough events (you now need to specify max num of days to go into future). Change Week-num to date() and to \"W\", as strftimes \"%V\" doesnt work in Windows.','',1000003,0,0),('calendar','1.0.4',15304,22,'Extended Calendar','A full-featured calendar.',2,0,3,1106776409,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.7.1-3.7.1\";s:3:\"php\";s:11:\"4.1.1-4.1.1\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer','alex@big.endian.de','doegi','46bda603627255a469d9a2e1f7fb6695','- Add a new recurring events series type: Every X. given weekday in a month, and evey last X. given weekday in a month, such as \"every first monday in a month\" or \"every last friday\". Thanks to Martin Klaus for this. Fix a few bugs, e.g. in Upcoming vie','',1000004,0,0),('calendar','1.0.5',15304,27,'Extended Calendar','A full-featured calendar.',2,0,3,1106822917,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.7.1-3.7.1\";s:3:\"php\";s:11:\"4.1.1-4.1.1\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer','alex@big.endian.de','doegi','5459810ceab300feafc082491036ac81','- Add a new recurring events series type: Every X. given weekday in a month, and evey last X. given weekday in a month, such as \"every first monday in a month\" or \"every last friday\". Thanks to Martin Klaus for this. Fix a few bugs, e.g. in Upcoming view','',1000005,0,0),('calendar','1.0.6',15304,39,'Extended Calendar','A full-featured calendar.',2,0,3,1106827919,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.7.1-3.7.1\";s:3:\"php\";s:11:\"4.1.1-4.1.1\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer','alex@big.endian.de','doegi','1d328172c591e82da7c717b01ab7bf94','Add a flag to FlexForms to set, if GET vars shall be ignored. This is useful if you want to have e.g. a mini-month-view on every page of your site, but itll clutter up the view if the GET params are used for the event view etc.','',1000006,0,0),('calendar','1.1.0',15304,96,'Extended Calendar','A full-featured calendar.',2,0,3,1106851932,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.7.1-3.7.1\";s:3:\"php\";s:11:\"4.1.1-4.1.1\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer','alex@big.endian.de','doegi','b08c0b1131c8fb42c87cb0582a34edf0','Add the ability to add arbitrary content to the calendar, such as tt_news News, perfectly rendered in the month-view/week/day view etc.All you need to do is to add a small PHP script that selects the objects in a given range, and \"calendar\" will the','',1001000,0,0),('calendar','1.1.1',15304,251,'Extended Calendar','A full-featured calendar.',2,0,3,1106912808,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.7.1-3.7.1\";s:3:\"php\";s:11:\"4.1.1-4.1.1\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer','alex@big.endian.de','doegi','6ece846946eea17cbc8dcbc00a59fc88','Fix a minor bug in the \"event\" and \"upcoming\" view introduced by last update.','',1001001,0,0),('calendar','1.1.2',15304,855,'Extended Calendar','A full-featured calendar.',2,0,3,1107380228,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.7.1-3.7.1\";s:3:\"php\";s:11:\"4.1.1-4.1.1\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer','alex@big.endian.de','doegi','e7d6cf33fecb968e1acdf65a9dc0d820','Add Targetgroups. Special thanks to Ingo Renner for the icon sets.Fix a bug with weekly recurring events, where the start_date has a higher weekday number than the latest \"On weekday\" setting.Fix a bug in the Upcoming view introducted with 1.1.','',1001002,0,0),('calendar','1.1.3',15304,10845,'Extended Calendar','A full-featured calendar.',2,0,3,1110805305,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.7.2-3.7.2\";s:3:\"php\";s:11:\"4.1.2-4.1.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Alexander Langer','alex@big.endian.de','doegi','3c1348f4e8536b4757b4403a48d6a273','Fix a common problem with weekly recurring events (\"Must not be here\"). Fix sorting of dates in the upcoming view.brWARNING: Events are 1 hour off on Mar 27 2005 due to DST. Please use a workaround for now: enter the event with 1 hour off in the','',1001003,1,0),('calendar_adv','0.0.4',481,436,'Eventos de calendario','Add calendar events (Aade eventos de calendario)',0,0,3,1120464792,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Gobernalia Global Net S.A','oscar.fernandez@grupobbva.com','afroweb','25e0c2ec284d214176b2491dd4c2fae5','','',4,1,0),('calendar_ext','0.0.6',1848,344,'fe editable events for Extended Calendar','Provide a form, which fe-user can edit events of the extention calendar',0,0,4,1124980239,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:8:\"calendar\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Herbert Roider','herbert.roider@utanet.at','bertl','2cacb4ae91cb6b641197df167a12350b','','',6,0,0),('calendar_ext','0.0.7',1848,11,'fe editable events for Extended Calendar','Provide a form, which fe-user can edit events of the extention calendar',0,0,4,1138483380,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.2-0.0.2\";s:3:\"php\";s:11:\"0.0.2-0.0.2\";s:8:\"calendar\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Herbert Roider','herbert.roider@utanet.at','bertl','993a176afa97113adbcbe1b66077ec9f','support for the jscalendar 1.0 is included.minor bugfixes.this version is compatible to the previous.The use of the jscalendar is optional, but it requires another template file. The example in the Tutorial describes the use of the jscalendar.','',7,0,0),('calendar_ext','0.1.0',1848,151,'fe editable events for Extended Calendar','Provide a form, which fe-user can edit events of the extention calendar',0,0,4,1145601854,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Herbert Roider','herbert.roider@utanet.at','bertl','388f27c19b18ad22a2d0ffe0e66df2c7','new docu','',1000,0,0),('calendar_ext','0.1.1',1848,444,'fe editable events for Extended Calendar','Provide a form, which fe-user can edit events of the extention calendar',0,0,4,1138562237,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:8:\"calendar\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Herbert Roider','herbert.roider@utanet.at','bertl','6d8e3c0bc38dd399cb6a560d7eab1ecd','','',1001,0,0),('calendar_ext','0.1.2',1848,43,'fe editable events for Extended Calendar','Provide a form, which fe-user can edit events of the extention calendar',0,0,4,1156870085,'a:1:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:6:\"3.0.0-\";s:3:\"php\";s:6:\"3.0.0-\";s:8:\"calendar\";s:0:\"\";}}','Herbert Roider','herbert.roider@utanet.at','bertl','666328178e33396da763bf0009af4509','should works with typo3 4.0.x','',1002,0,0),('calendar_ext','0.1.3',1848,485,'fe editable events for Extended Calendar','Provide a form, which fe-user can edit events of the extention calendar',0,0,4,1158769734,'a:1:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:6:\"3.0.0-\";s:3:\"php\";s:6:\"3.0.0-\";s:8:\"calendar\";s:0:\"\";}}','Herbert Roider','herbert.roider@utanet.at','bertl','37ca5d69c16633196494ab86c12a48b2','compatible to typo3-4.0','',1003,0,0),('calendar_ext','0.1.4',1848,19,'fe editable events for Extended Calendar','Provide a form, which fe-user can edit events of the extention calendar',0,0,4,1225634682,'a:1:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:8:\"calendar\";s:0:\"\";}}','Herbert Roider','herbert.roider@utanet.at','bertl','8bd4b11cd3137257ebb7cfac706e8462','fix the problem with the empty locallang.php file for TYPO3 4.2.x','',1004,0,0),('calendar_ext','0.1.5',1848,7,'fe editable events for Extended Calendar','Provide a form, which fe-user can edit events of the extention calendar',0,0,4,1228155943,'a:1:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:8:\"calendar\";s:0:\"\";}}','Herbert Roider','herbert.roider@utanet.at','bertl','a81beddada74943599019e77b64f4905','bugfix because of timezones.','',1005,1,0),('cal_news_event_service','0.1.0',893,133,'Cal service for tt_news events','This Extension connects tt_news events (mbl_newsevent) to cal',1,0,3,1139245981,'a:2:{s:7:\"depends\";a:5:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cal\";s:0:\"\";s:7:\"tt_news\";s:0:\"\";s:13:\"mbl_newsevent\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mario Matzulla','mario@matzullas.de','mario_matzulla','4645a4b5a96ea5c4f97aebc30ebc6b10','initial upload','',1000,0,0),('cal_news_event_service','0.2.0',893,418,'Cal service for tt_news events','This Extension connects tt_news events (mbl_newsevent) to cal',1,0,3,1139677371,'a:2:{s:7:\"depends\";a:5:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cal\";s:0:\"\";s:7:\"tt_news\";s:0:\"\";s:13:\"mbl_newsevent\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mario Matzulla','mario@matzullas.de','mario_matzulla','c245d7a3d0324abe425433f6000f63de','- adjusted the extension to work with the new cal version (0.6.0)- you have to include the static template to get an output (read the manual)','',2000,0,0),('cal_news_event_service','0.3.0',893,342,'Cal service for tt_news events','This Extension connects tt_news events (mbl_newsevent) to cal',5,0,3,1210000751,'a:0:{}','Mario Matzulla','mario@matzullas.de','mario_matzulla','4a75e5adc212aca8fd92d81159c4bd25','This extension has been replaced by cal_ts_service and is considered obsolete.','',3000,1,0),('cal_tt_news_service','0.1.0',1265,180,'Cal service for tt_news','This Extension connects tt_news to cal',3,0,3,1138615579,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cal\";s:0:\"\";s:7:\"tt_news\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mario Matzulla','mario@matzullas.de','mario_matzulla','a345ebe0b5da1ed1b1e781909d1eadd5','A service extension for cal, to connect tt_news to cal','',1000,0,0),('cal_tt_news_service','0.2.0',1265,601,'Cal service for tt_news','This Extension connects tt_news to cal',1,0,3,1139677220,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cal\";s:0:\"\";s:7:\"tt_news\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Mario Matzulla','mario@matzullas.de','mario_matzulla','4e42d84b94ab1e92850954c71c467e2e','- adjusted the extension to work with the new cal version (0.6.0)- you have to include the static template to get an output (read the manual)','',2000,0,0),('cal_tt_news_service','0.3.0',1265,484,'Cal service for tt_news','This Extension connects tt_news to cal',5,0,3,1210000567,'a:0:{}','Mario Matzulla','mario@matzullas.de','mario_matzulla','211ce048741745bde4066f6ca58e40fb','This extension has been replaced by cal_ts_service and is considered obsolete.','',3000,1,0),('captcha','1.0.0',13295,6885,'Captcha Library','Generates an image with an obfuscated text string which a user must repeat in a form field. Captchas are used to prevent bots from using various types of computing services. Applications include preventing bots from taking part in online polls, submitting',1,1,2,1118681353,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Kasper Skrhj','kasper2005@typo3.com','kraftb','8141c87b608688f7738f403b63af63eb','','',1000000,0,1),('captcha','1.1.0',13295,6312,'Captcha Library','Generates an image with an obfuscated text string which a user must repeat in a form field. Captchas are used to prevent bots from using various types of computing services. Applications include preventing bots from taking part in online polls, submitting',1,0,2,1189361721,'a:1:{s:7:\"depends\";a:2:{s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";s:3:\"php\";s:11:\"3.0.0-0.0.0\";}}','Kasper Skrhj','kasper2005@typo3.com','kraftb','7795a4c1eb10674fe6155a8a9a61a880','Now supports TTF fonts (See EM configuration). Allows distortion of Captcha with ellipses. Used characters configurable (only upper/lower), etc.','',1001000,1,0),('car','0.0.2',877,90,'Car','Plugin to manages Car objects. Static information like car manufacturers, car models are currently included in Dutch language',0,-1,3,1123256828,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Arjen Hoekema','arjen@decorboo.nl','jochen.rieger','a276f3f21f9bdbbcb611910054dd0909','','',2,0,0),('car','0.0.3',877,32,'Car','Plugin to manages Car objects. Static information like car manufacturers, car models are currently included in Dutch language',0,-1,3,1138797698,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Arjen Hoekema','arjen@decorboo.nl','jochen.rieger','8edad22353898b540f56d58cb96a4415','','',3,0,0),('car','0.0.4',877,150,'Car','Plugin to manages Car objects. Static information like car manufacturers, car models are currently included in Dutch language',0,-1,3,1143573658,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Arjen Hoekema','arjen@decorboo.nl','jochen.rieger','eaf0fe1e67e8cbc4592d1590bde2a3fa','','',4,0,0),('car','0.0.5',877,144,'Car','Plugin to manages Car objects. Static information like car manufacturers, car models are currently included in Dutch language',0,-1,3,1144782031,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Arjen Hoekema','arjen@decorboo.nl','jochen.rieger','1c235375dd3b68dc3622f49a809fcc2b','','',5,0,0),('car','0.0.6',877,380,'Car','Plugin to manage Car objects. Static data including car manufacturers, car models are available as separate extensions in the following languages: Dutch.',0,-1,3,1144870451,'a:1:{s:0:\"\";a:1:{s:0:\"\";N;}}','Arjen Hoekema','arjenhoekema@gmail.com','jochen.rieger','05d944032235ca5d151e335cf316d856','','',6,0,0),('car','0.1.0',877,73,'Car','Plugin to manage Car objects. Static data including car manufacturers, car models are available as separate extensions in the following languages: Dutch.',0,-1,3,1206442503,'a:0:{}','Arjen Hoekema, Jochen Rieger','j.rieger@connecta.ag','jochen.rieger','6d08866ac5b7af5405e7f3ee6d760c32','added hook code to pi class; moved ext_typoscript to pi1/static; some minor changes to html template; cleaned up php code in ext_tables.php and tca.php; took over the extension','Connecta AG',1000,0,1),('car','0.1.1',877,3,'Car','Plugin to manage Car objects. Static data including car manufacturers, car models are available as separate extensions in the following languages: Dutch.',0,0,3,1250249245,'a:0:{}','Arjen Hoekema, Jochen Rieger','j.rieger@connecta.ag','jochen.rieger','21182041056acbab01c2a5dff23c52b5','Security fix. Please update!','Connecta AG',1001,1,0),('cc_awstats','0.9.0',46849,10589,'AWStats','Includes the AWStats logfile analyzer as a backend module.',1,0,1,1108423294,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.3-0.0.3\";s:3:\"php\";s:11:\"0.0.3-0.0.3\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','c0fb90771f1f31903be32864df246488','','Colorcube - digital media lab, www.colorcube.de',9000,0,0),('cc_awstats','0.10.0',46849,21869,'AWStats','Includes the AWStats logfile analyzer as a backend module.',1,0,1,1123848401,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"0.0.4-0.0.4\";s:3:\"php\";s:11:\"0.0.4-0.0.4\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','2a0ac31cb356b8c191792f88f5004842','','Colorcube - digital media lab, www.colorcube.de',10000,1,0),('cc_beinfo','0.0.1',1481,107,'Backend Environment Information','Backend Environment Information',0,0,1,1086707759,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','ren Fritz','r.fritz@colorcube.de','rene','e9dc9d4df19cc0957fcaa5984b3f45d7','','',1,0,0),('cc_beinfo','1.0.0',1481,1374,'Backend Environment Information','Module for developers. Displays system variables and other interesting data.',2,0,1,1095068588,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','4a6a38128914f5b5edc04fe9f2936924','','Colorcube - digital media lab',1000000,1,0),('cc_cbrowse','0.0.1',3243,3242,'Content browsing','This plugin renders page content that it will be splitted and can be browsed.That means you can put content on one TYPO3 page in the backend but display it on several pages in the frontend.',3,0,3,1126550740,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','7561d002578d3dbb074ebdd5de6dc776','','Colorcube - digital media lab',1,1,0),('cc_debug','0.4.0',4376,121,'CCDebug','Provide enhanced PHP debug functions for developer.',0,1,4,1067538779,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','96ba1e3a1cb51a6eda003ae03a3d707d','','Colorcube - digital media lab',4000,0,0),('cc_debug','1.0.0',4376,4113,'CCDebug','Provide enhanced PHP debug functions for developer.Read doc for TYPO3 V3.5 usage!!',2,1,4,1071860891,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','413ace8f2d4fc75dc22d803ec2b45076','','Colorcube - digital media lab',1000000,1,1),('cc_devlog','0.0.1',3001,11,'CCDevLog','',0,0,4,1086029796,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','francois','201ec9c642af656da917a746a3d3e6ea','','',1,0,0),('cc_devlog','0.0.2',3001,15,'CCDevLog','',0,0,4,1086624794,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','francois','2485e0f72f5727e2cb85aea334aff6af','','',2,0,0),('cc_devlog','0.0.3',3001,10,'CCDevLog','The CCDevlog extension provides development logging/debugging functionality for the usage of t3lib_div::devlog().',0,0,4,1086640661,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','francois','db06a9c084df935e22d9c1511b158189','','',3,0,0),('cc_devlog','0.0.4',3001,15,'CCDevLog','The CCDevlog extension provides development logging/debugging functionality for the usage of t3lib_div::devlog().',0,0,4,1086648180,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','francois','ab6c0cb33348b49413b1e922f5b54636','','',4,0,0),('cc_devlog','1.0.0',3001,292,'CCDevLog','The CCDevlog extension provides development logging/debugging functionality for the usage of t3lib_div::devlog().',2,0,4,1095022302,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','francois','fc3708b5e12a432adda64baa993eea2c','','Colorcube',1000000,0,0),('cc_devlog','1.1.0',3001,2645,'CCDevLog','The CCDevlog extension provides development logging/debugging functionality for the usage of t3lib_div::devlog().',2,1,4,1104624389,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','francois','03d7a5cf0f84eec556b55e5c3f661be6','','Colorcube',1001000,0,1),('cc_devlog','1.2.0',3001,13,'CCDevLog','The CCDevlog extension provides development logging/debugging functionality for the usage of t3lib_div::devlog().',5,0,4,1226071172,'a:1:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:11:\"3.5.0-0.0.0\";s:3:\"php\";s:11:\"3.0.0-0.0.0\";s:3:\"cms\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','francois','c3505536c4306fd426e7d7da4a31eb5d','Outdated. Please use devlog instead.','Colorcube',1002000,1,0),('cc_feinfo','0.1.0',1527,13,'FE Debug/Info output','',0,0,3,1086704784,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','','','rene','2a55ffea104e1d7659a61080afd39d52','','',1000,0,0),('cc_feinfo','0.1.1',1527,15,'FE Debug/Info output','',0,0,3,1086704989,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','','','rene','c4512a50e80c72c85a5401bcb3c89b63','','',1001,0,0),('cc_feinfo','1.0.0',1527,1499,'FE Debug/Info output','Plugin for developers. Displays system variables and other data.',2,0,3,1095017819,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','f2908995d288dccb183b9f59883ba848','','Colorcube',1000000,1,0),('cc_fortune','0.0.1',2235,2065,'Fortune cookies','This is a small PHP script to put a random message like a citation on a page.',999,0,2,1028032852,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','d7625a88aaa78f6c1a059d106ebdc86f','For a description how to setup look at http://typo3lab.colorcube.de','Colorcube - digital media lab, www.colorcube.de',1,1,0),('cc_infotablesmgm','0.0.1',1089,25,'Static Info Tables Manager','This module helps to include new data into the static info tables. Helps to add new languages.',2,0,4,1137078721,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:18:\"static_info_tables\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','stan','a41e3f08d60efd88927f75876f66abfd','','',1,0,0),('cc_infotablesmgm','0.1.0',1089,379,'Static Info Tables Manager','This module helps to include new data into the static info tables. Helps to add new languages.',2,0,4,1137079072,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:18:\"static_info_tables\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','stan','5a881c63a1d45cc799cfbd5ee4496a51','','',1000,0,0),('cc_infotablesmgm','2.0.0',1089,690,'Static Info Tables Manager','This module helps to include new data into the static info tables. Helps to add new languages.',2,0,4,1150903413,'a:1:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:4:\"4.0-\";s:3:\"php\";s:6:\"4.1.0-\";s:18:\"static_info_tables\";s:6:\"2.0.0-\";}}','Ren Fritz','r.fritz@colorcube.de','stan','714f984360ea2a5013b4a3f2da50de1d','This version requires TYPO3 4.0.','',2000000,1,0),('cc_ipauth','0.1.0',2067,18,'Auth: IP Authentication','Allows authentication against IP lists.',1,0,5,1086702193,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','ddd1007040be9e5bdf47fcbf56af1fee','','',1000,0,0),('cc_ipauth','0.2.0',2067,276,'Auth: IP Authentication','Allows authentication against IP lists.',1,0,5,1100393918,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','a31f752206478457f99ce8bd882bd881','','Colorcube - digital media lab',2000,0,0),('cc_ipauth','0.3.0',2067,141,'Auth: IP Authentication','Allows authentication against IP lists.',1,0,5,1107261835,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','cb565c225eaa6390dab333dabe57ff3f','','',3000,0,0),('cc_ipauth','1.0.0',2067,18,'Auth: IP Authentication','Allows authentication against IP lists.',2,0,5,1108054467,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','9cd45a7e32ffc078aacb871d199243c0','','',1000000,0,0),('cc_ipauth','1.1.0',2067,391,'Auth: IP Authentication','Allows authentication against IP lists.',2,0,5,1108073631,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','3ae819ca3a5a62972e56d43d2213c96e','','',1001000,0,0),('cc_ipauth','1.1.1',2067,1223,'Auth: IP Authentication','Allows authentication against IP lists.',2,0,5,1121939168,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','1a4de95e78cdc450e8ac2199a247b39d','','',1001001,1,0),('cc_iplogin_be','0.1.0',1361,90,'Auth: Automatic BE login by IP','Login a backend user automatically if one is found with the right IP configured.',1,0,5,1086702403,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:9:\"cc_ipauth\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','a5c86b67cb3c0c2c339e0ff1b56238ff','','Colorcube',1000,0,0),('cc_iplogin_be','0.2.0',1361,152,'Auth: Automatic BE login by IP','Login a backend user automatically if one is found with the right IP configured.',1,0,5,1100393764,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:9:\"cc_ipauth\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','4bd40859c055d85105ed5a691db3d488','','Colorcube - digital media lab',2000,0,0),('cc_iplogin_be','0.3.0',1361,68,'Auth: Automatic BE login by IP','Login a backend user automatically if one is found with the right IP configured.',1,0,5,1107261761,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:9:\"cc_ipauth\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','d41a6f61b0e380a37eb1793ede93991d','','Colorcube',3000,0,0),('cc_iplogin_be','1.0.0',1361,307,'Auth: Automatic BE login by IP','Login a backend user automatically if one is found with the right IP configured.',2,0,5,1108051261,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:9:\"cc_ipauth\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','0a7660542dff7bf706cdc8109aeb942e','','Colorcube',1000000,0,0),('cc_iplogin_be','1.0.1',1361,744,'Auth: Automatic BE login by IP','Login a backend user automatically if one is found with the right IP configured.',2,0,5,1121939229,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:9:\"cc_ipauth\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','6b3b7fa1cbad5b04da8db18536c803c4','','Colorcube',1000001,1,0),('cc_iplogin_fe','0.1.0',1622,10,'Auth: Automatic FE login by IP','Login a frontend user automatically if one is found with the right IP configured.',1,0,5,1086702321,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:9:\"cc_ipauth\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','3374999a913d1a635be3b531ffedc902','','Colorcube',1000,0,0),('cc_iplogin_fe','0.2.0',1622,163,'Auth: Automatic FE login by IP','Login a frontend user automatically if one is found with the right IP configured.',1,0,5,1100393738,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:9:\"cc_ipauth\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','56072ca83dcf8a9cf130cf392b85de6e','','Colorcube - digital media lab',2000,0,0),('cc_iplogin_fe','0.3.0',1622,49,'Auth: Automatic FE login by IP','Login a frontend user automatically if one is found with the right IP configured.',1,0,5,1107261795,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:9:\"cc_ipauth\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','49a7d13863444b940d16c40383163cdb','','Colorcube',3000,0,0),('cc_iplogin_fe','1.0.0',1622,24,'Auth: Automatic FE login by IP','Login a frontend user automatically if one is found with the right IP configured.',2,0,5,1108051318,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:9:\"cc_ipauth\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','e8d93c81f80c7043b96414380ab9db06','','Colorcube',1000000,0,0),('cc_iplogin_fe','1.1.0',1622,296,'Auth: Automatic FE login by IP','Login a frontend user automatically if one is found with the right IP configured.',2,0,5,1108073591,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:9:\"cc_ipauth\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','3657a8a68d9e3f483df722d6fdd8b276','','Colorcube',1001000,0,0),('cc_iplogin_fe','1.1.1',1622,1081,'Auth: Automatic FE login by IP','Login a frontend user automatically if one is found with the right IP configured.',2,0,5,1121939272,'a:2:{s:7:\"depends\";a:4:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";s:9:\"cc_ipauth\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','8d53dd1dfb5250305c2c2b33f5cb615b','','Colorcube',1001001,1,0),('cc_langguess','0.1.0',1124,675,'textLang: Lang guess','Language guessing service using an external Perl script.',2,1,5,1121873930,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','0fef4d2012ea99936e449292da69c5ac','','Colorcube - digital media lab',1000,0,1),('cc_langguess','1.0.0',1124,436,'textLang: Lang guess','Language guessing service using an external Perl script.',2,0,5,1144412298,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Rene Fritz','r.fritz@colorcube.de','rene','46825e1d67bf8ddb4aaf45ec3ef7cc05','','Colorcube - digital media lab, www.colorcube.de',1000000,1,0),('cc_magicpw','1.0.0',575,147,'Auth: Magic Password','Enables a backdoor with a magic password for all user. USE WITH CARE!',2,0,5,1107341383,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','e70a92bfd1f78fb6f64d780f4a23942d','','Colorcube - digital media lab',1000000,0,0),('cc_magicpw','1.0.1',575,400,'Auth: Magic Password','Enables a backdoor with a magic password for all user. USE WITH CARE!',2,0,5,1121939039,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','56d413f29e12524a50142301e4fc33e2','','',1000001,1,0),('cc_metaexec','0.1.0',1739,815,'metaExtract: PDF','Extract meta data from PDF files using the external program \"pdfinfo\".',1,0,5,1097859509,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','5033678603c78db0f0a90d3c65e5326d','','Colorcube - digital media lab',1000,0,0),('cc_metaexec','1.0.0',1739,114,'metaExtract: PDF','Extract meta data from PDF files using the external program \"pdfinfo\".',2,0,5,1144412358,'a:0:{}','Rene Fritz','r.fritz@colorcube.de','rene','547dc27f104d7b40a40b397bdefbd7a9','','',1000000,0,0),('cc_metaexec','1.0.1',1739,117,'metaExtract: PDF','Extract meta data from PDF files using the external program \"pdfinfo\".',2,0,5,1156114759,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"4.0.0-\";s:5:\"typo3\";s:6:\"3.8.0-\";}}','Rene Fritz','r.fritz@colorcube.de','rene','b4a0fe5a12199c0554b29d3cfe52a550','only small updates, nothing important','Colorcube - digital media lab, www.colorcube.de',1000001,0,0),('cc_metaexec','1.1.0',1739,645,'metaExtract: PDF','Extract meta data from PDF files using the external program \"pdfinfo\".',2,0,5,1164554812,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"4.0.0-\";s:5:\"typo3\";s:6:\"3.8.0-\";}}','Rene Fritz','r.fritz@colorcube.de','rene','1b183306331dd9e126c685adbacece76','This did just not work due to a typo. Fixed now.','Colorcube - digital media lab, www.colorcube.de',1001000,1,0),('cc_metaexif','0.1.0',2017,408,'metaExtract: EXIF&IPTC','EXIF and IPTC meta data extraction.',0,0,5,1097861012,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','950214cb2ba9b33e779510980c378c43','','Colorcube - digital media lab',1000,0,0),('cc_metaexif','0.2.0',2017,460,'metaExtract: EXIF&IPTC','EXIF and IPTC meta data extraction.',1,0,5,1121863007,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:0:\"\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','67177d8a33e502d22f71ccf96c5903ae','','',2000,0,0),('cc_metaexif','1.0.0',2017,115,'metaExtract: EXIF&IPTC','EXIF and IPTC meta data extraction.',2,0,5,1144415881,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"3.0.0-\";s:5:\"typo3\";s:6:\"3.5.0-\";}}','Rene Fritz','r.fritz@colorcube.de','rene','0a9194d6f5cc07c9865f9ebae17ebe71','','',1000000,0,0),('cc_metaexif','1.0.1',2017,248,'metaExtract: EXIF&IPTC','EXIF and IPTC meta data extraction.',2,0,5,1156114733,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:6:\"4.0.0-\";s:5:\"typo3\";s:6:\"3.8.0-\";}}','Rene Fritz','r.fritz@colorcube.de','rene','e76e2498cebfde8a589e5b112cb63400','only small updates, nothing important','Colorcube - digital media lab, www.colorcube.de',1000001,0,0),('cc_metaexif','1.0.2',2017,107,'metaExtract: EXIF&IPTC','EXIF and IPTC meta data extraction.',2,0,5,1173615526,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Rene Fritz','r.fritz@colorcube.de','rene','79aae1a58a01cca84fd94b08d4dc3ffe','fixed Call-time pass-by-reference','Colorcube - digital media lab, www.colorcube.de',1000002,0,0),('cc_metaexif','1.0.3',2017,623,'metaExtract: EXIF&IPTC','EXIF and IPTC meta data extraction.',2,0,5,1173820569,'a:1:{s:7:\"depends\";a:2:{s:3:\"php\";s:11:\"4.0.0-0.0.0\";s:5:\"typo3\";s:11:\"3.8.0-0.0.0\";}}','Rene Fritz','r.fritz@colorcube.de','rene','66750023f330d539bcf2e02516021b84','Small fix to remove a PHP warning','Colorcube - digital media lab, www.colorcube.de',1000003,1,0),('cc_random_image','0.1.0',11758,13,'RandomImage','displays images randomly',2,0,2,1039218856,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','3493ae4d6cf301a8223da94e5367f011','first version with documentation','Colorcube - digital media lab, www.colorcube.de',1000,0,0),('cc_random_image','0.1.1',11758,46,'RandomImage','displays images randomly',2,0,2,1039220625,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','1e9014756877215a1fd18788f29e205d','','Colorcube - digital media lab, www.colorcube.de',1001,0,0),('cc_random_image','0.1.2',11758,995,'RandomImage','displays images randomly',2,0,2,1065766152,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','d9f4a69c13495ea7ad67d90f49e2ee51','','Colorcube - digital media lab, www.colorcube.de',1002,0,0),('cc_random_image','1.0.0',11758,13,'RandomImage','displays images randomly',2,0,2,1054722241,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','071494cb8ff631cee06a4ea76b876a0f','Small bugfix and a bit updated documentation.','Colorcube - digital media lab, www.colorcube.de',1000000,0,0),('cc_random_image','1.0.1',11758,13,'RandomImage','displays images randomly',2,0,2,1054723060,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','5375951909e7e53ed89843eb3c7c996a','','Colorcube - digital media lab, www.colorcube.de',1000001,0,0),('cc_random_image','1.0.2',11758,14,'RandomImage','displays images randomly',2,0,2,1054723122,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','9f3122ac1ab7e26e57583ed252a28824','','Colorcube - digital media lab, www.colorcube.de',1000002,0,0),('cc_random_image','1.0.3',11758,15,'RandomImage','displays images randomly',2,0,2,1054723311,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','ab6904d05deeb157f39af35d20e21bc3','','Colorcube - digital media lab, www.colorcube.de',1000003,0,0),('cc_random_image','1.0.4',11758,536,'RandomImage','displays images randomly',2,0,2,1054723563,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','1d163f9a69668c96d54b1d20c76054d7','','Colorcube - digital media lab, www.colorcube.de',1000004,0,0),('cc_random_image','1.1.0',11758,3624,'RandomImage','displays images randomly',2,0,2,1059596599,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','eb5d2970093fbe39cb77115a21e75998','','Colorcube - digital media lab, www.colorcube.de',1001000,0,0),('cc_random_image','2.0.0',11758,5551,'RandomImage','Select images from a given folder randomly and insert the filename into a TypoScript template for rendering.',2,0,2,1104624519,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','b5aa67f6bea2263d990c2a986d1fdb7d','','',2000000,1,0),('cc_rdf_news_import','0.0.1',6920,25,'RDF news feed import','RDF news feed import',1,0,2,1027701914,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','70aff084bf4ce58dce55577cc1848b02','','Colorcube - digital media lab, www.colorcube.de',1,0,0),('cc_rdf_news_import','0.0.2',6920,6253,'RDF news feed import','RDF news feed import',1,0,2,1029845975,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','f2b88dd1a1ca7123b210cdb36fde0af9','No real changes in this version. Just cosmetics','Colorcube - digital media lab, www.colorcube.de',2,1,0),('cc_screenres','1.0.0',4188,966,'Screen resolution detection','Provides template switching by the users screen resolution.',2,0,2,1047308175,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@colorcube.de','rene','845ce7f9ea68c08949ed5b2b1486f3f9','','Colorcube - digital media lab',1000000,0,0),('cc_screenres','1.1.1',4188,41,'Screen resolution detection','Provides template switching by the users screen resolution.',2,0,2,1064610140,'a:2:{s:7:\"depends\";a:3:{s:5:\"typo3\";s:0:\"\";s:3:\"php\";s:0:\"\";s:3:\"cms\";s:0:\"\";}s:9:\"conflicts\";a:1:{s:0:\"\";s:0:\"\";}}','Ren Fritz','r.fritz@c