4170 Commits

Author SHA1 Message Date
Christopher Allan Webber
8ca51d32b6 Move "bits" templates with dashes in them to underscores
Moved all references and also added a note to our release notes.

This commit sponsored by Juan Rodriguez.  Thank you!
2013-05-22 16:44:50 -05:00
Christopher Allan Webber
ae9eca1bf2 Moved frontpage "welcome" stuff into its own bits file.
This should make it easier to override just that part of the page.

This commit sponsored by David Rylander.  Thank you!
2013-05-22 16:33:07 -05:00
Mats Sjöberg
cac478e5aa Piwigo minor fix in categories_getList. 2013-05-21 22:55:55 +03:00
Mats Sjöberg
94d3192041 Piwigo: some sanity checks before adding to collection as per Elrond's suggestions. 2013-05-21 22:46:57 +03:00
Mats Sjöberg
7da90d56d1 Piwigo: return collections list only to logged in users. 2013-05-21 22:42:41 +03:00
Mats Sjöberg
4150110607 Rudimentary collections support for piwigo plugin. 2013-05-21 22:40:02 +03:00
Mats Sjöberg
18e64476e9 Fixed minor typo in piwigo logging. 2013-05-21 22:39:37 +03:00
Elrond
d5e035e919 Merge remote-tracking branch 'rodney757/change_pass'
* rodney757/change_pass:
  fixed translation, and changed tabs to spaces, and change it so the user can view their password as they're typing.
  modified change_pass tests
  moved change pass to a seperate view and fixed issues 709
2013-05-21 18:34:23 +02:00
Rodney Ewing
2ba7603469 fixed translation, and changed tabs to spaces, and change it so the user can view their password as they're typing. 2013-05-21 08:51:21 -07:00
Elrond
6c1467d570 Refactor submit util new_upload_entry
This tool creates an initial media entry for a given user.
No magic. It just prefills the license with the user's
default license and adds the user as uploader.
2013-05-21 00:28:37 +02:00
Rodney Ewing
eb396abc4a modified change_pass tests 2013-05-20 14:28:43 -07:00
Rodney Ewing
39aa1db4d6 moved change pass to a seperate view and fixed issues 709 2013-05-20 14:28:43 -07:00
Elrond
4adc3a85dd piwigo: Return proper error for wrong user/password.
And fix tests.
2013-05-20 19:36:28 +02:00
Elrond
68910f6797 piwigo: Add PwgError class.
This allows to return piwigo xml errors.
Those can also be matched into html error codes.
2013-05-20 19:35:16 +02:00
Elrond
d6c3375a78 A bit of pep8 and small typo fix. 2013-05-20 19:35:16 +02:00
Joar Wandborg
1b6a2b85e1 Only calculate aperture if fnumber is provided 2013-05-20 00:46:29 +02:00
Joar Wandborg
907bba318a Take into account incomplete EXIF data 2013-05-20 00:25:19 +02:00
Joar Wandborg
c5323f29f3 Fixed EXIF tests 2013-05-20 00:11:00 +02:00
Gabriel Saldana
420e1374d8 Modifies EXIF section with Camera Info, display toggle and template styling 2013-05-20 00:06:14 +02:00
Gabriel Saldana
b3566e1dc7 Changes to display all EXIF information 2013-05-20 00:06:07 +02:00
Brandon Invergo
b1a895848b remove missing 2013-05-20 00:03:31 +02:00
Brandon Invergo
7417fa3dcb remove configure since it should be user-generated now 2013-05-20 00:03:08 +02:00
Brandon Invergo
20f7fd5d0b make virtualenv use the default 2013-05-20 00:02:50 +02:00
Brandon Invergo
e4801f4d4c clean more on distclean 2013-05-19 23:58:16 +02:00
Brandon Invergo
e56b493a9e fix aux file installation 2013-05-19 23:42:04 +02:00
Brandon Invergo
ceb768ae6e use POSTGRES variable 2013-05-19 23:17:54 +02:00
Joar Wandborg
c732f422ae Added upload processing to the piwigo/addSimple 2013-05-19 22:55:54 +02:00
Brandon Invergo
09584b3a04 add a couple missing files 2013-05-19 15:56:48 +02:00
Brandon Invergo
d45673c024 minor touch-ups 2013-05-19 15:45:36 +02:00
Brandon Invergo
a09f66adac better handle installation to another directory 2013-05-19 15:40:25 +02:00
Brandon Invergo
dc85ee8cef change default prefix 2013-05-19 15:30:18 +02:00
Brandon Invergo
297a262c37 fix virtualenv python interpreter and fix update target 2013-05-19 15:28:04 +02:00
Brandon Invergo
f16f93be3f fix testing for db program 2013-05-19 15:16:37 +02:00
Brandon Invergo
0a2eecf881 add Makefile.in 2013-05-19 15:07:49 +02:00
Brandon Invergo
68a576e133 add configure script 2013-05-19 13:55:31 +02:00
Brandon Invergo
d4f71e7691 add pyconfigure stuff 2013-05-19 13:55:18 +02:00
Brandon Invergo
e342891a5d add configure.ac 2013-05-19 13:55:01 +02:00
Brandon Invergo
187af28b0c move setup.py to setup.py.in and add macros 2013-05-19 13:36:33 +02:00
Brandon Invergo
e02b7b6b3b Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin 2013-05-19 13:23:17 +02:00
Brandon Invergo
60c42337ef clean up 2013-05-19 13:22:39 +02:00
Christopher Allan Webber
041d2fd785 Just word-wrapping the recent changes to the deployment docs. 2013-05-17 15:10:34 -05:00
Christopher Allan Webber
d4f402b9c4 Merge remote-tracking branch 'refs/remotes/merge-requests/58' 2013-05-17 15:08:53 -05:00
Christopher Allan Webber
fbe8edc21c Noting why we don't have an email uniqueness constraint in the db.
This commit sponsored by Guido Günther.  Thanks!
2013-05-17 14:10:29 -05:00
Christopher Allan Webber
b69dd85304 Merge remote-tracking branch 'refs/remotes/elrond/misc/pytest_enable_testing' 2013-05-17 11:13:17 -05:00
Christopher Allan Webber
9a9bafc078 Reverting "Always activate testing in every test module ever."
Revert "Always activate testing in every test module ever."

This reverts commit 0536306048daa0970d2e43411ba2a9bf073e570e.
2013-05-17 11:12:56 -05:00
Elrond
5fa843f31f Always activate testing using pytest fixture.
This is possibly the cleaner approach to the problem solved
in the previous commit.

The previous commit makes sure, that testing is enabled at
import time. While this one enables it just before the
individual test is run. So this one takes a bit more CPU.

Maybe revert the previous commit?

References: 0536306048daa0970d2e43411ba2a9bf073e570e
2013-05-17 01:46:20 +02:00
Christopher Allan Webber
0536306048 Always activate testing in every test module ever.
Kind of a dorky way to implement this, but...
2013-05-16 17:51:21 -05:00
Christopher Allan Webber
0ae3829048 Fixing bug in dbupdate where it would explode on plugin that is missing MODELS or MIGRATIONS
The reason it blew up was because in the latter caught exception, it
wouldn't set models/migrations to an empty set, so it would actually
use the previous run's models/migrations!  That's what we get for
"leaky" variables on python for loops :)

This commit sponsored by Pascal Diogo Antunes.  Thank you!
2013-05-16 16:56:20 -05:00
Christopher Allan Webber
ff97bbe944 Merge branch '623_context_hooks' 2013-05-15 11:40:51 -05:00
Christopher Allan Webber
a1099bba79 Testing the template_context_prerender hook
This allows for modifying any context *right before render*, including
access to the variables that are passed in.  This test takes advantage
of that and takes one of the variables, "doubleme", and modifies
it (doubles it!)

In our case it turns "happy" and "joy" into "happyhappy" and "joyjoy".

This commit sponsored by Mark Holmquist.  Thank you!
2013-05-15 11:40:28 -05:00