ayleph
b0e3ba4c68
Use virtualenv set by configure
2015-04-03 14:58:42 -05:00
Christopher Allan Webber
ad5a20aa4f
Remove the very strange "pybabel" entry point I added in 2011
...
Why did I do that, past self?
2015-04-03 06:21:35 -05:00
Jim Campbell
9a1ba0e87f
docs: Removed note about installing from master. Clarified root/nonroot usage.
...
There was a note informing the user that they should be aware that we
encourage them to install from the *master* branch, but we no longer
do that. If they follow our deployment docs, they will pull in &
use the *stable* branch.
Also clarified some root / non-root system usage by either specifying
a leading *hash* symbol to indicate a root-based command, or a
dollar sign to indicate a non-root command.
2015-03-30 23:47:49 -05:00
Jim Campbell
c3075e9178
docs: Updated instructions re: Postgresql setup
...
Added information about needed packages for RPM-based systems,
and simplified instructions to rely on the root account rather than
sudo-based instructions.
If a user has sudo access, they can easily add "sudo" to the needed
commands.
Also added information about enabling postgres to start on boot
and how to start it for the current session.
2015-03-30 23:40:01 -05:00
Jim Campbell
ecf5a532f4
docs: Fixed typo - missing closing bracket in link in api.rst
2015-03-29 20:10:39 -05:00
Jim Campbell
6663dfa38c
docs: Switched to 'useradd', as it is a more cross-distro cmd.
...
'adduser' is installed on Debian-based systems by default, but is
not installed by default on Fedora-based systems. 'useradd' is
installed by default on Debian-based systems, as well. The
'useradd'-based command provides the same functionality as
'adduser' in this case, though setting up a 'system' user with
no password.
Per bug 886, I've added the '--user-group' flag, which creates a
mediagoblin group, and assigns the mediagoblin user to this
group, too.
2015-03-29 19:40:36 -05:00
Jim Campbell
2715696f86
docs: Fix bad link in api.rst. Fixes 1019
...
Fixed link in the docs/source/pluginwriter/api.rst file.
Resolves https://issues.mediagoblin.org/ticket/1019
2015-03-29 15:14:28 -05:00
Jim Campbell
4ec1af1191
docs: Added npm/nodejs as a dependency. Also added automake.
...
These new dependencies are required as part of the 0.8 release.
Fixes https://issues.mediagoblin.org/ticket/5075
2015-03-29 13:39:09 -05:00
Christopher Allan Webber
82be36d125
Merge branch 'stable'
...
Conflicts:
docs/source/siteadmin/deploying.rst
2015-03-19 20:44:49 -05:00
Christopher Allan Webber
47f66be97c
git clone from https instead of git:// because gitorious broke the latter
2015-03-19 20:38:07 -05:00
Boris Bobrov
4522ecef80
Proper handling of tags in skip_transcode
...
The function to retrieve tags was used incorrectly in skip_transcode,
assuming that str will be returned.
Now the code is aware of the return format of the function.
Closes bug 5065
2015-03-20 02:35:52 +03:00
Boris Bobrov
bd50f8bf70
Prevent exception on transcoding failure (bug 460)
...
Fix an unhandled exception when video fails to transcode for some
reason. Closes bug 460.
2015-03-20 01:53:18 +03:00
Jessica Tallon
714008693e
Fix #5036 - Add pip-selfcheck.json to .gitignore
2015-03-14 09:40:51 +01:00
Jakob Kramer
f4686cde16
wtforms.fields.TextField was deprecated
...
WTForms documentation:
> The TextField alias for StringField is deprecated.
Signed-off-by: Berker Peksag <berker.peksag@gmail.com>
2015-03-12 21:57:53 +02:00
Jaakko Luttinen
c8c09bc43b
Fix welcome image URL in the front page template ( #902 )
...
The Goblin image URL was hardcoded in the frontpage welcome
template. Now it correctly uses the static directory settings.
Signed-off-by: Berker Peksag <berker.peksag@gmail.com>
2015-03-12 21:31:23 +02:00
ayleph
bcf6c27426
Correct version number
...
Signed-off-by: Jessica Tallon <jessica@megworld.co.uk>
2015-03-12 18:31:29 +01:00
ayleph
c975bd3740
Use UTC for all timesince comparisons
...
Signed-off-by: Jessica Tallon <jessica@megworld.co.uk>
2015-03-12 16:28:14 +01:00
Christopher Allan Webber
fc3c8f21a0
Patch from breton: fix #5053 (gmg addmedia broken in 0.8.0)
2015-03-05 17:45:54 -06:00
Christopher Allan Webber
50f12414df
Merge remote-tracking branch 'refs/remotes/breton/bug/647'
2015-03-05 16:49:06 -06:00
Christopher Allan Webber
2d0511c499
Committing extracted and compiled translations
2015-03-05 15:04:25 -06:00
Christopher Allan Webber
d85f70bd15
Not sure why these changes never got pushed up ...
2015-03-05 15:03:00 -06:00
Boris Bobrov
2b4c339de6
Fix bug 647
...
Reading a file into memory resulted in depletion of memory. Now files
are read and written lazily, by chunks.
2015-03-02 16:44:13 +03:00
Boris Bobrov
33055472f9
init GStreamer on demand only
...
Closes-Bug: 5024
2015-02-25 09:20:02 +03:00
Christopher Allan Webber
41dbb27a4f
Switch docs over to suggest using bootstrap with configure and make
2015-02-22 14:47:33 -06:00
Christopher Allan Webber
15c5b332e7
Drop Python2.6 support in configure.ac
2015-02-22 13:10:40 -06:00
Christopher Allan Webber
e6121708e5
Let's try setting up the version number via configure.ac
...
Why not?
2015-02-21 23:45:21 -06:00
Christopher Allan Webber
743af6ba13
Removing a lot of stuff from configure.ac that we aren't using
...
We could probably remove more, but this is a ~reasonable start.
2015-02-21 16:49:58 -06:00
Christopher Allan Webber
571f2964e4
No longer commit .mo files into the repository!
...
A stupid thing, really you should never commit binary code into the
repository, but...
This commit sponsored by Richard Fontana. The last sponsored commit!
And one I can imagine Fontana approving of, for he would've disapproved,
surely, of committing .mo files in the first place.
2015-02-21 16:13:31 -06:00
Christopher Allan Webber
d0db98921a
Make "make check" actually run tests
2015-02-21 15:47:33 -06:00
Christopher Allan Webber
207f0f95a9
A more reliable test, check against expected keys, rather than received
...
If we check against expected, if we got more than we expected, that's
no problem :)
This commit sponsored by Adan Bolte. Thank you!
2015-02-21 15:35:30 -06:00
Christopher Allan Webber
cb718ba06f
Seems we can get rid of that specific six version dependency!
...
Horray!
This commit sponsored by Rollo Moore. Thank you!
2015-02-21 15:08:30 -06:00
Christopher Allan Webber
42e5b2c8ae
Stop looking for exact exif numbers
...
As the exif library adds data, this keeps breaking, which is silly. Maybe using
This commit sponsored by Mikaël Cluseau. Thank you!
2015-02-21 15:07:51 -06:00
Christopher Allan Webber
1965e8dd84
Skip audio tests if scikits.audiolab not installed
2015-02-21 14:55:17 -06:00
Christopher Allan Webber
dbc383d483
Merge remote-tracking branch 'refs/remotes/breton/new_gst10'
2015-02-18 15:22:52 -06:00
Boris Bobrov
eade529e18
added missing package to deployment instructions
2015-02-18 23:25:41 +03:00
Christopher Allan Webber
941b9abbb0
Fix the token issues in the migration
...
There's no .id on access/request token tables, so fixed to use the .token field.
Also switched a reference of client_table -> rt_table
2015-02-17 20:04:15 -06:00
Christopher Allan Webber
d180c131c3
acess_token->access_token
2015-02-17 19:44:58 -06:00
Christopher Allan Webber
f3c5d01199
Fixing typo: notifiction->notification
2015-02-17 19:42:43 -06:00
Christopher Allan Webber
e0713d9ccf
This one should be dt_to_utc, not db_to_utc, I believe
2015-02-17 19:42:11 -06:00
Christopher Allan Webber
0f79732002
Removing cruft from the makefile
2015-02-17 18:06:29 -06:00
Christopher Allan Webber
09e2db3089
Clean up makefile, make make docs
/ make info
actually work!
...
This commit sponsored by Alon Levy! Thank you, for everything!
2015-02-17 17:55:00 -06:00
Boris Bobrov
6e4eccb1d4
Missing codecs processing with gst 1.4
...
Gst 1.4 deprecated DiscovererInfo.get_misc in favour of
DiscovererInfo.get_missing_elements_installer_details. Something in
Python bindings seems to be broken and get_misc seems to be not
deprecated but broken.
The change makes sniffer use the method if get_misc fails.
2015-02-18 02:05:57 +03:00
Christopher Allan Webber
94eb44d61b
Add myself to the copyrights of Makefile.in
2015-02-17 16:58:39 -06:00
Christopher Allan Webber
9cc496f48f
Clarify the "make clean" caution'ing
2015-02-17 16:46:55 -06:00
Christopher Allan Webber
d466977da7
Proper cleanup of extlib with a make distclean
...
Also be sure to build the actual virtualenv target with a "make" if
that's how we're set up.
This commit sponsored by Pablo J. Urbano Santos. Thank you!
2015-02-17 16:35:40 -06:00
Christopher Allan Webber
6fc6ba99f3
Fixing symlink to jquery.js in post-bower universe
...
This commit sponsored by Alexander Slovesnik. Thanks!
2015-02-17 15:48:28 -06:00
Christopher Allan Webber
3cb0a57b95
Fixing video-js symlink for new bower based checkout
...
This commit sponsored by Thorbjørn Lindeijer. Thank you!
2015-02-17 15:48:28 -06:00
Christopher Allan Webber
0e780d1453
Back to pdf.js from git submodules...
2015-02-17 15:48:28 -06:00
Christopher Allan Webber
9ec05187f7
We're now installing through bower, so we can ignore package.json
2015-02-17 15:48:28 -06:00
Christopher Allan Webber
7fcf6e2510
ignore things we're now installing through extlib
2015-02-17 15:48:28 -06:00