aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-234-70/+47
| | | | 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
|
* Merge branch 'master' into devredmatrix2016-04-232-7224/+7467
|\
| * Update DE translation stringsphellmes2016-04-222-7224/+7467
| |
* | 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.
* | remove obsolete classMario Vavti2016-04-211-4/+0
| |
* | indicate if we will be displayed contextual help or default helpMario Vavti2016-04-212-3/+7
| |
* | fix help button for collapsed stateMario Vavti2016-04-213-5/+6
| |
* | some fixes for contextual help and disable transition animation for now - it ↵Mario Vavti2016-04-213-49/+46
| | | | | | | | 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-212-47/+49
| | | | | | | | original help menu button behavior is restored.
* | Merge branch 'dev' into toggle-context-helpAndrew Manning2016-04-203-8/+14
|\ \
| * | Merge branch 'master' into devredmatrix2016-04-202-3/+9
| |\|
| | * some crossbrowser rendering work on the comment boxMario Vavti2016-04-201-1/+3
| | |
| | * Use stopImmidiatePropagation() only if we are in a list to not interfere ↵Mario Vavti2016-04-201-2/+6
| | | | | | | | | | | | with other keypress listeners (e.g. chat).
| * | module updatesredmatrix2016-04-181-5/+5
| | |
* | | Try toggling context help using onclick attributeAndrew Manning2016-04-192-1/+2
|/ /
* | Merge branch 'master' into devredmatrix2016-04-184-11600/+11628
|\|
| * Spanish and Dutch strings updatejeroenpraat2016-04-174-11600/+11628
| |
* | Making sure the great new context help works with all thmes and schema's ↵jeroenpraat2016-04-186-6/+62
| | | | | | | | (3rd party themes: maybe abit of tweaking is still needed). Also fixing some minor cosmetic things.
* | New help panel that slides in from the top and pushes the content down so it ↵Andrew Manning2016-04-173-205/+254
|/ | | | 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-153-233/+222
| | | | small screens and lots of whitespace cleanup
* Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-04-152-3091/+3147
|\
| * Resolved conflict in view/it/hstrings.phpPaolo Tacconi2016-04-15195-77438/+81476
| |\
| * | Updated Italian stringsPaolo Tacconi2016-04-152-3091/+3147
| | |
* | | fix some slight crossbrowser rendering issues with jotMario Vavti2016-04-153-16/+16
| |/ |/|
* | 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.
* | improve bbco autocomplete to not execute listNewLineAutocomplete() many ↵Mario Vavti2016-04-121-2/+3
| | | | | | | | times after many ajax page reloads
* | remove obsolete jotVideoURL() and jotAudioURL()redmatrix2016-04-111-14/+0
| |
* | Merge branch 'master' into devredmatrix2016-04-114-3496/+3550
|\ \
| * | Update Dutch and Spanishjeroenpraat2016-04-104-3496/+3550
| | |
* | | localise the opensearch linkredmatrix2016-04-101-1/+1
| | |
* | | issue #331 use timeago.js for reshared publish date instead of ↵redmatrix2016-04-101-0/+7
| | | | | | | | | | | | relative_date() which does not play well with other networks.
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-109-4/+26
|\ \ \
| * | | some work on comanche autocompleteMario Vavti2016-04-094-2/+18
| | | |
| * | | enable bbcode autocomplete for other placesMario Vavti2016-04-095-2/+8
| | | |
* | | | log if the session handler fails and surface the ssl_cookie config settingredmatrix2016-04-081-0/+1
|/ / /
* | | translate the most common bbcodes to their *real name*. finally we should ↵Mario Vavti2016-04-072-1/+19
| | | | | | | | | | | | probably use an array for each bbcode containing the bbcode the real name and possibly a template for use as a peview in the dropdown
* | | some more autocompletion for bbcode tables - leave it open if we wanna use ↵Mario Vavti2016-04-071-0/+3
| | | | | | | | | | | | th or td though
* | | move li back in the list since it will be used far less than listMario Vavti2016-04-071-1/+1
| | |
* | | automate bbcode list creation even furtherMario Vavti2016-04-071-0/+57
| | |
* | | adjust the regex to also work with asteriks and use the simpler syntax for listsMario Vavti2016-04-061-6/+7
| | |
* | | Improve (un)ordered list autocompletion for list constructionAndrew Manning2016-04-051-1/+5
| | |
* | | fix contextual helpMario Vavti2016-04-051-1/+1
| | |
* | | use min version of justifiedGalleryMario Vavti2016-04-051-1/+1
| | |
* | | expand list of bbcode in autocompleteMario Vavti2016-04-051-3/+6
| | |
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-04-051-2/+48
|\ \ \