Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not reload page for photo upload | marijus | 2014-10-31 | 6 | -19/+11 |
| | |||||
* | Smarty3 now lives in store | Thomas Willingham | 2014-10-31 | 1 | -4/+0 |
| | |||||
* | more work on photo upload | marijus | 2014-10-31 | 1 | -15/+26 |
| | |||||
* | some work on photo upload | marijus | 2014-10-30 | 2 | -36/+49 |
| | |||||
* | change the way tagrm works to allow tag removal on the fly | marijus | 2014-10-28 | 1 | -1/+1 |
| | |||||
* | several unrelated things - auto_follow wasn't working for new accounts, ↵ | friendica | 2014-10-27 | 1 | -8/+8 |
| | | | | error returned in private mention to a collection, and added auto-completion to photo tags; though it only matches people so the hover text is now wrong. Also made the photo edit form XHTML (XML) compliant. | ||||
* | do not reload page for edit album and some minor cleanup | marijus | 2014-10-27 | 4 | -17/+16 |
| | |||||
* | put privacy role selector in settings page. Change visibility of various ↵ | friendica | 2014-10-26 | 1 | -24/+22 |
| | | | | permissions items accordingly. | ||||
* | wrong vars in template | marijus | 2014-10-26 | 1 | -2/+2 |
| | |||||
* | some work on photos like/dislike | marijus | 2014-10-25 | 2 | -11/+77 |
| | |||||
* | don't offer forum (@name+) completion in comments, since it won't do anything. | friendica | 2014-10-23 | 1 | -2/+2 |
| | |||||
* | Merge pull request #655 from pafcu/master | RedMatrix | 2014-10-22 | 1 | -0/+1 |
|\ | | | | | Better handling of incorrect info entered in event | ||||
| * | If entered event info is not valid, let user try again with the old info ↵ | Stefan Parviainen | 2014-10-21 | 1 | -0/+1 |
| | | | | | | | | still there. Closes friendica/red#648 | ||||
* | | fix nav double dropdown | marijus | 2014-10-21 | 1 | -4/+8 |
| | | |||||
* | | minor correction and typo | marijus | 2014-10-20 | 1 | -4/+3 |
|/ | |||||
* | not quite there yet but getting closer | marijus | 2014-10-20 | 1 | -79/+81 |
| | |||||
* | more work on photos | marijus | 2014-10-20 | 1 | -34/+41 |
| | |||||
* | link tag closed prematurely | friendica | 2014-10-19 | 2 | -3/+3 |
| | |||||
* | merge madness | friendica | 2014-10-19 | 3 | -93/+17 |
| | |||||
* | mark signature forgeries | friendica | 2014-10-16 | 2 | -2/+2 |
| | |||||
* | Merge branch 'master' of https://github.com/pafcu/red | Stefan Parviainen | 2014-10-16 | 4 | -21/+31 |
|\ | |||||
| * | missing event permissions | friendica | 2014-10-15 | 2 | -3/+4 |
| | | |||||
| * | some work on single photo view comments | marijus | 2014-10-15 | 2 | -18/+27 |
| | | |||||
* | | Login menu | Stefan Parviainen | 2014-10-16 | 1 | -7/+8 |
|/ | |||||
* | Merge branch 'master' of https://github.com/friendica/red | marijus | 2014-10-13 | 1 | -2/+2 |
|\ | |||||
| * | bring back PM upload functionality and why oh why are we still loading tinymce? | friendica | 2014-10-13 | 1 | -2/+2 |
| | | |||||
* | | really fix connedit > collection > checkbox | marijus | 2014-10-13 | 1 | -7/+3 |
|/ | |||||
* | fix connedit > collection > checkbox position | marijus | 2014-10-12 | 1 | -6/+8 |
| | |||||
* | Show tag in siteinfo. Not useful for us, quite useful for admins. | Thomas Willingham | 2014-10-11 | 1 | -0/+3 |
| | |||||
* | Also that doesn't work anymore - prettyPhoto relic | Thomas Willingham | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | Give Redbasic the -styled back | Thomas Willingham | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/red | Thomas Willingham | 2014-10-11 | 1 | -1/+2 |
|\ | |||||
| * | +1 | Jeroen | 2014-10-11 | 1 | -1/+2 |
| | | |||||
* | | Unbreak webpages | Thomas Willingham | 2014-10-11 | 1 | -0/+1 |
|/ | |||||
* | and more missing wrappers | marijus | 2014-10-10 | 18 | -20/+28 |
| | |||||
* | found more missing wrappers | marijus | 2014-10-10 | 2 | -2/+3 |
| | |||||
* | This is a fix to not interfere the ongoing adding of ↵ | marijus | 2014-10-10 | 13 | -12/+19 |
| | | | | | | | .generic-content-wrapper with the ongoing styling of redbasic theme. adding of .generic-content-wrapper is needed and useful for derivative themes but it should not contain any styling information for redbasic theme. therefor i added .generic-content-wrapper-styled as a quickfix for spots where redbasic is not finished yet. Sidenote: please avoid opening a div in one *.tpl and close it in another or (even worse) open a div in a *.tpl and close it in an already templatified mod/*.php. This will really make the code and templates very, very confusing. | ||||
* | Added and changed on some places div class generic-content-wrapper. And ↵ | Jeroen | 2014-10-09 | 17 | -22/+33 |
| | | | | added to redbasic. Other thems can now also theme backgrounds of a lot of pages. I'm not completely done, but till now - this is it. | ||||
* | make nav-pills a bit smaller in height | marijus | 2014-10-08 | 1 | -2/+2 |
| | |||||
* | template for searchbox and some more work on saved searches | marijus | 2014-10-08 | 2 | -2/+14 |
| | |||||
* | nav pills for apps aside | marijus | 2014-10-08 | 1 | -1/+1 |
| | |||||
* | css fixes | marijus | 2014-10-08 | 2 | -5/+5 |
| | |||||
* | add "stacked pills" to saved search term list (the delete icon is still a ↵ | friendica | 2014-10-07 | 2 | -4/+4 |
| | | | | bit funky) | ||||
* | porting more widgets to bs nav-pills | marijus | 2014-10-07 | 6 | -46/+53 |
| | |||||
* | take away some boldness, some css fixes and some photo work | marijus | 2014-10-07 | 2 | -26/+24 |
| | |||||
* | datetimepicker data-format now data-date-format | Alexandre Hannud Abdo | 2014-10-07 | 2 | -3/+3 |
| | |||||
* | remove the privacy macros in settings and connedit now that we have privacy ↵ | friendica | 2014-10-03 | 2 | -30/+0 |
| | | | | roles attached to the channel. One can still use the advanced permission dialogues, but they shouldn't have a reason to if they created the channel with a suitable channel type - plus it's just a bunch of extra permissions settings to confuse people. | ||||
* | more work on photos | marijus | 2014-10-02 | 2 | -4/+24 |
| | |||||
* | implement a "powered-by" but leave it turned off until somebody with a good ↵ | friendica | 2014-09-29 | 1 | -0/+3 |
| | | | | eye for layout can figure out where best to put it. | ||||
* | some more work on photos | marijus | 2014-09-28 | 2 | -2/+7 |
| |