Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new doc pages | friendica | 2013-07-14 | 6 | -0/+459 |
| | |||||
* | Add self to recipient lists. Sure we already have a copy but it's possible ↵ | friendica | 2013-07-14 | 91 | -1546/+1774 |
| | | | | our nomadic channel clones don't. | ||||
* | Merge pull request #73 from beardy-unixer/master | friendica | 2013-07-10 | 7 | -6/+248 |
|\ | | | | | Webpages | ||||
| * | One of those days... | Thomas Willingham | 2013-07-10 | 2 | -13/+55 |
| | | |||||
| * | Let's use the right files, plus a typo | Thomas Willingham | 2013-07-10 | 3 | -282/+31 |
| | | |||||
| * | Minimum value webpages | Thomas Willingham | 2013-07-10 | 4 | -1/+400 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-07-10 | 80 | -674/+1210 |
| |\ | |/ |/| | |||||
* | | fix missing edit link | friendica | 2013-07-10 | 2 | -6/+5 |
| | | |||||
* | | remove double tags on search results, updates to install doco to get rid of ↵ | friendica | 2013-07-09 | 6 | -86/+55 |
| | | | | | | | | Friendica name there and clarify Red requirements. | ||||
* | | This should fix some of the remote permissions issues | friendica | 2013-07-08 | 1 | -2/+5 |
| | | |||||
* | | more work on bug #59 - hope this doesn't hork everything. Also some tweaking ↵ | friendica | 2013-07-08 | 6 | -90/+77 |
| | | | | | | | | of the theme for the new radius control, which produced some surprising results when expert mode was toggled. | ||||
* | | make corner radius configurable in redbasic expert mode | friendica | 2013-07-08 | 5 | -49/+59 |
| | | |||||
* | | use current channel photo for favicon where applicable - might be browser ↵ | friendica | 2013-07-07 | 59 | -424/+672 |
| | | | | | | | | dependent but seems to work on FF | ||||
* | | input form for profile stuff | friendica | 2013-07-04 | 4 | -13/+108 |
| | | |||||
* | | fix undefined commentWrap | friendica | 2013-07-04 | 1 | -1/+4 |
| | | |||||
* | | more "thing" work | friendica | 2013-07-04 | 4 | -3/+28 |
| | | |||||
* | | first template | friendica | 2013-07-03 | 1 | -1/+12 |
| | | |||||
* | | nearly ready for the output template | friendica | 2013-07-03 | 2 | -2/+24 |
| | | |||||
* | | some object/thing tweaks | friendica | 2013-07-03 | 4 | -3/+30 |
| | | |||||
* | | $yoursite/thing?f=&verb=has&term=big+balls | friendica | 2013-07-03 | 2 | -11/+134 |
| | | | | | | | | | | These will eventually be listed by category in your profile and you will be able to have different lists in different profiles (which is why the multi-profile feature needed to get finished before I could get any further along on this...) have fun | ||||
* | | tag cloud tweaking - allow your own comments, disallow all private posts | friendica | 2013-07-03 | 2 | -6/+15 |
| | | |||||
* | | birthday error checking - if year is present but no month or day, set to 1 ↵ | friendica | 2013-07-03 | 1 | -0/+5 |
| | | | | | | | | January. Otherwise the date will be set to 30 November the prior year due to how the PHP strtotime() function works. | ||||
| * | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-07-03 | 21 | -214/+302 |
| |\ | |/ |/| | |||||
* | | any questions regarding this checkin will be ignored | friendica | 2013-07-03 | 3 | -2/+39 |
| | | |||||
* | | remove debug info - mop up and go home | friendica | 2013-07-03 | 1 | -2/+2 |
| | | |||||
* | | multi-profile - bugs | friendica | 2013-07-03 | 1 | -2/+3 |
| | | |||||
* | | multi-profiles work | friendica | 2013-07-03 | 4 | -17/+31 |
| | | |||||
* | | progress on multiple profiles, doing it the old way. I don't think we're ↵ | friendica | 2013-07-03 | 5 | -30/+35 |
| | | | | | | | | going to be able to do it the new way - way too complicated. | ||||
* | | really, truly fix the age missing in directory bug | friendica | 2013-07-02 | 2 | -2/+4 |
| | | |||||
* | | missing comma | friendica | 2013-07-02 | 1 | -1/+1 |
| | | |||||
* | | age was not syncing to the directory | friendica | 2013-07-02 | 1 | -1/+4 |
| | | |||||
* | | bitwise logic issue comparing with multiple bits | friendica | 2013-07-02 | 1 | -1/+1 |
| | | |||||
* | | This probably needs some configurable options, but let's only show tags from ↵ | friendica | 2013-07-02 | 1 | -1/+1 |
| | | | | | | | | your top-level posts in your personal tag cloud to prevent your commenters from tag spamming you and featuring their tags on your wall. It would be bad if somebody was able to make #penis_enlargement *your* personal top tag. We can do something different for the matrix, as it can't be seen by outsiders. | ||||
* | | only show tag cloud for visible items | friendica | 2013-07-02 | 1 | -3/+3 |
| | | |||||
* | | oops - returned too many items | friendica | 2013-07-02 | 2 | -8/+11 |
| | | |||||
* | | tag cloud feature (enable the feature, then it will show up on your channel ↵ | friendica | 2013-07-02 | 4 | -3/+57 |
| | | | | | | | | page) | ||||
* | | with luck this will fix issue #61 and issue #62 - boy that was fun (not). | friendica | 2013-07-02 | 1 | -24/+13 |
| | | |||||
* | | some work on issue #62 (comments collapsing on liveupdate), but still a work ↵ | friendica | 2013-07-02 | 6 | -153/+133 |
| | | | | | | | | | | | | in progress some work on photo consolidated "view/edit", but still a work in progress | ||||
| * | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-07-02 | 247 | -3531/+6284 |
| |\ | |/ |/| | |||||
* | | issue #65 | friendica | 2013-07-01 | 4 | -3/+83 |
| | | |||||
* | | fix some community tagging bugs | friendica | 2013-06-30 | 3 | -7/+16 |
| | | |||||
* | | add age to dirsearch json | friendica | 2013-06-30 | 1 | -0/+1 |
| | | |||||
* | | age query in dirsearch | friendica | 2013-06-30 | 1 | -0/+10 |
| | | |||||
* | | add age to directory profile - requires updating on each birthday and that ↵ | friendica | 2013-06-30 | 8 | -3/+22 |
| | | | | | | | | part is still missing | ||||
* | | partial implementation of issue #64 - local tag storage linked to the tagged ↵ | friendica | 2013-06-29 | 1 | -0/+1 |
| | | | | | | | | item has been provided. tag deletion, comment tagging, and full testing of this feature are still outstanding. | ||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2013-06-29 | 1 | -1/+2 |
|\ \ | |||||
| * | | Missing include | Thomas Willingham | 2013-06-28 | 1 | -1/+2 |
| | | | |||||
* | | | doc update, plus possible fix to "complex delivery chains" issue. Basically ↵ | friendica | 2013-06-29 | 79 | -1106/+1827 |
|/ / | | | | | | | when the top-level post creator replies to a thread he sent to a forum via tags, it isn't getting redelivered to the forum members. | ||||
* | | fix cid query | friendica | 2013-06-27 | 2 | -2/+2 |
| | | |||||
* | | autotag clean-up, mop up, and go home | friendica | 2013-06-27 | 1 | -4/+5 |
| | |