summaryrefslogtreecommitdiff
path: root/src/static/js
AgeCommit message (Expand)Author
2012-10-28add a keystroke check for chat and make it so the chat listens on event 13 as...John McLear
2012-10-27Merge branch 'develop' of github.com:Pita/etherpad-lite into feature/frontend...Peter 'Pita' Martischka
2012-10-23Do not assume window object existsChia-liang Kao
2012-10-16Merge pull request #1072 from marcelklehr/fix/timeslider-links-regexpJohn McLear
2012-10-16Fix #1067 Corrected exports links regexpMarcel Klehr
2012-10-12fix Pita/etherpad-lite #1032NAGOYA, Yoshihiko
2012-10-04attempt to move onClick away from HTML.. This is requiredjohnyma22
2012-10-04Merge pull request #1004 from yourcelf/developJohn McLear
2012-10-02Update src/static/js/pad_editbar.jsJohn McLear
2012-09-21Make intialization of Ace2Inner analogous to other page controllers.Chad Weider
2012-09-21Reformat Ace2Editor frame boot scripts.Chad Weider
2012-09-21Consolidate Ace2Editor frame's boot script.Chad Weider
2012-09-18List 12 plugins instead of 4John McLear
2012-09-17Require userColor to be valid css hexCharlie DeTar
2012-09-17Use 'transparent' as reference to validate cssCharlie DeTar
2012-09-16Remember, the `class` symbol is reserved in some environments.Chad Weider
2012-09-15Add `userColor` query param to set initial colorCharlie DeTar
2012-09-14Merge pull request #992 from gedion/developJohn McLear
2012-09-14Merge pull request #999 from lepidum/developJohn McLear
2012-09-13fix for InternationalComposition(e.g., Japanese Input)NAGOYA, Yoshihiko
2012-09-11Replace ParentRequire hack.Chad Weider
2012-09-11Split client and server plugin functionality.Chad Weider
2012-09-11Inject plugins into hooks.Chad Weider
2012-09-11Inject special normalization behavior.Chad Weider
2012-09-11Static functions are static.Chad Weider
2012-09-11Fix worthless indentation.Chad Weider
2012-09-11fixed indentationGedion
2012-09-11fixed commentsGedion
2012-09-11fixed pluginsGedion
2012-09-09Use packaged version of Tinycon.Chad Weider
2012-09-09Use packaged version of UNorm.Chad Weider
2012-09-09Clean up requires.Chad Weider
2012-09-09Use packaged edition of async.Chad Weider
2012-09-09Use packaged edition of underscore.Chad Weider
2012-09-09Use packaged edition of security module.Chad Weider
2012-09-09Merge pull request #987 from cweider/loopback-avoidanceJohn McLear
2012-09-09If the file was not found this should be nothing.Chad Weider
2012-09-09Drop embedding of modules.Chad Weider
2012-09-08added hooks and made some functions available to editor info object in aceGedion
2012-09-08added hooks to contentcollector.jsGedion
2012-09-08added hooks to contentcollector.jsGedion
2012-09-07Merge pull request #984 from lepidum/developJohn McLear
2012-09-03Merge pull request #977 from cweider/loopback-avoidanceJohn McLear
2012-09-03Make exception case for require kernel obvious.Chad Weider
2012-08-30fix prevent ESC key patchNAGOYA, Yoshihiko
2012-08-30prevent ESC keyNAGOYA, Yoshihiko
2012-08-16fix for all IE8 issues when IE8 setting NATIVE XMLHHTP SUPPORT is disabledWikinaut
2012-08-13Normalize inserted text using UNormDaniel Perez Alvarez
2012-08-13Add Unicode normalization libraryDaniel Perez Alvarez
2012-08-10Add in a plugin hook "handleClientMessage_<MSG_NAME>"Mark Holmquist