mediagoblin.git
10 years agoMerge remote-tracking branch 'upstream/skeletongobblin' into skeleton
jpope777 [Mon, 6 Jan 2014 21:20:53 +0000 (15:20 -0600)]
Merge remote-tracking branch 'upstream/skeletongobblin' into skeleton

10 years agomigrate media page to skeleton
jpope [Mon, 6 Jan 2014 21:19:14 +0000 (15:19 -0600)]
migrate media page to skeleton

10 years agomore skeleton migrations
jpope [Mon, 6 Jan 2014 16:52:11 +0000 (10:52 -0600)]
more skeleton migrations

10 years agoMerge remote-tracking branch 'upstream/skeletongobblin' into skeleton
jpope [Mon, 6 Jan 2014 02:56:28 +0000 (20:56 -0600)]
Merge remote-tracking branch 'upstream/skeletongobblin' into skeleton

Conflicts:
.gitmodules
mediagoblin/static/css/base.css

10 years agostart moving more to skeleton
jpope [Mon, 6 Jan 2014 02:47:36 +0000 (20:47 -0600)]
start moving more to skeleton

10 years agoinitial skeleton push
jpope777 [Mon, 6 Jan 2014 01:04:44 +0000 (19:04 -0600)]
initial skeleton push

10 years agoundo that "update"
jpope [Sun, 5 Jan 2014 23:12:13 +0000 (17:12 -0600)]
undo that "update"

10 years agoupdated
jpope [Sun, 5 Jan 2014 22:56:47 +0000 (16:56 -0600)]
updated

10 years agoMerge remote-tracking branch 'upstream/master' into skeletongobblin
jpope [Sun, 5 Jan 2014 22:55:58 +0000 (16:55 -0600)]
Merge remote-tracking branch 'upstream/master' into skeletongobblin

10 years agoNot only the web server starts MediaGoblin app! Better phrasing.
Christopher Allan Webber [Thu, 2 Jan 2014 21:07:54 +0000 (15:07 -0600)]
Not only the web server starts MediaGoblin app!  Better phrasing.

10 years agoMerge remote-tracking branch 'refs/remotes/rodney757/dbupdate'
Christopher Allan Webber [Thu, 2 Jan 2014 21:01:54 +0000 (15:01 -0600)]
Merge remote-tracking branch 'refs/remotes/rodney757/dbupdate'

Conflicts:
mediagoblin/db/util.py
mediagoblin/gmg_commands/dbupdate.py

10 years agoMerge remote-tracking branch 'remotes/jiyda/220_rtl_language_support'
Christopher Allan Webber [Thu, 2 Jan 2014 20:49:04 +0000 (14:49 -0600)]
Merge remote-tracking branch 'remotes/jiyda/220_rtl_language_support'

Conflicts:
mediagoblin/templates/mediagoblin/base.html
mediagoblin/tools/template.py

10 years agoDon't fail transcoding if we fail to generate a thumbnail.
Christopher Allan Webber [Thu, 2 Jan 2014 17:17:59 +0000 (11:17 -0600)]
Don't fail transcoding if we fail to generate a thumbnail.

This patch by Sergio Durigan Junior.  Thank you, Sergio!

10 years agosqlalchemy-migrate 0.8.X doesn't get along with sqlalchemy 0.9.0
Christopher Allan Webber [Wed, 1 Jan 2014 22:42:04 +0000 (16:42 -0600)]
sqlalchemy-migrate 0.8.X doesn't get along with sqlalchemy 0.9.0

10 years agofix misplaced body tag when I moved the javascript to bottom of page
jpope [Wed, 1 Jan 2014 17:54:23 +0000 (11:54 -0600)]
fix misplaced body tag when I moved the javascript to bottom of page

10 years agoincorporate skeleton layout in the galleries
jpope777 [Wed, 1 Jan 2014 06:48:23 +0000 (00:48 -0600)]
incorporate skeleton layout in the galleries

10 years agoupdate base.html
jpope777 [Tue, 31 Dec 2013 21:52:44 +0000 (15:52 -0600)]
update base.html

10 years agoadd symlinks to skeleton
jpope777 [Tue, 31 Dec 2013 21:00:16 +0000 (15:00 -0600)]
add symlinks to skeleton

10 years agoadd skeleton submodule
jpope777 [Tue, 31 Dec 2013 20:50:21 +0000 (14:50 -0600)]
add skeleton submodule

10 years agomedia_types/sniff_media: reset file back to 0 offset for actual copy. Required when...
Alon Levy [Fri, 27 Dec 2013 01:00:02 +0000 (19:00 -0600)]
media_types/sniff_media: reset file back to 0 offset for actual copy. Required when not using celery

10 years agopdf/processing: fix non pdf regression, copy correct file
Alon Levy [Fri, 27 Dec 2013 00:35:27 +0000 (18:35 -0600)]
pdf/processing: fix non pdf regression, copy correct file

10 years agopdf/processing: avoid possible dead goblin if pdfinfo failed
Alon Levy [Fri, 27 Dec 2013 00:34:40 +0000 (18:34 -0600)]
pdf/processing: avoid possible dead goblin if pdfinfo failed

10 years agoRename a few files and minor cleanup
Sebastian Spaeth [Thu, 12 Dec 2013 17:56:36 +0000 (18:56 +0100)]
Rename a few files and minor cleanup

Within the blog plugin, rename a few files and clean up a few things
that can be cleaned up.

10 years agoRemove "Create blog" from admin top bar
Sebastian Spaeth [Thu, 12 Dec 2013 17:25:29 +0000 (18:25 +0100)]
Remove "Create blog" from admin top bar

This is such a rare event that we do not need a "Create blog" button
in the top navbar. It suffices to have the link on the "blog dashboard"
page. Also, this saves us a hook to run on all pages that we render, basically.

10 years agoAdd the profile_hook in case of user with or without media
Sebastian Spaeth [Thu, 12 Dec 2013 17:12:13 +0000 (18:12 +0100)]
Add the profile_hook in case of user with or without media

the hook was only run in case the user had no media uploaded yet.
This does not make any sense, so we run the hook in all cases now.
The designers might have to think about the placement of the stuff
being inserted at some point...

10 years agoForce evaluation of Query() through count()
Sebastian Spaeth [Thu, 12 Dec 2013 17:03:47 +0000 (18:03 +0100)]
Force evaluation of Query() through count()

Otherwise "blogs" is a query that evaluates to true, even if the user
has no blogs. This fixes the bug that the blog link is shown on a user's
profile page even if she has no blogs at all.

10 years agoFix "middot" when blog plugin is disabled
Sebastian Spaeth [Thu, 12 Dec 2013 16:50:34 +0000 (17:50 +0100)]
Fix "middot" when blog plugin is disabled

The blog plugin accidentally introduced two "middots in the admin bar,
which were visible when the blog plugin was disabled. Fixing this by
moving the second dot in the blog template.

10 years agoUndo changes since gsoc in media_confirm_delete
Sebastian Spaeth [Thu, 12 Dec 2013 16:38:18 +0000 (17:38 +0100)]
Undo changes since gsoc in media_confirm_delete

Since the Gsoc the use of decorators has simplified this function.
Reintroduce the same code as before Adidits blog branch made these
changes.

10 years agoUse MEDIA_TYPE, not hardcoded variable of same value
Sebastian Spaeth [Thu, 12 Dec 2013 16:29:48 +0000 (17:29 +0100)]
Use MEDIA_TYPE, not hardcoded variable of same value

10 years agoConvert blog plugin to use new privileges system
Sebastian Spaeth [Thu, 12 Dec 2013 16:13:48 +0000 (17:13 +0100)]
Convert blog plugin to use new privileges system

there is no user.is_admin anymore. Adapt to use the new privileges
system.

10 years agoRevert "Replace hardcoded URL by variable for the same."
Sebastian Spaeth [Thu, 12 Dec 2013 15:51:18 +0000 (16:51 +0100)]
Revert "Replace hardcoded URL by variable for the same."

This reverts commit e0e02e98bcd4664b1c0a57e422ea4c0e5b6ba059.
There is absolutely no need for this.

10 years agoFinalize merging of the blog branch by Aditi (Gsoc 2013)
Sebastian Spaeth [Thu, 12 Dec 2013 15:38:35 +0000 (16:38 +0100)]
Finalize merging of the blog branch by Aditi (Gsoc 2013)

Comment out the blog plugin by default. Remove the blog README.md in
the root directory.

10 years agoMerge branch 'master' into upstream-master
Sebastian Spaeth [Thu, 12 Dec 2013 15:24:34 +0000 (16:24 +0100)]
Merge branch 'master' into upstream-master

Conflicts:
mediagoblin/templates/mediagoblin/base.html
mediagoblin/templates/mediagoblin/user_pages/user.html

10 years agoFixing Josie's name
Christopher Allan Webber [Wed, 11 Dec 2013 18:29:47 +0000 (12:29 -0600)]
Fixing Josie's name

10 years agoFixed a small typo that was causing the mediagoblin.moderation.users_detail
tilly-Q [Sun, 8 Dec 2013 17:40:47 +0000 (12:40 -0500)]
Fixed a small typo that was causing the mediagoblin.moderation.users_detail
page to crash.

10 years agoCommitting extracted and compiled translations
Christopher Allan Webber [Tue, 3 Dec 2013 19:24:20 +0000 (13:24 -0600)]
Committing extracted and compiled translations

10 years agoCommitting present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber [Tue, 3 Dec 2013 19:23:25 +0000 (13:23 -0600)]
Committing present MediaGoblin translations before pushing extracted messages

10 years agoMake "Username's privileges" translatable
Christopher Allan Webber [Tue, 3 Dec 2013 19:22:47 +0000 (13:22 -0600)]
Make "Username's privileges" translatable

This commit sponsored by Aaron Borden.  Thank you!

10 years agov0.6.2.dev
Christopher Allan Webber [Tue, 3 Dec 2013 19:20:38 +0000 (13:20 -0600)]
v0.6.2.dev

10 years agoNow on v0.6.1, officially!
Christopher Allan Webber [Tue, 3 Dec 2013 18:19:48 +0000 (12:19 -0600)]
Now on v0.6.1, officially!

10 years agoRelease notes for v0.6.1, also instructions to check out a specific tag
Christopher Allan Webber [Tue, 3 Dec 2013 18:17:02 +0000 (12:17 -0600)]
Release notes for v0.6.1, also instructions to check out a specific tag

The instructions to check out a specific tag comes at the recommendation
of Mike Linksvayer.

It's only appropriate then that this sponsored commit go to Mike
Linksvayer then.  Thanks, Mike! :)

10 years agoTurning off the Terms of Service feature by default
Christopher Allan Webber [Tue, 3 Dec 2013 17:51:46 +0000 (11:51 -0600)]
Turning off the Terms of Service feature by default

This commit sponsored by Jessica Coates.  Thank you!

10 years agoWe're in the 0.6.1 dev zone! But we shouldn't stay here long ;)
Christopher Allan Webber [Tue, 3 Dec 2013 17:32:43 +0000 (11:32 -0600)]
We're in the 0.6.1 dev zone!  But we shouldn't stay here long ;)

10 years agoRemoving the assertion that this site is run by StatusNet (major oops) and adding...
Christopher Allan Webber [Tue, 3 Dec 2013 17:31:09 +0000 (11:31 -0600)]
Removing the assertion that this site is run by StatusNet (major oops) and adding <p> tags

The StatusNet one was a pretty goofy mistake.  But at least now it's fixed! :)

This commit sponsored by Jon Buckley.  Thank you!

10 years agoAt v0.6.0! Woohoo!
Christopher Allan Webber [Mon, 2 Dec 2013 19:55:07 +0000 (13:55 -0600)]
At v0.6.0!  Woohoo!

10 years agoAdding Asheesh Laroia to AUTHORS!
Christopher Allan Webber [Mon, 2 Dec 2013 19:54:50 +0000 (13:54 -0600)]
Adding Asheesh Laroia to AUTHORS!

10 years agoPrevious ordering seemed weird.
Christopher Allan Webber [Mon, 2 Dec 2013 19:38:45 +0000 (13:38 -0600)]
Previous ordering seemed weird.

10 years agoIncluding python-dateutil in our dependency list
Christopher Allan Webber [Mon, 2 Dec 2013 19:36:55 +0000 (13:36 -0600)]
Including python-dateutil in our dependency list

10 years agoIn the case of setuptools/sqlalchemy conflict, explain the issue
Asheesh Laroia [Mon, 2 Dec 2013 17:36:30 +0000 (12:36 -0500)]
In the case of setuptools/sqlalchemy conflict, explain the issue

This commit tri-licensed under:
  CC0 1.0, AGPLv3 or later (at your option), and Apache License 2.0

10 years agoCommitting extracted and compiled translations
Christopher Allan Webber [Mon, 2 Dec 2013 15:29:05 +0000 (09:29 -0600)]
Committing extracted and compiled translations

10 years agoCommitting present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber [Mon, 2 Dec 2013 15:28:05 +0000 (09:28 -0600)]
Committing present MediaGoblin translations before pushing extracted messages

10 years agoAlso adding contributor "Josie". Not sure of full name!
Christopher Allan Webber [Mon, 2 Dec 2013 15:06:36 +0000 (09:06 -0600)]
Also adding contributor "Josie".  Not sure of full name!

10 years agomediagoblin/templates/mediagoblin/user_pages/collection.html: fix typo
Alon Levy [Sun, 1 Dec 2013 16:22:19 +0000 (10:22 -0600)]
mediagoblin/templates/mediagoblin/user_pages/collection.html: fix typo

10 years agoAdding Lenna Peterson to AUTHORS
Christopher Allan Webber [Sat, 30 Nov 2013 20:59:32 +0000 (14:59 -0600)]
Adding Lenna Peterson to AUTHORS

10 years agoLDAP readme link
Christopher Allan Webber [Sat, 30 Nov 2013 20:46:06 +0000 (14:46 -0600)]
LDAP readme link

10 years ago0.6.0 release notes
Christopher Allan Webber [Sat, 30 Nov 2013 20:45:53 +0000 (14:45 -0600)]
0.6.0 release notes

10 years agoProvide an easy option to turn off the terms of service
Christopher Allan Webber [Sat, 30 Nov 2013 20:25:29 +0000 (14:25 -0600)]
Provide an easy option to turn off the terms of service

10 years agoAdding Devan to AUTHORS
Christopher Allan Webber [Sat, 30 Nov 2013 02:27:30 +0000 (20:27 -0600)]
Adding Devan to AUTHORS

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

10 years agoCommitting present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber [Tue, 26 Nov 2013 19:58:49 +0000 (13:58 -0600)]
Committing present MediaGoblin translations before pushing extracted messages

10 years agoNo need to translate a variable name alone
Christopher Allan Webber [Tue, 26 Nov 2013 19:52:08 +0000 (13:52 -0600)]
No need to translate a variable name alone

10 years agoCommitting extracted and compiled translations
Christopher Allan Webber [Mon, 25 Nov 2013 15:38:43 +0000 (09:38 -0600)]
Committing extracted and compiled translations

10 years agoRemoving the "logging is debug by default in dbupdate"
Christopher Allan Webber [Mon, 25 Nov 2013 15:30:59 +0000 (09:30 -0600)]
Removing the "logging is debug by default in dbupdate"

This commit sponsored by David Neudorfer.  Thank you!

10 years agoMerge branch 'fix-foundations-warn'
tilly-Q [Sun, 24 Nov 2013 18:16:27 +0000 (13:16 -0500)]
Merge branch 'fix-foundations-warn'

10 years agoThis is a tiny change. I took out the warnings that were displayed when a plugin
tilly-Q [Thu, 21 Nov 2013 20:20:43 +0000 (15:20 -0500)]
This is a tiny change. I took out the warnings that were displayed when a plugin
didn't have a FOUNDATIONS dictionary because people found them annoying.

10 years agoI went through the code and just removed some blank spaces. I also looked it
tilly-Q [Tue, 19 Nov 2013 20:14:14 +0000 (15:14 -0500)]
I went through the code and just removed some blank spaces. I also looked it
thru and it looked great.

10 years agoAddressed ticket number 630 by removing MediaEntry.collected
Josie [Tue, 19 Nov 2013 01:05:15 +0000 (20:05 -0500)]
Addressed ticket number 630 by removing MediaEntry.collected

10 years agoDocumenting the command-line uploading tooling.
Christopher Allan Webber [Thu, 14 Nov 2013 20:17:18 +0000 (14:17 -0600)]
Documenting the command-line uploading tooling.

This commit sponsored by Libby Reinish.  Thank you! :)

10 years agoMaking the API make use of the new submit tooling.
Christopher Allan Webber [Thu, 14 Nov 2013 20:04:32 +0000 (14:04 -0600)]
Making the API make use of the new submit tooling.

This commit sponsored by Zakkai Kauffman-Rogoff.  Thanks! :)

10 years agoPass in request.urlgen to submit_media so it can update the feed_url stuff
Christopher Allan Webber [Thu, 14 Nov 2013 19:53:07 +0000 (13:53 -0600)]
Pass in request.urlgen to submit_media so it can update the feed_url stuff

This commit sponsored by Jesus Alberto Rodriguez Chavez.  Thank you!

10 years agoAlso switching piwigo integration of submit_media over to kwargs.
Christopher Allan Webber [Thu, 14 Nov 2013 19:47:18 +0000 (13:47 -0600)]
Also switching piwigo integration of submit_media over to kwargs.

This commit sponsored by Roberto Capone.  Thanks!

10 years agoSwitching use of submit_media to be keyword arguments in views.py.
Christopher Allan Webber [Thu, 14 Nov 2013 19:41:09 +0000 (13:41 -0600)]
Switching use of submit_media to be keyword arguments in views.py.

This should make things a bit easier for me to fiddle with argument
ordering.

This commit sponsored by Maira Sutton.  Thanks!

10 years agoSwitching the addmedia tool over to using the get_upload_file_limits tool also.
Christopher Allan Webber [Thu, 14 Nov 2013 17:09:18 +0000 (11:09 -0600)]
Switching the addmedia tool over to using the get_upload_file_limits tool also.

This commit sponsored by Damien Radtke.  Thanks!

10 years agoPorting the piwigo submit system over to using the new submit utility.
Christopher Allan Webber [Thu, 14 Nov 2013 17:07:12 +0000 (11:07 -0600)]
Porting the piwigo submit system over to using the new submit utility.

This also adds upload limit checks to the piwigo plugin!

This commit sponsored by Sam Black.  Thank you!

10 years agoBreaking out get_upload_file_limits into its own utility.
Christopher Allan Webber [Thu, 14 Nov 2013 17:06:10 +0000 (11:06 -0600)]
Breaking out get_upload_file_limits into its own utility.

This commit sponsored by Mikael Nordfeldth.  Thank you!

10 years ago--license doesn't use the user default so correct that. It does use a URL though.
Christopher Allan Webber [Thu, 14 Nov 2013 16:25:31 +0000 (10:25 -0600)]
--license doesn't use the user default so correct that.  It does use a URL though.

This commit sponsored by Benjamin Williams.  Thank you!

10 years agoA couple more adjustments for unicode'ification of some arguments.
Christopher Allan Webber [Thu, 14 Nov 2013 16:01:41 +0000 (10:01 -0600)]
A couple more adjustments for unicode'ification of some arguments.

This commit sponsored by Bruno Girin.  Thank you!

10 years agoHacks to get past unicode barriers
Christopher Allan Webber [Thu, 14 Nov 2013 15:51:29 +0000 (09:51 -0600)]
Hacks to get past unicode barriers

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!

10 years agoGeneric'ifying the submit code to not rely on the werkzeug FileStorage datastructure
Christopher Allan Webber [Thu, 14 Nov 2013 01:39:18 +0000 (19:39 -0600)]
Generic'ifying the submit code to not rely on the werkzeug FileStorage datastructure

Important, because that only makes sense for wsgi! :)

This commit sponsored by Geoff Lehr.  Thank you!

10 years agoDocstring for submit_media()
Christopher Allan Webber [Wed, 13 Nov 2013 23:25:33 +0000 (17:25 -0600)]
Docstring for submit_media()

This commit sponsored by Benjamin Prager.  Thank you!

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.