aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* update icon names in view/Treer2016-05-0181-342/+342
|
* update icon names in include/Treer2016-05-011-1/+1
|
* get rid of the unused ispublic variableMario Vavti2016-04-292-12/+1
|
* some work on making mod editpost use status_editor() - if you find anything ↵Mario Vavti2016-04-291-5/+5
| | | | related to jot broken please revert this commit
* This setting isn't implemented so remove the UI until it is.redmatrix2016-04-281-3/+0
|
* provide help button in context help popupMario Vavti2016-04-281-5/+4
|
* some refinements on jotMario Vavti2016-04-271-13/+20
|
* hopefully fix jot dropdown visibility issueMario Vavti2016-04-261-3/+5
|
* make it more obvious what is behind the dropdownsMario Vavti2016-04-253-14/+14
|
* make the link to /help in dropdown conditional to the use of context helpMario Vavti2016-04-231-1/+1
|
* pull-right is not needed hereMario Vavti2016-04-231-1/+1
|
* simplify context help js and move it to main.js where all the nav related js ↵Mario Vavti2016-04-232-54/+9
| | | | resides, do not close the context help if we click outside of it - members might want to work on something while help is open, move the link to /help to dropdown-menu.
* only display help button in collapsed panel if context help is enabledMario Vavti2016-04-231-2/+4
|
* make it icon-question-sign for contextual and icon-question for normal help ↵Mario Vavti2016-04-221-2/+2
| | | | instead of adding a caret-down
* No idea how long RSD (Really Simple Discovery) has been broken. I had no ↵redmatrix2016-04-212-0/+16
| | | | idea it was even here.
* indicate if we will be displayed contextual help or default helpMario Vavti2016-04-211-2/+2
|
* fix help button for collapsed stateMario Vavti2016-04-212-4/+4
|
* some fixes for contextual help and disable transition animation for now - it ↵Mario Vavti2016-04-212-14/+18
| | | | looked really wired because main moved with a different speed than help-content and help-content can not be displayed under the panel as it is implemented now.
* Added admin/site setting that toggles context help panel. If disabled, ↵Andrew Manning2016-04-211-0/+49
| | | | original help menu button behavior is restored.
* Try toggling context help using onclick attributeAndrew Manning2016-04-192-1/+2
|
* New help panel that slides in from the top and pushes the content down so it ↵Andrew Manning2016-04-171-180/+187
| | | | is not covered. Panel toggles with help button. Still some bugs with small screen viewing.
* nav: move js and css out of template, provide a help button in the panel on ↵Mario Vavti2016-04-151-228/+180
| | | | small screens and lots of whitespace cleanup
* fix some slight crossbrowser rendering issues with jotMario Vavti2016-04-151-1/+1
|
* refactor the js detection into a checkjs class which is only enabled on ↵redmatrix2016-04-131-12/+1
| | | | demand (currently only the channel and display pages). Will probably require a bit more work to hide/disable the cover photo when js is disabled. Have not actually tested without js to discover any other potential page issues. Have only confirmed that the detection class works and redirects to set a jsdisabled cookie and reload the page with that cookie+variable set if called from the channel page.
* reverse the logic of the jsenabled setting so that sessions without js are ↵redmatrix2016-04-121-0/+1
| | | | performance penalised instead of regular sessions.
* remove obsolete jotVideoURL() and jotAudioURL()redmatrix2016-04-111-14/+0
|
* localise the opensearch linkredmatrix2016-04-101-1/+1
|
* some work on comanche autocompleteMario Vavti2016-04-093-1/+10
|
* Merge pull request #338 from anaqreon/contextual-helpredmatrix2016-04-051-2/+48
|\ | | | | Contextual help
| * Merge branch 'master' of https://github.com/redmatrix/hubzilla into ↵Andrew Manning2016-04-0312-150/+282
| |\ | | | | | | | | | contextual-help
| * | Added help for post permissionsAndrew Manning2016-03-261-1/+2
| | |
| * | Merge branch 'master' of https://github.com/redmatrix/hubzilla into ↵Andrew Manning2016-03-236-75/+86
| |\ \ | | | | | | | | | | | | contextual-help
| * | | Override navbar help button to open contextual help panel. Contextual help ↵Andrew Manning2016-03-211-2/+47
| | | | | | | | | | | | | | | | for mail written.
* | | | Merge branch 'master' into devMario Vavti2016-04-041-0/+1
|\ \ \ \
| * | | | a simple autocomplete for bbcode or comanche - partly implementedMario Vavti2016-04-041-0/+1
| | | | |
* | | | | Merge branch 'master' into devMario Vavti2016-04-041-1/+1
|\| | | |
| * | | | do not use dropdown class if there is nothing to dropdownMario Vavti2016-04-041-1/+1
| | | | |
* | | | | Merge branch 'master' into devMario Vavti2016-04-042-5/+9
|\| | | |
| * | | | whitespaceMario Vavti2016-04-041-2/+0
| | | | |
| * | | | whitespaceMario Vavti2016-04-041-1/+0
| | | | |
| * | | | fullscreen mode for photo albums viewMario Vavti2016-04-042-3/+10
| | |_|/ | |/| |
* / | | Bug: "remember me" doesn'tredmatrix2016-04-031-1/+1
|/ / /
* | | various fixesMario Vavti2016-04-031-10/+3
| | |
* | | reduce chat-item-title fontsize to match wall-item-agoMario Vavti2016-04-031-2/+2
| | |
* | | fullscreen mode for eventsMario Vavti2016-04-032-0/+4
| | |
* | | show chat expiration time in overview and minor fixesMario Vavti2016-04-032-8/+10
| | |
* | | ease transition between fullscreen and inline view for small screensMario Vavti2016-04-031-2/+1
| | |
* | | on update only jump to bottom if we actually got a new messageMario Vavti2016-04-011-4/+3
| | |
* | | scroll chat to bottom on fullscreen toggleMario Vavti2016-04-011-0/+2
| | |
* | | improve scroll to bottom in chatMario Vavti2016-04-011-1/+1
| | |