aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Small amount of work on webpages.Thomas Willingham2013-07-124-14/+42
| | |
| * | Make sure we load the channel theme when displaying a page.Thomas Willingham2013-07-121-1/+18
| | |
| * | Merge pull request #76 from git-marijus/patch-4Thomas Willingham2013-07-111-1/+1
| |\ \ | | | | | | | | Update boot.php
| | * | Update boot.phpgit-marijus2013-07-111-1/+1
| |/ / | | | | | | typo
| * | DocoThomas Willingham2013-07-112-0/+15
| | |
| * | Merge pull request #74 from beardy-unixer/masterThomas Willingham2013-07-103-3/+5
| |\ \ | | | | | | | | Couple of bugs
| | * | Non-translatable string plus feature enabled checkThomas Willingham2013-07-113-3/+5
| | | |
* | | | new doc pagesfriendica2013-07-146-0/+459
| | | |
* | | | Add self to recipient lists. Sure we already have a copy but it's possible ↵friendica2013-07-1491-1546/+1774
|/ / / | | | | | | | | | our nomadic channel clones don't.
* | | Merge pull request #73 from beardy-unixer/masterfriendica2013-07-107-6/+248
|\| | | | | | | | Webpages
| * | One of those days...Thomas Willingham2013-07-102-13/+55
| | |
| * | Let's use the right files, plus a typoThomas Willingham2013-07-103-282/+31
| | |
| * | Minimum value webpagesThomas Willingham2013-07-104-1/+400
| | |
| * | Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-07-1080-674/+1210
| |\ \ | |/ / |/| |
* | | fix missing edit linkfriendica2013-07-102-6/+5
| | |
* | | remove double tags on search results, updates to install doco to get rid of ↵friendica2013-07-096-86/+55
| | | | | | | | | | | | Friendica name there and clarify Red requirements.
* | | This should fix some of the remote permissions issuesfriendica2013-07-081-2/+5
| | |
* | | more work on bug #59 - hope this doesn't hork everything. Also some tweaking ↵friendica2013-07-086-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 modefriendica2013-07-085-49/+59
| | |
* | | use current channel photo for favicon where applicable - might be browser ↵friendica2013-07-0759-424/+672
| | | | | | | | | | | | dependent but seems to work on FF
* | | input form for profile stufffriendica2013-07-044-13/+108
| | |
* | | fix undefined commentWrapfriendica2013-07-041-1/+4
| | |
* | | more "thing" workfriendica2013-07-044-3/+28
| | |
* | | first templatefriendica2013-07-031-1/+12
| | |
* | | nearly ready for the output templatefriendica2013-07-032-2/+24
| | |
* | | some object/thing tweaksfriendica2013-07-034-3/+30
| | |
* | | $yoursite/thing?f=&verb=has&term=big+ballsfriendica2013-07-032-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 postsfriendica2013-07-032-6/+15
| | |
* | | birthday error checking - if year is present but no month or day, set to 1 ↵friendica2013-07-031-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 Willingham2013-07-0321-214/+302
| |\ \ | |/ / |/| |
* | | any questions regarding this checkin will be ignoredfriendica2013-07-033-2/+39
| | |
* | | remove debug info - mop up and go homefriendica2013-07-031-2/+2
| | |
* | | multi-profile - bugsfriendica2013-07-031-2/+3
| | |
* | | multi-profiles workfriendica2013-07-034-17/+31
| | |
* | | progress on multiple profiles, doing it the old way. I don't think we're ↵friendica2013-07-035-30/+35
| | | | | | | | | | | | going to be able to do it the new way - way too complicated.
* | | really, truly fix the age missing in directory bugfriendica2013-07-022-2/+4
| | |
* | | missing commafriendica2013-07-021-1/+1
| | |
* | | age was not syncing to the directoryfriendica2013-07-021-1/+4
| | |
* | | bitwise logic issue comparing with multiple bitsfriendica2013-07-021-1/+1
| | |
* | | This probably needs some configurable options, but let's only show tags from ↵friendica2013-07-021-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 itemsfriendica2013-07-021-3/+3
| | |
* | | oops - returned too many itemsfriendica2013-07-022-8/+11
| | |
* | | tag cloud feature (enable the feature, then it will show up on your channel ↵friendica2013-07-024-3/+57
| | | | | | | | | | | | page)
* | | with luck this will fix issue #61 and issue #62 - boy that was fun (not).friendica2013-07-021-24/+13
| | |
* | | some work on issue #62 (comments collapsing on liveupdate), but still a work ↵friendica2013-07-026-153/+133
| | | | | | | | | | | | | | | | | | in progress some work on photo consolidated "view/edit", but still a work in progress
| * | Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-07-02247-3531/+6284
| |\ \ | |/ / |/| |
* | | issue #65friendica2013-07-014-3/+83
| | |
* | | fix some community tagging bugsfriendica2013-06-303-7/+16
| | |
* | | add age to dirsearch jsonfriendica2013-06-301-0/+1
| | |
* | | age query in dirsearchfriendica2013-06-301-0/+10
| | |