Christopher Allan Webber [Thu, 8 Sep 2011 00:42:56 +0000 (19:42 -0500)]
Resent verification email template and view aren't used anymore. Removing!
Christopher Allan Webber [Tue, 6 Sep 2011 04:34:20 +0000 (23:34 -0500)]
Updating translations
Christopher Allan Webber [Tue, 6 Sep 2011 04:28:41 +0000 (23:28 -0500)]
Merge branch 'i507_beaker_cache'
Christopher Allan Webber [Tue, 6 Sep 2011 04:28:11 +0000 (23:28 -0500)]
Turning on caching for mediagoblin testing after all?
Maybe we'll add a way to toggle this.
Christopher Allan Webber [Tue, 6 Sep 2011 04:20:50 +0000 (23:20 -0500)]
Fixing the confirm delete unit test
Now it's updated for the new checkbox-for-confirm code.
Christopher Allan Webber [Tue, 6 Sep 2011 04:20:08 +0000 (23:20 -0500)]
Updating the confirm delete form: checkboxes shouldn't be required, make translatable
Christopher Allan Webber [Tue, 6 Sep 2011 03:57:52 +0000 (22:57 -0500)]
Caching test... pretty basic.
Christopher Allan Webber [Tue, 6 Sep 2011 02:14:22 +0000 (21:14 -0500)]
Merge remote branch 'remotes/jwandborg/f571_closing_storage_objects'
Christopher Allan Webber [Tue, 6 Sep 2011 02:03:54 +0000 (21:03 -0500)]
A couple of tweaks to the checkbox styling... pretty minor.
Christopher Allan Webber [Tue, 6 Sep 2011 02:01:22 +0000 (21:01 -0500)]
A couple more delete UI tweaks
- Adjusting HTML indentation
- Making the cancel button a link rather than a button (a bit
missized though it seems... maybe a feature ;))
Shawn Khan [Mon, 5 Sep 2011 23:35:25 +0000 (19:35 -0400)]
Created a Cancel Button, if you don't want to delete Media.
Shawn Khan [Mon, 5 Sep 2011 23:12:53 +0000 (19:12 -0400)]
Page Redesign to Delete confirmation page
Christopher Allan Webber [Mon, 5 Sep 2011 23:19:24 +0000 (18:19 -0500)]
Mark description field's label for translation
Joar Wandborg [Mon, 5 Sep 2011 20:33:27 +0000 (22:33 +0200)]
Changed `*args` => `*exc_info` in CloudFilesStorageObjectWrapper
Joar Wandborg [Mon, 5 Sep 2011 20:06:47 +0000 (22:06 +0200)]
Feature #571 - Closing storage objects - Removed closing(), renamed
StorageObjectWrapper, added with-support to CloudFilesStorageWrapper
* Removed custom `closing()` method
* Removed usage of `closing()` in process_media/__init__.py
* Renamed StorageObjectWrapper -> CloudFilesStorageObject wrapper
In my first version of the StorageOjbectWrapper it was located
inside the CloudFilesStorage object, things have changed since
then but there has been no renaming, thank you Elrond for the
good point.
* CloudFilesStorageObjectWrapper now supports context manager
methods such as `__enter__()` and `__exit__()` (and `close()`)
Christopher Allan Webber [Mon, 5 Sep 2011 18:53:30 +0000 (13:53 -0500)]
Merge branch 'remotes/merge-requests/21' (early part)
Christopher Allan Webber [Mon, 5 Sep 2011 04:05:06 +0000 (23:05 -0500)]
Added a description to the slug field on the media entry form.
Christopher Allan Webber [Mon, 5 Sep 2011 03:26:57 +0000 (22:26 -0500)]
Removing description field cruft that mostly existed for testing purposes. :)
Nathan Yergler [Mon, 5 Sep 2011 01:15:32 +0000 (18:15 -0700)]
Issue 569: Initial framework for application middleware.
Christopher Allan Webber [Sun, 4 Sep 2011 23:26:28 +0000 (18:26 -0500)]
I can't believe I checked in my debugging garbage, removed!
Christopher Allan Webber [Sun, 4 Sep 2011 23:24:04 +0000 (18:24 -0500)]
delete_media_files() might as well use itervalues (thx Elrond)
Christopher Allan Webber [Sun, 4 Sep 2011 23:22:22 +0000 (18:22 -0500)]
#i536: Removing attachments stuff from edit_media(), in its own method now
Christopher Allan Webber [Sun, 4 Sep 2011 21:38:12 +0000 (16:38 -0500)]
Make "newer" "older" translatable
Christopher Allan Webber [Sun, 4 Sep 2011 21:37:38 +0000 (16:37 -0500)]
Make "newer" and "older" arrows not have underlined gap between image / text
Caleb Forbes Davis V [Fri, 2 Sep 2011 16:14:52 +0000 (11:14 -0500)]
Bug #534 - well, we don't really have collections or favorites yet
Will Kahn-Greene [Fri, 2 Sep 2011 01:10:33 +0000 (21:10 -0400)]
Updates version number in docs
Will Kahn-Greene [Fri, 2 Sep 2011 01:05:03 +0000 (21:05 -0400)]
Adds another contributor
Will Kahn-Greene [Fri, 2 Sep 2011 00:49:54 +0000 (20:49 -0400)]
508. Updates copyright/license information
Will Kahn-Greene [Thu, 1 Sep 2011 23:52:41 +0000 (19:52 -0400)]
508. Updates COPYING file; adds translations bit
Will Kahn-Greene [Thu, 1 Sep 2011 23:35:31 +0000 (19:35 -0400)]
Switches to Zooko's version method
This centralizes the version number into a single place but makes it
available in the code as well as in setup.py.
Based on the recipe found at
http://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package/
7071358#
7071358
Joar Wandborg [Fri, 2 Sep 2011 00:49:50 +0000 (19:49 -0500)]
Get this confirm_routing import out of here.. it doesn't exist! :)
Joar Wandborg [Thu, 1 Sep 2011 22:50:13 +0000 (17:50 -0500)]
Bug #532 - CloudFiles StorageObjectWrapper AttributeError - Fix + More
Additionally:
Extended get_file to accept both *args and **kwargs and to
pass that further down the line to StorageObjectWrapper.
Might be useful in the future.
Christopher Allan Webber [Thu, 1 Sep 2011 04:44:01 +0000 (23:44 -0500)]
I feel pretty strongly about the buttons being bold.
Jef and I can debate this on-channel later... for now we'll keep it
like this as we make screenshots. I'm extremely pleased with the
design in all other regards. ;)
Christopher Allan Webber [Thu, 1 Sep 2011 02:36:24 +0000 (21:36 -0500)]
Remove the inner-classing-ness of StorageObjectWrapper
Christopher Allan Webber [Thu, 1 Sep 2011 02:20:41 +0000 (21:20 -0500)]
Added a bit of clarification about what the medium.jpg corruption
issue was, specifically.
Christopher Allan Webber [Thu, 1 Sep 2011 02:08:20 +0000 (21:08 -0500)]
Merge remote branch 'remotes/jwandborg/cloudfiles_storage_object_wrapper'
Joar Wandborg [Thu, 1 Sep 2011 01:22:59 +0000 (03:22 +0200)]
Made a wrapper for cloudfiles.storage_object.Object
- `medium.jpg` issue should no longer exist.
Christopher Allan Webber [Wed, 31 Aug 2011 03:53:11 +0000 (22:53 -0500)]
Pulled down latest translations.
Christopher Allan Webber [Wed, 31 Aug 2011 03:51:56 +0000 (22:51 -0500)]
Extracted translations
Christopher Allan Webber [Wed, 31 Aug 2011 03:51:05 +0000 (22:51 -0500)]
Might as well be consistent about "<a>GNU</a> project" in the footer too
Christopher Allan Webber [Wed, 31 Aug 2011 03:48:07 +0000 (22:48 -0500)]
Merge remote branch 'remotes/schendje/master'
Christopher Allan Webber [Wed, 31 Aug 2011 03:47:33 +0000 (22:47 -0500)]
Make edit and delete links a bit prettier by making them separate links
This avoids underlines under the images and between the images and text.
Christopher Allan Webber [Wed, 31 Aug 2011 03:41:51 +0000 (22:41 -0500)]
Merge remote branch 'remotes/gullydwarf-cfdv/b503_remove_inert_prev_nav_buttons'
Christopher Allan Webber [Wed, 31 Aug 2011 03:38:09 +0000 (22:38 -0500)]
Caution the admins about deleting the users' media though.
Christopher Allan Webber [Wed, 31 Aug 2011 03:37:54 +0000 (22:37 -0500)]
Also allow admins to delete other users' media.
Christopher Allan Webber [Wed, 31 Aug 2011 01:16:47 +0000 (20:16 -0500)]
Merge remote branch 'remotes/jwandborg/f403_ability_to_delete'
Joar Wandborg [Tue, 30 Aug 2011 21:56:39 +0000 (23:56 +0200)]
Bug #530 - CloudFiles - Incorrect MIMEtypes - Fixed!
Joar Wandborg [Tue, 30 Aug 2011 21:16:46 +0000 (23:16 +0200)]
Feature #403 - Ability to delete media entries - Fixes according to feedback
* Moved `mediagoblin.confirm` stuff to `mediagoblin.user_pages`,
templates too.
* Removed route extension for `mediagoblin.confirm`
* Created `delete_media_files` which deletes all media files
on the public_store when the entry is deleted
* Created a new decorator to check if a user has the permission
to delete an entry.
Joar Wandborg [Tue, 30 Aug 2011 21:11:49 +0000 (23:11 +0200)]
Deleted old `mediagoblin.confirm` files
Joar Wandborg [Tue, 30 Aug 2011 19:46:47 +0000 (21:46 +0200)]
Added tests for delete/confirm_delete
Jef van Schendel [Mon, 29 Aug 2011 17:33:00 +0000 (19:33 +0200)]
Style changes for form labels and descriptions
Christopher Allan Webber [Mon, 29 Aug 2011 15:43:11 +0000 (10:43 -0500)]
Giving schendje some auth registration descriptions so he can style them!
Christopher Allan Webber [Mon, 29 Aug 2011 13:05:35 +0000 (08:05 -0500)]
I think confirm_delete deserves a url like /confirm-delete/ rather than /confirm/
Adjusting appropriately.
Christopher Allan Webber [Mon, 29 Aug 2011 03:05:54 +0000 (22:05 -0500)]
Merge remote branch 'remotes/jwandborg/f403_ability_to_delete'
Conflicts:
mediagoblin/edit/views.py
mediagoblin/templates/mediagoblin/user_pages/media.html
mediagoblin/user_pages/routing.py
Joar Wandborg [Sun, 28 Aug 2011 22:42:55 +0000 (00:42 +0200)]
Added notice that deletion of a media entry is *permanent*
Jef van Schendel [Sun, 28 Aug 2011 22:30:45 +0000 (17:30 -0500)]
Testing logo without logo
Christopher Allan Webber [Sun, 28 Aug 2011 14:42:46 +0000 (09:42 -0500)]
Pulling down latest translations
Christopher Allan Webber [Sun, 28 Aug 2011 02:08:10 +0000 (21:08 -0500)]
Merge remote branch 'jwandborg/f519_cloudfiles_performance_fix'
Christopher Allan Webber [Sun, 28 Aug 2011 02:07:19 +0000 (21:07 -0500)]
Merge remote branch 'refs/remotes/tychoish/master'
tycho garen [Sat, 27 Aug 2011 21:43:14 +0000 (17:43 -0400)]
Documentation Revision, clarification, and editing.
- a line in the .gitignore file to ignore the built documentation
tree.
- a complete revision/editorial pass of all non-technical documents
that outline process, project fundamentals, and background. These
edits clarified the text, unified the style, and elaborated on
stubs.
Christopher Allan Webber [Sat, 27 Aug 2011 17:00:54 +0000 (12:00 -0500)]
Merge remote branch 'remotes/jwandborg/configure_smtp'
Joar Wandborg [Thu, 25 Aug 2011 17:38:13 +0000 (19:38 +0200)]
Feature #489 - SMTP configuration options - Acts on feedback from cwebber.
http://bugs.foocorp.net/issues/489#note-2
Christopher Allan Webber [Thu, 25 Aug 2011 12:43:31 +0000 (07:43 -0500)]
Pulling down new translations
Christopher Allan Webber [Thu, 25 Aug 2011 12:41:42 +0000 (07:41 -0500)]
Updating extracted translations
Christopher Allan Webber [Thu, 25 Aug 2011 12:41:07 +0000 (07:41 -0500)]
'<a>GNU project</a>' to '<a>GNU</a> project'
Christopher Allan Webber [Thu, 25 Aug 2011 01:24:44 +0000 (20:24 -0500)]
Pulling down new translations
Christopher Allan Webber [Thu, 25 Aug 2011 01:21:23 +0000 (20:21 -0500)]
Updating extracted translation template
Christopher Allan Webber [Thu, 25 Aug 2011 01:20:38 +0000 (20:20 -0500)]
Also changing "Verification needed!" to "Email verification needed!"
Christopher Allan Webber [Thu, 25 Aug 2011 01:17:06 +0000 (20:17 -0500)]
Changing account "verified" to account "activated" in some points for clarity.
Joar Wandborg [Wed, 24 Aug 2011 23:05:49 +0000 (01:05 +0200)]
Feature/Bug #519 - CloudFilesStorage.get_file() performance issue - Fix
* `CloudFilesStorage.get_file()` now guesses the filepath without connecting to cloudfiles. Huge profits for xDSL-hosted or slow net machines.
Christopher Allan Webber [Wed, 24 Aug 2011 04:22:17 +0000 (23:22 -0500)]
Basic beaker caching functionality added to the application.
Christopher Allan Webber [Wed, 24 Aug 2011 04:20:20 +0000 (23:20 -0500)]
Static serving in test_paste.ini wasn't pointing at test_user_dev either
Not that it matters too much, but... should point it to the right
place :)
Christopher Allan Webber [Wed, 24 Aug 2011 03:56:22 +0000 (22:56 -0500)]
Must switch queuestore_base_dir -> base_dir in test_mgoblin_app.ini
Christopher Allan Webber [Tue, 23 Aug 2011 03:00:30 +0000 (22:00 -0500)]
We're no longer a GNU project in the making... we're a straight up GNU project!
Christopher Allan Webber [Tue, 23 Aug 2011 02:55:06 +0000 (21:55 -0500)]
Wrap "add attachment" in a paragraph for proper spacing.
Christopher Allan Webber [Tue, 23 Aug 2011 02:48:45 +0000 (21:48 -0500)]
Merge branch 'master' into jwandborg-f482_media_attachments
Conflicts:
mediagoblin/config_spec.ini
mediagoblin/edit/forms.py
mediagoblin/edit/views.py
mediagoblin/submit/views.py
mediagoblin/templates/mediagoblin/user_pages/media.html
Joar Wandborg [Mon, 22 Aug 2011 16:06:28 +0000 (18:06 +0200)]
Feature #482 - Media attachments -
* Moved attachment uploading to separate view
* Support for multiple attachments!
Christopher Allan Webber [Mon, 22 Aug 2011 13:01:20 +0000 (08:01 -0500)]
Removing any chance of spaces in the logo link
Mark Holmquist [Mon, 22 Aug 2011 10:35:44 +0000 (03:35 -0700)]
* Fix bad commit (oops!)
* Delete works now
Mark Holmquist [Mon, 22 Aug 2011 09:57:40 +0000 (02:57 -0700)]
+ 'confirm' section for confirmation dialogues
+ implemented delete functionality
* fixed several instances of 'must be an instance of unicode, not str'
Christopher Allan Webber [Mon, 22 Aug 2011 05:33:33 +0000 (00:33 -0500)]
Experimentally putting logo in place
Combining MediaGoblin eared-M logo with Thorsten's handwritten text.
Well... looking nice to me :)
Christopher Allan Webber [Mon, 22 Aug 2011 04:39:59 +0000 (23:39 -0500)]
Feature #506: link to original sized image if we scaled the image down.
Christopher Allan Webber [Mon, 22 Aug 2011 04:39:35 +0000 (23:39 -0500)]
I think the media entries' titles look nicer if they're a bit smaller.
Christopher Allan Webber [Mon, 22 Aug 2011 04:10:12 +0000 (23:10 -0500)]
Add titles to media entries in galleries
Christopher Allan Webber [Mon, 22 Aug 2011 04:02:21 +0000 (23:02 -0500)]
MediaGoblin favicon by Alex Camelio!!! OMG.
Christopher Allan Webber [Mon, 22 Aug 2011 03:23:03 +0000 (22:23 -0500)]
Changing the MediaGoblin Sphinx docs a bit...
- Removing the git guide, and moved it to the wiki
- moving mediagoblin.rst to about_mediagoblin.rst
Christopher Allan Webber [Mon, 22 Aug 2011 02:54:54 +0000 (21:54 -0500)]
Updating the mediagoblin manual's foreward:
- Removing contributors section of the foreward... we should have a
contributors list, but it doesn't belong here.
- Specifying that this manual is not contributor-oriented... it's for
local users/administrators
- Updating issue tracker link
- Adjusting the "living document" line to mention
http://docs.mediagoblin.org
Christopher Allan Webber [Sun, 21 Aug 2011 20:14:45 +0000 (15:14 -0500)]
Updating tests for new storage config code
Christopher Allan Webber [Sun, 21 Aug 2011 18:51:05 +0000 (13:51 -0500)]
Merge remote branch 'remotes/elrond/dev/storage_config'
Caleb Forbes Davis V [Sun, 21 Aug 2011 06:03:02 +0000 (01:03 -0500)]
only remove the inert Xs when the user has one item
Christopher Allan Webber [Sun, 21 Aug 2011 05:24:47 +0000 (00:24 -0500)]
Added a docstring to mgoblin_error_middleware
Christopher Allan Webber [Sun, 21 Aug 2011 05:11:54 +0000 (00:11 -0500)]
Better derp eyes for a 500 error in the ascii art :)
Christopher Allan Webber [Sun, 21 Aug 2011 05:09:29 +0000 (00:09 -0500)]
Slightly wrapping paste error middleware and turning it on
Now we can show a nice "borked goblin" error :)
Caleb Forbes Davis V [Sun, 21 Aug 2011 05:09:28 +0000 (00:09 -0500)]
Bug #503 - removes inert navigation buttons
- the grey X navigation buttons indicating the first and last media
entries should not appear since they do not do anything
Christopher Allan Webber [Sun, 21 Aug 2011 03:28:29 +0000 (22:28 -0500)]
Merge branch 'jwandborg-f298_create_envball'
Christopher Allan Webber [Sun, 21 Aug 2011 03:26:45 +0000 (22:26 -0500)]
We should use os.path.join to concatenate directories.
Christopher Allan Webber [Sun, 21 Aug 2011 03:22:54 +0000 (22:22 -0500)]
Import / export to a temporary directory if cache_path not provided.
Christopher Allan Webber [Sun, 21 Aug 2011 03:00:21 +0000 (22:00 -0500)]
Apparently we *should* _clean(args), that was commented out for debugging :)
Christopher Allan Webber [Sun, 21 Aug 2011 02:59:30 +0000 (21:59 -0500)]
Removing some print debugging from import_export
Christopher Allan Webber [Sun, 21 Aug 2011 02:36:08 +0000 (21:36 -0500)]
Use "with closing(tf)" since TarFile doesn't have .__exit__()