summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-09-09Harmonize 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-09Handle `@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-08Merge pull request #3045 from danfuzz/extract-export-cssLuiza Pagliari
Use an EEJS template for HTML export instead of inlining it in the JS code.
2016-09-08Remove unused parameter `noDocType`.Dan Bornstein
My editor also auto-stripped some EOL whitespace.
2016-09-08Remove the `noDocType` argument, which was only ever passed as `false`.Dan Bornstein
2016-09-08Merge pull request #3048 from danfuzz/fix-first-line-margin-topLuiza Pagliari
Account for any top margin on the first line.
2016-09-08Localisation updates from https://translatewiki.net.Niklas Laxström
2016-09-05Localisation updates from https://translatewiki.net.Niklas Laxström
2016-08-30Account 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-25Localisation updates from https://translatewiki.net.Niklas Laxström
2016-08-24Use 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-22Perform drag and drop in one changeset, so UNDO works properly. Fix #3041Luiza Pagliari
2016-08-18Localisation updates from https://translatewiki.net.Niklas Laxström
2016-08-15Localisation updates from https://translatewiki.net.Niklas Laxström
2016-08-04Localisation updates from https://translatewiki.net.Niklas Laxström
2016-08-01Localisation updates from https://translatewiki.net.Niklas Laxström
2016-07-28Localisation updates from https://translatewiki.net.Niklas Laxström
2016-07-25Localisation updates from https://translatewiki.net.Niklas Laxström
2016-07-21Fix #2918. Re-enable editor after user is reconnected to serverLuiza Pagliari
2016-07-18Localisation updates from https://translatewiki.net.Niklas Laxström
2016-07-07Localisation updates from https://translatewiki.net.Niklas Laxström
2016-06-28Merge pull request #2970 from xavidotron/urlJohn McLear
Remove [ and ] from the regexp used by the URL filter.
2016-06-22Merge pull request #3008 from Gared/directory_checkJohn McLear
Fixed path check
2016-06-22Localisation updates from https://translatewiki.net.Siebrand Mazeland
2016-06-20Merge pull request #2944 from storytouch/aceRegisterNonScrollableEditEventsJohn McLear
Create hook to register events that won't scroll editor after aceEditEvt
2016-06-20Localisation updates from https://translatewiki.net.Niklas Laxström
2016-06-20Fixed path checkStefan
2016-06-16Localisation updates from https://translatewiki.net.Niklas Laxström
2016-06-13Merge pull request #2991 from LokeshN/deactivate-settingsJohn McLear
Issue #2960 - deactivate settings.json
2016-06-13Localisation updates from https://translatewiki.net.Niklas Laxström
2016-06-07Merge pull request #2957 from ether/dependency_updatesStefan
Dependency updates
2016-06-07Merge pull request #2986 from Gared/fix_existssync_deprecatedStefan
Use fs.statSync instead of fs.existsSync (deprecated)
2016-06-06Localisation updates from https://translatewiki.net.Niklas Laxström
2016-05-26Localisation updates from https://translatewiki.net.Niklas Laxström
2016-05-22Issue #2960 - deactivate settings.jsonLokeshN
Deactivate settings.json in Admin dashboard
2016-05-20heh whoops :)John McLear
2016-05-20client Var value for disabling scriptsJohn McLear
2016-05-19Localisation updates from https://translatewiki.net.Niklas Laxström
2016-05-16Use fs.statSync instead of fs.existsSync (deprecated)Stefan
2016-05-12Localisation updates from https://translatewiki.net.Niklas Laxström
2016-05-06Remove [ 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-02Updated several dependencies to latest versionStefan
2016-05-02Localisation updates from https://translatewiki.net.Niklas Laxström
2016-04-26Update socket.io to version 1.4.5Stefan
2016-04-24Release version 1.6.0Stefan
2016-04-18Localisation updates from https://translatewiki.net.Niklas Laxström
2016-04-11Localisation updates from https://translatewiki.net.Niklas Laxström
2016-04-09include the padIdJohn McLear
2016-04-07Localisation updates from https://translatewiki.net.Niklas Laxström
2016-04-05Merge pull request #2940 from ether/extend-getAttributesOnSelectionJohn McLear
extend attributesonselection method