1709 Commits

Author SHA1 Message Date
Jef van Schendel
6c2e57304c Responsive thumbnail gallery time 2012-02-18 14:46:12 +01:00
Jef van Schendel
3d44c01ad6 Enlarge navigation buttons when mobile 2012-02-15 18:47:34 +01:00
Jef van Schendel
5cbf73aaca Change button style in edit.html 2012-02-15 18:44:38 +01:00
Jef van Schendel
f4cbe074fa Simplify and fix button styles; add larger button styles for mobile 2012-02-15 17:30:32 +01:00
Jef van Schendel
b6a686913f Removed cancel_link class; slight changes to button_form style 2012-02-15 17:15:42 +01:00
Jef van Schendel
23f87661f0 Center small images by default 2012-02-14 16:42:54 +01:00
Jef van Schendel
85778e79a8 Add clear div to correct floating divs 2012-02-14 16:38:51 +01:00
Jef van Schendel
00996b9255 Remove form background images; replace them with regular border styles 2012-02-14 16:34:03 +01:00
Jef van Schendel
92e8ca790b Wait, scratch that. This commit uses a better way. 2012-02-12 21:02:02 +01:00
Jef van Schendel
f2ca3ad6ac Add navigation button styles for mobile 2012-02-12 21:00:20 +01:00
Jef van Schendel
b0ed64aa12 Fix comment input field width/padding; change some text; remove weird #form_comment duplicate rules; move Edit/Delete buttons next to title 2012-02-12 20:47:25 +01:00
Jef van Schendel
4944e3c374 Make media thumbnail gallery a list instead of a table 2012-02-12 19:33:05 +01:00
Jef van Schendel
be09ed51c8 Corrections for mobile layout 2012-02-12 18:39:55 +01:00
Jef van Schendel
28439be4e3 Move "Added on" date to sidebar 2012-02-12 18:25:52 +01:00
Jef van Schendel
630dd7941d Style sidedata h3; revert sidebar margin change 2012-02-12 18:23:18 +01:00
Jef van Schendel
a1161b84a6 Fix sidebar margins 2012-02-12 18:12:23 +01:00
Jef van Schendel
c6498b26be Move Attachments from sidebar to default pane 2012-02-12 16:30:21 +01:00
Jef van Schendel
1fccaf4a81 Consistencify sidebar bits (same headers and such) 2012-02-12 16:28:42 +01:00
Jef van Schendel
b21c943427 Restore sidebar 2012-02-12 16:18:58 +01:00
Jef van Schendel
fb1dc4f56b Layout overhaul time! 2012-02-11 23:04:02 +01:00
Elrond
eea6d276bc sql db design suggestions by Svavar Kjarrval
Many thanks go to Svavar Kjarrval who has taken a deeper
look at our current sql db design and made a bunch of
suggestions.  The suggestions are currently put as TODO
items in the docstrings.  This way we can keep track of
them directly where we need it.
2012-02-11 12:11:51 +01:00
Jef van Schendel
937c7ea5d9 Fix for ticket #386 2012-02-09 21:46:57 +01:00
Will Kahn-Greene
6e03e58671 Fix docs version 2012-02-09 11:00:30 -05:00
Will Kahn-Greene
934d0b67a0 Update version to 0.3.0-dev 2012-02-09 10:49:50 -05:00
Will Kahn-Greene
58301e093c Update version numbers 2012-02-09 10:45:43 -05:00
Christopher Allan Webber
39edc73cb0 Committing extracted and compiled translations 2012-02-09 09:30:26 -06:00
Will Kahn-Greene
1da5052ff7 Removing youcanhelp stuff
This was never used. It doesn't support Texinfo files. It was only half
completed. Best to remove it.
2012-02-09 10:24:29 -05:00
Will Kahn-Greene
df900eed17 Update copyright headers for shell scripts 2012-02-09 10:20:42 -05:00
Christopher Allan Webber
efd69313d0 Added info on how to enable ascii art 2012-02-09 09:16:14 -06:00
Christopher Allan Webber
973f37e9c3 Updating codebase.rst to reflect the modern mediagoblin world
- adding/removing libraries listed as appropriate
 - buildout->virtualenv references
 - Updating directory structure description to reflect current reality
2012-02-09 09:16:14 -06:00
Will Kahn-Greene
0c8e20cf13 Minor rewording
Tried to address confusion I had when I read the document and tweaked
some formatting.
2012-02-08 11:07:19 -05:00
Will Kahn-Greene
7f4ebeed76 Fix copyright statements; add LICENSE for EXIF.py 2012-02-08 10:47:08 -05:00
Christopher Allan Webber
c2dfe1dd40 Fully qualify the import of asciitoimage 2012-02-08 09:29:24 -06:00
Christopher Allan Webber
473a4431c2 Added CC0 header to all MediaGoblin docs in docs/source/ 2012-02-07 21:27:27 -06:00
Christopher Allan Webber
110b4acc3d Committing extracted and compiled translations 2012-02-05 16:23:29 -06:00
Christopher Allan Webber
56d1ebdf29 Committing present MediaGoblin translations before pushing extracted messages 2012-02-05 16:23:18 -06:00
Christopher Allan Webber
1eb0bd71c5 Committing present MediaGoblin translations before pushing extracted messages 2012-02-05 16:21:14 -06:00
Elrond
ccca39f1d8 Fix EXIF based image rotation test
The test checks for a pixel value after rotation (good
idea!). But the value seems to be a bit different on some
platforms, so use a list of seen values.

Not the perfect solution, but it works.
2012-02-04 21:37:05 +01:00
Joar Wandborg
64da09e86a ASCII media support - Fixes
- Added debug logging in
  - mediagoblin.processing
  - mediagoblin.media_types.ascii.processing
  - mediagoblin.media_types.ascii.asciitoimage
2012-02-04 20:51:05 +01:00
Joar Wandborg
010d28b4f0 ASCII art support - Fixes
- Improved(?) character set detection, chardet will not win
  over UTF-8 unless it is >= 90% sure.
- Changed the unicode.txt to ascii-portable.txt, since there is
  no unicode in the file.
- etc.
2012-02-02 22:29:40 +01:00
Joar Wandborg
3f1dc64ed1 Added extensions 'asc' and 'nfo' to ASCII media type 2012-02-02 22:29:39 +01:00
Christopher Allan Webber
cf29e8a824 It's 2012 all up in here 2012-02-02 09:44:13 -06:00
Christopher Allan Webber
95ff15d66e Updating deployment guide so that it can handle the current virtualenv site-packages changes
Now it should try using --system-site-packages and if that
fails (older version) it tries it without the argument.
2012-02-02 09:29:25 -06:00
Elrond
51fba99125 Some small SQL model improvements
- Add default for User.email_verified
- Add default for MediaEntry.state
- Let PathTupleWithSlashes store [] as "NULL",
  but not handling the reverse properly yet!
- Add _id alias field to MediaEntry and MediaComment
2012-01-29 23:02:40 +01:00
Christopher Allan Webber
8a9aa07583 Committing extracted and compiled translations 2012-01-29 13:47:51 -06:00
Christopher Allan Webber
ef9c5bbda6 Committing present MediaGoblin translations before pushing extracted messages 2012-01-29 13:47:36 -06:00
Christopher Allan Webber
76d6323fff Adding a line reminding user to push up commits 2012-01-29 13:32:41 -06:00
Christopher Allan Webber
f62b697eb2 Committing extracted and compiled translations 2012-01-29 13:31:47 -06:00
Christopher Allan Webber
8e5596fb1d Hm, maybe this is better... that didn't fix the stop-in-the-middle issue. 2012-01-29 13:30:32 -06:00
Christopher Allan Webber
f4b206166e Update update_translations script to consider several things conditionally
Specifically, previously if there was nothing to git add, whole script would just die
2012-01-29 13:22:21 -06:00