1062 Commits

Author SHA1 Message Date
Mark Holmquist
ae4feecfc2 * Fix bad commit (oops!)
* Delete works now
2011-08-22 03:35:44 -07:00
Mark Holmquist
08750772ea + 'confirm' section for confirmation dialogues
+ implemented delete functionality
* fixed several instances of 'must be an instance of unicode, not str'
2011-08-22 02:57:40 -07:00
Christopher Allan Webber
a8327519eb Experimentally putting logo in place
Combining MediaGoblin eared-M logo with Thorsten's handwritten text.
Well... looking nice to me :)
2011-08-22 00:33:33 -05:00
Christopher Allan Webber
9b424b17cc Feature #506: link to original sized image if we scaled the image down. 2011-08-21 23:39:59 -05:00
Christopher Allan Webber
970cea18dc I think the media entries' titles look nicer if they're a bit smaller. 2011-08-21 23:39:35 -05:00
Christopher Allan Webber
ec451724cc Add titles to media entries in galleries 2011-08-21 23:10:12 -05:00
Christopher Allan Webber
7a8ad8187c MediaGoblin favicon by Alex Camelio!!! OMG. 2011-08-21 23:02:21 -05:00
Christopher Allan Webber
26924b717e Changing the MediaGoblin Sphinx docs a bit...
- Removing the git guide, and moved it to the wiki
 - moving mediagoblin.rst to about_mediagoblin.rst
2011-08-21 22:23:03 -05:00
Christopher Allan Webber
abbc6c1a55 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
2011-08-21 21:54:54 -05:00
Christopher Allan Webber
63c9a0c766 Updating tests for new storage config code 2011-08-21 15:14:45 -05:00
Christopher Allan Webber
bd3b566dbe Merge remote branch 'remotes/elrond/dev/storage_config' 2011-08-21 13:51:05 -05:00
Christopher Allan Webber
ae72c63814 Added a docstring to mgoblin_error_middleware 2011-08-21 00:24:47 -05:00
Christopher Allan Webber
9ac7371712 Better derp eyes for a 500 error in the ascii art :) 2011-08-21 00:11:54 -05:00
Christopher Allan Webber
72ae87af4a Slightly wrapping paste error middleware and turning it on
Now we can show a nice "borked goblin" error :)
2011-08-21 00:09:29 -05:00
Christopher Allan Webber
a6cf463515 Merge branch 'jwandborg-f298_create_envball' 2011-08-20 22:28:29 -05:00
Christopher Allan Webber
2db2211d96 We should use os.path.join to concatenate directories. 2011-08-20 22:26:45 -05:00
Christopher Allan Webber
6c6009ba65 Import / export to a temporary directory if cache_path not provided. 2011-08-20 22:22:54 -05:00
Christopher Allan Webber
00e381f794 Apparently we *should* _clean(args), that was commented out for debugging :) 2011-08-20 22:00:21 -05:00
Christopher Allan Webber
cc601bbd58 Removing some print debugging from import_export 2011-08-20 21:59:46 -05:00
Christopher Allan Webber
c02bea6fb9 Use "with closing(tf)" since TarFile doesn't have .__exit__() 2011-08-20 21:36:08 -05:00
Christopher Allan Webber
0a5e335c5b Merge remote branch 'remotes/schendje/master' 2011-08-20 16:49:57 -05:00
Christopher Allan Webber
cd8c65133e Removing unused imports 2011-08-20 16:48:29 -05:00
Christopher Allan Webber
8955ed0c59 Marking the 404 page for translation 2011-08-20 16:34:18 -05:00
Christopher Allan Webber
a01afc9a7c Changing the welcome text based on IRC conversations and marking for translation. 2011-08-20 16:34:06 -05:00
Jef van Schendel
9a91a1e7b4 Add 500.html page 2011-08-20 23:15:00 +02:00
Christopher Allan Webber
de12b4e773 Use render_404 EVERYWHERE! 2011-08-20 15:57:24 -05:00
Christopher Allan Webber
3807e8e29c Tacking on an empty matchdict when 404'ing just in case a template expects it 2011-08-20 15:55:34 -05:00
Christopher Allan Webber
bae8f3d8c2 Adding and making use of the new 404 error page :) 2011-08-20 15:55:08 -05:00
Christopher Allan Webber
a7c641d11e Allow a user to pass in a status to render_to_response 2011-08-20 15:43:58 -05:00
Jef van Schendel
2ff37624ff Logout -> log out 2011-08-20 22:24:30 +02:00
Jef van Schendel
03b058b78e Missed one thing for Bug #464 2011-08-20 22:16:48 +02:00
Jef van Schendel
924e112b8c Feature #494: login vs. log in -- lots of incorrect usage 2011-08-20 22:12:44 +02:00
Christopher Allan Webber
2e61855206 Merge remote branch 'remotes/schendje/master' 2011-08-20 15:11:05 -05:00
Christopher Allan Webber
3d0557bf25 Change the ordering of the app's __call__ method (attach things to request first)
This will make it easier for us to call something like a 404 page rendering method
before the matching check is done.
2011-08-20 15:00:25 -05:00
Jef van Schendel
c0d7b86896 Bug #486: Generic submit button label 2011-08-20 21:59:40 +02:00
Jef van Schendel
4826f626fd Bug #464 Font in text fields is inconsistent 2011-08-20 21:47:44 +02:00
Jef van Schendel
0161aa920d Add 404 page and image 2011-08-20 21:22:51 +02:00
Jef van Schendel
c9fe89a499 New layout for root.html 2011-08-20 20:54:41 +02:00
Jef van Schendel
f5782fac43 Small changes: adjust text color, add h2 text size 2011-08-20 16:42:15 +02:00
Jef van Schendel
f51b65d586 Small size correction for footer text and <input> button text 2011-08-20 16:09:12 +02:00
Christopher Allan Webber
ff9ad4617d Changing datetime formatting from |format to .stftime() 2011-08-20 09:04:21 -05:00
Christopher Allan Webber
f645bde8fd Just a bit of spacing to make things easier to read by a little bit. 2011-08-20 09:00:30 -05:00
Christopher Allan Webber
29beee8ceb Removing this commented out </div><div> from the media template 2011-08-20 08:56:21 -05:00
Jef van Schendel
7baaea38a6 First ugly push with Lato typeface 2011-08-20 02:47:55 +02:00
Christopher Allan Webber
583351109e Merge branch 'processing' 2011-08-19 12:34:40 -05:00
Christopher Allan Webber
0cbab848b9 Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin 2011-08-19 12:31:31 -05:00
Christopher Allan Webber
b5017dbac8 Switch the grid over to using a... erk... table! :)
Also changes the gridification routine a bit.
2011-08-18 22:00:55 -05:00
Christopher Allan Webber
5b21ecf9db Feed link, as an includable template! 2011-08-18 21:28:00 -05:00
Christopher Allan Webber
0ddea95ea6 More useful messages about when stuff isn't there on a user's homepage. 2011-08-18 21:23:06 -05:00
Christopher Allan Webber
293a7fe411 Give a message if the user hasn't filled in their profile yet. 2011-08-18 21:16:50 -05:00