Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file had wrong extension | friendica | 2014-03-11 | 2 | -7/+7 |
| | |||||
* | update acl internal list whenever there is a change - the submit handler ↵ | friendica | 2014-03-11 | 1 | -10/+20 |
| | | | | seems to be unreliable or is getting into a race condition. | ||||
* | get rid of fancybox for photos upload, not just photo edit | friendica | 2014-03-11 | 2 | -1/+6 |
| | |||||
* | norwegian strings update | friendica | 2014-03-11 | 2 | -3/+3 |
| | |||||
* | revert recent changes to cmtBbClose which removed the ability to insert ↵ | friendica | 2014-03-11 | 1 | -4/+4 |
| | | | | quotes into an empty comment box | ||||
* | nb-no language update | friendica | 2014-03-10 | 2 | -8867/+7302 |
| | |||||
* | 10px is probably to close | marijus | 2014-03-10 | 1 | -2/+2 |
| | |||||
* | fix lock position | marijus | 2014-03-10 | 2 | -7/+4 |
| | |||||
* | fixes locations with a link | marijus | 2014-03-10 | 1 | -1/+1 |
| | |||||
* | this commit is an attempt to make conv items better scalable on smaller ↵ | marijus | 2014-03-10 | 8 | -36/+38 |
| | | | | screens. also save some horizontal space. | ||||
* | update cacert.pem , don't hide url link for rmagic | friendica | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | collapse the advanced directory search so that folks who think they're ↵ | friendica | 2014-03-08 | 1 | -1/+5 |
| | | | | advanced but really aren't don't whinge about it. | ||||
* | advanced search front-end | friendica | 2014-03-08 | 1 | -0/+4 |
| | |||||
* | style fixes | marijus | 2014-03-08 | 3 | -3/+19 |
| | |||||
* | showwarning when manually changing also | friendica | 2014-03-07 | 1 | -0/+7 |
| | |||||
* | notify when permissions change and haven't been saved. | friendica | 2014-03-07 | 4 | -1/+15 |
| | |||||
* | start new connections out with even more sane defaults than before by ↵ | friendica | 2014-03-07 | 1 | -0/+3 |
| | | | | pre-filling the connedit form page. This still lets them change things before any damage has been done or before any privacy has leaked, but should reduce the number of new connections that can't comment. | ||||
* | When approving a connection automatically select Full Sharing. | friendica | 2014-03-07 | 1 | -0/+6 |
| | |||||
* | fix of fix | marijus | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | fix | marijus | 2014-03-07 | 1 | -2/+1 |
| | |||||
* | thats better | marijus | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | probably should indicate the appearence of aside visualy somehow | marijus | 2014-03-07 | 2 | -5/+10 |
| | |||||
* | might be needed by not local users aswell | marijus | 2014-03-07 | 1 | -2/+0 |
| | |||||
* | remove aside on navbar collapse and add button to toggle visibility | marijus | 2014-03-07 | 6 | -35/+49 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-03-05 | 2 | -8/+12 |
|\ | |||||
| * | improve navbar collapsed state a little | marijus | 2014-03-05 | 2 | -8/+12 |
| | | |||||
* | | add new template | friendica | 2014-03-05 | 1 | -0/+18 |
|/ | |||||
* | move language selector to a module | friendica | 2014-03-05 | 3 | -9/+3 |
| | |||||
* | add Comanche help link to pdledit | friendica | 2014-03-04 | 1 | -0/+7 |
| | |||||
* | add pdl editor to settings/display | friendica | 2014-03-04 | 1 | -0/+4 |
| | |||||
* | add system PDL editor (lets you change/personalise the layout for any module ↵ | friendica | 2014-03-04 | 1 | -0/+14 |
| | | | | which has a system PDL file.) | ||||
* | Merge pull request #354 from tuscanhobbit/master | Paolo T | 2014-03-04 | 2 | -1001/+1114 |
|\ | | | | | IT: strings updated | ||||
| * | IT: strings updated | Paolo Tacconi | 2014-03-04 | 2 | -1001/+1114 |
| | | |||||
* | | minor template and doc fixes | friendica | 2014-03-04 | 2 | -0/+15 |
| | | |||||
* | | layout export to file | friendica | 2014-03-03 | 2 | -0/+20 |
| | | |||||
* | | remove test menu | friendica | 2014-03-03 | 1 | -1/+0 |
| | | |||||
* | | implement horizontal menu class in redbasic | friendica | 2014-03-03 | 2 | -0/+20 |
| | | |||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2014-03-03 | 3 | -5/+15 |
|\ \ | |||||
| * \ | Merge pull request #353 from git-marijus/master | friendica | 2014-03-04 | 3 | -5/+15 |
| |\ \ | | | | | | | | | little css fixes | ||||
| | * | | var update | marijus | 2014-03-03 | 1 | -1/+1 |
| | | | | |||||
| | * | | one got lost and a typo | marijus | 2014-03-03 | 1 | -1/+3 |
| | | | | |||||
| | * | | little css fixes | marijus | 2014-03-03 | 2 | -3/+11 |
| | | | | |||||
* | | | | revert the temporary fix for the missing hdr.tpl and add the ability to ↵ | friendica | 2014-03-03 | 1 | -4/+1 |
|/ / / | | | | | | | | | | provide context sensitive help/documentation by passing the current URL path to the help module as $_REQUEST['cmd']. So we could create a special help page for settings/display or whatever. The only issue is whether this should be presented first with a link to the main help page, or if we put a line at the top of the main help page that says "I need help for settings/display". Also edited the help target window name, as "friendika-help" is a bit dated. | ||||
* | | | Merge https://github.com/friendica/red into zpull | friendica | 2014-03-03 | 1 | -0/+3 |
|\| | | |||||
| * | | Partially revert 895c9411d93 | Thomas Willingham | 2014-03-03 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | Not entirely sure why the lines in question were removed, but this is required as a quick fix for broken notifications. | ||||
* | | | missing file | friendica | 2014-03-03 | 1 | -0/+8 |
|/ / | |||||
* | | some anomolies found when viewing connections in various cases. | friendica | 2014-03-02 | 1 | -0/+33 |
| | | |||||
* | | disable the right_aside on choklet two-column layouts | friendica | 2014-03-02 | 2 | -0/+8 |
| | | |||||
* | | add choklet template with several defined flavours, two and three column ↵ | friendica | 2014-03-02 | 9 | -31/+226 |
| | | | | | | | | fluid layouts with optional side margins and a region for a blog-style header photo | ||||
* | | first cut at choklet template | friendica | 2014-03-02 | 2 | -0/+72 |
| | |