Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | forgot to git add files | marijus | 2014-12-21 | 2 | -0/+15 | |
| | | ||||||
| * | files: make mod/filestorage.php load via ajax and some design work. work in ↵ | marijus | 2014-12-21 | 6 | -52/+41 | |
| | | | | | | | | progress... | |||||
* | | Merge pull request #754 from pafcu/categoryinput | RedMatrix | 2014-12-22 | 4 | -36/+40 | |
|\ \ | | | | | | | Fancy categories input in editor | |||||
| * | | Fancy categories input with bootstrap-tagsinput | Stefan Parviainen | 2014-12-21 | 4 | -36/+40 | |
| | | | ||||||
* | | | Fix whitespace disappearing at the beginning of completed smily | Stefan Parviainen | 2014-12-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | Correct domain for smily requests | Stefan Parviainen | 2014-12-21 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Autocomplete smilies | Stefan Parviainen | 2014-12-20 | 1 | -1/+9 | |
|/ | ||||||
* | Remove unnecessary logging | Stefan Parviainen | 2014-12-20 | 1 | -3/+1 | |
| | ||||||
* | Better autocomplete based on jquery-textcomplete | Stefan Parviainen | 2014-12-20 | 2 | -176/+29 | |
| | ||||||
* | provide link to help for channel permission roles when creating a channel | friendica | 2014-12-19 | 2 | -0/+5 | |
| | ||||||
* | make the size of directory photos fixed so that the screen doesn't jump ↵ | friendica | 2014-12-17 | 1 | -0/+2 | |
| | | | | around when loading. | |||||
* | update nl | Jeroen | 2014-12-17 | 2 | -1183/+1199 | |
| | ||||||
* | essentials for creating a "block-style" list-mode page such as one might ↵ | friendica | 2014-12-16 | 3 | -2/+22 | |
| | | | | have for a pinterest-style layout. Just load view/theme/redbasic/css/blockmode.css after redbasic PCSS - you're done. We may need some other indicator besides the number of comments to indicate "click here to see the rest of the article", but we're a bit short on space so maybe a view icon will work. | |||||
* | fix some directory anomolies | friendica | 2014-12-16 | 3 | -3/+3 | |
| | ||||||
* | call collapseHeight when needed | friendica | 2014-12-16 | 2 | -0/+5 | |
| | ||||||
* | add divmore to directory entries | friendica | 2014-12-16 | 2 | -2/+2 | |
| | ||||||
* | build a channel based thread viewing link when in list_mode and when using ↵ | friendica | 2014-12-16 | 1 | -1/+1 | |
| | | | | the channel module, which will disable list_mode (this was checked in yesterday) for the benefit of viewing threads with the correct identities and comment permissions instead of relying on the semi-random uid chosen by mod/display when viewed by an authenticated remote_user(). | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-12-15 | 6 | -1193/+1218 | |
|\ | ||||||
| * | Issue #743 | Thomas Willingham | 2014-12-15 | 1 | -0/+9 | |
| | | ||||||
| * | Merge pull request #744 from pafcu/searchhelp | Thomas Willingham | 2014-12-15 | 3 | -4/+4 | |
| |\ | | | | | | | Add hint on how to use search box | |||||
| | * | Add hint on how to use search box | Stefan Parviainen | 2014-12-14 | 3 | -4/+4 | |
| | | | ||||||
| * | | Updated Italian strings | Paolo Tacconi | 2014-12-15 | 2 | -1189/+1205 | |
| | | | ||||||
* | | | wall tags | friendica | 2014-12-15 | 2 | -1/+6 | |
|/ / | ||||||
* | | Add extra class to verified item icon | Stefan Parviainen | 2014-12-14 | 3 | -3/+3 | |
| | | ||||||
* | | Merge pull request #738 from pafcu/moreids | Thomas Willingham | 2014-12-13 | 1 | -20/+20 | |
|\| | | | | | Add some ids to nav elements | |||||
| * | Add some ids to nav elements | Stefan Parviainen | 2014-12-12 | 1 | -20/+20 | |
| | | ||||||
* | | Issue #739 | Thomas Willingham | 2014-12-13 | 1 | -0/+17 | |
| | | ||||||
* | | move profile css to mod_profile and minoor fixes | marijus | 2014-12-11 | 4 | -26/+18 | |
| | | ||||||
* | | some work on profile page - mostly whitespace | marijus | 2014-12-10 | 1 | -232/+228 | |
| | | ||||||
* | | adjustment to clear browser location button only if use browser location ↵ | marijus | 2014-12-09 | 2 | -2/+2 | |
| | | | | | | | | option is set | |||||
* | | show clear browser location button only if use browser location option is ↵ | marijus | 2014-12-09 | 5 | -14/+7 | |
| | | | | | | | | set and minor css fixes | |||||
* | | Group comment editor icons | Stefan Parviainen | 2014-12-08 | 1 | -28/+34 | |
| | | ||||||
* | | Put some spacing between share types and other buttons in jot | Stefan Parviainen | 2014-12-08 | 1 | -28/+34 | |
|/ | ||||||
* | Merge pull request #724 from pafcu/suggestionsindir | Thomas Willingham | 2014-12-08 | 2 | -1/+4 | |
|\ | | | | | Show suggestions in directory | |||||
| * | Suggestions in dir redux. Suggestions are now showed in directory if ↵ | Stefan Parviainen | 2014-12-07 | 1 | -0/+1 | |
| | | | | | | | | suggest=1 parameter is given to directory. | |||||
| * | Revert "Revert "Directory shows channel suggestions by default"" | Stefan Parviainen | 2014-12-07 | 2 | -1/+3 | |
| | | | | | | | | This reverts commit bfde28f28eae1f4b00aac03b2714254d14ab7464. | |||||
* | | Merge pull request #723 from pafcu/diropts | Thomas Willingham | 2014-12-08 | 1 | -6/+7 | |
|\ \ | | | | | | | Directory sorting as a dropdown, forum filter as checkbox, option to sor... | |||||
| * | | Directory sorting as a dropdown, forum filter as checkbox, option to sort ↵ | Stefan Parviainen | 2014-12-07 | 1 | -6/+7 | |
| |/ | | | | | | | oldest first | |||||
* | | update fr: 'to prod', better translated by 'encourager' | Olivier van Helden | 2014-12-04 | 2 | -10/+10 | |
| | | ||||||
* | | update fr: checked mail templates and another bunch of typoes in strings | Olivier van Helden | 2014-12-04 | 8 | -36/+35 | |
| | | ||||||
* | | update fr: use prefixFromNow to display time delta in the most used, natural ↵ | Olivier van Helden | 2014-12-04 | 2 | -4/+4 | |
| | | | | | | | | form ("Il y a 2 jours" and not "2 jours auparavant") | |||||
* | | update fr - sorry for multiple posts, I will try to find time to check the ↵ | Olivier van Helden | 2014-12-04 | 2 | -36/+36 | |
| | | | | | | | | whole french translation and submit once. | |||||
* | | update fr | Olivier van Helden | 2014-12-04 | 2 | -28/+28 | |
| | | | | | | | | | | | | - resubmitted, after online tests, correct translations for poked, pinged, etc - fix wrong sense for poked - there were two different translations for [red:notify], changed to the most used (Red:Notification) everywhere. | |||||
* | | update fr: fix typo and ambiguous changes in ↵ | Olivier van Helden | 2014-12-03 | 2 | -11/+11 | |
| | | | | | | | | 1ea73a55e8276006b4c0f0307dfbe2a35acdff33 | |||||
* | | update fr typoes | Olivier van Helden | 2014-12-03 | 2 | -33/+33 | |
| | | ||||||
* | | Don't allow affinity of 0 in connedit. | Thomas Willingham | 2014-12-02 | 1 | -1/+1 | |
| | | ||||||
* | | Italian translation | Paolo Tacconi | 2014-12-01 | 2 | -4035/+4077 | |
| | | ||||||
* | | Merge branch 'master' of https://github.com/friendica/red | marijus | 2014-11-29 | 4 | -4516/+4568 | |
|\ \ | ||||||
| * | | update nl (typo) | Jeroen | 2014-11-29 | 2 | -2/+2 | |
| | | | ||||||
| * | | update nl | Jeroen | 2014-11-29 | 2 | -3957/+3999 | |
| | | |