Major overhaul:

* Switched to semantic ui.
* Add searching by location or tag
* Reworked the forms
This commit is contained in:
Tim Schumacher 2014-07-08 00:11:48 +02:00
parent 741e1c403a
commit 1f6c3c5fd4
51 changed files with 43286 additions and 771 deletions

313
composer.lock generated Normal file → Executable file
View file

@ -4,81 +4,20 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "7754fabfaab6beb14c510a29043644b2",
"hash": "742fd364d982b3f6991eaf2d26110902",
"packages": [
{
"name": "braincrafted/bootstrap-bundle",
"version": "v2.0.1",
"target-dir": "Braincrafted/Bundle/BootstrapBundle",
"source": {
"type": "git",
"url": "https://github.com/braincrafted/bootstrap-bundle.git",
"reference": "dc6169b1e29d8668cda960aa663fcc4bbd602bd4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/braincrafted/bootstrap-bundle/zipball/dc6169b1e29d8668cda960aa663fcc4bbd602bd4",
"reference": "dc6169b1e29d8668cda960aa663fcc4bbd602bd4",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/console": "~2.3",
"symfony/finder": "~2.3",
"symfony/form": "~2.3",
"symfony/framework-bundle": "~2.3",
"symfony/twig-bundle": "~2.3"
},
"require-dev": {
"knplabs/knp-menu": "~2.0@alpha",
"knplabs/knp-menu-bundle": "~2.0@alpha",
"knplabs/knp-paginator-bundle": "dev-master",
"mockery/mockery": "0.8.*",
"phpunit/phpunit": "3.7.*",
"symfony/assetic-bundle": "~2.3"
},
"suggest": {
"knplabs/knp-menu": "Required to use KnpMenuBundle.",
"knplabs/knp-menu-bundle": "BraincraftedBootstrapBundle styles the menus provided by KnpMenuBundle.",
"knplabs/knp-paginator-bundle": "BraincraftedBootstrapBundle styles the pagination provided by KnpPaginatorBundle.",
"twbs/bootstrap": "Twitter Bootstrap provides the assets (images, CSS and JS)"
},
"type": "symfony-bundle",
"autoload": {
"psr-0": {
"Braincrafted\\Bundle\\BootstrapBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florian Eckerstorfer",
"email": "florian@eckerstorfer.co",
"homepage": "http://florian.ec",
"role": "Developer"
}
],
"description": "BraincraftedBootstrapBundle integrates Bootstrap into Symfony2 by providing templates, Twig extensions, services and commands.",
"keywords": [
"bootstrap"
],
"time": "2014-04-03 16:59:23"
},
{
"name": "doctrine/annotations",
"version": "v1.1.2",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "40db0c96985aab2822edbc4848b3bd2429e02670"
"reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/40db0c96985aab2822edbc4848b3bd2429e02670",
"reference": "40db0c96985aab2822edbc4848b3bd2429e02670",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd",
"reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd",
"shasum": ""
},
"require": {
@ -86,12 +25,13 @@
"php": ">=5.3.2"
},
"require-dev": {
"doctrine/cache": "1.*"
"doctrine/cache": "1.*",
"phpunit/phpunit": "4.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "1.3.x-dev"
}
},
"autoload": {
@ -105,7 +45,7 @@
],
"authors": [
{
"name": "Jonathan H. Wage",
"name": "Jonathan Wage",
"email": "jonwage@gmail.com",
"homepage": "http://www.jwage.com/",
"role": "Creator"
@ -137,7 +77,7 @@
"docblock",
"parser"
],
"time": "2013-06-16 21:33:03"
"time": "2014-07-06 15:52:21"
},
{
"name": "doctrine/cache",
@ -802,6 +742,113 @@
},
"type": "library"
},
{
"name": "jsvrcek/ics",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/jasvrcek/ICS.git",
"reference": "85e3e34214547a9981bd3be38633f9dce4f85094"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jasvrcek/ICS/zipball/85e3e34214547a9981bd3be38633f9dce4f85094",
"reference": "85e3e34214547a9981bd3be38633f9dce4f85094",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.6.*"
},
"type": "library",
"autoload": {
"psr-0": {
"Jsvrcek\\ICS\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Justin Svrcek",
"homepage": "https://github.com/jasvrcek"
}
],
"description": "abstraction layer for creating multi-byte safe RFC 5545 compliant .ics files",
"homepage": "https://github.com/jasvrcek/ICS",
"keywords": [
".ics",
"RFC 5545",
"calendar",
"export",
"ical",
"multi-byte safe"
],
"time": "2013-10-28 17:21:17"
},
{
"name": "knplabs/knp-markdown-bundle",
"version": "1.3.2",
"target-dir": "Knp/Bundle/MarkdownBundle",
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/KnpMarkdownBundle.git",
"reference": "c24fca93e1ecedbbc8a90b4df3449eed30774d59"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/KnpLabs/KnpMarkdownBundle/zipball/c24fca93e1ecedbbc8a90b4df3449eed30774d59",
"reference": "c24fca93e1ecedbbc8a90b4df3449eed30774d59",
"shasum": ""
},
"require": {
"michelf/php-markdown": "1.4.0",
"php": ">=5.3.9",
"symfony/framework-bundle": "~2.1"
},
"suggest": {
"ext-sundown": "to use optional support for php-sundown extension instead of php implementation",
"symfony/twig-bundle": "to use the Twig markdown filter"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-0": {
"Knp\\Bundle\\MarkdownBundle": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "KnpLabs Team",
"homepage": "http://knplabs.com"
},
{
"name": "Symfony Community",
"homepage": "http://github.com/KnpLabs/KnpMarkdownBundle/contributors"
}
],
"description": "Knplabs markdown bundle transforms markdown into html",
"homepage": "http://github.com/KnpLabs/KnpMarkdownBundle",
"keywords": [
"bundle",
"knp",
"knplabs",
"markdown"
],
"time": "2014-02-20 11:01:37"
},
{
"name": "kriswallsmith/assetic",
"version": "v1.1.2",
@ -873,6 +920,57 @@
],
"time": "2013-07-19 00:03:27"
},
{
"name": "michelf/php-markdown",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/michelf/php-markdown.git",
"reference": "96d8150406f67e683ef4acc09fef91785fef1266"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/michelf/php-markdown/zipball/96d8150406f67e683ef4acc09fef91785fef1266",
"reference": "96d8150406f67e683ef4acc09fef91785fef1266",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-lib": "1.4.x-dev"
}
},
"autoload": {
"psr-0": {
"Michelf": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Michel Fortin",
"email": "michel.fortin@michelf.ca",
"homepage": "http://michelf.ca/",
"role": "Developer"
},
{
"name": "John Gruber",
"homepage": "http://daringfireball.net/"
}
],
"description": "PHP Markdown",
"homepage": "http://michelf.ca/projects/php-markdown/",
"keywords": [
"markdown"
],
"time": "2013-11-29 17:09:24"
},
{
"name": "monolog/monolog",
"version": "1.10.0",
@ -1495,69 +1593,27 @@
],
"time": "2014-05-31 18:45:50"
},
{
"name": "twbs/bootstrap",
"version": "v3.0.3",
"source": {
"type": "git",
"url": "https://github.com/twbs/bootstrap.git",
"reference": "6d03173a1aad98e75f7d33e65b411c519176c59a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twbs/bootstrap/zipball/6d03173a1aad98e75f7d33e65b411c519176c59a",
"reference": "6d03173a1aad98e75f7d33e65b411c519176c59a",
"shasum": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Jacob Thornton",
"email": "jacobthornton@gmail.com"
},
{
"name": "Mark Otto",
"email": "markdotto@gmail.com"
}
],
"description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.",
"homepage": "http://getbootstrap.com",
"keywords": [
"bootstrap",
"css"
],
"time": "2013-12-05 16:09:10"
},
{
"name": "twig/extensions",
"version": "v1.0.1",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/fabpot/Twig-extensions.git",
"reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0"
"reference": "c0ab818595338dd5569369bfce2552d02cec5d50"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
"reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
"url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/c0ab818595338dd5569369bfce2552d02cec5d50",
"reference": "c0ab818595338dd5569369bfce2552d02cec5d50",
"shasum": ""
},
"require": {
"twig/twig": "~1.0"
"twig/twig": "~1.12"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "1.1.x-dev"
}
},
"autoload": {
@ -1580,24 +1636,23 @@
"description": "Common additional features for Twig that do not directly belong in core",
"homepage": "https://github.com/fabpot/Twig-extensions",
"keywords": [
"debug",
"i18n",
"text"
],
"time": "2013-10-18 19:37:15"
"time": "2014-07-05 10:01:35"
},
{
"name": "twig/twig",
"version": "v1.15.1",
"version": "v1.16.0",
"source": {
"type": "git",
"url": "https://github.com/fabpot/Twig.git",
"reference": "1fb5784662f438d7d96a541e305e28b812e2eeed"
"reference": "8ce37115802e257a984a82d38254884085060024"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fabpot/Twig/zipball/1fb5784662f438d7d96a541e305e28b812e2eeed",
"reference": "1fb5784662f438d7d96a541e305e28b812e2eeed",
"url": "https://api.github.com/repos/fabpot/Twig/zipball/8ce37115802e257a984a82d38254884085060024",
"reference": "8ce37115802e257a984a82d38254884085060024",
"shasum": ""
},
"require": {
@ -1606,7 +1661,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.15-dev"
"dev-master": "1.16-dev"
}
},
"autoload": {
@ -1641,7 +1696,7 @@
"keywords": [
"templating"
],
"time": "2014-02-13 10:19:29"
"time": "2014-07-05 12:19:05"
}
],
"packages-dev": [
@ -1700,9 +1755,9 @@
],
"minimum-stability": "stable",
"stability-flags": [
],
"stability-flags": {
"jsvrcek/ics": 20
},
"platform": {
"php": ">=5.3.3"
},