Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-04 | Select formatting button on selection (#3301) | Joas Souza | |
[feat] Select button when selection is on formatted text | |||
2018-01-03 | Add settings to scroll on edition out of viewport (#3282) | Joas Souza | |
* Add scroll when it edits a line out of viewport By default, when there is an edition of a line, which is out of the viewport, Etherpad scrolls the minimum necessary to make this line visible. This makes that the line stays either on the top or the bottom of the viewport. With this commit, we add a setting to make possible to scroll to a position x% pixels from the viewport. Besides of that, we add a setting to make an animation of this scroll. If nothing is changed on settings.json the Etherpad default behavior is kept | |||
2017-05-29 | Merge pull request #3182 from storytouch/fix/do_not_hide_force_reconnect_modal | Luiza Pagliari | |
Improvements on modals and "force reconnect" messages | |||
2017-05-12 | [fix] Do not close ANY "force reconnect" message | Luiza Pagliari | |
Fix previous commit. As "force reconnect" buttons have all the same id on DOM, on the previous commit we were only disallowing the first button with that id on DOM -- "userdup" -- to be closed by a click on editor. Casually the tests were using the same error to simulate a "force reconnect", so even the tests were not getting the issue. | |||
2017-05-11 | [fix] Have one setting for each shortcut to create ordered list | Luiza Pagliari | |
This is an adjustment to #2891. | |||
2017-05-04 | [fix] Do not close "force reconnect" messages | Luiza Pagliari | |
If a "force reconnect" message is displayed to the user, it means the only way to go back to a healthy state is to reload the pad. So we cannot hide this kind of message, like what is done with other modals (eg: "settings"). | |||
2017-05-04 | [fix] Close modals when user clicks both on pad inner and outer | Luiza Pagliari | |
Also: split tests for automatic reconnection and regular modal tests. | |||
2017-05-03 | [fix] Block user from changing pad after he/she is disconnected | Luiza Pagliari | |
Use same approach of when channel state is chaged to "DISCONNECTED". | |||
2017-04-18 | Merge pull request #3161 from ether/feature/automatic_force_reconnect | Luiza Pagliari | |
Feature: automatic force reconnect | |||
2017-04-06 | [fix] Fix path on test script | Luiza Pagliari | |
2017-04-06 | [fix] Use new SauceConnect provided by Sauce Labs | Luiza Pagliari | |
Could not dowload "Sauce-Connect-latest.zip" anymore, need to change to new version of SauceConnect. | |||
2017-04-04 | [test] Create tests for automatic reconnection on error | Luiza Pagliari | |
2017-02-20 | [fix] Remove extra whitespace on helper tests for IE | Luiza Pagliari | |
2017-02-20 | [refactor] Use better way to select a single line | Luiza Pagliari | |
2017-02-20 | [test] Fix helper tests for IE | Luiza Pagliari | |
2017-02-03 | [fix] Fix drag and drop tests for IE | Luiza Pagliari | |
2016-08-22 | Perform drag and drop in one changeset, so UNDO works properly. Fix #3041 | Luiza Pagliari | |
2016-07-15 | Merge pull request #3009 from storytouch/selectMultipleLinesOnFESpecs | Luiza Pagliari | |
Enable multi-line selection on frontend tests | |||
2016-06-28 | Merge pull request #2970 from xavidotron/url | John McLear | |
Remove [ and ] from the regexp used by the URL filter. | |||
2016-06-27 | Add a frontend test for URLs followed by a ]. | Xavid | |
2016-06-21 | Select beginning of end line when offset is 0 on frontend tests | Luiza Pagliari | |
2016-06-21 | Enable multi-line selection on frontend tests | Luiza Pagliari | |
2016-05-05 | Fix useless comparison in sussonsAndGroups test. | Max Schaefer | |
2016-03-29 | Fix document.domain error in frontend tests | Stefan | |
2016-03-23 | Fix check in backend tests | Stefan | |
2015-10-24 | Fix flaky tests introduced by #2805 | Luiza Pagliari | |
2015-10-22 | Merge pull request #2805 from storytouch/indentationSetting | John McLear | |
Create setting to control if a new line will be indented or not | |||
2015-10-19 | Add an appendText API | Ted Mielczarek | |
2015-10-13 | Create setting to control if a new line will be indented or not | Luiza Pagliari | |
Currently pressing ENTER on a line that ends with ':', '[', '(' or '{' automaticaly indents the new line with 4 spaces. The variable added by this commit to settings.json allow an Etherpad instance to not have this behavior. | |||
2015-07-01 | fix font test | John McLear | |
2015-06-30 | Restore newline-adding to setText() if passed string does not end in '\n'. | Xavid | |
Add a test for the ending-in-'\n' case and update tests for the other case. | |||
2015-06-29 | use settings for backend tests | John McLear | |
2015-06-29 | remove console logs | John McLear | |
2015-05-18 | Added backend tests for TidyHtml | Simon Gaeremynck | |
2015-05-06 | Fix backend tests with new setText() implementation; tests depended | Xavid | |
on the old setText() behavior leaving the last character. | |||
2015-04-12 | change target for IE 9 test | John McLear | |
2015-04-12 | dont test against IE8 any more as we dont care about it | John McLear | |
2015-04-11 | comment out import tests as they fail in IE | John McLear | |
2015-04-11 | Merge pull request #2302 from Gared/create_pad_special_characters | John McLear | |
Add check for special url characters to createPad API function | |||
2015-04-11 | Add test for creating pads with bad characters | Stefan | |
2015-04-11 | disabling import export tests for now as they are reporting false ↵ | John McLear | |
positives... at some point they will need properly fixing | |||
2015-04-11 | fix chrome test | John McLear | |
2015-04-02 | Merge branch 'develop' of github.com:ether/etherpad-lite into ↵ | John McLear | |
editbar-accessibility | |||
2015-04-01 | reintroduce removed api points that were removed by mistake | John McLear | |
2015-04-01 | tests and fix up sloppy code by original author | John McLear | |
2015-03-31 | fix font type test | John McLear | |
2015-03-03 | actually disconnect should NOT be visible... | webzwo0i | |
2015-03-03 | recognize reconnect in clear_authorship_colors test | webzwo0i | |
2015-02-25 | Add backend tests for new API functions | Luc Didry | |
These new functions are: * getSavedRevisionsCount * listSavedRevisions * saveRevision + typo fixing in backend tests | |||
2015-01-21 | fix tests w/ new context | John McLear | |