Commit graph

124 commits

Author SHA1 Message Date
Tim Schumacher
ec89bd77fe Update dependencies. 2014-08-31 13:46:23 +02:00
Tim Schumacher
fedcb0e860 Add a UTF-8 hint, so compass does not fail to build the css. 2014-08-31 13:45:46 +02:00
Tim Schumacher
befd59c2a7 Add enddate to the event box.
Fixes #10
2014-08-31 13:42:52 +02:00
andibraeu
6731d716f8 added link to ics file 2014-08-16 09:39:07 +02:00
Tim Schumacher
6908eeebc9 Specify the favicon in the main template. 2014-08-01 11:32:27 +02:00
Andi
8a8087b8a3 Merge pull request #2 from HackspaceJena/master
update
2014-07-31 20:55:16 +02:00
Tim Schumacher
16c48302b9 Replaced the favicon 2014-07-31 15:09:45 +02:00
Tim Schumacher
4f187ad08a Added the url to the ics file. 2014-07-31 09:51:34 +02:00
Tim Schumacher
f554de91ba Added a mission statement. 2014-07-30 17:36:11 +02:00
andibraeu
b9a4af7b82 Install instructions tell about database options 2014-07-29 22:53:30 +02:00
andibraeu
e9b10802d1 support sqlite database path in config 2014-07-29 22:47:20 +02:00
Andi
4486b3b3c0 Merge pull request #1 from HackspaceJena/master
update
2014-07-29 22:43:07 +02:00
Tim Schumacher
bf2ddbea4a Added postgresql to the manual and choose a more generic sqlite database name. 2014-07-29 16:15:10 +02:00
Tim
9812ca9fb5 Merge pull request #6 from andibraeu/master
improved install steps
2014-07-29 23:03:37 +02:00
Tim Schumacher
0691e1e537 Only set an enddate if one is available 2014-07-29 15:31:05 +02:00
Tim Schumacher
60090ad619 Remove generated assets from code. 2014-07-29 15:15:11 +02:00
Tim Schumacher
12895cb822 Change the instruction to create the schemas. 2014-07-29 15:11:59 +02:00
Tim Schumacher
d1edb8e908 Set the nextdate so the repeating dates will not be generated over and over again. 2014-07-29 15:08:56 +02:00
Tim Schumacher
9947bf1e22 Add properties for better code completion. 2014-07-29 15:08:08 +02:00
Tim Schumacher
0ef2977199 Update the repeating patterns. 2014-07-28 23:10:12 +02:00
Tim Schumacher
6d6b1ad708 Updated the install to include instructions on how to get the repeating events running.
referencing #5
2014-07-28 23:03:14 +02:00
Tim Schumacher
f4acf98688 Use the right repeating pattern. 2014-07-28 22:52:48 +02:00
Tim Schumacher
95cf63a46b Created a command to generate events from repeating events via cron.
Fixes #5
2014-07-28 22:50:25 +02:00
Tim Schumacher
90b6f52446 Implement the GUI for the repeating events.
referencing #4
2014-07-28 22:15:06 +02:00
Tim Schumacher
7719e760ec Finish the model for the repeating events.
referencing #5
2014-07-28 22:12:51 +02:00
Tim Schumacher
51af913608 Clear all the tags before adding them again.
Fixes #4
2014-07-28 22:11:55 +02:00
Tim Schumacher
4eb53a8ceb Extracted the tag functions into a trait, so it can be used by events and repeating events. 2014-07-28 22:11:02 +02:00
Tim Schumacher
68d3ff6f1e Use the magic method __get
Fixes #3
2014-07-24 08:38:33 +02:00
Tim Schumacher
484ab2762f Removed the assets 2014-07-22 21:50:52 +02:00
Tim Schumacher
eb3f98f06c Updated the install. 2014-07-22 21:49:50 +02:00
Tim Schumacher
cbaec8676a Use the magic method and not the getter. 2014-07-22 21:47:53 +02:00
Tim Schumacher
e9f6dcfdae Renamed RepeatEvent to RepeatingEvent 2014-07-20 09:49:57 +02:00
Tim Schumacher
881f0a7de2 Completed the repeating event model. 2014-07-20 09:49:01 +02:00
Tim Schumacher
8f66f58965 Finaly got the routing right. 2014-07-19 20:07:07 +02:00
Tim Schumacher
6f0b6eabef Reformated the code. 2014-07-19 09:26:54 +02:00
Tim Schumacher
92a21d3b69 Extracted a common function for insert and update to put all the stuff from the request into the entity. 2014-07-19 09:25:51 +02:00
Tim Schumacher
12e7dafe0d Introduced a BaseEntity for more easy access to all the properties. 2014-07-19 09:25:09 +02:00
Tim
e3ca015608 Merge pull request #1 from andibraeu/patch-1
genauere Installationsanweisung
2014-07-14 20:44:59 +02:00
Andi
6916af8cd1 genauere Installationsanweisung 2014-07-14 19:25:54 +02:00
Tim Schumacher
fedf87f751 Fix the icalendar route for locations 2014-07-11 20:27:57 +02:00
Tim Schumacher
ab8236da0f Make the iCalendar work with the slugs. 2014-07-11 20:21:47 +02:00
Tim Schumacher
75a2ef9796 Dont set the longitude or latitude if nothing is set. 2014-07-11 20:10:10 +02:00
Tim Schumacher
2fce8b3cfd Show events for today 2014-07-11 20:04:43 +02:00
Tim Schumacher
0f34bb4242 updated todo 2014-07-10 14:37:28 +02:00
Tim Schumacher
53bc3f1ac6 Use slug and not id. 2014-07-10 12:57:16 +02:00
Tim Schumacher
e54460d0ed Merge branch 'master' of https://phablab.krautspace.de/diffusion/C/calcifer
Conflicts:
	src/Hackspace/Bundle/CalciferBundle/Resources/views/Event/event_box.html.twig
2014-07-10 12:46:27 +02:00
Tim Schumacher
b737d292de Added a todo item. 2014-07-10 17:51:11 +02:00
Tim Schumacher
1613b75fe8 Added a migration to set the slugs. 2014-07-10 12:44:18 +02:00
Tim Schumacher
480e0e5568 Added doctrine migrations. 2014-07-10 12:43:34 +02:00
Tim Schumacher
e17c6529db Implemented nice urls 2014-07-10 12:43:09 +02:00