Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | capitalise | friendica | 2013-05-07 | 1 | -1/+1 |
| | |||||
* | more readme stuff | friendica | 2013-05-07 | 1 | -7/+12 |
| | |||||
* | image link issue | friendica | 2013-05-07 | 1 | -1/+1 |
| | |||||
* | first cut at a new readme | friendica | 2013-05-07 | 4 | -8/+28 |
| | |||||
* | fix prettyphoto path | friendica | 2013-05-07 | 2 | -2/+2 |
| | |||||
* | add driver param to output queue so we know what protocol to use when faced ↵ | friendica | 2013-05-06 | 3 | -2/+12 |
| | | | | with multiple choice | ||||
* | fixes | friendica | 2013-05-06 | 3 | -7/+6 |
| | |||||
* | photo driver issue when updating contact photos - old class structure used ↵ | friendica | 2013-05-05 | 3 | -5/+7 |
| | | | | instead of photo_factory() | ||||
* | fix admin assign | friendica | 2013-05-05 | 1 | -2/+2 |
| | |||||
* | email notification content privacy by default (unless it's public content) | friendica | 2013-05-05 | 1 | -0/+24 |
| | |||||
* | minor fixes related to postgres development | friendica | 2013-05-05 | 7 | -1068/+1068 |
| | |||||
* | incorrect comparison operator | friendica | 2013-05-02 | 1 | -1/+1 |
| | |||||
* | members_of_group() output not entirely correct | friendica | 2013-05-02 | 2 | -2/+5 |
| | |||||
* | smarter handling of js_upload source param | friendica | 2013-05-02 | 4 | -2/+5 |
| | |||||
* | change plugin_install to plugin_load, etc. | friendica | 2013-05-01 | 3 | -45/+80 |
| | |||||
* | change the way profiles are imported | friendica | 2013-04-30 | 2 | -51/+70 |
| | |||||
* | Merge branch 'photothread' | friendica | 2013-04-29 | 1 | -100/+18 |
|\ | |||||
| * | Merge branch 'master' into photothread | friendica | 2013-04-16 | 100 | -960/+1773 |
| |\ | |||||
| * | | some work on updating photo threads for Red | friendica | 2013-04-08 | 1 | -100/+18 |
| | | | |||||
* | | | don't try and load an empty string as a photo | friendica | 2013-04-29 | 2 | -1/+8 |
| | | | |||||
* | | | fix broken profile syncing | friendica | 2013-04-29 | 1 | -2/+4 |
| | | | |||||
* | | | add some debugging - update times are changing much faster than they're ↵ | friendica | 2013-04-29 | 2 | -1/+8 |
| | | | | | | | | | | | | supposed to. Log what has changed. | ||||
* | | | more directory sync stuff | friendica | 2013-04-28 | 1 | -11/+20 |
| | | | |||||
* | | | Merge https://github.com/friendica/red into zpull | friendica | 2013-04-28 | 1 | -11/+0 |
|\ \ \ | |||||
| * | | | Redundant CSS | Thomas Willingham | 2013-04-27 | 1 | -11/+0 |
| | | | | |||||
* | | | | port superblock core code (except Red will use an xchan instead of a URL) | friendica | 2013-04-28 | 2 | -1/+44 |
|/ / / | |||||
* | | | doc update | friendica | 2013-04-26 | 109 | -915/+3972 |
| | | | |||||
* | | | rev update | friendica | 2013-04-26 | 2 | -90/+89 |
| | | | |||||
* | | | Merge pull request #49 from beardy-unixer/master | friendica | 2013-04-26 | 69 | -19/+4116 |
|\ \ \ | | | | | | | | | Add colorbox | ||||
| * | | | Unbork smarty templates. | Thomas Willingham | 2013-04-26 | 3 | -10/+5 |
| | | | |