author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
701,855
23.11.2017 13:00:58
-46,800
8c6c512fc55be224bc95d29650b2da6ac065713e
PR requested content changes
[ { "change_type": "MODIFY", "old_path": "csunplugged/resources/content/en/arrows.md", "new_path": "csunplugged/resources/content/en/arrows.md", "diff": "# Arrows\n-This resource contains printouts for geometry activities.\n+This resource contains different arrows for Kidbots activities.\n" }, { ...
Python
MIT License
uccser/cs-unplugged
PR requested content changes
701,855
23.11.2017 13:16:44
-46,800
2c32abaeebcf09e2eaa52c023ff3ce8c2a29134a
Fix bool values not being tested in run_parameter_smoke_tests
[ { "change_type": "MODIFY", "old_path": "csunplugged/tests/resources/generators/utils.py", "new_path": "csunplugged/tests/resources/generators/utils.py", "diff": "@@ -58,9 +58,9 @@ class BaseGeneratorTest(BaseTest):\n]\nelif isinstance(option, BoolResourceParameter):\ntest_values = [True, False]\n-\n...
Python
MIT License
uccser/cs-unplugged
Fix bool values not being tested in run_parameter_smoke_tests
701,855
23.11.2017 14:02:29
-46,800
702e0dcd7c24ee30efaaf39b04593937d512b76b
Remove unrequired test functions
[ { "change_type": "MODIFY", "old_path": "csunplugged/tests/resources/utils/test_BaseResourceGenerator.py", "new_path": "csunplugged/tests/resources/utils/test_BaseResourceGenerator.py", "diff": "@@ -177,15 +177,3 @@ class BaseResourceGeneratorTest(BaseTestWithDB):\nself.assertListEqual(options_order,...
Python
MIT License
uccser/cs-unplugged
Remove unrequired test functions
701,855
23.11.2017 14:41:49
-46,800
21669b7fe3e1b45ff43b40218418a36fc0aa13fd
More unit tests to improve coverage
[ { "change_type": "MODIFY", "old_path": "csunplugged/resources/views.py", "new_path": "csunplugged/resources/views.py", "diff": "@@ -70,11 +70,9 @@ def generate_resource(request, resource_slug):\nraise Http404(\"No parameters given for resource generation.\")\ntry:\ngenerator = get_resource_generator...
Python
MIT License
uccser/cs-unplugged
More unit tests to improve coverage
701,855
23.11.2017 15:16:38
-46,800
52891eac343bd73a8af5a78e0a637ded6ad51a56
Update docs for new resource options structure
[ { "change_type": "MODIFY", "old_path": "docs/source/developer/resources.rst", "new_path": "docs/source/developer/resources.rst", "diff": "@@ -15,7 +15,7 @@ Resource Specification\nEach resource requires the following:\n- Definition in YAML file.\n-- Custom HTML form to allow user generation.\n+- Mar...
Python
MIT License
uccser/cs-unplugged
Update docs for new resource options structure
701,855
23.11.2017 16:36:14
-46,800
528596a5f58033b17eaf160ee4fe5fa3cbaab9df
Add tests for QueryParameterMultipleValuesError
[ { "change_type": "ADD", "old_path": null, "new_path": "csunplugged/tests/utils/errors/test_QueryParameterMultipleValuesError.py", "diff": "+\"\"\"Test class for QueryParameterMissingError error.\"\"\"\n+\n+from django.test import SimpleTestCase\n+from utils.errors.QueryParameterMultipleValuesError i...
Python
MIT License
uccser/cs-unplugged
Add tests for QueryParameterMultipleValuesError
701,855
23.11.2017 16:36:54
-46,800
2a95570413761f5a5b83722045d0bc413c297dde
Add unit tests for PixelPainterResourceGenerator.get_pixel_label
[ { "change_type": "MODIFY", "old_path": "csunplugged/resources/generators/PixelPainterResourceGenerator.py", "new_path": "csunplugged/resources/generators/PixelPainterResourceGenerator.py", "diff": "@@ -292,6 +292,7 @@ class PixelPainterResourceGenerator(BaseResourceGenerator):\ncolumn += 1\nrow += 1...
Python
MIT License
uccser/cs-unplugged
Add unit tests for PixelPainterResourceGenerator.get_pixel_label
701,860
23.11.2017 17:29:44
-46,800
ae434b1399c275356267dc5a3f72c0dfe9411e73
creates new initial navbar for interface redesign
[ { "change_type": "ADD", "old_path": "csunplugged/static/img/logo-white.png", "new_path": "csunplugged/static/img/logo-white.png", "diff": "Binary files /dev/null and b/csunplugged/static/img/logo-white.png differ\n" }, { "change_type": "MODIFY", "old_path": "csunplugged/static/scss/websi...
Python
MIT License
uccser/cs-unplugged
creates new initial navbar for interface redesign (#698)
701,855
23.11.2017 19:03:29
-46,800
9a9aed1bf9dac30c761ec11f12efa453b94b3d32
Update resource commands tests to use test generator package
[ { "change_type": "MODIFY", "old_path": "csunplugged/config/settings/base.py", "new_path": "csunplugged/config/settings/base.py", "diff": "@@ -221,6 +221,7 @@ DJANGO_PRODUCTION = env.bool(\"DJANGO_PRODUCTION\")\nTOPICS_CONTENT_BASE_PATH = os.path.join(str(ROOT_DIR.path(\"topics\")), \"content\")\nRES...
Python
MIT License
uccser/cs-unplugged
Update resource commands tests to use test generator package
701,855
23.11.2017 19:36:25
-46,800
f6532e0c850bc60d01af61c56e55834ad6ed50be
Remove "resource-" prefix from uses of ResourcesTestDataGenerator
[ { "change_type": "MODIFY", "old_path": "csunplugged/tests/resources/loaders/test_resource_loader.py", "new_path": "csunplugged/tests/resources/loaders/test_resource_loader.py", "diff": "@@ -71,7 +71,7 @@ class ResourceLoaderTest(BaseTestWithDB):\nconfig_file = \"invalid-module.yaml\"\nresource_loade...
Python
MIT License
uccser/cs-unplugged
Remove "resource-" prefix from uses of ResourcesTestDataGenerator
701,855
23.11.2017 19:57:53
-46,800
35a45a8f681fdcd943eb26cf319268aa4a3da347
Add tests for exception raised if non-enum generator option present
[ { "change_type": "MODIFY", "old_path": "csunplugged/resources/management/commands/makeresources.py", "new_path": "csunplugged/resources/management/commands/makeresources.py", "diff": "@@ -45,7 +45,7 @@ class Command(BaseCommand):\nempty_generator = get_resource_generator(resource.generator_module)\n...
Python
MIT License
uccser/cs-unplugged
Add tests for exception raised if non-enum generator option present
701,855
24.11.2017 11:46:50
-46,800
87e747107970803c2db6f386445cc110752df55d
Clean up crowdin_bot python package, add/improve docstrings
[ { "change_type": "MODIFY", "old_path": "infrastructure/crowdin/crowdin_bot_python_package/crowdin_bot/__init__.py", "new_path": "infrastructure/crowdin/crowdin_bot_python_package/crowdin_bot/__init__.py", "diff": "+\"\"\"Module for crowdin bot package.\"\"\"\n" }, { "change_type": "MODIFY", ...
Python
MIT License
uccser/cs-unplugged
Clean up crowdin_bot python package, add/improve docstrings
701,855
24.11.2017 12:04:33
-46,800
34f0cd0621ca555df362450b7d69bc92634f3104
Improve documentation in crowdin_bot scripts
[ { "change_type": "MODIFY", "old_path": "infrastructure/crowdin/crowdin_bot_scripts/crowdin-bot-config.sh", "new_path": "infrastructure/crowdin/crowdin_bot_scripts/crowdin-bot-config.sh", "diff": "#!/usr/bin/env bash\n+# Configuration for crowdin-bot\n+\n# CS Unplugged repo\nREPO=\"git@github.com:ucc...
Python
MIT License
uccser/cs-unplugged
Improve documentation in crowdin_bot scripts
701,855
24.11.2017 12:05:48
-46,800
d784ca764ce4cc95c8ca2a383487bee53e3246af
Point crowdin_bot at develop branch
[ { "change_type": "MODIFY", "old_path": "infrastructure/crowdin/crowdin_bot_scripts/crowdin-bot-config.sh", "new_path": "infrastructure/crowdin/crowdin_bot_scripts/crowdin-bot-config.sh", "diff": "REPO=\"git@github.com:uccser/cs-unplugged.git\"\n# Branch for upload of source content to crowdin\n-TRAN...
Python
MIT License
uccser/cs-unplugged
Point crowdin_bot at develop branch
701,855
24.11.2017 12:06:33
-46,800
081ff119c835274bb25aa5dd9afc242443862031
Remove redirection to test repo, point all scripts at main csunplugged repo
[ { "change_type": "MODIFY", "old_path": "infrastructure/crowdin/crowdin_bot_scripts/crowdin-bot-pull-incontext.sh", "new_path": "infrastructure/crowdin/crowdin_bot_scripts/crowdin-bot-pull-incontext.sh", "diff": "@@ -13,7 +13,6 @@ set -o pipefail\nsource crowdin-bot-config.sh\nsource crowdin-bot-util...
Python
MIT License
uccser/cs-unplugged
Remove redirection to test repo, point all scripts at main csunplugged repo
701,855
24.11.2017 12:25:03
-46,800
72ef828ce2238d04a15b9e813403e3336996146a
Change RTL pseudo language code because it's being a pain
[ { "change_type": "MODIFY", "old_path": "csunplugged/config/settings/base.py", "new_path": "csunplugged/config/settings/base.py", "diff": "@@ -107,7 +107,7 @@ TIME_ZONE = \"UTC\"\nLANGUAGE_CODE = \"en\"\nINCONTEXT_L10N_PSEUDOLANGUAGE = \"xx-lr\"\n-INCONTEXT_L10N_PSEUDOLANGUAGE_BIDI = \"xx-rl\"\n+INCO...
Python
MIT License
uccser/cs-unplugged
Change RTL pseudo language code because it's being a pain
701,855
24.11.2017 12:26:57
-46,800
471b76842241310e9988695ae4e6470fe3501086
Disable in-context localisation by default
[ { "change_type": "MODIFY", "old_path": "csunplugged/config/settings/base.py", "new_path": "csunplugged/config/settings/base.py", "diff": "@@ -117,7 +117,7 @@ LANGUAGES = (\n(\"en\", \"English\"),\n)\n-if env.bool(\"INCLUDE_INCONTEXT_L10N\", True):\n+if env.bool(\"INCLUDE_INCONTEXT_L10N\", False):\nE...
Python
MIT License
uccser/cs-unplugged
Disable in-context localisation by default
701,860
24.11.2017 13:08:37
-46,800
b446353e63276a2b26c90342f329dc3f3fa5138b
Update navbar and footer Navbar has been changed to flat $red. Proper logo has replaced the temp logo. Footer has been redesigned.
[ { "change_type": "ADD", "old_path": "csunplugged/static/img/logo-mono.png", "new_path": "csunplugged/static/img/logo-mono.png", "diff": "Binary files /dev/null and b/csunplugged/static/img/logo-mono.png differ\n" }, { "change_type": "DELETE", "old_path": "csunplugged/static/img/logo-whit...
Python
MIT License
uccser/cs-unplugged
Update navbar and footer Navbar has been changed to flat $red. Proper logo has replaced the temp logo. Footer has been redesigned.
701,855
24.11.2017 14:09:54
-46,800
a7db710f362abd528ae93bde394f98badd61ada9
Add custom environment variables to develop/production deployments
[ { "change_type": "MODIFY", "old_path": "infrastructure/dev-deploy/app-dev.yaml", "new_path": "infrastructure/dev-deploy/app-dev.yaml", "diff": "@@ -5,11 +5,13 @@ beta_settings:\ncloud_sql_instances: ${GOOGLE_CLOUD_SQL_CONNECTION_NAME}\nenv_variables:\n+ INCLUDE_INCONTEXT_L10N: ${INCLUDE_INCONTEXT_L1...
Python
MIT License
uccser/cs-unplugged
Add custom environment variables to develop/production deployments
701,860
24.11.2017 14:54:26
-46,800
982762e7e32abd77b7dc598e2ee3fea69760e670
Update logo png to svg file
[ { "change_type": "ADD", "old_path": null, "new_path": "csunplugged/static/img/logo-mono-small.svg", "diff": "+<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 267.17 74.97\"><defs><style>.cls-1{fill:#fff;}</style></defs><title>logo-mono-small</title><path ...
Python
MIT License
uccser/cs-unplugged
Update logo png to svg file
701,860
24.11.2017 15:28:05
-46,800
ef890b6bf1cbc51875d5a874de767ac890ee31a9
Update overrides Changes hamburger icon to white without border. Overrides navbar links to white.
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/scss/bootstrap-overrides.scss", "new_path": "csunplugged/static/scss/bootstrap-overrides.scss", "diff": "@@ -72,10 +72,8 @@ $link-hover-decoration: underline;\n// Navbar\n-\n-$navbar-light-color: $red;\n-$navbar-light-hover-color: $red;\n-$n...
Python
MIT License
uccser/cs-unplugged
Update overrides Changes hamburger icon to white without border. Overrides navbar links to white.
701,860
24.11.2017 16:27:31
-46,800
73ea4088841f19ff589f971e710de8c2155b63f8
Link to correct principles page in footer
[ { "change_type": "MODIFY", "old_path": "csunplugged/templates/base.html", "new_path": "csunplugged/templates/base.html", "diff": "</p>\n<p>\n{% blocktrans trimmed %}\n- See more about our principles <a href=\"\">here</a>.\n+ See more about our principles\n{% endblocktrans %}\n+ <a href=\"{% url 'gen...
Python
MIT License
uccser/cs-unplugged
Link to correct principles page in footer
701,855
24.11.2017 17:03:59
-46,800
2d9e4f331de8f00f18f18779ee86b08ef093af3b
Add in-context l10n env variable to local dockerfile
[ { "change_type": "MODIFY", "old_path": "Dockerfile-local", "new_path": "Dockerfile-local", "diff": "@@ -9,6 +9,7 @@ LABEL maintainer=\"csse-education-research@canterbury.ac.nz\"\nARG DEBIAN_FRONTEND=noninteractive\nENV DJANGO_PRODUCTION=False\n+ENV INCLUDE_INCONTEXT_L10N=True\nEXPOSE 8080\n# Copy an...
Python
MIT License
uccser/cs-unplugged
Add in-context l10n env variable to local dockerfile
701,860
24.11.2017 17:38:05
-46,800
1d5bb9331fc26463c0f94e46e8f2321e01a188a9
Fix link for principles in footer
[ { "change_type": "MODIFY", "old_path": "csunplugged/templates/base.html", "new_path": "csunplugged/templates/base.html", "diff": "{% endblocktrans %}\n</p>\n<p>\n+ {% url 'general:principles' as principles_url %}\n{% blocktrans trimmed %}\n- See more about our principles\n+ Read more about <a href=\...
Python
MIT License
uccser/cs-unplugged
Fix link for principles in footer
701,855
27.11.2017 08:55:43
-46,800
6e1b04f888e6f748923d9961faa59f0e627606d3
Move local in-context env var Dockerfile->docker-compose.yaml
[ { "change_type": "MODIFY", "old_path": "Dockerfile-local", "new_path": "Dockerfile-local", "diff": "@@ -9,7 +9,6 @@ LABEL maintainer=\"csse-education-research@canterbury.ac.nz\"\nARG DEBIAN_FRONTEND=noninteractive\nENV DJANGO_PRODUCTION=False\n-ENV INCLUDE_INCONTEXT_L10N=True\nEXPOSE 8080\n# Copy an...
Python
MIT License
uccser/cs-unplugged
Move local in-context env var Dockerfile->docker-compose.yaml
701,855
27.11.2017 09:05:59
-46,800
2a5f1e321ef12c3dcd3ca95dc79a9c9025f2b840
Reset branch migrations
[ { "change_type": "ADD", "old_path": null, "new_path": "csunplugged/resources/migrations/0011_auto_20171126_2001.py", "diff": "+# -*- coding: utf-8 -*-\n+# Generated by Django 1.11.5 on 2017-11-26 20:01\n+from __future__ import unicode_literals\n+\n+import django.contrib.postgres.fields\n+from django...
Python
MIT License
uccser/cs-unplugged
Reset branch migrations
701,855
27.11.2017 09:47:27
-46,800
739579bd068289c382d04c22ac9fd645518bf9b2
Remove all settings files from codecov
[ { "change_type": "MODIFY", "old_path": ".coveragerc", "new_path": ".coveragerc", "diff": "@@ -12,12 +12,9 @@ source =\nomit =\n# Omit migration files\n*/migrations/*\n- # Omit database proxy file used with Google Cloud SQL Proxy\n- */config/settings/database_proxy.py\n# Omit settings files for local...
Python
MIT License
uccser/cs-unplugged
Remove all settings files from codecov
701,855
27.11.2017 10:08:36
-46,800
fe60713e36f8eb6b9bc2e017eda1d8c10cf9cee3
Improve readability of config file
[ { "change_type": "MODIFY", "old_path": "csunplugged/config/settings/base.py", "new_path": "csunplugged/config/settings/base.py", "diff": "@@ -123,8 +123,6 @@ if env.bool(\"INCLUDE_INCONTEXT_L10N\", False):\n(INCONTEXT_L10N_PSEUDOLANGUAGE_BIDI, \"In-context translations (Bidi)\"),\n]\n- LANGUAGES += ...
Python
MIT License
uccser/cs-unplugged
Improve readability of config file
701,855
27.11.2017 11:55:10
-46,800
9d10e35c445deb31f077bc92bb6942fb53f0e7e4
Fix loading of configuration environment variables during deployment
[ { "change_type": "MODIFY", "old_path": "infrastructure/dev-deploy/deploy-app.sh", "new_path": "infrastructure/dev-deploy/deploy-app.sh", "diff": "#!/bin/bash\n-source ./load-dev-deploy-config-envs.sh\n+source ./infrastructure/dev-deploy/load-dev-deploy-config-envs.sh\n# Deploys the application to Go...
Python
MIT License
uccser/cs-unplugged
Fix loading of configuration environment variables during deployment
701,855
27.11.2017 12:16:28
-46,800
a3ef851af10dd52ea0842b14a0e16feaf1889328
Add compilemessages command to deployment
[ { "change_type": "MODIFY", "old_path": "Dockerfile", "new_path": "Dockerfile", "diff": "@@ -18,4 +18,8 @@ COPY requirements /requirements\nRUN /docker_venv/bin/pip3 install -r /requirements/production.txt\nADD ./csunplugged /csunplugged/\n+\n+# Compile locale message files\n+CMD /docker_venv/bin/pyt...
Python
MIT License
uccser/cs-unplugged
Add compilemessages command to deployment
701,855
27.11.2017 12:17:26
-46,800
1e8ed390ac2ab34a480e2792afe28084adae4597
Remove erraneous source line in deployment script
[ { "change_type": "MODIFY", "old_path": "infrastructure/prod-deploy/deploy-app.sh", "new_path": "infrastructure/prod-deploy/deploy-app.sh", "diff": "@@ -22,7 +22,6 @@ ssh-keygen -q -N \"\" -f ~/.ssh/google_compute_engine\n# Load environment variables.\nsource ./load-prod-deploy-envs.sh\n-source ./loa...
Python
MIT License
uccser/cs-unplugged
Remove erraneous source line in deployment script
701,855
27.11.2017 12:37:54
-46,800
d974d3f6417b3c67787c3dd0bb587aa51276b3d7
Modify BaseLoader to use local code for translation directories
[ { "change_type": "DELETE", "old_path": "csunplugged/topics/content/yy-rl", "new_path": null, "diff": "-xx-lr\n\\ No newline at end of file\n" }, { "change_type": "ADD", "old_path": null, "new_path": "csunplugged/topics/content/yy_RL", "diff": "+xx_LR\n\\ No newline at end of file...
Python
MIT License
uccser/cs-unplugged
Modify BaseLoader to use local code for translation directories
701,855
27.11.2017 14:57:29
-46,800
e634a44d1d10fe6089b842249dd9664214678371
Use string values for difficulties in yaml (Fixes
[ { "change_type": "MODIFY", "old_path": "csunplugged/topics/content/en/programming-challenges-structure-difficulties.yaml", "new_path": "csunplugged/topics/content/en/programming-challenges-structure-difficulties.yaml", "diff": "-0:\n+\"0\":\nname: Try it out\n-1:\n+\"1\":\nname: Beginner\n-2:\n+\"2\...
Python
MIT License
uccser/cs-unplugged
Use string values for difficulties in yaml (Fixes #716)
701,855
27.11.2017 16:16:51
-46,800
4a090947dedb1c003c6f36402ef74ab44f7c2c5a
Use non-integer keys for prog challenge difficulties (fixes
[ { "change_type": "MODIFY", "old_path": "csunplugged/topics/content/en/programming-challenges-structure-difficulties.yaml", "new_path": "csunplugged/topics/content/en/programming-challenges-structure-difficulties.yaml", "diff": "-\"0\":\n+difficulty-0:\nname: Try it out\n-\"1\":\n+difficulty-1:\nname...
Python
MIT License
uccser/cs-unplugged
Use non-integer keys for prog challenge difficulties (fixes #716)
701,855
27.11.2017 16:18:04
-46,800
55ba9af897e18cb511ba6310b504f31d2293e9f5
Fix pull-incontext script to pull all content paths
[ { "change_type": "MODIFY", "old_path": "infrastructure/crowdin/crowdin_bot_scripts/crowdin-bot-pull-incontext.sh", "new_path": "infrastructure/crowdin/crowdin_bot_scripts/crowdin-bot-pull-incontext.sh", "diff": "@@ -40,7 +40,11 @@ crowdin -c \"${CROWDIN_CONFIG_FILE}\" -l \"${CROWDIN_PSEUDO_LANGUAGE}...
Python
MIT License
uccser/cs-unplugged
Fix pull-incontext script to pull all content paths
701,855
27.11.2017 16:50:37
-46,800
61cbd6e2b172921e8356b42af4fd2ca3267e516f
Update tests for prog challenge structure loader
[ { "change_type": "MODIFY", "old_path": "csunplugged/tests/topics/loaders/assets/programming_challenges_structure/de/translation-difficulties.yaml", "new_path": "csunplugged/tests/topics/loaders/assets/programming_challenges_structure/de/translation-difficulties.yaml", "diff": "-1:\n+difficulty-1:\nn...
Python
MIT License
uccser/cs-unplugged
Update tests for prog challenge structure loader
701,855
27.11.2017 21:26:20
-46,800
4644506ac9bde16d7cdb6f5ee8a685d2abfc79d2
Fix compilemessages step in Dockerfile (CMD can't be repeated)
[ { "change_type": "MODIFY", "old_path": "Dockerfile", "new_path": "Dockerfile", "diff": "@@ -19,7 +19,4 @@ RUN /docker_venv/bin/pip3 install -r /requirements/production.txt\nADD ./csunplugged /csunplugged/\n-# Compile locale message files\n-CMD /docker_venv/bin/python3 ./manage.py compilemessages\n-\...
Python
MIT License
uccser/cs-unplugged
Fix compilemessages step in Dockerfile (CMD can't be repeated)
701,855
27.11.2017 22:54:53
-46,800
d306fedc5805924c02dc73d1f667ed9ef2809ec6
Materialize locale symbolic link to allow embedding in dockerfile
[ { "change_type": "MODIFY", "old_path": "infrastructure/dev-deploy/deploy-app.sh", "new_path": "infrastructure/dev-deploy/deploy-app.sh", "diff": "@@ -37,6 +37,10 @@ source ./load-dev-deploy-envs.sh\n# Create app-dev.yaml file using environment variables.\npython ./infrastructure/replace_envs.py ./in...
Python
MIT License
uccser/cs-unplugged
Materialize locale symbolic link to allow embedding in dockerfile
701,855
28.11.2017 09:00:06
-46,800
eb061e80c1fad8c328d7bec5c15c565a5787aada
Add same symbolic link chanages to prod deployment
[ { "change_type": "MODIFY", "old_path": "infrastructure/prod-deploy/deploy-app.sh", "new_path": "infrastructure/prod-deploy/deploy-app.sh", "diff": "@@ -26,6 +26,10 @@ source ./load-prod-deploy-envs.sh\n# Create app-prod.yaml file using environment variables.\npython ./infrastructure/replace_envs.py ...
Python
MIT License
uccser/cs-unplugged
Add same symbolic link chanages to prod deployment
701,855
28.11.2017 14:03:09
-46,800
6a75cd8433c5455629ac28861025fdb4a244d3f0
Modify pull-translations to commit all .po files onto single, separate branch
[ { "change_type": "MODIFY", "old_path": "infrastructure/crowdin/crowdin_bot_python_package/crowdin_bot/get_complete_translations.py", "new_path": "infrastructure/crowdin/crowdin_bot_python_package/crowdin_bot/get_complete_translations.py", "diff": "@@ -43,9 +43,9 @@ def process_item(item, parent_path...
Python
MIT License
uccser/cs-unplugged
Modify pull-translations to commit all .po files onto single, separate branch
701,855
28.11.2017 14:04:13
-46,800
66963aca673c9f66e114a27d2601b92cc965b2ac
Add functionality to automatically update source .po file (fixes
[ { "change_type": "MODIFY", "old_path": "infrastructure/crowdin/crowdin_bot_scripts/crowdin-bot-config.sh", "new_path": "infrastructure/crowdin/crowdin_bot_scripts/crowdin-bot-config.sh", "diff": "@@ -14,6 +14,9 @@ TRANSLATION_TARGET_BRANCH=\"develop\"\n# Branch that new metadata for in context local...
Python
MIT License
uccser/cs-unplugged
Add functionality to automatically update source .po file (fixes #621)
701,855
28.11.2017 16:51:49
-46,800
faa0e5fd214151e8b0bb8fb18772807aa020c4bf
Modify crowdin_bot to only include languages that have >0 translations
[ { "change_type": "MODIFY", "old_path": "infrastructure/crowdin/crowdin_bot_python_package/crowdin_bot/get_crowdin_languages.py", "new_path": "infrastructure/crowdin/crowdin_bot_python_package/crowdin_bot/get_crowdin_languages.py", "diff": "@@ -12,14 +12,14 @@ def get_project_languages():\nReturns:\n...
Python
MIT License
uccser/cs-unplugged
Modify crowdin_bot to only include languages that have >0 translations
701,855
28.11.2017 19:12:50
-46,800
55ed459442851de843fd8a4a88a07f0f2ed619b4
(WIP) Various improvements for support for RTL languages
[ { "change_type": "MODIFY", "old_path": "csunplugged/config/settings/base.py", "new_path": "csunplugged/config/settings/base.py", "diff": "@@ -43,6 +43,7 @@ DJANGO_APPS = [\nTHIRD_PARTY_APPS = [\n\"django_bootstrap_breadcrumbs\",\n\"modeltranslation\",\n+ \"bidiutils\",\n]\n# Apps specific for this p...
Python
MIT License
uccser/cs-unplugged
(WIP) Various improvements for support for RTL languages
701,855
29.11.2017 09:26:59
-46,800
5b0eff407b7204a24442d69e6e199e38b4637162
Add new scss sheet for rtl, general tidy up
[ { "change_type": "ADD", "old_path": null, "new_path": "csunplugged/static/scss/website-rtl.scss", "diff": "+$dir: rtl;\n+@import \"website\"\n" }, { "change_type": "MODIFY", "old_path": "csunplugged/static/scss/website.scss", "new_path": "csunplugged/static/scss/website.scss", "d...
Python
MIT License
uccser/cs-unplugged
Add new scss sheet for rtl, general tidy up
701,855
29.11.2017 09:43:03
-46,800
ee0fc56a967f1573282c528911362c33c01ac750
Add license for directional-scss
[ { "change_type": "MODIFY", "old_path": "LICENCE-THIRD-PARTY", "new_path": "LICENCE-THIRD-PARTY", "diff": "@@ -40,6 +40,15 @@ Licensed under MIT License.\nthird-party-licenses/details-element-polyfill.txt\n==============================================================================\n+==============...
Python
MIT License
uccser/cs-unplugged
Add license for directional-scss
701,855
29.11.2017 11:33:15
-46,800
4a914f8c6ed6e3d2bc93a430150bb571624ef2d2
Move crowdin-bot requirements to requirements.txt file
[ { "change_type": "MODIFY", "old_path": "infrastructure/crowdin/deploy.sh", "new_path": "infrastructure/crowdin/deploy.sh", "diff": "@@ -22,7 +22,7 @@ gcloud compute --project \"${PROJECT}\" instances create \"${INSTANCE_NAME}\" \\\n# Transfer files to instance\nsource_tarball=crowdin-bot.tar.gz\nech...
Python
MIT License
uccser/cs-unplugged
Move crowdin-bot requirements to requirements.txt file
701,855
29.11.2017 16:10:37
-46,800
393acc6f60698c944ae9e5a825489ee9a416d0cb
Modify crowdin-bot to ignore trivial timestamp changes in .po files Also add --no-location flag to makemessages command to prevent context lines from being generated. This is to prevent file updates every time those line numbers change.
[ { "change_type": "MODIFY", "old_path": "infrastructure/crowdin/crowdin_bot_scripts/crowdin-bot-pull-incontext.sh", "new_path": "infrastructure/crowdin/crowdin_bot_scripts/crowdin-bot-pull-incontext.sh", "diff": "@@ -45,6 +45,7 @@ for content_path in \"${CONTENT_PATHS[@]}\"; do\ngit add \"${content_p...
Python
MIT License
uccser/cs-unplugged
Modify crowdin-bot to ignore trivial timestamp changes in .po files Also add --no-location flag to makemessages command to prevent context lines from being generated. This is to prevent file updates every time those line numbers change.
701,855
30.11.2017 11:03:19
-46,800
891e35255e0bc2506949758ade5f5552909330ea
Fix failed reset_po_files_timestamp_only call from update-messages
[ { "change_type": "MODIFY", "old_path": "infrastructure/crowdin/crowdin_bot_scripts/crowdin-bot-update-messages.sh", "new_path": "infrastructure/crowdin/crowdin_bot_scripts/crowdin-bot-update-messages.sh", "diff": "@@ -29,8 +29,9 @@ git merge origin/$UPDATE_MESSAGES_TARGET_BRANCH --quiet --no-edit\nc...
Python
MIT License
uccser/cs-unplugged
Fix failed reset_po_files_timestamp_only call from update-messages
701,855
30.11.2017 14:25:10
-46,800
58f12ab706ea3375f1cce21b64fec03e7b42d648
Update package lists before installing packages
[ { "change_type": "MODIFY", "old_path": "infrastructure/crowdin/setup-instance.sh", "new_path": "infrastructure/crowdin/setup-instance.sh", "diff": "@@ -10,6 +10,7 @@ PYTHON_PACKAGE_DIR=\"crowdin_bot_python_package\"\ntar -xvzf crowdin-bot.tar.gz\n# Install packages\n+sudo apt-get update\nsudo apt-ge...
Python
MIT License
uccser/cs-unplugged
Update package lists before installing packages
701,855
30.11.2017 19:06:16
-46,800
7a9eec162bdf1bc0f65bd5ce973733aabf65ef2c
WIP - Documentation for translation infrastructure
[ { "change_type": "ADD", "old_path": "docs/source/_static/img/translation_pipeline_overview.png", "new_path": "docs/source/_static/img/translation_pipeline_overview.png", "diff": "Binary files /dev/null and b/docs/source/_static/img/translation_pipeline_overview.png differ\n" }, { "change_typ...
Python
MIT License
uccser/cs-unplugged
WIP - Documentation for translation infrastructure
701,855
01.12.2017 17:50:01
-46,800
80824d024623327909716c75b05eed4fce6b598a
(WIP) Update translation infrastructure docs
[ { "change_type": "MODIFY", "old_path": "docs/source/_static/img/translation_pipeline_overview.png", "new_path": "docs/source/_static/img/translation_pipeline_overview.png", "diff": "Binary files a/docs/source/_static/img/translation_pipeline_overview.png and b/docs/source/_static/img/translation_pip...
Python
MIT License
uccser/cs-unplugged
(WIP) Update translation infrastructure docs
701,855
11.12.2017 17:15:20
-46,800
55c2667d45343f2382755bbffb3bcf1332134aab
Initial attempt at core translation documentation
[ { "change_type": "MODIFY", "old_path": "docs/source/developer/index.rst", "new_path": "docs/source/developer/index.rst", "diff": "@@ -17,4 +17,5 @@ The following pages are for those wanting to develop the CS Unplugged system.\ndev\ndeployment\ntest_suite\n+ translation\ntranslation_infrastructure\n"...
Python
MIT License
uccser/cs-unplugged
Initial attempt at core translation documentation
701,855
11.12.2017 17:50:03
-46,800
5bf440a05bf0f3b391c204a6b6db3b054a28fe99
Minor docs tidyups
[ { "change_type": "MODIFY", "old_path": "docs/source/developer/translation.rst", "new_path": "docs/source/developer/translation.rst", "diff": "@@ -35,7 +35,7 @@ Both types of file are stored inside the directory tree for a given language (ie\n<field-2>: <translated value for field-2>\n<object-slug-2>...
Python
MIT License
uccser/cs-unplugged
Minor docs tidyups
701,860
12.12.2017 11:32:54
-46,800
34395ae0d64300ecbb0627ed8ea3fb06f1d6c4df
Add new image and edit hero slightly
[ { "change_type": "ADD", "old_path": "csunplugged/static/img/red-hero-banner.png", "new_path": "csunplugged/static/img/red-hero-banner.png", "diff": "Binary files /dev/null and b/csunplugged/static/img/red-hero-banner.png differ\n" }, { "change_type": "MODIFY", "old_path": "csunplugged/st...
Python
MIT License
uccser/cs-unplugged
Add new image and edit hero slightly
701,860
12.12.2017 12:13:41
-46,800
fd7f00361f65d8b5a8e97751a31a68260256691e
Add paragraph text to jumbotron Change colour of text Elongate jumbotron
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/scss/website.scss", "new_path": "csunplugged/static/scss/website.scss", "diff": "@@ -105,13 +105,19 @@ $rounded-corner-radius: 0.5rem;\nbackground-size: cover;\n// border: $card-border-width solid darken($red, 10%);\n// border-radius: $round...
Python
MIT License
uccser/cs-unplugged
Add paragraph text to jumbotron Change colour of text Elongate jumbotron
701,855
12.12.2017 13:25:49
-46,800
63217f66e22a722dc2c69704294a04c05d86c84e
Add initial version of translators guide
[ { "change_type": "MODIFY", "old_path": "docs/source/author/translations.rst", "new_path": "docs/source/author/translations.rst", "diff": "Translations\n##############################################################################\n+.. note::\n+ This guide is a work in progress, as translation suppo...
Python
MIT License
uccser/cs-unplugged
Add initial version of translators guide
701,860
12.12.2017 14:38:33
-46,800
2ee85088b49a4fea3f62aaae20897a23c9041af4
Tried things.
[ { "change_type": "MODIFY", "old_path": "csunplugged/templates/general/index.html", "new_path": "csunplugged/templates/general/index.html", "diff": "{% trans \"CS Unplugged\" %}\n{% endblock custom_title %}\n+\n{% block body_container %}\n- <div class=\"row\">\n+<div class=\"container\">\n<div class=...
Python
MIT License
uccser/cs-unplugged
Tried things.
701,860
12.12.2017 15:01:26
-46,800
1e85bbabcc08cbc695b67f189dce0794ddb23285
make jumbotron take full width of screen thx jack
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/scss/website.scss", "new_path": "csunplugged/static/scss/website.scss", "diff": "@import url('https://fonts.googleapis.com/css?family=Sniglet');\n@import url('https://fonts.googleapis.com/css?family=Noto+Sans');\n-$body-space-from-top: 72px;...
Python
MIT License
uccser/cs-unplugged
make jumbotron take full width of screen thx jack
701,860
12.12.2017 17:16:26
-46,800
51505b9dfc9cc46b38229a0d208c530e419de032
add text-shadow to text (fixes
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/scss/website.scss", "new_path": "csunplugged/static/scss/website.scss", "diff": "@import url('https://fonts.googleapis.com/css?family=Sniglet');\n@import url('https://fonts.googleapis.com/css?family=Noto+Sans');\n-// $body-space-from-top: 72...
Python
MIT License
uccser/cs-unplugged
add text-shadow to text (fixes #698)
701,855
12.12.2017 18:11:41
-46,800
32ccf4ed9f3dd83124967ef0e6ff5bac0f75f107
PR Documentation Tidy-Ups
[ { "change_type": "MODIFY", "old_path": "docs/source/author/translations.rst", "new_path": "docs/source/author/translations.rst", "diff": "@@ -3,9 +3,10 @@ Translations\n.. note::\nThis guide is a work in progress, as translation support for CS Unplugged is a recent addition.\n- Many of the finer det...
Python
MIT License
uccser/cs-unplugged
PR Documentation Tidy-Ups
701,860
18.12.2017 14:04:20
-46,800
67dcc6f9dd4cc5da7a79fa4cbb0978f8082308b1
replace 'resource' with 'printouts' front-end only.
[ { "change_type": "MODIFY", "old_path": "csunplugged/templates/resources/index.html", "new_path": "csunplugged/templates/resources/index.html", "diff": "{% load django_bootstrap_breadcrumbs %}\n{% block title %}\n- {% trans \"Resources\" %}\n+ {% trans \"Printouts\" %}\n{% endblock title %}\n{% block...
Python
MIT License
uccser/cs-unplugged
replace 'resource' with 'printouts' front-end only.
701,860
18.12.2017 14:13:23
-46,800
c17ae3dc93aed73b5b461385a396c7d7bdc535ae
Replaces 'resources' with 'printouts' on individual printouts pages front-end only
[ { "change_type": "MODIFY", "old_path": "csunplugged/templates/resources/resource.html", "new_path": "csunplugged/templates/resources/resource.html", "diff": "{% block breadcrumbs %}\n{% breadcrumb \"Home\" \"/\" %}\n- {% breadcrumb \"Resources\" \"resources:index\" %}\n+ {% breadcrumb \"Printouts\" ...
Python
MIT License
uccser/cs-unplugged
Replaces 'resources' with 'printouts' on individual printouts pages front-end only
701,860
08.01.2018 11:40:49
-46,800
4579415b71205ab421a76330d77947afb088a835
Change resources to printouts on Navbar
[ { "change_type": "MODIFY", "old_path": "csunplugged/templates/base.html", "new_path": "csunplugged/templates/base.html", "diff": "<div class=\"collapse navbar-collapse\" id=\"navbarNav\">\n<div class=\"navbar-nav navbar-nav-i18n mr-auto\">\n<a class=\"nav-item nav-link\" href=\"{% url 'topics:index'...
Python
MIT License
uccser/cs-unplugged
Change resources to printouts on Navbar
701,860
15.01.2018 13:17:36
-46,800
15dd817cae779f9d1f6c4209caf0a76cc603da2a
Replace 'CS Unplugged Resources' to 'Printouts' in Lessons
[ { "change_type": "MODIFY", "old_path": "csunplugged/templates/topics/lesson.html", "new_path": "csunplugged/templates/topics/lesson.html", "diff": "{% block right_column_content %}\n{% if lesson.translation_available %}\n{% if generated_resources %}\n- <h2>{% trans \"CS Unplugged resources\" %}</h2>...
Python
MIT License
uccser/cs-unplugged
Replace 'CS Unplugged Resources' to 'Printouts' in Lessons
701,860
17.01.2018 12:30:33
-46,800
6f9708c57e601845cd15fbab6da6fe6598ef4f53
Resize/reoptimize second batch of images.
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/img/topics/binary_cards_equals_three.png", "new_path": "csunplugged/static/img/topics/binary_cards_equals_three.png", "diff": "Binary files a/csunplugged/static/img/topics/binary_cards_equals_three.png and b/csunplugged/static/img/topics/bin...
Python
MIT License
uccser/cs-unplugged
Resize/reoptimize second batch of images.
701,860
17.01.2018 12:38:00
-46,800
44d85985f49310ef4c732ecb2d102c13181af5e9
Resize/reoptimize third batch of images The lightbulb series
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/img/topics/lightbulb_series_1.png", "new_path": "csunplugged/static/img/topics/lightbulb_series_1.png", "diff": "Binary files a/csunplugged/static/img/topics/lightbulb_series_1.png and b/csunplugged/static/img/topics/lightbulb_series_1.png d...
Python
MIT License
uccser/cs-unplugged
Resize/reoptimize third batch of images The lightbulb series
701,860
17.01.2018 16:07:08
-46,800
28bd0c8d3dbd61964cfc08b560000703b8fca176
replace binary bot and boy converstaion image and right align
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/img/topics/col_binary_robot_boy_convo.png", "new_path": "csunplugged/static/img/topics/col_binary_robot_boy_convo.png", "diff": "Binary files a/csunplugged/static/img/topics/col_binary_robot_boy_convo.png and b/csunplugged/static/img/topics/...
Python
MIT License
uccser/cs-unplugged
replace binary bot and boy converstaion image and right align
701,860
17.01.2018 17:01:35
-46,800
a5c638928bf9b21d699a17f453f2dea43247522a
Replace/optimize fourth batch of images
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/img/topics/col_binary_birthdayFinal.png", "new_path": "csunplugged/static/img/topics/col_binary_birthdayFinal.png", "diff": "Binary files a/csunplugged/static/img/topics/col_binary_birthdayFinal.png and b/csunplugged/static/img/topics/col_bi...
Python
MIT License
uccser/cs-unplugged
Replace/optimize fourth batch of images
701,860
18.01.2018 16:51:58
-46,800
f60139026e7e07bb74bcd3ad581b6d3cc953f920
Replace/optimize sixth batch of images
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/img/topics/barcode-12-step-2.png", "new_path": "csunplugged/static/img/topics/barcode-12-step-2.png", "diff": "Binary files a/csunplugged/static/img/topics/barcode-12-step-2.png and b/csunplugged/static/img/topics/barcode-12-step-2.png diffe...
Python
MIT License
uccser/cs-unplugged
Replace/optimize sixth batch of images
701,860
18.01.2018 17:42:42
-46,800
d160cbf01d1b6b497d2b5f513ef2e1ae95cfab0f
Replaces/resizes images
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/img/topics/careers.png", "new_path": "csunplugged/static/img/topics/careers.png", "diff": "Binary files a/csunplugged/static/img/topics/careers.png and b/csunplugged/static/img/topics/careers.png differ\n" }, { "change_type": "MODIFY...
Python
MIT License
uccser/cs-unplugged
Replaces/resizes images
701,860
19.01.2018 15:57:17
-46,800
d569e3e647674b06d0e962b2bd9a6bdb7cb305aa
Replace/resize another batch of images
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/img/topics/exercise-2.png", "new_path": "csunplugged/static/img/topics/exercise-2.png", "diff": "Binary files a/csunplugged/static/img/topics/exercise-2.png and b/csunplugged/static/img/topics/exercise-2.png differ\n" }, { "change_ty...
Python
MIT License
uccser/cs-unplugged
Replace/resize another batch of images
701,860
19.01.2018 16:30:51
-46,800
2aa3abf7f72f33a5722d53072de02bdc52b1dde6
Replaces/resizes more images
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/img/topics/geo-parrot-square.png", "new_path": "csunplugged/static/img/topics/geo-parrot-square.png", "diff": "Binary files a/csunplugged/static/img/topics/geo-parrot-square.png and b/csunplugged/static/img/topics/geo-parrot-square.png diffe...
Python
MIT License
uccser/cs-unplugged
Replaces/resizes more images
701,860
23.01.2018 11:56:44
-46,800
f6a36a92391c7b8ade5616b31ce0ac0209b43b9b
replace searching images with resize/reoptimized images or animations
[ { "change_type": "ADD", "old_path": "csunplugged/static/img/topics/binary_detective.gif", "new_path": "csunplugged/static/img/topics/binary_detective.gif", "diff": "Binary files /dev/null and b/csunplugged/static/img/topics/binary_detective.gif differ\n" }, { "change_type": "MODIFY", "ol...
Python
MIT License
uccser/cs-unplugged
replace searching images with resize/reoptimized images or animations
701,860
24.01.2018 15:00:49
-46,800
b7de716257bd59131e8e4b90aa4832bc253899d9
Change Printouts to Printables Change printouts to printables Change Printout to Printable Change printout to printable change remaining Resources to Printables
[ { "change_type": "MODIFY", "old_path": "csunplugged/templates/base.html", "new_path": "csunplugged/templates/base.html", "diff": "<div class=\"collapse navbar-collapse\" id=\"navbarNav\">\n<div class=\"navbar-nav navbar-nav-i18n mr-auto\">\n<a class=\"nav-item nav-link\" href=\"{% url 'topics:index'...
Python
MIT License
uccser/cs-unplugged
Change Printouts to Printables Change printouts to printables Change Printout to Printable Change printout to printable change remaining Resources to Printables
701,860
24.01.2018 15:38:17
-46,800
08d76034332d7b7ce35728f97fb511d6224fb094
Right align images fix sequential search detective gif
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/img/topics/sequential_detective.gif", "new_path": "csunplugged/static/img/topics/sequential_detective.gif", "diff": "Binary files a/csunplugged/static/img/topics/sequential_detective.gif and b/csunplugged/static/img/topics/sequential_detecti...
Python
MIT License
uccser/cs-unplugged
Right align images fix sequential search detective gif
701,860
24.01.2018 15:50:20
-46,800
78839e29917829229e4237396e04cc20f0e4dc18
fix alignment for error detection lessons
[ { "change_type": "MODIFY", "old_path": "csunplugged/topics/content/en/error-detection-and-correction/unit-plan/lessons/parity-magic.md", "new_path": "csunplugged/topics/content/en/error-detection-and-correction/unit-plan/lessons/parity-magic.md", "diff": "@@ -224,7 +224,7 @@ You can make a fuss that...
Python
MIT License
uccser/cs-unplugged
fix alignment for error detection lessons
701,860
25.01.2018 11:00:38
-46,800
d3a050cd690a9b5befd6ccdf3ca1aa73a3ba2d8e
Update the current team members Add Past Team Members section
[ { "change_type": "MODIFY", "old_path": "csunplugged/templates/general/people.html", "new_path": "csunplugged/templates/general/people.html", "diff": "<ul>\n<li>Tim Bell - Founder &amp; Content Writer</li>\n- <li>Caitlin Duncan - Content Writer</li>\n<li>Tracy Henderson - Content Writer</li>\n- <li>B...
Python
MIT License
uccser/cs-unplugged
Update the current team members Add Past Team Members section
701,860
25.01.2018 11:23:33
-46,800
f3182addabcd698e9c8f42bb3955b1a241c516d8
Place image in correct position (fixes
[ { "change_type": "MODIFY", "old_path": "csunplugged/topics/content/en/sorting-networks/unit-plan/lessons/investigating-variations-using-the-sorting-network.md", "new_path": "csunplugged/topics/content/en/sorting-networks/unit-plan/lessons/investigating-variations-using-the-sorting-network.md", "diff...
Python
MIT License
uccser/cs-unplugged
Place image in correct position (fixes #678)
701,860
26.01.2018 15:33:25
-46,800
2016d0c43abcd33b4427d050f1713cff7f8fd1cc
Undo printout back to resource
[ { "change_type": "MODIFY", "old_path": "csunplugged/templates/resources/index.html", "new_path": "csunplugged/templates/resources/index.html", "diff": "{% load django_bootstrap_breadcrumbs %}\n{% block title %}\n- {% trans \"Printouts\" %}\n+ {% trans \"Resources\" %}\n{% endblock title %}\n{% block...
Python
MIT License
uccser/cs-unplugged
Undo printout back to resource
701,860
26.01.2018 16:19:17
-46,800
86a35e1fb13abfad9787524c8d05ffd443eed7fa
right align col_binary_01 right align binary_torch
[ { "change_type": "MODIFY", "old_path": "csunplugged/topics/content/en/binary-numbers/unit-plan/unit-plan.md", "new_path": "csunplugged/topics/content/en/binary-numbers/unit-plan/unit-plan.md", "diff": "@@ -55,7 +55,7 @@ Humans normally use the decimal number system, which is base 10, so there are te...
Python
MIT License
uccser/cs-unplugged
right align col_binary_01 right align binary_torch
701,860
26.01.2018 16:36:16
-46,800
70c26b42dd5ba8d9b1b1d74b17a15f1d444a22b4
right-align col_binary_cake.png
[ { "change_type": "MODIFY", "old_path": "csunplugged/topics/content/en/binary-numbers/curriculum-integrations/binary-or-normal-candles.md", "new_path": "csunplugged/topics/content/en/binary-numbers/curriculum-integrations/binary-or-normal-candles.md", "diff": "@@ -5,7 +5,7 @@ On a birthday cake we of...
Python
MIT License
uccser/cs-unplugged
right-align col_binary_cake.png
701,860
26.01.2018 16:44:08
-46,800
c204e0fc6021bcfe0ba817c0fbb4090c1272e5b6
resize and right-align parity-cards.png
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/img/topics/parity-cards.png", "new_path": "csunplugged/static/img/topics/parity-cards.png", "diff": "Binary files a/csunplugged/static/img/topics/parity-cards.png and b/csunplugged/static/img/topics/parity-cards.png differ\n" }, { "c...
Python
MIT License
uccser/cs-unplugged
resize and right-align parity-cards.png
701,860
29.01.2018 15:22:11
-46,800
d989c85491fa17819cd2d818ced4f41f878d958a
reoptimize 13 digit barcode images
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/img/topics/barcode-13-step-1.png", "new_path": "csunplugged/static/img/topics/barcode-13-step-1.png", "diff": "Binary files a/csunplugged/static/img/topics/barcode-13-step-1.png and b/csunplugged/static/img/topics/barcode-13-step-1.png diffe...
Python
MIT License
uccser/cs-unplugged
reoptimize 13 digit barcode images
701,860
29.01.2018 15:37:30
-46,800
dd00bc1c5ef1d6bb5014a87c41b407efcbc859ff
Reoptimize 12 digit barcode images
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/img/topics/barcode-12-step-1.png", "new_path": "csunplugged/static/img/topics/barcode-12-step-1.png", "diff": "Binary files a/csunplugged/static/img/topics/barcode-12-step-1.png and b/csunplugged/static/img/topics/barcode-12-step-1.png diffe...
Python
MIT License
uccser/cs-unplugged
Reoptimize 12 digit barcode images
701,860
29.01.2018 15:44:37
-46,800
e9d9bb3049f1627019f868475a7f1d2ea797dafc
right align claude shannon image
[ { "change_type": "MODIFY", "old_path": "csunplugged/topics/content/en/error-detection-and-correction/curriculum-integrations/biographies-and-error-control-history.md", "new_path": "csunplugged/topics/content/en/error-detection-and-correction/curriculum-integrations/biographies-and-error-control-history....
Python
MIT License
uccser/cs-unplugged
right align claude shannon image
701,860
29.01.2018 17:27:21
-46,800
b82b02915a1559d778bb01cdbbac5fcb69ae7b7c
Reoptimize 6 guesses images right align fitness 2 image and apple comparison image
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/img/topics/6_guesses.png", "new_path": "csunplugged/static/img/topics/6_guesses.png", "diff": "Binary files a/csunplugged/static/img/topics/6_guesses.png and b/csunplugged/static/img/topics/6_guesses.png differ\n" }, { "change_type":...
Python
MIT License
uccser/cs-unplugged
Reoptimize 6 guesses images right align fitness 2 image and apple comparison image
701,860
30.01.2018 13:13:13
-46,800
9e8771e5f0363608d76e15193a5fdfebcdc16d47
add new sorting network cards
[ { "change_type": "ADD", "old_path": "csunplugged/static/img/topics/sorting-network-variation-music.png", "new_path": "csunplugged/static/img/topics/sorting-network-variation-music.png", "diff": "Binary files /dev/null and b/csunplugged/static/img/topics/sorting-network-variation-music.png differ\n" ...
Python
MIT License
uccser/cs-unplugged
add new sorting network cards
701,860
05.02.2018 11:19:34
-46,800
ac9fac453fe913474cd1d4e5f32e87e587616f34
Illustrate sorting cards exemplars
[ { "change_type": "ADD", "old_path": "csunplugged/static/img/topics/sorting-network-example-cards-1.png", "new_path": "csunplugged/static/img/topics/sorting-network-example-cards-1.png", "diff": "Binary files /dev/null and b/csunplugged/static/img/topics/sorting-network-example-cards-1.png differ\n" ...
Python
MIT License
uccser/cs-unplugged
Illustrate sorting cards exemplars
701,860
05.02.2018 12:31:25
-46,800
d7cd0721dc594be38f2e4af9724f5e3c0ef28b1d
Add searching cards animation
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/img/topics/cards-0.png", "new_path": "csunplugged/static/img/topics/cards-0.png", "diff": "Binary files a/csunplugged/static/img/topics/cards-0.png and b/csunplugged/static/img/topics/cards-0.png differ\n" }, { "change_type": "ADD", ...
Python
MIT License
uccser/cs-unplugged
Add searching cards animation
701,860
05.02.2018 12:51:29
-46,800
fce59923a0f0a206526eac194d9102c9046a0970
Add parity cards animation
[ { "change_type": "ADD", "old_path": "csunplugged/static/img/topics/parity-cards.gif", "new_path": "csunplugged/static/img/topics/parity-cards.gif", "diff": "Binary files /dev/null and b/csunplugged/static/img/topics/parity-cards.gif differ\n" }, { "change_type": "MODIFY", "old_path": "cs...
Python
MIT License
uccser/cs-unplugged
Add parity cards animation
701,860
08.02.2018 14:48:00
-46,800
d4e7f9d93c3453a9332fafab5e35f9f25ea89750
Update the barcode checksum poster thumbnail (fixes
[ { "change_type": "MODIFY", "old_path": "csunplugged/resources/content/structure/resources.yaml", "new_path": "csunplugged/resources/content/structure/resources.yaml", "diff": "@@ -64,7 +64,7 @@ searching-cards:\ncopies: false\nbarcode-checksum-poster:\ngenerator-module: BarcodeChecksumPosterResource...
Python
MIT License
uccser/cs-unplugged
Update the barcode checksum poster thumbnail (fixes #877)
701,860
09.02.2018 13:42:18
-46,800
caee31db3f4d98425bcd3e490ddabc3c47ea9bba
Add more space between logo and 'Topics'
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/scss/website.scss", "new_path": "csunplugged/static/scss/website.scss", "diff": "@@ -132,6 +132,9 @@ $rounded-corner-radius: 0.5rem;\n#navbar-brand-logo {\nheight: 2rem;\n+ @include media-breakpoint-up(md) {\n+ padding-right: .5em;\n+ }\n}\n...
Python
MIT License
uccser/cs-unplugged
Add more space between logo and 'Topics'
701,860
12.02.2018 13:09:40
-46,800
ac655d4279faa7b6c24789e9c8308b714cfd3a04
Resize search bar to be ~20% smaller
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/scss/website.scss", "new_path": "csunplugged/static/scss/website.scss", "diff": "@@ -518,7 +518,8 @@ h1, h2, h3, h4, h5, h6, details {\nclear: both;\n}\n.icon {\n- display: inline-block;\n+ display: block;\n+ margin: auto;\nwidth: 1em;\nheig...
Python
MIT License
uccser/cs-unplugged
Resize search bar to be ~20% smaller
701,860
13.02.2018 13:25:03
-46,800
f3f00cbe423237df3c68c78cb01eac7e65f637a1
Add responsive transparent navbar on homescreen
[ { "change_type": "ADD", "old_path": null, "new_path": "csunplugged/static/js/homepage.js", "diff": "+$(window).scroll(function() {\n+ if($(this).scrollTop() <= 50) /*height in pixels when the navbar becomes non opaque*/\n+ {\n+ $('.trans-navbar').removeClass('trans');\n+ } else {\n+ $('.trans-navbar...
Python
MIT License
uccser/cs-unplugged
Add responsive transparent navbar on homescreen
701,860
13.02.2018 14:42:34
-46,800
c9a6c512aa659dac32bb0509742c8e530391c3d4
Remove navbar transparency on other pages
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/js/homepage.js", "new_path": "csunplugged/static/js/homepage.js", "diff": "$(window).scroll(function() {\n- if($(this).scrollTop() <= 50) /*height in pixels when the navbar becomes non opaque*/\n+ if($(this).scrollTop() > 50) /*height in pix...
Python
MIT License
uccser/cs-unplugged
Remove navbar transparency on other pages
701,860
13.02.2018 17:10:42
-46,800
e3fa420da9157bd27380def7464001c9de0810b9
Make navbar transparent from load.
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/js/homepage.js", "new_path": "csunplugged/static/js/homepage.js", "diff": "$(window).scroll(function() {\nif($(this).scrollTop() > 50) /*height in pixels when the navbar becomes transparent*/\n{\n- $('.trans-navbar').removeClass('trans');\n+...
Python
MIT License
uccser/cs-unplugged
Make navbar transparent from load.
701,860
14.02.2018 11:09:30
-46,800
89ac483eb651da3581a1376ef5f972f1fc4247e4
Remove redundant homepage.scss
[ { "change_type": "DELETE", "old_path": "csunplugged/static/scss/homepage.scss", "new_path": null, "diff": "-@import \"bootstrap-overrides\";\n" }, { "change_type": "MODIFY", "old_path": "csunplugged/templates/general/index.html", "new_path": "csunplugged/templates/general/index.html"...
Python
MIT License
uccser/cs-unplugged
Remove redundant homepage.scss
701,860
14.02.2018 11:36:05
-46,800
a3a2f588ef7b71082f06695c49647b382cde7328
Remove unnescessary comments
[ { "change_type": "MODIFY", "old_path": "csunplugged/general/views.py", "new_path": "csunplugged/general/views.py", "diff": "@@ -15,9 +15,7 @@ class GeneralIndexView(TemplateView):\nReturns:\nDictionary of context data.\n\"\"\"\n- # Call the base implementation first to get a context\ncontext = super...
Python
MIT License
uccser/cs-unplugged
Remove unnescessary comments
701,860
15.02.2018 13:40:20
-46,800
b46b4818792037fecdfa0a6990fc44847b11d1f6
Add whtie border around menu button on mobile view
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/scss/bootstrap-overrides.scss", "new_path": "csunplugged/static/scss/bootstrap-overrides.scss", "diff": "@@ -76,4 +76,4 @@ $link-hover-decoration: underline;\n$navbar-dark-color: $white;\n$navbar-dark-hover-color: $white;\n$navbar-dark-toggl...
Python
MIT License
uccser/cs-unplugged
Add whtie border around menu button on mobile view
701,860
15.02.2018 13:50:36
-46,800
654386d2df2a1b0ecfd4488c58df38ef1aa683c0
Add dropshadow to navbar
[ { "change_type": "MODIFY", "old_path": "csunplugged/static/scss/website.scss", "new_path": "csunplugged/static/scss/website.scss", "diff": "@@ -129,11 +129,13 @@ $rounded-corner-radius: 0.5rem;\n.trans-navbar {\nbackground-color: rgba(0,0,0,0) !important;\n+ box-shadow: 0px 0px 0px 0px #ffffff00 !im...
Python
MIT License
uccser/cs-unplugged
Add dropshadow to navbar