mediagoblin.git
10 years agoIn this commit, I added a new column which will be used for RDFa metadata of
tilly-Q [Thu, 6 Feb 2014 20:15:57 +0000 (15:15 -0500)]
In this commit, I added a new column which will be used for RDFa metadata of
media.

10 years agoAdding a general purpose context hook for the media display page.
Christopher Allan Webber [Mon, 7 Apr 2014 21:58:54 +0000 (16:58 -0500)]
Adding a general purpose context hook for the media display page.

Since the media template name gets swapped out for each media
type, normal context hooks don't work if you want to affect all
media displays.  This gives a general purpose hook.

This commit sponsored by Kẏra.  Thanks! :)

10 years agoNo more EXIF, for real. Use exifread. This should fix recent import EXIF failures.
Christopher Allan Webber [Sun, 6 Apr 2014 18:58:47 +0000 (13:58 -0500)]
No more EXIF, for real.  Use exifread.  This should fix recent import EXIF failures.

This commit sponsored by Aaron Whitehouse.  Thank you!

10 years agospecify older sqlalchemy-migrate because pbr ruins everything.
Christopher Allan Webber [Thu, 3 Apr 2014 19:20:44 +0000 (14:20 -0500)]
specify older sqlalchemy-migrate because pbr ruins everything.

10 years agoMove ./bootstrap.sh to experimental-bootstrap.sh
Christopher Allan Webber [Thu, 3 Apr 2014 15:13:02 +0000 (10:13 -0500)]
Move ./bootstrap.sh to experimental-bootstrap.sh

10 years agoMake the MediaGoblin databse user creation more deterministic.
Christopher Allan Webber [Sat, 29 Mar 2014 17:28:19 +0000 (12:28 -0500)]
Make the MediaGoblin databse user creation more deterministic.

Thanks RuiSeabra for the suggestion!

This commit sponsored by Chad Glendenin.  Thanks, Chad!

10 years agoRemoving extlib submodule and switching it to being a package.
Christopher Allan Webber [Thu, 27 Mar 2014 20:04:18 +0000 (15:04 -0500)]
Removing extlib submodule and switching it to being a package.

Much nicer!

This commit sponsored by Cameron Merkel.  Thanks Cameron!  Good luck
with yer projects!

10 years agoOkay, nm, that didn't fix it. Setting it back. Sigh.
Christopher Allan Webber [Wed, 26 Mar 2014 21:41:56 +0000 (16:41 -0500)]
Okay, nm, that didn't fix it.  Setting it back.  Sigh.

10 years agoI guess this also fixes it and is nicer
Christopher Allan Webber [Wed, 26 Mar 2014 21:35:46 +0000 (16:35 -0500)]
I guess this also fixes it and is nicer

10 years agosix==1.5.2
Christopher Allan Webber [Wed, 26 Mar 2014 21:17:29 +0000 (16:17 -0500)]
six==1.5.2

10 years agoBabel now requires >= 1.0
Christopher Allan Webber [Wed, 26 Mar 2014 19:17:18 +0000 (14:17 -0500)]
Babel now requires >= 1.0

10 years agoEXIF returns less data than it used to...
Christopher Allan Webber [Wed, 26 Mar 2014 17:07:42 +0000 (12:07 -0500)]
EXIF returns less data than it used to...

10 years agoFix Babel version restriction. Onward and upward!
Christopher Allan Webber [Sat, 22 Mar 2014 16:00:10 +0000 (11:00 -0500)]
Fix Babel version restriction.  Onward and upward!

(Fix suggested by simonft... thanks!)

10 years agoFix version conflicts we were hitting with six
Christopher Allan Webber [Fri, 21 Mar 2014 04:25:25 +0000 (23:25 -0500)]
Fix version conflicts we were hitting with six

10 years agofixes to blog url generation
Boris Bobrov [Tue, 11 Mar 2014 11:23:58 +0000 (16:23 +0500)]
fixes to blog url generation

10 years agoThe default failures are just way too verbose. Quieting them down a bit.
Christopher Allan Webber [Tue, 11 Mar 2014 16:28:46 +0000 (11:28 -0500)]
The default failures are just way too verbose.  Quieting them down a bit.

This commit sponsored by Chad Glendenin.  Thanks!

10 years agoAdding Boris to AUTHORS
Christopher Allan Webber [Tue, 11 Mar 2014 16:07:35 +0000 (11:07 -0500)]
Adding Boris to AUTHORS

10 years agoadded new slugify with unidecode
Boris Bobrov [Tue, 11 Mar 2014 10:50:01 +0000 (15:50 +0500)]
added new slugify with unidecode

10 years agoRemove mention of blog plugin in config
Christopher Allan Webber [Sun, 9 Mar 2014 19:13:04 +0000 (14:13 -0500)]
Remove mention of blog plugin in config

10 years agoExplicitly use /bin/bash even if shell is /bin/false
Christopher Allan Webber [Sat, 8 Mar 2014 18:38:41 +0000 (12:38 -0600)]
Explicitly use /bin/bash even if shell is /bin/false

10 years agoChanging "su -" to just "su"... considerably simpler.
Christopher Allan Webber [Sat, 8 Mar 2014 18:28:23 +0000 (12:28 -0600)]
Changing "su -" to just "su"... considerably simpler.

I don't think inheriting environment stuff is a serious issue.

10 years agomake exif a submodule
Alon Levy [Sat, 1 Mar 2014 19:52:14 +0000 (21:52 +0200)]
make exif a submodule

Updates it to latest which includes a fix for a 100% hang on a jpg without any EXIF data:
https://www.dropbox.com/s/m5l185qxq9w5mzk/raspberry-pi-gpio-cheat-sheet.jpg

Signed-off-by: Alon Levy <alon@pobox.com>
10 years agoTyops in deployment docs as pointed out by @latchkeyed@identi.ca.
Christopher Allan Webber [Thu, 20 Feb 2014 20:06:36 +0000 (14:06 -0600)]
Tyops in deployment docs as pointed out by @latchkeyed@identi.ca.

Thanks for noticing and correcting!

10 years agomediagoblin -> mediagoblin
Christopher Allan Webber [Wed, 19 Feb 2014 23:30:07 +0000 (17:30 -0600)]
mediagoblin -> mediagoblin

Thanks Luismi for pointing this out!

10 years agofixed my mistaken use of => from last commit >__<
tilly-Q [Thu, 13 Feb 2014 19:10:11 +0000 (14:10 -0500)]
fixed my mistaken use of => from last commit >__<

10 years agoChanged setup.py install_requirements to require sqlalchemy at least of version
tilly-Q [Thu, 13 Feb 2014 19:00:09 +0000 (14:00 -0500)]
Changed setup.py install_requirements to require sqlalchemy at least of version
0.8.0. Our code was crashing when running with sqlalchemy 0.7.4 because of
imports like sqlalchemy.orm.with_polymorphic

10 years agorobogoblins.xcf
Christopher Allan Webber [Sun, 9 Feb 2014 19:40:59 +0000 (13:40 -0600)]
robogoblins.xcf

10 years agorobogoblins source
Christopher Allan Webber [Sun, 9 Feb 2014 19:33:57 +0000 (13:33 -0600)]
robogoblins source

10 years agoupdated COPYING file for current data in this directory
Christopher Allan Webber [Sun, 9 Feb 2014 18:56:16 +0000 (12:56 -0600)]
updated COPYING file for current data in this directory

10 years agoSource files for some of the test submission artwork.
Christopher Allan Webber [Fri, 7 Feb 2014 01:00:12 +0000 (19:00 -0600)]
Source files for some of the test submission artwork.

10 years agojpope's been helping a bunch, so of course we need to put him in AUTHORS!
Christopher Allan Webber [Mon, 27 Jan 2014 19:48:56 +0000 (13:48 -0600)]
jpope's been helping a bunch, so of course we need to put him in AUTHORS!

10 years agoFixing the STL media page for post-skeleton merge
Christopher Allan Webber [Sun, 26 Jan 2014 19:08:01 +0000 (13:08 -0600)]
Fixing the STL media page for post-skeleton merge

10 years agoOkay that broke the build process(?), testing if this fixes it
Christopher Allan Webber [Thu, 23 Jan 2014 15:32:54 +0000 (09:32 -0600)]
Okay that broke the build process(?), testing if this fixes it

10 years agoOnce we can, that is.
Christopher Allan Webber [Thu, 23 Jan 2014 15:23:51 +0000 (09:23 -0600)]
Once we can, that is.

10 years agoSetting a specific pbr version in setup.py
Christopher Allan Webber [Thu, 23 Jan 2014 15:23:38 +0000 (09:23 -0600)]
Setting a specific pbr version in setup.py

10 years agoHave the hook handle happen in the root_view proxy view itself
Christopher Allan Webber [Tue, 14 Jan 2014 18:13:36 +0000 (12:13 -0600)]
Have the hook handle happen in the root_view proxy view itself

This way it isn't set in stone at a module level, especially if this
gets imported before the whole application inits, or if run during
tests and possibly imported multiple times.

10 years agoMerge remote-tracking branch 'refs/remotes/tilly-q/variable-front-page'
Christopher Allan Webber [Tue, 14 Jan 2014 18:03:07 +0000 (12:03 -0600)]
Merge remote-tracking branch 'refs/remotes/tilly-q/variable-front-page'

10 years agofixes #829 plus a little more that was somewhat related
jpope [Mon, 13 Jan 2014 21:04:02 +0000 (15:04 -0600)]
fixes #829 plus a little more that was somewhat related

10 years agoadjust exif info alignment
jpope [Mon, 13 Jan 2014 17:37:36 +0000 (11:37 -0600)]
adjust exif info alignment

10 years agoadjust exif to match other sections and remove extra css
jpope [Mon, 13 Jan 2014 14:14:00 +0000 (08:14 -0600)]
adjust exif to match other sections and remove extra css

10 years agoMerge remote-tracking branch 'upstream/skeletongobblin' into skeleton
jpope777 [Sat, 11 Jan 2014 06:26:28 +0000 (00:26 -0600)]
Merge remote-tracking branch 'upstream/skeletongobblin' into skeleton

10 years agoanother airy update
jpope [Sat, 11 Jan 2014 05:46:32 +0000 (23:46 -0600)]
another airy update

10 years agominor updates for airy
jpope [Sat, 11 Jan 2014 05:38:34 +0000 (23:38 -0600)]
minor updates for airy

10 years agoThis is a very minor change that makes it possible for plugins to provide an
tilly-Q [Thu, 9 Jan 2014 23:17:38 +0000 (18:17 -0500)]
This is a very minor change that makes it possible for plugins to provide an
alternative to the default root_view.

10 years agoMerge remote-tracking branch 'upstream/skeletongobblin' into skeleton
jpope777 [Wed, 8 Jan 2014 06:08:55 +0000 (00:08 -0600)]
Merge remote-tracking branch 'upstream/skeletongobblin' into skeleton

10 years agomove "wide" view to seperate branch
jpope [Wed, 8 Jan 2014 06:08:11 +0000 (00:08 -0600)]
move "wide" view to seperate branch

10 years agorename couple of css classes
jpope [Wed, 8 Jan 2014 05:23:53 +0000 (23:23 -0600)]
rename couple of css classes

10 years agoMerge remote-tracking branch 'upstream/skeletongobblin' into skeleton
jpope777 [Wed, 8 Jan 2014 02:40:12 +0000 (20:40 -0600)]
Merge remote-tracking branch 'upstream/skeletongobblin' into skeleton

10 years agoadjust thumbnails
jpope [Wed, 8 Jan 2014 02:39:33 +0000 (20:39 -0600)]
adjust thumbnails

10 years agocenter media within media container
jpope [Wed, 8 Jan 2014 01:46:58 +0000 (19:46 -0600)]
center media within media container

10 years agoadd warning color to delete buttons.
jpope [Wed, 8 Jan 2014 00:21:51 +0000 (18:21 -0600)]
add warning color to delete buttons.

10 years agostyle cancel "button" on attachments page
jpope [Wed, 8 Jan 2014 00:10:10 +0000 (18:10 -0600)]
style cancel "button" on attachments page

10 years agoMerge remote-tracking branch 'upstream/skeletongobblin' into skeleton
jpope777 [Tue, 7 Jan 2014 23:53:36 +0000 (17:53 -0600)]
Merge remote-tracking branch 'upstream/skeletongobblin' into skeleton

10 years agoadd a little button color and new media page layout
jpope [Tue, 7 Jan 2014 23:52:38 +0000 (17:52 -0600)]
add a little button color and new media page layout

10 years agoskeletonize frontpage welcome
jpope [Tue, 7 Jan 2014 18:09:02 +0000 (12:09 -0600)]
skeletonize frontpage welcome

10 years agoadjust 404 page
jpope [Tue, 7 Jan 2014 08:20:58 +0000 (02:20 -0600)]
adjust 404 page

10 years agoadjust banned page
jpope [Tue, 7 Jan 2014 08:19:46 +0000 (02:19 -0600)]
adjust banned page

10 years agorealign columns on mod user page
jpope [Tue, 7 Jan 2014 08:02:12 +0000 (02:02 -0600)]
realign columns on mod user page

10 years agoMerge remote-tracking branch 'upstream/skeletongobblin' into skeleton
jpope777 [Tue, 7 Jan 2014 07:06:09 +0000 (01:06 -0600)]
Merge remote-tracking branch 'upstream/skeletongobblin' into skeleton

10 years agodebone and redo the header
jpope [Tue, 7 Jan 2014 07:05:01 +0000 (01:05 -0600)]
debone and redo the header

10 years agoadjust mod report page
jpope [Tue, 7 Jan 2014 02:27:32 +0000 (20:27 -0600)]
adjust mod report page

10 years agoMerge remote-tracking branch 'upstream/skeletongobblin' into skeleton
jpope777 [Tue, 7 Jan 2014 01:05:23 +0000 (19:05 -0600)]
Merge remote-tracking branch 'upstream/skeletongobblin' into skeleton

10 years agomove js back to the head
jpope [Tue, 7 Jan 2014 00:40:59 +0000 (18:40 -0600)]
move js back to the head

10 years agosmall adjustments to user mod page again
jpope [Tue, 7 Jan 2014 00:31:57 +0000 (18:31 -0600)]
small adjustments to user mod page again

10 years agoMerge remote-tracking branch 'upstream/skeletongobblin' into skeleton
jpope777 [Tue, 7 Jan 2014 00:21:29 +0000 (18:21 -0600)]
Merge remote-tracking branch 'upstream/skeletongobblin' into skeleton

10 years agorealign the user admin page
jpope [Tue, 7 Jan 2014 00:18:52 +0000 (18:18 -0600)]
realign the user admin page

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