| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
linking.
It doesn't do much... it just has a static directory with a "bunnify"
CSS file and has a unit test that returns a json encoded set of a
staticdirect with both this plugin enabled and also
with (theoretically) a file distributed with MediaGoblin (it isn't
really, but in our case that doesn't matter.)
Also set up the static_setup hook / PluginStatic object for this
plugin; testing that with `./bin/gmg theme assetlink` seemed to work.
(And argh, need to update that command name, I know.)
This commit sponsored by Bradley Kuhn. Thanks bkuhn!
|
|
|
|
|
|
|
| |
Actually trying to run the command helps figure out what needs to be
fixed :)
This commit sponsored by Justin Nichol. Thank you!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
serving
The test_user_dev (as opposed to user_dev) was a legacy before we had
each application running in its own directory (as they now do in
pytest). Move that name to just user_dev... this is more consistent
with the rest of our naming and will make writing these config files
easier. (If we want to test that changing these still works, that
should be a separate unit test with special config files.)
Additionally, add plugin static serving to the common test paste
config file.
This commit sponsored by Juan Jose Marin Martinez. Thank you!
|
|
|
|
|
|
|
| |
Still a bit to clean up around what the command to be run actually is,
since that will likely change.
This commit sponsored by David Decker. Thank you!
|
| |
|
|
|
|
|
|
|
|
|
| |
- add link_plugin_assets. For now, incorrectly running from
./bin/gmg theme assetlink... uh, will fix ;)
- Update paste and config_spec.ini configs to handle the locations
and serving of the plugins' static resources
This commit sponsored by Marko Dimjašević. Thank you!
|
|
|
|
|
|
|
|
|
|
| |
Note I have not tested any of this yet ;) But we're already on our way:
- We've got docs
- The hook is there
Lots to do still though. But, progress! :)
This commit sponsored by Laura Arjona Reina. Thanks larjona!
|
|
|
|
|
|
| |
Moved all references and also added a note to our release notes.
This commit sponsored by Juan Rodriguez. Thank you!
|
|
|
|
|
|
| |
This should make it easier to override just that part of the page.
This commit sponsored by David Rylander. Thank you!
|
| |
|
|
|
|
| |
suggestions.
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| | |
view their password as they're typing.
|
| | |
|
| | |
|
|/
|
|
|
|
| |
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.
|
|
|
|
| |
And fix tests.
|
|
|
|
|
| |
This allows to return piwigo xml errors.
Those can also be matched into html error codes.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
Added link to Apache deployment instructions
|
| |
| |
| |
| | |
This commit sponsored by Guido Günther. Thanks!
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|/ /
| |
| |
| |
| |
| | |
Revert "Always activate testing in every test module ever."
This reverts commit 0536306048daa0970d2e43411ba2a9bf073e570e.
|
| |
| |
| |
| | |
Kind of a dorky way to implement this, but...
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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!
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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!
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
"template_context_prerender" :)
This commit sponsored by William Goudie. Thanks Bill! :)
|
| | | |
|
| | |
| | |
| | |
| | | |
This commit sponsored by Sheila Miguez. Thanks Sheila!
|
| | |
| | |
| | |
| | | |
This commit sponsored by Matthew Woodward. Thank you!
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Needs documentation though... that's coming next :)
This commit sponsored by Luca Tius. Thanks Luca!
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
This commit sponsored by David Collins. Thank you!
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
tests :)
This commit sponsored by Xavier Gulliot. Thanks Xavier!
|