summaryrefslogtreecommitdiff
path: root/src/static/js/ace.js
AgeCommit message (Collapse)Author
2016-05-20heh whoops :)John McLear
2016-05-20client Var value for disabling scriptsJohn McLear
2015-12-01aceEditorCSS to allow absolute paths to resources to include external CSSMikk Andresen
2015-10-22add classes for bootstrap targeting, pew pewJohn McLear
2015-03-26more working logic and also pretty nice screen reader experienceJohn McLear
2015-03-26stop listing URL each time focus is placed back on inner iframeJohn McLear
2015-03-26make the pad contents act like an application and not contents, this can ↵John McLear
probably be togglable but default state should be editable
2014-01-28don't call ace_getInInternationalComposition if editor is not fully loadedwebzwo0i
2013-12-08remove empty&unused overlaysdivwebzwo0i
2013-06-15allow cssmanager to manage outer_aceChia-liang Kao
2012-10-12fix Pita/etherpad-lite #1032NAGOYA, Yoshihiko
refact inInternationalComposition
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-11Replace ParentRequire hack.Chad Weider
Instead of hacking with the internals of require, make client_plugins aware and capable of sharing behavior.
2012-09-11Split client and server plugin functionality.Chad Weider
There is virtually no shared code for the client, extract it into its own module and do away with the switches.
2012-09-09If the file was not found this should be nothing.Chad Weider
2012-09-09Drop embedding of modules.Chad Weider
With loopback removed, embedding concatenated resources doesn't happen. It was a marginal feature to begin with so it will not be missed.
2012-09-03Make exception case for require kernel obvious.Chad Weider
2012-05-30Bugfix for bug introduced by 96ab3dc3b46a0f5d02d8ddb64d7ba2dcdb6b8aa6: ↵Egil Moeller
jQuery is packaged - this is pure duplication.
2012-05-28These definitions are meaningless.Chad Weider
2012-05-28jQuery is packaged - this is pure duplication.Chad Weider
2012-05-28Correct parent_require path.Chad Weider
2012-05-28Fix paths for ace files.Chad Weider
2012-05-14Fix ordering of editer code loading operations.Chad Weider
2012-05-14Require ace2_common separately.Chad Weider
2012-05-14Remove unused line.Chad Weider
2012-05-13Merge pull request #667 from fourplusone/feature/cleaner_codeJohn McLear
Removing unused code - All looks good, some minor tweeks are probably worthwhile in the future.
2012-04-20removing de-facto noopMatthias Bartelmeß
2012-04-18added new hook 'acePostWriteDomLineHTML' which gets called after a domline ↵Martyn York
is created and has been added to the page. Also fixed problems with ReferenceExceptions due to require-kernel not being sent to the iframe.
2012-04-07added aceEditorCSS hookMatthias Bartelmeß
2012-03-27Merge branch 'develop' of git://github.com/Pita/etherpad-liteEgil Moeller
2012-03-27Add jquery to ace iframeEgil Moeller
2012-03-22Merge commit '1a64a6c1'Egil Moeller
2012-03-21Bugfix for misplaced hook callEgil Moeller
2012-03-17use underscore.jsMatthias Bartelmeß
2012-03-14makes plugin architecture work in client-side from inside IFrames as wellConstantin Jucovschi
2012-03-10Merge branch 'require-paths' into pluginChad Weider
Conflicts: node/server.js src/static/js/Changeset.js src/static/js/ace.js src/static/js/ace2_common.js src/static/js/ace2_inner.js src/static/js/broadcast.js src/static/js/changesettracker.js src/static/js/chat.js src/static/js/collab_client.js src/static/js/contentcollector.js src/static/js/domline.js src/static/js/linestylefilter.js src/static/js/pad.js src/static/js/pad_connectionstatus.js src/static/js/pad_docbar.js src/static/js/pad_editbar.js src/static/js/pad_editor.js src/static/js/pad_impexp.js src/static/js/pad_modals.js src/static/js/pad_savedrevs.js src/static/js/pad_userlist.js src/static/js/pad_utils.js src/static/js/timeslider.js src/static/js/undomodule.js src/static/pad.html src/static/timeslider.html
2012-03-10Change paths.Chad Weider
2012-03-10Correct paths to reflect their being libraries.Chad Weider
2012-03-10Remove unnecessary line.Chad Weider
2012-03-10Remove require code that is unnecessary and/or incorrect.Chad Weider
2012-03-10Remove require changes in `pushScriptsTo` method.Chad Weider
These duplicate `pushRequireScriptTo` at least, but mostly break things.
2012-03-02Merge branch 'pita'Egil Moeller
Resolved conflicts: .gitignore src/static/js/ace.js src/static/js/ace2_inner.js src/static/js/broadcast.js src/static/js/domline.js src/static/pad.html src/static/timeslider.html Ignored conflicts (please merge manually later): node/server.js src/node/utils/Minify.js
2012-03-01Made ace actually use the new hooks system, and removed remnants of old systemEgil Moeller
2012-02-28So simple, yet so hard to find. Finally I found you, oh error caused by the ↵Egil Moeller
new require usage...
2012-02-28Partial bugfixEgil Moeller
2012-02-26First stab at getting client side require(plugin/..) to work from within ↵Egil Moeller
etherpad
2012-02-26The Big Renaming - etherpad is now an NPM moduleEgil Moeller