summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-12-17Don't crash if CHANGESET_REQ failsMarcel Klehr
2013-12-17Fix server side bug index overflows1341
2013-12-17Localisation updates from https://translatewiki.net.Siebrand Mazeland
2013-12-16Merge pull request #1514 from ether/dont-die-on-bad-htmlJohn McLear
2013-12-14Add input validation for html param in setHTML()Lennart Brinkmann
2013-12-10Merge branch 'fix-exporthtml-styling-tags' of https://github.com/webzwo0i/eth...John McLear
2013-12-09resolve merge conflictJohn McLear
2013-12-09Merge pull request #2028 from webzwo0i/remove-deadcodeJohn McLear
2013-12-09Merge pull request #2030 from ether/import_hookJohn McLear
2013-12-09Remove console logsJohn McLear
2013-12-09Merge pull request #2013 from ether/getAttributeOnSelectionJohn McLear
2013-12-09Merge pull request #2027 from webzwo0i/fix-importJohn McLear
2013-12-08[pad_modals] remove unused variables. for the hide/show functions jquery's de...webzwo0i
2013-12-08[virtual_lines] remove traces of virtual_lines/makeVirtualLineView. this code...webzwo0i
2013-12-08[pad_connectionstatus] padeditbar is not used anywhere in pad_connectionstatuswebzwo0i
2013-12-08[timeslider] do not include underscore, as its not (longer) usedwebzwo0i
2013-12-08[collab_client] remove unused function getStatswebzwo0i
2013-12-08[collab_client] remove keys function, which was not used and variable reconne...webzwo0i
2013-12-08do not send globalPadId in clientvars - its not used anywherewebzwo0i
2013-12-08[padDiff] remove unused functions a?lines_lengthwebzwo0i
2013-12-08[Changeset] a?lines_length was not used within inverse functionwebzwo0i
2013-12-08[ace2_inner] init() has replaced setup(), reflect this change in the comments...webzwo0i
2013-12-08remove empty&unused overlaysdivwebzwo0i
2013-12-08[ace2inner] remove unused function boldColorFromColorwebzwo0i
2013-12-08[ace2inner] remove unused recolorLineByKey that was part of old recolor modulewebzwo0i
2013-12-08[ace2_inner] remove unused getLineKeyForOffset that was part of old recolor m...webzwo0i
2013-12-08[ace2_inner] remove unused function htmlForRemovedChildwebzwo0i
2013-12-08[collab_client] remove socketid because its not usedwebzwo0i
2013-12-08[ace2_inner] remove incorpIfQuick because its unused since Julywebzwo0i
2013-12-08remove hidden input field padId which is send on every import but not usedwebzwo0i
2013-12-08fix loopwebzwo0i
2013-12-08remove unused requirewebzwo0i
2013-12-08function scope: variables only need to be declared oncewebzwo0i
2013-12-08remove now unused codewebzwo0i
2013-12-08refactor export of style attributeswebzwo0i
2013-12-08useless var statement (function scope)webzwo0i
2013-12-08workaround so that at least one tag stays open if its the outermost tag. save...webzwo0i
2013-12-08be more clear about the value in propValswebzwo0i
2013-12-08some more docs for attribute export and cleanup empty lineswebzwo0i
2013-12-08add some documentation for styling attributes exportwebzwo0i
2013-12-08fix export so no tags are omittedwebzwo0i
2013-12-07resolve issue where first char showed all formattingJohn McLear
2013-12-07Merge pull request #2026 from ether/afterEditHookJohn McLear
2013-12-07fix closing of </title> tagwebzwo0i
2013-12-05Localisation updates from https://translatewiki.net.Siebrand Mazeland
2013-12-05Merge pull request #2021 from ldidry/fix-no-tab-indentMarcel Klehr
2013-12-05Merge pull request #2019 from ether/lighter-colorsMarcel Klehr
2013-12-05Replace tabs indentation with spaces indentationLuc Didry
2013-12-04Merge branch 'afterEditHook' of github.com:ether/etherpad-lite into getAttrib...John McLear
2013-12-04after Edit eejs blockJohn McLear