MinRK
|
c8ce1e7c7a
|
url_escape redirects
|
2013-10-18 16:13:54 -07:00 |
|
MinRK
|
d739a72638
|
strip '/' from paths in template-render handlers
|
2013-10-17 14:09:20 -07:00 |
|
MinRK
|
dc65b33d14
|
simplify handler patterns
PATH pattern will now sometimes include leading slash,
but that's okay because nbmanager will strip them.
fewer redirect patterns needed
|
2013-10-17 14:09:15 -07:00 |
|
MinRK
|
16e8d0ff43
|
adjust definition of 'path' in notebooks
never includes leading or trailing '/'
|
2013-10-17 14:09:13 -07:00 |
|
MinRK
|
14fd50f80b
|
Simplify Tree handlers
- 404 on missing path
- only need one handler for each of redirect and dashboard,
don't need duplicates.
- project property on Handlers is unclear
|
2013-10-17 14:09:12 -07:00 |
|
Zachary Sailer
|
34b9840786
|
fixing broken links from recent changes.
After fixing operating system path changes in previous commits,
many links needed to be adjusted to direct to the correct URL.
|
2013-10-17 14:09:09 -07:00 |
|
Paul Ivanov
|
f42de98c5b
|
use new assumptions for named_notebook_path
|
2013-10-17 14:09:08 -07:00 |
|
Zachary Sailer
|
1f04b48725
|
Renaming fixed
|
2013-10-17 14:09:07 -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
|
5af83cd705
|
redirect url after notebook rename
|
2013-10-17 14:09:05 -07:00 |
|
Zachary Sailer
|
b170c5dee0
|
allow notebook names with spaces
|
2013-10-17 14:09:05 -07:00 |
|
Zachary Sailer
|
f55381d55b
|
completer now recognizes session
|
2013-10-17 14:07:52 -07:00 |
|
Zachary Sailer
|
ad621913f1
|
added folder creation ability using '/-new'
|
2013-10-17 14:07:51 -07:00 |
|
Zachary Sailer
|
20324bafd0
|
fixing path redirects, cleaning path logic
|
2013-10-17 14:07:50 -07:00 |
|
Zachary Sailer
|
7fbeb814f8
|
manual rebase tree/handlers.py
|
2013-10-17 14:07:50 -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
|
cf726d6a40
|
mv IPython.html.notebook -> IPython.html
|
2013-06-27 11:14:10 -07:00 |
|