aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* link to source - if it's on the display page link to original source ↵friendica2013-10-204-7/+12
| | | | (probably on a different site). All other conversations link to 'llink' which is a local copy and may provide a richer possibility of interactions, especially if you're logged in locally and it's your own copy of the post.
* Merge https://github.com/friendica/red into zpullfriendica2013-10-194-4/+13
|\
| * Merge pull request #183 from cvogeley/masterfriendica2013-10-194-4/+13
| |\ | | | | | | Redbasic: Allow people to set the width of the main section of the theme
| | * Merge upstreamChristian Vogeley2013-10-2088-2791/+4285
| | |\
| | * | redbasic: set width of main sectionChristian Vogeley2013-10-204-4/+13
| | | |
* | | | prevent posts from floating to the top after minor editsfriendica2013-10-191-1/+6
|/ / /
* | | init_1 is a valid hookfriendica2013-10-191-0/+1
| | |
* | | Merge https://github.com/friendica/red into zpullfriendica2013-10-191-21/+0
|\ \ \ | | |/ | |/|
| * | Clean up dupes in hook listThomas Willingham2013-10-191-21/+0
| | |
* | | part one - honour system.tagifonlyrecip pconfig, default is false - not ↵friendica2013-10-191-2/+3
|/ / | | | | | | ready to deal with the second part yet (changing the tag char for tag_deliver channels) without a bit more discussion/concensus.
* | remove "via wall-To-Wall" text as it's soooo Facebook and is out of place in ↵friendica2013-10-193-2/+3
| | | | | | | | derived/sourced channels. It's now just "$author via $xyz".
* | basic gotcha's enumerated when porting Friendica addonsfriendica2013-10-181-0/+16
| |
* | put translate README into help docsfriendica2013-10-182-1/+3
| |
* | add hooklist to plugin pagefriendica2013-10-181-1/+1
| |
* | doc - complete hook list, still need detailed functional descriptions with ↵friendica2013-10-183-2/+158
| | | | | | | | parameters and examples for each
* | Put a status editor on the display page if you're logged in. This fixes ↵friendica2013-10-187-152/+442
| | | | | | | | issue #113 and also provides the ability to reshare from that page.
* | doc updatesfriendica2013-10-1842-127/+264
| |
* | and did it againfriendica2013-10-161-1/+1
| |
* | wrong function namefriendica2013-10-161-1/+1
| |
* | advanced plugins as a stepping stone to building modulesfriendica2013-10-161-1/+35
| |
* | Merge https://github.com/friendica/red into zpullfriendica2013-10-162-7/+6
|\ \
| * | Errant logging.Thomas Willingham2013-10-171-2/+0
| | |
| * | Check only for php in schema globs.Thomas Willingham2013-10-161-1/+1
| | |
| * | Don't break themes by using functions we don't need.Thomas Willingham2013-10-162-6/+7
| | | | | | | | | | | | If you've got a theme that started off copying Redbasic (ie, all of you) need to do this too.
* | | minor editsfriendica2013-10-161-4/+13
| | |
* | | first cut at plugin author's guidefriendica2013-10-161-0/+201
|/ /
* | wrong app namefriendica2013-10-163-4/+4
| |
* | add code-style guidelines. These aren't laws or rules, they are guidelines.friendica2013-10-151-0/+24
| |
* | oauth wasn't logging in properly, also fixed api status_show to return last ↵friendica2013-10-153-5/+13
| | | | | | | | public post, not the last private post
* | directory sync optimisations to save redundant processingfriendica2013-10-153-2/+21
| |
* | update even if no changefriendica2013-10-141-0/+8
| |
* | why do these have invalid id's?friendica2013-10-142-2/+2
| |
* | extra loggingfriendica2013-10-142-2/+5
| |
* | sync tweaksfriendica2013-10-141-1/+1
| |
* | don't update old entries with no addressfriendica2013-10-141-1/+1
| |
* | sql wrong number of argsfriendica2013-10-141-0/+1
| |
* | sql typo in directory syncfriendica2013-10-141-1/+1
| |
* | We really don't need the category delete links on each category in each post ↵friendica2013-10-141-1/+1
| | | | | | | | with categories, as we can now change the categories by editing the post. So take out the delete links.
* | linkify post categoriesfriendica2013-10-143-3/+10
| |
* | Merge pull request #180 from git-marijus/masterfriendica2013-10-142-9/+3
|\ \ | | | | | | i guess we should use .active class for all selected links.
| * | i guess we should use .active class for all selected links.marijus2013-10-142-9/+3
| | |
* | | Issue #181Thomas Willingham2013-10-141-2/+2
|/ /
* | template and icons for categories and "file as"friendica2013-10-145-47/+67
| |
* | fix endless scrollfriendica2013-10-131-1/+1
| |
* | attachment icons revisitedfriendica2013-10-133-28/+71
| |
* | turn off endless scroll if we have no more content to load - currently for ↵friendica2013-10-133-1/+6
| | | | | | | | mod_display, need to add to other content modules
* | directory sort links on sidebarfriendica2013-10-133-0/+19
| |
* | provide config for preferred directory serverfriendica2013-10-131-0/+3
| |
* | preserve the source owner when creating a delivery fork so that we can ↵friendica2013-10-135-8/+41
| | | | | | | | uplink back to them without any ambiguity.
* | Merge https://github.com/friendica/red into zpullfriendica2013-10-133-7/+12
|\ \