aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* several things were not working correctly w/r/t community tagging. The ↵friendica2014-02-161-0/+4
| | | | preference vanished from settings at some point, and we also weren't updating the original post timestamp so that the changed taxonomy would propagate correctly as an edit.
* DE: update to the stringsTobias Diekershoff2014-02-162-1556/+1604
|
* This makes advanced privacy settings adjustable in expert mode only. Also ↵marijus2014-02-133-20/+36
| | | | they are hidden behind a button. This is a design hotfix should probably come up with something better someday...
* don't fix the height of the archive widget - fix the maximum heightfriendica2014-02-131-1/+1
|
* very simple schemefriendica2014-02-131-0/+5
|
* make activities optional for profile things, clean up the formsfriendica2014-02-123-10/+13
|
* ui improvements on the manage pagefriendica2014-02-123-9/+17
|
* DE: update to the stringsTobias Diekershoff2014-02-122-3988/+4119
|
* shamelessly steal, and cut/paste from the settings page to get mod_photos ↵friendica2014-02-112-12/+21
| | | | edit permissions working - and it looks like we still have some other fancybox instances (yet another lightbox) which haven't yet been converted to colorbox and will need to be fixed. Way too many lightboxes.
* add chanview mode to settingsfriendica2014-02-101-0/+1
|
* whitespacemarijus2014-02-101-1/+1
|
* moving background-color to style.cssmarijus2014-02-092-2/+2
|
* theming chat a littlemarijus2014-02-093-5/+39
|
* .Christian Vogeley2014-02-091-0/+1
|
* create a new "subdued" CSS class for things that shouldn't be in your face ↵friendica2014-02-081-0/+9
| | | | unless you want them and intentionally hover over them. Typically this would be accomplished via an opacity or colour change, but themes are free to use other methods. Also changed the channel_tabs "chatroom" link to use the subdued class if no rooms have been created rather than a count of chatrooms. Themse should probably create a .subdued and .subdued:hover definition because we'll probably take most of the stuff which is now hardwired to use opacity by id and change it to use the class definition instead.
* Merge https://github.com/friendica/red into zpullfriendica2014-02-072-4017/+4207
|\
| * Merge pull request #303 from tuscanhobbit/masterPaolo T2014-02-072-4017/+4207
| |\ | | | | | | IT: update to the strings
| | * IT: update to the stringstuscanhobbit2014-02-072-3857/+4049
| | |
* | | from olivier: use double quotes in js strings, updated FR translationfriendica2014-02-073-5103/+7620
|/ / | | | | | | from me: provide future ability to have an optional edit link/icon next to menus (such as bookmarks)
* | notification bug - don't use $r, we already set it to something else that we ↵friendica2014-02-061-1/+2
| | | | | | | | need further on.
* | add chatrooms templatefriendica2014-02-051-0/+10
| |
* | Merge pull request #298 from cvogeley/masterfriendica2014-02-061-2/+13
|\ \ | | | | | | Other not so elegant way of detecting touch screen devices
| * | Other not so elegant way of detecting touch screen devicesChristian Vogeley2014-02-021-2/+13
| | | | | | | | | | | | But at least it seems to work
* | | preserve system bit when editing menusfriendica2014-02-051-0/+4
| | |
* | | make links in comments bookmark-ablefriendica2014-02-041-2/+4
| | |
* | | add icon translation for new iconfriendica2014-02-041-0/+1
| | |
* | | bookmarks - mop up and go homefriendica2014-02-044-3/+12
| | |
* | | Merge https://github.com/friendica/red into zpullfriendica2014-02-042-1134/+1188
|\ \ \
| * | | DE: update to the stringsTobias Diekershoff2014-02-042-1134/+1188
| | | |
* | | | bookmark permissionsfriendica2014-02-042-0/+5
|/ / /
* | | photo tagging somewhat working - but can't remove photo tags until we update ↵friendica2014-02-031-3/+5
| | | | | | | | | | | | tagrm
* | | accept new connection broke yesterdayfriendica2014-02-031-3/+3
| | |
* | | changed order of the privacy macros so that the dangerous settings come last ↵friendica2014-02-021-1/+1
| | | | | | | | | | | | and the preferred settings come first
* | | don't load any configs from DB if installing - especially in style.pcssfriendica2014-02-021-1/+5
| | |
* | | don't draw attention to advanced permissions and their corresponding ↵friendica2014-02-024-16/+52
| | | | | | | | | | | | complexity and clearly mark the simple permissions which people are encouraged to use.
* | | added Thomas' additional navbar colours from APW to redbasicTazman DeVille2014-02-032-3/+43
| | |
* | | Add switch to allow menus to be used as bookmark collectionsfriendica2014-02-021-1/+1
| | |
* | | make chat honour the pause key (but we still need to ping the server to ↵friendica2014-02-022-6/+6
| | | | | | | | | | | | maintain the in_room status), also the recent change to pull css out of the template file used classes instead of ids so none of the styles were sticking
* | | Merge pull request #297 from tazmandevil/masterThomas Willingham2014-02-021-1/+1
|\ \ \ | | | | | | | | link hover colour remains user set link_colour (w/o change default,Mike)
| * | | link hover colour remains user set link_colour (w/o change default,Tazman DeVille2014-02-021-1/+1
| | | | | | | | | | | | | | | | Mike)
* | | | Move CSS out of chat templateThomas Willingham2014-02-022-9/+35
|/ / /
* | | add links to change chat status and leave roomfriendica2014-02-021-0/+2
| | |
* | | fix default link colorfriendica2014-02-012-2/+2
| | |
* | | Merge https://github.com/friendica/red into zpullfriendica2014-02-015-5/+13
|\ \ \
| * \ \ Merge pull request #296 from tazmandevil/masterfriendica2014-02-014-3/+11
| |\ \ \ | | | | | | | | | | link color
| | * | | user configured link colourTazman DeVille2014-02-022-2/+2
| | | | |
| | * | | link coloursTazman DeVille2014-02-021-0/+1
| | | | |
| | * | | link colour optionsTazman DeVille2014-02-024-3/+10
| | |/ /
| * | | Merge pull request #294 from git-marijus/masterfriendica2014-02-011-2/+2
| |\ \ \ | | |/ / | |/| | comment out since it is not clear if this is not implemented yet or obsolete
| | * | comment out since it is not clear if this is not implemented yet or obsoletemarijus2014-01-311-2/+2
| | | |