Pierre Gerold
a2366dc68f
replace the 'find' way into direct inclusion in svg element
2016-02-05 08:21:48 +01:00
Jason Grout
fc8d0dcb06
Merge pull request #979 from minrk/swagger-doc
...
update swagger API doc from jupyter-js-services
2016-01-21 14:02:38 -05:00
Min RK
bc104a2c49
Merge pull request #976 from minrk/dockerfile-tests
...
Run notebook tests instead of IPython tests in Dockerfile
2016-01-21 17:30:34 +01:00
Min RK
732fc9cc18
Checkpoint restored typo
2016-01-21 17:15:08 +01:00
Min RK
5830a3aa99
Merge pull request #925 from Carreau/deprecated-is-deprecated
...
Be more explicit about deprecation.
2016-01-21 17:07:28 +01:00
Min RK
0e6b1782e5
don't remove requests
...
it's a pointless waste
2016-01-21 17:03:38 +01:00
Min RK
001b3b7936
install widgets
2016-01-21 16:34:09 +01:00
Min RK
4257cc9305
run notebook tests instead of IPython tests
2016-01-21 16:34:08 +01:00
Min RK
84768ed057
Merge pull request #589 from jakirkham/docker_purge_unneed_files
...
Docker purge unneeded files
2016-01-21 16:32:44 +01:00
Min RK
ba65ca5030
fix swagger validation errors
2016-01-21 15:07:42 +01:00
Min RK
1a7d23479b
update swagger doc from jupyter-js-services
2016-01-21 13:33:35 +01:00
Jason Grout
4671134fdf
Initial work-in-progress for contents api swagger docs
2016-01-21 13:32:23 +01:00
Matthias Bussonnier
7e4f72ed6c
Merge pull request #974 from willingc/doc-newnb
...
Add gif to docs for notebook creation
2016-01-19 12:39:38 -08:00
Carol Willing
4440077584
Add gif to docs for notebook creation
2016-01-19 09:05:30 -08:00
Min RK
c000d0ac84
Merge pull request #966 from takluyver/i965
...
Allow HEAD requests for /files/ URLs
2016-01-18 14:29:25 +01:00
Thomas Kluyver
1941d0b234
Allow HEAD requests for /files/ URLs
...
Closes gh-965
2016-01-18 12:34:24 +00:00
Min RK
301cbc6374
Merge pull request #960 from Carreau/ignjs
...
Acknowledge `ignotre_minified_js` on auth, and tab-> space
2016-01-16 21:13:05 +01:00
Matthias Bussonnier
a8f6265d07
Merge pull request #943 from captainsafia/add-timestamp-to-file
...
Add sort by last modified date and name to file tree
2016-01-16 10:30:35 -08:00
Matthias Bussonnier
a1bc8f4275
Merge pull request #958 from vbraun/help_links_to_url
...
Use require.toUrl for help_links
2016-01-15 15:32:45 -08:00
Matthias Bussonnier
34d67327ae
Acknowledge ignotre_minified_js
on auth, and tab-> space
2016-01-15 09:09:20 -08:00
Safia Abdalla
309b15bda8
Added button arrow reset on refresh
2016-01-15 10:24:35 -06:00
Safia Abdalla
b1d96cad52
Updated class switch command
2016-01-14 21:29:57 -06:00
Safia Abdalla
0fbe6abedd
Clean up style update on button click code
2016-01-14 21:17:05 -06:00
Safia Abdalla
e6db03ceac
Refactor out button click logic
2016-01-14 21:12:47 -06:00
Safia Abdalla
9494ca1a9c
Update buttons in template
2016-01-14 21:12:28 -06:00
Volker Braun
08cbe7f770
Use require.toUrl for help_links
...
The kernel doesn't know about the base_url of the notebook, so he
cannot generate local urls. This is important if you want to serve
documentation locally, for example see
http://trac.sagemath.org/ticket/19885
Require.toUrl rewrites non-relative paths according to the path
configuration. For example, a help_link defined like
{
'text': 'Sage Documentation',
'url': 'kernelspecs/foo/bar.html',
},
is then correctly transformed to /base_url/kernelspecs/foo/bar.html
2016-01-15 01:37:11 +01:00
Min RK
a3e074c3a7
Merge pull request #935 from Carreau/logwarn1
...
Remove deprecated usage of `log.warn` prefer `log.warning`.
2016-01-14 10:18:31 +01:00
Safia Abdalla
c914d9232c
Added functionality for sort on name
2016-01-13 19:46:33 -06:00
Safia Abdalla
04a456516c
Added button for sort by name
2016-01-13 19:46:16 -06:00
Matthias Bussonnier
7707bedd85
Merge pull request #952 from Carreau/5x
...
Bump version to 5.0.0.dev
2016-01-13 16:42:20 -08:00
Matthias Bussonnier
8d091a26b6
Bump version to 5.0.0.dev
2016-01-13 12:55:30 -08:00
Min RK
f81113c5a8
Merge pull request #950 from vbraun/use_default_url
...
Use default_url instead of hardcoding /tree for initial url
2016-01-13 10:30:41 +01:00
Safia Abdalla
c3d6bfbf1a
Updated styling on last modified element
2016-01-12 20:23:54 -06:00
Safia Abdalla
c08c7d58df
Updated front-end sorting and display
2016-01-12 20:17:15 -06:00
Volker Braun
0f0cbc20c5
Use default_url instead of hardcoding /tree for initial url
2016-01-13 00:45:45 +01:00
Min RK
96c39cda8c
Merge pull request #948 from Carreau/ceil
...
use math.ceill to allow values < 5s as input
2016-01-12 19:37:08 +01:00
Matthias Bussonnier
6109cdc86e
use math.ceill to allow values < 5s as input
2016-01-12 07:49:59 -08:00
Safia Abdalla
a02148f3ad
Updated format_datetime to return human-friendly dates
2016-01-11 19:00:49 -06:00
Safia Abdalla
b18d269bda
Added arrow indicator for sorting
2016-01-11 18:25:50 -06:00
Safia Abdalla
a290251ae7
Wiped smudge from screen
2016-01-11 18:11:04 -06:00
Safia Abdalla
6211e33523
Added datetime sorting on front end
2016-01-10 15:30:07 -06:00
Safia Abdalla
11eebd2fc0
Added last modified sort button
2016-01-10 15:28:54 -06:00
Safia Abdalla
0bf3767b88
Updated format string for last modified datetime
2016-01-10 15:28:15 -06:00
Safia Abdalla
23aeb32cc5
Added datetime_sort_helper function
2016-01-10 15:26:28 -06:00
Safia Abdalla
e235643eb1
Added last_modified date to file tree
2016-01-09 23:42:02 -06:00
Safia Abdalla
97cfe14abf
Added format_datetime utility function
2016-01-09 23:39:48 -06:00
Min RK
82fb153329
Merge pull request #936 from Carreau/release-instructions
...
update release instruction a bit again
2016-01-09 12:16:50 +01:00
Carol Willing
8d47271537
Merge pull request #938 from willingc/announce
...
Update doc for 4.1 announcement
2016-01-08 15:28:00 -08:00
Carol Willing
d2ba5b10c8
Update doc for 4.1 announcement
2016-01-08 14:43:38 -08:00
Carol Willing
3124eae5ab
Merge pull request #937 from Carreau/dotdev
...
fix dev notation and regex.
2016-01-08 14:41:36 -08:00