Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Comanche documentation and some cleanup of layout page (including link to ↵ | friendica | 2013-10-28 | 3 | -1/+145 |
| | | | | doco) and a few other webpage related cleanups | ||||
* | doc updates | friendica | 2013-10-26 | 80 | -690/+1282 |
| | |||||
* | init_1 is a valid hook | friendica | 2013-10-19 | 1 | -0/+1 |
| | |||||
* | Clean up dupes in hook list | Thomas Willingham | 2013-10-19 | 1 | -21/+0 |
| | |||||
* | basic gotcha's enumerated when porting Friendica addons | friendica | 2013-10-18 | 1 | -0/+16 |
| | |||||
* | put translate README into help docs | friendica | 2013-10-18 | 2 | -0/+93 |
| | |||||
* | add hooklist to plugin page | friendica | 2013-10-18 | 1 | -1/+1 |
| | |||||
* | doc - complete hook list, still need detailed functional descriptions with ↵ | friendica | 2013-10-18 | 1 | -0/+155 |
| | | | | parameters and examples for each | ||||
* | Put a status editor on the display page if you're logged in. This fixes ↵ | friendica | 2013-10-18 | 3 | -0/+228 |
| | | | | issue #113 and also provides the ability to reshare from that page. | ||||
* | doc updates | friendica | 2013-10-18 | 42 | -127/+264 |
| | |||||
* | and did it again | friendica | 2013-10-16 | 1 | -1/+1 |
| | |||||
* | wrong function name | friendica | 2013-10-16 | 1 | -1/+1 |
| | |||||
* | advanced plugins as a stepping stone to building modules | friendica | 2013-10-16 | 1 | -1/+35 |
| | |||||
* | minor edits | friendica | 2013-10-16 | 1 | -4/+13 |
| | |||||
* | first cut at plugin author's guide | friendica | 2013-10-16 | 1 | -0/+201 |
| | |||||
* | add code-style guidelines. These aren't laws or rules, they are guidelines. | friendica | 2013-10-15 | 1 | -0/+24 |
| | |||||
* | doc updates | friendica | 2013-10-11 | 107 | -410/+2650 |
| | |||||
* | doc additions | friendica | 2013-10-04 | 4 | -0/+311 |
| | |||||
* | doc update | friendica | 2013-10-04 | 82 | -939/+1065 |
| | |||||
* | doc links | friendica | 2013-10-01 | 1 | -4/+4 |
| | |||||
* | doc updates | friendica | 2013-09-28 | 69 | -334/+587 |
| | |||||
* | doc updates | friendica | 2013-09-20 | 80 | -1326/+1870 |
| | |||||
* | add -C cfgfile option to shred to allow multiple configurations. I just ↵ | friendica | 2013-09-17 | 1 | -0/+4 |
| | | | | added the option for multiple configs, I didn't make it work as it requires quite a bit of change to the shred program flow; which tries to load the default config before doing anything at all. | ||||
* | fixed link to wiki | Tazman DeVille | 2013-09-17 | 1 | -1/+1 |
| | |||||
* | doc update, put more telemetry on notifier and try to ensure that private ↵ | friendica | 2013-09-13 | 53 | -699/+1151 |
| | | | | posts have recipients. | ||||
* | doc updates | friendica | 2013-09-06 | 12 | -0/+846 |
| | |||||
* | provide mimetype selector on edit (pages and blocks) | friendica | 2013-09-06 | 73 | -602/+954 |
| | |||||
* | doc updates | friendica | 2013-08-31 | 4 | -0/+480 |
| | |||||
* | more debugging on localize_item top find out why likes are not translated in ↵ | friendica | 2013-08-31 | 63 | -1049/+1343 |
| | | | | notifications, but are in displayed posts (using 'new' on matrix page) - in one case we're successfully pulling stuff from item['object'] and in the other we aren't - and it's the same object. | ||||
* | missing doc files | friendica | 2013-08-24 | 2 | -0/+179 |
| | |||||
* | fix xchans more completely after a URL change | friendica | 2013-08-24 | 56 | -582/+693 |
| | |||||
* | issue #82, posted order not working - also doc update | friendica | 2013-08-17 | 76 | -911/+2181 |
| | |||||
* | How did that end up there? Move sample config to right place. | Thomas Willingham | 2013-08-11 | 1 | -0/+85 |
| | |||||
* | add a few missing doc pages | friendica | 2013-08-09 | 6 | -0/+488 |
| | |||||
* | move sitekey creation to the account creation function instead of during ↵ | friendica | 2013-08-09 | 99 | -1438/+1504 |
| | | | | channel creation. Channel import bypassed sitekey creation completely. We should do it during install, but it's possible somebody might have to install manually and the sitekey would never get created. This is the best compromise I can come up with. Looks like the doc tree was also updated in this checkin | ||||
* | doc updates | friendica | 2013-08-03 | 9 | -13/+13 |
| | |||||
* | change back mod to 644 | Christian Vogeley | 2013-08-03 | 2 | -0/+0 |
| | |||||
* | Revert "Revert "merge"" | Christian Vogeley | 2013-08-03 | 88 | -912/+689 |
| | | | | This reverts commit 9294f72adb3c076932558b6f29a4c570e7962764. | ||||
* | Revert "merge" | Christian Vogeley | 2013-08-03 | 88 | -689/+912 |
| | | | | | This reverts commit c0cd147a3a9a86b270ea32026089ced16fb2f50c, reversing changes made to d2d1e54bfe928fe4cdfdcfc7e9acf658cda76898. | ||||
* | merge | Christian Vogeley | 2013-08-03 | 88 | -912/+689 |
|\ | |||||
| * | basic email invitations - and doc update | friendica | 2013-08-02 | 22 | -44/+44 |
| | | |||||
| * | add gz to access denied files to block rotated logs from public access | friendica | 2013-07-26 | 81 | -885/+662 |
| | | |||||
* | | . | Christian Vogeley | 2013-07-27 | 2 | -0/+143 |
| | | |||||
* | | don't know why they were marked as changed | Christian Vogeley | 2013-07-27 | 2 | -143/+0 |
| | | |||||
* | | don't why they were marked as changed | Christian Vogeley | 2013-07-27 | 2 | -240/+0 |
|/ | |||||
* | include zot | friendica | 2013-07-25 | 1 | -1/+1 |
| | |||||
* | private pokes - perhaps a little *too* private. | friendica | 2013-07-19 | 53 | -394/+624 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-07-14 | 2 | -0/+15 |
|\ | |||||
| * | Doco | Thomas Willingham | 2013-07-11 | 2 | -0/+15 |
| | | |||||
* | | new doc pages | friendica | 2013-07-14 | 6 | -0/+459 |
| | |