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
38bf03c6aa
Converting object_gallery() from a block to a macro and updating usages of it
...
The main motivation here is that this lets us pass in a specific number of col_number
2011-08-12 09:55:50 -05:00
Karen Rustad
035c976fb2
adds feature #458 -- given a column number, limits the number of items in a row (and adds divs saying so). No CSS styling to make these demarcations visible, though
2011-08-12 09:10:09 -05:00
Christopher Allan Webber
788272f300
PEP-8ing the keyword argument passing here
2011-08-11 22:44:47 -05:00
Christopher Allan Webber
e7f518cc94
Merge remote branch 'remotes/gullydwarf-cfdv/b488_email_validation_assumes_active_login'
2011-08-11 22:44:21 -05:00
Christopher Allan Webber
01360fbd98
Merge remote branch 'remotes/gullydwarf-cfdv/b372_rmdbfield_thumbnail_file'
2011-08-11 21:31:48 -05:00
Christopher Allan Webber
9f6ea47586
If both the username and the email checks fail, warn about both at the same time
2011-08-11 20:37:21 -05:00
Christopher Allan Webber
873e4e9d2d
Also normalize user's emails to .lower() when we accept the user.
2011-08-11 20:34:12 -05:00
Alejandro Villanueva
0bf099d753
Checks if the email(lowercase) have been used before to register a user
2011-08-11 20:32:55 -05:00
Christopher Allan Webber
dc49cf600a
Making the users_with_username function call in the register view slightly cleaner
2011-08-11 20:15:55 -05:00
Christopher Allan Webber
3ec6fe225c
Merge remote branch 'remotes/gullydwarf-cfdv/f446_use_render_divs_once_per_form'
2011-08-11 20:06:39 -05:00
Caleb Forbes Davis V
d9204d3a3d
uses render_divs for the comments form in media.html for completeness
2011-08-11 19:17:56 -05:00
Christopher Allan Webber
f016fc6505
Adding slightly clearer docs to MountStorage.
2011-08-11 11:29:14 -05:00
Caleb Forbes Davis V
d07be8119d
eliminates textarea handling since rows cols not required in HTML5
2011-08-11 10:15:30 -05:00
Caleb Forbes Davis V
f6bf68cae5
Feature #446 - Render the submission form using the render_divs macro
...
- Currently there are individual calls to wtforms_util.render_field_div
for each field in the media submit form, which is too verbose
- Matched the field ordering in submit/form.py to the verbose version
- hacks the correct textareafield rendering with hard-coded rows and
columns.
- TODO - figure out how to pass the textarea dimensions with **kwargs
2011-08-11 00:50:16 -05:00
Christopher Allan Webber
f64e525090
Generate the ObjectId() manually instead of via .save()
2011-08-10 21:03:16 -05:00
Christopher Allan Webber
6d794f268b
Updating translations
2011-08-10 18:31:29 -05:00
Christopher Allan Webber
5d2b00be87
Updating translations
2011-08-10 13:07:09 -05:00
Caleb Forbes Davis V
84abd2bbc4
Bug #372 - MediaEntry.thumbnail_file not used
...
- deleted the thumbnail_file from the media_entries collection
- added a migration to remove the field from previous db versions
2011-08-10 12:48:23 -05:00
Christopher Allan Webber
9bc564ff53
Minor change to indentation
2011-08-10 12:44:58 -05:00
Christopher Allan Webber
369fd2f972
Ooops! We should do a fake ugettext passthrough here also.
2011-08-10 12:28:42 -05:00
Christopher Allan Webber
ad4aef3a67
Removing a tab. This is a tab-free zone!
2011-08-10 12:08:14 -05:00
Christopher Allan Webber
7960ac985f
Converting all forms to use the "fake/null" gettext conversion function
...
Gettext doesn't actually get run right in the form but we do need to
wrap the strings in _() so stuff extracts :)
2011-08-10 12:07:59 -05:00
Christopher Allan Webber
c22d624af3
Merge branch 'mergeme'
2011-08-10 10:51:44 -05:00
Christopher Allan Webber
db3e058349
Make it so that form fields and descriptions are actually translated
2011-08-10 10:50:42 -05:00
Christopher Allan Webber
1c266dc328
Utilities to lazily translate strings and also fake a translation for extraction
2011-08-10 10:48:02 -05:00
Christopher Allan Webber
ff0e4fd52b
Joar updating a typo in the Swedish translations :)
2011-08-09 10:12:05 -05:00
Christopher Allan Webber
b811346a2a
Compiling the translations files again
2011-08-09 09:48:06 -05:00
Christopher Allan Webber
7bc2d2e313
New translations including Swedish at 100% (again! now with python strings)
2011-08-09 09:41:16 -05:00
Christopher Allan Webber
d1e67890da
Extracted translatable strings from python files.
2011-08-08 22:56:16 -05:00
Christopher Allan Webber
4b1adc132c
Marked relevant strings in python views/forms for translation via ugettext
2011-08-08 22:53:39 -05:00
Christopher Allan Webber
03e5bd6d35
Provide a pass_to_ugettext method and set up gettext to default to English.
2011-08-08 22:51:03 -05:00
Christopher Allan Webber
1eec9c8844
mediagoblin/translations/ directory not used, mediagoblin/i18n/ is; removing former
2011-08-08 22:49:35 -05:00
Christopher Allan Webber
84f279649b
We should pass ugettext instead of gettext into the jinja template env
...
Otherwise we might get UnicodeDecodeErrors :)
2011-08-08 22:32:28 -05:00
Christopher Allan Webber
df236d15c1
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
2011-08-08 22:27:51 -05:00
Christopher Allan Webber
956ba354c9
Once again compiling .po to .mo
2011-08-08 22:27:26 -05:00
Christopher Allan Webber
8951f822bf
Actually I did *not* successfully check in our new languages (sr and sv); now fixed :)
2011-08-08 22:26:30 -05:00
Christopher Allan Webber
1bcf30faa9
Merge remote branch 'remotes/elrond/dev/mount_storage'
2011-08-08 20:12:27 -05:00
Christopher Allan Webber
4d989b5eaf
Compiled the new Swedish translations.
...
I know Elrond wants 'no compiled crap in our repository'
but until I have a better solution...
2011-08-08 19:53:40 -05:00