Commit Graph

8797 Commits

Author SHA1 Message Date
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
Min RK
c280b773fb use session.deserialize to unpack message for rate limiting
rather than hardcoding json.loads

Messages should **never** be deserialized by any means other than the Session API.
2016-01-21 11:27:09 +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
Jonathan Frederic
9e2c95dc07 limit_window -> rate_limit_window 2016-01-18 10:41:21 -08:00
Min RK
89b75c21e2 multiple-undo for cell deletion
use a stack for undelete_backup instead of a singleton

avoids data loss on multiple undelete
2016-01-18 15:49:48 +01: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
Jonathan Frederic
eb30002a82 Use a set for filter exceptions 2016-01-17 08:42:42 -08: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
Jonathan Frederic
7aaccbd545 Don't filter status, comm_info, kernel_info, and execute_request messages 2016-01-15 15:22:25 -08:00
Jonathan Frederic
c47f3d021b Fix a bug in the code that parses the parent message from the msg_list 2016-01-15 15:14:14 -08:00
Min RK
1c8437a123 add ctrl-alt-[ shortcut for indentAuto
and move common cell commands to Cell base config
2016-01-15 22:19:35 +01:00
Jonathan Frederic
acbbc60e09 Change the window length to 1s 2016-01-15 10:03:02 -08:00
Jonathan Frederic
7232a6a99a Clarification & cleanup 2016-01-15 09:50:31 -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
Jonathan Frederic
69faf0fb9b Change the logic so the intervals are checked all of the time,
also changed no-limit default to "0"
2016-01-14 10:11:28 -08: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
Jonathan Frederic
f83485fcee Remove log msg 2016-01-11 12:52:35 -08:00
Jonathan Frederic
4c99c5f7f8 Limit on websocket, not zmq 2016-01-11 10:49:23 -08: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