2008-02-19 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.3.4:
* lib/Catalyst/Helper/Controller/Atompub/Collection.pm
- remove query from URI for member resources
- add some characters to LocalRegex of edit_uri()
2008-02-15 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.3.3:
* lib/Catalyst/Helper/Controller/Atompub/Base.pm
- fix a bug in parsing arguments
* lib/Catalyst/Helper/Controller/Atompub/Collection.pm
- throw an error if HTTP body doesn't exist
- set //entry/summary in Media Link Entries
- add checks for some undef variables
* samples/MyBlog/lib/MyBlog/Controller/Html.pm
- add checks for some undef variables
* samples/MyBlog/lib/MyBlog/Controller/MediaCollection.pm
- overwrite //entry/content/@src and @type in Media Link
Entries
* samples/MyBlog/t/01.t
- add tests for //entry/content/@src and @type in Media Link
Entries
2008-01-18 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.3.2:
* Build.PL
- fix dependency
2007-12-12 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.3.1:
* lib/Catalyst/Helper/Controller/Atompub/Base.pm
- fix a bug in error method
2007-12-08 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.3.0:
* lib/Catalyst/Helper/Controller/Atompub/Collection.pm
lib/Catalyst/Helper/Controller/Atompub/Service.pm
- new helper classes
* lib/Catalyst/Controller/Atompub/Collection.pm
- parse method attributes by using Text::CSV (multiple
attributes are allowed, like ":Atompub(create, update)")
* Build.PL
- fix dependency
2007-12-07 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.2.4:
* MANIFEST
- add samples/*/atom.db
2007-12-07 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.2.3:
* samples/
- change database to SQLite3 from MySQL
- remove unnecessary POD
2007-11-29 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.2.2:
* lib/Catalyst/Controller/Atompub/Collection.pm
- unquote If-Match/If-None-Match values
thanks Marumoto
2007-11-19 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.2.1:
* samples
- insert line feeds at package lines to hide package name from
PAUSE.
* samples/MyBlog
- don't authenticate for HEAD
2007-11-17 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.2.0:
* lib/Catalyst/Controller/Atompub/Collection.pm
- fix a bug to respond 405 when unknown HTTP method
received
- process HEAD requests
* samples/MyBlog
- add //link[@rel=service]
- redirect to /html if a path is not defined
2007-10-02 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.1.8:
* Build.PL
- specify the version of Catalyst::Plugin::Static::Simple
2007-09-27 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.1.7:
* lib/Catalyst/Controller/Atompub/Collection.pm
- modify POD slightly
2007-09-27 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.1.6:
* lib/Catalyst/Controller/Atompub/Base.pm
- modify error handling
2007-09-26 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.1.5:
* lib/Catalyst/Controller/Atompub/Service
- don't set Content-Type and body if already set
* lib/Catalyst/Controller/Atompub/Base
- modify error handling
2007-09-18 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.1.4:
* samples/MyBlog
- add /feed/link[@type=alternate]
* Build.PL
- fix dependency
2007-09-16 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.1.3:
* Makefile.PL
- build_class => Module::Build
2007-09-14 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.1.2:
* samples/MyBlog
- don't update atom:updated in a Media Link Entry when the
corresponding Media Resource is updated
2007-09-14 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.1.1:
* lib/Catalyst/Controller/Atompub/Collection.pm
- fix POD on cache control
2007-09-14 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.1.0:
- thanks Tim for testing
* lib/Catalyst/Controller/Atompub/Collection.pm
- don't check If-Match on DELETE
- move an accessor for edited to the parent module
Catalyst::Controller::Atompub::Collection
* samples/MyBlog
- update app:edited and atom:updated in a Media Link Entry when
the corresponding Media Resource is updated
- change DB schema
2007-09-12 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.0.3:
* samples/MyBlog
- returns 404 at MyBlog/Controller/Root.pm
* lib/Catalyst/Controller/Atompub/Collection.pm
- rewrite make_edit_uri in POD
2007-09-11 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.0.2:
* samples/MyAtom
- rename sample application to MyAtom from MyApp
2007-09-10 Takeru INOUE <takeru.inoue _ gmail.com>
* release 0.0.1: created by Module::Starter