summaryrefslogtreecommitdiff
path: root/src/templates/pad.html
AgeCommit message (Collapse)Author
2016-11-11Correct the spelling of occured to occurredPaul Carver
The correct spelling is occurred. See http://www.gingersoftware.com/english-online/spelling-book/misspelling/occurred-occured-ocurred or other dictionary search results.
2016-09-30Merge https://github.com/ether/etherpad-lite into patch-3rugk
Conflicts: src/templates/index.html
2016-09-20Added LibreJS supportNobody Really
2016-08-23Pad: Add no-referrerrugk
2016-01-08herpJohn McLear
2016-01-08seems to workJohn McLear
2015-12-01Update the bowser.js to the new versionjoassouza
With this new version of bowser.js is possible detect the OS as well, no only the browser as the previous one. It brings support to new browsers as well.
2015-11-06paste hook and class for editorcontainerJohn McLear
2015-05-19other bits required for read onlyJohn McLear
2015-04-05support for open dyslexic fontJohn McLear
2015-04-03title for chatJohn McLear
2015-04-03temp solution for alt 9 to show editbar labelJohn McLear
2015-03-31make user list a document so it's easy to navigate by screen readersJohn McLear
2015-03-26alt c to focus on chat and gritter and chat both now work with ariaJohn McLear
2015-03-26more working logic and also pretty nice screen reader experienceJohn McLear
2015-03-25different font families for people with dyslexiaJohn McLear
2015-01-21working translationJohn McLear
2015-01-19semi working exampleJohn McLear
2014-12-31Merge pull request #2418 from ether/etherpad-export-and-importJohn McLear
Full Pad portability (Export/Import)
2014-12-29semi working requires browser refreshJohn McLear
2014-12-28Use camel caseGared
2014-12-28Notify user if cookies can't be createdGared
2014-12-27removing dokuwikiJohn McLear
2014-11-22swap out jquery browser for bower but expose browser object to all pages ↵John McLear
also enable minification.. Seems to work well
2014-11-19Merge branch 'develop' of github.com:ether/etherpad-lite into new-iconsJohn McLear
2014-11-19move tiny bit of font awesome we actually use into pad.cssJohn McLear
2014-11-18working blocksJohn McLear
2014-11-18remove connecting bar imageJohn McLear
2014-11-18spinning loading iconsJohn McLear
2014-11-18remove stuff, new filesJohn McLear
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-03Fix active button ui0ip
2014-03-16Merge branch 'pr/1579' into toolbar-testMarcel Klehr
Conflicts: settings.json.template src/static/js/pad_editbar.js
2013-12-09Merge pull request #2028 from webzwo0i/remove-deadcodeJohn McLear
Remove deadcode
2013-12-08remove hidden input field padId which is send on every import but not usedwebzwo0i
2013-12-07Merge pull request #2026 from ether/afterEditHookJohn McLear
after Edit eejs block
2013-12-04after Edit eejs blockJohn McLear
2013-12-02Update pad.htmlEloy
Select the URL when click at the text.
2013-10-10Add explanations for more disconnect scenariosMarcel Klehr
2013-09-21make export clearly seperated from importJohn McLear
2013-04-13Moving the toolbar plugin calls.cohitre
2013-04-05 no need for the language string on that divJohn McLear
2013-03-28Merge pull request #1681 from ether/loading_blockJohn McLear
Loading blocks
2013-03-29Loading blocksJohn McLear
2013-03-24option to show sticky chat on screen, note i use a literal string, how am i ↵John McLear
supposed to add a l10n title?
2013-03-12Toolbar hookscohitre
2013-03-09Setting up the right toolbar.cohitre
2013-03-05Add a setting for RTL text direction (integrating the url paramter)Marcel Klehr
Fixes #1191
2013-03-03basic toolbar setupcohitre
2013-01-29gritter now implementedJohn McLear