index
:
etherpad-lite
cr/openbsd_install
develop
master
Really real-time collaborative document editing. http://etherpad.org
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
static
/
js
/
Changeset.js
Age
Commit message (
Expand
)
Author
2015-02-16
throw in applyToText and not in applyToAText
webzwo0i
2015-02-16
add semicolons
webzwo0i
2015-02-15
we do not have the text/padid, but at least we can print the changeset
webzwo0i
2015-02-15
print the actual text...
webzwo0i
2015-02-15
string concat, not multiple arguments...
webzwo0i
2015-02-15
better error message
webzwo0i
2015-02-15
remove unnecessary code; because we have checks in every op now we don't
webzwo0i
2015-02-15
add newline counting for - and + op
webzwo0i
2015-02-15
off by 1
webzwo0i
2015-02-15
add a comment to make clear that the string in stringIterator
webzwo0i
2015-02-14
totally wrong, introduced by myself in
webzwo0i
2014-12-27
op is ok, if it doesnt include newlines. op is ok, if op.lines is equal to ne...
webzwo0i
2014-12-27
check if op.lines is in sync with atext-newlines
webzwo0i
2014-12-27
make stringIterator aware of newlines
webzwo0i
2014-12-27
Revert "be more strict in checkRep"
webzwo0i
2014-12-04
be more strict in checkRep
webzwo0i
2014-12-04
dont remove more lines than exist in the whole text
webzwo0i
2014-02-20
fix for infinite loop on bad changeset
Dmitry Uvarov
2013-12-08
[Changeset] a?lines_length was not used within inverse function
webzwo0i
2013-12-05
Replace tabs indentation with spaces indentation
Luc Didry
2013-10-10
Merge pull request #1926 from ether/fix/no-connect-to-corrupt-pad
Marcel Klehr
2013-10-10
Polish the error messages of the easysync lib
Marcel Klehr
2013-10-10
Easysync: Throw an error if an unknown attrib is referneced
Marcel Klehr
2013-04-24
Issue #1625: Fix to client-side-induced changeset spamming.
Brian Emerick
2013-04-15
undo avoid changeset spam as it breaks functionality
John McLear
2013-04-08
some polish for a turd
John McLear
2013-04-08
temp patch for 1652
John McLear
2013-01-27
Added missing functions to create pad diffs
Peter 'Pita' Martischka
2012-07-08
remove unused _opt in favor of code size/readability
Matthias Bartelmeß
2012-03-18
replaceing AttributePoolFactory by AttributePool
Matthias Bartelmeß
2012-03-10
Merge branch 'require-paths' into plugin
Chad Weider
2012-03-02
Merge branch 'pita'
Egil Moeller
2012-02-26
First stab at getting client side require(plugin/..) to work from within ethe...
Egil Moeller
2012-02-26
The Big Renaming - etherpad is now an NPM module
Egil Moeller