aboutsummaryrefslogtreecommitdiffstats
path: root/mod/events.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* event listingsFriendika2011-06-061-1/+18
|
* more events frameworkFriendika2011-06-061-0/+68
|
* begin event moduleFriendika2011-06-051-0/+84