Ecosyste.ms: OpenCollective

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

github.com/oppia/oppia

A free, online learning platform to make quality education accessible for all.
https://github.com/oppia/oppia

Merge branch 'master' of https://code.google.com/p/oppia

Conflicts:
templates/dev/head/editor/editor_exploration.html

21fed7e46b8140ab724cf1e8f8ac177498374910 authored almost 12 years ago by Yana Malysheva <[email protected]>
added most of the interface for declaring and changing parameters; TODO:

(more details in forthcoming email)
add a model for the parameter changes;
make parameter changes...

3a0876f79984f455b19abb0f5a571658f9dbf567 authored almost 12 years ago by Yana Malysheva <[email protected]>
Add dependency to handle Explorations (and later States).

951dd4b11b805b49d33043f31c3d54a36cabdcc0 authored almost 12 years ago by Sean Lip <[email protected]>
Adding new fields to the state model class. Adding UI elements for customizing interactive widgets and displaying rules for them.

2c6837c7ce32736f91525486e1461be94fbdec7f authored almost 12 years ago by Sean Lip <[email protected]>
Populate the interactive widget repository iframe. Remove wysihtml5.

054354234e71a3720361637f19da9dc65955dccc authored almost 12 years ago by Sean Lip <[email protected]>
Refactoring editor_metadata.html into a separate template.

9b86a664cf3e628d9447cb8ed12252adb38d8609 authored almost 12 years ago by Sean Lip <[email protected]>
Add interactive widget modal

4862e4eadef1edcb7557025dbb4d9f9e517d42a1 authored almost 12 years ago by Sean Lip <[email protected]>
Removing unnecessary minifying

f9d204784f140722f9e1e794c543a5b255c59a02 authored almost 12 years ago by Sean Lip <[email protected]>
Merge branch 'master' of https://code.google.com/p/oppia

50d49a022aacf90914e9877b3d987f35c6a79dab authored almost 12 years ago by Sean Lip <[email protected]>
Adding an interactive widget preview window

6306c570249c67775a8339bae081780c8798d881 authored almost 12 years ago by Sean Lip <[email protected]>
Added unit tests for the models module

5ff3b1632adb05b3d46e84efd37bffaefb989faa authored almost 12 years ago by Jeremy Emerson <[email protected]>
Adding TextInput and Continue widgets

7489a2cda959a32bc315d3ca4ab6e4748f759706 authored almost 12 years ago by Sean Lip <[email protected]>
Added a spacesToUnderscore filter and a 'My Explorations' tab for the gallery page.

b6a2cadf59fdfe3096162343cd155827d9ddbb84 authored almost 12 years ago by Sean Lip <[email protected]>
Update classifier rule files to remove canonicalization functionality (we might do this later, but not yet).

a745f539b0f3433bbdedb7bafdc41c438bdb1a2a authored almost 12 years ago by Sean Lip <[email protected]>
Fixing an error in the NumericClassifier rules file.

062455823cd8558de85b54fbbfd3a20c7e423416 authored almost 12 years ago by Sean Lip <[email protected]>
Adding frontend test framework and an example test.

225c109885d5bd146e0ea928e558e2eaf1a28ae7 authored almost 12 years ago by Sean Lip <[email protected]>
Adding some test cases for interactive widgets

d6466a9946e5fb6ecbc75256a2752865ff9d7a5b authored almost 12 years ago by Sean Lip <[email protected]>
Add a couple of simple functional tests.

4bfaf78466dcc6f2a7c7b0ad4b5b59e9dd6030f6 authored almost 12 years ago by Sean Lip <[email protected]>
Linting all Python files to use the PEP-8 4-space-indentation standard.

39b76d6023d67d9ebfdca8afc00feb9c4b32d421 authored almost 12 years ago by Sean Lip <[email protected]>
Add a test for the index page.

d4b7edaae812e768eda208b0bb045f5e737df3cd authored almost 12 years ago by Sean Lip <[email protected]>
Moving controllers to a separate folder

51512a34d73137691098df4e719a2ac141b405ff authored almost 12 years ago by Sean Lip <[email protected]>
Adding files missed in previous commit

f183bd0f29deb6d6e05adf238420a927b7262a67 authored almost 12 years ago by Sean Lip <[email protected]>
Separate controllers into different pages.

783bbd9fef01d8b685aa48158a1c225414c9deac authored almost 12 years ago by Sean Lip <[email protected]>
Adding decorator for checking editor permissions

5cc2665d796719c475bbd44b9e09c653184e05f5 authored almost 12 years ago by Sean Lip <[email protected]>
Use decorator to simplify permissions handling

0aba91eb8295fa049c3f63707e930c5f3e68db45 authored almost 12 years ago by Sean Lip <[email protected]>
Make the gallery page tabbable.

001404c992590dd8003dacf2dc2ae17674f173b7 authored almost 12 years ago by Sean Lip <[email protected]>
Rename 'mode' to 'nav_mode'.

4bd76925c4389664c3bb1941175cab1a49c747f6 authored almost 12 years ago by Sean Lip <[email protected]>
Fetching gallery data using AJAX instead of via Jinja templating

7ee88553becf4b896443730dbfec15d71ca0e18d authored almost 12 years ago by Sean Lip <[email protected]>
Merge the reader and editor main pages into a single gallery page

414d1a247448b92df878007bf46dedd4cceef6a1 authored almost 12 years ago by Sean Lip <[email protected]>
Adding wysihtml5 library, exporting PYTHONPATH variable and making a tweak to the editor home page.

b3a13eeb8a92049092c1b602c7749082d1e6a181 authored almost 12 years ago by Sean Lip <[email protected]>
Fixing import issues for 'coverage run'

f199ca468e504879c542c447e559d66656feb101 authored almost 12 years ago by Sean Lip <[email protected]>
Minor tweaks to state-deletion and graph-node-color logic.

58326fd558dc636151fc1ec17affed460c0bc182 authored almost 12 years ago by Sean Lip <[email protected]>
Use unicode instead of str

45f20eaf5bb7b491816037c82ac25e73b062d158 authored almost 12 years ago by Sean Lip <[email protected]>
Fix a bug with the graph visualization in which the edges were not displaying.

77ffe2a2785a3d91cd45504ee3836ce8703bc56d authored almost 12 years ago by Sean Lip <[email protected]>
Removing jsPlumb library and fixing the 'add state' behavior on the exploration page

3d90e0852d026d3b3ae6a85ccb94f15b3aa59246 authored almost 12 years ago by Sean Lip <[email protected]>
Merge branch 'master' of https://code.google.com/p/oppia

2bfa413cfa1a2646fd419cf7e5def380bee73646 authored almost 12 years ago by Sean Lip <[email protected]>
Remove jargon (YAML) and add a comment to the start.sh file about WebOb 1.1.1 not working with PUT requests.

385234aac395b090d892e675b0de147ce19f15d8 authored almost 12 years ago by Sean Lip <[email protected]>
Make draft image smaller

0f2a124ca702a81e674e940fc7c2a78dd88316f3 authored almost 12 years ago by Jeremy Emerson <[email protected]>
Revert to webob_0_9 for tests, since webob_1_1_1 does not seem to handle PUT requests properly.

6cc7f91021b51b93f2d0318107017426f1df839f authored almost 12 years ago by Sean Lip <[email protected]>
Fix a bug with the graph visualization where the initial state wasn't showing up

a977a2e02929908d15b764e31bec15baae956c31 authored almost 12 years ago by Sean Lip <[email protected]>
Add draft.png

0a89225b8957349cef94d4330dd071b3837fa4a0 authored almost 12 years ago by Jeremy Emerson <[email protected]>
Add default Draft Exploration image

b247fe6c90b744fdfe7c3f6cb8ca48967c33d642 authored almost 12 years ago by Jeremy Emerson <[email protected]>
Adjust Add New Exploration to keep scrollbars from appearing.

4c91cb50004d0b8f0b4d04a319825cd40d83e61f authored almost 12 years ago by Jeremy Emerson <[email protected]>
Move test coverage section below dev instance setup

693862f50d94ff3c0ffbbca521ddf8c9a7e2aad9 authored almost 12 years ago by Jeremy Emerson <[email protected]>
Add a basic test suite for Oppia

8a153cf3e6965bd76e25799283f0d376246cd311 authored almost 12 years ago by Sean Lip <[email protected]>
Streamline backend handling of state updating via GUI/YAML interfaces

170386eecee40cfd0d23d77e32143edeef915630 authored almost 12 years ago by Sean Lip <[email protected]>
Wording changes

eedb866a49bdc2bf6e3653eee311a5966965584f authored almost 12 years ago by Sean Lip <[email protected]>
Doc change

96fb0363a0fa568536acefc9671091b61d147fa2 authored almost 12 years ago by Sean Lip <[email protected]>
Information pages should not require login to access

1b090a6c9b062a032398be2b7fc329a3b0c59ebe authored almost 12 years ago by Sean Lip <[email protected]>
Make the footer go to the bottom of the page for short pages

2a0680b489c5b19c32cbce53245c331d1ed6b739 authored almost 12 years ago by Sean Lip <[email protected]>
Remove logging meessages for .git directory when building

5d9166d5d7616a0151157130f0a953e147ede436 authored almost 12 years ago by Sean Lip <[email protected]>
Add terms page

3f4e876b7c36781207e32012993428219c343b84 authored almost 12 years ago by Sean Lip <[email protected]>
Add an 'About Oppia' page

5d61ae0fe9e69ad9d283600e97cff4187f89d83e authored almost 12 years ago by Sean Lip <[email protected]>
Add confirmation prompt before deleting an exploration

117880e90e5cd2d176be3e318b4b3b1ae62b5638 authored almost 12 years ago by Sean Lip <[email protected]>
Fixing a couple more typos in the sample exploration

59ed6a70f5f021e439f333c3badef800fe1baceb authored almost 12 years ago by Sean Lip <[email protected]>
Fixing URL routing

db572f5c7b1938c032617a09de14e22d8ee08570 authored almost 12 years ago by Sean Lip <[email protected]>
Add tooltip to graph nodes

2de60f359a0d61423b54459542dea4b5049cc95b authored almost 12 years ago by Sean Lip <[email protected]>
Correcting a typo in the sample exploration

9f5804564f2b3c9c80c3a0fba72af66ba9559a3b authored almost 12 years ago by Sean Lip <[email protected]>
Improvements to the reader set interface and the exploration graph visualization

d30f90c5e2131769d77c811541c163276b059d1d authored almost 12 years ago by Sean Lip <[email protected]>
Improve tree view by truncating long category names

51c140b8c592287a702798b789766f20709d38de authored almost 12 years ago by Sean Lip <[email protected]>
Fix an error in CreateExplorationFromYaml()

791b5c2cec31accbf1b76f0cfe04a9b9c5c26989 authored almost 12 years ago by Sean Lip <[email protected]>
Improving the look-and-feel of the reader exploration interface

54b0521cf09fbbad1454c528c16c58f978b9f204 authored almost 12 years ago by Sean Lip <[email protected]>
Add the sample file.

1b27210d23e5308d512e403c0bdcef55ceb51292 authored almost 12 years ago by Sean Lip <[email protected]>
Add a sample exploration to the home page

6399d67c852709ab2e2a6161ccb59e8d4e811287 authored almost 12 years ago by Sean Lip <[email protected]>
Merge branch 'master' of https://code.google.com/p/oppia

20ed12960b78d07b3959ea0a08228d42fb76c339 authored almost 12 years ago by Sean Lip <[email protected]>
Allow uploading of explorations from YAML files

200071f0eaab95961b1d89fc043197edc2c2004a authored almost 12 years ago by Sean Lip <[email protected]>
Merge branch 'master' of https://code.google.com/p/oppia

40dc032a7de23d635e06865208e715e21244dfd6 authored almost 12 years ago by Stephanie Federwisch <[email protected]>
Write initial state to beginning of file

cc2fdd907fae9f770e2b25c7ee9aeb28fc406be0 authored almost 12 years ago by Stephanie Federwisch <[email protected]>
Adding modal for creating a new exploration.

09b352cea6ba449fcf780c7876c322a50f6f869e authored almost 12 years ago by Sean Lip <[email protected]>
Fixed a bug where the category list was retrieved instead of replaced when a state was overwritten

726dd556f1e62e5e99572a87b40ff48f3be805eb authored almost 12 years ago by Sean Lip <[email protected]>
Lots of small edits and refactorings

a9f1652f9578cabd718c06c577675f3daec44784 authored almost 12 years ago by Sean Lip <[email protected]>
Simplify save state logic

456e67c17ceee50579faaa9d3bb515b2fe4458de authored almost 12 years ago by Sean Lip <[email protected]>
Continue simplifying classifier logic

4a58e3ac43a4db90f998a5a3025f42081144c985 authored almost 12 years ago by Sean Lip <[email protected]>
Simplifying classifier logic.

57ebb691857929a8a3273538c4131234f98a9787 authored almost 12 years ago by Sean Lip <[email protected]>
Fix a bug in the handling of action_sets

38327481b4733533d0475350ea0280a9e8546f61 authored almost 12 years ago by Sean Lip <[email protected]>
Text classifier 'is exactly' and 'is not exactly'

cfd4c3de9a8fc7897b20b4d6266c6ee2d50cf9d4 authored almost 12 years ago by Stephanie Federwisch <[email protected]>
Change default state editor mode to GUI mode

18020180c980725b6980280389977bf07cbdcfcc authored about 12 years ago by Sean Lip <[email protected]>
Allow explorations to be downloaded as YAML files

6920c70c94b1a55903117a03cc68d847ec26f88e authored about 12 years ago by Sean Lip <[email protected]>
Make widget parameterization more robust

405e8042ce5bfee97ad79aeb6042007fd2e4fb47 authored about 12 years ago by Sean Lip <[email protected]>
In general, only reload explorationData when the exploration editor tab is activated

a2e3c527ced4eb4688b1bb5ca49fa87b58fa1b66 authored about 12 years ago by Sean Lip <[email protected]>
Make yaml editor view consistent with the GUI editor view

3549e9286c6f5148101edc024d4a7b583f580b90 authored about 12 years ago by Sean Lip <[email protected]>
Making the routing for the exploration editor page work

3b51c1058d6d8e547d54dc367f12f55fa06aeb7b authored about 12 years ago by Sean Lip <[email protected]>
Modify start script to move the runtime folder to a more persistent directory

cb57916d61e2fc0852c33018c867846534e69e68 authored about 12 years ago by Sean Lip <[email protected]>
Change version number to 2

4802b2f6ee3fdd7361549d1acbbc5d062cbd2b34 authored about 12 years ago by Sean Lip <[email protected]>
Remove obsolete static/templates check from build.py

13b6d0e3bb85206d8733032313834ffb9851c4f5 authored about 12 years ago by Sean Lip <[email protected]>
Merge branch 'master' of https://code.google.com/p/oppia

55cb26fcb4c6cb8b3adfb336c864ab1f667fc5b4 authored about 12 years ago by Sean Lip <[email protected]>
Allows for text classifier 'starts with'

8cd3c003a9293800c8ecabe8b1956cef89cc5013 authored about 12 years ago by Stephanie Federwisch <[email protected]>
Show exploration images in reader view

b307144678048e081c56cc418a0fe50938968cad authored about 12 years ago by Sean Lip <[email protected]>
Remove reference to createEdge() method, and made the create_new URL an absolute one

7fa4dd74b34b5231924ff07b14e043afd0e488e6 authored about 12 years ago by Sean Lip <[email protected]>
Partial fix for yaml editor not editing properly

89953caa159c8040573bd2a1ec0f0f71ec204d5f authored about 12 years ago by Sean Lip <[email protected]>
Fix two bugs: (a) remove a deprecated reference to editStateVertexName(), and (b) force exploration reload on submission of YAML file.

d8379af628ac34b339478250df9f57e686310ca0 authored about 12 years ago by Sean Lip <[email protected]>
Improving the widget default parameter interface, and allowing parameters to be deleted

8800b8e172977df38078fb892afb5c500dcfeb15 authored about 12 years ago by Sean Lip <[email protected]>
Allow deletion of explorations

978e6f03bc9b1510d2211aed2da851bc54a7627a authored about 12 years ago by Sean Lip <[email protected]>
Add basic widget parameter validity checking

37c0807b67dd720ec791545ee9c0ccfd1524075a authored about 12 years ago by Sean Lip <[email protected]>
Adding error-checking for when a new widget is added to the repository

67b3a67e8465dcaec45a5662e354db877855cd55 authored about 12 years ago by Sean Lip <[email protected]>
Allow reader exploration page to be reset

10697cd131828c3780b44d26245e48bc50b7e206 authored about 12 years ago by Sean Lip <[email protected]>
Allowing widget content to be empty

c8fd34d703d542f0c558a758cd0022602f520017 authored about 12 years ago by Sean Lip <[email protected]>
Fix location hash routing

22859f2e59c7705ee93eae571e878305b21a935c authored about 12 years ago by Sean Lip <[email protected]>
Removing the old state graph

db6133de9bbd728e0198f662cfe405ca53d1d400 authored about 12 years ago by Sean Lip <[email protected]>
Finishing touches to the state graph visualization

019d329891e8ec564263876014533560af7e0d90 authored about 12 years ago by Sean Lip <[email protected]>