aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the theme_linked_assets_dir config option point to the right place by de...Christopher Allan Webber2012-07-141-1/+1
* Making the register_themes() tool also return the current themeChristopher Allan Webber2012-07-142-9/+12
* Serve and setup the mediagoblin "linked theme" assets directoryChristopher Allan Webber2012-07-142-0/+7
* Add the theme domain to the application's staticdirectorChristopher Allan Webber2012-07-142-4/+9
* Update staticdirect stuff so it can handle "domains" of staticdirectionChristopher Allan Webber2012-07-143-24/+38
* Kill MultiRemoteStaticDirect... nobody was really using it anywayChristopher Allan Webber2012-07-142-27/+4
* Moving staticdirect to tools/Christopher Allan Webber2012-07-142-1/+1
* Themes are now registered and can have their templates loaded properlyChristopher Allan Webber2012-07-143-6/+32
* Early version of theme registry codeChristopher Allan Webber2012-07-142-0/+83
* removed _make_safe in favor of functools.wrapsJakob Kramer2012-07-122-19/+18
* Processing panel improvementsJoar Wandborg2012-07-116-2/+198
* Panel improvementsJoar Wandborg2012-07-1110-27/+101
* Minor improvements to the processing panelJoar Wandborg2012-07-104-8/+33
* Merge branch 'master' into 201207-testfixesBrett Smith2012-07-0824-52/+892
|\
| * made the download links consistentJakob Kramer2012-07-074-11/+31
| * put attachments into sidebarJakob Kramer2012-07-071-22/+26
| * Added API documentationJoar Wandborg2012-07-0714-1/+731
| * Decoding EXIF strings as UTF-8 with replace in the ifd_tag_to_dictJoar Wandborg2012-07-071-1/+14
| * Updated the media types documentation, added steps for audioJoar Wandborg2012-07-061-11/+62
| * Removed .ogg extension from audio MEDIA_MANAGER.Joar Wandborg2012-07-061-1/+1
| * Switching the syntax of this exception-raiseChristopher Allan Webber2012-07-061-2/+1
| * Removing _jointhat()... not really needed.Christopher Allan Webber2012-07-061-14/+2
| * one more noSuchFiles->no_such_filesChristopher Allan Webber2012-07-061-1/+1
| * Merge remote-tracking branch 'refs/remotes/merge-requests/37'Christopher Allan Webber2012-07-062-5/+40
| |\
| | * changing NoSuchFiles for no_such_filesJorge Araya Navarro2012-07-051-4/+4
| | * fixing bug #255 as Joar and CWebber ask me to do :)Jorge Araya Navarro2012-06-283-11/+41
| | * Bug 255 fixedJorge Araya Navarro2012-06-221-1/+6
* | | Drop our scoped session sooner to prevent SQLAlchemy re-binding warnings.Brett Smith2012-07-081-3/+3
* | | Don't rely on app_config if common.TESTS_ENABLED.Brett Smith2012-07-081-3/+4
* | | Make filestorage available to code that only imports storage.Brett Smith2012-07-081-0/+2
* | | Prevent SQLAlchemy non-Unicode warnings from this test.Brett Smith2012-07-081-8/+8
* | | Prevent SQLAlchemy non-Unicode warnings in this test.Brett Smith2012-07-081-4/+4
* | | More Unicode titles to prevent non-Unicode SQLAlchemy warnings.Brett Smith2012-07-081-2/+6
* | | Fix docstring typo.Brett Smith2012-07-081-1/+1
* | | Prevent non-Unicode SQLAlchemy warnings in most submission tests.Brett Smith2012-07-087-32/+32
* | | Level exits are Unicode too.Brett Smith2012-07-041-3/+3
* | | Make sure MigrationManagers always get Unicode names.Brett Smith2012-07-042-5/+5
|/ /
* | 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
* | Fixed EXIF longitude bugJoar Wandborg2012-06-232-4/+16
|/
* First migration fix: commit after each migration.Elrond2012-06-141-0/+2
* 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
* Merge remote-tracking branch 'is_derek/bug405_email_notifications_for_comment...Joar Wandborg2012-06-109-33/+146
|\
| * Updates to send email comments, included translation, better validation.Derek Moore2012-03-253-52/+48