Commit Graph

2431 Commits

Author SHA1 Message Date
8e0217674f Env class to hold all environment variables.
We are going to use this class to store all variables
that we would store with globals and defines.
It will be initialized in the initializer and we'll be
able to get any variable with static methods.
2015-07-29 16:23:50 +02:00
ebe3c5547f First Migrator class and test. 2015-07-29 16:03:47 +02:00
2c73ab9c5f added WP env to unit tests - migrated form widget and form renderer + need orm to finish widget implementation as it relies on forms 2015-07-27 17:40:47 +02:00
b563dd179b added MAILPOET_VERSION constant + tried to add tests for form render but need WP env in unit test 2015-07-27 12:27:46 +02:00
4fdf90422d added ajax library + ajax tests in sample page 2015-07-27 12:04:21 +02:00
95042d68e5 migrated form renderer with basic unit tests 2015-07-24 17:47:08 +02:00
96fe85de3b Merge branch 'master' of github.com:JoN1oP/namp2 2015-07-24 11:53:28 +02:00
e753a36acf - migrated Host Web & SMTP classes from MP3 (with unit tests)
- added dependencies in relation to issue #13 (still ongoing)
2015-07-24 11:51:32 +02:00
391e29e7f3 Replaced settings tests with stubbed WP class.
Settings classes must be merged.
2015-07-23 12:58:41 +02:00
ad68ed4f05 Settings class and stubbed WP class in tests. 2015-07-23 12:56:28 +02:00
02a8e0883a Add option prefix. 2015-07-23 12:31:17 +02:00
7e80f40706 WP Option class to set and get options. 2015-07-23 12:28:20 +02:00
d3ec721eae updated Settings class and added unit tests 2015-07-23 12:06:10 +02:00
3a572a99ff - renamed DKIM class method to camelCase and updated unit test - re-added acceptance suite yml file to the repo and updated gitignore 2015-07-22 11:42:17 +02:00
43275b5085 migrated and added unit test for \MailPoet\Util\DKIM class 2015-07-21 19:02:59 +02:00
fdddcbea14 added symlink dependencies for node_modules in Robo 2015-07-21 12:35:27 +02:00
5b70529978 XlsxWriter test to make sure it's properly namespaced. 2015-07-17 16:05:22 +02:00
45c59433e2 Make XLSXWriter a static dependency. 2015-07-17 15:50:56 +02:00
878fcd005a Unit tests. 2015-07-16 16:45:25 +02:00
e601a1e902 added a twig extension class for assets + reorganized assets structure + added command line for stylus in README 2015-07-15 21:43:55 +02:00
99ad7d66af added src folders for assets css & js + added contributing doc + added install instructions for stylus 2015-07-15 20:03:05 +02:00
86cd5b09ab removed RedbeanPHP, not a valid orm candidate afterall 2015-07-14 16:19:30 +02:00
e88bb87abc Fix autoloading MailPoet initializer. 2015-07-14 13:20:41 +02:00
1d0a412f7a started playing with RedBean - introduced mailpoet model as a middle layer 2015-07-14 13:07:19 +02:00
f2f6e1518b First fake subscriber model to show namespacing and autoloading. 2015-07-13 22:47:44 +02:00
bc1317fcd5 First lib autoloader. 2015-07-13 22:39:56 +02:00
7b22026bea Remove static Twig in favor of Composer loaded Twig. 2015-07-13 18:44:43 +02:00
906702d093 Remove previous static Twig autoloading. 2015-07-13 18:43:57 +02:00
287609893d added mailpoet notice and modal + removed trailing slash from paths 2015-07-13 14:41:33 +02:00
fa1138c9a6 added Twig + views folder + admin menu method + admin page method with sample Twig usage 2015-07-10 12:48:09 +02:00
d88d61765d First structure. 2015-07-09 23:04:41 +02:00