Kalendář akcí
1. 12. 2010 - Závěrečná konference k Evropskému roku 2010
Termín a místo konání: bude upřesněno
Organizátor: MPSV
Termín a místo konání: bude upřesněno
Organizátor: MPSV



| # | type | message |
|---|---|---|
| 1 | PatternRouting | Connect "/" |
| 2 | PatternRouting | Connect "/aktualne/" |
| 3 | PatternRouting | Connect "/aktualne/strana/:page/" |
| 4 | PatternRouting | Connect "/aktualne/:news/" |
| 5 | PatternRouting | Connect "/pribehy-rozhovory/" |
| 6 | PatternRouting | Connect "/pribehy-rozhovory/strana/:page/" |
| 7 | PatternRouting | Connect "/pribehy-rozhovory/:interview/" |
| 8 | PatternRouting | Connect "/tiskove-zpravy/" |
| 9 | PatternRouting | Connect "/tiskove-zpravy/strana/:page/" |
| 10 | PatternRouting | Connect "/tiskove-zpravy/:press/" |
| 11 | PatternRouting | Connect "/kalendar-akci/" |
| 12 | PatternRouting | Connect "/kalendar-akci/:month/" |
| 13 | PatternRouting | Connect "/kalendar-akci/:month/:event/" |
| 14 | PatternRouting | Connect "/fotogalerie/:category/strana/:page/" |
| 15 | PatternRouting | Connect "/fotogalerie/" |
| 16 | PatternRouting | Connect "/fotogalerie/:category/" |
| 17 | PatternRouting | Connect "/fotogalerie/:category/:photo/" |
| 18 | PatternRouting | Connect "/videogalerie/" |
| 19 | PatternRouting | Connect "/videogalerie/strana/:page/" |
| 20 | PatternRouting | Connect "/videogalerie/:video/" |
| 21 | PatternRouting | Connect "/otazky-odpovedi/" |
| 22 | PatternRouting | Connect "/loga/" |
| 23 | PatternRouting | Connect "/odkazy/" |
| 24 | PatternRouting | Connect "/partneri/" |
| 25 | PatternRouting | Connect "/medialni-partneri/" |
| 26 | PatternRouting | Connect "/ambasadori/" |
| 27 | PatternRouting | Connect "/ambasadori/:ambassador/" |
| 28 | PatternRouting | Connect "/:category/" |
| 29 | PatternRouting | Connect "/:category/strana/:page/" |
| 30 | PatternRouting | Connect "/:category/:article/" |
| 31 | PatternRouting | Connect "/:page/" |
| 32 | PatternRouting | Connect "/symfony/:action/*" |
| 33 | PatternRouting | Connect "/:module" |
| 34 | PatternRouting | Connect "/:module/:action/*" |
| 35 | FrontWebController | Initialization |
| 36 | PatternRouting | Match route [events_month] for "/kalendar-akci/:month/" |
| 37 | WebRequest | Request parameters array ( 'module' => 'event', 'action' => 'index', 'month' => 'prosinec',) |
| 38 | Context | Initialization |
| 39 | FrontWebController | Dispatch request |
| 40 | FilterChain | Executing filter "sfRenderingFilter" |
| 41 | FilterChain | Executing filter "sfCommonFilter" |
| 42 | FilterChain | Executing filter "sfExecutionFilter" |
| 43 | eventActions | Call "eventActions->executeIndex()" |
| 44 | PropelLogger | exec: SET NAMES 'utf8' |
| 45 | PropelLogger | prepare: SELECT event.ID, event.CREATED_AT, event.PUBLISHED, event.CATEGORY_ID, event.DATE, event.DATE_END, event.TID, event.TITLE, event.PEREX, event.BODY FROM `event` WHERE event.PUBLISHED=:p1 AND (event.DATE LIKE :p2 OR (event.DATE<=:p3 AND event.DATE_END>=:p4)) ORDER BY event.DATE ASC |
| 46 | PropelLogger | Binding 1 at position :p1 w/ PDO type PDO::PARAM_INT |
| 47 | PropelLogger | Binding '2010-12%' at position :p2 w/ PDO type PDO::PARAM_STR |
| 48 | PropelLogger | Binding '2010-12-01' at position :p3 w/ PDO type PDO::PARAM_STR |
| 49 | PropelLogger | Binding '2010-12-01' at position :p4 w/ PDO type PDO::PARAM_STR |
| 50 | PHPView | Initialize view for "event/index" |
| 51 | PHPView | Render "sf_app_dir/modules/event/templates/indexSuccess.php" |
| 52 | PHPView | Decorate content with "sf_app_dir/templates/layout.php" |
| 53 | PHPView | Render "sf_app_dir/templates/layout.php" |
| 54 | PartialView | Initialize view for "photo/_random" |
| 55 | main | Call "photo->executeRandom()" |
| 56 | PropelLogger | prepare: SELECT photo.ID, photo.CREATED_AT, photo.PUBLISHED, photo.CATEGORY_ID, photo.TID, photo.TITLE, photo.DESCRIPTION, photo.PRIORITY, photo_category.ID, photo_category.CREATED_AT, photo_category.PUBLISHED, photo_category.TID, photo_category.TITLE, photo_category.PRIORITY FROM `photo` LEFT JOIN photo_category ON (photo.CATEGORY_ID=photo_category.ID) WHERE photo.PUBLISHED=:p1 AND photo_category.PUBLISHED=:p2 AND photo.CATEGORY_ID=photo_category.ID ORDER BY rand() ASC LIMIT 2 |
| 57 | PropelLogger | Binding 1 at position :p1 w/ PDO type PDO::PARAM_INT |
| 58 | PropelLogger | Binding 1 at position :p2 w/ PDO type PDO::PARAM_INT |
| 59 | PartialView | Render "sf_app_dir/modules/photo/templates/_random.php" |
| 60 | PartialView | Initialize view for "partner/_top" |
| 61 | main | Call "partner->executeTop()" |
| 62 | PropelLogger | prepare: SELECT partner.ID, partner.CREATED_AT, partner.PUBLISHED, partner.TITLE, partner.DESCRIPTION, partner.WEB, partner.PRIORITY, partner.TOP FROM `partner` WHERE partner.PUBLISHED=:p1 AND partner.TOP=:p2 ORDER BY partner.PRIORITY DESC,partner.TITLE ASC |
| 63 | PropelLogger | Binding 1 at position :p1 w/ PDO type PDO::PARAM_INT |
| 64 | PropelLogger | Binding 1 at position :p2 w/ PDO type PDO::PARAM_INT |
| 65 | PartialView | Render "sf_app_dir/modules/partner/templates/_top.php" |
| 66 | RenderingFilter | Render to the client |
| 67 | WebResponse | Send status "HTTP/1.1 200 OK" |
| 68 | WebResponse | Send header "Content-Type": "text/html; charset=utf-8" |
| 69 | WebDebugLogger | Configuration 8.40 ms (11) |
| 70 | WebDebugLogger | Action "event/index" 26.27 ms (1) |
| 71 | WebDebugLogger | View "Success" for "event/index" 54.93 ms (1) |
| 72 | WebDebugLogger | Component "photo/random" 14.56 ms (1) |
| 73 | WebDebugLogger | Partial "photo/_random" 1.16 ms (1) |
| 74 | WebDebugLogger | Component "partner/top" 5.99 ms (1) |
| 75 | WebDebugLogger | Partial "partner/_top" 0.76 ms (1) |

parameterHolder:
action: index
module: event
month: prosinec
attributeHolder:
formats: { txt: text/plain, js: [application/javascript, application/x-javascript, text/javascript], css: text/css, json: [application/json, application/x-json], xml: [text/xml, application/xml, application/x-xml], rdf: application/rdf+xml, atom: application/atom+xml }

options:
http_protocol: HTTP/1.1
logging: '1'
charset: utf-8
content_type: 'text/html; charset=utf-8'
cookies: { }
httpHeaders:
Content-Type: 'text/html; charset=utf-8'
javascripts:
first: { }
'': { jquery: { }, flowplayer: { }, main: { } }
last: { }
stylesheets:
first: { }
'': { main: { } }
last: { }
metas:
title: 'Kalendář akcí | Evropský rok boje proti chudobě'
language: cs
robots: 'index, follow'
httpMetas:
Content-Type: 'text/html; charset=utf-8'

options:
auto_shutdown: false
culture: null
default_culture: en
use_flash: true
logging: '1'
timeout: 1800
attributeHolder:
symfony/user/sfUser/attributes: { category: 'Category Object()' }
culture: en

app_default_title: 'Evropský rok boje proti chudobě' mod_event_enabled: true mod_event_is_internal: false mod_event_view_class: sfPHP mod_partner_enabled: true mod_partner_is_internal: false mod_partner_view_class: sfPHP mod_photo_enabled: true mod_photo_is_internal: false mod_photo_view_class: sfPHP sf_admin_web_dir: /sf/sf_admin sf_app: frontend sf_app_base_cache_dir: /home/hosting/grenade.cz/web/chudoba/symfony/cache/frontend sf_app_cache_dir: /home/hosting/grenade.cz/web/chudoba/symfony/cache/frontend/dev sf_app_config_dir: /home/hosting/grenade.cz/web/chudoba/symfony/apps/frontend/config sf_app_dir: /home/hosting/grenade.cz/web/chudoba/symfony/apps/frontend sf_app_i18n_dir: /home/hosting/grenade.cz/web/chudoba/symfony/apps/frontend/i18n sf_app_lib_dir: /home/hosting/grenade.cz/web/chudoba/symfony/apps/frontend/lib sf_app_module_dir: /home/hosting/grenade.cz/web/chudoba/symfony/apps/frontend/modules sf_app_template_dir: /home/hosting/grenade.cz/web/chudoba/symfony/apps/frontend/templates sf_apps_dir: /home/hosting/grenade.cz/web/chudoba/symfony/apps sf_cache: false sf_cache_dir: /home/hosting/grenade.cz/web/chudoba/symfony/cache sf_calendar_web_dir: /sf/calendar sf_charset: utf-8 sf_check_lock: false sf_check_symfony_version: false sf_compat_10: false sf_compressed: false sf_config_cache_dir: /home/hosting/grenade.cz/web/chudoba/symfony/cache/frontend/dev/config sf_config_dir: /home/hosting/grenade.cz/web/chudoba/symfony/config sf_csrf_secret: null sf_data_dir: /home/hosting/grenade.cz/web/chudoba/symfony/data sf_debug: true sf_default_culture: en sf_doc_dir: /home/hosting/grenade.cz/web/chudoba/symfony/doc sf_enabled_modules: - default sf_environment: dev sf_error_404_action: error404 sf_error_404_module: default sf_error_reporting: 8191 sf_escaping_method: ESC_SPECIALCHARS sf_escaping_strategy: false sf_etag: false sf_i18n: false sf_i18n_cache_dir: /home/hosting/grenade.cz/web/chudoba/symfony/cache/frontend/dev/i18n sf_lazy_cache_key: true sf_lib_dir: /home/hosting/grenade.cz/web/chudoba/symfony/lib sf_log_dir: /home/hosting/grenade.cz/web/chudoba/symfony/log sf_logging_enabled: true sf_login_action: login sf_login_module: default sf_max_forwards: 5 sf_module_cache_dir: /home/hosting/grenade.cz/web/chudoba/symfony/cache/frontend/dev/modules sf_module_disabled_action: disabled sf_module_disabled_module: default sf_no_script_name: false sf_orm: propel sf_path_info_array: SERVER sf_path_info_key: PATH_INFO sf_plugins_dir: /home/hosting/grenade.cz/web/chudoba/symfony/plugins sf_prototype_web_dir: /sf/prototype sf_relative_url_root: null sf_rich_text_js_dir: js/tiny_mce sf_root_dir: /home/hosting/grenade.cz/web/chudoba/symfony sf_secure_action: secure sf_secure_module: default sf_standard_helpers: - Partial - Cache - Form sf_strip_comments: true sf_symfony_lib_dir: /home/hosting/grenade.cz/web/chudoba/symfony/lib/symfony sf_template_cache_dir: /home/hosting/grenade.cz/web/chudoba/symfony/cache/frontend/dev/template sf_test_cache_dir: /home/hosting/grenade.cz/web/chudoba/symfony/cache/frontend/dev/test sf_test_dir: /home/hosting/grenade.cz/web/chudoba/symfony/test sf_timer_start: 1329971651.31 sf_upload_dir: /home/hosting/grenade.cz/web/chudoba/symfony/../htdocs/uploads sf_url_format: PATH sf_use_database: true sf_validation_error_class: form_error sf_validation_error_id_prefix: error_for_ sf_validation_error_prefix: ' ↓ ' sf_validation_error_suffix: ' ↓' sf_web_debug: true sf_web_debug_web_dir: /sf/sf_web_debug sf_web_dir: /home/hosting/grenade.cz/web/chudoba/symfony/../htdocs symfony.asset.javascripts_included: false symfony.asset.stylesheets_included: false

cookie:
symfony_frontend: 65031252154f897325eb6f3bf9db3b49
env:
CONFIG_PROTECT: /usr/share/gnupg/qualified.txt
CONFIG_PROTECT_MASK: '/etc/gentoo-release /etc/sandbox.d /etc/php/cli-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/apache2-php5/ext-active/ /etc/php/cli-php5.2/ext-active/ /etc/php/cgi-php5.2/ext-active/ /etc/php/apache2-php5.2/ext-active/ /etc/udev/rules.d /etc/fonts/fonts.conf /etc/terminfo /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild'
DCCC_PATH: /usr/lib/distcc/bin
DISTCC_LOG: ''
DISTCC_VERBOSE: '0'
EINFO_LASTCMD: ebegin
EINFO_LOG: /etc/init.d/apache2
GCC_SPECS: ''
INFOPATH: '/usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.21.1/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.4/info'
LANG: en_US.UTF-8
LESS: '-R -M --shift 5'
LESSOPEN: '|lesspipe %s'
MANPATH: '/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.21.1/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.4/man:/usr/lib64/php5/man/:/usr/lib64/php5.2/man/'
PATH: '/lib64/rc/sbin:/lib64/rc/bin:/bin:/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin'
PWD: /
RC_BOOTLEVEL: boot
RC_CMD: start
RC_DEFAULTLEVEL: default
RC_LIBEXECDIR: /lib64/rc
RC_RUNLEVEL: default
RC_RUNSCRIPT_PID: '3596'
RC_SERVICE: /etc/init.d/apache2
RC_SVCDIR: /lib64/rc/init.d
RC_SVCNAME: apache2
RC_TMPDIR: /lib64/rc/init.d/tmp
RC_UNAME: Linux
RC_VERSION: 0.9.8.4
ROOTPATH: '/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.4'
RUBYOPT: -rauto_gem
SHLVL: '1'
SVCNAME: apache2
_: /usr/sbin/apache2
files: { }
get: { }
post: { }
server:
DOCUMENT_ROOT: /home/hosting/grenade.cz/web/chudoba/htdocs
GATEWAY_INTERFACE: CGI/1.1
HTTP_ACCEPT: 'text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5'
HTTP_ACCEPT_CHARSET: 'ISO-8859-1,utf-8;q=0.7,*;q=0.7'
HTTP_ACCEPT_ENCODING: gzip
HTTP_ACCEPT_LANGUAGE: 'en-us,en;q=0.5'
HTTP_CACHE_CONTROL: no-cache
HTTP_CONNECTION: close
HTTP_COOKIE: symfony_frontend=65031252154f897325eb6f3bf9db3b49
HTTP_HOST: chudoba.grenade.cz
HTTP_PRAGMA: no-cache
HTTP_USER_AGENT: 'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)'
HTTP_X_CC_ID: ccc04-01
PATH: '/lib64/rc/sbin:/lib64/rc/bin:/bin:/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin'
PATH_INFO: /kalendar-akci/prosinec/
PATH_TRANSLATED: 'redirect:/index.php/prosinec/'
PHP_SELF: /index.php/kalendar-akci/prosinec/
QUERY_STRING: ''
REMOTE_ADDR: 38.107.179.238
REMOTE_PORT: '45101'
REQUEST_METHOD: GET
REQUEST_TIME: 1329971651
REQUEST_URI: /index.php/kalendar-akci/prosinec/
SCRIPT_FILENAME: /home/hosting/grenade.cz/web/chudoba/htdocs/index.php
SCRIPT_NAME: /index.php
SERVER_ADDR: 81.0.213.225
SERVER_ADMIN: '[no address given]'
SERVER_NAME: chudoba.grenade.cz
SERVER_PORT: '80'
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE: "<address>Apache Server at chudoba.grenade.cz Port 80</address>\n"
SERVER_SOFTWARE: Apache
UNIQUE_ID: T0XBw1EA1eEAAD3iQ98AAADB
argc: 0
argv: { }
session:
symfony/user/sfUser/attributes: { symfony/user/sfUser/attributes: { category: 'Category Object()' } }
symfony/user/sfUser/authenticated: false
symfony/user/sfUser/credentials: { }
symfony/user/sfUser/culture: en
symfony/user/sfUser/lastRequest: 1329971628

php: 5.2.17-pl0-gentoo os: 'Linux bender 3.0.6-gentoo #4 SMP Tue Feb 7 23:44:15 CET 2012 x86_64' extensions: - 'date (5.2.17-pl0-gentoo)' - libxml - openssl - pcre - 'zlib (1.1)' - bcmath - bz2 - calendar - ctype - curl - dba - 'dom (20031129)' - 'hash (1.0)' - 'filter (0.11.0)' - ftp - gd - gettext - gmp - session - iconv - 'standard (5.2.17-pl0-gentoo)' - 'json (1.2.1)' - mbstring - mcrypt - mhash - 'mysql (1.0)' - 'SimpleXML (0.1)' - 'odbc (1.0)' - 'SPL (0.2)' - 'PDO (1.0.4dev)' - 'pdo_mysql (1.0.2)' - 'PDO_ODBC (1.0.1)' - 'pdo_sqlite (1.0.1)' - posix - pspell - 'Reflection (0.1)' - imap - 'mysqli (0.1)' - snmp - soap - sockets - 'SQLite (2.0-dev)' - 'exif (1.4 $Id: exif.c 293036 2010-01-03 09:23:27Z sebastian $)' - sysvmsg - sysvsem - sysvshm - 'tokenizer (0.1)' - xml - 'xmlrpc (0.51)' - 'xsl (0.1)' - 'zip (1.8.11)' - apache2handler - 'ffmpeg (0.6.0-svn)' - 'fileinfo (0.1)' - 'imagick (3.0.0)' - 'pdf (2.1.8)'

version: 1.1.9 path: /home/hosting/grenade.cz/web/chudoba/symfony/lib/symfony
| type | calls | time (ms) | time (%) |
|---|---|---|---|
| Configuration | 11 | 8.40 | 5 |
| Action "event/index" | 1 | 26.27 | 16 |
| View "Success" for "event/index" | 1 | 54.93 | 34 |
| Component "photo/random" | 1 | 14.56 | 9 |
| Partial "photo/_random" | 1 | 1.16 | 0 |
| Component "partner/top" | 1 | 5.99 | 3 |
| Partial "partner/_top" | 1 | 0.76 | 0 |








