Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-20 | heh whoops :) | John McLear | |
2016-05-20 | client Var value for disabling scripts | John McLear | |
2015-12-01 | aceEditorCSS to allow absolute paths to resources to include external CSS | Mikk Andresen | |
2015-10-22 | add classes for bootstrap targeting, pew pew | John McLear | |
2015-03-26 | more working logic and also pretty nice screen reader experience | John McLear | |
2015-03-26 | stop listing URL each time focus is placed back on inner iframe | John McLear | |
2015-03-26 | make 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-28 | don't call ace_getInInternationalComposition if editor is not fully loaded | webzwo0i | |
2013-12-08 | remove empty&unused overlaysdiv | webzwo0i | |
2013-06-15 | allow cssmanager to manage outer_ace | Chia-liang Kao | |
2012-10-12 | fix Pita/etherpad-lite #1032 | NAGOYA, Yoshihiko | |
refact inInternationalComposition | |||
2012-09-21 | Make intialization of Ace2Inner analogous to other page controllers. | Chad Weider | |
2012-09-21 | Reformat Ace2Editor frame boot scripts. | Chad Weider | |
2012-09-21 | Consolidate Ace2Editor frame's boot script. | Chad Weider | |
2012-09-11 | Replace ParentRequire hack. | Chad Weider | |
Instead of hacking with the internals of require, make client_plugins aware and capable of sharing behavior. | |||
2012-09-11 | Split 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-09 | If the file was not found this should be nothing. | Chad Weider | |
2012-09-09 | Drop 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-03 | Make exception case for require kernel obvious. | Chad Weider | |
2012-05-30 | Bugfix for bug introduced by 96ab3dc3b46a0f5d02d8ddb64d7ba2dcdb6b8aa6: ↵ | Egil Moeller | |
jQuery is packaged - this is pure duplication. | |||
2012-05-28 | These definitions are meaningless. | Chad Weider | |
2012-05-28 | jQuery is packaged - this is pure duplication. | Chad Weider | |
2012-05-28 | Correct parent_require path. | Chad Weider | |
2012-05-28 | Fix paths for ace files. | Chad Weider | |
2012-05-14 | Fix ordering of editer code loading operations. | Chad Weider | |
2012-05-14 | Require ace2_common separately. | Chad Weider | |
2012-05-14 | Remove unused line. | Chad Weider | |
2012-05-13 | Merge pull request #667 from fourplusone/feature/cleaner_code | John McLear | |
Removing unused code - All looks good, some minor tweeks are probably worthwhile in the future. | |||
2012-04-20 | removing de-facto noop | Matthias Bartelmeß | |
2012-04-18 | added 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-07 | added aceEditorCSS hook | Matthias Bartelmeß | |
2012-03-27 | Merge branch 'develop' of git://github.com/Pita/etherpad-lite | Egil Moeller | |
2012-03-27 | Add jquery to ace iframe | Egil Moeller | |
2012-03-22 | Merge commit '1a64a6c1' | Egil Moeller | |
2012-03-21 | Bugfix for misplaced hook call | Egil Moeller | |
2012-03-17 | use underscore.js | Matthias Bartelmeß | |
2012-03-14 | makes plugin architecture work in client-side from inside IFrames as well | Constantin Jucovschi | |
2012-03-10 | Merge branch 'require-paths' into plugin | Chad 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-10 | Change paths. | Chad Weider | |
2012-03-10 | Correct paths to reflect their being libraries. | Chad Weider | |
2012-03-10 | Remove unnecessary line. | Chad Weider | |
2012-03-10 | Remove require code that is unnecessary and/or incorrect. | Chad Weider | |
2012-03-10 | Remove require changes in `pushScriptsTo` method. | Chad Weider | |
These duplicate `pushRequireScriptTo` at least, but mostly break things. | |||
2012-03-02 | Merge 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-01 | Made ace actually use the new hooks system, and removed remnants of old system | Egil Moeller | |
2012-02-28 | So simple, yet so hard to find. Finally I found you, oh error caused by the ↵ | Egil Moeller | |
new require usage... | |||
2012-02-28 | Partial bugfix | Egil Moeller | |
2012-02-26 | First stab at getting client side require(plugin/..) to work from within ↵ | Egil Moeller | |
etherpad | |||
2012-02-26 | The Big Renaming - etherpad is now an NPM module | Egil Moeller | |