aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* replaced rhash icontuscanhobbit2013-11-232-4/+4
|
* a reference to account_id was missing in user admin tabletuscanhobbit2013-11-231-6/+8
|
* Merge pull request #210 from git-marijus/masterfriendica2013-11-231-2/+2
|\ | | | | make profile-jot-text and -title height scalable
| * make profile-jot-text and -title height scalablemarijus2013-11-231-2/+2
| |
* | Merge pull request #209 from git-marijus/masterfriendica2013-11-231-2/+14
|\| | | | | make profile-jot-text placeholder more prominent
| * make profile-jot-text placeholder more prominentmarijus2013-11-231-2/+14
| |
* | Merge pull request #207 from git-marijus/masterfriendica2013-11-233-10/+15
|\| | | | | search should respect max items to load as well
| * typomarijus2013-11-231-1/+1
| |
| * use placeholder for profile-jot-text and some minor alignmentmarijus2013-11-232-4/+5
| |
| * use same font for textarea aswell and some simplificationmarijus2013-11-221-5/+8
| |
| * missing input type and use same font for password and text inputmarijus2013-11-222-4/+5
| |
* | Italian translation updatedtuscanhobbit2013-11-222-5/+5
|/
* init_groups_visitor() was still using old array of id output (not the newer ↵friendica2013-11-221-0/+3
| | | | array of hash which we need for permission queries)
* Empty commit message.friendica2013-11-211-0/+11
|
* not needed anymore with new defaultsmarijus2013-11-211-2/+1
|
* provide a page template "none" which lets a webpage take over the entire ↵friendica2013-11-201-0/+1
| | | | page. Everything. The application is essentially bypassed. You'll need doctype and html and head and body tags in your content as none of them are supplied. There are no page regions. Nada. We should probably restrict this to those who have code exec in their account_roles but other folks won't be able to do very much useful with it anyway as their HTML is filtered.
* fix plugin and them toggles for the colourblind, add theme info block and ↵friendica2013-11-185-2/+13
| | | | recent screenshot to redbasic
* admin/users - add expiration date to table and ability to sort by reverse ↵friendica2013-11-181-0/+1
| | | | expiration and also filter by service class through url options
* implement admin remove accountfriendica2013-11-172-4/+9
|
* more photo menu positioning work for varying photo sizesfriendica2013-11-162-6/+7
|
* make submit buttons look more or less like linksfriendica2013-11-161-1/+4
|
* more of a light&fresh lookfriendica2013-11-162-3/+7
|
* theme worksfriendica2013-11-161-1/+1
|
* theme workfriendica2013-11-151-0/+4
|
* do a better job of lining things up (like comments) when the photo size changesfriendica2013-11-152-2/+4
|
* reposition certain things like the wall-to-wall "to" photo when one changes ↵friendica2013-11-152-6/+9
| | | | the size of the author icons
* Merge pull request #204 from tuscanhobbit/masterfriendica2013-11-152-907/+1171
|\ | | | | Updated Italian translation with new E2EE strings
| * Updated Italian translation with E2EE stringsp.tacconi2013-11-152-907/+1171
| |
* | allow rpost to set source appfriendica2013-11-151-0/+1
| |
* | make font size tweakable for the whole appfriendica2013-11-154-2/+11
| |
* | changed some defaults - for some of us everything will have shrunk and may ↵friendica2013-11-152-6/+6
| | | | | | | | be hard to read. turn on expert mode if you want to change them back.
* | Merge https://github.com/friendica/red into zpullfriendica2013-11-151-1/+2
|\ \
| * \ Merge pull request #203 from git-marijus/masterfriendica2013-11-151-1/+2
| |\ \ | | | | | | | | wrong variable
| | * | wrong variablemarijus2013-11-151-1/+2
| | | |
* | | | reposition the photo menu button when the author photo is resizedfriendica2013-11-152-3/+8
|/ / /
* / / redbasic - set pixel dimensions of conversation top author photo and reply ↵friendica2013-11-154-3/+23
|/ / | | | | | | author photos. Hint: if you set these to something like 64px and 32px respectively and reduce the main font-size to say 0.9em, young people won't complain as much about the "ugly dated UI". You see they're used to companies squeezing every pixel out of the screen (more room for advertising) and they don't yet have bad eyes so they can still read teeny stuff. Big fonts and pictures are for old folks that need glasses and make young people complain about the "dated" interface. It's a sure sign that you're going to find old folks here and not many young adults or teens. What's missing at the moment is that if you shrink these photos, the "item-photo-menu" arrow is no longer in the bottom corner of the picture, but might be outside the photo. Will have to see if there's a way to dynamically position this based on the size.
* | fix default cipher for comments and set it at the conversation level rather ↵friendica2013-11-141-1/+1
| | | | | | | | than the item level.
* | when setting font_size - the expert setting needs units. Otherwise you can't ↵friendica2013-11-142-2/+2
| | | | | | | | switch from px to em
* | e2ee in comments and a bit of cleanup so not every theme has to define how ↵friendica2013-11-142-38/+13
| | | | | | | | to insert bbcode, only if they're doing something special (e.g. this is how to implement a javascript plugin :-)), and I got rid of the predefined http:// in the bbcode for urls. You're almost always pasting a url which already has that bit and it just creates an extra step.
* | make autocomplete better themable by adding an idmarijus2013-11-146-10/+33
| |
* | E2EE on private mail (also fixed autocomplete results dropdown for recipient ↵friendica2013-11-132-6/+5
| | | | | | | | which was positioned below the navbar instead of next to the recipient input box)
* | issues with converse_width uncovered during testingfriendica2013-11-133-3/+3
| |
* | change section_width to converse_widthfriendica2013-11-133-12/+9
| |
* | add font-size to searchbarsmarijus2013-11-131-0/+8
| |
* | typomarijus2013-11-131-6/+6
| |
* | search placeholder workmarijus2013-11-131-0/+30
| |
* | Merge branch 'master' of https://github.com/friendica/redmarijus2013-11-132-0/+3
|\ \
| * | fix photo permissions on encrypted postsfriendica2013-11-132-0/+3
| | |
* | | more searchbar style workmarijus2013-11-131-9/+9
|/ /
* | fix chanviewfriendica2013-11-121-1/+1
| |