Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert all the remaining email templates to smarty | friendica | 2013-05-16 | 9 | -52/+54 |
| | |||||
* | avoid field name conflict - even if disabled | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | update email template to smarty (several more to go) | friendica | 2013-05-15 | 1 | -5/+5 |
| | |||||
* | fix setting account_roles for admin account | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | fix intltext template driver | friendica | 2013-05-15 | 5 | -6/+21 |
| | |||||
* | fix intltext templates - maybe | friendica | 2013-05-15 | 3 | -33/+35 |
| | |||||
* | another typo | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | more setup work | friendica | 2013-05-15 | 1 | -3/+3 |
| | |||||
* | typo | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-05-15 | 1 | -1/+1 |
|\ | |||||
| * | Doco | Thomas Willingham | 2013-05-16 | 1 | -1/+1 |
| | | |||||
* | | add port settings to setup | friendica | 2013-05-15 | 4 | -2/+12 |
|/ | |||||
* | install issues | friendica | 2013-05-15 | 2 | -2/+2 |
| | |||||
* | Create a view/tpl/smarty3 folder so that we don't spit out errors from the ↵ | friendica | 2013-05-15 | 1 | -0/+4 |
| | | | | get-go. | ||||
* | add certificate check to setup | friendica | 2013-05-15 | 1 | -0/+9 |
| | |||||
* | don't use permissions to block directory updates from happening. Use zfinger ↵ | friendica | 2013-05-15 | 1 | -6/+0 |
| | | | | to decide what to send. | ||||
* | tweaks | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-05-15 | 27 | -1233/+142 |
|\ | |||||
| * | Merge pull request #53 from beardy-unixer/master | friendica | 2013-05-14 | 27 | -1233/+142 |
| |\ | | | | | | | Doco | ||||
| | * | Another typo | Thomas Willingham | 2013-05-14 | 1 | -2/+2 |
| | | | |||||
| | * | Typo | Thomas Willingham | 2013-05-14 | 1 | -1/+1 |
| | | | |||||
| | * | (doco) Use Github issue tracker instead of Friendica forum. | Thomas Willingham | 2013-05-14 | 1 | -1/+1 |
| | | | |||||
| | * | Doco | Thomas Willingham | 2013-05-14 | 25 | -1230/+139 |
| | | | |||||
* | | | add magic_auth_complete hook | friendica | 2013-05-15 | 3 | -6/+9 |
|/ / | |||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2013-05-14 | 3 | -6/+6 |
|\| | |||||
| * | Merge pull request #52 from fermionic/20130512-group-table-errors | friendica | 2013-05-12 | 3 | -6/+6 |
| |\ | | | | | | | mysql 5.1 chokes on 'select * from group' since group is a keyword | ||||
| | * | mysql 5.1 chokes on 'select * from group' since group is a keyword | Zach Prezkuta | 2013-05-12 | 3 | -6/+6 |
| |/ | |||||
* / | disable pcss when installing since modules don't yet work and pcss uses the ↵ | friendica | 2013-05-14 | 375 | -378/+380 |
|/ | | | | view module, plus weekly doc update | ||||
* | It's a red matrix, and matrix is better indicated by # than by ! - and would ↵ | friendica | 2013-05-11 | 8 | -6/+6 |
| | | | | otherwise be similar to the Diaspora 5-pointed asterisk except that Red's has no center. | ||||
* | also strip title from notification of private messages - it leaks ↵ | friendica | 2013-05-10 | 1 | -1/+1 |
| | | | | potentially sensitive message info. Note: there is still information leakage of sender but this is difficult to avoid completely. "You've got an email from (we're sorry, we can't tell you...)" | ||||
* | doc cleanup | friendica | 2013-05-10 | 375 | -750/+749 |
| | |||||
* | doc update | friendica | 2013-05-10 | 187 | -2122/+6482 |
| | |||||
* | add db_port to setup and cli_startup - still need to set the port in mod/setup | friendica | 2013-05-10 | 2 | -5/+5 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-05-10 | 7 | -19/+34 |
|\ | |||||
| * | Merge pull request #51 from fabrixxm/settings | friendica | 2013-05-10 | 7 | -19/+34 |
| |\ | | | | | | | add some settings: | ||||
| | * | add $db_port to .htconfig.php and $a->config['syste]['smarty3_folder'] for ↵ | fabrixxm | 2013-05-10 | 7 | -19/+34 |
| |/ | | | | | | | compiled templates | ||||
* / | rev update | friendica | 2013-05-10 | 2 | -457/+468 |
|/ | |||||
* | fix timeago on search items, and bring back app display for wall items - ↵ | friendica | 2013-05-09 | 3 | -8/+8 |
| | | | | which took a bit of re-arranging of a lot of other stuff | ||||
* | more jquery migration | friendica | 2013-05-09 | 1 | -2/+2 |
| | |||||
* | get rid of jquery.browser warnings by removing msie hacks in two places, ↵ | friendica | 2013-05-09 | 3 | -4/+5 |
| | | | | live update and fancybox | ||||
* | get search page working with live-update and endless scroll, still not ↵ | friendica | 2013-05-09 | 7 | -33/+107 |
| | | | | perfect - there may be duplicated content and possibly unauthorised content and 'timeago' not working correctly - will deal with those later, but at least you can see results. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-05-08 | 370 | -7781/+3049 |
|\ | |||||
| * | Merge pull request #50 from fabrixxm/newtemplatesystem | friendica | 2013-05-08 | 370 | -7781/+3049 |
| |\ | | | | | | | New template system | ||||
| | * | remove "internal" templates, use "tpl/" folder for smarty3 templates, | fabrixxm | 2013-05-08 | 364 | -7713/+2868 |
| | | | | | | | | | | | | move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates | ||||
| | * | fix internal | fabrixxm | 2013-05-08 | 1 | -2/+5 |
| | | | |||||
| | * | use smarty3 as default template engine. add pluggable template system | fabrixxm | 2013-05-08 | 7 | -68/+178 |
| |/ | |||||
* / | small updates | friendica | 2013-05-08 | 7 | -11/+11 |
|/ | |||||
* | mo | friendica | 2013-05-07 | 1 | -6/+4 |
| | |||||
* | mo | friendica | 2013-05-07 | 1 | -1/+4 |
| | |||||
* | mo' readme | friendica | 2013-05-07 | 1 | -4/+5 |
| |