aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Level exits are Unicode too.Brett Smith2012-07-041-3/+3
|
* Make sure MigrationManagers always get Unicode names.Brett Smith2012-07-042-5/+5
| | | | | If we fail to do this, SQLAlchemy complains that we're binding a non-Unicode value to a Unicode column.
* Explicitly state that we need a webob version >= 1.1 also.Christopher Allan Webber2012-07-011-1/+1
|
* Changing mediagoblin theme font files over to be symlinks to extlibChristopher Allan Webber2012-07-015-97/+1
|
* Clarifying that all original documentation theme files are CC0'ed.Christopher Allan Webber2012-07-011-5/+6
|
* Added some security checks to attachment upload, it's still notJoar Wandborg2012-06-241-2/+29
| | | | waterproof.
* Fixed EXIF longitude bugJoar Wandborg2012-06-232-4/+16
| | | | | - Negative or 'W' longitudes were not accounted for. - pyflakes fixes.
* First migration fix: commit after each migration.Elrond2012-06-141-0/+2
| | | | | | | | | | | | sqlite doesn't like complex changes (alter table) to happen inside a transaction that has already done other things. And really, each migration should say "I'm done" and commit its changes. This is not the full story, but it's the core of it. Specifially the migration framework should probably do a rollback "just in case" after each migration.
* Pull instance name from config in the notification email.Joar Wandborg2012-06-111-3/+3
|
* Now require sqlalchemy >= 0.7.0Christopher Allan Webber2012-06-111-1/+1
|
* FIXED SQL MIGRATION #2Joar Wandborg2012-06-102-3/+5
|
* Added SQL migrations for email notificationsJoar Wandborg2012-06-101-2/+14
|
* Fixed some comment notification code for compliance with SQLJoar Wandborg2012-06-102-12/+15
| | | | * Pulled instance name in notification email from config
* Merge remote-tracking branch ↵Joar Wandborg2012-06-109-33/+146
|\ | | | | | | | | | | | | 'is_derek/bug405_email_notifications_for_comments' into notifications-merge Conflicts: mediagoblin/db/mongo/migrations.py
| * Updates to send email comments, included translation, better validation.Derek Moore2012-03-253-52/+48
| |
| * Merge branch 'master' into derek-moore-bug405_email_notifications_for_commentsChristopher Allan Webber2012-03-1837-76/+4497
| |\ | | | | | | | | | | | | Conflicts: mediagoblin/db/mongo/migrations.py
| * | Added wants_comment_notification to sql modelDerek Moore2012-03-151-0/+1
| | |
| * | These are changes for issue #405, add email comment notification.Derek Moore2012-03-158-19/+133
| | |
* | | Fix problems from pyflakes outputWill Kahn-Greene2012-06-0314-32/+14
| | |
* | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2012-06-022-4/+14
|\ \ \
| * | | Add link to wiki on front page; fix aboutWill Kahn-Greene2012-06-022-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a summary and a link to the wiki for contributors to the front page. The "what is mediagoblin" section in the about chapter talkd about what it was, but it was buried--this slightly unburies it.
* | | | Committing extracted and compiled translationsChristopher Allan Webber2012-06-0145-70/+290
| | | |
* | | | Committing present MediaGoblin translations before pushing extracted messagesChristopher Allan Webber2012-06-016-74/+1435
|/ / /
* | | Added links to community-provied init scriptsJoar Wandborg2012-05-281-2/+16
| | |
* | | Add plugin writer's quickstart guideWill Kahn-Greene2012-05-232-0/+190
| | |
* | | Add build date to docsWill Kahn-Greene2012-05-231-0/+1
| | | | | | | | | | | | Makes it easier to spot when the docs aren't rebuilding correctly.
* | | Split docs into siteadmin and pluginwriter guidesWill Kahn-Greene2012-05-2315-25/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * create initial bits for plugin writer's guide * move siteadmin stuff to site administrator's guide * rework index.rst to support multiple guides * tweak some text * move files into subdirectories I verified that this still works with html and texinfo build targets. There's still a lot of work to do, but this is a good start.
* | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2012-05-205-22/+60
|\ \ \
| * | | added support for original audio download; renameJakob Kramer2012-05-205-22/+60
| | | | | | | | | | | | | | | | Renamed `ogg' to `webm_audio' in core__file_keynames
* | | | from_celery.setup_self() didn't pay attention to default_conf_file kwarg, fixed.Christopher Allan Webber2012-05-201-4/+5
|/ / /
* | | Update documentation for pluginsWill Kahn-Greene2012-05-162-24/+85
| | |
* | | 401. Plugin infrastructureWill Kahn-Greene2012-05-1311-0/+541
| | | | | | | | | | | | | | | | | | | | | | | | * implements installing, loading and setup for plugins * codifies configuration * has a sample plugin * docs * tests
* | | Added logging to meddleware.csrfJoar Wandborg2012-05-131-0/+5
| | |
* | | gandaro points out we should have all headers end with question marks for ↵Christopher Allan Webber2012-05-061-6/+6
| | | | | | | | | | | | | | | | | | consistency Done for about.rst
* | | Apparently I can't correct typos right. MedaGoblin->MediaGoblin in docsChristopher Allan Webber2012-05-061-1/+1
| | |
* | | A couple of typos in docs... MedaGobilin->MediaGoblinChristopher Allan Webber2012-05-052-2/+2
| | |
* | | Update version to 0.3.1.devWill Kahn-Greene2012-05-022-3/+3
| | |
* | | Update version to 0.3.0 for releaseWill Kahn-Greene2012-05-022-2/+2
| | |
* | | One character chage: "our" to "your" in the release notes as it makes moregreg2012-05-011-1/+1
| | | | | | | | | | | | sense, I believe.
* | | 0.3.0 *is* released! Reflect that in the release notes :)Christopher Allan Webber2012-05-011-2/+2
| | |
* | | Also tell people to install python-psycopg2 if using postgres in docsChristopher Allan Webber2012-04-301-1/+1
| | |
* | | ./bin/gmg migrate -> ./bin/gmg dbupdate in the docsChristopher Allan Webber2012-04-301-1/+1
| | |
* | | Committing extracted and compiled translationsChristopher Allan Webber2012-04-305-1/+1
| | |
* | | Committing present MediaGoblin translations before pushing extracted messagesChristopher Allan Webber2012-04-304-19/+700
| | |
* | | Removing references to MongoDB in docs/Christopher Allan Webber2012-04-292-45/+1
| | |
* | | No need to keep around mongodb migration tests.Christopher Allan Webber2012-04-291-401/+0
| | |
* | | Deprecate ./bin/gmg migrate.Christopher Allan Webber2012-04-292-6/+8
| | | | | | | | | | | | | | | Keeping it around just in case someone manually wants to migrate before running the convert thing or... something. Probably silly.
* | | Removing wipealldata command and deleting env_export/env_import for now.Christopher Allan Webber2012-04-292-71/+14
| | | | | | | | | | | | | | | | | | None of these tools really work anymore in the SQL world, and possibly aren't as necessary either. In the meanwhile, just disabling them to reduce confusion.
* | | Removing mongo and mongokit as dependencies.Christopher Allan Webber2012-04-291-2/+0
| | |
* | | Translate form validation error messages.Elrond2012-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Okay, this is a long story. There are two ways to translate validation error messages: 1) Let wtforms do it. You give wtforms a translation thingy and it calls it for the message to be translated. Good idea maybe. Except: The translation function is only called for the builtin messages of wtforms. It's not called for any handcrafted messages in the constructor. And we can't translate the message there! Because the message needs to be translated when the form is rendered, for each user's locale. This does not work for us. 2) Translate the message while it gets rendered. Luckily we render the message completely by hand. So we can just translate it there also! Simple, easy, works! This all does not cover translating the builtin messages of wtforms. They're currently not extracted in any way, so our translators can't translate them. But that's another issue!