Timeline



Mar 1, 2015:

11:02 AM Ticket #5054 (timesince doens't seem to respect UTC timestamps in db) created by ayleph
After upgrading my db for 0.8.0, new media entries have UTC timestamps …
8:44 AM Ticket #647 (Uncontrolled reading of files into memory) updated by ayleph
I created separate ticket #5053 to address the bin/gmg addmedia
8:41 AM Ticket #5050 (Move paste.ini to paste.example.ini) updated by ayleph
Milestone changed
Might as well attach this to 0.8.0.
8:40 AM Ticket #5053 (gmg addmedia broken in 0.8) created by ayleph
bin/gmg addmedia no longer works. […]

Feb 28, 2015:

8:34 AM Ticket #5050 (Move paste.ini to paste.example.ini) created by ayleph
For consistency, I'd like to see paste.ini follow the same route as …

Feb 27, 2015:

9:27 AM Ticket #5035 (gi warnings) updated by Boris Bobrov
Component, Milestone, Priority, Status changed
9:25 AM Ticket #5035 (gi warnings) updated by Boris Bobrov
They are absolutely safe to ignore. I don't know how to suppress them …
8:17 AM Ticket #647 (Uncontrolled reading of files into memory) updated by ayleph
In case anyone's curious, CLI upload does work when I use …
8:08 AM Ticket #647 (Uncontrolled reading of files into memory) updated by Boris Bobrov
Wow. Interesting. It seems that submitted_file is not always an …
8:01 AM Ticket #647 (Uncontrolled reading of files into memory) updated by ayleph
Whoops, found a problem. CLI uploads don't work. […]

Feb 26, 2015:

7:54 AM Ticket #5033 (make ignores VIRTUALENV setting) updated by Boris Bobrov
Status changed
7:03 AM Ticket #5036 (Add pip-selfcheck.json to .gitignore) created by ayleph
Somewhere during the install process a file named pip-selfcheck.json
6:55 AM Ticket #5035 (gi warnings) created by ayleph
I get the following warnings when I run bin/gmg dbupdate in v0.8.0. …
6:51 AM Ticket #5034 (Inconsistent variable syntax in Makefile.in) created by ayleph
Makefile.in uses both ${VARIABLE} and $(VARIABLE) syntax. It seems …
6:44 AM Ticket #5033 (make ignores VIRTUALENV setting) created by ayleph
On my system (Arch Linux), virtualenv2 is the proper executable for …
12:31 AM Ticket #5021 (bin/gmg not created in new install) updated by ayleph
Component, Priority changed
This was a misunderstanding of how the install process works. When …

Feb 25, 2015:

12:35 PM Ticket #5024 (GSteamer 1.0 should be initialized only when required) updated by Boris Bobrov
Replying to berkerpeksag: > It would be good to add a user …
11:40 AM Ticket #5024 (GSteamer 1.0 should be initialized only when required) updated by berkerpeksag
It would be good to add a user friendly message if gstreamer is not …
6:24 AM Ticket #5024 (GSteamer 1.0 should be initialized only when required) updated by Boris Bobrov
Owner, Status changed
6:22 AM Ticket #5024 (GSteamer 1.0 should be initialized only when required) updated by Boris Bobrov
Fixed in …
6:18 AM Ticket #5024 (GSteamer 1.0 should be initialized only when required) updated by Boris Bobrov
Status changed
6:18 AM Ticket #5024 (GSteamer 1.0 should be initialized only when required) created by Boris Bobrov
GStreamer 1.0 is sometimes initialized even when video or audio are …
12:58 AM Ticket #5023 (Incorrect version string in latest master) created by ayleph
0.8.0 claims to be 0.8.1.
12:54 AM Ticket #5022 (./configure with/without virtualenv) created by ayleph
configure uses inconsistent descriptions of virtualenv options. …
12:32 AM Ticket #5021 (bin/gmg not created in new install) created by ayleph
Installing latest master, I don't get a bin/gmg executable. […]
12:29 AM Ticket #5020 (Errors in translations) created by ayleph
Trying to compile latest master gives the following pybabel errors. […]
12:27 AM Ticket #5019 (make fails without pybabel) updated by ayleph
To get around this, I executed the following command from within my …
12:25 AM Ticket #5019 (make fails without pybabel) created by ayleph
Trying to compile a fresh install of latest master results in an error …

Feb 24, 2015:

9:34 PM Ticket #647 (Uncontrolled reading of files into memory) updated by ayleph
Breton's suggestion above also tests out okay on my dev instance with …
6:30 PM Ticket #647 (Uncontrolled reading of files into memory) updated by Boris Bobrov
Keywords, Milestone, Owner changed
9:58 AM Ticket #647 (Uncontrolled reading of files into memory) updated by Boris Bobrov
I am also concerned about performance of cloudfiles.py when using …
9:51 AM Ticket #647 (Uncontrolled reading of files into memory) updated by Boris Bobrov
> I had no problems uploading an image and a video to CloudFiles with …
6:44 AM Ticket #647 (Uncontrolled reading of files into memory) updated by ayleph
I just made the following two changes on my test instance. I had no …

Feb 23, 2015:

7:37 PM Ticket #5017 (Make Python 3 a first class citizen) created by Christopher Allan Webber
So, we have Python 3 support, but I wouldn't say that it's a "first …
7:26 PM Ticket #978 (Deployment docs need updating to reflect change from paster to gunircorn) updated by Christopher Allan Webber
Milestone changed
So, we "punted" on this in 0.8.0 by making python 3 "experimental" and …
7:00 PM Ticket #5015 (No such file or directory: 'mediagoblin/_version.py') closed by Christopher Allan Webber
invalid: I'm marking this as "invalid", but I'm not convinced the concern is... …
6:59 PM Ticket #5015 (No such file or directory: 'mediagoblin/_version.py') updated by Christopher Allan Webber
Yes, you should run ./configure && make first. I'm not 100% sure we …

Feb 22, 2015:

6:02 PM Ticket #5015 (No such file or directory: 'mediagoblin/_version.py') created by ayleph
A user in IRC reported that trying to build against latest git master …

Feb 21, 2015:

11:59 PM issue_5014.patch attached to Ticket #5014 by srudolph
Implementation
11:42 PM Ticket #5014 (Add collection-based landing page that shows all users' collections ...) created by srudolph
This feature would add a mediagoblin.ini configuration variable named …
10:42 PM Ticket #1050 (.mo files should not be in the repo) closed by Christopher Allan Webber
fixed: Done. Pretty easy since we now have a "make i18n" command. We're now …
9:30 PM Ticket #715 (Move CloudFiles storage backend over to pyrax) updated by ayleph
The requirement on six has been removed in #5011.
9:17 PM Ticket #5011 (Remove six==1.5.2 requirement) closed by Christopher Allan Webber
fixed: I just removed the requirement. Thanks!
8:45 PM Ticket #5011 (Remove six==1.5.2 requirement) created by ayleph
setup.py requires six==1.5.2, citing build problems with newer …

Feb 19, 2015:

7:22 PM Ticket #1050 (.mo files should not be in the repo) updated by Christopher Allan Webber
Milestone changed
I think this can be handled in 0.8.0 actually!
3:19 AM Ticket #771 (gstreamer 1.0 branch (was: could not get any video data from playbin)) updated by ayleph
I found a workaround to my problem. It's not really intuitive though. …
3:09 AM Ticket #771 (gstreamer 1.0 branch (was: could not get any video data from playbin)) updated by ayleph
Something doesn't seem to work right in the merge. When I run …

Feb 18, 2015:

9:37 PM Ticket #912 (proper handling of missing video codecs) closed by Christopher Allan Webber
fixed: Now that #771 is closed / gstreamer 1.0 support is merged, so is this!
9:37 PM Ticket #771 (gstreamer 1.0 branch (was: could not get any video data from playbin)) closed by Christopher Allan Webber
fixed: So yeah, python-gst-1.0 wasn't specified by the docs, but now it is! …
3:10 AM Ticket #771 (gstreamer 1.0 branch (was: could not get any video data from playbin)) updated by Boris Bobrov
Could you please post your output of "dpkg-query -s python-gst-1.0"?
2:44 AM Ticket #771 (gstreamer 1.0 branch (was: could not get any video data from playbin)) updated by Christopher Allan Webber
breton: I'm testing this merged with git master... audio works great! …

Feb 17, 2015:

11:07 PM Ticket #1095 (Smarter extlib installs) closed by Christopher Allan Webber
fixed: Okay, I've tested things hopefully good enough! ;) This is now merged …
11:07 PM Ticket #918 (video.js recommending Adobe Flash and Chrome in some browsers) closed by Christopher Allan Webber
fixed: This is closed out via #1095
1:22 PM Ticket #966 (Latest version of "Markdown" package is incompatible with Python 2.6) closed by Jessica Tallon
wontfix: Since Python 2.6 is no longer supported by a lot of library creators …

Feb 16, 2015:

3:46 PM Ticket #912 (proper handling of missing video codecs) updated by Boris Bobrov
Milestone changed
3:46 PM Ticket #771 (gstreamer 1.0 branch (was: could not get any video data from playbin)) updated by Boris Bobrov
Milestone changed
new_gst10 branch in bretons-mediagoblin on gitorious.

Feb 15, 2015:

7:47 PM Ticket #1065 (Timestamps are not UTC) closed by Jessica Tallon
fixed: This is now fixed as of …

Feb 14, 2015:

11:06 PM Ticket #1095 (Smarter extlib installs) updated by Christopher Allan Webber
So, paulproteus started a branch related to this, and I've been …
10:48 PM Ticket #1117 (Rolldown menu no longer working in MediaGoblin master) closed by Christopher Allan Webber
invalid: Nevermind, this was in the npm-or-bower branch only, and I just fixed it!
10:38 PM Ticket #1117 (Rolldown menu no longer working in MediaGoblin master) created by Christopher Allan Webber
It appears that the top rolldown menu no longer works in GMG... figure …

Feb 7, 2015:

8:14 PM Ticket #1095 (Smarter extlib installs) updated by Asheesh Laroia
Owner, Status changed
Chris and I are considering doing something like: * Make npm be a …
6:23 PM Ticket #1107 (Create a "No user registrations" mode and make it the default) created by Asheesh Laroia
Per the meeting today, some MediaGoblin users are unhappy with …

Feb 5, 2015:

7:29 AM Ticket #715 (Move CloudFiles storage backend over to pyrax) updated by ayleph
I used Joar's changes as a starting point and created a branch with …

Feb 2, 2015:

6:51 AM Ticket #715 (Move CloudFiles storage backend over to pyrax) updated by ayleph
I've been playing around with pyrax and can so far upload images to …

Jan 31, 2015:

3:27 PM Ticket #1102 (Typo in mediagoblin.pot) updated by Besnik Bleta
Found another occurrence of it’s for its: "...it's thumbnail..."
2:09 PM Ticket #1102 (Typo in mediagoblin.pot) created by Besnik Bleta
Hello, I found a typo in mediagoblin.pot: "...Copy it’s URL..." …
2:06 PM Ticket #1101 (Typo in mediagoblin.pot) created by Besnik Bleta
Hello, There’s a typo in mediagoblin.pot: "...Copy it's URL …
Note: See TracTimeline for information about the timeline view.