Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-01 | Fixes #1414 | John McLear | |
https://github.com/ether/etherpad-lite/issues/1414 | |||
2014-11-01 | take line breaks and treat them appropriatly instead of creating a space for ↵ | John McLear | |
them.. | |||
2014-11-01 | Merge pull request #2116 from jdittrich/updateUnderscore | John McLear | |
Underscore Version: Update package.json | |||
2014-11-01 | Bump resolve | John McLear | |
Update dep fixes https://github.com/ether/etherpad-lite/issues/2050 | |||
2014-10-30 | bump ueberdb again | John McLear | |
2014-10-30 | bump ueber to require working mysql | John McLear | |
2014-10-29 | Fix for MySQL issues | John McLear | |
See https://github.com/Pita/ueberDB/issues/63 | |||
2014-10-27 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-10-24 | chrome browser change wrapping type | John McLear | |
2014-10-23 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-10-20 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-10-14 | Merge pull request #2272 from prtksxna/lang-tests | John McLear | |
Update frontend language tests for new keyboard shortcut convention | |||
2014-10-14 | Update frontend language tests for new keyboard shortcut convention | Prateek Saxena | |
8af34a2295f2ff85cf0b introduced a failing test frontend test- https://travis-ci.org/ether/etherpad-lite/builds/37931978 This commit updates both the German and English strings even though the German locale files haven't been updated yet. The tests will continue to fail but will stop as soon as translatewiki catches up. | |||
2014-10-14 | Merge pull request #2271 from prtksxna/keyboard-error | John McLear | |
Use 'evt.shiftKey' instead of matching 'charCodes' | |||
2014-10-14 | Use 'evt.shiftKey' instead of matching 'charCodes' | Prateek Saxena | |
The shortcut wasn't running consistently and was blocking 'Cmd+L' on Chrome 38. Instead of going to the location bar it would tooggle the list. Strangely, it did not override 'Cmd+N'. Using `evt.shiftKey` instead of matching the `charCode` to the uppercase letter solves the problem. | |||
2014-10-14 | Merge pull request #2270 from prtksxna/tooltip | John McLear | |
Replace "-" with "+" in tooltips with keyboard shortcuts | |||
2014-10-14 | Replace "-" with "+" in tooltips with keyboard shortcuts | Prateek Saxena | |
Ctrl-Shift-L seems counter intuitive as you have to press the keys together. | |||
2014-10-14 | Merge pull request #2269 from prtksxna/fonticons | John McLear | |
Add a subset of FontAwesome icons using Fontello | |||
2014-10-14 | Merge pull request #2264 from prtksxna/a-span-title | John McLear | |
Move `title` attribute of buttons from `<span>` to `<a>` | |||
2014-10-14 | Add a subset of FontAwesome icons using Fontello | Prateek Saxena | |
Most of the code here has been taken from @LaKing's #2554. Only icons required for etherpad have been added. Here is a list of the code points that are being used: 0xe800 0xe801 0xe802 0xe803 0xe804 0xe805 0xe806 0xe807 0xe808 0xe809 0xe80a 0xe80b 0xe80c 0xe80d 0xe80e 0xe80f 0xe810 0xe811 0xe812 0xe813 0xe814 0xe815 0xe816 0xe817 Their related icon names can be seen in: /src/static/css/fontawesome-etherpad.css Even though this patch *adds* all the required icons it only uses them in the in toolbar. The switch to using only FontAwesome icons and the removal of old PNG files will only happen after the timeslider interface has been updated. This is the first step for #2253 | |||
2014-10-12 | Merge pull request #2266 from prtksxna/list-keyboard-shortcuts | John McLear | |
Add keyboard shortcuts for ordered and unordered lists | |||
2014-10-12 | Add keyboard shortcuts for ordered and unordered lists and update tooltips #1987 | Prateek Saxena | |
Ordered List: Ctrl-Shift-N Unordered List: Ctrl-Shift-L | |||
2014-10-11 | Merge pull request #2265 from prtksxna/keyboard-shortcut | John McLear | |
Add 'Ctrl-5' keyboard shortcut for 'strikethrough' #1987 | |||
2014-10-11 | Add 'Ctrl-5' keyboard shortcut for 'strikethrough' #1987 | Prateek Saxena | |
A quick search revealed that 'Ctrl-5' is a popular shortcut for strikethrough. Implemented in 'ace2_inner' and updated the English l10n file for the tooltip. | |||
2014-10-11 | Move `title` attribute of buttons from `<span>` to `<a>` | Prateek Saxena | |
The `.toolbar ul li a` that holds the `span.button` has a padding of `4px 5px`. This means if the mouse is on the edge of the button the `:hover` state is active but the relevant tooltip does not show up. Moving the `title` attribute to the `<a>` itself solves this problem. Also removed some extra whitespace. | |||
2014-10-06 | Merge pull request #2261 from ether/fix-xss-on-useragent | John McLear | |
Fix xss on useragent | |||
2014-10-06 | I prefer this.. | John McLear | |
2014-10-06 | escape useragent before displaying | John McLear | |
2014-10-06 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-10-05 | Merge pull request #2257 from 0ip/fix/user-count | John McLear | |
Fix broken user count | |||
2014-10-05 | Merge pull request #2258 from 0ip/fix/button-select | John McLear | |
Prevent selection on buttons | |||
2014-10-05 | Prevent selection on buttons | 0ip | |
2014-10-05 | Fix user count | 0ip | |
Still dirty, but really works. | |||
2014-10-03 | Merge pull request #2256 from 0ip/develop | John McLear | |
Fix active button UI, when a popup is shown | |||
2014-10-03 | Fix import/export popup margin @ timeslider | 0ip | |
2014-10-03 | Fix active button ui | 0ip | |
2014-09-28 | Merge pull request #2252 from otetard/bugfix/fix_export_filename | John McLear | |
If exportFileName hook isn’t defined don’t return empty filename. | |||
2014-09-28 | If exportFileName hook isn’t defined don’t return empty filename. | Olivier Tétard | |
This commit should fix #2251. If ``exportFileName`` hook is not defined, ``hookFileName`` should be an empty array. Test the length of ``hookFileName`` before overriding ``fileName``, the export filename. | |||
2014-09-27 | Merge pull request #2249 from Gared/support_npm2 | John McLear | |
Add support for npm 2 | |||
2014-09-27 | Add support for npm 2 | Stefan | |
2014-09-23 | Merge pull request #2243 from mrshu/patch-1 | John McLear | |
readme: Add formatting sugar for readibility | |||
2014-09-23 | readme: Add formatting sugar for readibility | Marek Šuppa | |
* Added a bit more formatting for UNIX-like systems dependencies installation. | |||
2014-09-14 | Merge pull request #2232 from ether/master | John McLear | |
Merge branch 'release/1.4.1' | |||
2014-09-14 | Revert change on position of imp/exp overlay | Stefan | |
2014-09-06 | Merge pull request #2220 from Gared/timeslider_improvements | John McLear | |
Timeslider improvements | |||
2014-09-06 | Merge branch 'release/1.4.1' | John McLear | |
2014-09-06 | add changelog and bump v number | John McLear | |
2014-08-23 | Merge pull request #2184 from qknight/patch-1 | John McLear | |
added /abs/path/settings.json handling | |||
2014-08-09 | Fix click on timeslider loads two different revisions | Stefan | |
2014-08-09 | Fix timeslider revision not changing in most cases | Stefan | |