-
My idea is that a scalable wordpress site is deployed on openshift with your wonderful plugin.
If you create a site along this article:
https://blog.openshift.com/how-to-automatically-scale-wordpress-…
-
The "Publish" meta box should likely be replaced with a custom meta box:
![screen shot 2014-12-29 at 4 20 17 am](https://cloud.githubusercontent.com/assets/6504708/5582297/677c073c-9035-11e4-9997-5dfd…
-
Allow users to quickly troubleshoot most common issues with installation.
Should be able to cover:
- Is the exec() function enabled?
- Is Git recognized as installed by Revisr?
- Is the path to Git s…
-
Commits are currently stored in the database to take advantage of the WordPress custom post type functionality and admin screens. This can be confusing when pushing/pulling to multiple environments wi…
-
Right now, when the commits are pushed, `reset()` is called first, destroying any uncommitted local changes. There is probably a good reason for this, but it would be nice to keep the local changes in…
-
Could you add support for GitLab.com Private Token? This token save as option in DB.
Check out this nice plugin https://github.com/afragen/github-updater
- http://doc.gitlab.com/ce/api/
-
Our web server is running Apache2 with mod_fcgi enabled. I'm running Revisr 1.7, the creation of the Git repository works fine. Trying to commit fails in most cases. At first I had some messages in my…
-
My revisr installation stops resetting tracked files after commit
I make changes and the counter at the top keeps only increasing.
Could it be related to changing over to full https across the site…
-
Would it be possible to add a configuration option to Revisr to specify the path to git? I imagine this would be similar to the current configuration option "Path to MySQL". I'm using a shared hosting…
-
Which causes merge conflicts regularly. Perhaps that setting should live in the git config and not stored in the DB?