| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 4 | -70/+47 |
* | only display help button in collapsed panel if context help is enabled | Mario Vavti | 2016-04-23 | 1 | -2/+4 |
* | Merge branch 'master' into dev | redmatrix | 2016-04-23 | 2 | -7224/+7467 |
|\ |
|
| * | Update DE translation strings | phellmes | 2016-04-22 | 2 | -7224/+7467 |
* | | make it icon-question-sign for contextual and icon-question for normal help i... | Mario Vavti | 2016-04-22 | 1 | -2/+2 |
* | | No idea how long RSD (Really Simple Discovery) has been broken. I had no idea... | redmatrix | 2016-04-21 | 2 | -0/+16 |
* | | remove obsolete class | Mario Vavti | 2016-04-21 | 1 | -4/+0 |
* | | indicate if we will be displayed contextual help or default help | Mario Vavti | 2016-04-21 | 2 | -3/+7 |
* | | fix help button for collapsed state | Mario Vavti | 2016-04-21 | 3 | -5/+6 |
* | | some fixes for contextual help and disable transition animation for now - it ... | Mario Vavti | 2016-04-21 | 3 | -49/+46 |
* | | Added admin/site setting that toggles context help panel. If disabled, origin... | Andrew Manning | 2016-04-21 | 2 | -47/+49 |
* | | Merge branch 'dev' into toggle-context-help | Andrew Manning | 2016-04-20 | 3 | -8/+14 |
|\ \ |
|
| * | | Merge branch 'master' into dev | redmatrix | 2016-04-20 | 2 | -3/+9 |
| |\| |
|
| | * | some crossbrowser rendering work on the comment box | Mario Vavti | 2016-04-20 | 1 | -1/+3 |
| | * | Use stopImmidiatePropagation() only if we are in a list to not interfere with... | Mario Vavti | 2016-04-20 | 1 | -2/+6 |
| * | | module updates | redmatrix | 2016-04-18 | 1 | -5/+5 |
* | | | Try toggling context help using onclick attribute | Andrew Manning | 2016-04-19 | 2 | -1/+2 |
|/ / |
|
* | | Merge branch 'master' into dev | redmatrix | 2016-04-18 | 4 | -11600/+11628 |
|\| |
|
| * | Spanish and Dutch strings update | jeroenpraat | 2016-04-17 | 4 | -11600/+11628 |
* | | Making sure the great new context help works with all thmes and schema's (3rd... | jeroenpraat | 2016-04-18 | 6 | -6/+62 |
* | | New help panel that slides in from the top and pushes the content down so it ... | Andrew Manning | 2016-04-17 | 3 | -205/+254 |
|/ |
|
* | nav: move js and css out of template, provide a help button in the panel on s... | Mario Vavti | 2016-04-15 | 3 | -233/+222 |
* | Merge branch 'master' of https://github.com/redmatrix/hubzilla | Mario Vavti | 2016-04-15 | 2 | -3091/+3147 |
|\ |
|
| * | Resolved conflict in view/it/hstrings.php | Paolo Tacconi | 2016-04-15 | 195 | -77438/+81476 |
| |\ |
|
| * | | Updated Italian strings | Paolo Tacconi | 2016-04-15 | 2 | -3091/+3147 |
* | | | fix some slight crossbrowser rendering issues with jot | Mario Vavti | 2016-04-15 | 3 | -16/+16 |
| |/
|/| |
|
* | | refactor the js detection into a checkjs class which is only enabled on deman... | redmatrix | 2016-04-13 | 1 | -12/+1 |
* | | reverse the logic of the jsenabled setting so that sessions without js are pe... | redmatrix | 2016-04-12 | 1 | -0/+1 |
* | | improve bbco autocomplete to not execute listNewLineAutocomplete() many times... | Mario Vavti | 2016-04-12 | 1 | -2/+3 |
* | | remove obsolete jotVideoURL() and jotAudioURL() | redmatrix | 2016-04-11 | 1 | -14/+0 |
* | | Merge branch 'master' into dev | redmatrix | 2016-04-11 | 4 | -3496/+3550 |
|\ \ |
|
| * | | Update Dutch and Spanish | jeroenpraat | 2016-04-10 | 4 | -3496/+3550 |
* | | | localise the opensearch link | redmatrix | 2016-04-10 | 1 | -1/+1 |
* | | | issue #331 use timeago.js for reshared publish date instead of relative_date(... | redmatrix | 2016-04-10 | 1 | -0/+7 |
* | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-04-10 | 9 | -4/+26 |
|\ \ \ |
|
| * | | | some work on comanche autocomplete | Mario Vavti | 2016-04-09 | 4 | -2/+18 |
| * | | | enable bbcode autocomplete for other places | Mario Vavti | 2016-04-09 | 5 | -2/+8 |
* | | | | log if the session handler fails and surface the ssl_cookie config setting | redmatrix | 2016-04-08 | 1 | -0/+1 |
|/ / / |
|
* | | | translate the most common bbcodes to their *real name*. finally we should pro... | Mario Vavti | 2016-04-07 | 2 | -1/+19 |
* | | | some more autocompletion for bbcode tables - leave it open if we wanna use th... | Mario Vavti | 2016-04-07 | 1 | -0/+3 |
* | | | move li back in the list since it will be used far less than list | Mario Vavti | 2016-04-07 | 1 | -1/+1 |
* | | | automate bbcode list creation even further | Mario Vavti | 2016-04-07 | 1 | -0/+57 |
* | | | adjust the regex to also work with asteriks and use the simpler syntax for lists | Mario Vavti | 2016-04-06 | 1 | -6/+7 |
* | | | Improve (un)ordered list autocompletion for list construction | Andrew Manning | 2016-04-05 | 1 | -1/+5 |
* | | | fix contextual help | Mario Vavti | 2016-04-05 | 1 | -1/+1 |
* | | | use min version of justifiedGallery | Mario Vavti | 2016-04-05 | 1 | -1/+1 |
* | | | expand list of bbcode in autocomplete | Mario Vavti | 2016-04-05 | 1 | -3/+6 |
* | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2016-04-05 | 1 | -2/+48 |
|\ \ \ |
|
| * \ \ | Merge pull request #338 from anaqreon/contextual-help | redmatrix | 2016-04-05 | 1 | -2/+48 |
| |\ \ \ |
|