Version Description
Download this release
Release Info
Developer | robfelty |
Plugin | Postie |
Version | 1.2.3 |
Comparing to | |
See all releases |
Code changes from version 1.2.2 to 1.2.3
- cronless_postie.php +1 -1
- postie-functions.php +2 -2
- postie.php +3 -5
- postie_test.php +3 -3
- readme.txt +13 -2
cronless_postie.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Cronless Postie
|
|
4 |
Plugin URI: http://blog.robfelty.com/plugins/postie
|
5 |
Description: Checks e-mail periodically using wordpress's built-in scheduling mechanism
|
6 |
Author: Robert Felty
|
7 |
-
Version: 1.2.
|
8 |
Author URI: http://blog.robfelty.com
|
9 |
*/
|
10 |
|
4 |
Plugin URI: http://blog.robfelty.com/plugins/postie
|
5 |
Description: Checks e-mail periodically using wordpress's built-in scheduling mechanism
|
6 |
Author: Robert Felty
|
7 |
+
Version: 1.2.3
|
8 |
Author URI: http://blog.robfelty.com
|
9 |
*/
|
10 |
|
postie-functions.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
$Id: postie-functions.php
|
4 |
*/
|
5 |
/*TODO
|
6 |
* check if image height is being consulted
|
@@ -2280,7 +2280,7 @@ function GetConfig() {
|
|
2280 |
$config["FILESDIR"] .= DIRECTORY_SEPARATOR;
|
2281 |
}
|
2282 |
//These should only be modified if you are testing
|
2283 |
-
$config["DELETE_MAIL_AFTER_PROCESSING"] =
|
2284 |
$config["POST_TO_DB"] = true;
|
2285 |
$config["TEST_EMAIL"] = false;
|
2286 |
$config["TEST_EMAIL_ACCOUNT"] = "blogtest";
|
1 |
<?php
|
2 |
/*
|
3 |
+
$Id: postie-functions.php 118301 2009-05-16 14:38:13Z robfelty $
|
4 |
*/
|
5 |
/*TODO
|
6 |
* check if image height is being consulted
|
2280 |
$config["FILESDIR"] .= DIRECTORY_SEPARATOR;
|
2281 |
}
|
2282 |
//These should only be modified if you are testing
|
2283 |
+
$config["DELETE_MAIL_AFTER_PROCESSING"] = true;
|
2284 |
$config["POST_TO_DB"] = true;
|
2285 |
$config["TEST_EMAIL"] = false;
|
2286 |
$config["TEST_EMAIL_ACCOUNT"] = "blogtest";
|
postie.php
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
Plugin Name: Postie
|
4 |
Plugin URI: http://blog.robfelty.com/plugins/postie
|
5 |
Description: Signifigantly upgrades the posting by mail features of Word Press (See <a href='options-general.php?page=postie/postie.php'>Settings and options</a>) to configure your e-mail settings. See the <a href='http://wordpress.org/extend/plugins/postie/other_notes'>Readme</a> for usage and also the <a href='http://wordpress.org/extend/plugins/postie/faq'>FAQ</a>. Visit the <a href='http://forum.robfelty.com/forum/postie'>postie forum</a> for support.
|
6 |
-
Version: 1.2.
|
7 |
Author: Robert Felty
|
8 |
Author URI: http://blog.robfelty.com/
|
9 |
*/
|
10 |
|
11 |
/*
|
12 |
-
$Id: postie.php
|
13 |
* -= Requests Pending =-
|
14 |
* German Umlats don't work
|
15 |
* Problem with some mail server
|
@@ -51,8 +51,6 @@ if (is_admin()) {
|
|
51 |
}
|
52 |
}
|
53 |
/* Version info
|
54 |
-
$Id: postie.php
|
55 |
*/
|
56 |
?>
|
57 |
-
|
58 |
-
|
3 |
Plugin Name: Postie
|
4 |
Plugin URI: http://blog.robfelty.com/plugins/postie
|
5 |
Description: Signifigantly upgrades the posting by mail features of Word Press (See <a href='options-general.php?page=postie/postie.php'>Settings and options</a>) to configure your e-mail settings. See the <a href='http://wordpress.org/extend/plugins/postie/other_notes'>Readme</a> for usage and also the <a href='http://wordpress.org/extend/plugins/postie/faq'>FAQ</a>. Visit the <a href='http://forum.robfelty.com/forum/postie'>postie forum</a> for support.
|
6 |
+
Version: 1.2.3
|
7 |
Author: Robert Felty
|
8 |
Author URI: http://blog.robfelty.com/
|
9 |
*/
|
10 |
|
11 |
/*
|
12 |
+
$Id: postie.php 118617 2009-05-18 01:52:54Z robfelty $
|
13 |
* -= Requests Pending =-
|
14 |
* German Umlats don't work
|
15 |
* Problem with some mail server
|
51 |
}
|
52 |
}
|
53 |
/* Version info
|
54 |
+
$Id: postie.php 118617 2009-05-18 01:52:54Z robfelty $
|
55 |
*/
|
56 |
?>
|
|
|
|
postie_test.php
CHANGED
@@ -16,7 +16,7 @@ get_currentuserinfo();
|
|
16 |
}
|
17 |
?>
|
18 |
|
19 |
-
<?
|
20 |
$images = array("Test.png",
|
21 |
"Test.jpg",
|
22 |
"Test.gif");
|
@@ -56,11 +56,11 @@ get_currentuserinfo();
|
|
56 |
<br/>
|
57 |
<h2>GD Library Test<h2>
|
58 |
<p>
|
59 |
-
|
60 |
</p>
|
61 |
<h2>Iconv Library Test<h2>
|
62 |
<p><i>Only required if you want to support ISO-2022-JP</i>
|
63 |
-
|
64 |
</p>
|
65 |
<br/>
|
66 |
<h2>Clock Tests<h2>
|
16 |
}
|
17 |
?>
|
18 |
|
19 |
+
<?php
|
20 |
$images = array("Test.png",
|
21 |
"Test.jpg",
|
22 |
"Test.gif");
|
56 |
<br/>
|
57 |
<h2>GD Library Test<h2>
|
58 |
<p>
|
59 |
+
<?php echo HasGDInstalled();?>
|
60 |
</p>
|
61 |
<h2>Iconv Library Test<h2>
|
62 |
<p><i>Only required if you want to support ISO-2022-JP</i>
|
63 |
+
<?php echo HasIconvInstalled();?>
|
64 |
</p>
|
65 |
<br/>
|
66 |
<h2>Clock Tests<h2>
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://blog.robfelty.com/plugins/postie
|
|
5 |
Tags: e-mail
|
6 |
Requires at least: 2.3
|
7 |
Tested up to: 2.8.beta
|
8 |
-
Stable tag: 1.2.
|
9 |
|
10 |
The Postie plugin allows you to blog via e-mail, including many advanced
|
11 |
features not found in wordpress's default post by e-mail feature.
|
@@ -19,7 +19,13 @@ imap and pop3, with the option for ssl with both. For usage notes, see the
|
|
19 |
[FAQ](faq) page
|
20 |
|
21 |
|
22 |
-
= What's new in
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
* Show empty categories for default category in options
|
24 |
* Image scaling fixed so that the smaller value of max image width and max
|
25 |
image height is used
|
@@ -257,6 +263,11 @@ If you send an e-mail to your postie address from an e-mail address that is no
|
|
257 |
t linked to a wordpress user, it will get posted as admin.
|
258 |
|
259 |
== History ==
|
|
|
|
|
|
|
|
|
|
|
260 |
* 1.2.2 (2009.05.15)
|
261 |
* Show empty categories for default category in options
|
262 |
* Image scaling fixed so that the smaller value of max image width and max
|
5 |
Tags: e-mail
|
6 |
Requires at least: 2.3
|
7 |
Tested up to: 2.8.beta
|
8 |
+
Stable tag: 1.2.3
|
9 |
|
10 |
The Postie plugin allows you to blog via e-mail, including many advanced
|
11 |
features not found in wordpress's default post by e-mail feature.
|
19 |
[FAQ](faq) page
|
20 |
|
21 |
|
22 |
+
= What's new in? =
|
23 |
+
* 1.2.3 (2009.05.17)
|
24 |
+
* Fixed headers already sent bug
|
25 |
+
* Converted shortcode `<?` to proper `<?php` (thanks brack)
|
26 |
+
* Deleting mails after processing again
|
27 |
+
|
28 |
+
* 1.2.2 (2009.05.15)
|
29 |
* Show empty categories for default category in options
|
30 |
* Image scaling fixed so that the smaller value of max image width and max
|
31 |
image height is used
|
263 |
t linked to a wordpress user, it will get posted as admin.
|
264 |
|
265 |
== History ==
|
266 |
+
* 1.2.3 (2009.05.17)
|
267 |
+
* Fixed headers already sent bug
|
268 |
+
* Converted shortcode `<?` to proper `<?php` (thanks brack)
|
269 |
+
* Deleting mails after processing again
|
270 |
+
|
271 |
* 1.2.2 (2009.05.15)
|
272 |
* Show empty categories for default category in options
|
273 |
* Image scaling fixed so that the smaller value of max image width and max
|