-
ae361ba126
Use python imports to determine whether or not we're using gunicorn
Christopher Allan Webber
2014-10-09 18:33:02 -05:00
-
227a81b534
Add and use paste server selector. Yeah! Smart solutions!
Christopher Allan Webber
2014-10-09 18:24:14 -05:00
-
9bf845d88f
That's right, *append* to the list, don't call it :P
Christopher Allan Webber
2014-10-09 15:59:53 -05:00
-
2e2a1aec6c
Only install gunicorn on py2
Christopher Allan Webber
2014-10-09 15:48:22 -05:00
-
90c2989bd2
Also remove the include directory
Christopher Allan Webber
2014-10-09 14:31:58 -05:00
-
41c6732eff
Update lazyserver to use paste or gunicorn conditionally
Christopher Allan Webber
2014-10-09 13:49:15 -05:00
-
1da574c6c9
Various makefile fixes
Christopher Allan Webber
2014-10-09 13:01:22 -05:00
-
ea2825fa10
Moving experimental-bootstrap.sh back to bootstrap.sh
Christopher Allan Webber
2014-10-08 17:14:42 -05:00
-
86f89fd0b1
No rule, yet, to clean house.
Christopher Allan Webber
2014-10-08 17:05:36 -05:00
-
b2624eb0fb
Users now get an editable copy of mediagoblin.example.ini->mediagoblin.ini
Christopher Allan Webber
2014-10-08 14:59:18 -05:00
-
47aac7b051
Ignore paste.ini because it's just a symlink to the appropriate python version paste
Christopher Allan Webber
2014-10-08 14:34:52 -05:00
-
adecace30b
Symlink the appropriate paste.ini
Christopher Allan Webber
2014-10-08 14:34:28 -05:00
-
65686465e7
Set USE_PYTHON3 to yes/no depending on whether --with-python3 enabled
Christopher Allan Webber
2014-10-08 13:20:30 -05:00
-
f8c1e11f10
No acceptable *python* could be found
Christopher Allan Webber
2014-10-08 13:07:11 -05:00
-
50e5332889
Moved where the python init command was
Christopher Allan Webber
2014-10-08 13:03:57 -05:00
-
96f9c530ea
Most of the way to having a desirable
./configure && make
setup
Christopher Allan Webber
2014-10-08 12:55:44 -05:00
-
9421705a70
Ignore that env file when built
Christopher Allan Webber
2014-10-03 22:58:06 -05:00
-
07778a69da
Continuing to iterate toward the right autoconf/make solution
Christopher Allan Webber
2014-10-03 22:57:24 -05:00
-
a9dc855ada
Updated MediaGoblin config stuff to latest pyconfigure release
Christopher Allan Webber
2014-10-02 15:47:54 -05:00
-
ed48454558
Merge branch 'location'
Jessica Tallon
2014-10-09 19:20:13 +01:00
-
-
c0434db469
Add location model and migrations
Jessica Tallon
2014-09-15 19:34:42 +01:00
-
9a1fc423ac
Merge branch '905-activities'
Jessica Tallon
2014-10-07 10:01:38 +01:00
-
-
2b1916182d
Add __repr__ to Activity and Generator class
Jessica Tallon
2014-10-07 08:54:26 +01:00
-
240e987016
Fix bug where activity.content was not populated
Jessica Tallon
2014-10-04 11:26:48 +01:00
-
6d36f75f84
Fix all the unit tests and clean up code
Jessica Tallon
2014-09-04 19:12:48 +01:00
-
670cdef79c
Fix typo in client registration API for logo_uri
Jessica Tallon
2014-10-02 20:28:58 +01:00
-
ab46e89a65
Install ExifRead from GitHub on Python 3.
Berker Peksag
2014-10-02 21:27:27 +03:00
-
cca5d508ad
Add initial migration guide.
Berker Peksag
2014-10-02 20:17:34 +03:00
-
2ace351bed
Do not call AlembicMigrationManager.init_tables() for now.
Berker Peksag
2014-10-02 20:16:46 +03:00
-
b36c84e68a
Port "gmg batchaddmedia" command to Python 3.
Berker Peksag
2014-10-02 20:13:46 +03:00
-
ce6d77aec9
Restore exif-py to tox config, for now...
Christopher Allan Webber
2014-10-02 10:51:37 -05:00
-
7e15632b5a
Fix #549 - Deauthorize OAuth applications
Jessica Tallon
2014-10-01 19:45:53 +01:00
-
36e27c4b76
Fix migrations on Python 2.
Christopher Allan Webber
2014-09-30 16:34:15 -05:00
-
1a2982d6e3
Fix #919 - Use class names in super call not self.__class__
Jessica Tallon
2014-09-30 12:50:51 +01:00
-
ec84acacdc
Fix #952 - Force the footer to the bottom of the page
Jessica Tallon
2014-09-30 11:23:24 +01:00
-
eddb1aaf9e
Add logging to console to gunicorn
Jessica Tallon
2014-09-30 09:27:53 +01:00
-
ffa9346cef
Merge branch '942-default-location'
Jessica Tallon
2014-09-29 09:04:30 +01:00
-
-
11f0e2f89b
Add documentation on changing data dir and Fix stylistic changes
Jessica Tallon
2014-09-19 14:15:11 +01:00
-
becd160703
pdf tests: use our own pdf doc as GOOD_PDF
Alon Levy
2014-09-26 00:47:08 +03:00
-
a5cae60284
.gitignore celerybeat-schedule.
Christopher Allan Webber
2014-09-25 15:09:09 -05:00
-
98cbe47fb3
Updated config_spec.ini to add %(data_basedir)s and make use of it!
Christopher Allan Webber
2014-08-10 16:27:29 -05:00
-
2b1e0af03b
defaults now pulled from a mashup of mediagoblin.ini and config_spec.ini
Christopher Allan Webber
2014-08-10 16:19:50 -05:00
-
-
7dc46f0dd4
Avoid doing python setup.py sdist, use setup.py develop instead for tox
Christopher Allan Webber
2014-09-24 10:37:47 -05:00
-
0c78f41ac7
Switch print statement to print function
Christopher Allan Webber
2014-09-24 09:32:05 -05:00
-
3eff260657
removing exif-py line
Christopher Allan Webber
2014-09-23 10:46:47 -05:00
-
ec305bda61
Fix Content-Disposition error for retrieving OAuth request tokens
Jessica Tallon
2014-09-24 11:53:33 +01:00
-
e119aed229
Add creator to filter collections
Stéphane Péchard
2014-09-23 16:11:39 +02:00
-
c2059c4a74
Making alembic happen with python 3 only... for now.
Christopher Allan Webber
2014-09-22 14:05:36 -05:00
-
a6252cbf21
Merge branch 'merge-python3-port'
Christopher Allan Webber
2014-09-22 13:58:13 -05:00
-
-
c47f402d7e
MediaGoblin 0.7.2 development cycle
Christopher Allan Webber
2014-09-22 13:38:00 -05:00
-
-
-
b95d06f6d0
Fixing bullet points, sigh
Christopher Allan Webber
2014-09-21 15:52:37 -05:00
-
12fac853a4
MediaGoblin 0.7.1!
Christopher Allan Webber
2014-09-21 14:25:06 -05:00
-
f095aa78e8
Adding Low Kian Seong to AUTHORS
Christopher Allan Webber
2014-09-21 12:41:00 -05:00
-
be1dfb991d
Updated the release notes
Christopher Allan Webber
2014-09-21 12:39:04 -05:00
-
d12373845f
Committing extracted and compiled translations
Christopher Allan Webber
2014-09-21 11:08:49 -05:00
-
b993e32ffd
Committing present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber
2014-09-21 11:08:22 -05:00
-
67c6e26a59
download url removed
Christopher Allan Webber
2014-09-19 16:54:10 -05:00
-
1f7f2891ea
Merge remote-tracking branch 'refs/remotes/moggers87/garbage-branch'
Christopher Allan Webber
2014-09-19 16:25:35 -05:00
-
-
ff1e9e96b6
Temporarily disable garbage collection
Christopher Allan Webber
2014-09-19 15:56:26 -05:00
-
31f8909f9b
Comment out the "check if the database is up to date" stuff
Christopher Allan Webber
2014-09-17 18:07:50 -05:00
-
6430ae97ec
Last two issues related to the python 3 merge tests: fixed!
Christopher Allan Webber
2014-09-16 17:36:52 -05:00
-
f0e795df82
Modify deleteuser to fail gracefully
ayleph
2014-09-16 15:29:09 -07:00
-
1db2bd3fe7
Annnnd another json decode fix for py3! On a roll with these!
Christopher Allan Webber
2014-09-16 15:35:23 -05:00
-
37865d02dd
decode to unicode before loading in json again, for py3
Christopher Allan Webber
2014-09-16 15:33:46 -05:00
-
dd41141d23
Much more nicely formed form error check
Christopher Allan Webber
2014-09-16 15:25:30 -05:00
-
16450dada2
Fix error check in test_edit.py for python 3
Christopher Allan Webber
2014-09-16 15:15:13 -05:00
-
7893d43a8f
Fix exception catching on python 3
Christopher Allan Webber
2014-09-16 15:08:28 -05:00
-
13f37e75eb
Fix iteritems usage on python 3
Christopher Allan Webber
2014-09-16 15:07:33 -05:00
-
584520e325
The scheduled garbage collection task was not being called due to it being misnamed
Matt Molyneaux
2014-09-16 21:03:29 +01:00
-
21cbf8294e
json.loads(request.body) => json.loads(response.body.decode()))
Christopher Allan Webber
2014-09-16 14:56:13 -05:00
-
fa3f46d714
Import mock correctly on py3
Christopher Allan Webber
2014-09-16 14:46:02 -05:00
-
b6774d339a
Simplify things here and use io.open
Christopher Allan Webber
2014-09-16 14:37:52 -05:00
-
58a7292fed
Fix test_legacy_api.py
Christopher Allan Webber
2014-09-16 14:37:36 -05:00
-
3a02813c7a
Import mock from unittest if on py3
Christopher Allan Webber
2014-09-16 14:26:40 -05:00
-
f6bad0eb26
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16 14:01:43 -05:00
-
-
5b64c92e08
Temporarily disabling the mediagoblin errors middleware
Christopher Allan Webber
2014-09-15 14:26:57 -05:00
-
0977d10d2a
No reason to wrap the rest of the options in a quote
Christopher Allan Webber
2014-09-15 12:10:29 -05:00
-
3c06c3efaf
Upgrading gunicorn. Referenced issue is resolved.
Christopher Allan Webber
2014-09-15 11:46:56 -05:00
-
0c32c7fe83
py2.7 compatibility with open(..., encoding="utf-8"), use io.open
Christopher Allan Webber
2014-09-12 12:29:12 -05:00
-
9156ab68d0
Explicitly open READMEFILE as utf-8
Christopher Allan Webber
2014-09-12 10:42:23 -05:00
-
99c466045a
Fix unicode error in pdf media type
Christopher Allan Webber
2014-09-12 09:30:46 -05:00
-
b6df960806
Set up tox.ini to run more properly:
Christopher Allan Webber
2014-09-11 15:34:19 -05:00
-
8998300b98
Merge branch '945-well-known'
Jessica Tallon
2014-09-08 17:55:03 +01:00
-
-
-
-
1bce996181
Add /.well-known/webfinger API to lookup user hrefs
Jessica Tallon
2014-09-08 16:26:48 +01:00
-
1b4e199668
Raw image mediatype had a non-unicode logging call
Odin Hørthe Omdal
2014-08-03 18:07:28 +02:00
-
4f1a5148cb
Add __repr__ for Collection and CollectionItem
Odin Hørthe Omdal
2014-09-07 12:56:13 +02:00
-
a6570fae03
Slight tweak to the description wording
Christopher Allan Webber
2014-09-07 09:39:01 -05:00
-
478e4c9365
Update setup.py
Low Kian Seong
2014-08-26 07:06:01 +08:00
-
b29b4e175f
Handle cr2 files through the raw_image media type
Christopher Allan Webber
2014-09-06 10:56:27 -05:00
-
1b22d51a5d
Fixes navbar for sandyseventiesspeedboat
Jessica Tallon
2014-09-05 16:00:06 +01:00
-
0af1b85998
Add XRD+XML formatting for /.well-known/host-meta
Jessica Tallon
2014-09-05 14:13:49 +01:00
-
-
b61519ce53
Only have Model.activity for activity compatable objects/targets
Jessica Tallon
2014-09-03 15:58:40 +01:00
-
0421fc5ee8
Fix migrations and refactor object_type
Jessica Tallon
2014-08-29 13:49:48 +01:00
-
f251d99828
now in the 0.7.1.dev cycle
Christopher Allan Webber
2014-08-27 13:28:51 -05:00
-
cb9f5570f9
Correcting, host-meta not webfinger.
Christopher Allan Webber
2014-08-27 12:27:04 -05:00
-
fcee02a776
Run the following to fix the missing git submodule init step
Christopher Allan Webber
2014-08-27 12:26:23 -05:00
-
23bf7f3b02
Oops forgot to add medigoblin.tools.federation
Jessica Tallon
2014-08-27 15:32:59 +01:00
-
ce46470c02
Add ActivityIntermediator table and refactor some of Activity model
Jessica Tallon
2014-08-27 14:34:07 +01:00
-
c7690151cc
Also add git submodule init to the release docs
Christopher Allan Webber
2014-08-26 12:31:29 -05:00
-
-
1c15126819
Add better support for targets on Activities
Jessica Tallon
2014-08-26 08:53:28 +01:00