aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * port like button to spin.jsgit-marijus2013-07-131-1/+3
| | |
| | * port like button to spin.jsgit-marijus2013-07-131-1/+1
| | |
| | * port like button to spin.jsgit-marijus2013-07-131-1/+1
| | |
| | * port like button to spin.jsgit-marijus2013-07-131-2/+2
| | |
| | * port like button to spin.jsgit-marijus2013-07-131-7/+7
| | |
| | * Update conv_frame.tplgit-marijus2013-07-131-0/+1
| | |
| | * slight change to #page-spinnergit-marijus2013-07-131-1/+2
| | |
| | * Update main.jsgit-marijus2013-07-131-1/+1
| | |
| | * Update main.jsgit-marijus2013-07-131-1/+2
| | |
| | * Update main.jsgit-marijus2013-07-131-3/+2
| | |
| | * port to spin.jsgit-marijus2013-07-131-2/+1
| | |
| | * slight change for #nav-search-spinnergit-marijus2013-07-131-3/+1
| | |
| | * port to spin.jsgit-marijus2013-07-131-1/+1
| | |
| | * port to spin.jsgit-marijus2013-07-131-2/+2
| | |
| | * Create jquery.spin.jsgit-marijus2013-07-131-0/+80
| | | | | | | | | jquery plugin for spin.js
| | * Create spin.jsgit-marijus2013-07-131-0/+349
| | |
* | | install typofriendica2013-07-141-1/+1
|/ /
* | Merge https://github.com/friendica/red into zpullfriendica2013-07-1420-38/+87
|\ \
| * | Give prettyphoto it's own template to make themeing it less annoying.Thomas Willingham2013-07-143-21/+8
| | |
| * | That should fix uploads...Thomas Willingham2013-07-131-1/+1
| | |
| * | Old theme stuff we don't use anymore.Thomas Willingham2013-07-129-0/+0
| | |
| * | 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.