Commit graph

115 commits

Author SHA1 Message Date
andibraeu
65fe172e73 resolved merge conflict 2014-09-27 17:41:33 +02:00
Tim Schumacher
fc44a6cb40 Set the enddate for the right entity.
Fixes #7
2014-09-25 23:21:36 +02:00
Tim Schumacher
0a0fd1e8b0 Add some basic validation. 2014-09-25 23:18:45 +02:00
Tim Schumacher
80182644bc Only use the edit.html.twig template. 2014-09-25 23:18:07 +02:00
Tim Schumacher
30474e80ce Missed the description 2014-09-24 23:38:36 +02:00
Tim Schumacher
93da869e00 Extend the location detail page with the new informations. 2014-09-24 23:27:43 +02:00
Tim Schumacher
9227016086 Add edit form for the location. 2014-09-24 23:26:49 +02:00
Tim Schumacher
1b3fc58d44 Add the model stuff to the location. 2014-09-24 23:25:19 +02:00
Tim Schumacher
73400e90fd Use the generic slug generation also for repeating events.
Fixes #20
2014-09-23 18:58:27 +02:00
Tim Schumacher
3a68ee4bcf Use the newly created function to create a unique slug.
Ticket #20
2014-09-23 18:58:24 +02:00
Tim Schumacher
e2618b06af Create a generic method for generating slugs that are unique to the table.
Ticket #20
2014-09-23 18:58:22 +02:00
Tim Schumacher
33b63429ef Implement relative startdates *yay*
Fixes #18
2014-09-21 20:01:56 +02:00
Tim Schumacher
d21c818e84 Implemented delete for repeating events. 2014-09-21 17:49:49 +02:00
Tim Schumacher
9fb6285d6e Fix some whitespace issues. 2014-09-17 17:59:00 +02:00
Tim Schumacher
9562a8d3a3 Implement copying of events.
Fixes #17
2014-09-17 17:50:24 +02:00
Tim Schumacher
e8c94262d0 Implemented deletion of events.
Fixes #16
2014-09-17 17:37:54 +02:00
Tim Schumacher
405b19b157 Only show the edit details on the detail page. 2014-09-17 17:06:35 +02:00
Andi
a2f17074be Merge pull request #3 from HackspaceJena/master
update
2014-09-01 20:33:47 +02:00
Tim Schumacher
f2bc90c9ae Hide the underline on some of the icons. 2014-08-31 14:26:05 +02:00
Tim Schumacher
c7ab23c4aa Use ISO-Format for the date in the placeholder attribute. 2014-08-31 14:03:41 +02:00
Tim Schumacher
0d9b4cce8e Allow removing the enddate.
Fixes #13
2014-08-31 13:55:24 +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
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
Tim Schumacher
0691e1e537 Only set an enddate if one is available 2014-07-29 15:31:05 +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
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
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 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
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
e17c6529db Implemented nice urls 2014-07-10 12:43:09 +02:00
Tim Schumacher
4f0a34aba0 Added closing quotation mark. 2014-07-10 12:07:01 +02:00
Tim Schumacher
182826cda1 Add the link class to the icon so that the popup works. 2014-07-10 11:53:41 +02:00
Tim Schumacher
e46c36b19b Use uniformingly jQuery instead of $ 2014-07-10 11:49:27 +02:00
Tim Schumacher
509a4f501b Only initialize the various elements if they are in the dom. 2014-07-10 11:48:00 +02:00
Tim Schumacher
d64f78dc5e formated the icon classes uniformingly 2014-07-10 11:44:12 +02:00
Tim Schumacher
8b2a6bdd92 Cleaned up the source. 2014-07-10 11:41:16 +02:00
Tim Schumacher
d2601e19d7 Make the event grid on the startpage responsive. 2014-07-10 09:17:15 +02:00
Tim Schumacher
df74c9f263 Show geocoords for known locations. 2014-07-09 13:09:49 +02:00
Tim Schumacher
d443179701 Added the feature that you can select a geocoord for your location. 2014-07-09 10:33:17 +02:00
Tim Schumacher
d12c8d6aeb Show only events which are in the future. 2014-07-08 12:59:34 +02:00
Tim Schumacher
b498e0f14d use protocoll independent urls. 2014-07-08 12:23:45 +02:00
Tim Schumacher
ceeab5332e Added some help to the edit form. 2014-07-08 12:21:52 +02:00
Tim Schumacher
eebe27b8cc Added a link for a new item. 2014-07-08 00:14:37 +02:00
Tim Schumacher
1f6c3c5fd4 Major overhaul:
* Switched to semantic ui.
* Add searching by location or tag
* Reworked the forms
2014-07-08 00:11:48 +02:00
Tim Schumacher
741e1c403a init 2014-06-26 22:00:27 +02:00