aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* pass the original element title through the element stack so that it we ↵friendica2014-04-071-0/+4
| | | | don't lose it in the ajaxuploader.
* subdue archived connections in mod/connectionsfriendica2014-04-061-1/+1
|
* more work on #395friendica2014-04-062-1/+10
|
* jot and location style fixesmarijus2014-04-061-3/+3
|
* Hope I have repaired the channel admin page.sasiflo2014-04-061-13/+13
| | | | | | | | | | Channel blocking and deleting was copied from user actions. This was not done to an end. Hope what I do is enough to enable channel blocking and deleting the correct way. On deletion all entities that belong to the channel are deleted. But the channel itself is just marked as deleted. Do not really understand why it is done this way.
* provide the ability for rpost to post as another of your channels. This does ↵friendica2014-04-052-1/+12
| | | | not yet work, so the functionality has not been enabled.
* some work on jot, remove some deprecated js and some random style fixesmarijus2014-04-032-79/+78
|
* snakebite: bring back some of the legacy XML discovery interfaces, update as ↵friendica2014-04-022-20/+2
| | | | required.
* save notes every ten seconds while focused, then save them once more on focusoutfriendica2014-04-011-1/+16
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-03-301-1/+1
|\
| * Default discover to on.Thomas Willingham2014-03-301-1/+1
| |
* | notes widget: jquery.live is deprecated, replacing with jquery.on and ↵friendica2014-03-301-1/+1
|/ | | | binding to focusout, as the input and paste callbacks are a bit wasteful - they are presumably called on every character typed, yet some of these events have gone missing (probably due to having a lot of network calls in quick succession) so hopefully a single save of the workspace on focusout should be more reliable.
* Let the site admin choose whether to display the Discover tab.Alexandre Hannud Abdo2014-03-301-0/+1
|
* firehose testing (network?f=&fh=1) - some possible security bugs so testing ↵friendica2014-03-261-0/+2
| | | | purposes only
* add admin/channelsfriendica2014-03-262-0/+51
|
* improve scannability of content with per-item bottom border, but lighten the ↵friendica2014-03-251-1/+2
| | | | per-item borders considerably so it isn't in your face. This is an experiment based on sound principles, but I'm not a UI expert. If this uglifies it too much - please revert.
* fix lock permissions view and autoload not kicking in on touch devices under ↵marijus2014-03-253-5/+3
| | | | certain conditions
* provide 'style' option to archive widget to choose between 'select' and ↵friendica2014-03-231-1/+9
| | | | 'list' format
* Add color picker to theme settingsChristian Vogeley2014-03-231-0/+6
|
* add expire setting, take out unknown mailers and max friend requests per day ↵friendica2014-03-191-2/+2
| | | | which aren't implemented
* bootstrapify common tabs and make show aside/tabs buttons only appear if ↵marijus2014-03-192-5/+10
| | | | there is something to show
* Merge https://github.com/friendica/red into zpullfriendica2014-03-131-1/+1
|\
| * Merge branch 'master' of https://github.com/friendica/redmarijus2014-03-131-0/+3
| |\
| * | move region_1 to off instead of removing it and dont squelch region_2 when ↵marijus2014-03-131-1/+1
| | | | | | | | | | | | region_1 moves in again
* | | remove allowed friend domains and allowed email domains from admin settings ↵friendica2014-03-131-2/+0
| |/ |/| | | | | - as they are not implemented
* | Stick help in a templateThomas Willingham2014-03-121-0/+3
|/
* get rid of fancybox for photos upload, not just photo editfriendica2014-03-111-1/+1
|
* fix lock positionmarijus2014-03-101-6/+2
|
* fixes locations with a linkmarijus2014-03-101-1/+1
|
* this commit is an attempt to make conv items better scalable on smaller ↵marijus2014-03-102-5/+6
| | | | screens. also save some horizontal space.
* update cacert.pem , don't hide url link for rmagicfriendica2014-03-091-1/+1
|
* collapse the advanced directory search so that folks who think they're ↵friendica2014-03-081-1/+5
| | | | advanced but really aren't don't whinge about it.
* advanced search front-endfriendica2014-03-081-0/+4
|
* notify when permissions change and haven't been saved.friendica2014-03-072-0/+2
|
* might be needed by not local users aswellmarijus2014-03-071-2/+0
|
* remove aside on navbar collapse and add button to toggle visibilitymarijus2014-03-071-0/+5
|
* Merge https://github.com/friendica/red into zpullfriendica2014-03-051-6/+6
|\
| * improve navbar collapsed state a littlemarijus2014-03-051-6/+6
| |
* | add new templatefriendica2014-03-051-0/+18
|/
* move language selector to a modulefriendica2014-03-052-3/+3
|
* add Comanche help link to pdleditfriendica2014-03-041-0/+7
|
* add pdl editor to settings/displayfriendica2014-03-041-0/+4
|
* add system PDL editor (lets you change/personalise the layout for any module ↵friendica2014-03-041-0/+14
| | | | which has a system PDL file.)
* layout export to filefriendica2014-03-031-0/+19
|
* revert the temporary fix for the missing hdr.tpl and add the ability to ↵friendica2014-03-031-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 zpullfriendica2014-03-031-0/+3
|\
| * Partially revert 895c9411d93Thomas Willingham2014-03-031-0/+3
| | | | | | | | | | Not entirely sure why the lines in question were removed, but this is required as a quick fix for broken notifications.
* | missing filefriendica2014-03-031-0/+8
|/
* add choklet template with several defined flavours, two and three column ↵friendica2014-03-021-12/+0
| | | | fluid layouts with optional side margins and a region for a blog-style header photo
* add hover effect to usermenu caretmarijus2014-02-281-1/+1
|