aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Italian translation finally reached 100%p.tacconi2013-10-240-0/+0
|\
| * updated italian translationtuscanhobbit2013-10-122-183/+294
| |
* | Italian translation finally reached 100%p.tacconi2013-10-242-329/+489
|/
* Update italian translationp.tacconi2013-10-112-2375/+2734
|
* Merge pull request #2 from friendica/masterPaolo T2013-10-11620-15378/+50942
|\ | | | | Upgraded to latest red
| * fix search to display more than one itemfriendica2013-10-101-3/+3
| |
| * more readability improvementsfriendica2013-10-101-2/+2
| |
| * set the colour of the active nav element so it doesn't get washed outfriendica2013-10-104-18/+24
| |
| * Easier to load a chosen schema if one has a chosen schema to load...friendica2013-10-101-0/+1
| |
| * fix blue lockfriendica2013-10-101-0/+5
| |
| * Merge https://github.com/friendica/red into zpullfriendica2013-10-107-962/+1123
| |\
| | * Merge pull request #173 from beardy-unixer/masterfriendica2013-10-101-0/+6
| | |\ | | | | | | | | Don't send a quintillion emails every time mysql restarts.
| | | * Don't send a quintillion emails every time mysql restarts.Thomas Willingham2013-10-101-0/+6
| | | |
| | * | Add "scheme default" button for nav colours.Thomas Willingham2013-10-101-0/+1
| | |/
| | * *sigh* I swear I DID test this first...Thomas Willingham2013-10-101-2/+2
| | |
| | * Various schema issues.Thomas Willingham2013-10-104-22/+22
| | |
| | * But remember to set the expert flagThomas Willingham2013-10-101-0/+4
| | |
| | * Basic schema support - but no actual schemas.Thomas Willingham2013-10-103-3/+45
| | |
| | * Merge pull request #170 from git-marijus/masterfriendica2013-10-101-2/+2
| | |\ | | | | | | | | get rid of the clean font because it looks weird in some browsers
| | | * get rid of the clean font because it looks weird in some browsersmarijus2013-10-101-2/+2
| | | |
| | * | Merge pull request #172 from tobiasd/DE20131010atobiasd2013-10-103-7819/+1076
| | |\ \ | | | | | | | | | | DE: update to the strings (for real)
| | | * | DE: update to the strings (for real)Tobias Diekershoff2013-10-103-7819/+1076
| | |/ /
| | * | Merge pull request #171 from tobiasd/DE20131010tobiasd2013-10-102-23/+6874
| | |\ \ | | | |/ | | |/| DE: update to the strings
| | | * DE: update to the stringsTobias Diekershoff2013-10-102-23/+6874
| | |/
| * / Add install instructions for cloning WebDAV component (which I think is best ↵friendica2013-10-102-0/+27
| |/ | | | | | | if we make optional). There may be webserver dependencies so let's just call this a plugin of sorts, but different than normal plugins because if it's installed it will be tightly integrated with everything we do. Eventually we may provide a static repository or select a specific sabre-dav version so that we're immune from changes upstream which break stuff we're doing; but for now we'll use the fruux main repository and install using the trunk.
| * more icon tweaks - this could be going on for some time; try to get icon ↵friendica2013-10-105-9/+9
| | | | | | | | code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks.
| * more icon conversions - savedsearch listings need more work. The drop icon ↵friendica2013-10-094-13/+13
| | | | | | | | should be hidden unless the entry is being hovered.
| * delete iconsfriendica2013-10-092-1/+10
| |
| * more redbasic icon workfriendica2013-10-093-6/+11
| |
| * Merge pull request #169 from git-marijus/masterfriendica2013-10-092-16/+12
| |\ | | | | | | pimp up the searchbar a little and hoping it is the right way to do it...
| | * might be better that waymarijus2013-10-091-4/+2
| | |
| | * pimp up the searchbar a little and hoping it is the right way to domarijus2013-10-092-15/+13
| |/ | | | | | | it
| * nav iconsfriendica2013-10-094-13/+17
| |
| * move verified indicatorfriendica2013-10-083-9/+5
| |
| * replace a bunch of graphic icons with vector iconsfriendica2013-10-088-38/+54
| |
| * First visit http://fontawesome.io/cheatsheet/, then it's your turn. Please ↵friendica2013-10-083-1/+8
| | | | | | | | don't leave this for me to fix, because you'll hate it. There are a few icons we'll have to map to something appropriate - such as "matrix"; though there are some interesting options - and you can always dip into unicode if you don't find something appropriate here; though I would suggest that *if* you do this to create an icon-xyz class wrapper to the HTML "i" tag so that it's handled exactly the same.
| * Merge https://github.com/friendica/red into zpullfriendica2013-10-081-2/+2
| |\
| | * Merge pull request #168 from oohlaf/fixesOlaf Conradi2013-10-061-2/+2
| | |\ | | | | | | | | Typo and whitespace
| | | * Typo and whitespaceOlaf Conradi2013-10-071-2/+2
| | | |
| * | | add font_awesomefriendica2013-10-08197-1/+26559
| |/ /
| * | Merge https://github.com/friendica/red into zpullfriendica2013-10-041-0/+5
| |\ \
| | * | If an observer doesn't have view_stream perms, try for view_profile beforeThomas Willingham2013-10-041-0/+5
| | |/ | | | | | | | | | giving up.
| * / The check for f*cked database (which otherwise sends out zillions of update ↵friendica2013-10-041-3/+3
| |/ | | | | | | failed emails) interferes with install. So what else can we do about f*cked databases which open successfully but don't actually read/write data? It would of course be nice if we didn't have to deal with them, but apparently we do. For now we're not doing anything until I can figure out how to take the site offline when it happens without affecting install.
| * fix a bunch of post editing bugs - though this consolidates some disparate ↵friendica2013-10-044-875/+938
| | | | | | | | code and may create some new bugs due to regression
| * doc additionsfriendica2013-10-044-0/+311
| |
| * doc updatefriendica2013-10-0482-939/+1065
| |
| * get rid of pink search bar when not using redbasic "red"friendica2013-10-034-2/+6
| |
| * bring back photo shadows (via theme settings)friendica2013-10-025-5/+14
| |
| * Merge https://github.com/friendica/red into zpullfriendica2013-10-026-46/+66
| |\
| | * Fix a gotcha in theme defaults.Thomas Willingham2013-10-031-15/+26
| | |