aboutsummaryrefslogtreecommitdiffstats
path: root/include/event.php
Commit message (Collapse)AuthorAgeFilesLines
* remove a couple of mysql reserved words from being used as table or row ↵friendica2013-12-221-10/+10
| | | | names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code.
* provide detailed error to remote site for the myriad of things that can go ↵friendica2013-09-101-1/+2
| | | | wrong inside item_store(), !! this changes the return of item_store !!
* Merge https://github.com/friendica/red into zpullfriendica2013-03-211-1/+3
|\
| * small fixes for eventsMichael Johnston2013-03-211-1/+3
| |
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵friendica2013-03-211-4/+4
|/ | | | 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.
* cleanupfriendica2013-03-101-68/+0
|
* some fixes related to eventsMichael Johnston2013-03-071-1/+1
| | | | | | | - 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
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* preserve event item[uri] if presentfriendica2013-01-201-27/+35
|
* more heavy lifting on API - though need to re-visit events and give them all ↵friendica2013-01-191-4/+4
| | | | message_ids from the origination site.
* mopping up the events issues so I can move on to other stufffriendica2013-01-161-10/+9
|
* import events (not just event posts) from zotfriendica2013-01-161-4/+1
|
* still some bugs but events are happening again.friendica2013-01-151-5/+5
|
* events backend heavy lifting - the new structure is slowly emerging.friendica2013-01-151-77/+87
|
* slow progress on events, one step forward, one step back.friendica2013-01-151-14/+26
|
* events are still buggered and aren't anywhere close to working, but not ↵friendica2013-01-071-4/+6
| | | | buggered quite as much as before.
* wall posts now display - address book structure revamp startedfriendica2012-10-101-9/+11
|
* Can't see any posts currently - after the big shakeup, but we can now post ↵friendica2012-10-031-1/+1
| | | | top level activities and store them.
* item table rename parent-uri, target-type, object-type (more to come later)friendica2012-08-151-2/+2
|
* event summary/titlefriendica2012-06-251-2/+14
|
* Add two hooks, event_created and event_updated. One Bugfix for the ↵Tobias Hößl2012-05-291-6/+11
| | | | <id>...</id> tag ($uri was never defined). Commented out the parse_event() function - its never called and would lead to a program abortion due to a broken require_once at the beginning
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+0
| | | | | | Conflicts: include/config.php update.php
* Avoid a NoticeTobias Hößl2012-02-271-1/+1
|
* Avoid some noticesTobias Hößl2012-02-261-1/+1
|
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* fix various html parse errorsFriendika2011-10-201-1/+6
|
* origin flag handling, and bug #137 - provide timezone conversion for events ↵Friendika2011-10-171-1/+1
| | | | posted across to Diaspora
* show lock icon on private eventsFriendika2011-07-271-1/+4
|
* privacy settings on event item not propagated correctlyFriendika2011-07-261-4/+4
|
* missing minutes in event listingsFriendika2011-06-301-1/+1
|
* never enough commentsFriendika2011-06-231-1/+9
|
* don't update an event that hasn't changed.Friendika2011-06-231-0/+16
|
* imported event should not have wall flag setFriendika2011-06-161-1/+1
|
* preserve original timezone adjust selection when editing eventsFriendika2011-06-141-0/+3
|
* add some whitespace in event htmlFriendika2011-06-141-6/+6
|
* event calendar links, editingFriendika2011-06-141-8/+27
|
* avoid returning events from getting posted againFriendika2011-06-131-3/+2
|
* event sharing, cont.Friendika2011-06-131-1/+156
|
* event itemFriendika2011-06-091-3/+3
|
* event communication basicsFriendika2011-06-091-0/+47
|
* eventsFriendika2011-06-091-1/+1
|
* more calendar work, undo strict_privacy flag to use different approachFriendika2011-06-081-16/+90
|
* events, continued. Also better regex matching accounting for empty elementsFriendika2011-06-071-4/+4
|
* more progress on eventsFriendika2011-06-071-13/+29
|
* basic saving of eventsFriendika2011-06-061-4/+8
|
* event listingsFriendika2011-06-061-2/+4
|
* begin event moduleFriendika2011-06-051-1/+4
|
* bug #38 posts and photos only visible to friends if so configuredFriendika2011-05-281-2/+2
|
* begin event moduleFriendika2011-05-271-0/+34