4146 Commits (834fe2d044dc59e2704e89c69bbbd2e762a985e4)

Author SHA1 Message Date
Paul Ivanov b67aac5aef Merge pull request #6119 from minrk/global-events
12 years ago
Min RK 43e25ab4d9 Merge pull request #6196 from minrk/git-friendlyish-less-css
12 years ago
sylvain.corlay 5c0fda1dc0 correction
12 years ago
sylvain.corlay 34fe520742 widget changes continued
12 years ago
Matthias Bussonnier 16d21d3267 Merge pull request #6188 from jasongrout/highlightjs-require-shim
12 years ago
Matthias Bussonnier b290f48815 Merge pull request #6036 from minrk/restore-ws-host
12 years ago
sylvain.corlay 972fbb5f34 widget simplification continued
12 years ago
Paul Ivanov 294df0e623 changing the text should reset rendered flag
12 years ago
sylvain.corlay 8e8e6291d4 Partial updates of css and visible + simplification of widget_container
12 years ago
Paul Ivanov 781702febf test: changing text of cell resets rendered status
12 years ago
MinRK 168d619726 `fab css` checks whether it needs to do anything
12 years ago
Thomas Kluyver d9850e1ab4 Merge pull request #6144 from minrk/show-js-errors
12 years ago
MinRK 52840fcbf8 send ping every 30 seconds to keep websockets alive
12 years ago
MinRK 41e482d47a fix interrupt test revealed by new output
12 years ago
MinRK 1f0646f893 add some debugging output to js tests
12 years ago
MinRK 01e1d1d40f regen css (non-minified)
12 years ago
MinRK 0eae787b58 don’t store minified css in development
12 years ago
Brian E. Granger 29d67ed8a3 Merge pull request #6168 from SylvainCorlay/once-displayed
12 years ago
Jason Grout 3fc4442053 Move shim to the standard location
12 years ago
Brian E. Granger 372507e3f1 Merge pull request #6128 from jasongrout/widget-trait-serialization
12 years ago
Sylvain Corlay cd7942eb06 renaming once_displayed into after_displayed
12 years ago
Jason Grout 8fb0ae4d36 Change serialize/deserialize to to_json/from_json
12 years ago
Sylvain Corlay cfc4a62a85 one more bit
12 years ago
MinRK 957fb42680 use global events in js tests
12 years ago
MinRK 9ff7d264ab note loaded, unused dependencies in require
12 years ago
MinRK c72cd05cf3 fix docstring in events.js
12 years ago
MinRK e9da9fd776 don’t load custom.js in page template
12 years ago
MinRK 4097da724b preserve backward-compatible $([IPython.events])
12 years ago
Jason Grout abf86d5324 Trigger app_initialized event *after* the 'global' IPython object is initialized
12 years ago
MinRK 374518c583 don’t use events !== undefined to signal page ready
12 years ago
MinRK b1291df14a return global events from require(['base/js/events']).
12 years ago
Min RK 2fe0687097 Merge pull request #6149 from jasongrout/less-upgrade
12 years ago
Matthias Bussonnier cb810bad86 Merge pull request #6190 from minrk/bootstrap-shim
12 years ago
MinRK d345546d15 add bootstrap shim for require
12 years ago
MinRK 137f98014a pass ws_url to kernel constructor
12 years ago
MinRK a643de41d8 test coalesced output in js
12 years ago
MinRK e17c636e18 coalesce stream output in the notebook
12 years ago
MinRK 579f5101f0 restore websocket_url configurable
12 years ago
Jason Grout ab9e4b600e Add a requirejs shim for highlight.js
12 years ago
Jason Grout 97141c6bca Simplify the code for picking json serialization functions to expose the logic better
12 years ago
Jason Grout 4c5f4e750a Compile less files
12 years ago
Jason Grout 33f256a195 abstract hard-coded style values to be variables for different theming
12 years ago
MinRK 112c4083e9 add comments for style blocks in less
12 years ago
Jason Grout 02a8ab2cf5 Upgrade less and generate sourcemap files
12 years ago
Sylvain Corlay b4d5094645 correction in widget.js
12 years ago
Matthias Bussonnier f3e599e0c4 Merge pull request #6160 from parleur/patch-2
12 years ago
Matthias Bussonnier e4e50628c0 Merge pull request #6127 from minrk/fix-edit-md
12 years ago
Jonathan Frederic c1c03a1c83 Merge pull request #6153 from jasongrout/container-children-arg
12 years ago
MinRK 98ac874131 cell toolbar and modal dialog fixes
12 years ago
Tarun Gaba 1eef26754f A comma after `this.touch`
12 years ago
Tarun Gaba dab68840dd Sending data back to python object after slider values change
12 years ago
Min RK 3e66b9f52c Merge pull request #6174 from Carreau/pagemain
12 years ago
Min RK 70bc0704c2 Merge pull request #6099 from takluyver/check-nbservers-pid
12 years ago
Matthias BUSSONNIER 17afb5a71f remove pagemain.js
12 years ago
Tarun Gaba dc2672f2ec The value of slider changes in frontend, and readout, but not in python obj.
12 years ago
Tarun Gaba 62c9ee7c2a Validate slider value, when limits change
12 years ago
Tarun Gaba fb540c52f5 Added jquery in define
12 years ago
Sylvain Corlay a2e9d90bd0 incorrect comment
12 years ago
Sylvain Corlay 8bc4ea37a1 unnecessary context variable specify
12 years ago
Sylvain Corlay 1eb2a30efb once-displayed
12 years ago
Jason Grout 3235f42d12 Container assumes the children attribute is not None
12 years ago
Pierre Gerold ac6808b884 Update celltoolbar.js
12 years ago
Jason Grout 06084e996c Change serialization terminology to serialize/deserialize
12 years ago
Jason Grout eed0715a09 Prepend a sentinel value to model ids to distinguish them from normal UUIDs (from Sylvain Corlay).
12 years ago
Jason Grout 14f3897b56 Make Container widgets take children as the first positional argument
12 years ago
MinRK 792f21be5a remove rackcdn https workaround for mathjax cdn
12 years ago
Min RK 748bcd67e0 Merge pull request #6120 from rgbkrk/no_iframe_embedding
12 years ago
Jonathan Frederic 20045a2f85 Merge pull request #6115 from SylvainCorlay/widget-area-show
12 years ago
Jason Grout 0c72fddaba Update widget serializer/unserializer to allow custom serialization on a trait-by-trait basis.
12 years ago
rgbkrk 88e52b2746 Only allow iframe embedding on same origin.
12 years ago
Min RK 7ce5bb8a37 Merge pull request #6026 from takluyver/kernelspec-rest-launching
12 years ago
Thomas Kluyver 5afc070910 Add default_kernel_name class level variable
12 years ago
Adam Hodgen c695ba45bc Remove / from route of TreeRedirectHandler.
12 years ago
Sylvain Corlay 70cacc642a Solving #5997: instances of WidgetView (that are not instances of DOMWidgetView) do not trigger widget_area.show anymore.
12 years ago
Thomas Kluyver c37acf2ae7 Fix JS syntax
12 years ago
Thomas Kluyver 97c24d2920 Delete session rather than killing kernel in test cleanup
12 years ago
Thomas Kluyver 6efbe46b73 Update JS for kernels and sessions APIs
12 years ago
Thomas Kluyver 806432072a Add kernel name to sessions REST API
12 years ago
Thomas Kluyver ae6309c122 Add support for different kernel specs to kernels REST API
12 years ago
Jonathan Frederic 904ed66bc2 Updated custom.js template to reflect IPython namespace changes
12 years ago
Jonathan Frederic a226bd2d6e Fixed cell toolbars
12 years ago
Jonathan Frederic b15633a89e Fix all the tests
12 years ago
Jonathan Frederic 2478fac032 More requirejs fixes
12 years ago
Jonathan Frederic ee76005bc2 More review changes
12 years ago
Jonathan Frederic 669db572f2 Fix some dialog keyboard_manager problems
12 years ago
Jonathan Frederic 2d7a4a7879 Some JS test fixes
12 years ago
jon 70ffd96eb9 Added some nice comments,
12 years ago
jon d9ab2d203a In person review with @ellisonbg
12 years ago
jon 1e098560b8 Revert "Google hangout review comments."
12 years ago
Jonathan Frederic eb2b1ab4a4 Google hangout review comments.
12 years ago
Jonathan Frederic c2c87e1a76 nbconvert api tests fixes
12 years ago
Jonathan Frederic 188072d190 @carreau review changes
12 years ago
Jonathan Frederic 2ba8945cab Fix all the bugs!
12 years ago
Jonathan Frederic c7961ae2db Fix imports of "modules",
12 years ago
Jonathan Frederic 0edfdbc703 Return dicts instead of classes,
12 years ago
Jonathan Frederic 0e9e1dd5a3 MWE,
12 years ago
Jonathan Frederic 0da779d101 Done with major changes,
12 years ago
Jonathan Frederic 516958ac07 Almost done!
12 years ago
Jonathan Frederic ca2014ad06 Pager
12 years ago
Jonathan Frederic 152e23dc76 Progress...
12 years ago
Jonathan Frederic e6b7cc9ff9 Fixed events
12 years ago
Jonathan Frederic 8d511b2ff5 Finished moving code into final(?) resting modules
12 years ago
Jonathan Frederic 9bfe5fc06c Use ipython namepsace for instances.
12 years ago
Jonathan Frederic fb32b6561f Start of work to make notebook.html requirejs friendly.
12 years ago
Jonathan Frederic 629204a2bb Fixed global IPython namespace.
12 years ago
Jonathan Frederic b1c8d2662c Finished making tree.html requirejs friendly
12 years ago
Jonathan Frederic 9f4a03ce79 Started work to make tree requirejs friendly.
12 years ago
Jonathan Frederic 855815d207 Make page.html require.js friendly.
12 years ago
Min RK 3e3be268f9 Merge pull request #5963 from jdfreder/viewids
12 years ago
MinRK 55f455ab55 only set allow_origin_pat if defined
12 years ago
Thomas Kluyver 2bcbd3c5cb Check for pids when listing nbserver processes
12 years ago
Jonathan Frederic 1a30a12302 Ahhh bug fix!
12 years ago
Jonathan Frederic df47869fb0 Move displayed event to view.
12 years ago
Jonathan Frederic fa39d91446 Review comments
12 years ago
Jonathan Frederic 988fd1b5f9 Reverted strange change that I don't remember making to update method.
12 years ago
Jonathan Frederic 3a9d888f02 Removed respect_order and finally removed the children dict of the containerview
12 years ago
Jonathan Frederic f51903ca03 Bug fixes
12 years ago
Jonathan Frederic f1269d3de3 Add order respecting method
12 years ago
Jonathan Frederic 636362787b Fixed buggy behavior
12 years ago
Jonathan Frederic 14ff754cdf Allow a widget to be displayed more than once within a parent widget.
12 years ago
Min RK 7af9f5f1f8 Merge pull request #6061 from minrk/cors
12 years ago
MinRK 0d9ba93307 persist notebook server cookie secret in security dir
12 years ago
Gordon Ball bfd029f5ab Remove tests for 4-5 tuples, add tests for validate logic
12 years ago
Gordon Ball b7bb76f073 Fix validate logic if min/max are changed
12 years ago
Gordon Ball 1cb0cbf4b9 Remove 4-5 tuple forms from interact()
12 years ago
MinRK 1edc97e34a s/cors_/allow_/
12 years ago
Gordon Ball 390d2b3e92 Compiled changes to minified CSS
12 years ago
Gordon Ball 412605917c Adjust range style so that the vertical range marker is visible
12 years ago
Jonathan Frederic 336a49eb18 Merge pull request #5995 from Carreau/clean-backward-compat
12 years ago
Matthias BUSSONNIER db5b58360e remove backward compat `container` in output area as planed.
12 years ago
MinRK 2460879e81 Remove a sleep no longer needed with the current base zmq version
12 years ago
MinRK acf0da01d9 make CORS configurable
12 years ago
MinRK 78a8cb877f remove KernelApp.parent_appname
12 years ago
Min RK 9f1dc1b99f Merge pull request #5803 from Carreau/ulh
12 years ago
Gordon Ball c85155b25d Add some tests for the 4-5 int/float form in interact()
12 years ago
Gordon Ball 59a461f928 Fix format problem when showing an error
12 years ago
Min RK 3fd6d371d7 Merge pull request #6015 from jcjaskula/dashboardExtensions
12 years ago
Thomas Kluyver 85733cafa1 Merge pull request #6046 from minrk/raw-input-invalid
12 years ago
MinRK ad4cb2c35a fix stream output created by raw_input
12 years ago
Gordon Ball 5524077e87 Add an extended range abbreviation including a step value
12 years ago
Gordon Ball 945a840674 Add float implementation of range widget
12 years ago
Gordon Ball 3178a184c0 Add initial implementation of 2-handle range sliders for integers.
12 years ago
MinRK de0a7d7850 use utils.log.get_logger where appropriate
12 years ago
MinRK e64f689374 don’t import IPython.parallel until it’s used
12 years ago
Jean-Christophe Jaskula 9c2c680e8f Creating an entry point for notebook manager extensions
12 years ago
Min RK c9961b44b6 Merge pull request #6000 from AlbertHilb/FloatWidgetValueFix
12 years ago
Thomas Kluyver 3b92c7c24f Merge pull request #6011 from minrk/no-jsonapi
12 years ago
Min RK 99f52dee68 Merge pull request #5827 from takluyver/kernelspec-rest-api
12 years ago
MinRK 44d2a5b62a only use zmq.jsonapi when talking to zmq sockets
12 years ago
Thomas Kluyver ebf0ea32ef Use stdlib json, not zmq jsonapi
12 years ago
Steven Anton f937045395 Set kernel_id before checking websocket
12 years ago
Raffaele De Feo 694f33e2ba Validate initial value of "_BoundedFloatWidget".
12 years ago
Thomas Kluyver 85ce34bc66 Kernel resource handlers now require authenticated user
12 years ago
Matthias BUSSONNIER 7128ff5148 add instruction to pin lessc
12 years ago
Matthias BUSSONNIER fd4dd9246e inherit style instead of duplicating it
12 years ago
Thomas Kluyver 19f0362bb5 Add Xunit support for JS tests
12 years ago
Jonathan Frederic 63f136af2b Fixed test to reflect new Bootstrap3 toggle button behavior.
12 years ago
Jonathan Frederic 22812d36b3 Use waits instead of sleeps.
12 years ago
Jonathan Frederic 5acb525c43 Wait for keyboard help fadein and fadeout.
12 years ago
Thomas Kluyver d39cf0e927 Add jsonschema & jsonpointer requirements for JS tests
12 years ago
Thomas Kluyver 38d1f3dbc5 nbformat also requires jsonpointer
12 years ago
Thomas Kluyver e0e91460c8 Require jsonschema for nbformat, html and nbconvert tests
12 years ago
Thomas Kluyver 37e4ef83b1 Move strip_ansi function to utils
12 years ago
Brian E. Granger eab07229ef Merge pull request #5617 from jdfreder/bootstrap3
12 years ago
Jonathan Frederic dba9a04f27 Removed block commented tour step (never worked anyways)
12 years ago
Jonathan Frederic e31fa6cf2c Fix bootstrap tour
12 years ago
Jonathan Frederic 99b1747c60 Bootstrap Tour related fixes
12 years ago
Jonathan Frederic bccb7ddaea Fab CSS
12 years ago
Jonathan Frederic ea29056e7c Review #2
12 years ago
Thomas Kluyver 82e2ea7e47 Merge pull request #5323 from jdfreder/slimerjs
12 years ago
Jonathan Frederic 63350a4d54 Fab CSS
12 years ago
Jonathan Frederic 1224af6028 Fixed cell toolbar select font size
12 years ago
Jonathan Frederic cd289b6bdf Fab CSS
12 years ago
Jonathan Frederic 83eee97e95 Review comments
12 years ago
Jonathan Frederic 3bb8c472cd Modal fixes for BS3
12 years ago
Jonathan Frederic 4917aba5e4 Fab CSS
12 years ago
Jonathan Frederic 2d8afab3d4 Fix widget widths for Bootstrap3
12 years ago
Jonathan Frederic 33f7f4457f Widget bootstrap3 fixes
12 years ago
Jonathan Frederic 29de556b94 Fab CSS
12 years ago
Jonathan Frederic 8fd3515794 Post discussion with @ellisonbg
12 years ago
Jonathan Frederic ceff3db0a2 Fab CSS
12 years ago
Jonathan Frederic 616bdcee81 Make maintoolbar select dropdowns look nice
12 years ago
Jonathan Frederic 32c7aea922 Fab CSS
12 years ago
Jonathan Frederic 73f68f9b93 Revert 2em notebook header space
12 years ago
Jonathan Frederic 5584eb06a9 Fab CSS
12 years ago
Jonathan Frederic 45ebf12371 Left align "File" instead of menu edge.
12 years ago
Jonathan Frederic 6834cb95bc Rebase cleanup, comments and nesting
12 years ago
Jonathan Frederic dec962194f Update components to point to right branch
12 years ago
Jonathan Frederic ec3cd18387 Rebase fixes
12 years ago
Jonathan Frederic ff2e317fff Fab CSS
12 years ago
Jonathan Frederic 181b0e9cfc Address less of the conversion warnings
12 years ago
Jonathan Frederic 22c94ab404 Lots of small alignment tweaks to get Bootstrap3 looking better
12 years ago
jon 0b5a42fca6 Fab CSS
12 years ago
jon ef19b962b5 Fix cell toolbar
12 years ago
jon 8dbf3afa7d Fixed cell toolbar dropdown
12 years ago
jon 0cc924e5e3 Fixed IPython dialog
12 years ago
jon 68cfaeb7c9 Fixed status indicator region
12 years ago
jon 9bce946f2e Added function to create Bootstrap specific drop down.
12 years ago
Jonathan Frederic 142e884943 Updated notebook template so menubar is rendered correctly
12 years ago
Jonathan Frederic ade308803e Added dropdown submenu CSS
12 years ago
Jonathan Frederic e30ff19ca8 Move header padding removal to base page style
12 years ago
Jonathan Frederic 778db574ed Removed static height from selects in toolbar
12 years ago
Jonathan Frederic 96b19ae598 Removed low margin from header.
12 years ago
Jonathan Frederic 80673856a8 Fixed float
12 years ago
Jonathan Frederic 697cc58655 Change the nav bar to nav-pills
12 years ago
Jonathan Frederic 0689830c4b Fixes to make spinners in cluster list display correctly.
12 years ago
Jonathan Frederic 0483bb2ed8 Fixed cluster list.
12 years ago
Jonathan Frederic 3635272119 Removed margin from row element
12 years ago
Jonathan Frederic 88a129eab3 Fab CSS
12 years ago
Jonathan Frederic 204130d292 Re-enabled nav bar height
12 years ago
Jonathan Frederic 242318be9b Fab CSS
12 years ago
Jonathan Frederic 365aafdaa2 Automated pass on LESS variables
12 years ago
Jonathan Frederic 329a387f4f Fix automation errors.
12 years ago
Jonathan Frederic d88daf1bb7 Ran jdfreder/bootstrap2to3
12 years ago
Jonathan Frederic 5c47651786 Get notebook running with Bootstrap3
12 years ago
Thomas Kluyver 76babb623a Better integrate output from slimerjs tests
12 years ago
Jonathan Frederic cebebb35d5 Re-add print
12 years ago
jon 19cf386a20 Address comments
12 years ago
Min RK 2c8a53aca1 Merge pull request #5944 from jdfreder/i5943
12 years ago
Brian E. Granger c9f9f5bbd2 Merge pull request #5937 from jdfreder/i5709
12 years ago
Brian E. Granger 648bb51758 Merge pull request #5479 from jdfreder/i5135
12 years ago
Jonathan Frederic 1c228ca0ab Rebase fix(es)
12 years ago
Jonathan Frederic 55cf33605f Fixed typo in util.js,
12 years ago
Jonathan Frederic 0d78fde131 Fixed spaces in ipcontroller
12 years ago
Jonathan Frederic f6e7312b5b Add slimerjs flag to test engine.
12 years ago
Jonathan Frederic edbaff8400 Moved is_cell_rendered into base
12 years ago
Jonathan Frederic 359d7342d2 Make a nice assert function for properly testing locale specific colors.
12 years ago
Jonathan Frederic 7dfa8fbe79 Some cleanup
12 years ago
Jonathan Frederic 04c66666e9 Fix for xvfb SlimerJS environment.
12 years ago
Jonathan Frederic a5a795a884 Added slimer support for py3.x
12 years ago
Min RK 724109454b Merge pull request #5941 from jdfreder/i5688
12 years ago
Min RK 3badefd651 Merge pull request #5936 from jdfreder/i5821
12 years ago
Min RK 4a84a809a0 Merge pull request #5896 from ellisonbg/widget-fixes
12 years ago
Jonathan Frederic f23f970e4c Make int widget tests play nicely with slimer
12 years ago
Jonathan Frederic fb6bb02b26 Make notebook tests play nicely with SlimerJS
12 years ago
Jonathan Frederic 85e1dafe6c Fix isolated svg color tests so 'rgb()' colors are accepted
12 years ago
Jonathan Frederic 578e3c562a Fixed image test for slimerjs
12 years ago
Jonathan Frederic 99a0013525 Adde slimerjs support to JS tests
12 years ago
Jonathan Frederic f6da79e1e1 Update JS markdown tests.
12 years ago
Jonathan Frederic d84c8fa863 Fixed mardown rendering bug.
12 years ago
Jonathan Frederic 19d12e3025 Remember cursor position on cell type change
12 years ago
Jonathan Frederic 33a0a3cc87 Add latex support in widget labels,
12 years ago
Jonathan Frederic 74483d77da Change css dict to a list,
12 years ago
Ramiro Gómez 2215ddefca Change z-index of ipython_tooltip
12 years ago
MinRK 88be381b00 forcefully hide CodeMirror scrollbars
12 years ago
Jonathan Frederic 961254292e Remove hard reference to GFM since IPythonGFM uses CM require to load it.
12 years ago
Jonathan Frederic 802f74e190 Create ipythongfm mode
12 years ago
Min RK 9794017dee Merge pull request #5882 from ivanov/preserve-cell-type
12 years ago
Paul Ivanov 9631028c1e add tests for cell_type preserving insertion
12 years ago
Paul Ivanov 7778aed8a8 inserting new cells preserves type closes #4917
12 years ago