Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3698 from mozilla/rm-demos
Browse files Browse the repository at this point in the history
Fix bug 1223109 - decomission demo studio
  • Loading branch information
openjck committed Jan 15, 2016
2 parents b3a6574 + 323e7ed commit bb0996c
Show file tree
Hide file tree
Showing 246 changed files with 108 additions and 10,610 deletions.
9 changes: 8 additions & 1 deletion configs/htaccess
Expand Up @@ -58,7 +58,14 @@ RewriteRule ^(\w{2,3}(?:-\w{2})?/)?learn/css /$1Learn/CSS [R=301,L]
RewriteRule ^(\w{2,3}(?:-\w{2})?/)?learn/javascript /$1Learn/JavaScript [R=301,L]
RewriteRule ^(\w{2,3}(?:-\w{2})?/)?learn /$1Learn [R=301,L]

# Off-site redirects
# BananaBread demo (bug 1238041)
RewriteRule ^(\w{2,3}(?:-\w{2})?/)?demos/detail/bananabread$ https://github.com/kripken/BananaBread/ [R=301,L]
RewriteRule ^(\w{2,3}(?:-\w{2})?/)?demos/detail/bananabread/launch$ https://kripken.github.io/BananaBread/cube2/index.html [R=301,L]

# All other Demo Studio and Dev Derby paths (bug 1238037)
RewriteRule ^(\w{2,3}(?:-\w{2})?/)?demos /$1docs/Web/Demos_of_open_web_technologies? [R=301,L]

# Miscellaneous off-site redirects
RewriteRule ^contests/$ http://labs.mozilla.com/contests/extendfirefox/ [R=302]
RewriteRule ^contests/extendfirefox(/.*)? http://labs.mozilla.com/contests/extendfirefox$1 [R=302]
RewriteRule ^es4(/.*)?$ http://wiki.ecmascript.org/ [R]
Expand Down
3 changes: 0 additions & 3 deletions jinja2/403.html
Expand Up @@ -50,9 +50,6 @@ <h1 class="page-title">{{ _('Permission Denied') }}</h1>
<li><a href="{{ login_url }}">Sign in</a> to try again.</li>
{% endtrans %}
{% endif %}
{% trans demos_url=url('demos'), docs_url=wiki_url('Web') %}
<li><a href="{{ demos_url }}">View demos</a> or <a href="{{ docs_url }}">browse docs</a></li>
{% endtrans %}
</ul>

{% trans %}
Expand Down
3 changes: 1 addition & 2 deletions jinja2/base.html
Expand Up @@ -141,7 +141,6 @@
<li><a href="{{ wiki_url('Web/Reference') }}">{{ _('References') }}</a></li>
<li><a href="{{ wiki_url('Web/Guide') }}">{{ _('Developer Guides') }}</a></li>
<li><a href="{{ wiki_url('Web/Accessibility') }}">{{ _('Accessibility') }}</a></li>
<li><a href="{{ url('demos') }}">{{ _('Demos') }}</a></li>
<li><a href="{{ wiki_url('Web') }}">{{ _('...more docs') }}</a></li>
</ul>
</div>
Expand All @@ -159,7 +158,7 @@
</ul>
</div>
</div>
</li><li><a href="{{ wiki_url('Tools') }}">{{ _('Developer Tools') }}</a></li><li><a href="{{ url('demos') }}">{{ _('Demos') }}</a></li><li><a href="{{ wiki_url('MDN/Feedback') }}">{{ _('Feedback') }}<i aria-hidden="true" class="icon-caret-down"></i></a>
</li><li><a href="{{ wiki_url('Tools') }}">{{ _('Developer Tools') }}</a></li><li><a href="{{ wiki_url('MDN/Feedback') }}">{{ _('Feedback') }}<i aria-hidden="true" class="icon-caret-down"></i></a>

<div class="submenu js-submenu" id="nav-contact-submenu">
<div class="submenu-column">
Expand Down
44 changes: 0 additions & 44 deletions jinja2/base_popup.html

This file was deleted.

3 changes: 0 additions & 3 deletions jinja2/handlers/400.html
Expand Up @@ -37,9 +37,6 @@ <h1 class="page-title">Permission Denied</h1>
<li><a href="{{ login_url }}">Sign in</a> to try again.</li>
{% endtrans %}
{% endif %}
{% trans %}
<li><a href="/demos">View demos</a> or <a href="/docs">browse docs</a></li>
{% endtrans %}
</ul>

</section>
Expand Down
9 changes: 0 additions & 9 deletions kuma/actioncounters/__init__.py

This file was deleted.

10 changes: 0 additions & 10 deletions kuma/actioncounters/admin.py

This file was deleted.

132 changes: 0 additions & 132 deletions kuma/actioncounters/fields.py

This file was deleted.

31 changes: 0 additions & 31 deletions kuma/actioncounters/migrations/0001_initial.py

This file was deleted.

22 changes: 0 additions & 22 deletions kuma/actioncounters/migrations/0002_actioncounterunique_user.py

This file was deleted.

Empty file.

0 comments on commit bb0996c

Please sign in to comment.