aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* disable pcss when installing since modules don't yet work and pcss uses the ↵friendica2013-05-14375-378/+380
| | | | view module, plus weekly doc update
* It's a red matrix, and matrix is better indicated by # than by ! - and would ↵friendica2013-05-118-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 ↵friendica2013-05-101-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 cleanupfriendica2013-05-10375-750/+749
|
* doc updatefriendica2013-05-10187-2122/+6482
|
* add db_port to setup and cli_startup - still need to set the port in mod/setupfriendica2013-05-102-5/+5
|
* Merge https://github.com/friendica/red into zpullfriendica2013-05-107-19/+34
|\
| * Merge pull request #51 from fabrixxm/settingsfriendica2013-05-107-19/+34
| |\ | | | | | | add some settings:
| | * add $db_port to .htconfig.php and $a->config['syste]['smarty3_folder'] for ↵fabrixxm2013-05-107-19/+34
| |/ | | | | | | compiled templates
* / rev updatefriendica2013-05-102-457/+468
|/
* fix timeago on search items, and bring back app display for wall items - ↵friendica2013-05-093-8/+8
| | | | which took a bit of re-arranging of a lot of other stuff
* more jquery migrationfriendica2013-05-091-2/+2
|
* get rid of jquery.browser warnings by removing msie hacks in two places, ↵friendica2013-05-093-4/+5
| | | | live update and fancybox
* get search page working with live-update and endless scroll, still not ↵friendica2013-05-097-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 zpullfriendica2013-05-08370-7781/+3049
|\
| * Merge pull request #50 from fabrixxm/newtemplatesystemfriendica2013-05-08370-7781/+3049
| |\ | | | | | | New template system
| | * remove "internal" templates, use "tpl/" folder for smarty3 templates,fabrixxm2013-05-08364-7713/+2868
| | | | | | | | | | | | move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates
| | * fix internalfabrixxm2013-05-081-2/+5
| | |
| | * use smarty3 as default template engine. add pluggable template systemfabrixxm2013-05-087-68/+178
| |/
* / small updatesfriendica2013-05-087-11/+11
|/
* mofriendica2013-05-071-6/+4
|
* mofriendica2013-05-071-1/+4
|
* mo' readmefriendica2013-05-071-4/+5
|
* capitalisefriendica2013-05-071-1/+1
|
* more readme stufffriendica2013-05-071-7/+12
|
* image link issuefriendica2013-05-071-1/+1
|
* first cut at a new readmefriendica2013-05-074-8/+28
|
* fix prettyphoto pathfriendica2013-05-072-2/+2
|
* add driver param to output queue so we know what protocol to use when faced ↵friendica2013-05-063-2/+12
| | | | with multiple choice
* fixesfriendica2013-05-063-7/+6
|
* photo driver issue when updating contact photos - old class structure used ↵friendica2013-05-053-5/+7
| | | | instead of photo_factory()
* fix admin assignfriendica2013-05-051-2/+2
|
* email notification content privacy by default (unless it's public content)friendica2013-05-051-0/+24
|
* minor fixes related to postgres developmentfriendica2013-05-057-1068/+1068
|
* incorrect comparison operatorfriendica2013-05-021-1/+1
|
* members_of_group() output not entirely correctfriendica2013-05-022-2/+5
|
* smarter handling of js_upload source paramfriendica2013-05-024-2/+5
|
* change plugin_install to plugin_load, etc.friendica2013-05-013-45/+80
|
* change the way profiles are importedfriendica2013-04-302-51/+70
|
* Merge branch 'photothread'friendica2013-04-291-100/+18
|\
| * Merge branch 'master' into photothreadfriendica2013-04-16100-960/+1773
| |\
| * | some work on updating photo threads for Redfriendica2013-04-081-100/+18
| | |
* | | don't try and load an empty string as a photofriendica2013-04-292-1/+8
| | |
* | | fix broken profile syncingfriendica2013-04-291-2/+4
| | |
* | | add some debugging - update times are changing much faster than they're ↵friendica2013-04-292-1/+8
| | | | | | | | | | | | supposed to. Log what has changed.
* | | more directory sync stufffriendica2013-04-281-11/+20
| | |
* | | Merge https://github.com/friendica/red into zpullfriendica2013-04-281-11/+0
|\ \ \
| * | | Redundant CSSThomas Willingham2013-04-271-11/+0
| | | |
* | | | port superblock core code (except Red will use an xchan instead of a URL)friendica2013-04-282-1/+44
|/ / /
* | | doc updatefriendica2013-04-26109-915/+3972
| | |