summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-10-24chrome browser change wrapping typeJohn McLear
2014-10-23Localisation updates from https://translatewiki.net.Siebrand Mazeland
2014-10-20Localisation updates from https://translatewiki.net.Siebrand Mazeland
2014-10-14Use '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-14Replace "-" with "+" in tooltips with keyboard shortcutsPrateek Saxena
Ctrl-Shift-L seems counter intuitive as you have to press the keys together.
2014-10-14Merge pull request #2269 from prtksxna/fonticonsJohn McLear
Add a subset of FontAwesome icons using Fontello
2014-10-14Merge pull request #2264 from prtksxna/a-span-titleJohn McLear
Move `title` attribute of buttons from `<span>` to `<a>`
2014-10-14Add a subset of FontAwesome icons using FontelloPrateek 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-12Add keyboard shortcuts for ordered and unordered lists and update tooltips #1987Prateek Saxena
Ordered List: Ctrl-Shift-N Unordered List: Ctrl-Shift-L
2014-10-11Add 'Ctrl-5' keyboard shortcut for 'strikethrough' #1987Prateek 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-11Move `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-06I prefer this..John McLear
2014-10-06escape useragent before displayingJohn McLear
2014-10-06Localisation updates from https://translatewiki.net.Siebrand Mazeland
2014-10-05Merge pull request #2257 from 0ip/fix/user-countJohn McLear
Fix broken user count
2014-10-05Prevent selection on buttons0ip
2014-10-05Fix user count0ip
Still dirty, but really works.
2014-10-03Fix import/export popup margin @ timeslider0ip
2014-10-03Fix active button ui0ip
2014-09-28If 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-06Merge pull request #2220 from Gared/timeslider_improvementsJohn McLear
Timeslider improvements
2014-09-06add changelog and bump v numberJohn McLear
2014-08-23Merge pull request #2184 from qknight/patch-1John McLear
added /abs/path/settings.json handling
2014-08-09Fix click on timeslider loads two different revisionsStefan
2014-08-09Fix timeslider revision not changing in most casesStefan
2014-08-08Added a `userLeave` hook that gets called when a user leaves a padSimon Gaeremynck
2014-08-06Localisation updates from https://translatewiki.net.Siebrand Mazeland
2014-07-24Update Settings.jsJoachim Schiele
added brackets to match etherpad lite devs' coding style
2014-07-08Merge pull request #2174 from ether/fix/copy-pad-update-listsMarcel Klehr
Fix #2136: update cache and group list when copying pads
2014-07-07Fix Pad#copy routine for updating group listMarcel Klehr
2014-07-03Fixes search on plugins without Descriptionkpn3m000
example "tables_ssl"
2014-06-28change to line 73John McLear
2014-06-24gah can only do 1/2 a fixJohn McLear
2014-06-24don't lose commentJohn McLear
2014-06-24CSS fix for pasting plain-text in chrome, needs thorough testingJohn McLear
2014-06-23Localisation updates from https://translatewiki.net.Siebrand Mazeland
2014-06-22added /abs/path/settings.json handlingJoachim 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-17Merge pull request #1787 from goldquest/dev_nopass_whensessionMarcel 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-17Merge pull request #1619 from ether/stricter-transportJohn McLear
Enable HSTS on TLS connections
2014-06-17Localisation updates from https://translatewiki.net.Siebrand Mazeland
2014-06-17Enable HSTS for TLS connectionsMarcel Klehr
Don't use X-Frame-Options: deny for now
2014-06-16Merge pull request #2150 from ether/export-file-name-hookJohn McLear
Server side hook to modify the export file name
2014-06-12pluginfw: accept 'null' as a hook-result, as this is needed by handleMessageluto
2014-06-11Fix #2136: update cache and group list when copying padsMarcel Klehr
2014-06-11Merge pull request #2149 from ether/dont-use-abiword-for-htmlMarcel Klehr
abiword shouldnt be used for HTML native documents
2014-06-11Merge pull request #2161 from ether/bump-ueberMarcel Klehr
bump ueberdb for more performance on mysql
2014-06-01Corrected the API Version number.Stephan Jauernick
2014-06-01Renamed the variable to prevent possible problems.Stephan Jauernick
2014-05-31Enhanced the Example for the API Method getPadID and make the return value ↵Stephan Jauernick
consistent to other functions
2014-05-31Implemented the the new API method getPadID for reversing the Readonly ID. ↵Stephan Jauernick
Based on: https://github.com/disy-mk/etherpad-lite/commit/ff88c19fc12887a49fdb752adb15ee3145f521f0