mediagoblin.git
10 years agoStart of addmedia command. Kinda close to working ;)
Christopher Allan Webber [Wed, 13 Nov 2013 19:59:16 +0000 (13:59 -0600)]
Start of addmedia command.  Kinda close to working ;)

10 years agoWeird indentation issue, fixing!
Christopher Allan Webber [Wed, 13 Nov 2013 17:53:58 +0000 (11:53 -0600)]
Weird indentation issue, fixing!

This commit sponsored by Iain Nicol.  Thank you!

10 years agoRefactoring submission utility to make it more generic! Reusable!
Christopher Allan Webber [Wed, 13 Nov 2013 16:22:46 +0000 (10:22 -0600)]
Refactoring submission utility to make it more generic!  Reusable!

This commit sponsored by Joar Wandborg.  Joar, thanks for the many
things you've done for MediaGoblin!

10 years agoStarting to split out a submit_media utility
Christopher Allan Webber [Tue, 12 Nov 2013 20:03:17 +0000 (14:03 -0600)]
Starting to split out a submit_media utility

10 years agoOh god how did I leave a pdb.set_trace() in here
Christopher Allan Webber [Sun, 10 Nov 2013 23:35:56 +0000 (17:35 -0600)]
Oh god how did I leave a pdb.set_trace() in here

Well, cleaning that up :)

This commit sponsored by Enrico Zini.  Thanks!

10 years agoApparently kombu is fine again
Christopher Allan Webber [Sun, 10 Nov 2013 18:38:49 +0000 (12:38 -0600)]
Apparently kombu is fine again

10 years agoFixing the ascii art media type. There was an ordering issue in the code.
Christopher Allan Webber [Fri, 8 Nov 2013 17:22:48 +0000 (11:22 -0600)]
Fixing the ascii art media type.  There was an ordering issue in the code.

Moved set_file_metadata till after the thumb file was created!

This commit sponsored by Samat Jain.  Thank you!

10 years agoCommitting extracted and compiled translations
Christopher Allan Webber [Tue, 5 Nov 2013 20:45:34 +0000 (14:45 -0600)]
Committing extracted and compiled translations

10 years agoRemoving strings that should not have been translated
Christopher Allan Webber [Tue, 5 Nov 2013 20:43:01 +0000 (14:43 -0600)]
Removing strings that should not have been translated

10 years agoJust made it so the "okay to wipe your database" echo doesn't add a newline
Christopher Allan Webber [Tue, 5 Nov 2013 19:41:13 +0000 (13:41 -0600)]
Just made it so the "okay to wipe your database" echo doesn't add a newline

10 years agoMerge remote-tracking branch 'refs/remotes/tilly-q/dev_tools_environment_update'...
Christopher Allan Webber [Tue, 5 Nov 2013 19:29:40 +0000 (13:29 -0600)]
Merge remote-tracking branch 'refs/remotes/tilly-q/dev_tools_environment_update' into mergetest

10 years agoCommitting extracted and compiled translations
Christopher Allan Webber [Mon, 4 Nov 2013 21:34:21 +0000 (15:34 -0600)]
Committing extracted and compiled translations

10 years agoCommitting present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber [Mon, 4 Nov 2013 21:33:28 +0000 (15:33 -0600)]
Committing present MediaGoblin translations before pushing extracted messages

10 years agoaccoutn -> account. Typo fix caught by Laura Arjona! Thanks!
Christopher Allan Webber [Mon, 4 Nov 2013 21:05:40 +0000 (15:05 -0600)]
accoutn -> account.  Typo fix caught by Laura Arjona!  Thanks!

This commit sponsored by Nick Adams!  Thank you!

10 years agoCommitting extracted and compiled translations
Christopher Allan Webber [Mon, 4 Nov 2013 19:24:16 +0000 (13:24 -0600)]
Committing extracted and compiled translations

10 years agoCommitting present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber [Mon, 4 Nov 2013 19:23:17 +0000 (13:23 -0600)]
Committing present MediaGoblin translations before pushing extracted messages

10 years agoApparently we need a version of Kombu less than 3.0 for now.
Christopher Allan Webber [Mon, 4 Nov 2013 02:22:57 +0000 (20:22 -0600)]
Apparently we need a version of Kombu less than 3.0 for now.

This commit sponsored by Andrés Muñiz Piniella.  Thank you!

10 years agoRemoving duplicate views from views.py
Christopher Allan Webber [Fri, 1 Nov 2013 15:08:12 +0000 (10:08 -0500)]
Removing duplicate views from views.py

10 years agoThis commit made it so that the script now extracts two different archive. One
tilly-Q [Thu, 31 Oct 2013 21:10:03 +0000 (17:10 -0400)]
This commit made it so that the script now extracts two different archive. One
for the chosen database, and one for the media to go in the UserDev directory.
This will make the mg-dev-example-environments branch more efficient.

10 years agoThis was a very minor update. In the mg-dev-example-environment branch I changed
tilly-Q [Thu, 31 Oct 2013 20:19:49 +0000 (16:19 -0400)]
This was a very minor update. In the mg-dev-example-environment branch I changed
the naming system for the databases, and in this branch I just changed the
default name to the new default. The new naming system is based on migrations
not milestones.

10 years agoRemoving duplicate terms of service link in the header.
Christopher Allan Webber [Fri, 25 Oct 2013 03:42:40 +0000 (22:42 -0500)]
Removing duplicate terms of service link in the header.

My bad!  Since I moved it to the footer ;)

This commit sponsored by Sebastian Tennant.  Thanks!

10 years agoFix error in collection templates.
Devan Goodwin [Sun, 20 Oct 2013 20:06:56 +0000 (17:06 -0300)]
Fix error in collection templates.

Removed unicode strings from some recently added has_privilege calls.
Appears this is not valid syntax as it would be in the python code
itself. Causes an error showing the template:

Error - <class 'jinja2.exceptions.TemplateSyntaxError?'>: expected token
',', got 'string'

10 years agoMake showing the Terms of Service a user option, and move it to the footer.
Christopher Allan Webber [Fri, 11 Oct 2013 16:48:22 +0000 (11:48 -0500)]
Make showing the Terms of Service a user option, and move it to the footer.

This commit sponsored by Gjalt-Jorn Peters.  Thank you!

10 years agoRenaming replace_table to replace_table_hack and documenting why it's a hack
Christopher Allan Webber [Thu, 10 Oct 2013 19:22:38 +0000 (14:22 -0500)]
Renaming replace_table to replace_table_hack and documenting why it's a hack

We'd still prefer people use other solutions when possible!

This commit sponsored by Michał Masłowski.  Thank you!

10 years agoActually rename the table back, or else we just lose the old table! ;)
Christopher Allan Webber [Thu, 10 Oct 2013 19:14:32 +0000 (14:14 -0500)]
Actually rename the table back, or else we just lose the old table! ;)

10 years agoMerge remote-tracking branch 'tilly-q/merge-tillyq-moderation' into merge-tillyq...
Christopher Allan Webber [Thu, 10 Oct 2013 19:06:07 +0000 (14:06 -0500)]
Merge remote-tracking branch 'tilly-q/merge-tillyq-moderation' into merge-tillyq-moderation

10 years agoFix the create_moderation_tables migration to work with postgresql
Christopher Allan Webber [Thu, 10 Oct 2013 16:28:59 +0000 (11:28 -0500)]
Fix the create_moderation_tables migration to work with postgresql

Was comparing/assigning to integers... but that's not how postgres rolls!

10 years agoI made some changes in this commit to help out with other people trying to work
tilly-Q [Wed, 9 Oct 2013 21:11:41 +0000 (17:11 -0400)]
I made some changes in this commit to help out with other people trying to work
around the SQLite problems with Alter table. I added a new function to
migration_tools (replace_table) which does all the work I did in my migration of
core__users, but is now usable for other migrations.

10 years ago"Intellectual property" being a problematic term, replacing it in this document.
Christopher Allan Webber [Wed, 9 Oct 2013 19:17:13 +0000 (14:17 -0500)]
"Intellectual property" being a problematic term, replacing it in this document.

10 years agoFixing migration to account for new fields added to User model
Christopher Allan Webber [Wed, 9 Oct 2013 18:32:02 +0000 (13:32 -0500)]
Fixing migration to account for new fields added to User model

Uploaded and upload_limit were added after this migration was first written.
Tricky!

10 years agoImproving the whitespace around the {% trans %} adjustments from tilly-q
Christopher Allan Webber [Wed, 9 Oct 2013 15:37:30 +0000 (10:37 -0500)]
Improving the whitespace around the {% trans %} adjustments from tilly-q

10 years agoMerge remote-tracking branch 'tilly-q/OPW-Moderation-Update' into merge-tillyq-moderation
Christopher Allan Webber [Wed, 9 Oct 2013 15:30:19 +0000 (10:30 -0500)]
Merge remote-tracking branch 'tilly-q/OPW-Moderation-Update' into merge-tillyq-moderation

10 years agoThis was a quick update to clean up some of my templates and fix the formatting
tilly-Q [Tue, 8 Oct 2013 22:42:59 +0000 (18:42 -0400)]
This was a quick update to clean up some of my templates and fix the formatting
in some of my other bits of code. In migrations.py, I clarified the comments &
fixed the code to stay within 80 columns. In each of the templates, I fixed the
spacing as well to stay within 80 columns and I also corrected my improper uses
of the trans tag to ensure that these pages can be translated correctly.

10 years agoFixing the test_change_password test. Needed a privilege!
Christopher Allan Webber [Tue, 8 Oct 2013 20:30:12 +0000 (15:30 -0500)]
Fixing the test_change_password test.  Needed a privilege!

I'm pretty sure this should work correctly now.

This commit sponsored by Michał Masłowski.  Thanks!

10 years agoFixing up the email verified stuff to reflect the email_verified stuff!
Christopher Allan Webber [Tue, 8 Oct 2013 18:58:02 +0000 (13:58 -0500)]
Fixing up the email verified stuff to reflect the email_verified stuff!

This commit sponsored by Derek Holdaway.  Thanks!

10 years agoFixing issues in the tests caused by the OPW-Moderation-Update merge
Christopher Allan Webber [Tue, 8 Oct 2013 16:36:18 +0000 (11:36 -0500)]
Fixing issues in the tests caused by the OPW-Moderation-Update merge

Not that branch's fault!  Just both that branch and master had both done
a lot of changes to overlapping code.

self.test_user switched to self.our_user().  Updating everywhere.

This commit sponsored by Sam Kleinman.  Thank you! :)

10 years agoAdding a comment explaining what vR1 means.
Christopher Allan Webber [Tue, 8 Oct 2013 15:33:00 +0000 (10:33 -0500)]
Adding a comment explaining what vR1 means.

This commit sponsored by Kim Jin-hoon.  Thank you!

10 years agoJust fixing the order of migrations and a bit of whitespace.
Christopher Allan Webber [Tue, 8 Oct 2013 15:30:55 +0000 (10:30 -0500)]
Just fixing the order of migrations and a bit of whitespace.

This commit sponsored by Glenn McGrath.  Thank you!

10 years agoMerge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'
Christopher Allan Webber [Mon, 7 Oct 2013 20:48:33 +0000 (15:48 -0500)]
Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update'

Conflicts:
mediagoblin/templates/mediagoblin/user_pages/user.html
mediagoblin/tests/test_auth.py
mediagoblin/tests/test_submission.py

10 years agoMake the develop makefile target the default.
Christopher Allan Webber [Mon, 7 Oct 2013 19:45:50 +0000 (14:45 -0500)]
Make the develop makefile target the default.

Why do ./configure && make && sudo make install if the second one make
installs, amirite? ;)

Generally I just think install should not be a default make target.

This commit sponsored by Ron Ursem.  Thank you!

10 years agoFix by lennax: Fix the AC_MSG_ERROR undefined macro error.
Christopher Allan Webber [Mon, 7 Oct 2013 19:43:53 +0000 (14:43 -0500)]
Fix by lennax: Fix the AC_MSG_ERROR undefined macro error.

Thanks Lennax! :)

10 years agoThis was a very important update where I fixed a few small but fatal bugs in my
tilly-Q [Thu, 3 Oct 2013 21:07:11 +0000 (17:07 -0400)]
This was a very important update where I fixed a few small but fatal bugs in my
code. I had removed the import of Privilege in mediagoblin.db.migrations, and
this was still necessary and was causing errors. I also made it so that media
deletion by moderators, through reports, actually fully deleted the media,
rather than just deleting the database representation of the media. Lastly, I
fixed a bug in migration that caused a fatal error on login because the UserBan
user_id column was improperly named in it's creation by migration.

10 years agoIn this commit, I mostly did work on the migrations. Firstly, I droppped the
tilly-Q [Thu, 3 Oct 2013 20:13:12 +0000 (16:13 -0400)]
In this commit, I mostly did work on the migrations. Firstly, I droppped the
vestigial columns from the User table (ie. status, email_verified, is_admin).
Otherwise, I did a lot of work converting my existing migrations from high-
level ORM commands to low-level SQL commands to ensure that the migrating will
work regardless of what stage their instance is working in. I also re-integrated
my two registered migrations into one. Because the migration became very long, I
also added a lot of clarifying documentation.

10 years agoOkay, making the theme of video.js consistent with the theme we had previous
Christopher Allan Webber [Sun, 29 Sep 2013 16:56:48 +0000 (11:56 -0500)]
Okay, making the theme of video.js consistent with the theme we had previous

This commit sponsored by Christian Sasso.  Thank you!

10 years agoFixing ALL THE BROKEN TESTS. I probably broke most of them.
Christopher Allan Webber [Sun, 29 Sep 2013 15:41:43 +0000 (10:41 -0500)]
Fixing ALL THE BROKEN TESTS.  I probably broke most of them.

 - We've now broken out user.html and user_nonactive.html but the
   tests didn't reflect it
 - the location of one of the module imports broke, but I didn't
   notice because of .pyc files ;)

This commit sponsored by Tiberiu C. Turbureanu (ceata.org).
Thank you!

10 years agoMerge remote-tracking branch 'spaetz/master'
Christopher Allan Webber [Sat, 28 Sep 2013 18:32:11 +0000 (13:32 -0500)]
Merge remote-tracking branch 'spaetz/master'

10 years agov0.5.1 release notes
Christopher Allan Webber [Fri, 27 Sep 2013 15:16:00 +0000 (10:16 -0500)]
v0.5.1 release notes

10 years agoActually link to the script
Christopher Allan Webber [Wed, 25 Sep 2013 14:24:04 +0000 (09:24 -0500)]
Actually link to the script

10 years agoThis commit was solely to remove unused imports in the code that I have written
tilly-Q [Mon, 23 Sep 2013 18:10:11 +0000 (14:10 -0400)]
This commit was solely to remove unused imports in the code that I have written

10 years agoAt this point, I am very close to done with this code! I made one big change at
tilly-Q [Mon, 23 Sep 2013 17:20:18 +0000 (13:20 -0400)]
At this point, I am very close to done with this code! I made one big change at
paroneayea's request, which was to make to possible to turn off user's ability
to file reports through a mediagoblin.ini setting. Aside from this, I had to
make it possible for the Moderation User Panel to display more than 10 users.
And aside from that, I just had to fix some errors which cropped up with my
most recent additions. I also fixed some tests that were broken because I had
changed the checks for whether or not a user is active. Nearing the end!

===============================================================================
    Made it possible to turn off reports through a mediagoblin.ini setting
===============================================================================
--\ mediagoblin.ini
--\ mediagoblin/config_spec.ini
--\ mediagoblin/decorators.py
--\ mediagoblin/moderation/views.py
--\ mediagoblin/templates/mediagoblin/user_pages/media.html
--\ mediagoblin/user_pages/views.py

===============================================================================
    Made User Panel capable of showing more than 1 page of users
===============================================================================
--\ mediagoblin/moderation/forms.py
--\ mediagoblin/moderation/views.py
--\ mediagoblin/templates/mediagoblin/moderation/user_panel.html

===============================================================================
        Fixed Broken Tests
===============================================================================
--\ mediagoblin/tests/test_notifications.py
--\ mediagoblin/tests/test_openid.py
--\ mediagoblin/tests/test_persona.py
--\ mediagoblin/tests/test_reporting.py

===============================================================================
        Fixed errors in code
===============================================================================
--\ mediagoblin/db/migrations.py
--| Set nullable to True for MediaReports' and CommentReports' content foreign
  |keys

--\ mediagoblin/db/models.py
--| Got rid of cascading rules for MediaReports' and CommentReports' content
  |foreign keys. This makes it possible for the Reports to continue to exist
  |after the content is deleted.

--\ mediagoblin/moderation/tools.py
--| Fixed formatting of Report Resolution Methods
--| Took out pieces of code used in debugging

--\ mediagoblin/templates/mediagoblin/base.html
--\ mediagoblin/templates/mediagoblin/moderation/report.html
--| Made reports details page able to tell what is a deleted archived report.

--\ mediagoblin/templates/mediagoblin/moderation/report_panel.html
--\ mediagoblin/templates/mediagoblin/utils/report.html

10 years agoFixing one test post-merge. We got rid of the mongo stuff, so... consistency!
Christopher Allan Webber [Fri, 20 Sep 2013 14:51:24 +0000 (09:51 -0500)]
Fixing one test post-merge.  We got rid of the mongo stuff, so... consistency!

Now we can merge LDAP support!  Woohoo!

This commit sponsored by the ever-awesome GMG contributor, Sebastian
Spaeth.  Thanks!

10 years agoMerge remote-tracking branch 'refs/remotes/rodney757/new_ldap'
Christopher Allan Webber [Fri, 20 Sep 2013 12:32:52 +0000 (07:32 -0500)]
Merge remote-tracking branch 'refs/remotes/rodney757/new_ldap'

Conflicts:
docs/source/index.rst
mediagoblin/templates/mediagoblin/auth/login.html

10 years agoAdding the .xcf file of the MediaGoblin goblin.
Christopher Allan Webber [Thu, 19 Sep 2013 23:46:46 +0000 (18:46 -0500)]
Adding the .xcf file of the MediaGoblin goblin.

This commit sponsored by Alexandre Hannud Abdo.  Thank you!

10 years agoWe're no longer using this image, as awesome as it is
Christopher Allan Webber [Thu, 19 Sep 2013 23:43:05 +0000 (18:43 -0500)]
We're no longer using this image, as awesome as it is

10 years agoFixing import error after merge of basic_auth branch.
Christopher Allan Webber [Thu, 19 Sep 2013 23:02:43 +0000 (18:02 -0500)]
Fixing import error after merge of basic_auth branch.

This commit sponsored by geoffrey jost.  Thank you!

10 years agoFixing error caused by merge (failure to build password editing url)
Christopher Allan Webber [Thu, 19 Sep 2013 23:01:49 +0000 (18:01 -0500)]
Fixing error caused by merge (failure to build password editing url)

This commit sponsored by Kim Lindberger.  Thank you!

10 years agoMerge remote-tracking branch 'refs/remotes/rodney757/auth_refactor'
Christopher Allan Webber [Thu, 19 Sep 2013 21:04:23 +0000 (16:04 -0500)]
Merge remote-tracking branch 'refs/remotes/rodney757/auth_refactor'

Conflicts:
mediagoblin/auth/views.py
mediagoblin/edit/forms.py
mediagoblin/templates/mediagoblin/edit/edit_account.html

10 years agoremove a blank line
Rodney Ewing [Thu, 19 Sep 2013 15:18:02 +0000 (08:18 -0700)]
remove a blank line

10 years agonot all JSONEncoded fields should be mutable dicts
Rodney Ewing [Thu, 19 Sep 2013 15:02:30 +0000 (08:02 -0700)]
not all JSONEncoded fields should be mutable dicts

10 years agoskip video processing if necessary
Rodney Ewing [Tue, 27 Aug 2013 23:32:21 +0000 (16:32 -0700)]
skip video processing if necessary

10 years agoskip stl processing if necessary
Rodney Ewing [Tue, 27 Aug 2013 23:16:39 +0000 (16:16 -0700)]
skip stl processing if necessary

10 years agoskip pdf processing if necessary
Rodney Ewing [Tue, 27 Aug 2013 22:56:11 +0000 (15:56 -0700)]
skip pdf processing if necessary

10 years agoskip audio reprocessing if necessary
Rodney Ewing [Tue, 27 Aug 2013 22:55:43 +0000 (15:55 -0700)]
skip audio reprocessing if necessary

10 years agomake all JSONEncoded columns mutable
Rodney Ewing [Tue, 27 Aug 2013 18:53:42 +0000 (11:53 -0700)]
make all JSONEncoded columns mutable

10 years agoneed to use mutation tracking to detect changes in JSONEncoded types
Rodney Ewing [Tue, 27 Aug 2013 18:40:35 +0000 (11:40 -0700)]
need to use mutation tracking to detect changes in JSONEncoded types

10 years agoskip ascii thumb resizing if necessary
Rodney Ewing [Thu, 22 Aug 2013 17:06:50 +0000 (10:06 -0700)]
skip ascii thumb resizing if necessary

10 years agoskip image resizing if possible
Rodney Ewing [Wed, 21 Aug 2013 21:37:44 +0000 (14:37 -0700)]
skip image resizing if possible

10 years agoget and set metadata for a MediaFile
Rodney Ewing [Wed, 21 Aug 2013 21:34:11 +0000 (14:34 -0700)]
get and set metadata for a MediaFile

10 years agoMerge remote-tracking branch 'refs/remotes/rodney757/reprocessing'
Christopher Allan Webber [Wed, 18 Sep 2013 19:45:23 +0000 (14:45 -0500)]
Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing'

Conflicts:
mediagoblin/db/migrations.py

10 years agoMerge remote-tracking branch 'refs/remotes/rodney757/file_limits'
Christopher Allan Webber [Wed, 18 Sep 2013 16:21:57 +0000 (11:21 -0500)]
Merge remote-tracking branch 'refs/remotes/rodney757/file_limits'

Conflicts:
mediagoblin/db/migrations.py

10 years agoAlso add a bit of color to the theme's base color
Christopher Allan Webber [Sun, 15 Sep 2013 14:54:28 +0000 (09:54 -0500)]
Also add a bit of color to the theme's base color

This commit sponsored by Marc Lijour.  Thanks!

10 years agoUpdating the video.js that we use to avoid an XSS attack. Yikes! ;\
Christopher Allan Webber [Sun, 15 Sep 2013 14:46:01 +0000 (09:46 -0500)]
Updating the video.js that we use to avoid an XSS attack.  Yikes! ;\

This commit sponsored by Daniel Valentine.  Thank you!

10 years agoFix pagination for certain request.GET data
Christopher Allan Webber [Fri, 13 Sep 2013 15:16:07 +0000 (10:16 -0500)]
Fix pagination for certain request.GET data

This didn't work at all nicely with MultiDict objects in various
circumstances and could possibly break pagination.  This fix handles
that!

This commit sponsored by Alessandro Francolini.  Thank you!

10 years agoMerge branch 'master' into OPW-Moderation-Update
tilly-Q [Thu, 12 Sep 2013 22:58:04 +0000 (18:58 -0400)]
Merge branch 'master' into OPW-Moderation-Update

Conflicts:
mediagoblin/db/migrations.py

10 years agoIn this next small update, I made a few changes to protect against XXS attacks
tilly-Q [Thu, 12 Sep 2013 22:16:25 +0000 (18:16 -0400)]
In this next small update, I made a few changes to protect against XXS attacks
in the moderation panel.

10 years agoIn this commit, I'm deleting the ArchivedReports object, at paroneyea's recom-
tilly-Q [Wed, 11 Sep 2013 21:09:21 +0000 (17:09 -0400)]
In this commit, I'm deleting the ArchivedReports object, at paroneyea's recom-
-mendation. Instead, all of its functionality will be in the ReportBase object.

10 years agoThis should be my final code update before I am ready for review! Basically, in
tilly-Q [Tue, 10 Sep 2013 17:16:22 +0000 (13:16 -0400)]
This should be my final code update before I am ready for review! Basically, in
this update I finished the search/sort function on the Reports Panel. I also
finished the Terms of Service and made the decision to remove the meta portion
of the site I had planned to create. I decided that the features involved were
just unnecessary at this point. I also dropped the User status column and added
a migration to establish default privileges (and create the privilege foundat-
-ions. I fixed a few small errors that were left over as well, in the implemen-
tation and in the tests. Next, I just need to await code review and work on the
documentation for these new features. I also need to supervise a new merge to
master.

===============================================================================
    Dropped the vestigial 'status' column
===============================================================================
--\ mediagoblin/db/migrations.py
--\ mediagoblin/db/models.py
--| Also added in comments describing the current situation with the `is_admin`
  | and `email_verified` columns, where they are 100% vestigial but cannot be
  | dropped.

===============================================================================
            Wrote necessary migrations to set up Privilege
    foundations and give users the necessary privileges on an older
     implementation of mediagoblin that is migrating into this update
===============================================================================
--\ mediagoblin/db/migrations.py

===============================================================================
    Deleted the meta pages
===============================================================================
--\ Deleted mediagoblin/meta/__init__.py
--\ Deleted mediagoblin/meta/routing.py
--\ Deleted mediagoblin/meta/views.py
--\ Deleted mediagoblin/templates/mediagoblin/meta/code_of_conduct.html
--\ Deleted mediagoblin/templates/mediagoblin/meta/reports_details.html
--\ Deleted mediagoblin/templates/mediagoblin/meta/reports_panel.html
    ----------------------------------------------------------------
        Moved the terms of service to /terms_of_service
    ----------------------------------------------------------------
    --\ Moved mediagoblin/templates/mediagoblin/meta/terms_of_service.html
        -> mediagoblin/templates/mediagoblin/terms_of_service.html
    --| I decided that terms of service were really the only necessary part of my
      | planned "meta" pages, so I moved it instead to its own singular page
    --\ mediagoblin/routing.py
    --\ mediagoblin/static/css/base.css
    --\ mediagoblin/templates/mediagoblin/base.html
    --\ mediagoblin/views.py

===============================================================================
          Simplified & Finished the Reports Panel Searching
===============================================================================
--\ mediagoblin/moderation/forms.py
--\ mediagoblin/moderation/tools.py
--\ mediagoblin/moderation/views.py
--\ mediagoblin/templates/mediagoblin/moderation/report_panel.html
--\ mediagoblin/templates/mediagoblin/moderation/user.html

===============================================================================
                  Fixed Small Errors
===============================================================================
--\ mediagoblin/templates/mediagoblin/user_pages/user.html
--\ mediagoblin/tests/test_moderation.py
--\ mediagoblin/tests/tools.py

===============================================================================

10 years agoSupport python 2.6 again! Thanks to julianoliver for catching this.
Christopher Allan Webber [Mon, 9 Sep 2013 15:01:56 +0000 (10:01 -0500)]
Support python 2.6 again!  Thanks to julianoliver for catching this.

This commit sponsored by Sam Clegg.  Thank you!

10 years agoThis was a quick update, I mostly worked on the transition from using the old
tilly-Q [Sun, 8 Sep 2013 22:26:37 +0000 (18:26 -0400)]
This was a quick update, I mostly worked on the transition from using the old
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
===============================================================================

10 years agotypo. conversions not convirsions
Rodney Ewing [Fri, 6 Sep 2013 21:27:55 +0000 (14:27 -0700)]
typo. conversions not convirsions

thanks to saul for pointing this out.

10 years agoreword persona edit link
Rodney Ewing [Thu, 5 Sep 2013 16:04:23 +0000 (09:04 -0700)]
reword persona edit link

10 years agoRevert "Temporarily switching git:// to http://"
Christopher Allan Webber [Thu, 5 Sep 2013 14:51:22 +0000 (09:51 -0500)]
Revert "Temporarily switching git:// to http://"

This reverts commit 18922af5830f4a7686ec3b3ff11dc309a5a9cca6.

10 years agoTemporarily switching git:// to http://
Christopher Allan Webber [Thu, 5 Sep 2013 14:37:08 +0000 (09:37 -0500)]
Temporarily switching git:// to http://

10 years agoIn the v0.6.0 cycle now
Christopher Allan Webber [Thu, 5 Sep 2013 14:34:48 +0000 (09:34 -0500)]
In the v0.6.0 cycle now

10 years agoMediaGoblin v0.5.0!
Christopher Allan Webber [Wed, 4 Sep 2013 21:25:12 +0000 (16:25 -0500)]
MediaGoblin v0.5.0!

10 years agoCommitting extracted and compiled translations
Christopher Allan Webber [Wed, 4 Sep 2013 21:07:37 +0000 (16:07 -0500)]
Committing extracted and compiled translations

10 years agoCommitting present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber [Wed, 4 Sep 2013 21:07:12 +0000 (16:07 -0500)]
Committing present MediaGoblin translations before pushing extracted messages

10 years agoCommitting extracted and compiled translations
Christopher Allan Webber [Wed, 4 Sep 2013 21:03:57 +0000 (16:03 -0500)]
Committing extracted and compiled translations

10 years agoCommitting present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber [Wed, 4 Sep 2013 21:02:48 +0000 (16:02 -0500)]
Committing present MediaGoblin translations before pushing extracted messages

10 years agoFixing tyop. Thanks for catching, tryggvib :)
Christopher Allan Webber [Wed, 4 Sep 2013 21:01:21 +0000 (16:01 -0500)]
Fixing tyop.  Thanks for catching, tryggvib :)

10 years agoCaution about the API in the release notes
Christopher Allan Webber [Wed, 4 Sep 2013 19:25:40 +0000 (14:25 -0500)]
Caution about the API in the release notes

10 years agoneed to send the users email to persona if the user logged in with persona.
Rodney Ewing [Wed, 4 Sep 2013 15:35:30 +0000 (08:35 -0700)]
need to send the users email to persona if the user logged in with persona.

Thanks callahad for pointing this out.

10 years agoThanking Dan Callahan as a contributor. Thanks for helping with the persona stuff! :)
Christopher Allan Webber [Wed, 4 Sep 2013 14:23:02 +0000 (09:23 -0500)]
Thanking Dan Callahan as a contributor.  Thanks for helping with the persona stuff! :)

10 years agoImprove checkbox description
Sebastian Spaeth [Wed, 4 Sep 2013 12:54:00 +0000 (14:54 +0200)]
Improve checkbox description

Do not Enable/Disable next to a checkbox. So what does an enabled checkbox do then?

10 years agoMerge remote-tracking branch 'refs/remotes/spaetz/fix_docs'
Christopher Allan Webber [Wed, 4 Sep 2013 12:41:56 +0000 (07:41 -0500)]
Merge remote-tracking branch 'refs/remotes/spaetz/fix_docs'

10 years agoFix plugin documentation
Sebastian Spaeth [Wed, 4 Sep 2013 09:35:39 +0000 (11:35 +0200)]
Fix plugin documentation

The docs suggest to use {% template_hook "media_sidebar" %}. This
will break Mediagoblin in mysterious ways, and the docs need a fix.

10 years agoAdd site name, logo, and background for Persona
Dan Callahan [Tue, 3 Sep 2013 20:31:28 +0000 (15:31 -0500)]
Add site name, logo, and background for Persona

10 years agoI did some more code-keeping in this commit. I added a lot of documentation, so
tilly-Q [Tue, 3 Sep 2013 20:19:07 +0000 (16:19 -0400)]
I did some more code-keeping in this commit. I added a lot of documentation, so
that most of my functions do indeed have effective docstrings. I also changed
the decorators so that they imply eachother in a logical way. I also modified
the one decorator get_media_comment_by_id to be more usable with the variable
urls of mediagoblin.user_pages.views:file_a_report. I also noticed a few tests
had broken, so I went through them and fixed them up, finding that mostly there
were problems in my actual writing of the tests. I also did a few other small
tasks such as creating a new User method to check whether or not a User is ban-
-ned.

===============================================================================
    Added in documentation
===============================================================================
--\  mediagoblin/db/models.py
--\  mediagoblin/decorators.py
--\  mediagoblin/moderation/forms.py
--\  mediagoblin/moderation/tools.py
--\  mediagoblin/moderation/views.py
--\  mediagoblin/user_pages/lib.py

===============================================================================
    Rearranged decorators to be more efficient
===============================================================================
--\  mediagoblin/decorators.py
--| Made it so that user_not_banned is encapsulated in require_active_login
--| Made it so that require_active_login is encapsulated in user_has_privilege
--| Changed get_media_comment_by_id into get_optional_media_comment_by_id. It
  | now returns valid code if the MediaComment id is absent. This makes it pos-
  | -sible to use this decorator for the function:
  |         mediagoblin.user_pages.views:file_a_report

--\  mediagoblin/user_pages/views.py
--| Replaced the mediagoblin.user_pages.views:file_a_comment_report with the
  | decorator mentioned above

--\  mediagoblin/user_pages/routing.py

        -----------------------------------------------------------
        |     took out unnecessary @user_not_banned decorators    |
        -----------------------------------------------------------
--\  mediagoblin/submit/views.py
--\  mediagoblin/user_pages/views.py

===============================================================================
    Fixed broken tests
===============================================================================
--\  mediagoblin/tests/test_auth.py
--\  mediagoblin/tests/test_privileges.py
--\  mediagoblin/tests/test_submission.py

===============================================================================
    Fixed broken code
===============================================================================
--\  mediagoblin/tools/response.py

===============================================================================
    Other Tasks
===============================================================================
--\  mediagoblin/db/models.py
--| Added in User.is_banned() method
--\  mediagoblin/decorators.py
--| Utitilized User.is_banned() method in the user_not_banned decorator

--\  mediagoblin/moderation/views.py
--| Made it impossible for an admin to ban themself.
--| Got rid of a vestigial print statement

--\  mediagoblin/templates/mediagoblin/base.html
--| Made it so the top panel does not show up for users that are banned.

--\  mediagoblin/templates/mediagoblin/moderation/user.html
--| Rearranged the javascript slightly

===============================================================================

10 years agoUpdated AUTHORS for v0.5.0
Christopher Allan Webber [Mon, 2 Sep 2013 21:28:35 +0000 (16:28 -0500)]
Updated AUTHORS for v0.5.0

10 years agoI've moved on to one of the last phases of my work! Now I'm just checking off
tilly-Q [Tue, 3 Sep 2013 15:57:10 +0000 (11:57 -0400)]
I've moved on to one of the last phases of my work! Now I'm just checking off
items from my last to-do list. The biggest change in this commit is that I made
the moderation reports panel sortable via get request. I also added in page nu-
mbers so that more than 10 reports can be viewed. I'm hoping to go from here to
make a search page. Aside from that, there were only a few other changes I made
this time. I fixed two bugs in my code. I copy-ed and pasted function
mediagoblin.user_pages.views:media_preview_comment which I must've deleted ear-
-lier in a merge. And I moved some of the javascript I was using in the modera-
-tion templates into it's own seperate .js file.

===============================================================================
    Made the moderation reports panel view sortable
===============================================================================
--\ mediagoblin/moderation/forms.py
--\ mediagoblin/moderation/views.py
--\ mediagoblin/templates/mediagoblin/moderation/report_panel.html
--\ mediagoblin/templates/mediagoblin/moderation/user.html
--|  Made `<user> report history` into a link that automatically shows all open
  | and closed reports on <user>.

===============================================================================
    Grabbed some code from master that I accidentally deleted in a merge
===============================================================================
--\ mediagoblin/user_pages/views.py

===============================================================================
    Moved javascript away from templates into its own file
===============================================================================
--\ mediagoblin/static/js/setup_report_forms.js
--\ mediagoblin/templates/mediagoblin/moderation/report.html
--\ mediagoblin/templates/mediagoblin/moderation/user.html

===============================================================================
    Cleared trailing white space
===============================================================================
--\ mediagoblin/templates/mediagoblin/moderation/media_panel.html
--\ mediagoblin/moderation/tools.py
--\ mediagoblin/templates/mediagoblin/meta/terms_of_service.html
--\ mediagoblin/templates/mediagoblin/moderation/report_panel.html
--\ mediagoblin/templates/mediagoblin/user_pages/media.html
--\ mediagoblin/tests/test_modelmethods.py

===============================================================================
    Small fixes
===============================================================================
--\ mediagoblin/templates/mediagoblin/moderation/report.html
--|  Fixed a link so that it points to the correct user page

--\ mediagoblin/templates/mediagoblin/user_pages/media.html
--|  Fixed a bug that crashed this page when a guest visitted it (because
  | request.user is None)