Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-09 | Harmonize list- and indent-related CSS in the pad editor and timeslider. | Dan Bornstein | |
* Add a new file `lists_and_indents.css` to hold the common CSS. * Remove the corresponding CSS from `iframe_editor.css`, replacing it with an `@import` of the new file. * Remove the list/indent code from `timeslider.css`, which was _unlike_ the corresponding editor CSS code, again replacing it with an `@import` of the new file. | |||
2016-09-09 | Handle `@import` during CSS minification. | Dan Bornstein | |
This meant plumbing a callback through to `compressCSS()`, which meant that I had to alter the innards of `getFileCompressed()`. I tried to leave that function looking more understandable than when I found it; for example, I flattened out the nested `if`. I went ahead and upgraded the version of `clean-css` while I was in the territory. | |||
2016-09-08 | Merge pull request #3045 from danfuzz/extract-export-css | Luiza Pagliari | |
Use an EEJS template for HTML export instead of inlining it in the JS code. | |||
2016-09-08 | Remove unused parameter `noDocType`. | Dan Bornstein | |
My editor also auto-stripped some EOL whitespace. | |||
2016-09-08 | Remove the `noDocType` argument, which was only ever passed as `false`. | Dan Bornstein | |
2016-09-08 | Merge pull request #3048 from danfuzz/fix-first-line-margin-top | Luiza Pagliari | |
Account for any top margin on the first line. | |||
2016-09-08 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-09-05 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
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-25 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-08-24 | Use an EEJS template for HTML export instead of inlining it in the JS code. | Dan Bornstein | |
The semantics of all the substitutions are identical to what they were before. I _did_ take the liberty of formatting the CSS to be a bit more readable (at the cost of adding a little bit of whitespace). | |||
2016-08-22 | Perform drag and drop in one changeset, so UNDO works properly. Fix #3041 | Luiza Pagliari | |
2016-08-18 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-08-15 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-08-04 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-08-01 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-07-28 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-07-25 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-07-21 | Fix #2918. Re-enable editor after user is reconnected to server | Luiza Pagliari | |
2016-07-18 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-07-07 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-06-28 | Merge pull request #2970 from xavidotron/url | John McLear | |
Remove [ and ] from the regexp used by the URL filter. | |||
2016-06-22 | Merge pull request #3008 from Gared/directory_check | John McLear | |
Fixed path check | |||
2016-06-22 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
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-20 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-06-20 | Fixed path check | Stefan | |
2016-06-16 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-06-13 | Merge pull request #2991 from LokeshN/deactivate-settings | John McLear | |
Issue #2960 - deactivate settings.json | |||
2016-06-13 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-06-07 | Merge pull request #2957 from ether/dependency_updates | Stefan | |
Dependency updates | |||
2016-06-07 | Merge pull request #2986 from Gared/fix_existssync_deprecated | Stefan | |
Use fs.statSync instead of fs.existsSync (deprecated) | |||
2016-06-06 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-05-26 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
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-19 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-05-16 | Use fs.statSync instead of fs.existsSync (deprecated) | Stefan | |
2016-05-12 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
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-05-02 | Updated several dependencies to latest version | Stefan | |
2016-05-02 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-04-26 | Update socket.io to version 1.4.5 | Stefan | |
2016-04-24 | Release version 1.6.0 | Stefan | |
2016-04-18 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-04-11 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-04-09 | include the padId | John McLear | |
2016-04-07 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-04-05 | Merge pull request #2940 from ether/extend-getAttributesOnSelection | John McLear | |
extend attributesonselection method |