Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | INSTALL: 'store' is created during setup but not 'store/[data]/smarty3' and ↵ | friendica | 2015-02-19 | 1 | -1/+1 |
| | | | | | | | | we explicitly check for the latter and report that it isn't there or isn't writable. Doh. | ||||
* | | diaspora: move reshare encapsulation after tag parsing, since it seriously ↵ | friendica | 2015-02-19 | 2 | -14/+13 |
| | | | | | | | | screws up the tag parser and reshares end up with a lot of unlinked tags. | ||||
* | | Merge pull request #906 from tuscanhobbit/dev | Paolo T | 2015-02-19 | 2 | -6047/+6414 |
|\| | | | | | Italian strings updated | ||||
| * | Italian strings updated | Paolo Tacconi | 2015-02-19 | 2 | -6047/+6414 |
|/ | |||||
* | Merge pull request #905 from zzottel/master | zzottel | 2015-02-19 | 2 | -6118/+6586 |
|\ | | | | | update to German translations | ||||
| * | update to German translations | zottel | 2015-02-19 | 2 | -6118/+6586 |
|/ | |||||
* | Merge pull request #901 from zzottel/master | RedMatrix | 2015-02-19 | 1 | -2/+2 |
|\ | | | | | also deliver public posts to channels with channel_w_stream = PERMS_AUTHED | ||||
| * | fix parens mismatch from last commit | zottel | 2015-02-18 | 1 | -2/+2 |
| | | |||||
| * | also deliver public posts to channels with channel_w_stream = PERMS_AUTHED | zottel | 2015-02-18 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #900 from einervonvielen/doc_dev_beginner_corrections | RedMatrix | 2015-02-19 | 5 | -54/+57 |
|\ \ | | | | | | | Changed bbcode [toc] and changed doc for beginning deveopers | ||||
| * | | Some changes of doc for beginning developers | einervonvielen | 2015-02-15 | 1 | -3/+3 |
| | | | | | | | | | Made some corrections after following this manual step by step. | ||||
| * | | Changed bb code [toc] to make it more flexible | Einer von Vielen | 2015-02-14 | 4 | -51/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This usage is know closer to the original usage of http://ndabas.github.io/toc/ Changed: - jquery.toc.js: Do not check for empty headings - bbcode.php: Added processing of [toc] with parameters - main.js: Use the default params for jquery.toc.js - bbcode.html: Added more help for [toc] and corrected some html | ||||
* | | | Merge pull request #902 from dawnbreak/docu | RedMatrix | 2015-02-19 | 1 | -5/+27 |
|\ \ \ | | | | | | | | | Updated doxygen docu about deperecated functions. | ||||
| * | | | Updated doxygen docu about deperecated functions. | Klaus Weidenbach | 2015-02-18 | 1 | -5/+27 |
| | | | | | | | | | | | | | | | | | | | | Corrected wrong return types in doxygen docu and add a deprecation log entry. | ||||
* | | | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-18 | 1 | -2/+21 |
|\| | | |