ff030068b0
Merge pull request #468 from mailpoet/UI_updates
...
Various UI fixes
2016-05-11 16:39:28 +03:00
79e37018c9
- Fixes unit test
...
- Updates Settings page heading to h1
2016-05-11 08:56:37 -04:00
7ae8248339
Merge branch 'UI_updates' of mailpoet:mailpoet/mailpoet into UI_updates
2016-05-11 08:52:38 -04:00
30720975ab
- Disables "confirm unconfirmed" batch action as per #432
2016-05-11 08:52:13 -04:00
b2359258d4
Update newsletter sending process to format numbers >1000
2016-05-11 11:47:23 +03:00
1bd7639cc2
- Formats all numbers >1000 to use comma
...
- Removes subscriber count from segments if its === 0
Fixes #431
2016-05-10 20:09:02 -04:00
2dab89135f
- Sets MailPoet notice timeout to 5sec
...
- Removes custom timeout from import
2016-05-10 18:59:31 -04:00
c3368d69fd
- Updates Segment model to return ASC sorted results
...
- Updates Subscriber listing to display segmnets with count
2016-05-10 18:37:37 -04:00
751d8e7852
- Adds missing page titles
2016-05-10 13:01:40 -04:00
8a4dec08e1
- Converts page title headings to H1
...
- Adds "back to list" to subpages
2016-05-10 10:13:57 -04:00
8b9f5ad5b1
Merge pull request #467 from mailpoet/cron_fix
...
- Corrects the daemon stop status
2016-05-10 15:51:53 +03:00
fc597a53bb
- Corrects the daemon stop status
2016-05-09 20:28:02 -04:00
2f25dc6a20
Bump up release version to 0.0.27
0.0.27
2016-05-06 14:46:12 +03:00
fc38ee2f08
Merge pull request #466 from mailpoet/rendering_engine_update
...
Fixes empty paragraph spacing
2016-05-05 13:04:26 +03:00
33bebc6629
- Replaces empty paragraphs with single space according to specific
...
condition
2016-05-04 19:57:10 -04:00
14a8e02f99
Merge pull request #465 from mailpoet/browser_preview
...
Newsletter preview
2016-05-04 17:58:41 +03: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
f36dbb78e6
- Updates unit test
2016-05-02 13:44:36 -04:00
3213dd0d08
- Removes unused exception handlers
2016-05-02 13:19:10 -04:00
3f2199fd63
- Updates link tracking to use the same Public API data format as other
...
endpoints
2016-05-02 13:15:48 -04:00
a4477a9bd6
- Updates CONST values
2016-05-02 12:27:00 -04:00
52790d7bd6
- Updates code comment
2016-05-02 12:24:56 -04:00
0b9812210f
- Updates CONST values
2016-05-02 11:30:37 -04:00
756dbb4641
- Updates daemon status to CONSTs
...
- Uncomments temporary commented out code
- Removes unnecessary exception handles in Public API
2016-05-02 10:32:34 -04:00
b38742ddc0
- Changes divider to CONST
2016-05-02 10:02:22 -04:00
49e38549ec
- Fixes URLs not being properly generated when tracking is enabled
2016-05-02 10:00:35 -04:00
afcb0a0d7f
- Upperases all constants
2016-05-02 09:47:54 -04:00
d18f0e50b5
- Removes debug backtrace
...
- Removes uncommented queue save
2016-05-02 09:23:37 -04:00
6868a07ead
- Moves link saving logic into Links class
2016-05-01 21:55:24 -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
70fa77d333
- Creates temporary folder if it doesn't exist
2016-04-30 22:38:55 -04:00
412201d965
- Updates unit test
2016-04-30 22:38:39 -04:00
045a92c7d6
- Standardizes variable names
2016-04-30 22:21:03 -04:00
2ba2e3eca5
- Refactors sending queue worker
2016-04-30 22:19:59 -04:00
90c294f60e
- Updates editor/router to use the new browser preview class
2016-04-30 22:19:59 -04:00
57b953dd14
- Rewrites shortcode processing class to work with other changes
2016-04-30 22:19:59 -04:00
0f81a8db60
- Updates method to utilize constant value
2016-04-30 22:19:59 -04:00
2d6971f8df
- Refactors link tracking class
2016-04-30 22:19:59 -04:00
0abe8b5371
- Implements view in browser
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
fa9d32c230
Bump up release version to 0.0.26
0.0.26
2016-04-29 21:09:41 +03:00
1b3ceca7b2
Merge pull request #464 from mailpoet/undo_go_back
...
remove attempt at 'goback' after editing an entity
2016-04-29 21:07:10 +03:00
9be326b45d
remove attempt at 'goback' after editing an entity
2016-04-29 18:35:52 +02:00
2d2e1298c4
Merge pull request #462 from mailpoet/segments_listing
...
React components update + bugfixes
2016-04-29 14:18:05 +03:00
5dc3a4386e
Merge pull request #463 from mailpoet/queue_processed_date_fix
...
Updates queue processed date to account for time offset
2016-04-29 12:16:51 +03:00
b617dde266
- Updates queue processed date to account for time offset
2016-04-28 12:42:16 -04:00
962e91f9dc
fixed merge fuck
2016-04-28 17:15:07 +02:00
4047b41a7f
Updated all React components to their latest version
...
- updated code due to deprecated warnings (mostly router stuff & input default value)
- set default sender based on settings when creating new newsletter
- fixed erroneous UTC offset when displaying dates (PHP takes care of it)
2016-04-28 17:02:24 +02:00
59199140bf
Merge pull request #448 from mailpoet/twig_template_cache
...
modified temp path/url for cache/export folders
2016-04-28 10:18:53 -04:00