Ecosyste.ms: OpenCollective

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

Oppia

Empower learners across the globe by providing access to high-quality, engaging education for all
Collective - Host: opensource - https://opencollective.com/oppia - Website: https://www.oppia.org - Code: https://github.com/oppia

Continue to clean up reader controller POST method.

github.com/oppia/oppia - 0176210dfdb9a0fbc7c8920c8acbb2381410a434 authored over 11 years ago by Sean Lip <[email protected]>
Separate out the answer classification logic into its own method.

github.com/oppia/oppia - c29bedaca4ac4757db0c44066574afbdce295c04 authored over 11 years ago by Sean Lip <[email protected]>
In the reader feedback controller, separate the naming of the old and the new state variable.

github.com/oppia/oppia - 3e2948a4b349b4aa78bf9fe9724b4f69f12035df authored over 11 years ago by Sean Lip <[email protected]>
Fix a missing dependency on App Engine which caused some tests to fail. Minor simplification of ExplorationHandler.get() return value.

github.com/oppia/oppia - ed98da40de5f1cb22ae7fffbab9bca3ac57aab88 authored over 11 years ago by Sean Lip <[email protected]>
Using elements of editor_ids directly as email.

github.com/oppia/oppia - 3ccd27249a1043dc18d2b7bee153461944f35a94 authored over 11 years ago by Koji Ashida <[email protected]>
Merge branch 'master' of https://code.google.com/p/oppia

github.com/oppia/oppia - 5527e18d2922bac17d436cd92a6538ad05705428 authored over 11 years ago by Koji Ashida <[email protected]>
Dropping the change not meant to be checked in.

github.com/oppia/oppia - b50af233d25ed1777f0cdee4b984ed5ae8df8cf7 authored over 11 years ago by Koji Ashida <[email protected]>
Clean up stats page by not listing rules that haven't been hit

github.com/oppia/oppia - 96891273af6ec68c1e09a706df1a58d2b3751645 authored over 11 years ago by Stephanie Federwisch <[email protected]>
Split addContentToIframe entry point for ID param type.

github.com/oppia/oppia - 13a437029562a97056cdf2829c8bab572e8c6273 authored over 11 years ago by Koji Ashida <[email protected]>
Clean up export_to_yaml().

github.com/oppia/oppia - 540f4b8b33a7a9168054d0ee53450a0fa2e29c37 authored over 11 years ago by Sean Lip <[email protected]>
Add an explicit init_state_id property to avoid unnecessary database lookups. Minor refactorings and rewordings.

github.com/oppia/oppia - 0c3913aefdd6fc072b0f6b4412fbb5e42d06f891 authored over 11 years ago by Sean Lip <[email protected]>
Store a payload attribute on handlers which use a payload. Move get_state_by_id() into the domain object.

github.com/oppia/oppia - 2b6b97b73caa917ddb7623def66752922d06c67e authored over 11 years ago by Sean Lip <[email protected]>
rename_state() should take state_id as an argument rather than the entire State object.

github.com/oppia/oppia - 0b176193626d365a97013f9c89f81fff776d6708 authored over 11 years ago by Sean Lip <[email protected]>
Move state deletion logic from the controllers into the domain layer.

github.com/oppia/oppia - c39ba0b748a3553f73f6cb08db7f5c155c67202a authored over 11 years ago by Sean Lip <[email protected]>
Allow explorations to be faked in tests to remove the dependency of the exploration domain object tests on the exploration model storage class.

github.com/oppia/oppia - e0f2f8b68e261a38b4ca2d2ab449ad0891a296c7 authored over 11 years ago by Sean Lip <[email protected]>
Add files missing in previous commit.

github.com/oppia/oppia - 8b28b841648f87c0c378458495e08c7479d4e114 authored over 11 years ago by Sean Lip <[email protected]>
Separate the exploration model into a domain object class and a storage class.

github.com/oppia/oppia - aee880ef2fcdbd3aa945326912e62f6fb6ede615 authored over 11 years ago by Sean Lip <[email protected]>
Minor renaming. Move get_all() method to base model class.

github.com/oppia/oppia - eaa1a7a199ddf3c9c0672456fb1a5c9bc78dc7bc authored over 11 years ago by Sean Lip <[email protected]>
Missed a couple of changes in the previous commit.

github.com/oppia/oppia - 712b802d18b2867872be7908238cec1da8e584a4 authored over 11 years ago by Sean Lip <[email protected]>
Where possible, use a user_id instead of an explicit User object.

github.com/oppia/oppia - 6ce53cb83e1111d525e53f70e365bde15b5821f7 authored over 11 years ago by Sean Lip <[email protected]>
Refactoring basic state operations.

github.com/oppia/oppia - 2dac315590929ed7623c207a4c1ccc75d8343819 authored over 11 years ago by Sean Lip <[email protected]>
Add tests for more exploration services.

github.com/oppia/oppia - 75c556f8bd79c30e06f0807f01c65022c2c23c4b authored over 11 years ago by Sean Lip <[email protected]>
Pull statistics functions out into a services file.

github.com/oppia/oppia - 21a6cc8a113e41e22941565d4d29a307f4856469 authored over 11 years ago by Sean Lip <[email protected]>
Add clarifying docstrings.

github.com/oppia/oppia - 8b56c7a9a4a72e58d9e06536f45ed8f2eb7a88d7 authored over 11 years ago by Sean Lip <[email protected]>
Rename ValidationError to ModelValidationError so as not to conflict with the Django term.

github.com/oppia/oppia - 9331e2f09f36c7ff5a375d2aea4d5de4e1f9121a authored over 11 years ago by Sean Lip <[email protected]>
Add a ValidationError class to all models.

github.com/oppia/oppia - ca26f4afef1286bbee11283d0a4e1747551a51d6 authored over 11 years ago by Sean Lip <[email protected]>
Change states to state_ids for clarity.

github.com/oppia/oppia - faa086379ae27badf450944bd64c34ec6d9b0e8d authored over 11 years ago by Sean Lip <[email protected]>
Move add_state() and delete() back to the model class. Add an add_editor() method to exploration.services.

github.com/oppia/oppia - 959c3352b4298df2ec5623292c650c6f19f27b41 authored over 11 years ago by Sean Lip <[email protected]>
The exploration model should not know who the current user is.

github.com/oppia/oppia - 582483ddfcba4d7186051d1629dd83cba0c9919a authored over 11 years ago by Sean Lip <[email protected]>
Bump the version number and update the change log.

github.com/oppia/oppia - 40db8c802f20e23531774554b12b2f554dd7681a authored over 11 years ago by Sean Lip <[email protected]>
Fix some errors due to missing URL routes.

github.com/oppia/oppia - 54f5af732e2fd2050c59d5e4aa871d8d6fb11e0e authored over 11 years ago by Sean Lip <[email protected]>
Remove some unnecessary imports

github.com/oppia/oppia - 5537b907011d9b8c56d2a1dce4fbbe090f2fdf2f authored over 11 years ago by Sean Lip <[email protected]>
Finish moving stuff out of the exploration model class.

github.com/oppia/oppia - 0239c16516669d125da0d4f2c3dc1119705d2592 authored over 11 years ago by Sean Lip <[email protected]>
Move more methods from the Exploration model class to the exploration services file.

github.com/oppia/oppia - 52054839c485925a7272f2f5124e1e00f96b3ab1 authored over 11 years ago by Sean Lip <[email protected]>
Remove direct dependencies from the controllers and other modules on the Exploration storage model so that it is easily swappable. The Exploration storage model is now imported only by the exploration services and test files.

github.com/oppia/oppia - c212c2942580af7687b88d4df72ea00b87914d2a authored over 11 years ago by Sean Lip <[email protected]>
Temporarily remove partially-implemented dataset functionality. This depends on how typed objects are maintained, and it looks like the way we do this might need to be refactored. We can put this functionality back in later.

github.com/oppia/oppia - f56ddea8d3b6710e23c771813a5dbf2f56a75898 authored over 11 years ago by Sean Lip <[email protected]>
Fix a unicode error in the statistics module.

github.com/oppia/oppia - 4be24f6448260a939257fa412ef001cc788071ae authored over 11 years ago by Sean Lip <[email protected]>
Remove use of parent property and ancestor queries. Start the process of making the State accessible only via its containing Exploration.

github.com/oppia/oppia - c54b4e2872f690fdad0e651cae6cfcb9611f4cc2 authored over 11 years ago by Sean Lip <[email protected]>
Turn the init_state of an exploration into a @property to avoid duplication of information.

github.com/oppia/oppia - 13eb305c77b79a2d9edfa2c096afc9241d012c87 authored over 11 years ago by Sean Lip <[email protected]>
Clone elements for response log.

github.com/oppia/oppia - a34d1489cb2d519144632128be9b5746f7c8a08f authored over 11 years ago by Koji Ashida <[email protected]>
Merge branch 'master' of https://code.google.com/p/oppia

github.com/oppia/oppia - 3a38bd0fdc634016259e627b92a3d2fec3951f47 authored over 11 years ago by Koji Ashida <[email protected]>
Multiple choice static rendering.

github.com/oppia/oppia - 1c278922b3980ba4c58354be7bbe6e564e761def authored over 11 years ago by Koji Ashida <[email protected]>
Allow 'Suomi' (Finnish for Finnish) as source language for Oppia

github.com/oppia/oppia - d21f7c6308190a995f02f8033ffb465c447ac4de authored over 11 years ago by Stephanie Federwisch <[email protected]>
No default answer string rendering when sticky.

github.com/oppia/oppia - ba98251953359e2a94fdb7bc20a4cdf15a16ab49 authored over 11 years ago by Koji Ashida <[email protected]>
Fixed merge mistake.

github.com/oppia/oppia - ecf592e3f9493730d3903bb1cb4d9d63bd83ed7c authored over 11 years ago by Koji Ashida <[email protected]>
Merge branch 'master' of https://code.google.com/p/oppia

Conflicts:
controllers/reader.py

github.com/oppia/oppia - a3d7dd378e884f1108af5b36135551475c8badea authored over 11 years ago by Koji Ashida <[email protected]>
Static interactive to draw correctly at state change.

It was using the old state instead of the new one in the reader.py.

github.com/oppia/oppia - 3c89db5501dd21b943c0fbbae5414b8c0e36bd57 authored over 11 years ago by Koji Ashida <[email protected]>
Minor linting

github.com/oppia/oppia - 3df09e8f067a95fdc1b708dedf624a1dffa078ff authored over 11 years ago by Sean Lip <[email protected]>
Revert "First draft of classifying on arbitrary parameters instead of just answers."

We will revisit this functionality later, because it's actually a substantial change with change...

github.com/oppia/oppia - c5f86f7b2735d18605e60c696f161f1c91e88e01 authored over 11 years ago by Yana Malysheva <[email protected]>
First draft of classifying on arbitrary parameters instead of just answers.

TODO: also display parameter name in classification description; fix substitution hack (looking f...

github.com/oppia/oppia - 305a1b40b5e4f8f1f8f07ab3d26cd19fa9ebf4f8 authored over 11 years ago by Yana Malysheva <[email protected]>
Merge branch 'master' of https://code.google.com/p/oppia

github.com/oppia/oppia - 36b2497ae2a658ce2b1f77335dc1987f81aeff95 authored over 11 years ago by Koji Ashida <[email protected]>
Static rendering of interactive widget in the response log.

github.com/oppia/oppia - 932ebebd28345161efd7b536b7f3988297b65165 authored over 11 years ago by Koji Ashida <[email protected]>
Minor doc changes.

github.com/oppia/oppia - 248f5b3ac31bfb9d289d6da1754feddf167a7ba5 authored over 11 years ago by Sean Lip <[email protected]>
Remove some unnecessary variables.

github.com/oppia/oppia - 4822695840451845f41a06515bb81fbbfb9241dd authored over 11 years ago by Sean Lip <[email protected]>
Show a loading indicator for the profile page.

github.com/oppia/oppia - 6c44b64336a3665b050b19d9bfd5bdea54624080 authored over 11 years ago by Sean Lip <[email protected]>
Remove unneeded methods from exploration/models.py

github.com/oppia/oppia - b9d0840b8cca7c9d7caa23e4ab5c4a09c409e865 authored over 11 years ago by Sean Lip <[email protected]>
Move get() method for IdModel classes to the common superclass.

github.com/oppia/oppia - cccb24fcd6ee1907691bca0746bfcf6e1c8bd9ce authored over 11 years ago by Sean Lip <[email protected]>
Introduce an IdModel class.

github.com/oppia/oppia - c4be1d3a6ca7511bd5c6d9c92365ccc3e3fee2fd authored over 11 years ago by Sean Lip <[email protected]>
Minor linting.

github.com/oppia/oppia - 0df0c4ddc3b3e28551c95546c7c3bb4aaea4ad09 authored over 11 years ago by Sean Lip <[email protected]>
Remove unnecessary imports, including sympy (which we will include later once we actually use it).

github.com/oppia/oppia - c54350e5fca6949e5c9e4e2515f2d4da3da3e928 authored over 11 years ago by Sean Lip <[email protected]>
Add tests for gallery and base controllers.

github.com/oppia/oppia - 4c668011504376d90cbc8fe9d4ad64c49c6c1baf authored over 11 years ago by Sean Lip <[email protected]>
Merge branch 'master' of https://code.google.com/p/oppia

github.com/oppia/oppia - a31c41cd47ec6adfa58bc8a0f150875b351555b9 authored over 11 years ago by Sean Lip <[email protected]>
Add missing decorator annotation.

github.com/oppia/oppia - 66fcdf22ae5cd210df9a197f1f928ec04b9136b4 authored over 11 years ago by Sean Lip <[email protected]>
Add missing decorator.

github.com/oppia/oppia - 6e81bad3de35995894992ebf07caf3214d0f2917 authored over 11 years ago by Sean Lip <[email protected]>
Add the current user as an attribute of each request handler. Simplify the logic for the gallery controller.

github.com/oppia/oppia - 5e04f44f59645f53b9b395793e0196892304f410 authored over 11 years ago by Sean Lip <[email protected]>
Remove dependence of the gallery controller on the exploration model. Create an exploration services file containing actions that involve explorations.

github.com/oppia/oppia - 96603cfe66551f2704e35e37b790455ea7230d94 authored over 11 years ago by Sean Lip <[email protected]>
Minor doc tweak.

github.com/oppia/oppia - 6137146fc11560cf86a531eaa84b30ec623c4f45 authored over 11 years ago by Sean Lip <[email protected]>
Allowing tests to be run on individual subdirectories.

github.com/oppia/oppia - d6e7464a4ddd883860670becf3896990ff7de0d5 authored over 11 years ago by Sean Lip <[email protected]>
Further fine-tuning of the navbar.

github.com/oppia/oppia - ef11c51616521195dad203d918571c7be96b6181 authored over 11 years ago by Sean Lip <[email protected]>
Add 'My Explorations' tab to navbar.

github.com/oppia/oppia - 32693ca9978c758cc721396dd6ed01378958eb9f authored over 11 years ago by Sean Lip <[email protected]>
Fix a bug in the display of node text for the exploration graph in Firefox

github.com/oppia/oppia - 2b54c8331bd7d88397d315db6a35a3a4817c17f5 authored over 11 years ago by Sean Lip <[email protected]>
Finish edits to exploration graph to make it look nicer.

github.com/oppia/oppia - e52627c552aed3bd86557885ae0725c09d3ee7cd authored over 11 years ago by Sean Lip <[email protected]>
Adjusting the links on the exploration graph visualization to start and end at the midpoints of nodes.

github.com/oppia/oppia - 2ca91db36f4d6ed43272d7d8e74a8602d2c62368 authored over 11 years ago by Sean Lip <[email protected]>
Merge branch 'master' of https://code.google.com/p/oppia

github.com/oppia/oppia - 8d0ecb3ceb9522e93bd8155c88477e6ce9163f87 authored over 11 years ago by Sean Lip <[email protected]>
Add support for non-interactive widgets.

github.com/oppia/oppia - 0cf4f1dfd54cc9ad66b4dee09a4efb0240b563bc authored over 11 years ago by Sean Lip <[email protected]>
Using proper JS formatting in Profile.js

github.com/oppia/oppia - 0d2a7742304152a4a748ee3739e9ecc332fc7546 authored over 11 years ago by Stephanie Federwisch <[email protected]>
Merge branch 'master' of https://code.google.com/p/oppia

github.com/oppia/oppia - cae62c24a25f2a6a093ec20cb5ee5b4b21b50f79 authored over 11 years ago by Stephanie Federwisch <[email protected]>
Include priority score in improvable states

github.com/oppia/oppia - 122f68663cf38a032e744730e12d8bb2df7def94 authored over 11 years ago by Stephanie Federwisch <[email protected]>
editor graph node overlap issue fixed

github.com/oppia/oppia - 52173a27084fcaf6ea98a134e0f28f5b058629fe authored over 11 years ago by Jeremy Emerson <[email protected]>
Merge branch 'master' of https://code.google.com/p/oppia

github.com/oppia/oppia - 8263faa210e3e1c9a48fd9df24fe9c89c3e4cb0f authored over 11 years ago by Jeremy Emerson <[email protected]>
editor graph rendering tweaks

github.com/oppia/oppia - 5fff88306627daeca2b58a7531e8ec3fbe0418f7 authored over 11 years ago by Jeremy Emerson <[email protected]>
Removing a stale TODO

github.com/oppia/oppia - 8321e8aa2bfb08229a7008fab3d66fd47c22ef67 authored over 11 years ago by Stephanie Federwisch <[email protected]>
Only count default rules with self loops eligible for improvement

github.com/oppia/oppia - 113c23589032e254e0f3b2bd1898fe448d9a3e46 authored over 11 years ago by Stephanie Federwisch <[email protected]>
removing console.log lines

github.com/oppia/oppia - 088ded4b622981f5a764e77f3c330708780721ef authored over 11 years ago by Stephanie Federwisch <[email protected]>
Pretty-ing up the profile page

github.com/oppia/oppia - 3cc320ad9604f18b74aa4a3dca25cb3e265cb29d authored over 11 years ago by Stephanie Federwisch <[email protected]>
Adding common answers onto default rule improvable states

github.com/oppia/oppia - 09b299ef6017449ac472fbce08a7c5d3f78e7ce5 authored over 11 years ago by Stephanie Federwisch <[email protected]>
Adding "My Explorations" to the profile page

github.com/oppia/oppia - 181835e0fc8c4041f51ab70a4d84273cf239b5b8 authored over 11 years ago by Stephanie Federwisch <[email protected]>
Creating a profile page with improvable states

github.com/oppia/oppia - 6fbc10f8e03225a7d067e5d740ee5d31562c9252 authored over 11 years ago by Stephanie Federwisch <[email protected]>
Only show "States that need a little help" when there are some

github.com/oppia/oppia - 4eafa1e33298761bc9bcbcbe6f8749e3f981900d authored over 11 years ago by Stephanie Federwisch <[email protected]>
finished exploration-level parameter interface with editing.

TODO:
some code cleanup (TODOs in code)
export exploration-level params in yaml
think about addin...

github.com/oppia/oppia - 29b632e3ece969782319c09ca29bb53a0097c600 authored over 11 years ago by Yana Malysheva <[email protected]>
Added basic display of existing parameters at the exploration level.

TODO: editing, adding parameters

github.com/oppia/oppia - 03c4d5b0766a1c97eb660bea41d32fa477f0b5b4 authored over 11 years ago by Yana Malysheva <[email protected]>
Continue refactoring the codebase to recognize both interactive and non-interactive widgets.

github.com/oppia/oppia - a18faaf3f41f9df0bfd79ce31b21696e5f187d39 authored over 11 years ago by Sean Lip <[email protected]>
Add non-interactive widgets.

github.com/oppia/oppia - 9113a9c0b86eac97f1ed8485fa97949514587e05 authored over 11 years ago by Sean Lip <[email protected]>
Add tests for filters

github.com/oppia/oppia - cca81c433acf7230e2aa8ce3f1aa1e46c8485e0b authored over 11 years ago by Sean Lip <[email protected]>
Merge branch 'master' of https://code.google.com/p/oppia

github.com/oppia/oppia - 1fe6f88132611d918594767eee4b787693d8f154 authored over 11 years ago by Sean Lip <[email protected]>
Add tests for the gallery frontend.

github.com/oppia/oppia - dac6af25136e682d20911e926551e2e44385075a authored over 11 years ago by Sean Lip <[email protected]>
Merge branch 'master' of https://code.google.com/p/oppia

github.com/oppia/oppia - 77e88d513c346ce744e1db8312621aff8bccc3e1 authored over 11 years ago by Stephanie Federwisch <[email protected]>
Give the stats editor tab its own namespace

github.com/oppia/oppia - 8ec9d19853d4c9c00c54595fcc871a82924f3e5e authored over 11 years ago by Sean Lip <[email protected]>
Add 'improvable states' to exploration stats page

github.com/oppia/oppia - 4ed994a5735ce7c3d9f8c37c9d82be4ae18a4717 authored over 11 years ago by Stephanie Federwisch <[email protected]>
Merge branch 'master' of https://code.google.com/p/oppia

github.com/oppia/oppia - 096641e34263115db1da7934d935918c23459750 authored over 11 years ago by Sean Lip <[email protected]>