aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Set a default directory server from a hard-wired list if one was not ↵friendica2014-04-258-45/+39
| | | | previously chosen.
* Merge https://github.com/friendica/red into pending_mergefriendica2014-04-253-2041/+2152
|\
| * quickfix for #write-pages behind navbarmarijus2014-04-241-2/+0
| |
| * Merge pull request #429 from solstag/masterRedMatrix2014-04-242-2039/+2152
| |\ | | | | | | update pt-br translation
| | * update pt-br translationAlexandre Hannud Abdo2014-04-232-2039/+2152
| | |
* | | missed the string update on an earlier checkinfriendica2014-04-252-3526/+3524
| | |
* | | A future "comanche UI" is going to need lists of available building blocks. ↵friendica2014-04-251-0/+25
| | | | | | | | | | | | Some of these are pretty easy to assemble, others are a bit more difficult and will have to go through a registration procedure. This checkin create such a registration procedure for page templates and their associated flavours and their assignable regions. The array itself is extensible since I don't know for sure at this stage what the front-end UI for this feature will ultimately require or even if there ever will be a front-end UI as this community still seems to believe that software writes itself and just magically appears, working perfectly.
* | | doc/strings updatefriendica2014-04-2515-21/+61
|/ /
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-04-233-1919/+2019
|\ \
| * \ Merge pull request #430 from cvogeley/mastercvogeley2014-04-231-0/+4
| |\ \ | | |/ | |/| A CSS cheat to make the item-tools usable again
| | * A bit less z-indexChristian Vogeley2014-04-231-1/+1
| | |
| | * A CSS cheat to make the item-tools usable againChristian Vogeley2014-04-231-0/+4
| | | | | | | | | | | | when opacity is set.
| * | Merge pull request #425 from tuscanhobbit/masterPaolo T2014-04-222-1919/+2015
| |\ \ | | | | | | | | IT: strings updated
| | * | IT: strings updatedPaolo Tacconi2014-04-222-1919/+2015
| | | |
* | | | ability to unset a layout and subthread is probably close to working again.friendica2014-04-233-53/+151
|/ / /
* | | nb-no updatefriendica2014-04-212-2382/+2569
| | |
* | | Merge https://github.com/friendica/red into pending_mergefriendica2014-04-212-11/+9
|\ \ \
| * | | Attempt to reduce the support burden of access and register policy.Thomas Willingham2014-04-211-9/+9
| | | |
| * | | Merge pull request #423 from cvogeley/masterRedMatrix2014-04-211-2/+0
| |\ \ \ | | | |/ | | |/| Alignment of icons in .item-tool
| | * | Alignment of icons in .item-toolChristian Vogeley2014-04-211-2/+0
| |/ /
* | | Setting to undo/clear auto permissionsfriendica2014-04-214-6/+17
| | |
* | | subthread is still borked (~75% Friendica code which has never been ↵friendica2014-04-201-5/+5
|/ / | | | | | | translated)- but ported a bit more
* | bring back the toolicon colourfriendica2014-04-202-11/+15
| |
* | fix vcard truncation and escapingfriendica2014-04-202-20/+18
| |
* | bug fix on wall-item-dislike positionfriendica2014-04-202-4/+3
| |
* | Merge pull request #422 from cvogeley/mastercvogeley2014-04-201-1/+6
|\ \ | | | | | | Position fix in comments
| * | Position fix in commentsChristian Vogeley2014-04-201-1/+6
|/ /
* | this should fix mention notification that aren't plus taggedfriendica2014-04-191-4/+20
| |
* | the comment input box is still a couple pixels off but this aligns the ↵friendica2014-04-191-2/+2
| | | | | | | | conversation a bit better on narrow screens.
* | another minor position tweakfriendica2014-04-191-1/+1
| |
* | minor alignment issues after the wall-item-tools button conversionfriendica2014-04-191-1/+2
| |
* | Merge pull request #418 from jmankiewicz/mod-profpicpermRedMatrix2014-04-203-10/+133
|\ \ | | | | | | Patch for Issue #410
| * \ Merge branch 'master' of https://github.com/friendica/red into mod-profpicpermsirius2014-04-20179-5836/+10970
| |\ \
| * | | Now we also refresh permissions after the user posted connedit.sirius2014-04-202-3/+64
| | | |
| * | | Added permission handling of profile-photossirius2014-04-202-16/+29
| | | | | | | | | | | | | | | | Now we automatically set the appropiate viewing-permissions on profile edit and revert photos chosen as default profile picture bacl to public access.
| * | | Merging in conflictsirius2014-04-1619-94/+129
| |\ \ \
| * | | | Added hackish support for permissions-sync between profile and profile-picturessirius2014-04-142-4/+41
| | | | |
* | | | | Merge pull request #416 from cvogeley/masterRedMatrix2014-04-202-9/+67
|\ \ \ \ \ | |_|_|/ / |/| | | | Bootstrapify item tools …
| * | | | cssChristian Vogeley2014-04-201-3/+6
| | | | |
| * | | | ok we need that divChristian Vogeley2014-04-201-1/+1
| | | | |
| * | | | Add descriptions to drop downChristian Vogeley2014-04-201-7/+7
| | | | |
| * | | | More workChristian Vogeley2014-04-191-19/+14
| | | | |
| * | | | For the moment restore old delete iconChristian Vogeley2014-04-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | because the integrated button in the the bootstrap menu didn’t work on Firefox
| * | | | Move javascript calls to button tagChristian Vogeley2014-04-191-5/+5
| | | | | | | | | | | | | | | | | | | | because otherwise it didn’t work in Firefox
| * | | | Bootstrapify item toolsChristian Vogeley2014-04-192-15/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only show the like buttons and the delete button permanently hide everything else in a drop down. This will break non bootstrap themes. So may be we also want to move this into the red basic folder. It still a little bit work in progress. Allignment is not 100% correct. May be we want to add text into the drop down.
* | | | | Merge pull request #417 from f03el/masterThomas Willingham2014-04-1916-1555/+9479
|\ \ \ \ \ | | | | | | | | | | | | Update Swedish translation
| * \ \ \ \ Merge branch 'master' of https://github.com/f03el/redErik Lundin2014-04-190-0/+0
| |\ \ \ \ \
| | * | | | | Update Swedish stringsErik Lundin2014-04-191-942/+943
| | | | | | |
| * | | | | | Update Swedish stringsErik Lundin2014-04-192-1152/+1153
| |/ / / / /
| * | | | | Update Swedish email templatesErik Lundin2014-04-1914-234/+95
| | | | | |