mediagoblin.git
13 years agoChanged background colors to plain colors
Jef van Schendel [Thu, 19 May 2011 23:31:45 +0000 (01:31 +0200)]
Changed background colors to plain colors

13 years agoExpanded page width to 960px
Christopher Allan Webber [Mon, 23 May 2011 22:39:44 +0000 (17:39 -0500)]
Expanded page width to 960px

Conflicts:

mediagoblin/static/css/base.css

13 years agoRemoved background images and logo, won't need those for a while
Jef van Schendel [Thu, 19 May 2011 23:26:52 +0000 (01:26 +0200)]
Removed background images and logo, won't need those for a while

13 years agomodified atomfeed feature, corrected spacing, url generation, routing id
Bernhard Keller [Mon, 23 May 2011 17:00:46 +0000 (19:00 +0200)]
modified atomfeed feature, corrected spacing, url generation, routing id

13 years agoEncourage users to run migrations every time they buildout.
Christopher Allan Webber [Sun, 22 May 2011 22:11:59 +0000 (17:11 -0500)]
Encourage users to run migrations every time they buildout.

13 years agoA more explicit version of get_page_url that doesn't use the request
Christopher Allan Webber [Sun, 22 May 2011 22:06:11 +0000 (17:06 -0500)]
A more explicit version of get_page_url that doesn't use the request
is still an option now ;)

13 years agoMerge remote branch 'refs/remotes/elrond/idea/new_get_page_url'
Christopher Allan Webber [Sun, 22 May 2011 21:55:01 +0000 (16:55 -0500)]
Merge remote branch 'refs/remotes/elrond/idea/new_get_page_url'

13 years agoSlightly better spacing in media.html
Christopher Allan Webber [Sun, 22 May 2011 21:40:31 +0000 (16:40 -0500)]
Slightly better spacing in media.html

13 years agoForgot switch to media.uploader() in the same way on two lines :P
Christopher Allan Webber [Sun, 22 May 2011 21:37:58 +0000 (16:37 -0500)]
Forgot switch to media.uploader() in the same way on two lines :P

13 years agoUpdate all the views so that they use the uploader reference instead
Christopher Allan Webber [Sun, 22 May 2011 21:06:45 +0000 (16:06 -0500)]
Update all the views so that they use the uploader reference instead
of uploader embedding

13 years agoUser migration works (but the rest of the system isn't updated for new user setup...
Christopher Allan Webber [Sun, 22 May 2011 15:52:53 +0000 (10:52 -0500)]
User migration works (but the rest of the system isn't updated for new user setup yet)

13 years agoMove the general applicaiton setup commands to a utility module
Christopher Allan Webber [Sun, 22 May 2011 14:56:33 +0000 (09:56 -0500)]
Move the general applicaiton setup commands to a utility module

13 years agoMove the ./bin/gmg shell command into its own module.
Christopher Allan Webber [Sun, 22 May 2011 14:25:51 +0000 (09:25 -0500)]
Move the ./bin/gmg shell command into its own module.

13 years agoFix doc string of get_page_url()
Elrond [Sat, 21 May 2011 15:02:49 +0000 (17:02 +0200)]
Fix doc string of get_page_url()

13 years agoGive Pagination.get_page_url() a request instead of path and GET
Elrond [Sat, 21 May 2011 14:38:34 +0000 (16:38 +0200)]
Give Pagination.get_page_url() a request instead of path and GET

Makes calling Pagination.get_page_url() much simpler.

13 years agoClarified: don't do this in production!
Christopher Allan Webber [Sat, 21 May 2011 00:35:11 +0000 (19:35 -0500)]
Clarified: don't do this in production!

13 years agoAdded some stuff on how to run CELERY_ALWAYS_EAGER
Christopher Allan Webber [Sat, 21 May 2011 00:34:28 +0000 (19:34 -0500)]
Added some stuff on how to run CELERY_ALWAYS_EAGER

13 years agoMoves virtualenv instructions to a place far far away
Will Kahn-Greene [Sat, 21 May 2011 00:20:33 +0000 (20:20 -0400)]
Moves virtualenv instructions to a place far far away

But seriously, moved them to the stop-gap wiki:
https://gitorious.org/mediagoblin/pages/HackingWithVirtualenv

13 years agoThis check is redundant now that it's handled by the decorator.
Christopher Allan Webber [Sat, 21 May 2011 00:12:44 +0000 (19:12 -0500)]
This check is redundant now that it's handled by the decorator.

13 years agoMake sure that a MediaEntry does belong to this appropriate user in
Christopher Allan Webber [Sat, 21 May 2011 00:12:32 +0000 (19:12 -0500)]
Make sure that a MediaEntry does belong to this appropriate user in
the decorator.  (Thanks Elrond)

13 years agoNow you can set CELERY_ALWAYS_EAGER environment variable so that you
Christopher Allan Webber [Fri, 20 May 2011 23:49:04 +0000 (18:49 -0500)]
Now you can set CELERY_ALWAYS_EAGER environment variable so that you
don't have to run celeryd at the same time.

This should make Elrond happy ;)

13 years agoAdded a url_for_self method for generating mediaentry links
Christopher Allan Webber [Fri, 20 May 2011 23:16:10 +0000 (18:16 -0500)]
Added a url_for_self method for generating mediaentry links

This allows for optionally making the url based off of slugs or ids

13 years agoCosmetic changes: removed an unused import, stripped some trailing whitespace.
Christopher Allan Webber [Fri, 20 May 2011 22:48:43 +0000 (17:48 -0500)]
Cosmetic changes: removed an unused import, stripped some trailing whitespace.

13 years agoMediaEntry slugs usable in URLs, & decorator that grabs media from the request
Christopher Allan Webber [Fri, 20 May 2011 22:47:36 +0000 (17:47 -0500)]
MediaEntry slugs usable in URLs, & decorator that grabs media from the request

13 years agoAdjusting spacing a little bit
Christopher Allan Webber [Fri, 20 May 2011 22:37:50 +0000 (17:37 -0500)]
Adjusting spacing a little bit

13 years agopass in page number in uses_pagination view via keyword argument so ordering doesn...
Christopher Allan Webber [Fri, 20 May 2011 22:36:29 +0000 (17:36 -0500)]
pass in page number in uses_pagination view via keyword argument so ordering doesn't matter.

13 years agoI think 30 is a good default number of items per page.
Christopher Allan Webber [Fri, 20 May 2011 03:46:18 +0000 (22:46 -0500)]
I think 30 is a good default number of items per page.

13 years agoAnother minor formatting change.
Christopher Allan Webber [Fri, 20 May 2011 03:44:57 +0000 (22:44 -0500)]
Another minor formatting change.

13 years agoOne more mild styling tweak
Christopher Allan Webber [Fri, 20 May 2011 03:42:38 +0000 (22:42 -0500)]
One more mild styling tweak

13 years agoWe don't really need to use a \ here so let's not do so.
Christopher Allan Webber [Fri, 20 May 2011 03:41:27 +0000 (22:41 -0500)]
We don't really need to use a \ here so let's not do so.

13 years agoAdjusting docstrings a bit to my taste.
Christopher Allan Webber [Fri, 20 May 2011 03:40:49 +0000 (22:40 -0500)]
Adjusting docstrings a bit to my taste.

13 years agoReorganizing the uses_pagination decorator a little and having it pass
Christopher Allan Webber [Fri, 20 May 2011 03:39:15 +0000 (22:39 -0500)]
Reorganizing the uses_pagination decorator a little and having it pass
in the page number to the view

13 years agoMerge remote branch 'remotes/hanaku/pagination'
Christopher Allan Webber [Fri, 20 May 2011 03:34:57 +0000 (22:34 -0500)]
Merge remote branch 'remotes/hanaku/pagination'

Conflicts:
mediagoblin/user_pages/views.py

13 years agomoved check for correct page values into decorator for view function
Bernhard Keller [Thu, 19 May 2011 20:52:18 +0000 (22:52 +0200)]
moved check for correct page values into decorator for view function

13 years agoremoved request arg from Pagination class
Bernhard Keller [Thu, 19 May 2011 18:37:04 +0000 (20:37 +0200)]
removed request arg from Pagination class
added get_page_url() in Pagination class, to generate proper urls without losing
other get arguments

13 years agochanged some coding styles and changed the interface for pagination from __call__...
Bernhard Keller [Thu, 19 May 2011 15:24:31 +0000 (17:24 +0200)]
changed some coding styles and changed the interface for pagination from __call__ to the
__init__, also getting a cursor as input, instead of the query details

13 years agoFactor out most of the database connection into db/open.py
Elrond [Wed, 18 May 2011 23:35:02 +0000 (01:35 +0200)]
Factor out most of the database connection into db/open.py

I needed to split the db connection/opening into open.py,
due to an import loop:
- util.py needs db/util.py:ObjectId
- db/util.py would need db/models.py
- db/models.py needs util.py:slugify

13 years agoClean unused imports (found by pyflakes).
Elrond [Wed, 18 May 2011 20:03:52 +0000 (22:03 +0200)]
Clean unused imports (found by pyflakes).

13 years agoadded Pagination class, usage description in Pagination,__call__
Bernhard Keller [Wed, 18 May 2011 15:32:49 +0000 (17:32 +0200)]
added Pagination class, usage description in Pagination,__call__
added pagination.html, object_gallery.html as templates

13 years agoRenaming connect_database to connect_database_from_config and using in from_celery
Christopher Allan Webber [Wed, 18 May 2011 13:44:57 +0000 (08:44 -0500)]
Renaming connect_database to connect_database_from_config and using in from_celery

13 years agoNeed to import asint for users who specify ports via config file
Christopher Allan Webber [Wed, 18 May 2011 13:39:09 +0000 (08:39 -0500)]
Need to import asint for users who specify ports via config file

13 years agoAdding copyright headers and explaining why these unused imports are here
Christopher Allan Webber [Wed, 18 May 2011 13:37:48 +0000 (08:37 -0500)]
Adding copyright headers and explaining why these unused imports are here

13 years agoMove ObjectId, DESCENDING to db.util
Elrond [Wed, 18 May 2011 09:32:29 +0000 (11:32 +0200)]
Move ObjectId, DESCENDING to db.util

We used to import those from pymongo and mongokit directly.
We should import them from a single place. So let's try
db.util for this.

13 years agoMove "connect to database" into db/util.py
Elrond [Tue, 17 May 2011 23:03:40 +0000 (01:03 +0200)]
Move "connect to database" into db/util.py

13 years agoMove models into new db/ directory
Elrond [Tue, 17 May 2011 22:44:10 +0000 (00:44 +0200)]
Move models into new db/ directory

The database is a central point of interest/discussion.
Represent that by its own directory.

This will surely become more interesting when we have
migrations for example.

13 years agoActually we only need unique slugs per uploader.
Christopher Allan Webber [Mon, 16 May 2011 23:28:49 +0000 (18:28 -0500)]
Actually we only need unique slugs per uploader.

But I want to fix http://bugs.foocorp.net/issues/340 first.

13 years agoMy name's Chris Webber and I'm pedantic about lines not going over 80 characters.
Christopher Allan Webber [Mon, 16 May 2011 23:23:27 +0000 (18:23 -0500)]
My name's Chris Webber and I'm pedantic about lines not going over 80 characters.

13 years agoRequire that the slug field have only unique values.
Christopher Allan Webber [Mon, 16 May 2011 23:22:13 +0000 (18:22 -0500)]
Require that the slug field have only unique values.

13 years agoAdding the is_admin field now per Elrond's sane request / advice. ;)
Christopher Allan Webber [Mon, 16 May 2011 23:20:50 +0000 (18:20 -0500)]
Adding the is_admin field now per Elrond's sane request / advice. ;)

13 years ago./bin/gmg shell documented in the hackinghowto
Christopher Allan Webber [Mon, 16 May 2011 22:35:56 +0000 (17:35 -0500)]
./bin/gmg shell documented in the hackinghowto

13 years agoShow images in reverse submit order
Sebastian Spaeth [Mon, 16 May 2011 12:55:05 +0000 (14:55 +0200)]
Show images in reverse submit order

Fixes bug #327. Just do a .sort('created', DESCENDING) on Media when
showing them to show the latest first.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
13 years agoProperly linking to the background image
Christopher Allan Webber [Mon, 16 May 2011 12:46:26 +0000 (07:46 -0500)]
Properly linking to the background image

13 years ago./bin/gmg shell! Should make a lot of peoples' hacking lives easier I suspect :)
Christopher Allan Webber [Mon, 16 May 2011 00:02:11 +0000 (19:02 -0500)]
./bin/gmg shell!  Should make a lot of peoples' hacking lives easier I suspect :)

13 years agoRemoving the raw string-ness
Christopher Allan Webber [Fri, 13 May 2011 21:07:37 +0000 (16:07 -0500)]
Removing the raw string-ness

13 years agoRemoving backup files and preventing them from showing up via .gitignore
Jef van Schendel [Fri, 13 May 2011 20:38:04 +0000 (15:38 -0500)]
Removing backup files and preventing them from showing up via .gitignore

13 years agolabels changed to font-weight normal instead of bold, css structure improved
Jef van Schendel [Fri, 13 May 2011 20:34:44 +0000 (15:34 -0500)]
labels changed to font-weight normal instead of bold, css structure improved

13 years agoAdded @font-face to css
Jef van Schendel [Fri, 13 May 2011 20:34:35 +0000 (15:34 -0500)]
Added @font-face to css

13 years agoAdded header to base.html
Jef van Schendel [Fri, 13 May 2011 20:34:26 +0000 (15:34 -0500)]
Added header to base.html

13 years agoChanged all headers to <h1>
Jef van Schendel [Fri, 13 May 2011 20:34:10 +0000 (15:34 -0500)]
Changed all headers to <h1>

13 years agoStyled buttons for real this time
Jef van Schendel [Fri, 13 May 2011 20:33:58 +0000 (15:33 -0500)]
Styled buttons for real this time

13 years agoStyled input buttons
Jef van Schendel [Fri, 13 May 2011 20:33:46 +0000 (15:33 -0500)]
Styled input buttons

13 years agoChanged base.html back to old version
Jef van Schendel [Fri, 13 May 2011 20:33:27 +0000 (15:33 -0500)]
Changed base.html back to old version

13 years agoFixing changes
Jef van Schendel [Fri, 13 May 2011 20:33:19 +0000 (15:33 -0500)]
Fixing changes

13 years agoMinor fomatting fix.
Aaron Williamson [Fri, 13 May 2011 18:16:35 +0000 (14:16 -0400)]
Minor fomatting fix.

13 years agoGenerate unique slugs for newly submitted images.
Aaron Williamson [Fri, 13 May 2011 16:18:52 +0000 (12:18 -0400)]
Generate unique slugs for newly submitted images.

13 years agomin=0 makes more sense than min=-1
Christopher Allan Webber [Fri, 13 May 2011 04:40:47 +0000 (23:40 -0500)]
min=0 makes more sense than min=-1

13 years agoOn image submission, do not require title. If none entered, default to filename.
Aaron Williamson [Mon, 9 May 2011 04:06:38 +0000 (00:06 -0400)]
On image submission, do not require title. If none entered, default to filename.

13 years agoMerge remote branch 'refs/remotes/dneelyeps/master'
Christopher Allan Webber [Fri, 13 May 2011 04:34:19 +0000 (23:34 -0500)]
Merge remote branch 'refs/remotes/dneelyeps/master'

13 years agolocale rather than target_lang in the get parameters
Christopher Allan Webber [Fri, 13 May 2011 04:17:53 +0000 (23:17 -0500)]
locale rather than target_lang in the get parameters

13 years agoImprove user homepage
Sebastian Spaeth [Wed, 11 May 2011 06:39:57 +0000 (08:39 +0200)]
Improve user homepage

1) Only consider user's with 'status': 'active'. We don't want to
   display unconfirmed/blocked users, right?
2) Actually query user's media in the view and display on their home
   page.
3) Throw an error 404 if we don't find a valid user, rather than saying,
   "User not found" (from within the template).
4) Pass in medias as media_entries to remain compatible with the 'root'
   page.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
13 years agoLoad gettext, and load it into the template environment
Christopher Allan Webber [Fri, 13 May 2011 03:33:30 +0000 (22:33 -0500)]
Load gettext, and load it into the template environment

13 years agomoving mediagoblin.po to a filename that makes sense
Christopher Allan Webber [Thu, 12 May 2011 20:26:15 +0000 (15:26 -0500)]
moving mediagoblin.po to a filename that makes sense

13 years agoSeparation between setting up the template env and the template loader
Christopher Allan Webber [Thu, 12 May 2011 20:17:07 +0000 (15:17 -0500)]
Separation between setting up the template env and the template loader
for a glorious future where we have gettext in template context

13 years agoMerge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Christopher Allan Webber [Thu, 12 May 2011 19:59:08 +0000 (14:59 -0500)]
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin

Conflicts:
mediagoblin/util.py

13 years agoAdded some locale determination tools
Christopher Allan Webber [Thu, 12 May 2011 19:57:58 +0000 (14:57 -0500)]
Added some locale determination tools

13 years agoFix the email debug inbox
Christopher Allan Webber [Thu, 12 May 2011 19:49:37 +0000 (14:49 -0500)]
Fix the email debug inbox

13 years agoI probably shouldn't break the main page since we don't have the
Christopher Allan Webber [Thu, 12 May 2011 19:25:28 +0000 (14:25 -0500)]
I probably shouldn't break the main page since we don't have the
gettext thing in place yet.

13 years agoUpdate to previous commit
Daniel Neel [Thu, 12 May 2011 18:54:59 +0000 (14:54 -0400)]
Update to previous commit

To add an extra comment symbol.

13 years agoEdits to "What's where" diagram in docs/codebase.rst
Daniel Neel [Thu, 12 May 2011 18:52:51 +0000 (14:52 -0400)]
Edits to "What's where" diagram in docs/codebase.rst

Added comment symbols to distinguish comments from directory names.
Changed wording a bit on one part.

13 years agoUpdated table of contents
Daniel Neel [Thu, 12 May 2011 18:48:50 +0000 (14:48 -0400)]
Updated table of contents

Updated TOC to match "Foreward" > "Foreword"

13 years agoFixed previous broken commit
Daniel Neel [Thu, 12 May 2011 18:46:59 +0000 (14:46 -0400)]
Fixed previous broken commit

Made a mistake with the last commit, fixed here.

13 years agoChanged "Foreward" to "Foreword"
Daniel Neel [Thu, 12 May 2011 18:46:02 +0000 (14:46 -0400)]
Changed "Foreward" to "Foreword"

Figured this was a typo. If not, feel free to skip this commit.

13 years agoFixed a typo in docs/contributinghowto.rst
Daniel Neel [Thu, 12 May 2011 18:35:39 +0000 (14:35 -0400)]
Fixed a typo in docs/contributinghowto.rst

"it'd" > "it's"

13 years agoFixed another typo in docs/mediagoblin.rst
Daniel Neel [Thu, 12 May 2011 18:29:54 +0000 (14:29 -0400)]
Fixed another typo in docs/mediagoblin.rst

"We decide that in this case, that someone would be us!"
> "We decided that in this case, that someone would be us!"

13 years agoFixed a typo in docs/mediagoblin.rst
Daniel Neel [Thu, 12 May 2011 18:23:52 +0000 (14:23 -0400)]
Fixed a typo in docs/mediagoblin.rst

"...their data and that measn someone..."
> "...their data and that means someone..."

13 years agoMoving translations to mediagoblin/translations
Christopher Allan Webber [Thu, 12 May 2011 15:22:56 +0000 (10:22 -0500)]
Moving translations to mediagoblin/translations

13 years agoadding master.po translations file
Christopher Allan Webber [Thu, 12 May 2011 15:20:03 +0000 (10:20 -0500)]
adding master.po translations file

13 years agobuildout instructions come first since it's easier if it does work
Christopher Allan Webber [Thu, 12 May 2011 15:05:35 +0000 (10:05 -0500)]
buildout instructions come first since it's easier if it does work

13 years agoTranslate the welcome message (extracts successfully!)
Christopher Allan Webber [Thu, 12 May 2011 14:48:54 +0000 (09:48 -0500)]
Translate the welcome message (extracts successfully!)

13 years agoAdded extraction stuff that's not used but appears to work :)
Christopher Allan Webber [Thu, 12 May 2011 14:44:04 +0000 (09:44 -0500)]
Added extraction stuff that's not used but appears to work :)

13 years agoAdd the jinja2 extension to the jinja loader
Christopher Allan Webber [Thu, 12 May 2011 14:18:53 +0000 (09:18 -0500)]
Add the jinja2 extension to the jinja loader

13 years agoFixing tyop in README... thanks Daniel Neel!
Christopher Allan Webber [Thu, 12 May 2011 12:17:02 +0000 (07:17 -0500)]
Fixing tyop in README... thanks Daniel Neel!

Also clarifying that our public alpha may be in October, which is what
we've said elsewhere.

13 years agoRight, we don't need the exported HTML either.
Christopher Allan Webber [Thu, 12 May 2011 12:15:11 +0000 (07:15 -0500)]
Right, we don't need the exported HTML either.

13 years agoI don't believe we need READMEish.org anymore.
Christopher Allan Webber [Thu, 12 May 2011 12:14:15 +0000 (07:14 -0500)]
I don't believe we need READMEish.org anymore.

13 years agoEnforce using local dateutil with buildout
Sebastian Spaeth [Sun, 8 May 2011 23:08:46 +0000 (01:08 +0200)]
Enforce using local dateutil with buildout

Natty has a too old system dateutil, but buildout will put the system
modules in the search path first. By adding the dateutil spec to the
'egg' requirement, we put the dateutil inclusion of the local egg first
and natty compiles (buildouts) fine.

Part of http://bugs.foocorp.net/issues/308

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
13 years agoURLs should end in trailing slashes, or slash redirection doesn't work
Christopher Allan Webber [Wed, 11 May 2011 15:26:15 +0000 (10:26 -0500)]
URLs should end in trailing slashes, or slash redirection doesn't work

13 years agoRemoving this horrifying submission test stuff from way back when
Christopher Allan Webber [Tue, 10 May 2011 21:35:34 +0000 (16:35 -0500)]
Removing this horrifying submission test stuff from way back when

13 years ago404 appropriately here
Christopher Allan Webber [Tue, 10 May 2011 21:25:04 +0000 (16:25 -0500)]
404 appropriately here

13 years agoIndenting these templates because I'm pedantic about tag sections
Christopher Allan Webber [Tue, 10 May 2011 21:24:51 +0000 (16:24 -0500)]
Indenting these templates because I'm pedantic about tag sections
having their content indented :)

13 years agoImplement simple media detail page
Sebastian Spaeth [Sun, 8 May 2011 18:35:54 +0000 (20:35 +0200)]
Implement simple media detail page

This patch creates a "homepage" for each media. The URL is
/u/<username>/m/<objID>.

On it we display the media and some details. It is ugly and lacking some
stuff but it works. The only thing left to do is to throw an 404 error
if the <username> and the media uploader don't correspond.

- Also create a user "home page" while at it. It is merely a place
  holder for now though.

- Link from the entries on the homepage, to the media pages, so we
actually find them.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>