c3481dd4b7
Refactor subscription links to work with subscriber entity
...
[MAILPOET-1495]
2018-10-12 11:33:15 +02:00
1c6c275295
Passes single array with shortcode details
2018-05-14 19:16:24 -04:00
ee4aefb6e3
Passes full shortcode object as function argument
2018-05-07 19:07:53 -04:00
7c30192a03
Adds option to replace shortcodes in one string using contents from
...
another string
Adds unit tests
2017-08-01 09:32:42 +02:00
a3f2c32a6d
- Adds custom date format as a shortcode action's argument
...
- Updates shortcodes logic to allow action arguments other than
"default"
2017-01-09 09:05:24 -05:00
eee22227b3
- Removes unused class import
...
- Fixes newsletter URL generation in archive shortcode
- Disables generation of subscription management/unsubscribe/view in
browser shortcodes when newsletter is previewed
2016-12-18 23:08:07 -05:00
b36d13a087
Merge pull request #699 from mailpoet/php53-fix
...
Fixes various errors on PHP 5.3.x
2016-11-07 16:48:18 +01:00
1db8626e35
- Fixes 'Cannot access self:: when no class scope is active' error in PHP 5.3
2016-11-06 18:55:20 -05:00
61c255564f
- Fixes 'Using $this when not in object context' error in PHP 5.3
2016-11-06 18:55:12 -05:00
0d32c09df3
- Replaces model arrays with model objects
2016-11-03 20:45:53 -04:00
8e4d07c658
- Updates regex to not match http/ftp links as shortcodes
...
- Updates regex to properly replace links in text version of newsletter
2016-07-27 21:57:55 -04:00
0ac701eb20
Change line endings from DOS CRLF to Unix LF
2016-06-30 18:52:07 +03:00
d414313749
- Fixes const definition for PHP 5.5
2016-06-22 13:35:48 -04:00
999a0b3ede
- Refactors sending queue worker by breaking it into smaller tasks
...
- Adds arrayUnique method to Helpers for multidimensional arrays
2016-06-17 14:52:56 -04:00
0bf6c87ec7
- Fixes shortcode category name for view in browser url
...
- Updates shortcode regex
2016-05-04 10:45:30 -04:00
422fba2835
- Updates based on code review comments
2016-05-03 18:41:57 -04:00
cca76d0d97
- Adds custom shortcode processing logic
...
- Updates shortcode categories code
- Completely rewrites shortcodes unit tess
2016-05-01 14:07:06 -04:00
57b953dd14
- Rewrites shortcode processing class to work with other changes
2016-04-30 22:19:59 -04:00
5bad682879
- Merges all shortcode links under one category
...
- Adds filter hooks for custom links
- Renames old shortcodes in the editor and elsewhere
2016-04-30 22:19:59 -04:00
dd8f58e35e
- Fixes incorrect newsletter issue number display
...
- Updates newsletter 'last post title' logic
- Updates shortcode extraction regex to allow limiting extraction of only
specific categories
- Updates unit tests
- Closes #380
2016-04-21 20:04:02 -04:00
af4d29ebe6
- Updates codes based on Taut's comments
2016-04-15 11:36:57 -04:00
599661e028
- Updates code based on Taut's comments
2016-04-14 20:35:56 -04:00
84294b7ee6
- Adds subsription tracking option to Settings->Advanced
...
- Updates sending queue worker to not replace links if tracking is
disabled
Closes #417
2016-04-14 19:37:27 -04:00
f1b955d74a
- Implements link extraction, processing, replacement and saving
2016-04-14 19:37:27 -04:00
181ed45d0b
- Updates shortcodes logic
...
- Implements [newsletter:total] and [newsletter:number] shortcodes
- Implements shortcode replacement in subject line
- Updates unit tests
Issue #380
2016-03-21 09:09:43 -04:00
f11de2f1ad
Updated shortcodes for unsubscribe/manage/browser links
...
- fixed all issues in #387 except the custom mailpoet pages
2016-03-17 15:48:06 +01:00
72882aaf2b
fixed shortcodes replacement for "global:" in newsletters
...
- extracted "get subscription pages urls" from models\Subscriber
- added unit tests for subscription\url class (not working because of WP/Codeception issue)
2016-03-17 15:45:05 +01:00
dc3b47db00
- Implements shortcodes
...
- Updates newsletter router/sending queue worker to use shortcodes
replacement class
2016-01-26 09:13:29 -05:00