Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-30 | Account for any top margin on the first line. | Dan Bornstein | |
Without this change, a top margin on any element on the first line of pad content would throw off the alignment of line numbers. The default stylesheet doesn't define any elements with top margins, but plugins might. (This is also explained in a code comment.) In order to see the problem, add the following clause to `iframe_editor.css` (before incorporating this commit): #innerdocbody > :first-child { margin-top: 100px; } | |||
2016-08-22 | Perform drag and drop in one changeset, so UNDO works properly. Fix #3041 | Luiza Pagliari | |
2016-07-21 | Fix #2918. Re-enable editor after user is reconnected to server | Luiza Pagliari | |
2016-06-28 | Merge pull request #2970 from xavidotron/url | John McLear | |
Remove [ and ] from the regexp used by the URL filter. | |||
2016-06-20 | Merge pull request #2944 from storytouch/aceRegisterNonScrollableEditEvents | John McLear | |
Create hook to register events that won't scroll editor after aceEditEvt | |||
2016-06-13 | Merge pull request #2991 from LokeshN/deactivate-settings | John McLear | |
Issue #2960 - deactivate settings.json | |||
2016-05-22 | Issue #2960 - deactivate settings.json | LokeshN | |
Deactivate settings.json in Admin dashboard | |||
2016-05-20 | heh whoops :) | John McLear | |
2016-05-20 | client Var value for disabling scripts | John McLear | |
2016-05-06 | Remove [ and ] from the regexp used by the URL filter. | Xavid | |
These characters are rarely used in URLs, and including them leads to mislinkifying when editing various formats, such as wiki markup formats that use [] around links. | |||
2016-04-05 | Merge pull request #2940 from ether/extend-getAttributesOnSelection | John McLear | |
extend attributesonselection method | |||
2016-03-30 | Create hook to register events that won't scroll editor after aceEditEvt | Luiza Pagliari | |
2016-03-26 | Merge pull request #2898 from rohieb/feature/more-uri-schemes | John McLear | |
Highlight and link more URI schemes: about, geo, tel | |||
2016-03-26 | Merge pull request #2926 from storytouch/addAuthorOnRemoveAttributeOnLine | John McLear | |
Update author when removing line attribute from line | |||
2016-03-26 | forgot this one | John McLear | |
2016-03-26 | extend attributesonselection method | John McLear | |
2016-03-20 | Fix a possible xss attack in iframe link | Stefan | |
2016-03-15 | Update author when removing line attribute from line | Luiza Pagliari | |
This avoids raising error 'Trying to submit changes as another author in changeset' when 2 authors change line attributes of the same line. This fixes issue #2925. | |||
2016-02-14 | Merge pull request #2893 from bhldev/cssFontColors | Stefan | |
Css default colors Issue #2853 | |||
2016-01-30 | Highlight and link more URI schemes: about, geo, tel | Roland Hieber | |
2016-01-22 | CSS Default Font Colors for Issue 2853 | Brian Lim | |
2016-01-20 | Timeslider Not Translated Issue 2885 | Brian Lim | |
2016-01-18 | Fix for 2844 and 2812 | Brian Lim | |
2016-01-17 | fix drop event on last char | John McLear | |
2016-01-10 | more tidy | John McLear | |
2016-01-10 | tidy up | John McLear | |
2016-01-10 | Merge branch 'develop' of github.com:ether/etherpad-lite into ↵ | John McLear | |
drag-and-drop-between-frames-sandbox | |||
2016-01-08 | removal | John McLear | |
2016-01-08 | removal | John McLear | |
2016-01-08 | hrm, removal | John McLear | |
2016-01-08 | seems to work | John McLear | |
2016-01-05 | Merge pull request #2871 from ↵ | John McLear | |
tiblu/pad_userlist_add_usersOnline_fix_bug_in_users pad_userlist.js: BUGFIX: users() returning duplicates on several calls. FEATURE: usersOnline() returns only online users | |||
2016-01-05 | Add usersOnline function to pad_userlist, fix a bug where several occurances ↵ | Mikk Andresen | |
of current user were pushed to users list. | |||
2015-12-31 | Fix handleClientMessage_USER_* payloads not containing user info | Mikk Andresen | |
2015-12-23 | should be clean enough to push | John McLear | |
2015-12-17 | remove logging | Chris Birk | |
2015-12-17 | check for soffice before removing export paths | Chris Birk | |
2015-12-05 | include event on paste and drrororororop | John McLear | |
2015-12-05 | remove con log | John McLear | |
2015-12-05 | ace drop event | John McLear | |
2015-12-02 | Merge pull request #2850 from tiblu/aceEditorCSS_allow_external_css | John McLear | |
aceEditorCSS hook to allow absolute paths to resources to include external CSS | |||
2015-12-01 | Merge pull request #2831 from fcassin/develop | John McLear | |
Protect against a null atext value in cloneAText | |||
2015-12-01 | Update the bowser.js to the new version | joassouza | |
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-12-01 | aceEditorCSS to allow absolute paths to resources to include external CSS | Mikk Andresen | |
2015-11-10 | Protects against a null atext in cloneAText | Francois Cassin | |
2015-11-06 | paste hook and class for editorcontainer | John McLear | |
2015-11-02 | Merge pull request #2820 from storytouch/fix_2818 | John McLear | |
Fix logic to check if any hook handled ACE key event. Fix #2818 | |||
2015-11-02 | Merge pull request #2822 from storytouch/esc | John McLear | |
Allow plugins handle "esc" key event | |||
2015-10-30 | Add callstack to aceSelectionChanged context | Luiza Pagliari | |
2015-10-29 | Allow plugins handle "esc" key event | joassouza | |