🕶 addons.mozilla.org Django app and API 🎉
Перейти к файлу
Mathieu ROBIN 8822905da3 Fixing migration from config.json to .jshintrc
Last move was unfinished

Added .idea folder to gitignore

Prevent adding of jetbrains IDEs configs

Added a forgotten semi-colon

Maybe something to do to declare globally undefined variable format

Not needed comma

Unused variable

Unused variable

Unused params

Could be confusing

Unused params

Could be confusing

JShint validation

JSON dot notation
+
Strict compare between integers
+
Missing semi-colon
+
Unused variables
+
Unused params

Fixing migration from config.json to .jshintrc

Last move was unfinished

Added .idea folder to gitignore

Prevent adding of jetbrains IDEs configs

Added a forgotten semi-colon

Maybe something to do to declare globally undefined variable format

Not needed comma

Unused variable

Unused variable

Unused params

Could be confusing

Unused params

Could be confusing
2014-11-12 19:45:54 +01:00
apps Fix the way stats are filled for update_counts (bug 1093699) 2014-11-07 14:57:53 +01:00
configs/init.d remove outdated scripts 2014-08-01 21:17:43 -07:00
docs Fix inconsistencies in the installation docs thanks to @vinyll 2014-11-05 11:01:56 +01:00
lib some more code cleanup following the guillotine (bug 1073432) 2014-11-05 10:40:40 +01:00
locale Commit from Mozilla Verbatim by user amir.farsi.: 359 of 2994 strings translated (62 fuzzy). 2014-11-04 11:24:43 +00:00
media Revert "Bug 1041873: Add mass deletion tool." 2014-08-06 10:00:08 +02:00
migrations Fix conflicting migrations ids since the merge of PR#299 2014-11-07 15:54:31 +01:00
requirements Flake8 all the things! 2014-10-27 11:08:20 +01:00
scripts Flake8 all the things! 2014-10-27 11:08:20 +01:00
services Remove applications.Application (bug 1068591) 2014-09-18 13:38:21 +02:00
sites Flake8 all the things! 2014-10-27 11:08:20 +01:00
static Fixing migration from config.json to .jshintrc 2014-11-12 19:45:54 +01:00
templates New URLs for legal & privacy links (bug 1005598) 2014-10-28 14:39:52 +01:00
tmp Adds empty tmp dirs so a fresh clone can run tests, etc, without errors 2011-09-16 18:26:13 -05:00
wsgi don't overload the DJANGO_SETTINGS_MODULE env var if present (bug 1050155) 2014-09-02 23:24:50 +02:00
.git-wtfrc tell git-wtf to ignore gh-pages 2010-01-11 13:26:25 -08:00
.gitignore Fixing migration from config.json to .jshintrc 2014-11-12 19:45:54 +01:00
.gitmodules Use django-moz-header as django app (bug 1054306) 2014-09-01 12:22:59 +02:00
.jshintrc Fixing migration from config.json to .jshintrc 2014-11-12 19:45:54 +01:00
.travis.yml Flake8 all the things! 2014-10-27 11:08:20 +01:00
CONTRIBUTING.rst Improve contributing instructions (bug 1041234) 2014-08-27 11:03:28 +02:00
LICENSE Update LICENSE 2013-01-31 23:22:29 +00:00
Makefile Flake8 all the things! 2014-10-27 11:08:20 +01:00
README.rst Proper travis badge, with link to builds 2014-09-01 19:29:59 +02:00
__init__.py THIS IS ZAMBONI 2009-10-20 16:31:15 -07:00
fabfile.py Remove the need for a settings_local.py (bug 1050155) 2014-09-01 14:51:04 +02:00
manage.py side effects in manage.py are needed by wsgi/zamboni.py (bug 1050155) 2014-09-02 22:52:55 +02:00
package.json Bump clean-css, uglify-js versions 2013-12-11 10:48:00 -08:00
settings.py Split addons/themes generators to their own app (bug 1089548) 2014-11-03 09:03:31 +01:00
settings_ci.py Activate RUN_ES_TESTS on CI and update doc (bug 1050155) 2014-09-05 13:46:30 +02:00
settings_test.py Remove the need for a settings_local.py (bug 1050155) 2014-09-01 14:51:04 +02:00

README.rst

.. image:: https://travis-ci.org/mozilla/olympia.svg?branch=master
    :target: https://travis-ci.org/mozilla/olympia

Welcome to Olympia!  This is `addons.mozilla.org`_.

We have some good `install docs`_ if you want to try it out.  We'd love
your help!  You can come talk to us on `irc://irc.mozilla.org/amo` if you
have questions.

If you like what we've done, you may want to check out Mozilla's `Playdoh`_.
We took all the cool stuff we did in AMO, SUMO and our other websites, and
created a base template for new websites.

Please report bugs or suggest features here: https://bugzilla.mozilla.org/enter_bug.cgi?product=addons.mozilla.org

.. _`addons.mozilla.org`: https://addons.mozilla.org
.. _`install docs`: http://olympia.readthedocs.org/en/latest/topics/install-olympia/index.html
.. _`irc://irc.mozilla.org/amo`: irc://irc.mozilla.org/amo
.. _`Playdoh`: https://github.com/mozilla/playdoh