Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | finish converting "delete" to trash icons for consistency. The 'x' was left ↵ | friendica | 2015-02-26 | 15 | -16/+20 |
| | | | | in a couple of places like the group list widget and saved search term widget and ignoring friend suggestions where it was more appropriate to leave it. | ||||
* | Merge pull request #911 from tokudan/patch-1 | RedMatrix | 2015-02-27 | 1 | -2/+2 |
|\ | | | | | fix issues in schema_postgres.sql | ||||
| * | fix issues in schema_postgres.sql | Daniel Frank | 2015-02-26 | 1 | -2/+2 |
|/ | | | | - change PRIMARY_KEY to PRIMARY KEY - replace smallint(1) with smallint | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-26 | 1 | -0/+3 |
|\ | |||||
| * | more fake null shenanigans | Habeas Codice | 2015-02-26 | 1 | -0/+3 |
| | | |||||
| * | Revert "more fake null shenanigans" | Habeas Codice | 2015-02-26 | 1 | -23/+94 |
| | | | | | | | | This reverts commit b57010e3da6c0521121a622c27013c8af7678132. | ||||
| * | more fake null shenanigans | Habeas Codice | 2015-02-26 | 1 | -94/+23 |
| | | |||||
* | | loop breaker | friendica | 2015-02-26 | 2 | -1/+17 |
|/ | |||||
* | syntax - missing arg | friendica | 2015-02-25 | 1 | -1/+1 |
| | |||||
* | this may actually fix the deliver loop when deleting existing items. It's ↵ | friendica | 2015-02-25 | 2 | -1/+23 |
| | | | | hackish but I don't see any other way out. | ||||
* | Found the cause of the delete looping, and I can prevent it going forward. ↵ | friendica | 2015-02-25 | 3 | -15/+54 |
| | | | | The issue remains what to do about comments which are already in the DB and have ITEM_ORIGIN incorrectly set. We can't exactly reset them because the "original" context has been lost. (Sorry but couldn't resist an insider pun that none of you will be able to follow anyway). Read the comments. | ||||
* | call post_local hooks prior to storing a post that is going to be sourced. ↵ | friendica | 2015-02-25 | 2 | -0/+9 |
| | | | | There are some fields in the actual stored item that may change when we start the second delivery chain so a few plugins may not deal with these items correctly. Since we only source public items these effects will be slight. | ||||
* | solve some (hopefully most) missing delivery issues | friendica | 2015-02-25 | 3 | -15/+57 |
| | |||||
* | don't send deleted items upstream - only downstream. | friendica | 2015-02-24 | 1 | -3/+6 |
| | |||||
* | require access token to view, query, or join directories in private realms, ↵ | friendica | 2015-02-24 | 8 | -14/+68 |
| | | | | if the realm is so configured. | ||||
* | support rel=me on channel "homepage" url | friendica | 2015-02-24 | 3 | -4/+4 |
| | |||||
* | provide ability to link new themes/addons | friendica | 2015-02-23 | 4 | -8/+60 |
| | |||||
* | public_recips cleanup | friendica | 2015-02-23 | 1 | -18/+30 |
| | |||||
* | apply fix from 8d03774 to z_post_url also | friendica | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | Merge pull request #910 from zzottel/master | RedMatrix | 2015-02-24 | 1 | -1/+1 |
|\ | | | | | make redirections restriction in z_fetch_url() work | ||||
| * | make redirections restriction in z_fetch_url() work | zottel | 2015-02-23 | 1 | -1/+1 |
|/ | |||||
* | fix 404 pages for derivative themes by pretending we've found a module ↵ | friendica | 2015-02-22 | 1 | -0/+3 |
| | | | | called '404'. This way all the correct theme initialisation stuff will happen. | ||||
* | notes about private realm registrations and multiple primary directories. | friendica | 2015-02-22 | 2 | -3/+15 |
| | |||||
* | no longer needed | friendica | 2015-02-22 | 1 | -33/+0 |
| | |||||
* | remove the new session functions from the trunk. Don't yet know if they'll ↵ | friendica | 2015-02-22 | 1 | -33/+0 |
| | | | | come back or not. | ||||
* | remove these functions for now. | friendica | 2015-02-22 | 1 | -1/+2 |
| | |||||
* | fi8x the typo | friendica | 2015-02-22 | 1 | -1/+1 |
| | |||||
* | new session functions | friendica | 2015-02-22 | 3 | -2/+31 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-20 | 1 | -6/+7 |
|\ | |||||
| * | catch negative ages | Habeas Codice | 2015-02-20 | 1 | -6/+7 |
| | | | | | | | | nix extra var | ||||
* | | more stuff for external resource page | friendica | 2015-02-20 | 1 | -0/+1 |
|/ | |||||
* | extend the troubleshooting doc | friendica | 2015-02-20 | 1 | -1/+14 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-20 | 4 | -3/+31 |
|\ | |||||
| * | Merge pull request #908 from zzottel/master | RedMatrix | 2015-02-21 | 3 | -2/+17 |
| |\ | | | | | | | set html title to item title in channel/mid and display pages | ||||
| | * | correct indent | zottel | 2015-02-20 | 1 | -2/+2 |
| | | | |||||
| | * | show item title in channel/mid and display pages | zottel | 2015-02-20 | 3 | -2/+17 |
| | | | |||||
| * | | Merge pull request #907 from tuscanhobbit/dev | RedMatrix | 2015-02-21 | 1 | -1/+14 |
| |\ \ | | | | | | | | | Added version tag to siteinfo/json | ||||
| | * | | Fixes to version tag in siteinfo/json | Paolo Tacconi | 2015-02-20 | 1 | -3/+3 |
| | | | | |||||
| | * | | Added version tag to siteinfo/json | Paolo Tacconi | 2015-02-20 | 1 | -1/+14 |
| | | | | |||||
* | | | | minor issues with arg passing | friendica | 2015-02-20 | 4 | -9/+19 |
|/ / / | |||||
* | | | updated install doc | friendica | 2015-02-20 | 2 | -11/+30 |
| | | | |||||
* | | | doc update | friendica | 2015-02-20 | 120 | -0/+9960 |
| | | | |||||
* | | | doc update | friendica | 2015-02-20 | 171 | -3609/+4560 |
| | | | |||||
* | | | jrange update | friendica | 2015-02-20 | 9 | -113/+2131 |
| |/ |/| | |||||
* | | git update scripts for external repositories | friendica | 2015-02-19 | 2 | -0/+20 |
| | | |||||
* | | update the install doc for addons - the procedure is a bit different now ↵ | friendica | 2015-02-19 | 2 | -4/+7 |
| | | | | | | | | (although it shouldn't break anything on existing sites.) | ||||
* | | add the gitignore rule | friendica | 2015-02-19 | 1 | -0/+2 |
| | | |||||
* | | Scripts to add external theme and addon repositories. | friendica | 2015-02-19 | 3 | -0/+74 |
| | | | | | | | | | | | | | | | | | | Example: util/add_theme_repo https://github.com/deadsuperhero/redmatrix-themes deadsuperhero The final argument is a nickname on this system. The repository will be placed under extend/theme/deadsuperhero and the themes from that repository linked to your redmatrix theme directory. You can do the same with addons. We'll have to come up with some "pull" scripts to keep updated but the clever folks will already know how to do this. | ||||
* | | directory interface cleanup and documentation so that debugging realms won't ↵ | friendica | 2015-02-19 | 2 | -6/+53 |
| | | | | | | | | be stabbing in the dark. | ||||
* | | Diaspora tag replacement was wretchedly buggy. Use our standard tag ↵ | friendica | 2015-02-19 | 1 | -129/+27 |
| | | | | | | | | replacement calls instead. |