Jonathan Frederic
f4f2c92285
Keep a running diff instead of forcing a full state update
12 years ago
Jonathan Frederic
770d2bd3a0
Only send diff message if diff isn't corrupt.
...
Diff will corrupt if more then one model.set(...) call is made
before model.save (or view.touch() in our case).
12 years ago
Jonathan Frederic
fbf700e5d2
Fixed typo in new test
12 years ago
Jonathan Frederic
a173e684c6
Added test that shows the problem.
12 years ago
Jonathan Frederic
5667947f9d
Revert "Let backbone get changed attrs"
...
This reverts commit 4dd4990ff146508894353e390601c659d2638ed3.
12 years ago
Jonathan Frederic
36b576b0bd
Let backbone get changed attrs
12 years ago
Jonathan Frederic
cd72883fc7
Revert "Fix incorrect usage of attrs"
...
This reverts commit 04aa0885bb143fd0409fe133ca572004ffa6dc0e.
12 years ago
Jonathan Frederic
0d80363240
Fix incorrect usage of attrs
12 years ago
Brian E. Granger
54f7d42244
Merge pull request #5078 from ellisonbg/js-readme
...
Updating JS tests README.md
12 years ago
Brian E. Granger
38c369c0d8
Updating JS tests README.md.
12 years ago
Brian E. Granger
2ecc5cacac
Merge pull request #5083 from minrk/one-nb-server
...
don't create js test directories unless they are being used
12 years ago
MinRK
f80e4dc72e
don't create js test directories unless they are being used
...
just moves a setup block from `__init__` to `launch`
12 years ago
Brian E. Granger
89c1aa2010
Merge pull request #5062 from minrk/js-test-races
...
adjust some events in nb_roundtrip
12 years ago
Brian E. Granger
778a1baaf9
Merge pull request #5043 from minrk/base-url-unicode
...
various unicode / url fixes
12 years ago
MinRK
e14172d851
adjust some events in nb_roundtrip
...
hopefully should address some intermittent failures due to race conditions
12 years ago
MinRK
8264362179
document utils.parse_url
12 years ago
MinRK
9629bce503
fix url encoding in services
...
At this point, zero attributes should be encoded URLs
12 years ago
MinRK
24e59106c0
add utils.parse_url
...
strip repeated '//' in url_path_join
12 years ago
MinRK
a93040e810
s/get_data/get_body_data/
12 years ago
MinRK
e7db8cfd4e
fix notebook_path in menu bar
12 years ago
MinRK
e1e0b19a6a
s/base_project_url/base_url/
...
deprecate NotebookApp.base_project_url
12 years ago
MinRK
24703985e9
only add .ipynb if extension is not included
...
prevents .ipynb.ipynb double extension
12 years ago
MinRK
61b06a39e2
holy crap, semicolons
12 years ago
MinRK
7cb4321bfe
test unicode path in dashboard_nav
12 years ago
MinRK
13fc9022d9
various unicode fixes
...
- remove notebookPath, notebookName, and baseProjectUrl methods everywhere
- use base_project_url *attributes* instead
- we should never use escaped URLs except when making an actual request
Should fix issues with double-escaping
12 years ago
MinRK
beaa75b416
add utils.get_data
...
for extracting *decoded* items from $('body').data
12 years ago
Brian E. Granger
3f47f6287b
Merge pull request #5066 from minrk/pylab-examples
...
remove (almost) all mentions of pylab from our examples
12 years ago
Brian E. Granger
674ce7d9f8
Merge pull request #5053 from jdfreder/js-test-refact
...
Move&rename JS tests
12 years ago
Jonathan Frederic
60c035f874
Hardcode exception for __pycache___
12 years ago
Brian E. Granger
47abe842b2
Merge pull request #5067 from minrk/widget-error
...
show traceback in widget handlers
12 years ago
Brian E. Granger
d3567f4cb0
Merge pull request #4920 from ellisonbg/pdf-formatter
...
Adding PDFFormatter and kernel side handling of PDF display data
12 years ago
Brian E. Granger
fc6b68a8aa
Merge pull request #5048 from ellisonbg/modal-indicator
...
Add edit/command mode indicator
12 years ago
Brian E. Granger
9b21f618e6
Merge pull request #5061 from minrk/execute-button
...
make execute button in menu bar match shift-enter
12 years ago
Brian E. Granger
22136b5e38
Merge pull request #5052 from ellisonbg/pager-q
...
Add q to toggle the pager.
12 years ago
Min RK
da974043ab
Merge pull request #5070 from minrk/remove-display-flex
...
fix flex: auto
12 years ago
Jonathan Frederic
94a7a7fd3a
Whoops, put kernel.js in the wrong folder
12 years ago
Jonathan Frederic
b5d465e3c7
removed `casperjs` dir
12 years ago
Jonathan Frederic
67a7cd1b33
Fixed setup base so it requires the correct files
12 years ago
Jonathan Frederic
23f2bdf734
Made the folders map 1-to-1 with those in static
12 years ago
Jonathan Frederic
2da92d4d13
Moved files out of casperjs folder
12 years ago
MinRK
95d3d6de8b
fix flex: auto
...
flex: 0 doesn't seem to mean what box-flex meant (auto)
closes #5069
12 years ago
Brian E. Granger
436ac1184f
Merge pull request #5065 from takluyver/interact-annotations-example
...
Add example of using annotations in interact
12 years ago
Brian E. Granger
5a087f2a66
To the most conservative choice.
12 years ago
Brian E. Granger
31301c4194
Just close the pager with q, not toggle.
12 years ago
Brian E. Granger
4e37e901d8
Add q to toggle the pager.
12 years ago
MinRK
d772b4c3da
catch errors at a lower level in interact
...
for cleaner tracebacks in the interact callback than the fallback case
12 years ago
MinRK
ddc22152ea
show traceback in widget handlers
...
rather than logging
closes #5064
12 years ago
Paul Ivanov
55684d7c1e
don't change name of section
12 years ago
Paul Ivanov
2c55a81efa
use js/subfolder/test.js syntax now
12 years ago
Paul Ivanov
4ad7e35809
shorten the js section names
12 years ago