aboutsummaryrefslogtreecommitdiffstats
path: root/mod/events.php
Commit message (Expand)AuthorAgeFilesLines
* Allow tags in event description and locationStefan Parviainen2015-01-131-0/+4
* add event export (this month) to event UIfriendica2014-11-241-0/+12
* Switch to a better datetime picker widgetStefan Parviainen2014-11-161-5/+4
* PostgreSQL support initial commitHabeas Codice2014-11-131-4/+4
* If entered event info is not valid, let user try again with the old info stil...Stefan Parviainen2014-10-211-7/+26
* Don't display date format, it's already in the placeholder textStefan Parviainen2014-10-191-6/+0
* Changes in the datetimesel api, prevent user from picking event end date earl...Stefan Parviainen2014-10-191-2/+2
* Give an error if event is supposed to end before it starts. Closes friendica/...Stefan Parviainen2014-10-191-2/+4
* Initial stab at better general datetime pickerStefan Parviainen2014-10-181-17/+2
* missing event permissionsfriendica2014-10-151-0/+1
* This is long overdue - use a symblic constant NULL_DATE instead of the easily...friendica2014-09-081-1/+1
* add categories to eventsfriendica2014-09-071-1/+50
* more work on the event edit formfriendica2014-09-051-0/+2
* put a date and time picker on eventsfriendica2014-09-041-5/+29
* numerous event fixes - mostly related to editing an eventfriendica2014-07-061-22/+41
* rule of snakes #1, kill the snake.friendica2014-06-281-2/+2
* only show jotnets when posting conversation itemsfriendica2014-06-141-1/+1
* use consistent capitalisation in the item actions menufriendica2014-05-291-1/+1
* newevent: front end functionsfriendica2014-05-291-3/+13
* start to tie in the new event logicfriendica2014-05-291-2/+3
* event form hard-wired tinymce=on, made selectablefriendica2014-05-081-2/+11
* issue #395, item 2friendica2014-04-061-1/+4
* dav: throw exception if channel for requested DAV directory is deletedfriendica2014-01-151-2/+1
* remove a couple of mysql reserved words from being used as table or row names...friendica2013-12-221-1/+1
* need include/conversation for events nowfriendica2013-12-061-0/+1
* some work on events permissionsfriendica2013-12-011-6/+17
* make "selected" class work on all navigation menu itemsmarijus2013-08-011-0/+2
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer...friendica2013-03-211-2/+2
* some fixes related to eventsMichael Johnston2013-03-071-4/+5
* progress on tag deliveryfriendica2013-02-111-1/+1
* documenting event-finish-date-crosses-month-boundary issue to come back to laterfriendica2013-01-161-0/+6
* mopping up the events issues so I can move on to other stufffriendica2013-01-161-2/+4
* still some bugs but events are happening again.friendica2013-01-151-42/+35
* events are still buggered and aren't anywhere close to working, but not bugge...friendica2013-01-071-8/+9
* fix show-stopping bugsZach Prezkuta2013-01-061-2/+2
* wall posts now display - address book structure revamp startedfriendica2012-10-101-0/+1
* separate the public feed from everything elsefriendica2012-09-201-1/+17
* convert ent_quotes for jquery calendar title/summaryfriendica2012-06-291-2/+2
* create third privacy state - public post but not searchable or publicly visiblefriendica2012-06-281-1/+1
* change event behaviour so that title is required but description is notfriendica2012-06-251-6/+6
* event summary/titlefriendica2012-06-251-3/+11
* events: fix select events queryfabrixxm2012-06-071-2/+2
* use cid rather than uid in permsfriendica2012-05-021-3/+12
* Modify events_post() in mod/events.php to set the `private` field to true whe...Zach Prezkuta2012-05-021-0/+19
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-4/+4
|\
| * make the "new calendar" (javascript interactive) the defaultfriendica2012-04-021-4/+4
|/
* enable ajax calendar with $a->config['experimentals']['new_calendar']=1Fabio Comuni2012-02-151-1/+5
* events js: pass only first line of desc as title; item.desc and item.location...Fabio Comuni2012-02-141-6/+9
* events: first test for full-javascript events calendarFabio Comuni2012-02-141-39/+99
* new event current date off by one, submit button misplacedfriendica2012-01-251-3/+3