Paul Ivanov
9f08aa5a08
cleaning up named_notebook_path
2013-10-17 14:09:08 -07:00
Paul Ivanov
11e5bd7b24
adding tests for named_notebook_path
...
I want to do some refactoring, so I'll put in some tests that will define the
behavior that I want to preserve, so I can verify that my refactoring hasn't
broken anything.
2013-10-17 14:09:08 -07:00
Thomas Kluyver
18fdb26273
Fix to if test
2013-10-17 14:09:07 -07:00
Thomas Kluyver
6154c5f626
Remove some unnecessary imports
2013-10-17 14:09:07 -07:00
Thomas Kluyver
2a81c5f80c
Update docstring
2013-10-17 14:09:07 -07:00
Thomas Kluyver
213b89c1cc
Simplify encoding/decoding URL parts
2013-10-17 14:09:07 -07:00
Thomas Kluyver
adb2fc1fa4
Better use Python slicing
2013-10-17 14:09:07 -07:00
Zachary Sailer
1f04b48725
Renaming fixed
2013-10-17 14:09:07 -07:00
Zachary Sailer
f3af343f4f
Change new/copy URLS to POST requests
2013-10-17 14:09:06 -07:00
Zachary Sailer
8261ac2cb9
change standard money keys
2013-10-17 14:09:06 -07:00
Zachary Sailer
c7375e170f
rebase master- eliminate read-only
2013-10-17 14:09:06 -07:00
Zachary Sailer
eb1690255d
allow spaces in notebook path
2013-10-17 14:09:06 -07:00
Zachary Sailer
a219abaeeb
standard model changes
2013-10-17 14:09:06 -07:00
Zachary Sailer
5af83cd705
redirect url after notebook rename
2013-10-17 14:09:05 -07:00
Zachary Sailer
fd282698bc
removing debug logs
2013-10-17 14:09:05 -07:00
Zachary Sailer
5462cb4d9b
fixed delete_content in contentmanager
2013-10-17 14:09:05 -07:00
Zachary Sailer
91f25dc046
add contents web service api
2013-10-17 14:09:05 -07:00
Zachary Sailer
ad621913f1
added folder creation ability using '/-new'
2013-10-17 14:07:51 -07:00
Zachary Sailer
d06cf1fed7
added "last_modified" to notebook_model
2013-10-17 14:07:51 -07:00
Zachary Sailer
d4ee2da291
proper '.py' and '.ipynb' download files
2013-10-17 14:07:51 -07:00
Zachary Sailer
022b8324b2
Download '.py' fixed, deleted debugging output
2013-10-17 14:07:51 -07:00
Zachary Sailer
bfff3d817d
Fixed bug when linking kernel to new code cells
2013-10-17 14:07:51 -07:00
Zachary Sailer
c4e06a3728
allow rename in subdirectory notebooks
2013-10-17 14:07:51 -07:00
Zachary Sailer
ece92127d3
Add 'patch' to session & notebook, rename working
2013-10-17 14:07:51 -07:00
Zachary Sailer
e4a7b724a6
fixed shutdown button refresh on dashboard
2013-10-17 14:07:51 -07:00
Zachary Sailer
62ec52e276
fix restart/interrupt kernel buttons
2013-10-17 14:07:50 -07:00
Zachary Sailer
20324bafd0
fixing path redirects, cleaning path logic
2013-10-17 14:07:50 -07:00
Zachary Sailer
11cef9ab45
fixing some bugs after rebase
2013-10-17 14:07:50 -07:00
Zachary Sailer
0559df1b8a
manual rebase - add sessions web service
2013-10-17 14:07:49 -07:00
Zachary Sailer
98e67bfa22
manual rebase notebooks web services
2013-10-17 14:07:49 -07:00
Zachary Sailer
09c4ecbb10
manual rebase services/kernels/
2013-10-17 14:07:49 -07:00
Matthias Bussonnier
e07ddebdf6
Merge pull request #3743 from minrk/noro
...
remove notebook read-only view
it is largely broken, and had problematic security issues.
2013-07-25 10:51:26 -07:00
MinRK
f9dd129e1c
remove notebook read-only view
...
it is largely broken, and had problematic security issues.
2013-07-23 13:22:05 -07:00
MinRK
2a09958bb6
better message when notebook format is not supported
...
Different messages for bad version and bad JSON.
closes #1592
2013-07-23 12:36:22 -07:00
MinRK
39578beabc
remove max_msg_size altogether
...
It was a security feature without an application.
2013-07-09 09:37:36 -07:00
MinRK
4408ab6ca1
warn about messages dropped due to oversize
2013-07-05 22:17:40 -07:00
MinRK
563d9372bf
up default max_msg_size to 1MB
2013-07-05 22:17:39 -07:00
Brian E. Granger
7941da8fe2
Merge pull request #3498 from ellisonbg/nbname
...
When a notebook is written to file, name the metadata name u''.
2013-07-05 11:31:41 -07:00
Matthias Bussonnier
cefbcbead1
Merge pull request #3526 from minrk/clusterlist
...
ensure 'default' is first in cluster profile list
when sorting, 'default' is transformed to ''.
2013-07-05 07:35:59 -07:00
Matthias Bussonnier
8e211a1290
Merge pull request #3525 from minrk/utc
...
Fix basic timezone info
minor tweaks to jsonutil, to include timezone info if available
add IPython.utils.tz, which just has basic info for making utcnow(), etc. include tzinfo in the datetime object
use this tzinfo in the last_modified keys in notebook managers, which fixes Firefox's timezone offset for checkpoints
2013-07-05 07:35:27 -07:00
MinRK
13408ecf71
ensure 'default' is first in cluster profile list
...
when sorting, `'default'` is transformed to `''`.
2013-07-03 16:18:10 -07:00
MinRK
bc4a457fdc
add timezone info to last_modified
in notebook managers
...
now Firefox won't get confused, turning utc timestamps into local times.
closes #3396
2013-07-03 12:16:22 -07:00
Thomas Kluyver
a2bf752dba
Remove unused imports in IPython.html
2013-07-02 22:31:40 +01:00
Thomas Kluyver
acb7eefef8
Remove unexpected keyword parameter to remove_kernel
...
Closes gh-3474
2013-06-29 23:01:34 +01:00
Brian E. Granger
a8dfc449a6
When a notebook is written to file, name the metadata name u''.
2013-06-28 21:35:20 -05:00
MinRK
cf726d6a40
mv IPython.html.notebook -> IPython.html
2013-06-27 11:14:10 -07:00