aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Drop pre-rendered html: MediaEntry.description_htmlElrond2012-02-189-21/+27
| * | Drop pre-rendered html: User.bio_htmlElrond2012-02-186-6/+17
| * | Revert "Layout overhaul time!"Christopher Allan Webber2012-02-138-173/+146
| * | 47: Only lowercase host part of emailElrond2012-02-131-1/+3
| * | Our javascript is actually AGPLv3+, not LGPL*. Correcting.Christopher Allan Webber2012-02-121-1/+1
| |/
| * Wait, scratch that. This commit uses a better way.Jef van Schendel2012-02-121-0/+2
| * Add navigation button styles for mobileJef van Schendel2012-02-121-0/+12
| * Fix comment input field width/padding; change some text; remove weird #form_c...Jef van Schendel2012-02-122-32/+20
| * Make media thumbnail gallery a list instead of a tableJef van Schendel2012-02-122-21/+16
| * Corrections for mobile layoutJef van Schendel2012-02-121-3/+9
| * Move "Added on" date to sidebarJef van Schendel2012-02-121-3/+5
| * Style sidedata h3; revert sidebar margin changeJef van Schendel2012-02-121-1/+10
| * Fix sidebar marginsJef van Schendel2012-02-121-2/+1
| * Move Attachments from sidebar to default paneJef van Schendel2012-02-121-23/+23
| * Consistencify sidebar bits (same headers and such)Jef van Schendel2012-02-124-7/+8
| * Restore sidebarJef van Schendel2012-02-122-30/+30
| * Layout overhaul time!Jef van Schendel2012-02-113-37/+50
| * sql db design suggestions by Svavar KjarrvalElrond2012-02-111-3/+26
| * Fix for ticket #386Jef van Schendel2012-02-091-0/+16
| * Fix docs versionWill Kahn-Greene2012-02-091-1/+1
| * Update version to 0.3.0-devWill Kahn-Greene2012-02-092-3/+3
| * Update version numbersWill Kahn-Greene2012-02-092-4/+4
| * Committing extracted and compiled translationsChristopher Allan Webber2012-02-091-1/+1
| * Removing youcanhelp stuffWill Kahn-Greene2012-02-094-47/+1
| * Update copyright headers for shell scriptsWill Kahn-Greene2012-02-092-2/+2
| * Added info on how to enable ascii artChristopher Allan Webber2012-02-091-0/+19
| * Updating codebase.rst to reflect the modern mediagoblin worldChristopher Allan Webber2012-02-091-11/+42
| * Minor rewordingWill Kahn-Greene2012-02-081-6/+13
| * Fix copyright statements; add LICENSE for EXIF.pyWill Kahn-Greene2012-02-0815-14/+14
| * Fully qualify the import of asciitoimageChristopher Allan Webber2012-02-081-1/+1
| * Added CC0 header to all MediaGoblin docs in docs/source/Christopher Allan Webber2012-02-0710-0/+130
| * Committing extracted and compiled translationsChristopher Allan Webber2012-02-055-1/+1
| * Committing present MediaGoblin translations before pushing extracted messagesChristopher Allan Webber2012-02-051-2/+2
| * Committing present MediaGoblin translations before pushing extracted messagesChristopher Allan Webber2012-02-054-71/+114
| * Fix EXIF based image rotation testElrond2012-02-041-2/+13
| * ASCII media support - FixesJoar Wandborg2012-02-043-6/+18
| * ASCII art support - FixesJoar Wandborg2012-02-022-23/+25
| * Added extensions 'asc' and 'nfo' to ASCII media typeJoar Wandborg2012-02-021-1/+1
| * It's 2012 all up in hereChristopher Allan Webber2012-02-02142-142/+142
| * Updating deployment guide so that it can handle the current virtualenv site-p...Christopher Allan Webber2012-02-021-1/+1
| * Some small SQL model improvementsElrond2012-01-292-4/+11
* | Explained why migration #1 commented out.Christopher Allan Webber2012-01-291-0/+3
* | Excepting that migration 1 doesn't work(!), sqlalchemy migration branch workingChristopher Allan Webber2012-01-292-38/+77
* | Update the string outputs to match our tests: newlines, ...->:, etc.Christopher Allan Webber2012-01-291-2/+2
* | db_conn.engine -> db_conn.bindChristopher Allan Webber2012-01-291-21/+21
* | migrations_to_run here a list, so no reason to call itChristopher Allan Webber2012-01-291-1/+1
* | Migration manager's current migration should be 3, not 7, after running all m...Christopher Allan Webber2012-01-291-3/+3
* | Fixed the descriptions for the necroplex!Christopher Allan Webber2012-01-291-2/+2
* | assert column type from Unicode -> VARCHAR. SQLAlchemy reflection only so sm...Christopher Allan Webber2012-01-291-29/+29
* | printer = CollectingPrinter -> printer = CollectingPrinter()Christopher Allan Webber2012-01-291-2/+2