Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide detailed error to remote site for the myriad of things that can go ↵ | friendica | 2013-09-10 | 1 | -1/+2 |
| | | | | wrong inside item_store(), !! this changes the return of item_store !! | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-03-21 | 1 | -1/+3 |
|\ | |||||
| * | small fixes for events | Michael Johnston | 2013-03-21 | 1 | -1/+3 |
| | | |||||
* | | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 1 | -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. | ||||
* | cleanup | friendica | 2013-03-10 | 1 | -68/+0 |
| | |||||
* | some fixes related to events | Michael Johnston | 2013-03-07 | 1 | -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 Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | preserve event item[uri] if present | friendica | 2013-01-20 | 1 | -27/+35 |
| | |||||
* | more heavy lifting on API - though need to re-visit events and give them all ↵ | friendica | 2013-01-19 | 1 | -4/+4 |
| | | | | message_ids from the origination site. | ||||
* | mopping up the events issues so I can move on to other stuff | friendica | 2013-01-16 | 1 | -10/+9 |
| | |||||
* | import events (not just event posts) from zot | friendica | 2013-01-16 | 1 | -4/+1 |
| | |||||
* | still some bugs but events are happening again. | friendica | 2013-01-15 | 1 | -5/+5 |
| | |||||
* | events backend heavy lifting - the new structure is slowly emerging. | friendica | 2013-01-15 | 1 | -77/+87 |
| | |||||
* | slow progress on events, one step forward, one step back. | friendica | 2013-01-15 | 1 | -14/+26 |
| | |||||
* | events are still buggered and aren't anywhere close to working, but not ↵ | friendica | 2013-01-07 | 1 | -4/+6 |
| | | | | buggered quite as much as before. | ||||
* | wall posts now display - address book structure revamp started | friendica | 2012-10-10 | 1 | -9/+11 |
| | |||||
* | Can't see any posts currently - after the big shakeup, but we can now post ↵ | friendica | 2012-10-03 | 1 | -1/+1 |
| | | | | top level activities and store them. | ||||
* | item table rename parent-uri, target-type, object-type (more to come later) | friendica | 2012-08-15 | 1 | -2/+2 |
| | |||||
* | event summary/title | friendica | 2012-06-25 | 1 | -2/+14 |
| | |||||
* | Add two hooks, event_created and event_updated. One Bugfix for the ↵ | Tobias Hößl | 2012-05-29 | 1 | -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/friendica | Alexander Kampmann | 2012-04-05 | 1 | -0/+0 |
| | | | | | | Conflicts: include/config.php update.php | ||||
* | Avoid a Notice | Tobias Hößl | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | Avoid some notices | Tobias Hößl | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | add remove_user hook (it looks like dreamhost changed all my file ↵ | friendica | 2012-01-18 | 1 | -0/+0 |
| | | | | permissions, this will make a nasty commit) | ||||
* | fix various html parse errors | Friendika | 2011-10-20 | 1 | -1/+6 |
| | |||||
* | origin flag handling, and bug #137 - provide timezone conversion for events ↵ | Friendika | 2011-10-17 | 1 | -1/+1 |
| | | | | posted across to Diaspora | ||||
* | show lock icon on private events | Friendika | 2011-07-27 | 1 | -1/+4 |
| | |||||
* | privacy settings on event item not propagated correctly | Friendika | 2011-07-26 | 1 | -4/+4 |
| | |||||
* | missing minutes in event listings | Friendika | 2011-06-30 | 1 | -1/+1 |
| | |||||
* | never enough comments | Friendika | 2011-06-23 | 1 | -1/+9 |
| | |||||
* | don't update an event that hasn't changed. | Friendika | 2011-06-23 | 1 | -0/+16 |
| | |||||
* | imported event should not have wall flag set | Friendika | 2011-06-16 | 1 | -1/+1 |
| | |||||
* | preserve original timezone adjust selection when editing events | Friendika | 2011-06-14 | 1 | -0/+3 |
| | |||||
* | add some whitespace in event html | Friendika | 2011-06-14 | 1 | -6/+6 |
| | |||||
* | event calendar links, editing | Friendika | 2011-06-14 | 1 | -8/+27 |
| | |||||
* | avoid returning events from getting posted again | Friendika | 2011-06-13 | 1 | -3/+2 |
| | |||||
* | event sharing, cont. | Friendika | 2011-06-13 | 1 | -1/+156 |
| | |||||
* | event item | Friendika | 2011-06-09 | 1 | -3/+3 |
| | |||||
* | event communication basics | Friendika | 2011-06-09 | 1 | -0/+47 |
| | |||||
* | events | Friendika | 2011-06-09 | 1 | -1/+1 |
| | |||||
* | more calendar work, undo strict_privacy flag to use different approach | Friendika | 2011-06-08 | 1 | -16/+90 |
| | |||||
* | events, continued. Also better regex matching accounting for empty elements | Friendika | 2011-06-07 | 1 | -4/+4 |
| | |||||
* | more progress on events | Friendika | 2011-06-07 | 1 | -13/+29 |
| | |||||
* | basic saving of events | Friendika | 2011-06-06 | 1 | -4/+8 |
| | |||||
* | event listings | Friendika | 2011-06-06 | 1 | -2/+4 |
| | |||||
* | begin event module | Friendika | 2011-06-05 | 1 | -1/+4 |
| | |||||
* | bug #38 posts and photos only visible to friends if so configured | Friendika | 2011-05-28 | 1 | -2/+2 |
| | |||||
* | begin event module | Friendika | 2011-05-27 | 1 | -0/+34 |