aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* provide link to help for channel permission roles when creating a channelfriendica2014-12-191-0/+1
|
* essentials for creating a "block-style" list-mode page such as one might ↵friendica2014-12-161-2/+2
| | | | 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 anomoliesfriendica2014-12-161-1/+1
|
* add divmore to directory entriesfriendica2014-12-161-1/+1
|
* build a channel based thread viewing link when in list_mode and when using ↵friendica2014-12-161-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_mergefriendica2014-12-154-4/+13
|\
| * Issue #743Thomas Willingham2014-12-151-0/+9
| |
| * Merge pull request #744 from pafcu/searchhelpThomas Willingham2014-12-153-4/+4
| |\ | | | | | | Add hint on how to use search box
| | * Add hint on how to use search boxStefan Parviainen2014-12-143-4/+4
| | |
* | | wall tagsfriendica2014-12-151-0/+2
|/ /
* | Add extra class to verified item iconStefan Parviainen2014-12-143-3/+3
| |
* | Merge pull request #738 from pafcu/moreidsThomas Willingham2014-12-131-20/+20
|\| | | | | Add some ids to nav elements
| * Add some ids to nav elementsStefan Parviainen2014-12-121-20/+20
| |
* | Issue #739Thomas Willingham2014-12-131-0/+17
| |
* | move profile css to mod_profile and minoor fixesmarijus2014-12-111-2/+2
| |
* | some work on profile page - mostly whitespacemarijus2014-12-101-232/+228
| |
* | adjustment to clear browser location button only if use browser location ↵marijus2014-12-092-2/+2
| | | | | | | | option is set
* | show clear browser location button only if use browser location option is ↵marijus2014-12-092-4/+6
| | | | | | | | set and minor css fixes
* | Group comment editor iconsStefan Parviainen2014-12-081-28/+34
| |
* | Put some spacing between share types and other buttons in jotStefan Parviainen2014-12-081-28/+34
|/
* Merge pull request #724 from pafcu/suggestionsindirThomas Willingham2014-12-082-1/+4
|\ | | | | Show suggestions in directory
| * Suggestions in dir redux. Suggestions are now showed in directory if ↵Stefan Parviainen2014-12-071-0/+1
| | | | | | | | suggest=1 parameter is given to directory.
| * Revert "Revert "Directory shows channel suggestions by default""Stefan Parviainen2014-12-072-1/+3
| | | | | | | | This reverts commit bfde28f28eae1f4b00aac03b2714254d14ab7464.
* | Merge pull request #723 from pafcu/diroptsThomas Willingham2014-12-081-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 Parviainen2014-12-071-6/+7
| |/ | | | | | | oldest first
* / Don't allow affinity of 0 in connedit.Thomas Willingham2014-12-021-1/+1
|/
* Make events export track the current calendar. Turn it and 'new event' into ↵friendica2014-11-242-3/+13
| | | | buttons
* add event export (this month) to event UIfriendica2014-11-241-0/+1
|
* add link to search forums in the directoryfriendica2014-11-231-0/+1
|
* couple of fixes:friendica2014-11-191-1/+1
| | | | | - significantly increase the content availability on the discover channel - fix the button group on the blog/list mode which made the border on a single comment button a bit wonky
* turn the "adult photo flagging" (which prevents a particularly flagged photo ↵friendica2014-11-181-0/+3
| | | | from showing up in your top level albums) into a feature so it doesn't clutter the normal photo edit form. This feature was a quick hack and needs more work; but it could be important to somebody.
* blog mode - turn the comment link into a button and group with the ↵friendica2014-11-181-3/+6
| | | | likes/dislikes
* private mail buttonsfriendica2014-11-182-21/+21
|
* Revert "Directory shows channel suggestions by default"RedMatrix2014-11-192-3/+1
|
* Merge pull request #702 from pafcu/masterRedMatrix2014-11-192-1/+3
|\ | | | | Directory shows channel suggestions by default
| * Directory shows channel suggestions by defaultStefan Parviainen2014-11-182-1/+3
| |
* | undo disabled submit buttons now that ACL is initialised when page loadedfriendica2014-11-186-11/+11
| |
* | allow members to set the per-item "show more" height (separately for network ↵friendica2014-11-171-0/+2
| | | | | | | | and matrix, display and search are system pages and therefore set at 400)
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-11-171-6/+1
|\ \
| * | Merge pull request #695 from pafcu/masterRedMatrix2014-11-181-6/+1
| |\| | | | | | | Switch to a better datetime picker widget
| | * Use new date selector for item expiryStefan Parviainen2014-11-171-6/+1
| | |
* | | add unseen count and way to mark unseen to list mode. Also fix automatic ↵friendica2014-11-171-1/+2
|/ / | | | | | | mark of unseen so as to work with list mode.
* | when in list mode, make the max height half of the normal height before ↵friendica2014-11-161-1/+1
| | | | | | | | 'divgrow' kicks in.
* | blog/list mode display settingsfriendica2014-11-161-0/+2
| |
* | "list mode" (forum and blog mode, no comments or comment boxes displayed on ↵friendica2014-11-161-0/+175
|/ | | | the summary page)
* buttonify some design elements that had not yet been buttonifiedfriendica2014-11-132-7/+7
|
* Merge remote-tracking branch 'upstream/master'Habeas Codice2014-11-1324-268/+324
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: boot.php include/dba/dba_driver.php include/diaspora.php include/follow.php include/session.php include/zot.php mod/photos.php mod/ping.php
| * let's try this without a timeoutfriendica2014-11-131-4/+4
| |
| * make search and advanced search use the same input formmarijus2014-11-121-16/+6
| |
| * cleanupfriendica2014-11-111-1/+1
| |