Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sagemath/sagecell

The Sage Cell Server---providing a way to embed Sage computations into any web page.
https://github.com/sagemath/sagecell

Make interacts that change height change it gradually.

c79bc5a2d22451ef3508ca3d96c3b12ec6c1a9eb authored almost 12 years ago
update todo

1f3d7dbab755471e2c92aca4f32de8c60f93deba authored almost 12 years ago
Fix some problems with kernel.kernel_url being an absolute URL

f6c2fbdc467a8b0885d8781a5c980c6690129797 authored almost 12 years ago
Merge pull request #389 from ihanson/double-eval

Problems with quick re-evaluation

3f9eed0f99e2070e155134c570a65bd62452f486 authored almost 12 years ago
Made button for sharing permalinks

9755ceab794b4a3a6abe5ad699437b89b62f947b authored almost 12 years ago
Merge branch 'permalink' of https://github.com/henry-west/sagecell into permalinks

4ba7eac00cb4baef146b4f31105b8718d686ade8 authored almost 12 years ago
Added floating block for permalinks in sagecell.css

682116f9d242fb8679c46af9fe0a6f4406a0673c authored almost 12 years ago
More "sharing" changes to toggle visibility and rename item to "Share"

e119015327af98584a86d65fa92b4cd445db7a10 authored almost 12 years ago
Add a config option for tos

1976185d2b9ff456d7ba0ae4e97fe32a17e2d802 authored almost 12 years ago
fix typo

7db2d706db285d623e4dc42d10a9f57903b5c6c7 authored almost 12 years ago
Fixed minimize jquery ui

c27ad4c5a7864f8532078028747f364af1712266 authored almost 12 years ago
Permalink start

294d57134dcf96a5eba614dbb4db7cea124249f9 authored almost 12 years ago
Make the service handler require acceptance of the terms of service

a76c1f53b9dfb5998b6d99e4d187f545ab030811 authored almost 12 years ago
Fix for strict mode

37a080e49dac3467f238a272c2b7784012547213 authored almost 12 years ago
Turn on automatic line-breaking for mathjax

e266b2d312212a05d0103ed757a0e0800249d33a authored almost 12 years ago
Bugfixes

1cfc16a97be9f1426c3da872eef1cf5e565f98ed authored almost 12 years ago
Set cookie on evaluation (expiring after 1 year)

e3ad6ebccdf437fec4bef98ed8f5b4e091d01925 authored almost 12 years ago
Allow fake DELETE request through form submission where XHR is not available

7433da603bdaaad9c76293c3faaabda74cfab745 authored almost 12 years ago
Bug fixes for Terms of Service

8281c91ffeaf1d1aa5ed6f2bfa19fa1abad4f791 authored almost 12 years ago
Update to jQuery UI 1.10.2

878c8dfd428eaf6156fa5ee09a8bad1a1fe34b26 authored almost 12 years ago
Allow a CORS delete request to kill a kernel, and stop invalidating base_url

The base_url is important so that the kernel delete requests go to the right URL.

Why did we or...

ad0051d8d470d26a8185d3890deb5429a7c44398 authored almost 12 years ago
Check in the AMS/MAA Joint meetings presentation.

b0d098835b642effacdf20b6ac69f06df5625cd7 authored almost 12 years ago
Require acceptance of terms of service before evaluating

47387cae2232d4e17187344ec99669112a3ed385 authored almost 12 years ago
Ignore messages sent to killed kernels

(this was causing errors when double-clicking Evaluate)

399f262f46b978756567dc35a86cf18d2c7328cc authored almost 12 years ago
An incomplete attempt at launching new kernels when evaluate is pressed (and killing the old kernel).

8b3f2ecd49cf172f0b9e9cdcfa50fa5020737764 authored almost 12 years ago
Make timeouts work with interact messages

Timeouts were broken with interacts since interacts were sending custom message types, but the t...

9146d69e3f3dd9be30af23e1de9c220b2292a39d authored almost 12 years ago
Add comments about previous commits

8f0dc1b8be78a9bb8e19942570ed390732509652 authored almost 12 years ago
Fix issue when quickly pressing Evaluate button multiple times

28f35bb0462f2012e6144ace18ac42d65ec03a25 authored almost 12 years ago
Add notes about per-process filesystems

3a8c017343f1fc7b990ab712e8aa40851fd8fe3b authored almost 12 years ago
Update todo.rst

1c82447a23434a5921f8eb68de0bfad6d6fde6ba authored almost 12 years ago
add note about LXC

6724ab8442b6d11b453aa30ce55c5744fccf25cc authored almost 12 years ago
Reference gh-387, gh-389, gh-350, gh-253, gh-233, gh-120 in todo

61fc94732fbb89bd722eb33ad5c7da84a0a53684 authored almost 12 years ago
Update todo list with gh-391

2d5be941187f5310757c7c995433bd280ac9e979 authored almost 12 years ago
Update todo.rst

ff90d3c0713f63b5c8cdab469def8c1c34bebbd4 authored almost 12 years ago
Update todo.rst

21c92b96503dd273db6cf652491dbd2968cb1c8e authored almost 12 years ago
Merge pull request #395 from jasongrout/memstore

Make a new permalink web server

We've been running this in production for a few weeks now wit...

58095af2fd649bac637dbaf4365ff33cfc7218c9 authored almost 12 years ago
resolve /permalink in the permalink server to be compatible with the cell server itself

e41ede49b4b197ae571c18c693f01c5e2c255325 authored almost 12 years ago
Merge branch 'master' into memstore

ff9f3cdafcda773a2fe7ff93825068a9c7bf5afc authored almost 12 years ago
Update installation directions to delete Sage's current IPython

It seems that if we don't delete Sage's IPython, Sage gets very confused about which IPython to ...

f0421127f1853bc20c761203b8dd98db49ec2617 authored almost 12 years ago
Include current installation instructions

Fixes gh-344

1c55940972e01b82b65b77f7be322a034d996cb6 authored almost 12 years ago
Add people working on todo list.

e2d34dee72ad220c7d227a95cf96345d90208b42 authored almost 12 years ago
Fix some timeout issues and other issues with the sagecell-client example.

Thanks to sdenton4 on github for pointing out the timeout problems (see gh-401)

1d2892dd925a5cf887c11710641b1bceab093637 authored almost 12 years ago
Upgrade to IPython master (but make changes backwards compatible with older IPython versions)

2d002686a11cc13e32e4991ab2d108e1cf08aefe authored almost 12 years ago
Architecture diagrams using draw.io

9faeaa39bf284b16a4c38a60ec4b7ef880817531 authored almost 12 years ago
Fix dokuwiki plugin to autoresize codemirror.

d876233ac21959244012a89e187c9f16846f68e6 authored almost 12 years ago
Dokuwiki plugin for the sage cell

2c8c0d02a3eb22f019cbdde1ec3b6348f726b39f authored almost 12 years ago
add selinux links

ee191feb85786291054f1162697af59467e24003 authored almost 12 years ago
Elaborate on rate-limiting strategies

a21b0334d5f21369b9d08a2454454e6907df8dcc authored almost 12 years ago
Fix todo formatting

a27c9968dae5c7b6f5b05c3ba0db40432dd55d03 authored almost 12 years ago
fix formatting

d310dcfe7d31bb679dec2d0ddf38b41486cd2c15 authored almost 12 years ago
fix wrapping

f5609a5517b0a02c5c8b30b6355430ae9d0ce5f1 authored almost 12 years ago
Reorganize extensions

d807340b03b76380df70f9d32b53f913be344bef authored almost 12 years ago
Organize todo list

bcb1d62d62c879247e9f85b4cb919a94e1453b3e authored almost 12 years ago
Commit the hodgepodge of scripts to run the cell server on a computer.

At the top-level, run the restart command in the directory.

Use the check_sagecell_server comma...

09fae3e2d84a88403ca37a9b9cc99b936b9adf04 authored almost 12 years ago
Factor out permalink code so the permalink server and the /permalink handler have the same codepath

7c7434afdc971dbd9a4e168c62e111e070596eb2 authored almost 12 years ago
Fix merge conflict

6604281586d66b7b94625f68e1550b505b87e4d6 authored almost 12 years ago
Merge pull request #399 from ihanson/nb-id

Starting a kernel

dde64d4ba54c80ad165cfe59142f58393f136ae0 authored almost 12 years ago
Make the permalink server more closely mimic the behavior of the /permalink handler

Also incorporate some bugfixes from Ira, and the correction to use JSON for the get handler.

00272cc8be88484e1223cd5e12b888cb906759a3 authored almost 12 years ago
Added a few notes of things to do

a1e618b96b0e381e8851c017e3a51b26067489e2 authored almost 12 years ago
Make the notebook ID optional

f3728f98b4bed4bfb7a626f230888d94c80b254b authored almost 12 years ago
Fix bugs in iframe workaround for POST requests

9cfa65239c4cc29ae32cbdc8e89a2d09904000a6 authored almost 12 years ago
require IE9+; we seem to be running into a lot of problems with IE8

e2f84791c2a1c4545fd01d2db207c6a19174d927 authored almost 12 years ago
Take care of one more place where console was assumed to exist to fix IE8

4dc54685196452dce00ff76bee73948add9068f4 authored almost 12 years ago
Don't assume that console exists.

See Ira's note on gh-398: IE 8 doesn't define console until the console is actually opened.

1962cd6afcfbfd8ce66e70b439bacbef8847ecd1 authored almost 12 years ago
update documentation

bb1a8c806659e9e215ee85baf129ba40db07de72 authored almost 12 years ago
log most recent message first

ce605753388aca1c1627f3ca4ca6d89a8ccfbaaf authored almost 12 years ago
Merge branch 'interactfunctions'

d5c598effceb1170041ae37c6da30980c5e7fc38 authored almost 12 years ago
Upgrade to zmq 2.2.0

be1b714b4e735223819332460657a39ca8243f59 authored almost 12 years ago
Implement @InteractFunction for somewhat-backwards compatible interacts

42acbff60a77366aa9b0c8bd6354e85ddfa6df7a authored almost 12 years ago
upgrade the api for CORS/iframe requests, consistent with Ira's changes elsewhere

74bcc4d68cf022ad9e9ac42ffb4eb7998fc6a3f1 authored almost 12 years ago
return after error in permalink handler

279a11cf994c304ae2f8f652d4ff525c20879fa9 authored almost 12 years ago
get code *after* codemirror has saved it

a15a163c96ef6a9dda274c8e151616275cf4c7f5 authored almost 12 years ago
clean up permalink server

9f229bfd75b4ca38178f4b4e0d316d82c3339025 authored almost 12 years ago
clean up permalink server code

4c926485c202ecfaabd6a5b3c8c341e5c31ea2f8 authored almost 12 years ago
Add permalink server config

4855fca7afbca16955144072410ef77f7fa2da48 authored almost 12 years ago
Properly import the db file depending on the config

c93e0c8d86f894fc8536d3ac20046581b8725349 authored almost 12 years ago
clean up

1d9e3a34d2e411e2d73ce1d394e31fb31afcdc70 authored almost 12 years ago
Make sqlalchemy callback-oriented

d7fceb7ec1dd0a95fd1f02881e1e71642f22521d authored almost 12 years ago
Make the web database work

a6a5eed0970751e2a16f27a968f85ad528385db5 authored almost 12 years ago
Store the language and code with the shortened permalinks.

c090eae32a3dcaa14af731d1cf593c39f7b2f2aa authored almost 12 years ago
fix whitespace

85727a3177d9b7a186aad6a0645f37ffc7014d3b authored almost 12 years ago
Merge pull request #355 from ihanson/multimechanize

Multi-Mechanize tests

e40d6c4385cdf791cc3a8ac169112e5eeb231171 authored almost 12 years ago
Merge pull request #394 from ihanson/color

Colorized HTML on About page

b9eadaade3cd7f730b086adc3dc8bbf0a47129dd authored almost 12 years ago
Modify .gitignore for v2 at top level

ec60ac2b260932d9a9c2ccdeb3c1a5931f630125 authored almost 12 years ago
Use msg_type in message header

c4ec5364c0a62dd1a8c806deb55da8fa6894d566 authored almost 12 years ago
Create Multi-Mechanize tests

73fe1fc9ad6fa6826e8292135c26f9ba17956e97 authored almost 12 years ago
Kill a kernel when the user leaves the page

Other changes to the API

2f8496e03669762e64856ebf6929931081964a1e authored almost 12 years ago
Colorize HTML on the About page

2deb924b7c019b4ef70529eca8b1300eb420cfe2 authored almost 12 years ago
Fix whitespace from emacs’ JavaScript mode

b292d5ed12d9e57a619513aae490307916dcc750 authored almost 12 years ago
Fix height of codemirror, since the CSS to do this changed in version 3.1

e9d9203d66310bc4bb1880ee50a1e421c8c8cd53 authored almost 12 years ago
Fix shift-enter to not insert empty line by overriding the shift-enter of codemirror

d8ac653dee2c8586e28ac106c1459b7795883b3f authored almost 12 years ago
Merge pull request #393 from jasongrout/codemirror3

Codemirror3

49267e3c126523bc7ef0bd77468aee51fc135fee authored almost 12 years ago
Upgrade to CodeMirror 3.1

Now we need to specifically include the bracket matching extension.

e2a4237e830646c5cfcf0a8ca08763a61a798a5d authored almost 12 years ago
Remove completely unnecessary initial wait

This guaranteed to add 100ms to the startup time of the sage cells, even if dependencies were al...

be921a4a56b3991322099de311c9dc2328b8e618 authored almost 12 years ago
Merge pull request #388 from ihanson/2xcall

don't make a Sage cell if it has already been made

acc6b0f0939afb863bc436e709439415ecb8f874 authored almost 12 years ago
Do not cause problems when makeSagecell is called on an existing Sage cell,

or a selector that selects no elements

d36076f37a0d4ba2ce2e121ed988f3d67f52eb6e authored almost 12 years ago
Enable passing sockjs options to sagecell

121cf95a68dcdc8755c5962c71982d72e672ea58 authored almost 12 years ago
Make it possible to override the log and loadMathJax options before loading embedded_sagecell.js

52439684e99f0f422d9e982f6d994f1e99a10ea5 authored almost 12 years ago
Make it so that any access to DOM elements waits until after the page is loaded.

This means that you don't have to wrap the makeSagecell requests in $() anymore. Also, the depe...

7d83d4d5a7ffb4008578e4a59168b7d1c401a7f3 authored almost 12 years ago
Don't wait until the document is loaded to load javascript dependencies

We already wait until the document is loaded to convert things to sage cells, so there shouldn't...

46e2b773c2aee3182c392f82123c6250f033ad88 authored almost 12 years ago