| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
the media is to be uploaded is stored locally or on the web. Still have to clean
up the code and look for errors. I may also refactor some of this into a functi-
on to be used with a GUI frontend in another project. Lastly, I need to merge
this with the metadata branch I've been working on, and convert the metadata.csv
information into the proper format for the new metadata column.
|
|/
|
|
| |
the code to read csv files into a usable dictionary.
|
|\
| |
| |
| |
| |
| | |
Conflicts:
mediagoblin/db/util.py
mediagoblin/gmg_commands/dbupdate.py
|
| | |
|
| |
| |
| |
| | |
This commit sponsored by David Neudorfer. Thank you!
|
| |
| |
| |
| | |
didn't have a FOUNDATIONS dictionary because people found them annoying.
|
| |
| |
| |
| | |
This commit sponsored by Damien Radtke. Thanks!
|
| |
| |
| |
| |
| |
| | |
though.
This commit sponsored by Benjamin Williams. Thank you!
|
| |
| |
| |
| |
| |
| |
| | |
The methods we're using here aren't ideal but they mirror those used
in the submit views...
This commit sponsored by Alexander Couper. Thanks!
|
| | |
|
|\|
| |
| |
| |
| | |
Conflicts:
mediagoblin/db/migrations.py
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit 029e779c468ba1a6bfd893679cfaae7f418f45dd.
(and a bit more!)
This wasn't needed anymore because we did a "rest" capture and passed
that over to the reprocess run command.
Conflicts:
mediagoblin/gmg_commands/assetlink.py
mediagoblin/gmg_commands/dbupdate.py
mediagoblin/gmg_commands/import_export.py
mediagoblin/gmg_commands/users.py
|
| |
| |
| |
| |
| |
| | |
BONUS COMMIT to Ben Finney and the Free Software Melbourne crew. :)
IRONY: Initially I committed this as "media manager".
|
| | |
|
| |
| |
| |
| | |
This commit sponsored by Odin Hørthe Omdal. Thank you!
|
| |
| |
| |
| |
| |
| |
| |
| | |
processing command now.
However, it doesn't celery task-ify it...
This commit sponsored by Catalin Cosovanu. Thank you!
|
| |
| |
| |
| | |
This commit sponsored by Philippe Casteleyn. Thank you!
|
| |
| |
| |
| | |
This commit sponsored by Jose Manuel Zueco Lazaro. Thank you!
|
| | |
|
| |
| |
| |
| |
| | |
Every reprocessing action possible can inform you of its command line
argument stuff! Is that awesome or what?
|
| |
| |
| |
| |
| |
| |
| | |
We are on our way now to a working reprocessing system under this
redesign!
This commit sponsored by Bjarni Rúnar Einarsson. Thank you!
|
| |
| |
| |
| | |
This commit sponsored by Elizabeth Webber. Thanks, sis!
|
| |
| |
| |
| | |
clearer though
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
any media_ids to process all media). slight refactor
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
entries
|
| |
| |
| |
| | |
media_type at a time
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
User table columns (is_admin, status, email_verified) and making sure that
their functionality is instead completely handled by privileges. I also worked
on the meta pages which I hope to finish soon. I set up migrations to ensure
the default privileges are given to users that should have them. Lastly, I made
it so that banned users can log out.
===============================================================================
Made Sure the Vestigial Columns of the User Table were not being Used
===============================================================================
--\ mediagoblin/auth/views.py
--\ mediagoblin/db/models.py
--\ mediagoblin/templates/mediagoblin/base.html
--\ mediagoblin/templates/mediagoblin/moderation/user.html
--\ mediagoblin/templates/mediagoblin/user_pages/collection_lis$
--\ mediagoblin/templates/mediagoblin/user_pages/user.html
--\ mediagoblin/tests/test_auth.py
--\ mediagoblin/tests/test_persona.py
--\ mediagoblin/user_pages/views.py
===============================================================================
Wrote the Migrations to Set up the Default Privileges
===============================================================================
--\ mediagoblin/db/migrations.py
--\ mediagoblin/gmg_commands/users.py
===============================================================================
Work on the Meta Pages
===============================================================================
--\ mediagoblin/meta/routing.py
--\ mediagoblin/meta/views.py
--\ mediagoblin/static/css/base.css
--\ mediagoblin/templates/mediagoblin/meta/terms_of_service.html
===============================================================================
Small Changes
===============================================================================
--\ mediagoblin/templates/mediagoblin/base.html
--| Benevolently made it so that banned users can log out
===============================================================================
X X X X X X X X X X X X X X X X X X X X
===============================================================================
|