about summary refs log tree commit diff stats
path: root/update/plugin/wordpress
Commit message (Collapse)AuthorAgeFilesLines
* Update: Added encryption fields to admin panelKelly Rauchenberger2008-08-211-1/+15
| | | | Refs #38
* Update: Added VerID bounce to phpBB3 and WordpressKelly Rauchenberger2008-08-211-2/+14
| | | | | Subversion is on its way as well, just it needs to be opened in NetBeans. Refs #44
* General: Upgraded Verification ID generationKelly Rauchenberger2008-08-161-2/+2
| | | | Verification IDs in Central and Update can now be between 0 and 2147483647. Closes #37
* Update: Fixed semantics in Wordpress pluginKelly Rauchenberger2008-08-061-2/+2
| | | | See [90]
* Update: Modified Wordpress plugin ACPKelly Rauchenberger2008-08-061-2/+2
| | | | | | Now the Subscription File URL uses the "static text" style started in [87] instead of the "input box" style. Refs #6
* Update: Added default title to Wordpress pluginKelly Rauchenberger2008-08-051-0/+5
| | | | Now the Subscription Title defaults to the blog's name.
* Update: Fixed author display in Wordpress pluginKelly Rauchenberger2008-08-052-6/+5
| | | | | Also fixed a typo in the admin panel and removed the postfix from the comments' subscription's title. Fixes #20.
* Update: Added comment feed to Wordpress pluginKelly Rauchenberger2008-08-051-3/+27
| | | | | Now with the addition of the comment feed, the Wordpress plugin is complete. (Well, it needs some tweaking, #17). Closes #6.
* Update: Added post action hookKelly Rauchenberger2008-08-051-1/+54
| | | | | Wordpress now sends InstaDisc items whenever a post is published. However, there seems to be yet ANOTHER strange error with the client because it is, once again, not recieving any items. Refs #6.
* Update: Imported XML-RPC librariesKelly Rauchenberger2008-08-0510-0/+6239
| | | | | Also added subscription.php to source control, which should have been done in the previous commit. Yet another [15]. Refs #6 and #17.
* Update: Created Subscription FilesKelly Rauchenberger2008-08-051-0/+14
| | | | | | | Currently, a seperate php file generates the subscription files. This is a bad scheme as it requires the subscription URL (as in, the URL you use to subscribe, the URL to the Subscription File) is long and winds down the Wordpress plugin directory. Hopefully, an alternate to this method will be found. Refs #6.
* Update: Started pluginKelly Rauchenberger2008-08-051-0/+91
Plugin now contains header info (for display at plugin table) and an admin panel. Refs #6.