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

View file

@ -17,7 +17,7 @@ class AppKernel extends Kernel
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
new Hackspace\Bundle\CalciferBundle\CalciferBundle(),
new Braincrafted\Bundle\BootstrapBundle\BraincraftedBootstrapBundle(),
new Knp\Bundle\MarkdownBundle\KnpMarkdownBundle(),
);
if (in_array($this->getEnvironment(), array('dev', 'test'))) {

0
app/cache/.gitkeep vendored Normal file → Executable file
View file

View file

@ -28,12 +28,13 @@ framework:
twig:
debug: "%kernel.debug%"
strict_variables: "%kernel.debug%"
cache: false
# Assetic Configuration
assetic:
debug: "%kernel.debug%"
use_controller: false
bundles: [ ]
bundles: [ "CalciferBundle" ]
#java: /usr/bin/java
filters:
less:
@ -41,6 +42,7 @@ assetic:
node_paths: [/usr/lib/node_modules]
apply_to: "\.less$"
cssrewrite: ~
compass: ~
#closure:
# jar: "%kernel.root_dir%/Resources/java/compiler.jar"
#yui_css:
@ -72,5 +74,8 @@ swiftmailer:
password: "%mailer_password%"
spool: { type: memory }
braincrafted_bootstrap:
less_filter: less
services:
twig.extension.text:
class: Twig_Extensions_Extension_Text
tags:
- { name: twig.extension }

0
app/console Normal file → Executable file
View file