Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't rely on app_config if common.TESTS_ENABLED. | Brett Smith | 2012-07-08 | 1 | -3/+4 |
| | | | | | app_config will be None in this case, so all of these subscripts will fail. | ||||
* | Make filestorage available to code that only imports storage. | Brett Smith | 2012-07-08 | 1 | -0/+2 |
| | | | | The storage-related tests were relying on this, if nothing else. | ||||
* | Prevent SQLAlchemy non-Unicode warnings from this test. | Brett Smith | 2012-07-08 | 1 | -8/+8 |
| | |||||
* | Prevent SQLAlchemy non-Unicode warnings in this test. | Brett Smith | 2012-07-08 | 1 | -4/+4 |
| | |||||
* | More Unicode titles to prevent non-Unicode SQLAlchemy warnings. | Brett Smith | 2012-07-08 | 1 | -2/+6 |
| | |||||
* | Fix docstring typo. | Brett Smith | 2012-07-08 | 1 | -1/+1 |
| | |||||
* | Prevent non-Unicode SQLAlchemy warnings in most submission tests. | Brett Smith | 2012-07-08 | 7 | -32/+32 |
| | | | | This commit makes test_submission mostly warning-clean. | ||||
* | Level exits are Unicode too. | Brett Smith | 2012-07-04 | 1 | -3/+3 |
| | |||||
* | Make sure MigrationManagers always get Unicode names. | Brett Smith | 2012-07-04 | 2 | -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 Webber | 2012-07-01 | 1 | -1/+1 |
| | |||||
* | Changing mediagoblin theme font files over to be symlinks to extlib | Christopher Allan Webber | 2012-07-01 | 5 | -97/+1 |
| | |||||
* | Clarifying that all original documentation theme files are CC0'ed. | Christopher Allan Webber | 2012-07-01 | 1 | -5/+6 |
| | |||||
* | Added some security checks to attachment upload, it's still not | Joar Wandborg | 2012-06-24 | 1 | -2/+29 |
| | | | | waterproof. | ||||
* | Fixed EXIF longitude bug | Joar Wandborg | 2012-06-23 | 2 | -4/+16 |
| | | | | | - Negative or 'W' longitudes were not accounted for. - pyflakes fixes. | ||||
* | First migration fix: commit after each migration. | Elrond | 2012-06-14 | 1 | -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 Wandborg | 2012-06-11 | 1 | -3/+3 |
| | |||||
* | Now require sqlalchemy >= 0.7.0 | Christopher Allan Webber | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | FIXED SQL MIGRATION #2 | Joar Wandborg | 2012-06-10 | 2 | -3/+5 |
| | |||||
* | Added SQL migrations for email notifications | Joar Wandborg | 2012-06-10 | 1 | -2/+14 |
| | |||||
* | Fixed some comment notification code for compliance with SQL | Joar Wandborg | 2012-06-10 | 2 | -12/+15 |
| | | | | * Pulled instance name in notification email from config | ||||
* | Merge remote-tracking branch ↵ | Joar Wandborg | 2012-06-10 | 9 | -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 Moore | 2012-03-25 | 3 | -52/+48 |
| | | |||||
| * | Merge branch 'master' into derek-moore-bug405_email_notifications_for_comments | Christopher Allan Webber | 2012-03-18 | 37 | -76/+4497 |
| |\ | | | | | | | | | | | | | Conflicts: mediagoblin/db/mongo/migrations.py | ||||
| * | | Added wants_comment_notification to sql model | Derek Moore | 2012-03-15 | 1 | -0/+1 |
| | | | |||||
| * | | These are changes for issue #405, add email comment notification. | Derek Moore | 2012-03-15 | 8 | -19/+133 |
| | | | |||||
* | | | Fix problems from pyflakes output | Will Kahn-Greene | 2012-06-03 | 14 | -32/+14 |
| | | | |||||
* | | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Christopher Allan Webber | 2012-06-02 | 2 | -4/+14 |
|\ \ \ | |||||
| * | | | Add link to wiki on front page; fix about | Will Kahn-Greene | 2012-06-02 | 2 | -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 translations | Christopher Allan Webber | 2012-06-01 | 45 | -70/+290 |
| | | | | |||||
* | | | | Committing present MediaGoblin translations before pushing extracted messages | Christopher Allan Webber | 2012-06-01 | 6 | -74/+1435 |
|/ / / | |||||
* | | | Added links to community-provied init scripts | Joar Wandborg | 2012-05-28 | 1 | -2/+16 |
| | | | |||||
* | | | Add plugin writer's quickstart guide | Will Kahn-Greene | 2012-05-23 | 2 | -0/+190 |
| | | | |||||
* | | | Add build date to docs | Will Kahn-Greene | 2012-05-23 | 1 | -0/+1 |
| | | | | | | | | | | | | Makes it easier to spot when the docs aren't rebuilding correctly. | ||||
* | | | Split docs into siteadmin and pluginwriter guides | Will Kahn-Greene | 2012-05-23 | 15 | -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/mediagoblin | Christopher Allan Webber | 2012-05-20 | 5 | -22/+60 |
|\ \ \ | |||||
| * | | | added support for original audio download; rename | Jakob Kramer | 2012-05-20 | 5 | -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 Webber | 2012-05-20 | 1 | -4/+5 |
|/ / / | |||||
* | | | Update documentation for plugins | Will Kahn-Greene | 2012-05-16 | 2 | -24/+85 |
| | | | |||||
* | | | 401. Plugin infrastructure | Will Kahn-Greene | 2012-05-13 | 11 | -0/+541 |
| | | | | | | | | | | | | | | | | | | | | | | | | * implements installing, loading and setup for plugins * codifies configuration * has a sample plugin * docs * tests | ||||
* | | | Added logging to meddleware.csrf | Joar Wandborg | 2012-05-13 | 1 | -0/+5 |
| | | | |||||
* | | | gandaro points out we should have all headers end with question marks for ↵ | Christopher Allan Webber | 2012-05-06 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | consistency Done for about.rst | ||||
* | | | Apparently I can't correct typos right. MedaGoblin->MediaGoblin in docs | Christopher Allan Webber | 2012-05-06 | 1 | -1/+1 |
| | | | |||||
* | | | A couple of typos in docs... MedaGobilin->MediaGoblin | Christopher Allan Webber | 2012-05-05 | 2 | -2/+2 |
| | | | |||||
* | | | Update version to 0.3.1.dev | Will Kahn-Greene | 2012-05-02 | 2 | -3/+3 |
| | | | |||||
* | | | Update version to 0.3.0 for release | Will Kahn-Greene | 2012-05-02 | 2 | -2/+2 |
| | | | |||||
* | | | One character chage: "our" to "your" in the release notes as it makes more | greg | 2012-05-01 | 1 | -1/+1 |
| | | | | | | | | | | | | sense, I believe. | ||||
* | | | 0.3.0 *is* released! Reflect that in the release notes :) | Christopher Allan Webber | 2012-05-01 | 1 | -2/+2 |
| | | | |||||
* | | | Also tell people to install python-psycopg2 if using postgres in docs | Christopher Allan Webber | 2012-04-30 | 1 | -1/+1 |
| | | | |||||
* | | | ./bin/gmg migrate -> ./bin/gmg dbupdate in the docs | Christopher Allan Webber | 2012-04-30 | 1 | -1/+1 |
| | | | |||||
* | | | Committing extracted and compiled translations | Christopher Allan Webber | 2012-04-30 | 5 | -1/+1 |
| | | |