aboutsummaryrefslogtreecommitdiffstats
path: root/mod/events.php
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵friendica2013-12-221-1/+1
| | | | names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code.
* 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 ↵friendica2013-03-211-2/+2
| | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
* some fixes related to eventsMichael Johnston2013-03-071-4/+5
| | | | | | | - add backticks around column "desc" in sql query - fixed query for data passed to showEvent - showEvent was picking up on id from item instead of id from event - fixed references to author info in template
* 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 ↵friendica2013-01-071-8/+9
| | | | buggered quite as much as before.
* 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
| | | | | select events that starts before display start date and/or ends after display end date.
* 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 ↵Zach Prezkuta2012-05-021-0/+19
| | | | when an event is shared with specific people. This is necessary to have event posts show correctly in Diaspora if an event is created visible only to self, but modified later to be visible to others.
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-4/+4
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * 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 ↵Fabio Comuni2012-02-141-6/+9
| | | | item.location as html
* 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
|
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* start on bug #227 - more to dofriendica2011-11-251-0/+3
|
* New common tab template. Update cssFabio Comuni2011-10-101-11/+1
|
* don't allow events to finish before they beginFriendika2011-09-141-1/+8
|
* configurable format for date input selectorsFriendika2011-07-251-3/+9
|
* logic reversedFriendika2011-06-301-1/+1
|
* don't allow editing of somebody else's eventFriendika2011-06-301-6/+3
|
* add profile tabs to "photos", "events" and "notes". in dispy, show active tab.Fabio Comuni2011-06-231-1/+16
|
* remove debug statementsFriendika2011-06-161-2/+2
|
* preserve original timezone adjust selection when editing eventsFriendika2011-06-141-10/+14
|
* event calendar links, editingFriendika2011-06-141-34/+102
|
* link events + personal notes to profile tabsFriendika2011-06-131-1/+16
|
* event sharing, cont.Friendika2011-06-131-106/+24
|
* fixed a few feed problems affecting activity objects/targetsFriendika2011-06-101-2/+2
|
* event publishFriendika2011-06-091-10/+25
|
* event itemFriendika2011-06-091-1/+50
|
* default event publish permissions = personalFriendika2011-06-091-0/+3
|
* eventsFriendika2011-06-091-1/+1
|
* more progress on eventsFriendika2011-06-071-16/+49
|
* basic saving of eventsFriendika2011-06-061-7/+34
|
* tinymce for event fieldsFriendika2011-06-061-5/+9
|
* prev/next links in calendarFriendika2011-06-061-1/+17
|