Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-28 | FIX-2864: Add useAbiword flag | Jainendra Mandavi | |
This is a fix for the issue - 2864 Which is import failure of PDF after importing a text file | |||
2017-07-27 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-07-26 | Fix AbiWord wikilink and capitalization (#3227) | Matic Potočnik | |
2017-07-12 | Added support for the Montserrat Font as discussed in #3201 (#3205) | Jan Holub | |
* Added support for the Montserrat Font as discussed in #3201 I chose a thin version of the Font (namely Montserrat Light) as the regular font and Montserrat Regular as the bold version. The thin fonts just look better in my opinion. | |||
2017-07-12 | Merge pull request #3206 from 00SteinsGate00/RobotoMono | Luiza Pagliari | |
Added RobotoMono as a more modern and pretty monospaced font | |||
2017-07-12 | Merge pull request #3214 from patrickeasters/add_credentials_arg | Luiza Pagliari | |
Add credentials arg to CLI module | |||
2017-07-10 | fix typo | Mikołaj Biel | |
2017-07-06 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-07-05 | Fetch credentials arg from CLI | Patrick Easters | |
2017-07-04 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-07-03 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-06-26 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-06-21 | Added RobotoMono as a more modern and pretty monospaced font, addressing #3201 | Jan Holub | |
I added RobotoMono-Regular and RobotoMono-Bold as TrueTypeFont files and included them into the list. I tred to stay in alphabetical order where possible. The author of #3201 was asking for a more modern monospaced font. | |||
2017-06-19 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-06-15 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-06-05 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-06-01 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
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-29 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-05-21 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-05-20 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-05-18 | [feat] New server-side hook: padCopy | Luiza Pagliari | |
Let plugins know when a pad is copied. | |||
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-11 | [fix] Fix shortcut enabling flag for 'ESC' | Luiza Pagliari | |
This is an adjustment to #2891. | |||
2017-05-11 | Do not use cookie for pad shortcuts | Luiza Pagliari | |
Users still cannot choose which shortcuts they want to enable/disable, so it does not make sense (yet) to have a cookie with that preference. This can be reverted once we create an UI to change shortcuts, but PLEASE PLEASE PLEASE do not read the cookie every time handleKeyEvent is called!!! This is an adjustment to #2891. | |||
2017-05-11 | Merge pull request #2891 from bhldev/padShortcutDisable | Luiza Pagliari | |
Added pad shortcut disabling feature to settings.json | |||
2017-05-11 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-05-05 | Pad_cookie.js to have isCookiesEnabled() cause wasNoCookie() is also true ↵ | Mikk Andresen | |
when User visits first time. | |||
2017-05-05 | Use padcookie instead of raw prefs cookie reading | Mikk Andresen | |
2017-05-05 | Fix regexp | Mikk Andresen | |
2017-05-05 | Use different cookie name for different protocols - ↵ | Mikk Andresen | |
https://github.com/ether/etherpad-lite/issues/3179 | |||
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-04 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
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-05-02 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-04-27 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-04-24 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-04-20 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-04-18 | Merge pull request #3161 from ether/feature/automatic_force_reconnect | Luiza Pagliari | |
Feature: automatic force reconnect | |||
2017-04-15 | Butt On -> button | Adam Niederer | |
2017-04-06 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-04-05 | [feature] Only automatically reconnect if can establish connection to server | Luiza Pagliari | |
Avoid trying to reload pad when network is not available. | |||
2017-04-04 | [feature] i18n for automatic reconnection messages/buttons | Luiza Pagliari | |
2017-04-04 | [feature] Create option to automatically reconnect after a few seconds | Luiza Pagliari | |
On some erros that display a modal with "Force reconnect" button, allow Etherpad to automatically reload pad after a few seconds. Amount of seconds is defined on settings.json. Still need to create tests for this feature, and implement i18n. | |||
2017-04-03 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-03-30 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-03-20 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-03-13 | Localisation updates from https://translatewiki.net. | translatewiki.net | |