aboutsummaryrefslogtreecommitdiffstats
path: root/mod/import.php
Commit message (Collapse)AuthorAgeFilesLines
...
* missing include, plus change to new red api path for basic exportfriendica2013-06-051-2/+2
|
* doh - would probably help to decode the data before trying to use it...friendica2013-06-051-0/+1
|
* mysql 5.1 chokes on 'select * from group' since group is a keywordZach Prezkuta2013-05-121-2/+2
|
* photo driver abstractionfriendica2013-04-251-2/+2
|
* add groups and personal configs to export/importfriendica2013-02-211-0/+57
|
* unset auto increment keys on importfriendica2013-02-191-0/+3
|
* that should be the last critical piece. Everything else is gravy.friendica2013-02-191-4/+4
|
* dang - this is almost testable. Still have to figure out the best way to ↵friendica2013-02-191-22/+57
| | | | deal with the profile photo. Otherwise if you're really brave you could give it a go and see what happens. The worst that could happen is that it destroys the universe. Not a big deal. More likely you could end up with a bunch of imported things that have to be cleaned up. Less likely but entirely possible is that nothing useful will happen at all and it'll white screen.
* the heavy lifting is done for location migration aka channel import - now ↵friendica2013-02-191-1/+144
| | | | it's just connecting all the dots. Don't get impatient, there are a lot of dots.
* more groundwork for channel importfriendica2013-02-141-8/+50
|
* fill in the basic outline of what needs to happen on importationfriendica2013-01-121-1/+33
|
* skeleton for channel importfriendica2013-01-121-0/+32