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
Christopher Allan Webber
6890822cce
Added an alt tag to the feed icons. Accessibility! Woo!
2011-08-18 19:57:49 -05:00
Christopher Allan Webber
66a65c9c4c
Switch "atom feed" to "Atom feed" and made the icons and text separate links
...
Before doing the latter there was an ugly underline spanning the icon
and the text.
2011-08-18 19:57:24 -05:00
Christopher Allan Webber
3617ff4acf
From Jef van Schendel: "here's a spot to tell others about yourself"
...
This should display if the user is logged in and they don't have anything in their profile yet.
2011-08-18 19:17:14 -05:00
Jef van Schendel
1d03221d04
Added empty_space class for user profile placeholders
2011-08-18 18:17:53 +02:00
Jef van Schendel
a97e5bb22c
Fix text sizes (use relative values), remove some unnecessary text sizes, add some spaces here and there
2011-08-18 17:29:38 +02:00
Jef van Schendel
1f5a55f667
Replace the Feed icon with a transparent one, put it next to the [atom feed] links
2011-08-18 15:53:52 +02:00
Jef van Schendel
0146307b88
No longer center small images
2011-08-18 15:26:00 +02:00
Jef van Schendel
02bef4ec62
Remove space at end of MediaGoblin logo link
2011-08-18 15:22:40 +02:00
Jef van Schendel
9ecf7cd17c
Whole bunch of changes to base.css
2011-08-18 15:18:54 +02:00
Jef van Schendel
6ef35d47df
Removed temporary logo image, replaced it with text for now
2011-08-16 23:32:38 +02:00
Jef van Schendel
745961104a
Small changes to media.html: changed order of uploader/date and description, added css classes
2011-08-16 23:24:07 +02:00
Christopher Allan Webber
908b20f51c
Pulled down latest translations
2011-08-16 08:38:36 -05:00
Christopher Allan Webber
0445100b30
Pulled down latest translations
2011-08-16 08:18:38 -05:00
Christopher Allan Webber
68f3ffbe82
Malicious uploads test with fake but not really image files working! :)
2011-08-14 09:12:43 -05:00
Christopher Allan Webber
01c75c7eba
Processing panel view
...
Now you can view your failed and in-process media items!
2011-08-14 07:56:10 -05:00
Christopher Allan Webber
6ee9c71902
Method to get the failure exception object for a MediaEntry, if appropriate.
2011-08-14 07:55:08 -05:00
Christopher Allan Webber
e3e9b8fcc9
Switch BaseProcessingFail.exception_path's separator from period to colon
...
Also removing .generator_error_message() which doesn't make sense
really... we need to get the message when we don't have an instance of
the exception, and this method requires an instance.
2011-08-14 07:53:24 -05:00