Commit Graph

18419 Commits

Author SHA1 Message Date
Marco
0df8973b7e Merge pull request #53 from mailpoet/issue-48
Reorganize unit tests into mirroring /lib folder as per #48
2015-08-11 14:04:34 +02:00
Laurent Szyster
4f24a8ed71 #40 adding created_at and update_at timestamps to subscribers and settings 2015-08-11 12:47:24 +02:00
marco
ce691b4a94 Starting the router. 2015-08-11 12:13:03 +02:00
Jonathan Labreuille
a36bc37b8e Update Contributing
- changed variables rule
2015-08-11 10:38:08 +02:00
marco
9740f3ccc5 Merge branch 'master' of github.com:mailpoet/mailpoet 2015-08-11 10:09:23 +02:00
marco
7f730a8ff2 Reorganize contributing guide. 2015-08-11 10:08:59 +02:00
Vlad
dc69763601 Reorganize unit tests into mirroring /lib folder as per #48 2015-08-11 00:27:03 +00:00
MrCasual
8f52e7523d Added the accidentally removed .env.sample 2015-08-10 20:08:44 -04:00
Vlad
26384d16b8 Fixes #49 2015-08-10 18:37:41 -04:00
Vlad
27c2a4b402 Fixes #49 2015-08-10 18:35:47 -04:00
marco
a996068626 PHP latest versions don't use the RSA word in the private key. 2015-08-10 17:51:24 +02:00
root
1e91d077bd Removed UnitTest and AcceptanceTester from tests 2015-08-10 15:42:52 +00:00
marco
6bffc7b44e PHP and closures. It's 1990 again. 2015-08-10 17:30:30 +02:00
marco
f9c9da87d6 Remove old codecept.phar 2015-08-10 16:57:02 +02:00
marco
9d8631b44a New composer lock. 2015-08-10 16:47:55 +02:00
marco
c8b10f5a54 Guidelines. 2015-08-10 14:53:50 +02:00
marco
9641716612 Issues and pull requests discussion. 2015-08-10 14:51:54 +02:00
marco
8e31936bc5 Add testing guidelines. 2015-08-10 14:45:23 +02:00
marco
f557b831ea Clarify tagline. 2015-08-10 14:28:51 +02:00
marco
ae3ecdf3d8 Add commit guidelines. 2015-08-10 14:23:40 +02:00
marco
75bfa4b7af Organize contributing guide. 2015-08-10 13:10:42 +02:00
marco
c22d36dfbe Spacing markdown doesn't work on GitHub. 2015-08-10 13:09:46 +02:00
marco
7cbef842a6 Spacing contributing guide. 2015-08-10 13:09:02 +02:00
marco
56bb7f2d68 Add GitHub/Slack guidelines. 2015-08-10 13:08:03 +02:00
marco
6757985d0a Comments are a code smell. 2015-08-10 12:55:22 +02:00
marco
2e6aff9b0e Rewrite CSS and JS readme docs. 2015-08-10 12:09:53 +02:00
marco
ece75b4808 Rewrite handlebars in Twig docs. 2015-08-10 12:08:30 +02:00
marco
a491b657ec Rewrite handlebars example. 2015-08-10 12:07:21 +02:00
marco
550a8a996a Add wordpress as a dependency in readme. 2015-08-10 12:05:24 +02:00
marco
05495228a7 Streamline readme. 2015-08-10 12:03:43 +02:00
marco
bff67b8d0a Refactor tests. 2015-08-09 22:17:35 +02:00
marco
02fc4b81aa Cleanup templates. 2015-08-09 22:05:11 +02:00
marco
8dace3f56a Refactor initialization process. 2015-08-09 21:57:30 +02:00
marco
e089918fdb Remove old CSS and JS loaders from the Initializer. 2015-08-09 21:47:45 +02:00
marco
787ee9f043 Refactor Localizer into a separate class. 2015-08-09 21:44:37 +02:00
marco
62c0f18c03 Refactor activator class. 2015-08-09 21:15:52 +02:00
marco
60c0bf702a Migrate activation logic to a separate class. 2015-08-09 21:14:44 +02:00
marco
91c230ae04 Clean Initializer from all local variables and use Env. 2015-08-09 21:08:07 +02:00
marco
acc0bb183d Refactor Renderer into another class to avoid polluting the initalizer. 2015-08-08 23:01:23 +02:00
marco
34153e8df6 Refactor all env variables into Env class. 2015-08-08 22:35:46 +02:00
marco
a06919054d Menu and future routing handling class independent from Initializer. 2015-08-08 17:28:26 +02:00
marco
0cf526375d Db name generator should be private. 2015-08-08 16:52:26 +02:00
marco
fa16a49c1d Add plugin name as environment variable. 2015-08-08 16:51:44 +02:00
marco
110c5c1cff Separate DB activation from initializer construct method. 2015-08-08 16:48:28 +02:00
marco
3055cb7d47 Remove test log function. 2015-08-08 16:45:04 +02:00
marco
77f9107678 Git flow guidelines. 2015-08-08 16:25:11 +02:00
marco
268c330249 Remove waiting two seconds for each acceptance test.
Tests are too slow when using wait: 2 in CodeCeption. Let's not
use a global wait and just wait in a single test if we
see issues with JavaScript UIs.
2015-08-08 16:23:22 +02:00
marco
89a67ec44d Disable form widget while waiting for Form refactor. 2015-08-08 16:18:40 +02:00
marco
8994f3c165 Move Form to another branch, so that Jo can refactor it.
In order to keep the master branch clean, the form logic
is now lining in a feature branch, so that it can be refactored
and cleaned up to be compatible with the core.
2015-08-08 16:11:57 +02:00
marco
e8da94b679 Reimport Host settings at a later time, when we'll need them.
Right now we don't need the hosts settings, and it makes sense
to just keep what we really need into the new container, so
that we can migrate things in pull requests, step by step,
and review code before merging.
2015-08-08 16:08:15 +02:00