about summary refs log tree commit diff stats
path: root/update
Commit message (Collapse)AuthorAgeFilesLines
* Update: Continued to work on ACP for phpBB3 pluginKelly Rauchenberger2008-08-063-11/+26
| | | | | | | The module now has two working form elements, Subscription Title and Central Server (URL). They both read and write to the database. Refs #7
* Update: Started InstaDisc ACP for phpBB3 pluginKelly Rauchenberger2008-08-064-0/+151
| | | | Refs #7
* 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.
* Update: Fixed extra + concatenationKelly Rauchenberger2008-08-041-1/+1
| | | | This really should have happened in [59]. It's [37] all over again.
* Update: Fixed up a few errors in QAKelly Rauchenberger2008-08-041-1/+2
|
* Update: Renamed library functionKelly Rauchenberger2008-08-021-1/+1
| | | | Renamed function sendItem() to use the general prefix (instaDisc_) to prevent include file confusion.
* Central: Added recieving functionsKelly Rauchenberger2008-08-011-1/+1
| | | | The next step is to implement the instaDisc_* functions and complete the Central Server.
* Update Server: Added XML-RPC to LibraryKelly Rauchenberger2008-08-0110-0/+6222