Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | 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 | 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 | 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 | Prevent selection on buttons | 0ip | |
2014-10-05 | Fix user count | 0ip | |
Still dirty, but really works. | |||
2014-10-03 | Fix import/export popup margin @ timeslider | 0ip | |
2014-10-03 | Fix active button ui | 0ip | |
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-06 | Merge pull request #2220 from Gared/timeslider_improvements | John McLear | |
Timeslider improvements | |||
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 | |
2014-08-08 | Added a `userLeave` hook that gets called when a user leaves a pad | Simon Gaeremynck | |
2014-08-06 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-07-24 | Update Settings.js | Joachim Schiele | |
added brackets to match etherpad lite devs' coding style | |||
2014-07-08 | Merge pull request #2174 from ether/fix/copy-pad-update-lists | Marcel Klehr | |
Fix #2136: update cache and group list when copying pads | |||
2014-07-07 | Fix Pad#copy routine for updating group list | Marcel Klehr | |
2014-07-03 | Fixes search on plugins without Description | kpn3m000 | |
example "tables_ssl" | |||
2014-06-28 | change to line 73 | John McLear | |
2014-06-24 | gah can only do 1/2 a fix | John McLear | |
2014-06-24 | don't lose comment | John McLear | |
2014-06-24 | CSS fix for pasting plain-text in chrome, needs thorough testing | John McLear | |
2014-06-23 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-06-22 | added /abs/path/settings.json handling | Joachim Schiele | |
before this path, one could only supply a relative path like: --settings ../relative/path/settings.js now one can also use it with absolute paths like: --settings /abs/path/settings.json | |||
2014-06-17 | Merge pull request #1787 from goldquest/dev_nopass_whensession | Marcel Klehr | |
Grant access for valid session to password protected group pads so, if user has valid session, they don't need the password | |||
2014-06-17 | Merge pull request #1619 from ether/stricter-transport | John McLear | |
Enable HSTS on TLS connections | |||
2014-06-17 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-06-17 | Enable HSTS for TLS connections | Marcel Klehr | |
Don't use X-Frame-Options: deny for now | |||
2014-06-16 | Merge pull request #2150 from ether/export-file-name-hook | John McLear | |
Server side hook to modify the export file name | |||
2014-06-12 | pluginfw: accept 'null' as a hook-result, as this is needed by handleMessage | luto | |
2014-06-11 | Fix #2136: update cache and group list when copying pads | Marcel Klehr | |
2014-06-11 | Merge pull request #2149 from ether/dont-use-abiword-for-html | Marcel Klehr | |
abiword shouldnt be used for HTML native documents | |||
2014-06-11 | Merge pull request #2161 from ether/bump-ueber | Marcel Klehr | |
bump ueberdb for more performance on mysql | |||
2014-06-01 | Corrected the API Version number. | Stephan Jauernick | |
2014-06-01 | Renamed the variable to prevent possible problems. | Stephan Jauernick | |
2014-05-31 | Enhanced the Example for the API Method getPadID and make the return value ↵ | Stephan Jauernick | |
consistent to other functions | |||
2014-05-31 | Implemented the the new API method getPadID for reversing the Readonly ID. ↵ | Stephan Jauernick | |
Based on: https://github.com/disy-mk/etherpad-lite/commit/ff88c19fc12887a49fdb752adb15ee3145f521f0 |