Timeline
01/25/16:
- 20:18 Ticket #5408 (/api/user/foo/feed?offset=WORSE backtraces) closed by
- fixed: This looks nice. Committed and pushed. Thank you, loic!
- 15:51 Ticket #5343 (Incorrect activity actor in API) closed by
- invalid: I don't know how to reproduce this issue, and there's been no activity …
- 11:29 Ticket #5327 (Failure to delete user after using pump api) closed by
- fixed: Manually created a new 0.8.1 mediagoblin instance and a user loic. …
- 10:24 Ticket #5408 (/api/user/foo/feed?offset=WORSE backtraces) created by
- […]
01/24/16:
- 07:53 Ticket #5388 (mediagoblin v0.8.1 demo image (docker)) closed by
- wontfix
- 07:52 Ticket #5389 (Dokku and Docker support) closed by
- wontfix
- 01:45 Ticket #5407 (Video thumbnailer won't work anymore) created by
- When using PIL to make a video thumbnail, the following exception is …
01/22/16:
- 21:53 Ticket #5398 (Major test failures) closed by
- fixed: I created issue #5406 to capture the stuff to be removed. I think it …
- 21:52 Ticket #5406 (Remove alembic config attributes hackery upon upgrading to Alembic 07.5) created by
- From commit …
- 19:53 Ticket #254 (Directories in queue are not deleted automatically) closed by
- fixed: I think that makes sense, loic. If someone is still having troubles, …
- 19:00 Ticket #5405 (Content Security Policy) created by
- CSP (Content Security Policy) is notably missing from MediaGoblin. …
- 18:55 Ticket #5404 (X-Frame-Options for admin/moderator views) created by
- Currently Mediagoblin doesn't do anything to prevent …
- 08:35 Ticket #1072 ([API] Updated objects don't have "updated" field) closed by
- fixed
01/21/16:
- 22:45 Ticket #5333 (Upgrade extlib/freesound/audioprocessing.py) closed by
- fixed: Fixed in 525e851 and 45aa5360d6d2c7ac87b0fcb0330164a8b87cdbdf. Please …
- 22:42 Ticket #5403 (Use upstream version of freesound) created by
- #5333 was closed by changing freesound in extlib. This is not the best …
- 20:39 Ticket #5394 (Wrong url for forgot_password in basic_auth plugin) closed by
- fixed: Test coverage would be nice, but is not necessary. I pushed the …
- 20:34 Ticket #5402 (no instructions for python3) created by
- Current instructions are for python2. Some packages in debian repos …
- 20:27 Ticket #5386 (PIL.Image.save() need format parameter when using file object) closed by
- fixed: Okay, fine by me, if PIL can do just fine reading it on its own!
- 19:59 Ticket #1096 (User registration form is too strict with usernames) closed by
- fixed
- 19:51 Ticket #950 (Add collection add/remove plugin hooks) closed by
- fixed
- 19:03 Ticket #5397 (API client registration fails if Content-Type has options) closed by
- fixed: This makes sense, and that werkzeug utility looks useful. I've …
- 18:40 Ticket #5362 (Audio submission test fails with) closed by
- duplicate: I don't think this is a duplicate of #5385, but it is a duplicate of …
01/20/16:
- 22:16 Ticket #5400 (Pop-up message when hovering in footpage shows 0.8.0 despite being in 0.8.1) closed by
- wontfix: So unfortunately this was a stupid mistake I made because 0.8.1 was …
- 18:07 Ticket #5401 (Video processing fails when media contains no tags) created by
-
The
skip_transcode
code inmediagoblin/media_types/video/util.py
… - 17:18 Ticket #5400 (Pop-up message when hovering in footpage shows 0.8.0 despite being in 0.8.1) created by
- Dear all Thank you for working in GNU Mediagoblin. I just upgraded my …
- 09:26 Ticket #5390 (Exception when deleting media that has CommentNotifications on them.) closed by
- fixed: This is now fixed as of …
- 09:23 Ticket #5395 (Look into why session is not used on AlembicMigrationManager) closed by
- fixed: I think this is fixed as of …
- 06:06 Ticket #5399 (Use GLib.MainLoop instead of GObject.MainLoop) created by
-
Instantiations of
GObject.MainLoop
trigger a warning here: […] … - 01:28 Ticket #1099 (mediagoblin/tests/starttls_config.ini is executable) closed by
- fixed: Applied, thanks!
- 01:15 Ticket #5398 (Major test failures) created by
- Most tests are failing in git master. It appears to be caused by …
01/19/16:
- 23:19 Ticket #5359 (Typo in deployment documentation) closed by
- fixed: Merged/applied, thank you!
- 12:45 Ticket #5397 (API client registration fails if Content-Type has options) created by
- I was just playing with the client registration API and noticed that …
01/18/16:
- 11:18 Ticket #5396 (The ascii media type is rendered as one line bytes string under python3) created by
- Running under python3, I upload a plain text file contains: […] …
- 10:54 Ticket #5391 (Migration issue with postgres on new setups) closed by
- fixed: I've fixed this issue. My fix whilst it works just fine, I've filed an …
- 09:47 Ticket #5395 (Look into why session is not used on AlembicMigrationManager) created by
- I noticed when debugging #5391 that migrations were forced to use …
01/17/16:
- 15:31 Ticket #5394 (Wrong url for forgot_password in basic_auth plugin) created by
- The endpoint used …
01/16/16:
01/15/16:
- 17:19 Ticket #606 (Make sure thumbnail sizes are the same when subscribe to remote instance) closed by
- invalid: The way I see this working now will be that thumbnails are listed …
- 15:51 Ticket #5392 (Add ability to disable uploads of media type while retaining existing ...) created by
- Per a discussion in #382, I think it would be nice to be able to …
- 15:17 Ticket #962 (ActivityIntermediator.TYPES doesn't allow plugins to use activities) closed by
- invalid: We no longer use ActivityIntermediator we now use a generic ForeignKey …
- 14:25 Ticket #5391 (Migration issue with postgres on new setups) created by
- When you setup Mediagoblin for the first time and use postgres for …
- 11:08 Ticket #5390 (Exception when deleting media that has CommentNotifications on them.) created by
- When deleting media that has comments and those comments have …
- 10:23 Ticket #5366 (Update blog views for database changes) closed by
- fixed: I have reviewed this patch and merged it into master as of …
- 09:48 Ticket #5382 (Graveyard media in collection give server error) closed by
- fixed: This should be fixed as of …
01/14/16:
- 18:26 Ticket #5315 (use `env` in shebangs) closed by
- fixed: Good call. Merged and pushed, thank you!
- 18:21 Ticket #5387 ([PATCH]Use six.itervalues() in delete_media_files) closed by
- fixed: Great, merged, thanks iyzsong, and thanks Loic for reviewing!
- 18:17 Ticket #795 (Improve adding media to categories) closed by
- fixed
- 12:54 Ticket #5389 (Dokku and Docker support) created by
- Make is so it is possible to run mediagoblin as a dokku application ( …
- 10:18 Ticket #5335 (Particular PDF not uploading) closed by
- duplicate: There is not enough information in this issue (the offending PDF is …
01/13/16:
- 18:13 Ticket #821 (Cannot upload vorbis data) closed by
- worksforme
- 18:09 Ticket #739 (No module named audio.models) closed by
- invalid: Something wrong was done at install time, it is not a bug.
- 17:05 Ticket #5388 (mediagoblin v0.8.1 demo image (docker)) closed by
- duplicate: https://github.com/vky/docker-mediagoblin
- 12:56 Ticket #5388 (mediagoblin v0.8.1 demo image (docker)) created by
01/12/16:
- 23:05 Ticket #682 (file permission review) closed by
- invalid: This does not happen when following the installation instructions …
- 22:57 Ticket #1083 (could not open location) closed by
- fixed: Ubuntu 14.04 now has 1.0 by default
- 22:42 Ticket #949 (Markdown rendering does not respect newlines in literal text) closed by
- invalid: For code formatting, prepend four space at the beginning of each line …
- 22:27 Ticket #677 (Allow more characters in username) closed by
- wontfix: cwebber: please re-open if you think this requires more discussion. …
- 22:22 Ticket #786 (Recommend https:// URLs, not git:// URLs.) closed by
- invalid: Obsolete now that mediagoblin moved to savannah that has no https
- 22:18 Ticket #788 (Audio submissions to gobblin.se fail without error) closed by
- invalid: There is not enough information to reproduce the problem (gobblin.se …
- 22:16 Ticket #812 (Was removed python-dateutil from instalation procedure?) closed by
- fixed: setup.py now has python-dateutils
- 22:12 Ticket #1085 (markdown in description) closed by
- wontfix: The reason why h1 and h2 are removed is because they would mess the …
- 22:08 Ticket #820 (Uploaded media MIA) closed by
- worksforme: there is not enough information in the description of the issue to …
- 22:01 Ticket #864 (The verification token field is incorrectly filled) closed by
- fixed: It works fine now.
- 21:55 Ticket #841 (Report Resolution Panel spelling error.) closed by
- wontfix: The comment in mediagoblin/moderation/forms.py :param …
- 21:48 Ticket #878 ([TRAC Error] TypeError: unhashable type: 'list') closed by
- worksforme: ran the steps to reproduce and found the error no longer happens …
- 21:43 Ticket #936 (wtforms dependency error in setup.py) closed by
- worksforme: This dependency problem no longer happens on Ubuntu 14.04, as verified …
- 16:59 Ticket #5312 (Install Scripts Shebang on Freebsd) closed by
- duplicate: duplicate of #5315
- 16:56 Ticket #5323 (Audio submission failing) closed by
- fixed: As of today, tests are passing on master. Whatever the problem was, it …
- 16:54 Ticket #5326 (mediagoblin converts entered username to lower case) closed by
- wontfix
- 15:57 Ticket #5345 (Cannot enter new ticket) closed by
- fixed: I assume this is fixed based on the fact that I created a few tickets …
- 14:19 Ticket #5385 (hacking installation instructions are incomplete for Debian Jessie) closed by
- fixed
- 14:17 Ticket #5385 (hacking installation instructions are incomplete for Debian Jessie) closed by
- fixed: Updated the hacking wiki page : …
- 03:43 Ticket #5387 ([PATCH]Use six.itervalues() in delete_media_files) created by
- So I can delete media files when running with python3 :-)
- 02:37 Ticket #5386 (PIL.Image.save() need format parameter when using file object) created by
- Hi! when upload a jpg file, I got: […] According to …
- 01:06 Ticket #5385 (hacking installation instructions are incomplete for Debian Jessie) created by
- docker build -t mediagoblin - <<EOF FROM debian:jessie RUN apt-get …
01/11/16:
- 15:16 Ticket #814 (Move from sqlalchemy-migrate to Alembic) closed by
- fixed: Alright then! Let's get this switchover party started! :) Merged... …
01/09/16:
- 22:13 Ticket #5384 (Compiling error involving babel an localedata) closed by
- duplicate: This is a very nice workaround, thank you. The issue is indeed related …
- 21:36 Ticket #5384 (Compiling error involving babel an localedata) created by
- Probably related to #890 and not sure if to #1070 When compiling the …
01/07/16:
- 21:03 Ticket #5383 (Translations compilation is run without pybabel) closed by
- invalid: It seems that the step with installing dependencies failed and babel …
- 18:55 Ticket #5072 (configure hardcoded to outdated python3) closed by
- fixed: Merged. I think you're right. Thanks! :)
- 18:19 Ticket #5317 (Enable Paste 2.0 (once it's fixed)) closed by
- fixed: fixed in commit 6db9c5258cc668ed0c301eb0d94d9c410069530c.
- 17:10 Ticket #5383 (Translations compilation is run without pybabel) created by
- Make among other steps does the following things: n. compile …
01/06/16:
- 16:52 Ticket #5382 (Graveyard media in collection give server error) created by
- I'm seeing server errors in my logs when someone tries to access a …
- 16:16 Ticket #5367 (Update edit view for database changes) closed by
- fixed: This has been reviewed and pushed to master, sorry i took longer than …
- 16:09 Ticket #5371 (Collection atom feeds throw server error) closed by
- fixed
- 16:00 Ticket #5369 (Broken activities cause database migration errors) closed by
- fixed: This should be fixed in …
12/29/15:
- 21:04 Ticket #792 (MediaGoblin Recommends Non-Free Software) closed by
- fixed
- 16:49 Ticket #5368 (Migrations 29 and 35 consume hard drive) closed by
- fixed: This should be fixed as of commit …
12/27/15:
- 21:49 Ticket #5381 (API inbox.major queries faulty) created by
- Disjoint queries occasionally return the same activity: …
- 21:35 Ticket #5380 (API limits outbox queries past 20) created by
- I am unable to get activities from someone's outbox with the following …
Note: See TracTimeline
for information about the timeline view.