aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* chatroom suggestionsfriendica2014-02-271-0/+10
|
* properly fix profile edit dropdown menumarijus2014-02-261-3/+3
|
* comanche: provide an option to add a menu class for different theming ↵friendica2014-02-251-1/+1
| | | | choices on some menus (e.g. horizontal, tabbed, etc.)
* provide ability to bookmark chatrooms using rbmarkfriendica2014-02-241-1/+1
|
* Merge pull request #338 from solstag/masterfriendica2014-02-251-2/+2
|\ | | | | Fix typo that broke jquery.divgrow. Sorry I should have tested.
| * Fix typo that broke jquery.divgrow. Sorry I should have tested.Alexandre Hannud Abdo2014-02-251-2/+2
| |
* | remote "add bookmark" - like rpost but saves a bookmark from a remote hub ↵friendica2014-02-241-0/+16
|/ | | | into one of your own bookmark folders (or a new one if desired).
* Translation for jQuery.divgrow strings. Fix mismatch in jQuery.timeago stringsAlexandre Hannud Abdo2014-02-241-11/+13
|
* quickfix for edit profile dropdownmarijus2014-02-211-2/+2
|
* cleanup style.cssmarijus2014-02-211-1/+1
|
* fixes issue #326 initial scale to bigmarijus2014-02-201-1/+1
|
* use a "fullscreen" icon for chanview full screen mode; add channel_menu ↵friendica2014-02-192-1/+20
| | | | selection and setting to the settings page.
* bootstrapify the navmarijus2014-02-192-139/+173
|
* change edit/delete to icons on filestorage pagefriendica2014-02-181-3/+4
|
* edit bookmarksfriendica2014-02-182-2/+6
|
* several things were not working correctly w/r/t community tagging. The ↵friendica2014-02-161-0/+4
| | | | preference vanished from settings at some point, and we also weren't updating the original post timestamp so that the changed taxonomy would propagate correctly as an edit.
* This makes advanced privacy settings adjustable in expert mode only. Also ↵marijus2014-02-132-11/+30
| | | | they are hidden behind a button. This is a design hotfix should probably come up with something better someday...
* make activities optional for profile things, clean up the formsfriendica2014-02-122-0/+9
|
* ui improvements on the manage pagefriendica2014-02-122-4/+5
|
* shamelessly steal, and cut/paste from the settings page to get mod_photos ↵friendica2014-02-111-12/+13
| | | | edit permissions working - and it looks like we still have some other fancybox instances (yet another lightbox) which haven't yet been converted to colorbox and will need to be fixed. Way too many lightboxes.
* add chanview mode to settingsfriendica2014-02-101-0/+1
|
* theming chat a littlemarijus2014-02-091-3/+4
|
* from olivier: use double quotes in js strings, updated FR translationfriendica2014-02-071-24/+24
| | | | from me: provide future ability to have an optional edit link/icon next to menus (such as bookmarks)
* add chatrooms templatefriendica2014-02-051-0/+10
|
* Merge pull request #298 from cvogeley/masterfriendica2014-02-061-2/+13
|\ | | | | Other not so elegant way of detecting touch screen devices