Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-05-01 | 2 | -2/+8 |
|\ | |||||
| * | fix mime-type icons in /cloud | Mario Vavti | 2016-05-01 | 1 | -1/+1 |
| | | |||||
| * | make weblink and attach button hideable and some minor fixes | Mario Vavti | 2016-05-01 | 1 | -1/+7 |
| | | |||||
* | | some much needed work on oembed security | redmatrix | 2016-05-01 | 2 | -0/+20 |
|/ | |||||
* | Merge pull request #362 from Treer/fontawesome | redmatrix | 2016-05-01 | 82 | -343/+343 |
|\ | | | | | Update Font-Awesome to 4.6.1 | ||||
| * | update icon names in view/ | Treer | 2016-05-01 | 81 | -342/+342 |
| | | |||||
| * | update icon names in include/ | Treer | 2016-05-01 | 1 | -1/+1 |
| | | |||||
* | | css fix | Mario Vavti | 2016-04-30 | 1 | -1/+1 |
|/ | |||||
* | get rid of the unused ispublic variable | Mario Vavti | 2016-04-29 | 2 | -12/+1 |
| | |||||
* | some work on making mod editpost use status_editor() - if you find anything ↵ | Mario Vavti | 2016-04-29 | 1 | -5/+5 |
| | | | | related to jot broken please revert this commit | ||||
* | This setting isn't implemented so remove the UI until it is. | redmatrix | 2016-04-28 | 1 | -3/+0 |
| | |||||
* | provide help button in context help popup | Mario Vavti | 2016-04-28 | 1 | -5/+4 |
| | |||||
* | some refinements on jot | Mario Vavti | 2016-04-27 | 1 | -13/+20 |
| | |||||
* | hopefully fix jot dropdown visibility issue | Mario Vavti | 2016-04-26 | 1 | -3/+5 |
| | |||||
* | make it more obvious what is behind the dropdowns | Mario Vavti | 2016-04-25 | 3 | -14/+14 |
| | |||||
* | make the link to /help in dropdown conditional to the use of context help | Mario Vavti | 2016-04-23 | 1 | -1/+1 |
| | |||||
* | pull-right is not needed here | Mario Vavti | 2016-04-23 | 1 | -1/+1 |
| | |||||
* | simplify context help js and move it to main.js where all the nav related js ↵ | Mario Vavti | 2016-04-23 | 2 | -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 enabled | Mario Vavti | 2016-04-23 | 1 | -2/+4 |
| | |||||
* | make it icon-question-sign for contextual and icon-question for normal help ↵ | Mario Vavti | 2016-04-22 | 1 | -2/+2 |
| | | | | instead of adding a caret-down | ||||
* | No idea how long RSD (Really Simple Discovery) has been broken. I had no ↵ | redmatrix | 2016-04-21 | 2 | -0/+16 |
| | | | | idea it was even here. | ||||
* | indicate if we will be displayed contextual help or default help | Mario Vavti | 2016-04-21 | 1 | -2/+2 |
| | |||||
* | fix help button for collapsed state | Mario Vavti | 2016-04-21 | 2 | -4/+4 |
| | |||||
* | some fixes for contextual help and disable transition animation for now - it ↵ | Mario Vavti | 2016-04-21 | 2 | -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 Manning | 2016-04-21 | 1 | -0/+49 |
| | | | | original help menu button behavior is restored. | ||||
* | Try toggling context help using onclick attribute | Andrew Manning | 2016-04-19 | 2 | -1/+2 |
| | |||||
* | New help panel that slides in from the top and pushes the content down so it ↵ | Andrew Manning | 2016-04-17 | 1 | -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 Vavti | 2016-04-15 | 1 | -228/+180 |
| | | | | small screens and lots of whitespace cleanup | ||||
* | fix some slight crossbrowser rendering issues with jot | Mario Vavti | 2016-04-15 | 1 | -1/+1 |
| | |||||
* | refactor the js detection into a checkjs class which is only enabled on ↵ | redmatrix | 2016-04-13 | 1 | -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 ↵ | redmatrix | 2016-04-12 | 1 | -0/+1 |
| | | | | performance penalised instead of regular sessions. | ||||
* | remove obsolete jotVideoURL() and jotAudioURL() | redmatrix | 2016-04-11 | 1 | -14/+0 |
| | |||||
* | localise the opensearch link | redmatrix | 2016-04-10 | 1 | -1/+1 |
| | |||||
* | some work on comanche autocomplete | Mario Vavti | 2016-04-09 | 3 | -1/+10 |
| | |||||
* | Merge pull request #338 from anaqreon/contextual-help | redmatrix | 2016-04-05 | 1 | -2/+48 |
|\ | | | | | Contextual help | ||||
| * | Merge branch 'master' of https://github.com/redmatrix/hubzilla into ↵ | Andrew Manning | 2016-04-03 | 12 | -150/+282 |
| |\ | | | | | | | | | | contextual-help | ||||
| * | | Added help for post permissions | Andrew Manning | 2016-03-26 | 1 | -1/+2 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/redmatrix/hubzilla into ↵ | Andrew Manning | 2016-03-23 | 6 | -75/+86 |
| |\ \ | | | | | | | | | | | | | contextual-help | ||||
| * | | | Override navbar help button to open contextual help panel. Contextual help ↵ | Andrew Manning | 2016-03-21 | 1 | -2/+47 |
| | | | | | | | | | | | | | | | | for mail written. | ||||
* | | | | Merge branch 'master' into dev | Mario Vavti | 2016-04-04 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | a simple autocomplete for bbcode or comanche - partly implemented | Mario Vavti | 2016-04-04 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge branch 'master' into dev | Mario Vavti | 2016-04-04 | 1 | -1/+1 |
|\| | | | | |||||
| * | | | | do not use dropdown class if there is nothing to dropdown | Mario Vavti | 2016-04-04 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'master' into dev | Mario Vavti | 2016-04-04 | 2 | -5/+9 |
|\| | | | | |||||
| * | | | | whitespace | Mario Vavti | 2016-04-04 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | whitespace | Mario Vavti | 2016-04-04 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | fullscreen mode for photo albums view | Mario Vavti | 2016-04-04 | 2 | -3/+10 |
| | |_|/ | |/| | | |||||
* / | | | Bug: "remember me" doesn't | redmatrix | 2016-04-03 | 1 | -1/+1 |
|/ / / | |||||
* | | | various fixes | Mario Vavti | 2016-04-03 | 1 | -10/+3 |
| | | | |||||
* | | | reduce chat-item-title fontsize to match wall-item-ago | Mario Vavti | 2016-04-03 | 1 | -2/+2 |
| | | |