ChangeLog

2016-11-14

2016-11-14 Michael Granger <ged@FaerieMUD.org>

.hoerc, README.rdoc

Clean up some stuff prior to release. [c2175048a3a1] [blah, qbase, qtip, tip]

lib/thingfish/processor/mp3.rb, spec/thingfish/processor/mp3_spec.rb

Merge with default [afdfbc98f906] [github/master, qparent]

2016-11-13

2016-11-13 Mahlon E. Smith <mahlon@martini.nu>

Rakefile, lib/thingfish/processor/mp3.rb, spec/thingfish/processor/mp3_spec.rb

Remove the mp3 processor from core Thingfish, broken out into a separate gem: thingfish-processor-mp3. [f81301422584]

lib/thingfish/handler.rb, spec/thingfish/handler_spec.rb

Add etagging and content disposition headers to related resources requested by name. [b95907939c6a]

lib/thingfish/processor/sha256.rb, spec/thingfish/processor/sha256_spec.rb

Add checksums to related resources as they are created. [3d0c0c109e53]

lib/thingfish/handler.rb

Remove related resources before the primary resource, so metastore backends that have associations can function as intended. [db4395d8c406]

lib/thingfish/handler.rb, spec/thingfish/handler_spec.rb

Add a Content-Disposition with a filename hint, if the fetched object contains a title. [d0c0ca27b0f5]

lib/thingfish/handler.rb, spec/thingfish/handler_spec.rb

Various alterations to ease integration with javascript REST libraries. - Return altered metadata content when POSTing, PUTing, or DELETEing resource metadata. - Make related resource keys accept the 'dash' character. - Include the oid of the resource as part of the resource metadata, for libraries that expect the object ID to be part of the object. Strip it back out when saving/merging. - Fix the metadata PUT path, so database-backed models can distinguish between a new row that needs inserting, and an existing one that needs updating. - Silently ignore operational metadata in PUT and POST updates, rather than throwing FORBIDDEN, which would require the client to strip those pairs before sending. FORBIDDEN is still thrown on explicit operational value modification attempts. [be74684c7084]

2016-11-11

2016-11-11 Michael Granger <ged@FaerieMUD.org>

.hgignore

Ignore .paw files [81d20208b3f0]

certs/ged.pem

Update my gem signing cert [6cc4136411d9]

2016-11-03

2016-11-03 Michael Granger <ged@FaerieMUD.org>

.hgtags

Added tag v0.5.0.pre20161103181816 for changeset a5f9bfaa7f2c [7391dcefbba4]

Manifest.txt, thingfish.gemspec

Update the manifest, bump the gemspec [a5f9bfaa7f2c] [v0.5.0.pre20161103181816]

2016-11-03 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/handler.rb, spec/thingfish/handler_spec.rb

Include the oid of the resource as part of the metadata hash. [66a402580682]

2016-11-02

2016-11-02 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/handler.rb, spec/thingfish/handler_spec.rb

Sanity check extracted metadata before attempting to store the resource. [6c9c98cdd472]

.rvmrc, lib/thingfish/handler.rb, spec/thingfish/handler_spec.rb

Add etag support for browser cached resources. Metadata must contain a checksum, generated by a processor (such as the sha256 one that comes bundled with Thingfish.) [3614874f8eac]

lib/thingfish/handler.rb

Add an ACL hook intended for child handlers to make access decisions based on arbitrary metadata content. [6ac636ee205e]

2015-12-16

2015-12-16 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/behaviors.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/spechelpers.rb

Uncomment and enable metadata ordering in the memory metastore [5d5ba303a60d]

2015-12-10

2015-12-10 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/processor.rb, spec/thingfish/handler_spec.rb

Processors shouldn't run for requests under the metadata URI space. [a4229d8f9d47]

2015-12-10 Michael Granger <ged@FaerieMUD.org>

.hgignore

Ignore the coverage/ directory [a08dd251e71f]

2015-12-09

2015-12-09 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/handler.rb, spec/thingfish/handler_spec.rb

Add REST endpoints for fetching related resources.

2015-12-09 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/processor/sha256.rb

Fix the checksum processor for IOs without a path. [5d2c2fbb2ce2]

2015-11-30

2015-11-30 Michael Granger <ged@FaerieMUD.org>

2015-11-30 Michael Granger <ged@FaerieMUD.org>

.hoerc, Gemfile, Rakefile, certs/ged.pem, thingfish.gemspec

Update build files [7a262deea0d0]

2015-11-19

2015-11-19 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/processor/mp3.rb, lib/thingfish/processor/sha256.rb, spec/thingfish/processor/sha256_spec.rb

Add a simple sha256 checksum processor. [3711856bc184]

2015-11-16

2015-11-16 Mahlon E. Smith <mahlon@laika.com>

.gems, experiments/event_grabber.rb, lib/thingfish/handler.rb, spec/thingfish/handler_spec.rb

Allow disabling the ZMQ socket. Fix a typo from last commit. Add a test event consumer. [d1c0d304b1cf]

2015-11-04

2015-11-04 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/behaviors.rb, lib/thingfish/handler.rb

Small fixes. - Fix related resource test (ensure 'parent' resource exists first) - Use the required metastore API when removing related resources. [4841db831f81]

2015-11-02

2015-11-02 Mahlon E. Smith <mahlon@laika.com>

LICENSE, Manifest.txt, lib/thingfish/handler.rb, lib/thingfish/processor/mp3.rb

Small fixes. - Only add the URI path separator if it is missing (mongrel conf might already include it) - Don't overshadow the mp3 metadata when generating album art titles. [4912822d28a9]

2015-04-01

2015-04-01 Mahlon E. Smith <mahlon@martini.nu>

.gems, .rvm.gems, .rvmrc

Bump development default ruby version, rename rvm gems file. [e4e32557a542]

2015-02-27

2015-02-27 Michael Granger <ged@FaerieMUD.org>

.hgignore, lib/thingfish/behaviors.rb, lib/thingfish/handler.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/spechelpers.rb, spec/thingfish/handler_spec.rb, spec/thingfish/metastore_spec.rb

Set uploadaddress for related resources too [40b1d097b450]

.rvmrc

Bump Ruby version to 2.2 [f6c8229bda74]

2015-01-28

2015-01-28 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/behaviors.rb, lib/thingfish/datastore.rb, lib/thingfish/datastore/memory.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/spechelpers.rb, spec/thingfish/datastore/memory_spec.rb, spec/thingfish/datastore_spec.rb, spec/thingfish/metastore_spec.rb

Disambiguate all the methods which operate on OIDs. - Rename keys, each_key, and each_uuid to oids, each_oid, and each_oid, respectively. - Extract datastore specification into a shared behavior - Make the encoding of all of the test constant data ASCII-8BIT to better emulate what it will be coming from Mongrel2. [9a84ed84da51]

2015-01-14

2015-01-14 Michael Granger <ged@FaerieMUD.org>

Manifest.txt, lib/thingfish/behaviors.rb, lib/thingfish/datastore/memory.rb, lib/thingfish/metastore/memory.rb, spec/thingfish/metastore/memory_spec.rb

Extract metastore specs into a shared behavior. This also fixes the name of the memory metastore to follow the new naming convention. [ef01b34af2d1]

2014-12-17

2014-12-17 Michael Granger <ged@FaerieMUD.org>

.hgignore, .rvm.gems, Manifest.txt, Rakefile, lib/thingfish/handler.rb, spec/thingfish/datastore/memory_spec.rb, spec/thingfish/handler_spec.rb

Add support for `sendfile` extended Mongrel2 responses. [dbd962101611]

plugins-old/thingfish-filestore-filesystem/LICENSE, plugins-old /thingfish-filestore-filesystem/README, plugins-old/thingfish- filestore-filesystem/Rakefile, plugins-old/thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins-old /thingfish-filestore- filesystem/spec/thingfish/filestore/filesystem_spec.rb, plugins-old /thingfish-filter-basicauth/LICENSE, plugins-old/thingfish-filter- basicauth/README, plugins-old/thingfish-filter-basicauth/Rakefile, plugins-old/thingfish-filter- basicauth/lib/thingfish/filter/basicauth.rb, plugins-old/thingfish- filter-basicauth/spec/thingfish/filter/basicauth_spec.rb, plugins- old/thingfish-filter-exif/LICENSE, plugins-old/thingfish-filter- exif/README, plugins-old/thingfish-filter-exif/Rakefile, plugins-old /thingfish-filter-exif/lib/thingfish/filter/exif.rb, plugins-old /thingfish-filter-exif/spec/thingfish/filter/exif_spec.rb, plugins- old/thingfish-filter-image/LICENSE, plugins-old/thingfish-filter- image/README, plugins-old/thingfish-filter-image/Rakefile, plugins- old/thingfish-filter-image/lib/thingfish/filter/image.rb, plugins- old/thingfish-filter-image/spec/data/testimage.png, plugins-old /thingfish-filter-image/spec/thingfish/filter/image_spec.rb, plugins-old/thingfish-filter-json/LICENSE, plugins-old/thingfish- filter-json/README, plugins-old/thingfish-filter-json/Rakefile, plugins-old/thingfish-filter-json/lib/thingfish/filter/json.rb, plugins-old/thingfish-filter- json/spec/thingfish/filter/json_spec.rb, plugins-old/thingfish- filter-mp3/LICENSE, plugins-old/thingfish-filter-mp3/README, plugins-old/thingfish-filter-mp3/Rakefile, plugins-old/thingfish- filter-naughty/LICENSE, plugins-old/thingfish-filter-naughty/README, plugins-old/thingfish-filter-naughty/Rakefile, plugins-old /thingfish-filter-naughty/lib/thingfish/filter/naughty.rb, plugins- old/thingfish-filter-naughty/spec/thingfish/filter/naughty_spec.rb, plugins-old/thingfish-filter-rfc2822/LICENSE, plugins-old/thingfish- filter-rfc2822/README, plugins-old/thingfish-filter- rfc2822/Rakefile, plugins-old/thingfish-filter- rfc2822/lib/thingfish/filter/rfc2822.rb, plugins-old/thingfish- filter-rfc2822/spec/data/mixed.eml, plugins-old/thingfish-filter- rfc2822/spec/data/simple.eml, plugins-old/thingfish-filter- rfc2822/spec/thingfish/filter/rfc2822_spec.rb, plugins-old /thingfish-filter-xml/LICENSE, plugins-old/thingfish-filter- xml/README, plugins-old/thingfish-filter-xml/Rakefile, plugins-old /thingfish-filter-xml/lib/thingfish/filter/xml.rb, plugins-old /thingfish-filter-xml/spec/thingfish/filter/xml_spec.rb, plugins-old /thingfish-handler-formupload/LICENSE, plugins-old/thingfish- handler-formupload/README, plugins-old/thingfish-handler- formupload/Rakefile, plugins-old/thingfish-handler- formupload/lib/thingfish/handler/formupload.rb, plugins-old /thingfish-handler-formupload/resources/index_content.rhtml, plugins-old/thingfish-handler- formupload/resources/static/js/jquery.MultiFile.js, plugins-old /thingfish-handler-formupload/resources/upload.rhtml, plugins-old /thingfish-handler-formupload/resources/uploadform.rhtml, plugins- old/thingfish-handler- formupload/spec/thingfish/handler/formupload_spec.rb, plugins-old /thingfish-handler-inspect/LICENSE, plugins-old/thingfish-handler- inspect/README, plugins-old/thingfish-handler-inspect/Rakefile, plugins-old/thingfish-handler- inspect/lib/thingfish/handler/inspect.rb, plugins-old/thingfish- handler-inspect/resources/defaults.yaml, plugins-old/thingfish- handler-inspect/resources/index_content.rhtml, plugins-old /thingfish-handler-inspect/resources/inspect.rhtml, plugins-old /thingfish-handler-inspect/spec/thingfish/handler/inspect_spec.rb, plugins-old/thingfish-handler-mailinglists/LICENSE, plugins-old /thingfish-handler-mailinglists/README, plugins-old/thingfish- handler-mailinglists/Rakefile, plugins-old/thingfish-handler- mailinglists/lib/thingfish/handler/mailinglists.rb, plugins-old /thingfish-handler- mailinglists/spec/thingfish/handler/mailinglists_spec.rb, plugins- old/thingfish-metastore-marshalled/LICENSE, plugins-old/thingfish- metastore-marshalled/README, plugins-old/thingfish-metastore- marshalled/Rakefile, plugins-old/thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins-old /thingfish-metastore- marshalled/spec/thingfish/metastore/marshalled_spec.rb, plugins-old /thingfish-metastore-rdf/LICENSE, plugins-old/thingfish-metastore- rdf/README, plugins-old/thingfish-metastore-rdf/Rakefile, plugins- old/thingfish-metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins- old/thingfish-metastore-rdf/spec/thingfish/metastore/rdf_spec.rb, plugins-old/thingfish-metastore-semantic/LICENSE, plugins-old /thingfish-metastore-semantic/README, plugins-old/thingfish- metastore-semantic/Rakefile, plugins-old/thingfish-metastore- semantic/lib/thingfish/metastore/semantic.rb, plugins-old/thingfish- metastore-semantic/resources/cc.rdf, plugins-old/thingfish- metastore-semantic/resources/dcelements.rdf, plugins-old/thingfish- metastore-semantic/resources/dcterms.rdf, plugins-old/thingfish- metastore-semantic/resources/foaf.rdf, plugins-old/thingfish- metastore-semantic/spec/thingfish/metastore/semantic_spec.rb, plugins-old/thingfish-metastore-sequel/LICENSE, plugins-old /thingfish-metastore-sequel/README, plugins-old/thingfish-metastore- sequel/Rakefile, plugins-old/thingfish-metastore- sequel/lib/thingfish/metastore/sequel.rb, plugins-old/thingfish- metastore-sequel/spec/thingfish/metastore/sequel_spec.rb, plugins- old/thingfish-metastore-sqlite/LICENSE, plugins-old/thingfish- metastore-sqlite/README, plugins-old/thingfish-metastore- sqlite/Rakefile, plugins-old/thingfish-metastore- sqlite/lib/thingfish/metastore/sqlite3.rb, plugins-old/thingfish- metastore-sqlite/resources/base-schema.sql, plugins-old/thingfish- metastore-sqlite/spec/thingfish/metastore/sqlite3_spec.rb

Remove the old plugins [17ccaca5ab1d]

Procfile

thingfishd -> thingfish [b6c2c468cb7f]

2014-12-11

2014-12-11 Michael Granger <ged@FaerieMUD.org>

.env, .hgignore, .irbrc, .rvm.gems, NEW.md, Processors.rdoc, Procfile, Rakefile, bin/thingfish, bin/thingfishd, docs/ThingFish- Design-Diagrams.graffle, docs/asset-vocabulary.xml, docs/manual/layouts/default.page, docs/manual/lib/api-filter.rb, docs/manual/lib/editorial-filter.rb, docs/manual/lib/examples- filter.rb, docs/manual/lib/links-filter.rb, docs/manual/src/Developers_Guide/connecting.page, docs/manual/src/Developers_Guide/cookbook.page, docs/manual/src/Developers_Guide/index.page, docs/manual/src/Developers_Guide/js-client.page, docs/manual/src/Developers_Guide/ruby-client.page, docs/manual/src/Developers_Guide/writing-your-own-client.page, docs/manual/src/Hackers_Guide/api-guided-tour.page, docs/manual/src/Hackers_Guide/index.page, docs/manual/src/Hackers_Guide/server-architecture.page, docs/manual/src/Hackers_Guide/writing-filestores.page, docs/manual/src/Hackers_Guide/writing-filters.page, docs/manual/src/Hackers_Guide/writing-handlers.page, docs/manual/src/Hackers_Guide/writing-metastores.page, docs/manual/src/getting-started.page, docs/manual/src/index.page, docs/presentations/laika-it-20071125/index.html, docs/presentations /laika-it-20071125/index.s5, docs/presentations/laika- it-20071125/pix/thingfish-banner.png, docs/presentations/laika- it-20071125/pix/thingfish-logo-desat.jpg, docs/presentations/laika- it-20071125/pix/thingfish-logo.jpg, docs/presentations/laika- it-20071125/ui/laika/blank.gif, docs/presentations/laika- it-20071125/ui/laika/bodybg.gif, docs/presentations/laika- it-20071125/ui/laika/framing.css, docs/presentations/laika- it-20071125/ui/laika/iepngfix.htc, docs/presentations/laika- it-20071125/ui/laika/opera.css, docs/presentations/laika- it-20071125/ui/laika/outline.css, docs/presentations/laika- it-20071125/ui/laika/pretty.css, docs/presentations/laika- it-20071125/ui/laika/print.css, docs/presentations/laika- it-20071125/ui/laika/s5-core.css, docs/presentations/laika- it-20071125/ui/laika/slides.css, docs/presentations/laika- it-20071125/ui/laika/slides.js, docs/thingfish.owl, etc/m2-config.rb, etc/mongrel2-config.rb, experiments/TEMPLATE.rb.tpl, experiments/ab_patches/ab_extra_methods.patch, experiments/ab_patches/ab_millisecond.patch, experiments/bench-uuid- parse.rb, experiments/clientapi.rb, experiments/construct_test.rb, experiments/content-negotiation-spike.rb, experiments/convert_to_8spec.rb, experiments/dc-rdf-model.rb, experiments/define_setter_argument.rb, experiments/ebbtest.rb, experiments/event_connect_states.rb, experiments/event_grabber.rb, experiments/extract_metadata.rb, experiments/flood.xml, experiments/gnuplot_example.gp, experiments/migrate_metastore.rb, experiments/multipart_parsing/parse_1341.rb, experiments/net- https.rb, experiments/pure_http_client.rb, experiments/ragel_playtime.rl, experiments/rdf-classgen.rb, experiments/rdf-metastore-spike.rb, experiments/rev_httpd.rb, lib/thingfish/mixins.rb, misc/clientlibs/javascript/thingfish.js, misc/clientlibs/perl/ThingFish/Client.pm, misc/clientlibs/perl/ThingFish/Resource.pm, misc/clientlibs/perl/client.pl, misc/raw-http-requests/index-get- request, misc/raw-http-requests/post-request, misc/raw-http-requests /put-metadata-request, misc/raw-http-requests/put-metadata-request- json, misc/raw-http-requests/uuid-get-request, misc/testimage.jpg, plugins/thingfish-filestore-filesystem/LICENSE, plugins/thingfish- filestore-filesystem/README, plugins/thingfish-filestore- filesystem/Rakefile, plugins/thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- filestore-filesystem/spec/thingfish/filestore/filesystem_spec.rb, plugins/thingfish-filter-basicauth/LICENSE, plugins/thingfish- filter-basicauth/README, plugins/thingfish-filter- basicauth/Rakefile, plugins/thingfish-filter- basicauth/lib/thingfish/filter/basicauth.rb, plugins/thingfish- filter-basicauth/spec/thingfish/filter/basicauth_spec.rb, plugins /thingfish-filter-exif/LICENSE, plugins/thingfish-filter- exif/README, plugins/thingfish-filter-exif/Rakefile, plugins /thingfish-filter-exif/lib/thingfish/filter/exif.rb, plugins /thingfish-filter-exif/spec/thingfish/filter/exif_spec.rb, plugins /thingfish-filter-image/LICENSE, plugins/thingfish-filter- image/README, plugins/thingfish-filter-image/Rakefile, plugins /thingfish-filter-image/lib/thingfish/filter/image.rb, plugins /thingfish-filter-image/spec/data/testimage.png, plugins/thingfish- filter-image/spec/thingfish/filter/image_spec.rb, plugins/thingfish- filter-json/LICENSE, plugins/thingfish-filter-json/README, plugins /thingfish-filter-json/Rakefile, plugins/thingfish-filter- json/lib/thingfish/filter/json.rb, plugins/thingfish-filter- json/spec/thingfish/filter/json_spec.rb, plugins/thingfish-filter- mp3/LICENSE, plugins/thingfish-filter-mp3/README, plugins/thingfish- filter-mp3/Rakefile, plugins/thingfish-filter-naughty/LICENSE, plugins/thingfish-filter-naughty/README, plugins/thingfish-filter- naughty/Rakefile, plugins/thingfish-filter- naughty/lib/thingfish/filter/naughty.rb, plugins/thingfish-filter- naughty/spec/thingfish/filter/naughty_spec.rb, plugins/thingfish- filter-rfc2822/LICENSE, plugins/thingfish-filter-rfc2822/README, plugins/thingfish-filter-rfc2822/Rakefile, plugins/thingfish-filter- rfc2822/lib/thingfish/filter/rfc2822.rb, plugins/thingfish-filter- rfc2822/spec/data/mixed.eml, plugins/thingfish-filter- rfc2822/spec/data/simple.eml, plugins/thingfish-filter- rfc2822/spec/thingfish/filter/rfc2822_spec.rb, plugins/thingfish- filter-xml/LICENSE, plugins/thingfish-filter-xml/README, plugins /thingfish-filter-xml/Rakefile, plugins/thingfish-filter- xml/lib/thingfish/filter/xml.rb, plugins/thingfish-filter- xml/spec/thingfish/filter/xml_spec.rb, plugins/thingfish-handler- formupload/LICENSE, plugins/thingfish-handler-formupload/README, plugins/thingfish-handler-formupload/Rakefile, plugins/thingfish- handler-formupload/lib/thingfish/handler/formupload.rb, plugins /thingfish-handler-formupload/resources/index_content.rhtml, plugins /thingfish-handler- formupload/resources/static/js/jquery.MultiFile.js, plugins /thingfish-handler-formupload/resources/upload.rhtml, plugins /thingfish-handler-formupload/resources/uploadform.rhtml, plugins /thingfish-handler- formupload/spec/thingfish/handler/formupload_spec.rb, plugins /thingfish-handler-inspect/LICENSE, plugins/thingfish-handler- inspect/README, plugins/thingfish-handler-inspect/Rakefile, plugins /thingfish-handler-inspect/lib/thingfish/handler/inspect.rb, plugins /thingfish-handler-inspect/resources/defaults.yaml, plugins /thingfish-handler-inspect/resources/index_content.rhtml, plugins /thingfish-handler-inspect/resources/inspect.rhtml, plugins /thingfish-handler-inspect/spec/thingfish/handler/inspect_spec.rb, plugins/thingfish-handler-mailinglists/LICENSE, plugins/thingfish- handler-mailinglists/README, plugins/thingfish-handler- mailinglists/Rakefile, plugins/thingfish-handler- mailinglists/lib/thingfish/handler/mailinglists.rb, plugins /thingfish-handler- mailinglists/spec/thingfish/handler/mailinglists_spec.rb, plugins /thingfish-metastore-marshalled/LICENSE, plugins/thingfish- metastore-marshalled/README, plugins/thingfish-metastore- marshalled/Rakefile, plugins/thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-marshalled/spec/thingfish/metastore/marshalled_spec.rb, plugins/thingfish-metastore-rdf/LICENSE, plugins/thingfish- metastore-rdf/README, plugins/thingfish-metastore-rdf/Rakefile, plugins/thingfish-metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish-metastore- rdf/spec/thingfish/metastore/rdf_spec.rb, plugins/thingfish- metastore-semantic/LICENSE, plugins/thingfish-metastore- semantic/README, plugins/thingfish-metastore-semantic/Rakefile, plugins/thingfish-metastore- semantic/lib/thingfish/metastore/semantic.rb, plugins/thingfish- metastore-semantic/resources/cc.rdf, plugins/thingfish-metastore- semantic/resources/dcelements.rdf, plugins/thingfish-metastore- semantic/resources/dcterms.rdf, plugins/thingfish-metastore- semantic/resources/foaf.rdf, plugins/thingfish-metastore- semantic/spec/thingfish/metastore/semantic_spec.rb, plugins /thingfish-metastore-sequel/LICENSE, plugins/thingfish-metastore- sequel/README, plugins/thingfish-metastore-sequel/Rakefile, plugins /thingfish-metastore-sequel/lib/thingfish/metastore/sequel.rb, plugins/thingfish-metastore- sequel/spec/thingfish/metastore/sequel_spec.rb, plugins/thingfish- metastore-sqlite/LICENSE, plugins/thingfish-metastore-sqlite/README, plugins/thingfish-metastore-sqlite/Rakefile, plugins/thingfish- metastore-sqlite/lib/thingfish/metastore/sqlite3.rb, plugins /thingfish-metastore-sqlite/resources/base-schema.sql, plugins /thingfish-metastore- sqlite/spec/thingfish/metastore/sqlite3_spec.rb, spec/helpers.rb, spec/thingfish/handler_spec.rb

Merged with Mahlon's changes from Bitbucket. [76899dd87399]

2014-12-10

2014-12-10 Michael Granger <ged@FaerieMUD.org>

.rvm.gems, .tm_properties, Procfile, Rakefile, etc/m2-config.rb, etc/mongrel2.sqlite, lib/thingfish/datastore.rb, lib/thingfish/handler.rb, lib/thingfish/mixins.rb, spec/thingfish/datastore/memory_spec.rb, spec/thingfish/datastore_spec.rb, spec/thingfish/handler_spec.rb

Add support for async upload/sendfile download [b94cb96e64e4]

lib/thingfish/spechelpers.rb, spec/constants.rb, spec/helpers.rb

Break out spec helpers into a reusable lib [a4ba8d2a7097]

.hgignore

Add some more stuff to the ignorefile [e4d2afd49818]

2014-10-09

2014-10-09 Mahlon E. Smith <mahlon@martini.nu>

.env, .hgignore, .irbrc, .rvm.gems, LICENSE, NEW.md, Processors.rdoc, Procfile, README.rdoc, Rakefile, bin/thingfish, bin/thingfishd, docs/ThingFish-Design-Diagrams.graffle, docs/asset- vocabulary.xml, docs/manual/layouts/default.page, docs/manual/lib /api-filter.rb, docs/manual/lib/editorial-filter.rb, docs/manual/lib /examples-filter.rb, docs/manual/lib/links-filter.rb, docs/manual/src/Developers_Guide/connecting.page, docs/manual/src/Developers_Guide/cookbook.page, docs/manual/src/Developers_Guide/index.page, docs/manual/src/Developers_Guide/js-client.page, docs/manual/src/Developers_Guide/ruby-client.page, docs/manual/src/Developers_Guide/writing-your-own-client.page, docs/manual/src/Hackers_Guide/api-guided-tour.page, docs/manual/src/Hackers_Guide/index.page, docs/manual/src/Hackers_Guide/server-architecture.page, docs/manual/src/Hackers_Guide/writing-filestores.page, docs/manual/src/Hackers_Guide/writing-filters.page, docs/manual/src/Hackers_Guide/writing-handlers.page, docs/manual/src/Hackers_Guide/writing-metastores.page, docs/manual/src/getting-started.page, docs/manual/src/index.page, docs/presentations/laika-it-20071125/index.html, docs/presentations /laika-it-20071125/index.s5, docs/presentations/laika- it-20071125/pix/thingfish-banner.png, docs/presentations/laika- it-20071125/pix/thingfish-logo-desat.jpg, docs/presentations/laika- it-20071125/pix/thingfish-logo.jpg, docs/presentations/laika- it-20071125/ui/laika/blank.gif, docs/presentations/laika- it-20071125/ui/laika/bodybg.gif, docs/presentations/laika- it-20071125/ui/laika/framing.css, docs/presentations/laika- it-20071125/ui/laika/iepngfix.htc, docs/presentations/laika- it-20071125/ui/laika/opera.css, docs/presentations/laika- it-20071125/ui/laika/outline.css, docs/presentations/laika- it-20071125/ui/laika/pretty.css, docs/presentations/laika- it-20071125/ui/laika/print.css, docs/presentations/laika- it-20071125/ui/laika/s5-core.css, docs/presentations/laika- it-20071125/ui/laika/slides.css, docs/presentations/laika- it-20071125/ui/laika/slides.js, docs/thingfish.owl, etc/m2-config.rb, etc/mongrel2-config.rb, etc/mongrel2.sqlite, etc/thingfish.conf.example, experiments/NEW.md, experiments/Processors.rdoc, experiments/TEMPLATE.rb.tpl, experiments/ab_patches/ab_extra_methods.patch, experiments/ab_patches/ab_millisecond.patch, experiments/bench-uuid- parse.rb, experiments/clientapi.rb, experiments/construct_test.rb, experiments/content-negotiation-spike.rb, experiments/convert_to_8spec.rb, experiments/dc-rdf-model.rb, experiments/define_setter_argument.rb, experiments/ebbtest.rb, experiments/event_connect_states.rb, experiments/event_grabber.rb, experiments/extract_metadata.rb, experiments/flood.xml, experiments/gnuplot_example.gp, experiments/migrate_metastore.rb, experiments/multipart_parsing/parse_1341.rb, experiments/net- https.rb, experiments/pure_http_client.rb, experiments/ragel_playtime.rl, experiments/ragel_search_parsing.pl, experiments/rdf-classgen.rb, experiments/rdf-metastore-spike.rb, experiments/rev_httpd.rb, misc/clientlibs/javascript/thingfish.js, misc/clientlibs/perl/ThingFish/Client.pm, misc/clientlibs/perl/ThingFish/Resource.pm, misc/clientlibs/perl/client.pl, misc/raw-http-requests/index-get- request, misc/raw-http-requests/post-request, misc/raw-http-requests /put-metadata-request, misc/raw-http-requests/put-metadata-request- json, misc/raw-http-requests/uuid-get-request, misc/testimage.jpg, plugins-old/thingfish-filestore-filesystem/LICENSE, plugins-old /thingfish-filestore-filesystem/README, plugins-old/thingfish- filestore-filesystem/Rakefile, plugins-old/thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins-old /thingfish-filestore- filesystem/spec/thingfish/filestore/filesystem_spec.rb, plugins-old /thingfish-filter-basicauth/LICENSE, plugins-old/thingfish-filter- basicauth/README, plugins-old/thingfish-filter-basicauth/Rakefile, plugins-old/thingfish-filter- basicauth/lib/thingfish/filter/basicauth.rb, plugins-old/thingfish- filter-basicauth/spec/thingfish/filter/basicauth_spec.rb, plugins- old/thingfish-filter-exif/LICENSE, plugins-old/thingfish-filter- exif/README, plugins-old/thingfish-filter-exif/Rakefile, plugins-old /thingfish-filter-exif/lib/thingfish/filter/exif.rb, plugins-old /thingfish-filter-exif/spec/thingfish/filter/exif_spec.rb, plugins- old/thingfish-filter-image/LICENSE, plugins-old/thingfish-filter- image/README, plugins-old/thingfish-filter-image/Rakefile, plugins- old/thingfish-filter-image/lib/thingfish/filter/image.rb, plugins- old/thingfish-filter-image/spec/data/testimage.png, plugins-old /thingfish-filter-image/spec/thingfish/filter/image_spec.rb, plugins-old/thingfish-filter-json/LICENSE, plugins-old/thingfish- filter-json/README, plugins-old/thingfish-filter-json/Rakefile, plugins-old/thingfish-filter-json/lib/thingfish/filter/json.rb, plugins-old/thingfish-filter- json/spec/thingfish/filter/json_spec.rb, plugins-old/thingfish- filter-mp3/LICENSE, plugins-old/thingfish-filter-mp3/README, plugins-old/thingfish-filter-mp3/Rakefile, plugins-old/thingfish- filter-naughty/LICENSE, plugins-old/thingfish-filter-naughty/README, plugins-old/thingfish-filter-naughty/Rakefile, plugins-old /thingfish-filter-naughty/lib/thingfish/filter/naughty.rb, plugins- old/thingfish-filter-naughty/spec/thingfish/filter/naughty_spec.rb, plugins-old/thingfish-filter-rfc2822/LICENSE, plugins-old/thingfish- filter-rfc2822/README, plugins-old/thingfish-filter- rfc2822/Rakefile, plugins-old/thingfish-filter- rfc2822/lib/thingfish/filter/rfc2822.rb, plugins-old/thingfish- filter-rfc2822/spec/data/mixed.eml, plugins-old/thingfish-filter- rfc2822/spec/data/simple.eml, plugins-old/thingfish-filter- rfc2822/spec/thingfish/filter/rfc2822_spec.rb, plugins-old /thingfish-filter-xml/LICENSE, plugins-old/thingfish-filter- xml/README, plugins-old/thingfish-filter-xml/Rakefile, plugins-old /thingfish-filter-xml/lib/thingfish/filter/xml.rb, plugins-old /thingfish-filter-xml/spec/thingfish/filter/xml_spec.rb, plugins-old /thingfish-handler-formupload/LICENSE, plugins-old/thingfish- handler-formupload/README, plugins-old/thingfish-handler- formupload/Rakefile, plugins-old/thingfish-handler- formupload/lib/thingfish/handler/formupload.rb, plugins-old /thingfish-handler-formupload/resources/index_content.rhtml, plugins-old/thingfish-handler- formupload/resources/static/js/jquery.MultiFile.js, plugins-old /thingfish-handler-formupload/resources/upload.rhtml, plugins-old /thingfish-handler-formupload/resources/uploadform.rhtml, plugins- old/thingfish-handler- formupload/spec/thingfish/handler/formupload_spec.rb, plugins-old /thingfish-handler-inspect/LICENSE, plugins-old/thingfish-handler- inspect/README, plugins-old/thingfish-handler-inspect/Rakefile, plugins-old/thingfish-handler- inspect/lib/thingfish/handler/inspect.rb, plugins-old/thingfish- handler-inspect/resources/defaults.yaml, plugins-old/thingfish- handler-inspect/resources/index_content.rhtml, plugins-old /thingfish-handler-inspect/resources/inspect.rhtml, plugins-old /thingfish-handler-inspect/spec/thingfish/handler/inspect_spec.rb, plugins-old/thingfish-handler-mailinglists/LICENSE, plugins-old /thingfish-handler-mailinglists/README, plugins-old/thingfish- handler-mailinglists/Rakefile, plugins-old/thingfish-handler- mailinglists/lib/thingfish/handler/mailinglists.rb, plugins-old /thingfish-handler- mailinglists/spec/thingfish/handler/mailinglists_spec.rb, plugins- old/thingfish-metastore-marshalled/LICENSE, plugins-old/thingfish- metastore-marshalled/README, plugins-old/thingfish-metastore- marshalled/Rakefile, plugins-old/thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins-old /thingfish-metastore- marshalled/spec/thingfish/metastore/marshalled_spec.rb, plugins-old /thingfish-metastore-rdf/LICENSE, plugins-old/thingfish-metastore- rdf/README, plugins-old/thingfish-metastore-rdf/Rakefile, plugins- old/thingfish-metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins- old/thingfish-metastore-rdf/spec/thingfish/metastore/rdf_spec.rb, plugins-old/thingfish-metastore-semantic/LICENSE, plugins-old /thingfish-metastore-semantic/README, plugins-old/thingfish- metastore-semantic/Rakefile, plugins-old/thingfish-metastore- semantic/lib/thingfish/metastore/semantic.rb, plugins-old/thingfish- metastore-semantic/resources/cc.rdf, plugins-old/thingfish- metastore-semantic/resources/dcelements.rdf, plugins-old/thingfish- metastore-semantic/resources/dcterms.rdf, plugins-old/thingfish- metastore-semantic/resources/foaf.rdf, plugins-old/thingfish- metastore-semantic/spec/thingfish/metastore/semantic_spec.rb, plugins-old/thingfish-metastore-sequel/LICENSE, plugins-old /thingfish-metastore-sequel/README, plugins-old/thingfish-metastore- sequel/Rakefile, plugins-old/thingfish-metastore- sequel/lib/thingfish/metastore/sequel.rb, plugins-old/thingfish- metastore-sequel/spec/thingfish/metastore/sequel_spec.rb, plugins- old/thingfish-metastore-sqlite/LICENSE, plugins-old/thingfish- metastore-sqlite/README, plugins-old/thingfish-metastore- sqlite/Rakefile, plugins-old/thingfish-metastore- sqlite/lib/thingfish/metastore/sqlite3.rb, plugins-old/thingfish- metastore-sqlite/resources/base-schema.sql, plugins-old/thingfish- metastore-sqlite/spec/thingfish/metastore/sqlite3_spec.rb, plugins /thingfish-filestore-filesystem/LICENSE, plugins/thingfish- filestore-filesystem/README, plugins/thingfish-filestore- filesystem/Rakefile, plugins/thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- filestore-filesystem/spec/thingfish/filestore/filesystem_spec.rb, plugins/thingfish-filter-basicauth/LICENSE, plugins/thingfish- filter-basicauth/README, plugins/thingfish-filter- basicauth/Rakefile, plugins/thingfish-filter- basicauth/lib/thingfish/filter/basicauth.rb, plugins/thingfish- filter-basicauth/spec/thingfish/filter/basicauth_spec.rb, plugins /thingfish-filter-exif/LICENSE, plugins/thingfish-filter- exif/README, plugins/thingfish-filter-exif/Rakefile, plugins /thingfish-filter-exif/lib/thingfish/filter/exif.rb, plugins /thingfish-filter-exif/spec/thingfish/filter/exif_spec.rb, plugins /thingfish-filter-image/LICENSE, plugins/thingfish-filter- image/README, plugins/thingfish-filter-image/Rakefile, plugins /thingfish-filter-image/lib/thingfish/filter/image.rb, plugins /thingfish-filter-image/spec/data/testimage.png, plugins/thingfish- filter-image/spec/thingfish/filter/image_spec.rb, plugins/thingfish- filter-json/LICENSE, plugins/thingfish-filter-json/README, plugins /thingfish-filter-json/Rakefile, plugins/thingfish-filter- json/lib/thingfish/filter/json.rb, plugins/thingfish-filter- json/spec/thingfish/filter/json_spec.rb, plugins/thingfish-filter- mp3/LICENSE, plugins/thingfish-filter-mp3/README, plugins/thingfish- filter-mp3/Rakefile, plugins/thingfish-filter-naughty/LICENSE, plugins/thingfish-filter-naughty/README, plugins/thingfish-filter- naughty/Rakefile, plugins/thingfish-filter- naughty/lib/thingfish/filter/naughty.rb, plugins/thingfish-filter- naughty/spec/thingfish/filter/naughty_spec.rb, plugins/thingfish- filter-rfc2822/LICENSE, plugins/thingfish-filter-rfc2822/README, plugins/thingfish-filter-rfc2822/Rakefile, plugins/thingfish-filter- rfc2822/lib/thingfish/filter/rfc2822.rb, plugins/thingfish-filter- rfc2822/spec/data/mixed.eml, plugins/thingfish-filter- rfc2822/spec/data/simple.eml, plugins/thingfish-filter- rfc2822/spec/thingfish/filter/rfc2822_spec.rb, plugins/thingfish- filter-xml/LICENSE, plugins/thingfish-filter-xml/README, plugins /thingfish-filter-xml/Rakefile, plugins/thingfish-filter- xml/lib/thingfish/filter/xml.rb, plugins/thingfish-filter- xml/spec/thingfish/filter/xml_spec.rb, plugins/thingfish-handler- formupload/LICENSE, plugins/thingfish-handler-formupload/README, plugins/thingfish-handler-formupload/Rakefile, plugins/thingfish- handler-formupload/lib/thingfish/handler/formupload.rb, plugins /thingfish-handler-formupload/resources/index_content.rhtml, plugins /thingfish-handler- formupload/resources/static/js/jquery.MultiFile.js, plugins /thingfish-handler-formupload/resources/upload.rhtml, plugins /thingfish-handler-formupload/resources/uploadform.rhtml, plugins /thingfish-handler- formupload/spec/thingfish/handler/formupload_spec.rb, plugins /thingfish-handler-inspect/LICENSE, plugins/thingfish-handler- inspect/README, plugins/thingfish-handler-inspect/Rakefile, plugins /thingfish-handler-inspect/lib/thingfish/handler/inspect.rb, plugins /thingfish-handler-inspect/resources/defaults.yaml, plugins /thingfish-handler-inspect/resources/index_content.rhtml, plugins /thingfish-handler-inspect/resources/inspect.rhtml, plugins /thingfish-handler-inspect/spec/thingfish/handler/inspect_spec.rb, plugins/thingfish-handler-mailinglists/LICENSE, plugins/thingfish- handler-mailinglists/README, plugins/thingfish-handler- mailinglists/Rakefile, plugins/thingfish-handler- mailinglists/lib/thingfish/handler/mailinglists.rb, plugins /thingfish-handler- mailinglists/spec/thingfish/handler/mailinglists_spec.rb, plugins /thingfish-metastore-marshalled/LICENSE, plugins/thingfish- metastore-marshalled/README, plugins/thingfish-metastore- marshalled/Rakefile, plugins/thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-marshalled/spec/thingfish/metastore/marshalled_spec.rb, plugins/thingfish-metastore-rdf/LICENSE, plugins/thingfish- metastore-rdf/README, plugins/thingfish-metastore-rdf/Rakefile, plugins/thingfish-metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish-metastore- rdf/spec/thingfish/metastore/rdf_spec.rb, plugins/thingfish- metastore-semantic/LICENSE, plugins/thingfish-metastore- semantic/README, plugins/thingfish-metastore-semantic/Rakefile, plugins/thingfish-metastore- semantic/lib/thingfish/metastore/semantic.rb, plugins/thingfish- metastore-semantic/resources/cc.rdf, plugins/thingfish-metastore- semantic/resources/dcelements.rdf, plugins/thingfish-metastore- semantic/resources/dcterms.rdf, plugins/thingfish-metastore- semantic/resources/foaf.rdf, plugins/thingfish-metastore- semantic/spec/thingfish/metastore/semantic_spec.rb, plugins /thingfish-metastore-sequel/LICENSE, plugins/thingfish-metastore- sequel/README, plugins/thingfish-metastore-sequel/Rakefile, plugins /thingfish-metastore-sequel/lib/thingfish/metastore/sequel.rb, plugins/thingfish-metastore- sequel/spec/thingfish/metastore/sequel_spec.rb, plugins/thingfish- metastore-sqlite/LICENSE, plugins/thingfish-metastore-sqlite/README, plugins/thingfish-metastore-sqlite/Rakefile, plugins/thingfish- metastore-sqlite/lib/thingfish/metastore/sqlite3.rb, plugins /thingfish-metastore-sqlite/resources/base-schema.sql, plugins /thingfish-metastore- sqlite/spec/thingfish/metastore/sqlite3_spec.rb

Clean out historical artifacts, mostly pieces from the pre-strelka conversion. - Rename the plugins directory, these should be migrated to individual gems and then removed. - Remove the manual – we'll likely base a new version on this one, but it is currently inaccurate and misleading, so lets resurrect

2014-10-08

2014-10-08 Mahlon E. Smith <mahlon@martini.nu>

.hgtags

Added tag pre-strelka-cleanup for changeset f935efac757c [6514860922e2]

.hgignore, .rvm.gems, etc/m2-config.rb, lib/thingfish/datastore/memory.rb, lib/thingfish/mixins.rb, spec/helpers.rb, spec/thingfish/handler_spec.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish/processor_spec.rb

Misc cleanups, dependency updates, get tests passing again. [f935efac757c] [pre-strelka-cleanup]

2014-10-06

2014-10-06 Mahlon E. Smith <mahlon@martini.nu>

.simplecov, spec/constants.rb, spec/helpers.rb

Require StringIO for testing, move coverage config to separate file. [1f9edecf087d]

2014-02-18

2014-02-18 Michael Granger <ged@FaerieMUD.org>

lib/strelka/httprequest/metadata.rb, lib/thingfish/metastore/memory.rb

Omit related resources from metastore searches by default [7252bdb1c3d0]

2014-02-05

2014-02-05 Michael Granger <ged@FaerieMUD.org>

.rvm.gems, Rakefile

Bump strelka dependency [63400b456711]

2014-02-03

2014-02-03 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/handler.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/processor.rb, spec/thingfish/handler_spec.rb

Event socket changes for rbczmq/to make testing easier. - Use the rbczmq API for the event socket. - Split out the event socket setup into a public method - Call the setup by default from run so it doesn't get touched by tests. - Call setup_event_socket from tests that explicitly test events - Make tests use an ephemeral port to avoid collision with a real event socket on the same machine. [ec3287349e77]

2014-01-17

2014-01-17 Michael Granger <ged@FaerieMUD.org>

.pryrc, Manifest.txt, lib/strelka/app/metadata.rb, lib/strelka/app/thingfish.rb, lib/strelka/httprequest/metadata.rb, lib/thingfish/datastore.rb, lib/thingfish/datastore/memory.rb, lib/thingfish/handler.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/mixins.rb, lib/thingfish/processor.rb, lib/thingfish/processor/mp3.rb, lib/thingfish/processordaemon.rb, spec/helpers.rb, spec/thingfish/handler_spec.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish/metastore_spec.rb, spec/thingfish/mixins_spec.rb, spec/thingfish/processor/mp3_spec.rb, spec/thingfish_spec.rb

Fixed up metadata handling to incorporate related resources and other processor-generated stuff. [d9c28ba32936]

2014-01-01

2014-01-01 Michael Granger <ged@FaerieMUD.org>

.env, .hgignore, .pryrc, .rvm.gems, Procfile, Rakefile, etc/m2-config.rb, etc/mongrel2.sqlite, etc/thingfish.conf.example, example/.env, example/Procfile, example/logs/access.log, example/m2-config.rb, example/mongrel2.sqlite, example/thingfish.conf, lib/strelka/app/thingfish.rb, lib/strelka/httprequest/metadata.rb, lib/thingfish/handler.rb, lib/thingfish/httprequest/metadata.rb, lib/thingfish/processor.rb, lib/thingfish/processor/mp3.rb, spec/helpers.rb, spec/thingfish/processor/mp3_spec.rb, spec/thingfish/processor_spec.rb

Checkpoint of work on Processors [0af5dc420012]

2013-12-05

2013-12-05 Michael Granger <ged@FaerieMUD.org>

.rvm.gems, Processors.rdoc, lib/thingfish/httprequest/metadata.rb, lib/thingfish/processor/mp3.rb, plugins/thingfish-filter- mp3/lib/thingfish/filter/mp3.rb, plugins/thingfish-filter- mp3/spec/data/APIC-1-image.mp3, plugins/thingfish-filter- mp3/spec/data/APIC-2-images.mp3, plugins/thingfish-filter- mp3/spec/data/PIC-1-image.mp3, plugins/thingfish-filter- mp3/spec/data/PIC-2-images.mp3, plugins/thingfish-filter- mp3/spec/thingfish/filter/mp3_spec.rb, spec/data/APIC-1-image.mp3, spec/data/APIC-2-images.mp3, spec/data/PIC-1-image.mp3, spec/data/PIC-2-images.mp3, spec/helpers.rb, spec/thingfish/handler_spec.rb, spec/thingfish/processor/mp3_spec.rb

Checkpoint commit of Wednesday morning's CommitPDX work [cb265e4abbff]

2013-11-19

2013-11-19 Michael Granger <ged@FaerieMUD.org>

.hgignore, Processors.rdoc, bin/tfprocessord, bin/thingfishd, example/m2-config.rb, example/mongrel2.sqlite, example/thingfish.conf, experiments/event_grabber.rb, lib/thingfish.rb, lib/thingfish/handler.rb, lib/thingfish/mixins.rb, lib/thingfish/processor.rb, lib/thingfish/processordaemon.rb, spec/thingfish/handler_spec.rb, spec/thingfish/processor_spec.rb, spec/thingfish_spec.rb

Add initial implementation of processors [ce172208b523]

2013-11-15

2013-11-15 Michael Granger <ged@FaerieMUD.org>

Rakefile

Use released strelka 0.7 [733677acadb6]

Rakefile, lib/thingfish.rb, lib/thingfish/metastore/memory.rb, spec/constants.rb

Several small fixes. [7ec3313d645b]

2013-10-30

2013-10-30 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/metastore/memory.rb

Fix comment [8803da8d527b]

2013-09-27

2013-09-27 Michael Granger <ged@FaerieMUD.org>

spec/thingfish/datastore_spec.rb, spec/thingfish/metastore_spec.rb

Use the yield matcher for transactional methods [7adf935344eb]

spec/helpers.rb

Enable random spec ordering, focus flag [c02b4f5fb7d5]

lib/thingfish.rb, lib/thingfish/datastore.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, spec/thingfish/datastore_spec.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish/metastore_spec.rb, spec/thingfish_spec.rb

Implement PUT /<uuid>/metadata; add transactional blocks to the stores. [5ef34d8e9a86]

2013-09-25

2013-09-25 Michael Granger <ged@FaerieMUD.org>

NEW.md, lib/thingfish.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish/metastore_spec.rb, spec/thingfish_spec.rb

Implemented DELETE for the metadata API. [07a46ba8ad11]

2013-09-13

2013-09-13 Michael Granger <ged@FaerieMUD.org>

Manifest.txt, NEW.md, lib/thingfish.rb, lib/thingfish/metastore/memory.rb, spec/constants.rb, spec/helpers.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish_spec.rb

Implement a few more metadata API methods. - POST /<uuid>/metadata/<key> - PUT /<uuid>/metadata/<key> - Make error messages more consistent. - Split out testing constants into a seperate file. [a678e3839ee1]

.hoerc

Don't include integration tests in the gem [3d54bb8f2282]

.hgignore

Ignore integration test dir until the dataset can be pared down [2ec0c20e7758]

experiments/extract_metadata.rb, experiments/ragel_playtime.rl

Adding some experimental code [b6508788c587]

2013-09-11

2013-09-11 Michael Granger <ged@FaerieMUD.org>

lib/thingfish.rb, spec/thingfish_spec.rb

Add x-thingfish header metadata, added 'created' to default metadata. [c89763bdfffb]

lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, spec/constants.rb, spec/helpers.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish/metastore_spec.rb

Add Metastore#keys, each_key, and search. [8b98cbf62af7]

2013-09-04

2013-09-04 Michael Granger <ged@FaerieMUD.org>

NEW.md

Add some details of search API [ad1eb3ecaf4a]

.rvm.gems, Rakefile, lib/thingfish.rb, lib/thingfish/datastore.rb, lib/thingfish/datastore/memory.rb, spec/thingfish/datastore_spec.rb, spec/thingfish_spec.rb

Move the server info endpoint to /serverinfo, implement a simple GET /. [b2ff85c9b84d]

2013-09-01

2013-09-01 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish.rb, spec/thingfish_spec.rb

Add simplisitic 'server' info, so eventual clients can easily tell what it is they are talking to. [34808799967f]

2013-08-30

2013-08-30 Michael Granger <ged@FaerieMUD.org>

NEW.md, lib/thingfish.rb, spec/thingfish_spec.rb

Protect some basic metadata that's necessary for the service. [bfee98fe514f]

NEW.md, lib/thingfish.rb, lib/thingfish/metastore/memory.rb, spec/helpers.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish_spec.rb

Add GET /<uuid>/metadata, GET /<uuid>/metadata/<key>, POST /<uuid>/metadata [10a32ada134d]

2013-08-23

2013-08-23 Michael Granger <ged@FaerieMUD.org>

spec/thingfish_spec.rb

Test idempotence of DELETE /<uuid> [12f781ed07f5]

NEW.md, lib/thingfish.rb, lib/thingfish/datastore.rb, lib/thingfish/datastore/memory.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, spec/thingfish/datastore/memory_spec.rb, spec/thingfish/datastore_spec.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish/metastore_spec.rb, spec/thingfish_spec.rb

Implement DELETE /<uuid> [60bb9cfdc1c7]

2013-08-21

2013-08-21 Michael Granger <ged@FaerieMUD.org>

.rvm.gems, Rakefile

Update dependencies. [82fa6560f215]

Manifest.txt, lib/thingfish/datastore.rb, lib/thingfish/datastore/memory.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/mixins.rb, spec/thingfish/datastore/memory_spec.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish_spec.rb

Implemented PUT /«uuid», fixed case-sensitivity for UUIDs. [b1b9ffc2b63f]

2013-08-16

2013-08-16 Michael Granger <ged@FaerieMUD.org>

Rakefile

Update Rakefile for newer versions of Hoe [2cc02ae19f7d]

.rvm.gems, Rakefile, bin/thingfishd, lib/thingfish.rb, lib/thingfish/datastore.rb, lib/thingfish/datastore/memory.rb, spec/helpers.rb, spec/thingfish/datastore/memory_spec.rb, spec/thingfish/datastore_spec.rb, spec/thingfish_spec.rb

Checkpoint of the morning's work: add PUT/replace [ab0a538d2ce3]

etc/thingfish.conf, etc/thingfish.conf.advanced, etc/thingfish.conf.minimal, example/.env, example/Procfile, example/logs/access.log, example/m2-config.rb, example/mongrel2.sqlite, example/thingfish.conf

Add an example runtime directory [2966effaa1bb]

2013-08-14

2013-08-14 Michael Granger <ged@FaerieMUD.org>

History.rdoc, Manifest.txt, NEW.md, README.rdoc, Rakefile, bin/thingfish, bin/thingfishd, lib/thingfish.rb, lib/thingfish/datastore.rb, lib/thingfish/datastore/memory.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/mixins.rb, spec/helpers.rb, spec/thingfish/datastore/memory_spec.rb, spec/thingfish/datastore_spec.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish/metastore_spec.rb, spec/thingfish/mixins_spec.rb, spec/thingfish_spec.rb

First simplest-thing implementation. [ea216a39e72d]

2013-08-09

2013-08-09 Michael Granger <ged@FaerieMUD.org>

.pryrc, NEW.md, lib/thingfish.rb, lib/thingfish/datastore.rb, lib/thingfish/datastore/memory.rb, lib/thingfish/mixins.rb, spec/helpers.rb, spec/thingfish/datastore_spec.rb, spec/thingfish_spec.rb

Checkpoint of initial work [c9b1044f2f68]

2013-08-07

2013-08-07 Michael Granger <ged@FaerieMUD.org>

.rvm.gems, .rvmrc, Manifest.txt, QUICKSTART.rdoc, README.rdoc, Rakefile, bin/ml_archiver.rb, bin/tf_plugin, bin/thingfishd, data/thingfish/plugin_templates/LICENSE.erb, data/thingfish/plugin_templates/README.erb, data/thingfish/plugin_templates/Rakefile.erb, data/thingfish/plugin_ templates/lib/thingfish/filestore/TEMPLATE.rb.erb, data/thingfish/pl ugin_templates/lib/thingfish/filter/TEMPLATE.rb.erb, data/thingfish/ plugin_templates/lib/thingfish/handler/TEMPLATE.rb.erb, data/thingfi sh/plugin_templates/lib/thingfish/metastore/TEMPLATE.rb.erb, data/thingfish/plugin_templates/spec/lib/constants.rb, data/thingfish/plugin_templates/spec/lib/filestore_behavior.rb, data/thingfish/plugin_templates/spec/lib/filter_behavior.rb, data/thingfish/plugin_templates/spec/lib/handler_behavior.rb, data/thingfish/plugin_templates/spec/lib/helpers.rb, data/thingfish/plugin_templates/spec/lib/metastore_behavior.rb, data /thingfish/plugin_templates/spec/thingfish/filestore/TEMPLATE_spec.r b.erb, data/thingfish/plugin_templates/spec/thingfish/filter/TEMPLAT E_spec.rb.erb, data/thingfish/plugin_templates/spec/thingfish/handle r/TEMPLATE_spec.rb.erb, data/thingfish/plugin_templates/spec/thingfi sh/metastore/TEMPLATE_spec.rb.erb, data/thingfish/web- interface/errors/404.rhtml, data/thingfish/web- interface/errors/500.rhtml, data/thingfish/web- interface/errors/generic.rhtml, data/thingfish/web- interface/index.rhtml, data/thingfish/web- interface/index_content.rhtml, data/thingfish/web- interface/metadata/index.rhtml, data/thingfish/web- interface/metadata/main.rhtml, data/thingfish/web- interface/metadata/uuid.rhtml, data/thingfish/web- interface/metadata/values.rhtml, data/thingfish/web- interface/search/index.rhtml, data/thingfish/web- interface/search/main.rhtml, data/thingfish/web- interface/static/css/default.css, data/thingfish/web- interface/static/css/deveiate.css, data/thingfish/web- interface/static/css/thickbox.css, data/thingfish/web- interface/static/images/delete.png, data/thingfish/web- interface/static/images/horizontal-groove.png, data/thingfish/web- interface/static/images/icons/bullet_black.png, data/thingfish/web- interface/static/images/icons/bullet_go.png, data/thingfish/web- interface/static/images/icons/note.png, data/thingfish/web- interface/static/images/info.png, data/thingfish/web- interface/static/images/loadingAnimation.gif, data/thingfish/web- interface/static/images/opensource-75x65-t.png, data/thingfish/web- interface/static/images/save.png, data/thingfish/web- interface/static/images/server-architecture.png, data/thingfish/web- interface/static/images/shadows/large-10.png, data/thingfish/web- interface/static/images/shadows/large-30.png, data/thingfish/web- interface/static/images/shadows/large-50.png, data/thingfish/web- interface/static/images/shadows/large-70.png, data/thingfish/web- interface/static/images/shadows/large.png, data/thingfish/web- interface/static/images/shadows/medium-10.png, data/thingfish/web- interface/static/images/shadows/medium-30.png, data/thingfish/web- interface/static/images/shadows/medium-50.png, data/thingfish/web- interface/static/images/shadows/medium-70.png, data/thingfish/web- interface/static/images/shadows/medium.png, data/thingfish/web- interface/static/images/shadows/small-10.png, data/thingfish/web- interface/static/images/shadows/small-30.png, data/thingfish/web- interface/static/images/shadows/small-50.png, data/thingfish/web- interface/static/images/shadows/small-70.png, data/thingfish/web- interface/static/images/shadows/small.png, data/thingfish/web- interface/static/images/shadows/smaller-10.png, data/thingfish/web- interface/static/images/shadows/smaller-30.png, data/thingfish/web- interface/static/images/shadows/smaller-50.png, data/thingfish/web- interface/static/images/shadows/smaller-70.png, data/thingfish/web- interface/static/images/shadows/smaller.png, data/thingfish/web- interface/static/images/shadows/smallest-10.png, data/thingfish/web- interface/static/images/shadows/smallest-30.png, data/thingfish/web- interface/static/images/shadows/smallest-50.png, data/thingfish/web- interface/static/images/shadows/smallest-70.png, data/thingfish/web- interface/static/images/shadows/smallest.png, data/thingfish/web- interface/static/images/shadows/tl.png, data/thingfish/web- interface/static/images/templated-timehandler.png, data/thingfish /web-interface/static/images/title.jpg, data/thingfish/web- interface/static/js/jquery-1.3.2.min.js, data/thingfish/web- interface/static/js/jquery.ThickBox.js, data/thingfish/web- interface/static/js/manual.js, data/thingfish/web- interface/static/js/search.js, data/thingfish/web- interface/template.rhtml, lib/monkeypatches.rb, lib/thingfish.rb, lib/thingfish/acceptparam.rb, lib/thingfish/behavior/advanced_metastore.rb, lib/thingfish/behavior/filestore.rb, lib/thingfish/behavior/filter.rb, lib/thingfish/behavior/handler.rb, lib/thingfish/behavior/metastore.rb, lib/thingfish/benchmarktask.rb, lib/thingfish/client.rb, lib/thingfish/config.rb, lib/thingfish/connectionmanager.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/filestore.rb, lib/thingfish/filestore/memory.rb, lib/thingfish/filter.rb, lib/thingfish/filter/html.rb, lib/thingfish/filter/ruby.rb, lib/thingfish/filter/yaml.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/handler/staticcontent.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/metastore/simple.rb, lib/thingfish/mixins.rb, lib/thingfish/multipartmimeparser.rb, lib/thingfish/request.rb, lib/thingfish/resource.rb, lib/thingfish/response.rb, lib/thingfish/testconstants.rb, lib/thingfish/urimap.rb, lib/thingfish/utils.rb, run, spec/data/2_images.form, spec/data/singleupload.form, spec/data/testform.form, spec/data/testform_bad.form, spec/data/testform_badheaders.form, spec/data/testform_metadataonly.form, spec/data/testform_msie.form, spec/data/testform_multivalue.form, spec/data/testform_truncated_metadata.form, spec/helpers.rb, spec/lib/helpers.rb, spec/thingfish/acceptparam_spec.rb, spec/thingfish/client_spec.rb, spec/thingfish/config_spec.rb, spec/thingfish/connectionmanager_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/exceptions_spec.rb, spec/thingfish/filestore/memory_spec.rb, spec/thingfish/filestore_spec.rb, spec/thingfish/filter/html_spec.rb, spec/thingfish/filter/ruby_spec.rb, spec/thingfish/filter/yaml_spec.rb, spec/thingfish/filter_spec.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/handler/simplemetadata_spec.rb, spec/thingfish/handler/simplesearch_spec.rb, spec/thingfish/handler/staticcontent_spec.rb, spec/thingfish/handler_spec.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish/metastore_spec.rb, spec/thingfish/mixins_spec.rb, spec/thingfish/multipartmimeparser_spec.rb, spec/thingfish/request_spec.rb, spec/thingfish/resource_spec.rb, spec/thingfish/response_spec.rb, spec/thingfish/urimap_spec.rb, spec/thingfish/utils_spec.rb, spec/thingfish_spec.rb, start

Rewritten to use Strelka [33bbf501e9b4]

2012-02-08

2012-02-08 Michael Granger <ged@FaerieMUD.org>

.autotest, .hgignore, .hoerc, .rvmrc, .tm_properties, History.md, History.rdoc, Manifest.txt, QUICKSTART.md, QUICKSTART.rdoc, README.md, README.rdoc, Rakefile, lib/thingfish/benchmarktask.rb, lib/thingfish/config.rb, lib/thingfish/filter/yaml.rb, loadpath.rb, spec/TEMPLATE.rb.tpl, spec/lib/helpers.rb, spec/thingfish/config_spec.rb, spec/thingfish/filter/ruby_spec.rb, spec/thingfish/filter/yaml_spec.rb

Update for Ruby 1.9.3, rvm, and hoe-deveiate. [fe39f17578a2]

2011-01-19

2011-01-19 Michael Granger <ged@FaerieMUD.org>

Rakefile

Make the checkin task run the specs first. [71fe229cc53c]

.autotest, ChangeLog, History.md, LICENSE, Manifest.txt, QUICKSTART, QUICKSTART.md, README, README.md, Rakefile, Rakefile.local, Rakefile.old, TEMPLATE.rb.tpl, data/thingfish/plugin_templates/lib/t hingfish/handler/TEMPLATE.rb.erb, data/thingfish/web- interface/errors/404.rhtml, data/thingfish/web- interface/errors/500.rhtml, data/thingfish/web- interface/errors/generic.rhtml, data/thingfish/web- interface/index.rhtml, data/thingfish/web- interface/index_content.rhtml, data/thingfish/web- interface/metadata/index.rhtml, data/thingfish/web- interface/metadata/main.rhtml, data/thingfish/web- interface/metadata/uuid.rhtml, data/thingfish/web- interface/metadata/values.rhtml, data/thingfish/web- interface/search/index.rhtml, data/thingfish/web- interface/search/main.rhtml, data/thingfish/web- interface/static/css/default.css, data/thingfish/web- interface/static/css/deveiate.css, data/thingfish/web- interface/static/css/thickbox.css, data/thingfish/web- interface/static/images/delete.png, data/thingfish/web- interface/static/images/horizontal-groove.png, data/thingfish/web- interface/static/images/icons/bullet_black.png, data/thingfish/web- interface/static/images/icons/bullet_go.png, data/thingfish/web- interface/static/images/icons/note.png, data/thingfish/web- interface/static/images/info.png, data/thingfish/web- interface/static/images/loadingAnimation.gif, data/thingfish/web- interface/static/images/opensource-75x65-t.png, data/thingfish/web- interface/static/images/save.png, data/thingfish/web- interface/static/images/server-architecture.png, data/thingfish/web- interface/static/images/shadows/large-10.png, data/thingfish/web- interface/static/images/shadows/large-30.png, data/thingfish/web- interface/static/images/shadows/large-50.png, data/thingfish/web- interface/static/images/shadows/large-70.png, data/thingfish/web- interface/static/images/shadows/large.png, data/thingfish/web- interface/static/images/shadows/medium-10.png, data/thingfish/web- interface/static/images/shadows/medium-30.png, data/thingfish/web- interface/static/images/shadows/medium-50.png, data/thingfish/web- interface/static/images/shadows/medium-70.png, data/thingfish/web- interface/static/images/shadows/medium.png, data/thingfish/web- interface/static/images/shadows/small-10.png, data/thingfish/web- interface/static/images/shadows/small-30.png, data/thingfish/web- interface/static/images/shadows/small-50.png, data/thingfish/web- interface/static/images/shadows/small-70.png, data/thingfish/web- interface/static/images/shadows/small.png, data/thingfish/web- interface/static/images/shadows/smaller-10.png, data/thingfish/web- interface/static/images/shadows/smaller-30.png, data/thingfish/web- interface/static/images/shadows/smaller-50.png, data/thingfish/web- interface/static/images/shadows/smaller-70.png, data/thingfish/web- interface/static/images/shadows/smaller.png, data/thingfish/web- interface/static/images/shadows/smallest-10.png, data/thingfish/web- interface/static/images/shadows/smallest-30.png, data/thingfish/web- interface/static/images/shadows/smallest-50.png, data/thingfish/web- interface/static/images/shadows/smallest-70.png, data/thingfish/web- interface/static/images/shadows/smallest.png, data/thingfish/web- interface/static/images/shadows/tl.png, data/thingfish/web- interface/static/images/templated-timehandler.png, data/thingfish /web-interface/static/images/title.jpg, data/thingfish/web- interface/static/js/jquery-1.3.2.min.js, data/thingfish/web- interface/static/js/jquery.ThickBox.js, data/thingfish/web- interface/static/js/manual.js, data/thingfish/web- interface/static/js/search.js, data/thingfish/web- interface/template.rhtml, docs/manual/src/getting-started.page, etc/thingfish.conf, etc/thingfish.conf.advanced, lib/thingfish/behavior/advanced_metastore.rb, lib/thingfish/testconstants.rb, project.yml, spec/lib/helpers.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/handler/simplesearch_spec.rb, utils.rb, var/www/errors/404.rhtml, var/www/errors/500.rhtml, var/www/errors/generic.rhtml, var/www/index.rhtml, var/www/index_content.rhtml, var/www/metadata/index.rhtml, var/www/metadata/main.rhtml, var/www/metadata/uuid.rhtml, var/www/metadata/values.rhtml, var/www/search/index.rhtml, var/www/search/main.rhtml, var/www/static/css/default.css, var/www/static/css/deveiate.css, var/www/static/css/thickbox.css, var/www/static/images/delete.png, var/www/static/images/horizontal- groove.png, var/www/static/images/icons/bullet_black.png, var/www/static/images/icons/bullet_go.png, var/www/static/images/icons/note.png, var/www/static/images/info.png, var/www/static/images/loadingAnimation.gif, var/www/static/images /opensource-75x65-t.png, var/www/static/images/save.png, var/www/static/images/server-architecture.png, var/www/static/images/shadows/large-10.png, var/www/static/images/shadows/large-30.png, var/www/static/images/shadows/large-50.png, var/www/static/images/shadows/large-70.png, var/www/static/images/shadows/large.png, var/www/static/images/shadows/medium-10.png, var/www/static/images/shadows/medium-30.png, var/www/static/images/shadows/medium-50.png, var/www/static/images/shadows/medium-70.png, var/www/static/images/shadows/medium.png, var/www/static/images/shadows/small-10.png, var/www/static/images/shadows/small-30.png, var/www/static/images/shadows/small-50.png, var/www/static/images/shadows/small-70.png, var/www/static/images/shadows/small.png, var/www/static/images/shadows/smaller-10.png, var/www/static/images/shadows/smaller-30.png, var/www/static/images/shadows/smaller-50.png, var/www/static/images/shadows/smaller-70.png, var/www/static/images/shadows/smaller.png, var/www/static/images/shadows/smallest-10.png, var/www/static/images/shadows/smallest-30.png, var/www/static/images/shadows/smallest-50.png, var/www/static/images/shadows/smallest-70.png, var/www/static/images/shadows/smallest.png, var/www/static/images/shadows/tl.png, var/www/static/images /templated-timehandler.png, var/www/static/images/title.jpg, var/www/static/js/jquery-1.3.2.min.js, var/www/static/js/jquery.ThickBox.js, var/www/static/js/manual.js, var/www/static/js/search.js, var/www/template.rhtml

Converted to Hoe, moved web interface resources under the datadir. [853f1b58caf4]

2010-12-13

2010-12-13 Michael Granger <ged@FaerieMUD.org>

data/thingfish/plugin_templates/spec/lib/constants.rb, lib/thingfish.rb, lib/thingfish/config.rb, lib/thingfish/connectionmanager.rb, lib/thingfish/constants.rb, lib/thingfish/filter/html.rb, lib/thingfish/testconstants.rb, plugins/thingfish-filestore-filesystem/Rakefile, plugins/thingfish- filestore-filesystem/spec/thingfish/filestore/filesystem_spec.rb, plugins/thingfish-filter-json/spec/thingfish/filter/json_spec.rb, plugins/thingfish-filter-xml/spec/thingfish/filter/xml_spec.rb, plugins/thingfish-handler-inspect/lib/thingfish/handler/inspect.rb, spec/thingfish/acceptparam_spec.rb, spec/thingfish/config_spec.rb, spec/thingfish/connectionmanager_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/filter/html_spec.rb, spec/thingfish/filter/ruby_spec.rb, spec/thingfish/filter/yaml_spec.rb, spec/thingfish_spec.rb

More RSpec2 conversion work – all core specs passing, work on plugins to come. [30f6ed6263f0]

2010-12-09

2010-12-09 Michael Granger <ged@FaerieMUD.org>

data/thingfish/plugin_templates/lib/thingfish/filter/TEMPLATE.rb.erb , data/thingfish/plugin_templates/spec/lib/filestore_behavior.rb, data/thingfish/plugin_templates/spec/lib/filter_behavior.rb, data/thingfish/plugin_templates/spec/lib/handler_behavior.rb, data/thingfish/plugin_templates/spec/lib/helpers.rb, data/thingfish/plugin_templates/spec/lib/metastore_behavior.rb, data /thingfish/plugin_templates/spec/thingfish/filestore/TEMPLATE_spec.r b.erb, data/thingfish/plugin_templates/spec/thingfish/filter/TEMPLAT E_spec.rb.erb, data/thingfish/plugin_templates/spec/thingfish/handle r/TEMPLATE_spec.rb.erb, data/thingfish/plugin_templates/spec/thingfi sh/metastore/TEMPLATE_spec.rb.erb, docs/manual/src/Hackers_Guide /writing-filters.page, lib/thingfish.rb, lib/thingfish/behavior/advanced_metastore.rb, lib/thingfish/behavior/filestore.rb, lib/thingfish/behavior/filter.rb, lib/thingfish/behavior/handler.rb, lib/thingfish/behavior/metastore.rb, lib/thingfish/client.rb, lib/thingfish/filter/html.rb, lib/thingfish/filter/ruby.rb, lib/thingfish/filter/yaml.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/handler/staticcontent.rb, lib/thingfish/metastore.rb, lib/thingfish/mixins.rb, lib/thingfish/testconstants.rb, lib/thingfish/urimap.rb, plugins/thingfish-filestore- filesystem/spec/thingfish/filestore/filesystem_spec.rb, plugins /thingfish-filter-basicauth/lib/thingfish/filter/basicauth.rb, plugins/thingfish-filter- basicauth/spec/thingfish/filter/basicauth_spec.rb, plugins /thingfish-filter-exif/lib/thingfish/filter/exif.rb, plugins /thingfish-filter-exif/spec/thingfish/filter/exif_spec.rb, plugins /thingfish-filter-image/lib/thingfish/filter/image.rb, plugins /thingfish-filter-image/spec/thingfish/filter/image_spec.rb, plugins /thingfish-filter-json/lib/thingfish/filter/json.rb, plugins /thingfish-filter-json/spec/thingfish/filter/json_spec.rb, plugins /thingfish-filter-mp3/lib/thingfish/filter/mp3.rb, plugins /thingfish-filter-mp3/spec/thingfish/filter/mp3_spec.rb, plugins /thingfish-filter-naughty/lib/thingfish/filter/naughty.rb, plugins /thingfish-filter-naughty/spec/thingfish/filter/naughty_spec.rb, plugins/thingfish-filter-rfc2822/lib/thingfish/filter/rfc2822.rb, plugins/thingfish-filter- rfc2822/spec/thingfish/filter/rfc2822_spec.rb, plugins/thingfish- filter-xml/lib/thingfish/filter/xml.rb, plugins/thingfish-filter- xml/spec/thingfish/filter/xml_spec.rb, plugins/thingfish-handler- formupload/spec/thingfish/handler/formupload_spec.rb, plugins /thingfish-handler-inspect/spec/thingfish/handler/inspect_spec.rb, plugins/thingfish-handler- mailinglists/spec/thingfish/handler/mailinglists_spec.rb, plugins /thingfish-metastore- marshalled/spec/thingfish/metastore/marshalled_spec.rb, plugins /thingfish-metastore-rdf/spec/thingfish/metastore/rdf_spec.rb, plugins/thingfish-metastore- semantic/spec/thingfish/metastore/semantic_spec.rb, plugins /thingfish-metastore-sequel/spec/thingfish/metastore/sequel_spec.rb, plugins/thingfish-metastore- sqlite/spec/thingfish/metastore/sqlite3_spec.rb, spec/TEMPLATE.rb.tpl, spec/lib/advanced_metastore_behavior.rb, spec/lib/constants.rb, spec/lib/filestore_behavior.rb, spec/lib/filter_behavior.rb, spec/lib/handler_behavior.rb, spec/lib/helpers.rb, spec/lib/metastore_behavior.rb, spec/thingfish/acceptparam_spec.rb, spec/thingfish/client_spec.rb, spec/thingfish/config_spec.rb, spec/thingfish/connectionmanager_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/exceptions_spec.rb, spec/thingfish/filestore/memory_spec.rb, spec/thingfish/filestore_spec.rb, spec/thingfish/filter/html_spec.rb, spec/thingfish/filter/ruby_spec.rb, spec/thingfish/filter/yaml_spec.rb, spec/thingfish/filter_spec.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/handler/simplemetadata_spec.rb, spec/thingfish/handler/simplesearch_spec.rb, spec/thingfish/handler/staticcontent_spec.rb, spec/thingfish/handler_spec.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish/metastore_spec.rb, spec/thingfish/mixins_spec.rb, spec/thingfish/multipartmimeparser_spec.rb, spec/thingfish/request_spec.rb, spec/thingfish/resource_spec.rb, spec/thingfish/response_spec.rb, spec/thingfish/urimap_spec.rb, spec/thingfish/utils_spec.rb, spec/thingfish_spec.rb

Snapshot of conversion to RSpec 2 [c6e3a86932d6]

.irbrc, lib/thingfish/config.rb, plugins/thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- filestore-filesystem/spec/thingfish/filestore/filesystem_spec.rb, spec/lib/filestore_behavior.rb, spec/spec.opts, spec/thingfish/config_spec.rb

Fixes for Ruby 1.9.2 [d546cf3c656a]

2010-10-01

2010-10-01 Michael Granger <ged@FaerieMUD.org>

.irbrc, Rakefile, Rakefile.old, bin/ml_archiver.rb, bin/ml_unarchiver.rb, data/thingfish/plugin_templates/spec/lib/filestore_behavior.rb, data/thingfish/plugin_templates/spec/lib/filter_behavior.rb, data/thingfish/plugin_templates/spec/lib/handler_behavior.rb, data/thingfish/plugin_templates/spec/lib/helpers.rb, data/thingfish/plugin_templates/spec/lib/metastore_behavior.rb, data /thingfish/plugin_templates/spec/thingfish/filestore/TEMPLATE_spec.r b.erb, data/thingfish/plugin_templates/spec/thingfish/filter/TEMPLAT E_spec.rb.erb, data/thingfish/plugin_templates/spec/thingfish/handle r/TEMPLATE_spec.rb.erb, data/thingfish/plugin_templates/spec/thingfi sh/metastore/TEMPLATE_spec.rb.erb, docs/manual/lib/api-filter.rb, docs/manual/lib/editorial-filter.rb, docs/manual/lib/examples- filter.rb, docs/manual/lib/links-filter.rb, experiments/TEMPLATE.rb.tpl, experiments/bench-uuid-parse.rb, experiments/clientapi.rb, experiments/content-negotiation-spike.rb, experiments/convert_to_8spec.rb, experiments/dc-rdf-model.rb, experiments/net-https.rb, experiments/rdf-classgen.rb, experiments /rdf-metastore-spike.rb, lib/monkeypatches.rb, lib/thingfish.rb, lib/thingfish/acceptparam.rb, lib/thingfish/client.rb, lib/thingfish/config.rb, lib/thingfish/connectionmanager.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/filestore.rb, lib/thingfish/filestore/memory.rb, lib/thingfish/filter.rb, lib/thingfish/filter/html.rb, lib/thingfish/filter/ruby.rb, lib/thingfish/filter/yaml.rb, lib/thingfish/handler.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/handler/staticcontent.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/metastore/simple.rb, lib/thingfish/mixins.rb, lib/thingfish/request.rb, lib/thingfish/resource.rb, lib/thingfish/response.rb, lib/thingfish/urimap.rb, lib/thingfish/utils.rb, loadpath.rb, plugins/thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- filestore-filesystem/spec/thingfish/filestore/filesystem_spec.rb, plugins/thingfish-filter- basicauth/lib/thingfish/filter/basicauth.rb, plugins/thingfish- filter-basicauth/spec/thingfish/filter/basicauth_spec.rb, plugins /thingfish-filter-exif/lib/thingfish/filter/exif.rb, plugins /thingfish-filter-exif/spec/thingfish/filter/exif_spec.rb, plugins /thingfish-filter-image/lib/thingfish/filter/image.rb, plugins /thingfish-filter-image/spec/thingfish/filter/image_spec.rb, plugins /thingfish-filter-json/lib/thingfish/filter/json.rb, plugins /thingfish-filter-json/spec/thingfish/filter/json_spec.rb, plugins /thingfish-filter-mp3/lib/thingfish/filter/mp3.rb, plugins /thingfish-filter-mp3/spec/thingfish/filter/mp3_spec.rb, plugins /thingfish-filter-naughty/lib/thingfish/filter/naughty.rb, plugins /thingfish-filter-naughty/spec/thingfish/filter/naughty_spec.rb, plugins/thingfish-filter-rfc2822/lib/thingfish/filter/rfc2822.rb, plugins/thingfish-filter- rfc2822/spec/thingfish/filter/rfc2822_spec.rb, plugins/thingfish- filter-xml/lib/thingfish/filter/xml.rb, plugins/thingfish-filter- xml/spec/thingfish/filter/xml_spec.rb, plugins/thingfish-handler- formupload/lib/thingfish/handler/formupload.rb, plugins/thingfish- handler-formupload/spec/thingfish/handler/formupload_spec.rb, plugins/thingfish-handler-inspect/lib/thingfish/handler/inspect.rb, plugins/thingfish-handler- inspect/spec/thingfish/handler/inspect_spec.rb, plugins/thingfish- handler-mailinglists/lib/thingfish/handler/mailinglists.rb, plugins /thingfish-handler- mailinglists/spec/thingfish/handler/mailinglists_spec.rb, plugins /thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-marshalled/spec/thingfish/metastore/marshalled_spec.rb, plugins/thingfish-metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish-metastore- rdf/spec/thingfish/metastore/rdf_spec.rb, plugins/thingfish- metastore-semantic/lib/thingfish/metastore/semantic.rb, plugins /thingfish-metastore- semantic/spec/thingfish/metastore/semantic_spec.rb, plugins /thingfish-metastore-sequel/lib/thingfish/metastore/sequel.rb, plugins/thingfish-metastore- sequel/spec/thingfish/metastore/sequel_spec.rb, plugins/thingfish- metastore-sqlite/lib/thingfish/metastore/sqlite3.rb, plugins /thingfish-metastore- sqlite/spec/thingfish/metastore/sqlite3_spec.rb, project.yml, spec/TEMPLATE.rb.tpl, spec/lib/advanced_metastore_behavior.rb, spec/lib/filestore_behavior.rb, spec/lib/filter_behavior.rb, spec/lib/handler_behavior.rb, spec/lib/helpers.rb, spec/lib/metastore_behavior.rb, spec/thingfish/acceptparam_spec.rb, spec/thingfish/client_spec.rb, spec/thingfish/config_spec.rb, spec/thingfish/connectionmanager_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/exceptions_spec.rb, spec/thingfish/filestore/memory_spec.rb, spec/thingfish/filestore_spec.rb, spec/thingfish/filter/html_spec.rb, spec/thingfish/filter/ruby_spec.rb, spec/thingfish/filter/yaml_spec.rb, spec/thingfish/filter_spec.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/handler/simplemetadata_spec.rb, spec/thingfish/handler/simplesearch_spec.rb, spec/thingfish/handler/staticcontent_spec.rb, spec/thingfish/handler_spec.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish/metastore_spec.rb, spec/thingfish/mixins_spec.rb, spec/thingfish/multipartmimeparser_spec.rb, spec/thingfish/request_spec.rb, spec/thingfish/resource_spec.rb, spec/thingfish/response_spec.rb, spec/thingfish/urimap_spec.rb, spec/thingfish/utils_spec.rb, spec/thingfish_spec.rb, start

Require/space cleanup. [cd5286800471]

2010-02-19

2010-02-19 Michael Granger <ged@FaerieMUD.org>

experiments/construct_test.rb, lib/thingfish/constants.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/metastore.rb, plugins/thingfish-metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish-metastore- semantic/lib/thingfish/metastore/semantic.rb, plugins/thingfish- metastore-semantic/spec/thingfish/metastore/semantic_spec.rb, plugins/thingfish-metastore- sequel/lib/thingfish/metastore/sequel.rb, spec/lib/advanced_metastore_behavior.rb, spec/lib/metastore_behavior.rb

Preparing for work on the semantic metastore.

2010-02-01

2010-02-01 Michael Granger <ged@FaerieMUD.org>

LICENSE, Rakefile, docs/asset-vocabulary.xml, lib/monkeypatches.rb, lib/thingfish/client.rb, lib/thingfish/handler/simplesearch.rb, plugins/thingfish-filter-exif/lib/thingfish/filter/exif.rb, plugins /thingfish-filter-exif/spec/thingfish/filter/exif_spec.rb, plugins /thingfish-metastore-semantic/lib/thingfish/metastore/semantic.rb, plugins/thingfish-metastore-semantic/resources/cc.rdf, plugins /thingfish-metastore-semantic/resources/dcelements.rdf, plugins /thingfish-metastore-semantic/resources/dcterms.rdf, plugins /thingfish-metastore-semantic/resources/foaf.rdf, plugins/thingfish- metastore-semantic/spec/thingfish/metastore/semantic_spec.rb, plugins/thingfish-metastore- sequel/lib/thingfish/metastore/sequel.rb, project.yml, spec/lib/metastore_behavior.rb

Updates for 1.9.1,

Semantic metastore - Added the beginnings of an asset RDF vocabulary - Assets are automatically given an rdf

type of 'thingfish:Asset' - dcterms attributes are given the correct qname if none is specified. - Added copies of the core vocabularies to the resources dir

Various 1.9.1 fixes (ThingFish

:Client, sequel metastore, etc.).

2009-12-21

2009-12-21 Michael Granger <ged@FaerieMUD.org>

README, Rakefile, docs/manual/src/getting-started.page, lib/thingfish/client.rb, project.yml

Build system fixes, VCS rev change in ThingFish::Client [84fec3d6440b]

2009-11-20

2009-11-20 Michael Granger <ged@FaerieMUD.org>

Rakefile, docs/thingfish.owl, lib/thingfish/acceptparam.rb, lib/thingfish/benchmarktask.rb, lib/thingfish/client.rb, lib/thingfish/daemon.rb, lib/thingfish/handler/default.rb, lib/thingfish/resource.rb, plugins/thingfish-metastore- semantic/lib/thingfish/metastore/semantic.rb, plugins/thingfish- metastore-semantic/spec/thingfish/metastore/semantic_spec.rb, spec/lib/filter_behavior.rb, spec/thingfish_spec.rb

Build updates, header cleanup, start of work on the Semantic Metastore.

2009-11-02

2009-11-02 Mahlon E. Smith <mahlon@martini.nu>

plugins/thingfish-metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish-metastore-semantic/LICENSE, plugins/thingfish- metastore-semantic/README, plugins/thingfish-metastore- semantic/Rakefile, plugins/thingfish-metastore- semantic/lib/thingfish/metastore/semantic.rb

Merge from a5ef839358ca. [7823e89cc2f9]

LICENSE, README, Rakefile, Rakefile.old, TEMPLATE.rb.tpl, data/thingfish/plugin_templates/LICENSE.erb, data/thingfish/plugin_templates/README.erb, data/thingfish/plugin_templates/Rakefile.erb, data/thingfish/plugin_ templates/lib/thingfish/filter/TEMPLATE.rb.erb, docs/ThingFish- Design-Diagrams.graffle, docs/manual/layouts/default.page, docs/manual/src/Hackers_Guide/writing-filters.page, docs/manual/src/index.page, experiments/clientapi.rb, lib/monkeypatches.rb, lib/thingfish.rb, lib/thingfish/acceptparam.rb, lib/thingfish/client.rb, lib/thingfish/config.rb, lib/thingfish/connectionmanager.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/filestore.rb, lib/thingfish/filestore/memory.rb, lib/thingfish/filter.rb, lib/thingfish/filter/html.rb, lib/thingfish/filter/ruby.rb, lib/thingfish/filter/yaml.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/handler/staticcontent.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/metastore/simple.rb, lib/thingfish/mixins.rb, lib/thingfish/multipartmimeparser.rb, lib/thingfish/request.rb, lib/thingfish/resource.rb, lib/thingfish/response.rb, lib/thingfish/urimap.rb, lib/thingfish/utils.rb, misc/clientlibs/javascript/thingfish.js, plugins/thingfish- filestore-filesystem/LICENSE, plugins/thingfish-filestore- filesystem/README, plugins/thingfish-filestore-filesystem/Rakefile, plugins/thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- filter-basicauth/LICENSE, plugins/thingfish-filter-basicauth/README, plugins/thingfish-filter-basicauth/Rakefile, plugins/thingfish- filter-basicauth/lib/thingfish/filter/basicauth.rb, plugins /thingfish-filter-exif/LICENSE, plugins/thingfish-filter- exif/README, plugins/thingfish-filter-exif/Rakefile, plugins /thingfish-filter-exif/lib/thingfish/filter/exif.rb, plugins /thingfish-filter-image/LICENSE, plugins/thingfish-filter- image/README, plugins/thingfish-filter-image/Rakefile, plugins /thingfish-filter-image/lib/thingfish/filter/image.rb, plugins /thingfish-filter-json/LICENSE, plugins/thingfish-filter- json/README, plugins/thingfish-filter-json/Rakefile, plugins /thingfish-filter-json/lib/thingfish/filter/json.rb, plugins /thingfish-filter-mp3/LICENSE, plugins/thingfish-filter-mp3/README, plugins/thingfish-filter-mp3/Rakefile, plugins/thingfish-filter- mp3/lib/thingfish/filter/mp3.rb, plugins/thingfish-filter- naughty/LICENSE, plugins/thingfish-filter-naughty/README, plugins /thingfish-filter-naughty/Rakefile, plugins/thingfish-filter- naughty/lib/thingfish/filter/naughty.rb, plugins/thingfish-filter- rfc2822/LICENSE, plugins/thingfish-filter-rfc2822/README, plugins /thingfish-filter-rfc2822/Rakefile, plugins/thingfish-filter- rfc2822/lib/thingfish/filter/rfc2822.rb, plugins/thingfish-filter- xml/LICENSE, plugins/thingfish-filter-xml/README, plugins/thingfish- filter-xml/Rakefile, plugins/thingfish-filter- xml/lib/thingfish/filter/xml.rb, plugins/thingfish-handler- formupload/LICENSE, plugins/thingfish-handler-formupload/README, plugins/thingfish-handler-formupload/Rakefile, plugins/thingfish- handler-formupload/lib/thingfish/handler/formupload.rb, plugins /thingfish-handler-inspect/LICENSE, plugins/thingfish-handler- inspect/README, plugins/thingfish-handler-inspect/Rakefile, plugins /thingfish-handler-inspect/lib/thingfish/handler/inspect.rb, plugins /thingfish-handler- mailinglists/lib/thingfish/handler/mailinglists.rb, plugins /thingfish-metastore-marshalled/LICENSE, plugins/thingfish- metastore-marshalled/README, plugins/thingfish-metastore- marshalled/Rakefile, plugins/thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-rdf/LICENSE, plugins/thingfish-metastore-rdf/README, plugins/thingfish-metastore-rdf/Rakefile, plugins/thingfish- metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish- metastore-sequel/LICENSE, plugins/thingfish-metastore-sequel/README, plugins/thingfish-metastore-sequel/Rakefile, plugins/thingfish- metastore-sequel/lib/thingfish/metastore/sequel.rb, plugins /thingfish-metastore-sqlite/LICENSE, plugins/thingfish-metastore- sqlite/README, plugins/thingfish-metastore-sqlite/Rakefile, plugins /thingfish-metastore-sqlite/lib/thingfish/metastore/sqlite3.rb, project.yml, utils.rb, var/www/template.rhtml

Housekeeping commit! * Remove the Subversion specific constants from all files, and replace with a more generic 'VCS' alternative. * Bump the gem dependency versions from TF 0.2.0 to TF 0.3.0. * ThingFish was originally conceived to solve some of the asset management problems we anticipated that we'd face at LAIKA studios. We never were blessed to work on it during studio hours, however. Everything you see here (with the exception of the mailing list handler/filter) was outside of studio hours, on our own time. While we're still hopeful that there will be an opportunity to work on ThingFish during regular hours, putting the entire thing under LAIKA's umbrella was premature and inaccurate. The copyright has been changed to reflect this reality. [8739f873ec58]

2009-11-02 Michael Granger <ged@FaerieMUD.org>

plugins/thingfish-metastore-semantic/LICENSE, plugins/thingfish- metastore-semantic/README, plugins/thingfish-metastore- semantic/Rakefile, plugins/thingfish-metastore- semantic/lib/thingfish/metastore/semantic.rb, plugins/thingfish- metastore-semantic/spec/thingfish/metastore/semantic_spec.rb

Initial version of the Semantic store, forked from the RDF simple store. [a5ef839358ca]

plugins/thingfish-metastore-rdf/lib/thingfish/metastore/rdf.rb

Fixed failing test by aliasing find_by_exact_properties to find_by_matching_properties for case-insensitivity, which I can't figure out how to do without a filter in SPARQL. [8ce3df3253ad]

2009-10-23

2009-10-23 Mahlon E. Smith <mahlon@martini.nu>

.hgignore, docs/manual/src/Hackers_Guide/writing-metastores.page, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, plugins/thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-sequel/lib/thingfish/metastore/sequel.rb, plugins /thingfish-metastore-sqlite/lib/thingfish/metastore/sqlite3.rb, spec/lib/metastore_behavior.rb

2009-10-22

2009-10-22 Mahlon E. Smith <mahlon@martini.nu>

.hgignore, lib/thingfish/client.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/metastore.rb, spec/thingfish/client_spec.rb, spec/thingfish/handler/simplesearch_spec.rb, var/www/search/main.rhtml

2009-10-21

2009-10-21 Michael Granger <ged@FaerieMUD.org>

Rakefile, lib/thingfish/client.rb, start

Build system update and fixes for running under Ruby 1.9.1. [061e97d09417]

2009-10-20

2009-10-20 Michael Granger <ged@FaerieMUD.org>

.hgignore, lib/thingfish/handler/simplesearch.rb, lib/thingfish/metastore.rb, lib/thingfish/utils.rb, plugins /thingfish-filter-image/lib/thingfish/filter/image.rb, plugins /thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish- metastore-rdf/spec/thingfish/metastore/rdf_spec.rb, plugins /thingfish-metastore-sequel/lib/thingfish/metastore/sequel.rb, plugins/thingfish-metastore- sequel/spec/thingfish/metastore/sequel_spec.rb, plugins/thingfish- metastore-sqlite/lib/thingfish/metastore/sqlite3.rb, plugins /thingfish-metastore- sqlite/spec/thingfish/metastore/sqlite3_spec.rb, spec/lib/metastore_behavior.rb, spec/thingfish/handler/simplesearch_spec.rb, spec/thingfish/metastore_spec.rb, spec/thingfish/urimap_spec.rb

Improved search handler, reverted changes to sqlite and sequel metastores. * Modified search handler and metastores to optimize for the common case of returning full metadata for found resources. * Backed out the changes to the sequel and sqlite metastores, as we found ourselves going down the path to EAV madness. * Updated the HTML logger to work with newer versions of the webkit- rspec runner. * Modified the image filter to use namespaced properties. [ee3f297412cd]

2009-10-14

2009-10-14 Michael Granger <ged@FaerieMUD.org>

Rakefile

Updated the build system [c48847eba9e1]

docs/manual/src/Hackers_Guide/writing-metastores.page, plugins /thingfish-filter-image/lib/thingfish/filter/image.rb, plugins /thingfish-metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins /thingfish-metastore-rdf/spec/thingfish/metastore/rdf_spec.rb

Merging the simple-rdf-store branch [36a597df19d7]

.hgignore, Rakefile, bin/tf_plugin, data/thingfish/plugin_templates/LICENSE.erb, data/thingfish/plugin_templates/README.erb, data/thingfish/plugin_templates/Rakefile.erb, data/thingfish/plugin_ templates/lib/thingfish/filestore/TEMPLATE.rb.erb, data/thingfish/pl ugin_templates/lib/thingfish/filter/TEMPLATE.rb.erb, data/thingfish/ plugin_templates/lib/thingfish/handler/TEMPLATE.rb.erb, data/thingfi sh/plugin_templates/lib/thingfish/metastore/TEMPLATE.rb.erb, data/thingfish/plugin_templates/spec/lib/constants.rb, data/thingfish/plugin_templates/spec/lib/filestore_behavior.rb, data/thingfish/plugin_templates/spec/lib/filter_behavior.rb, data/thingfish/plugin_templates/spec/lib/handler_behavior.rb, data/thingfish/plugin_templates/spec/lib/helpers.rb, data/thingfish/plugin_templates/spec/lib/metastore_behavior.rb, data /thingfish/plugin_templates/spec/thingfish/filestore/TEMPLATE_spec.r b.erb, data/thingfish/plugin_templates/spec/thingfish/filter/TEMPLAT E_spec.rb.erb, data/thingfish/plugin_templates/spec/thingfish/handle r/TEMPLATE_spec.rb.erb, data/thingfish/plugin_templates/spec/thingfi sh/metastore/TEMPLATE_spec.rb.erb, plugins/.skel/LICENSE.erb, plugins/.skel/README.erb, plugins/.skel/Rakefile.erb, plugins/.skel/lib/thingfish/filestore/TEMPLATE.rb.erb, plugins/.skel/lib/thingfish/filter/TEMPLATE.rb.erb, plugins/.skel/lib/thingfish/handler/TEMPLATE.rb.erb, plugins/.skel/lib/thingfish/metastore/TEMPLATE.rb.erb, plugins/.skel/spec/thingfish/filestore/TEMPLATE_spec.rb.erb, plugins/.skel/spec/thingfish/filter/TEMPLATE_spec.rb.erb, plugins/.skel/spec/thingfish/handler/TEMPLATE_spec.rb.erb, plugins/.skel/spec/thingfish/metastore/TEMPLATE_spec.rb.erb

Rearranged the tf_plugin tool parts to function from an installed library or gem. * Updated the build system. * Moved plugin templates from plugins/.skel to data/thingfish/plugin_templates. * Cleaned up and updated the templates * Copied the shared behaviors and spec helpers into the template directory – we should probably just move at least the shared behaviors into the lib/thingfish/ directory so they can be loaded from an installed ThingFish gem/library. [bd0d0315bfe1]

2009-10-13

2009-10-13 Michael Granger <ged@FaerieMUD.org>

.hgignore, docs/manual/lib/editorial-filter.rb

Oops, excluded too much with the previous .hgignore. [e909ba234109]

.hgignore, Rakefile, Rakefile.local, docs/manual/lib/api-filter.rb, docs/manual/lib/examples-filter.rb, docs/manual/lib/links-filter.rb, docs/manual/src/Hackers_Guide/writing-metastores.page, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, plugins/thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish- metastore-sequel/lib/thingfish/metastore/sequel.rb, plugins /thingfish-metastore-sequel/spec/thingfish/metastore/sequel_spec.rb, plugins/thingfish-metastore- sqlite/spec/thingfish/metastore/sqlite3_spec.rb, project.yml, spec/lib/handler_behavior.rb, spec/lib/helpers.rb, spec/lib/metastore_behavior.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/handler/simplesearch_spec.rb, spec/thingfish/metastore/memory_spec.rb

Started addition of limit, offset, and order to search and metastore. * Updated to UUIDTools 2.0.x * Merged improvements to the manual-builder tasks/libraries back from Treequel and Redleaf. * Sqlite and Sequel metastores still unconverted. [7375c08a5d92]

2009-10-07

2009-10-07 Michael Granger <ged@FaerieMUD.org>

.hgsub, .hgsubstate

Undoing subrepo stuff, as it doesn't work quite yet. [c491ad707540]

.hgsubstate, experiments/bench-uuid-parse.rb, experiments/rdf- metastore-spike.rb, lib/monkeypatches.rb, lib/thingfish/benchmarktask.rb, lib/thingfish/client.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/mixins.rb, lib/thingfish/request.rb, plugins/thingfish-filestore- filesystem/Rakefile, plugins/thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- filestore-filesystem/spec/thingfish/filestore/filesystem_spec.rb, plugins/thingfish-filter-basicauth/Rakefile, plugins/thingfish- filter-exif/Rakefile, plugins/thingfish-filter- exif/lib/thingfish/filter/exif.rb, plugins/thingfish-filter- image/Rakefile, plugins/thingfish-filter- image/lib/thingfish/filter/image.rb, plugins/thingfish-filter- json/Rakefile, plugins/thingfish-filter-mp3/Rakefile, plugins /thingfish-filter-naughty/Rakefile, plugins/thingfish-filter- rfc2822/Rakefile, plugins/thingfish-filter-xml/Rakefile, plugins /thingfish-handler-formupload/Rakefile, plugins/thingfish-handler- formupload/resources/upload.rhtml, plugins/thingfish-handler- inspect/Rakefile, plugins/thingfish-handler-mailinglists/Rakefile, plugins/thingfish-metastore-marshalled/Rakefile, plugins/thingfish- metastore-rdf/Rakefile, plugins/thingfish-metastore-sequel/Rakefile, plugins/thingfish-metastore- sequel/lib/thingfish/metastore/sequel.rb, plugins/thingfish- metastore-sqlite/Rakefile, plugins/thingfish-metastore- sqlite/lib/thingfish/metastore/sqlite3.rb, spec/lib/constants.rb, spec/lib/metastore_behavior.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/metastore_spec.rb, spec/thingfish_spec.rb, var/www/metadata/main.rhtml, var/www/metadata/uuid.rhtml, var/www/metadata/values.rhtml

2009-09-11

2009-09-11 Michael Granger <ged@FaerieMUD.org>

.hgignore

Ignoring customized etc/thingfish.conf files [047647b4edf2]

.hgsubstate, Rakefile, lib/thingfish/handler/simplesearch.rb, plugins/thingfish-filter-image/spec/thingfish/filter/image_spec.rb, project.yml, spec/thingfish/handler/simplesearch_spec.rb

2009-07-24

2009-07-24 convert-repo <convert-repo>

.hgtags

update tags [b1d7e1905b36]

2009-07-23

2009-07-23 Michael Granger <ged@FaerieMUD.org>

docs/ThingFish UI.bmml, var/www/static/css/reset.css, var/www/static/js/jquery.reflect.js, var/www/static/js/jquery.tagsphere.js, var/www/static/js/jquery.tools.min.js, var/www/static/js/thingfish.js, var/www/static/swf/flowplayer-3.1.1.swf, var/www/static/swf/flowplayer.controls-3.1.1.swf

Committing backout [804816fe3fcb]

.hgsub, .hgsubstate, docs/ThingFish UI.bmml, lib/thingfish/filter/html.rb, spec/thingfish/request_spec.rb, var/www/static/css/default.css, var/www/static/css/reset.css, var/www/static/css/thickbox.css, var/www/static/js/jquery.ThickBox.js, var/www/static/js/jquery.reflect.js, var/www/static/js/jquery.tagsphere.js, var/www/static/js/jquery.tools.min.js, var/www/static/js/thingfish.js, var/www/static/swf/flowplayer-3.1.1.swf, var/www/static/swf/flowplayer.controls-3.1.1.swf, var/www/template.rhtml

Backed out changeset 966b00900a8c, which I should have merged to jqui-html-filter instead. [603f8a6061b9]

var/www/static/css/default.css, var/www/static/css/thickbox.css, var/www/static/js/jquery.ThickBox.js, var/www/static/js/thingfish.js, var/www/template.rhtml

Merged 397:966b00900a8c, which I accidentally merged to default instead of the jqui-html-filter branch [f9f6327df568] <jqui-html-filter>

.hgsub

Changing rake subrepo to point to deveiate's anonymous repo [ad5c73417c52]

.hgsub, .hgsubstate, docs/ThingFish UI.bmml, lib/thingfish/filter/html.rb, spec/thingfish/request_spec.rb, var/www/static/css/default.css, var/www/static/css/reset.css, var/www/static/css/thickbox.css, var/www/static/js/jquery.ThickBox.js, var/www/static/js/jquery.reflect.js, var/www/static/js/jquery.tagsphere.js, var/www/static/js/jquery.tools.min.js, var/www/static/js/thingfish.js, var/www/static/swf/flowplayer-3.1.1.swf, var/www/static/swf/flowplayer.controls-3.1.1.swf, var/www/template.rhtml

Syncing old pre-conversion stuff. [966b00900a8c]

lib/thingfish/connectionmanager.rb, lib/thingfish/constants.rb, misc/rake/benchmark.rb, misc/rake/dependencies.rb, misc/rake/docs.rb, misc/rake/helpers.rb, misc/rake/lib/manual.rb, misc/rake/packaging.rb, misc/rake/presentations.rb, misc/rake/style.rb, misc/rake/svn.rb, misc/rake/testing.rb, misc/rake/verifytask.rb, plugins/thingfish-filter- image/lib/thingfish/filter/image.rb, plugins/thingfish-filter- image/spec/thingfish/filter/image_spec.rb, plugins/thingfish-filter- rfc2822/spec/thingfish/filter/rfc2822_spec.rb, plugins/thingfish- metastore-marshalled/lib/thingfish/metastore/marshalled.rb, spec/thingfish/connectionmanager_spec.rb, var/www/static/js/jquery-1.3.2.min.js

Merged 395:b1d7e1905b36 from default [f8b5262fc661] <jqui-html-filter>

2009-06-19

2009-06-19 Michael Granger <ged@FaerieMUD.org>

ChangeLog, Rakefile, Rakefile.local, lib/thingfish/benchmarktask.rb

Started conversion of Rakefile.local stuff to use FileLists instead of Pathname arrays. [898d87b7f4e8]

2009-05-20

2009-05-20 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/task.rb, spec/thingfish/task_spec.rb

Add the task object/spec framework. [b444580d9495] <background_tasks>

lib/thingfish/config.rb, lib/thingfish/connectionmanager.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/handler/default.rb, lib/thingfish/request.rb, plugins /thingfish-filter-image/lib/thingfish/filter/image.rb, spec/thingfish/daemon_spec.rb

Checkpoint of background worker thread stuff. [de24065a0012] <background_tasks>

2009-05-20 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/request.rb, plugins/thingfish-filter- image/lib/thingfish/filter/image.rb, plugins/thingfish-filter- image/spec/thingfish/filter/image_spec.rb, spec/thingfish/request_spec.rb

lib/thingfish/constants.rb

Add .exr extension to the default mime list. [5d0d28a16373]

2009-05-07

2009-05-07 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/handler/simplemetadata.rb, lib/thingfish/handler/simplesearch.rb, var/www/static/css/default.css, var/www/static/css/reset.css, var/www/static/css/smoothness/jquery-ui-1.7.1.custom.css, var/www/static/css/thingface/jquery-ui-1.7.1.custom.css, var/www/static/js/jquery.tagsphere.js, var/www/static/js/thingfish.js, var/www/template.rhtml

Checkpoint: * Basic layout coming together. * Started the initial DAM front-end functionality. [2b37e0407a66] <jqui-html-filter>

2009-05-05

2009-05-05 Michael Granger <ged@FaerieMUD.org>

bin/thingfish, docs/manual/layouts/default.page, lib/thingfish/connectionmanager.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/handler/simplemetadata.rb, plugins/.skel/lib/thingfish/handler/TEMPLATE.rb.erb, plugins /thingfish-filter-exif/lib/thingfish/filter/exif.rb, plugins /thingfish-filter-exif/spec/thingfish/filter/exif_spec.rb, plugins /thingfish-filter-image/lib/thingfish/filter/image.rb, plugins /thingfish-filter-image/spec/thingfish/filter/image_spec.rb, plugins /thingfish-filter-mp3/lib/thingfish/filter/mp3.rb, plugins /thingfish-filter-mp3/spec/thingfish/filter/mp3_spec.rb, plugins /thingfish-filter-rfc2822/lib/thingfish/filter/rfc2822.rb, plugins /thingfish-filter-rfc2822/spec/thingfish/filter/rfc2822_spec.rb, plugins/thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-sequel/lib/thingfish/metastore/sequel.rb, spec/thingfish/connectionmanager_spec.rb, spec/thingfish_spec.rb, var/www/static/js/jquery-1.3.2.min.js, var/www/static/js/jquery.js, var/www/template.rhtml

Merged [log:thingfish/trunk@649-662 changes from trunk]. [aa350ba9cc63] <ruby-191-fixes>

2009-05-05 Michael Granger <ged@FaerieMUD.org>

misc/rake/benchmark.rb, misc/rake/dependencies.rb, misc/rake/docs.rb, misc/rake/helpers.rb, misc/rake/lib/manual.rb, misc/rake/packaging.rb, misc/rake/presentations.rb, misc/rake/style.rb, misc/rake/svn.rb, misc/rake/testing.rb, misc/rake/verifytask.rb

Removed old rake task libraries. [6c53891f34f6]

.irbrc, ChangeLog, Rakefile, Rakefile.local, Rakefile.old, bin/thingfishd, docs/manual/lib/api-filter.rb, docs/manual/lib /examples-filter.rb, docs/manual/src/Hackers_Guide/writing- filters.page, experiments/define_setter_argument.rb, experiments /rdf-metastore-spike.rb, lib/thingfish/benchmarktask.rb, lib/thingfish/config.rb, lib/thingfish/connectionmanager.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/mixins.rb, lib/thingfish/request.rb, lib/thingfish/utils.rb, misc/rake/helpers.rb, misc/rake/lib/benchmarktask.rb, misc/rake/svn.rb, plugins/.skel/lib/thingfish/filter/TEMPLATE.rb.erb, plugins/.skel/lib/thingfish/handler/TEMPLATE.rb.erb, plugins /thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- filestore-filesystem/spec/thingfish/filestore/filesystem_spec.rb, plugins/thingfish-filter- basicauth/spec/thingfish/filter/basicauth_spec.rb, plugins /thingfish-filter-image/spec/thingfish/filter/image_spec.rb, plugins /thingfish-filter-json/spec/thingfish/filter/json_spec.rb, plugins /thingfish-filter-naughty/spec/thingfish/filter/naughty_spec.rb, plugins/thingfish-filter- rfc2822/spec/thingfish/filter/rfc2822_spec.rb, plugins/thingfish- filter-xml/spec/thingfish/filter/xml_spec.rb, plugins/thingfish- handler-formupload/spec/thingfish/handler/formupload_spec.rb, plugins/thingfish-handler- inspect/spec/thingfish/handler/inspect_spec.rb, plugins/thingfish- handler-mailinglists/spec/thingfish/handler/mailinglists_spec.rb, plugins/thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-marshalled/spec/thingfish/metastore/marshalled_spec.rb, plugins/thingfish-metastore- rdf/spec/thingfish/metastore/rdf_spec.rb, plugins/thingfish- metastore-sequel/spec/thingfish/metastore/sequel_spec.rb, plugins /thingfish-metastore- sqlite/spec/thingfish/metastore/sqlite3_spec.rb, project.yml, spec/TEMPLATE.rb.tpl, spec/lib/constants.rb, spec/lib/filestore_behavior.rb, spec/lib/filter_behavior.rb, spec/lib/handler_behavior.rb, spec/lib/helpers.rb, spec/lib/metastore_behavior.rb, spec/thingfish/acceptparam_spec.rb, spec/thingfish/client_spec.rb, spec/thingfish/config_spec.rb, spec/thingfish/connectionmanager_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/exceptions_spec.rb, spec/thingfish/filestore/memory_spec.rb, spec/thingfish/filestore_spec.rb, spec/thingfish/filter/html_spec.rb, spec/thingfish/filter/ruby_spec.rb, spec/thingfish/filter/yaml_spec.rb, spec/thingfish/filter_spec.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/handler/simplemetadata_spec.rb, spec/thingfish/handler/simplesearch_spec.rb, spec/thingfish/handler/staticcontent_spec.rb, spec/thingfish/handler_spec.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish/metastore_spec.rb, spec/thingfish/mixins_spec.rb, spec/thingfish/multipartmimeparser_spec.rb, spec/thingfish/request_spec.rb, spec/thingfish/resource_spec.rb, spec/thingfish/response_spec.rb, spec/thingfish/urimap_spec.rb, spec/thingfish/utils_spec.rb, spec/thingfish_spec.rb

Merging fixes from the [source:thingfish/branches/ruby-191-fixes Ruby 1.9.1 fixes branch]: * Converted to the devEiate build system * Fixed a bunch of each/#each_key uses that resulted in infinite loops under 1.9.1 * Use the configured Lockfile options in the filesystem filestore. * Added svn keywords to a bunch of files that were missing 'em. * Lots of Symbol vs. String fixes for instance_methods/#respond_to?/etc. * Set the encoding on files that have non-iso-latin1 characters * Moved benchmarking from the misc/rake/lib directory to a proper library file. * Fix for class.name == nil under 1.9.1 for anonymous classes * Moved bin/thingfishd functionality into ThingFish::Daemon.run [a863c7e4d7f9]

lib/thingfish/connectionmanager.rb, spec/thingfish/connectionmanager_spec.rb

Make templated error response conditional on template being found [8745d5cfe5a7]

2009-05-05 Michael Granger <ged@FaerieMUD.org>

.irbrc, ChangeLog, Rakefile, Rakefile.local, Rakefile.old, bin/thingfishd, docs/ThingFish UI.bmml, docs/manual/lib/api- filter.rb, docs/manual/lib/examples-filter.rb, docs/manual/src/Hackers_Guide/writing-filters.page, experiments/define_setter_argument.rb, experiments/rdf-metastore- spike.rb, lib/thingfish/benchmarktask.rb, lib/thingfish/config.rb, lib/thingfish/connectionmanager.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/mixins.rb, lib/thingfish/request.rb, lib/thingfish/utils.rb, misc/rake/helpers.rb, misc/rake/lib/benchmarktask.rb, misc/rake/svn.rb, plugins/.skel/lib/thingfish/filter/TEMPLATE.rb.erb, plugins/.skel/lib/thingfish/handler/TEMPLATE.rb.erb, plugins /thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- filestore-filesystem/spec/thingfish/filestore/filesystem_spec.rb, plugins/thingfish-filter- basicauth/spec/thingfish/filter/basicauth_spec.rb, plugins /thingfish-filter-exif/lib/thingfish/filter/exif.rb, plugins /thingfish-filter-exif/spec/thingfish/filter/exif_spec.rb, plugins /thingfish-filter-image/lib/thingfish/filter/image.rb, plugins /thingfish-filter-image/spec/thingfish/filter/image_spec.rb, plugins /thingfish-filter-json/spec/thingfish/filter/json_spec.rb, plugins /thingfish-filter-mp3/lib/thingfish/filter/mp3.rb, plugins /thingfish-filter-mp3/spec/thingfish/filter/mp3_spec.rb, plugins /thingfish-filter-naughty/spec/thingfish/filter/naughty_spec.rb, plugins/thingfish-filter-rfc2822/lib/thingfish/filter/rfc2822.rb, plugins/thingfish-filter- rfc2822/spec/thingfish/filter/rfc2822_spec.rb, plugins/thingfish- filter-xml/spec/thingfish/filter/xml_spec.rb, plugins/thingfish- handler-formupload/spec/thingfish/handler/formupload_spec.rb, plugins/thingfish-handler- inspect/spec/thingfish/handler/inspect_spec.rb, plugins/thingfish- handler-mailinglists/spec/thingfish/handler/mailinglists_spec.rb, plugins/thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-marshalled/spec/thingfish/metastore/marshalled_spec.rb, plugins/thingfish-metastore- rdf/spec/thingfish/metastore/rdf_spec.rb, plugins/thingfish- metastore-sequel/lib/thingfish/metastore/sequel.rb, plugins /thingfish-metastore-sequel/spec/thingfish/metastore/sequel_spec.rb, plugins/thingfish-metastore- sqlite/spec/thingfish/metastore/sqlite3_spec.rb, project.yml, spec/TEMPLATE.rb.tpl, spec/lib/constants.rb, spec/lib/filestore_behavior.rb, spec/lib/filter_behavior.rb, spec/lib/handler_behavior.rb, spec/lib/helpers.rb, spec/lib/metastore_behavior.rb, spec/thingfish/acceptparam_spec.rb, spec/thingfish/client_spec.rb, spec/thingfish/config_spec.rb, spec/thingfish/connectionmanager_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/exceptions_spec.rb, spec/thingfish/filestore/memory_spec.rb, spec/thingfish/filestore_spec.rb, spec/thingfish/filter/html_spec.rb, spec/thingfish/filter/ruby_spec.rb, spec/thingfish/filter/yaml_spec.rb, spec/thingfish/filter_spec.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/handler/simplemetadata_spec.rb, spec/thingfish/handler/simplesearch_spec.rb, spec/thingfish/handler/staticcontent_spec.rb, spec/thingfish/handler_spec.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish/metastore_spec.rb, spec/thingfish/mixins_spec.rb, spec/thingfish/multipartmimeparser_spec.rb, spec/thingfish/request_spec.rb, spec/thingfish/resource_spec.rb, spec/thingfish/response_spec.rb, spec/thingfish/urimap_spec.rb, spec/thingfish/utils_spec.rb, spec/thingfish_spec.rb

Merged from [log:thingfish/trunk@653:664 trunk] (and [log:thingfish/branches/ruby-191-fixes@643:663] the Ruby 1.9.1 fixes branch] via trunk). [cb450f13bd7d] <jqui-html-filter>

lib/thingfish/filter/html.rb, var/www/static/css/fancybox/fancy_closebox.png, var/www/static/css/fancybox/fancy_left.png, var/www/static/css/fancybox/fancy_progress.png, var/www/static/css/fancybox/fancy_right.png, var/www/static/css/fancybox/fancy_shadow_e.png, var/www/static/css/fancybox/fancy_shadow_n.png, var/www/static/css/fancybox/fancy_shadow_ne.png, var/www/static/css/fancybox/fancy_shadow_nw.png, var/www/static/css/fancybox/fancy_shadow_s.png, var/www/static/css/fancybox/fancy_shadow_se.png, var/www/static/css/fancybox/fancy_shadow_sw.png, var/www/static/css/fancybox/fancy_shadow_w.png, var/www/static/css/fancybox/fancy_title_left.png, var/www/static/css/fancybox/fancy_title_main.png, var/www/static/css/fancybox/fancy_title_right.png, var/www/static/css/jquery.fancybox.css, var/www/static/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png, var/www/static/css/smoothness/images/ui- bg_flat_75_ffffff_40x100.png, var/www/static/css/smoothness/images /ui-bg_glass_55_fbf9ee_1x400.png, var/www/static/css/smoothness/images/ui- bg_glass_65_ffffff_1x400.png, var/www/static/css/smoothness/images /ui-bg_glass_75_dadada_1x400.png, var/www/static/css/smoothness/images/ui- bg_glass_75_e6e6e6_1x400.png, var/www/static/css/smoothness/images /ui-bg_glass_95_fef1ec_1x400.png, var/www/static/css/smoothness/images/ui-bg_highlight- soft_75_cccccc_1x100.png, var/www/static/css/smoothness/images/ui- icons_222222_256x240.png, var/www/static/css/smoothness/images/ui- icons_2e83ff_256x240.png, var/www/static/css/smoothness/images/ui- icons_454545_256x240.png, var/www/static/css/smoothness/images/ui- icons_888888_256x240.png, var/www/static/css/smoothness/images/ui- icons_cd0a0a_256x240.png, var/www/static/css/smoothness/jquery- ui-1.7.1.custom.css, var/www/static/js/jquery.easing.1.3.js, var/www/static/js/jquery.fancybox-1.2.1.pack.js, var/www/static/js/jquery.pageslide-0.2.js, var/www/template.rhtml

Adding some more libraries, started basic UI structure. [b4ae825e5919] <jqui-html-filter>

2009-04-30

2009-04-30 Mahlon E. Smith <mahlon@martini.nu>

plugins/thingfish-filter-image/lib/thingfish/filter/image.rb, plugins/thingfish-filter-image/spec/thingfish/filter/image_spec.rb, plugins/thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-sequel/lib/thingfish/metastore/sequel.rb

2009-04-29

2009-04-29 Michael Granger <ged@FaerieMUD.org>

docs/manual/layouts/default.page, var/www/static/js/jquery-1.3.2.min.js, var/www/static/js/jquery.js, var/www/template.rhtml

Updated jQuery to 1.3.2. [d8688c5bb06c]

2009-04-14

2009-04-14 Michael Granger <ged@FaerieMUD.org>

Rakefile, Rakefile.local, experiments/define_setter_argument.rb, lib/thingfish/config.rb, lib/thingfish/connectionmanager.rb, lib/thingfish/constants.rb, misc/rake/helpers.rb, misc/rake/svn.rb, plugins/thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- filestore-filesystem/spec/thingfish/filestore/filesystem_spec.rb, plugins/thingfish-filter-xml/spec/thingfish/filter/xml_spec.rb, plugins/thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, project.yml, spec/lib/constants.rb, spec/lib/filestore_behavior.rb, spec/thingfish/config_spec.rb, spec/thingfish/connectionmanager_spec.rb, spec/thingfish/daemon_spec.rb

2009-04-14 Michael Granger <ged@FaerieMUD.org>

2009-04-09

2009-04-09 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/constants.rb, plugins/thingfish-filter- exif/lib/thingfish/filter/exif.rb, plugins/thingfish-filter- exif/spec/thingfish/filter/exif_spec.rb, plugins/thingfish-filter- image/lib/thingfish/filter/image.rb, plugins/thingfish-filter- image/spec/thingfish/filter/image_spec.rb, plugins/thingfish-filter- mp3/lib/thingfish/filter/mp3.rb, plugins/thingfish-filter- mp3/spec/thingfish/filter/mp3_spec.rb, plugins/thingfish-filter- rfc2822/lib/thingfish/filter/rfc2822.rb, plugins/thingfish-filter- rfc2822/spec/thingfish/filter/rfc2822_spec.rb

Converted metadata keys generated by filters to be prefixed with the filter name and a colon instead of an underscore. This will help when we add namespaces to the RDF metastore, as we can use the prefix to map values to namespaced predicates. WARNING: if you have any current metadata, you'll need to convert them to the new format. Something like: PREFIXES = %w[ mp3 exif rfc822 image ] PREFIX_RE = Regexp.new( '^(' + PREFIXES.join('|') + ')_' ) upgraded_store = ThingFish::Metastore.create( 'backend', 'newstore' ) old_metastore.migrate do |uuid, properties| properties.keys.each do |key| if newkey = key.sub( PREFIX_RE, “\1:” ) properties[ newkey ] = properties.delete( key ) end end upgraded_store.set_properties( uuid, properties ) end [7476b4cdfe7c]

2009-04-09 Michael Granger <ged@FaerieMUD.org>

docs/manual/layouts/default.page, var/www/template.rhtml

Update script links. [ddfd1985de15] <jqui-html-filter>

var/www/static/css/thingface/images/ui-bg_fine- grain_85_222222_60x60.png, var/www/static/css/thingface/images/ui- bg_flat_5_222222_40x100.png, var/www/static/css/thingface/images/ui- bg_glass_30_0b58a2_1x400.png, var/www/static/css/thingface/images /ui-bg_glass_30_a30000_1x400.png, var/www/static/css/thingface/images/ui-bg_gloss- wave_20_333333_500x100.png, var/www/static/css/thingface/images/ui- bg_gloss-wave_30_222222_500x100.png, var/www/static/css/thingface/images/ui-bg_gloss- wave_40_00498f_500x100.png, var/www/static/css/thingface/images/ui- bg_inset-hard_15_0b3e6f_1x100.png, var/www/static/css/thingface/images/ui- bg_spotlight_15_111111_600x600.png, var/www/static/css/thingface/images/ui-icons_00498f_256x240.png, var/www/static/css/thingface/images/ui-icons_98d2fb_256x240.png, var/www/static/css/thingface/images/ui-icons_9ccdfc_256x240.png, var/www/static/css/thingface/images/ui-icons_ffffff_256x240.png, var/www/static/css/thingface/jquery-ui-1.7.1.custom.css, var/www/static/js/jquery-1.3.2.min.js, var/www/static/js/jquery- ui-1.7.1.custom.min.js, var/www/static/js/jquery.js, var/www/static/js/jquery.reflect.js

Adding jQuery UI files. [35b3605b3262] <jqui-html-filter>

2009-04-07

2009-04-07 Michael Granger <ged@FaerieMUD.org>

docs/manual/src/Hackers_Guide/writing-metastores.page, misc/rake/docs.rb, plugins/thingfish-filter- image/lib/thingfish/filter/image.rb, plugins/thingfish-metastore- rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish-metastore- rdf/spec/thingfish/metastore/rdf_spec.rb

2009-04-02

2009-04-02 Mahlon E. Smith <mahlon@martini.nu>

bin/thingfish, lib/thingfish/connectionmanager.rb, lib/thingfish/daemon.rb, lib/thingfish/handler/simplemetadata.rb, plugins/.skel/lib/thingfish/handler/TEMPLATE.rb.erb, spec/thingfish/connectionmanager_spec.rb, spec/thingfish_spec.rb

2009-04-01

2009-04-01 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/metastore/memory.rb, lib/thingfish/mixins.rb, lib/thingfish/request.rb, lib/thingfish/utils.rb, plugins/thingfish- filestore-filesystem/spec/thingfish/filestore/filesystem_spec.rb, plugins/thingfish-filter- basicauth/spec/thingfish/filter/basicauth_spec.rb, plugins /thingfish-filter-image/spec/thingfish/filter/image_spec.rb, plugins /thingfish-filter-json/spec/thingfish/filter/json_spec.rb, plugins /thingfish-filter-naughty/spec/thingfish/filter/naughty_spec.rb, plugins/thingfish-filter- rfc2822/spec/thingfish/filter/rfc2822_spec.rb, plugins/thingfish- filter-xml/spec/thingfish/filter/xml_spec.rb, plugins/thingfish- handler-formupload/spec/thingfish/handler/formupload_spec.rb, plugins/thingfish-handler- inspect/spec/thingfish/handler/inspect_spec.rb, plugins/thingfish- handler-mailinglists/spec/thingfish/handler/mailinglists_spec.rb, plugins/thingfish-metastore- marshalled/spec/thingfish/metastore/marshalled_spec.rb, plugins /thingfish-metastore-rdf/spec/thingfish/metastore/rdf_spec.rb, plugins/thingfish-metastore- sequel/spec/thingfish/metastore/sequel_spec.rb, plugins/thingfish- metastore-sqlite/spec/thingfish/metastore/sqlite3_spec.rb, spec/TEMPLATE.rb.tpl, spec/lib/filestore_behavior.rb, spec/lib/filter_behavior.rb, spec/lib/handler_behavior.rb, spec/lib/metastore_behavior.rb, spec/thingfish/acceptparam_spec.rb, spec/thingfish/client_spec.rb, spec/thingfish/config_spec.rb, spec/thingfish/connectionmanager_spec.rb, spec/thingfish/exceptions_spec.rb, spec/thingfish/filestore/memory_spec.rb, spec/thingfish/filestore_spec.rb, spec/thingfish/filter/html_spec.rb, spec/thingfish/filter/ruby_spec.rb, spec/thingfish/filter/yaml_spec.rb, spec/thingfish/filter_spec.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/handler/simplemetadata_spec.rb, spec/thingfish/handler/simplesearch_spec.rb, spec/thingfish/handler/staticcontent_spec.rb, spec/thingfish/handler_spec.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish/metastore_spec.rb, spec/thingfish/mixins_spec.rb, spec/thingfish/multipartmimeparser_spec.rb, spec/thingfish/request_spec.rb, spec/thingfish/resource_spec.rb, spec/thingfish/response_spec.rb, spec/thingfish/urimap_spec.rb, spec/thingfish/utils_spec.rb, spec/thingfish_spec.rb

docs/manual/src/Hackers_Guide/writing-filters.page, lib/thingfish/config.rb, lib/thingfish/constants.rb, lib/thingfish/handler/simplemetadata.rb, plugins/.skel/lib/thingfish/filter/TEMPLATE.rb.erb, plugins/.skel/lib/thingfish/handler/TEMPLATE.rb.erb, plugins /thingfish-metastore-sequel/lib/thingfish/metastore/sequel.rb, spec/thingfish/config_spec.rb, spec/thingfish/handler/simplemetadata_spec.rb

Merged changes from [log

643 at thingfish/trunk:648 trunk]. * Added svn:keywords to a bunch of stuff. [01e297a8b4ec] <ruby-191-fixes>

2009-03-30

2009-03-30 Mahlon E. Smith <mahlon@martini.nu>

plugins/thingfish-metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish-metastore- rdf/spec/thingfish/metastore/rdf_spec.rb

Checkpoint commit of initial RDF metastore work. [6dc9d80b84fa] <simple-rdf-store>

2009-03-27

2009-03-27 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/constants.rb, lib/thingfish/handler/simplemetadata.rb, spec/thingfish/handler/simplemetadata_spec.rb

Factor metadata key pattern out into a constant [72b82591c44f]

2009-03-26

2009-03-26 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/config.rb, plugins/thingfish-metastore- sequel/lib/thingfish/metastore/sequel.rb, spec/lib/helpers.rb, spec/thingfish/config_spec.rb

Fixes for the Sequel metastore for UUIDTools 1.0.7 (UUID.to_s instead of UUID as keys of hashes.) * Fix for ThingFish

:Config#create_configured_filters – send an empty options hash instead of nil if no options were specified. [414ee225637a]

2009-03-23

2009-03-23 Michael Granger <ged@FaerieMUD.org>

.irbrc, ChangeLog, Rakefile, Rakefile.local, Rakefile.old, bin/thingfishd, docs/manual/lib/api-filter.rb, docs/manual/lib /examples-filter.rb, experiments/define_setter_argument.rb, experiments/rdf-metastore-spike.rb, lib/thingfish/benchmarktask.rb, lib/thingfish/config.rb, lib/thingfish/connectionmanager.rb, lib/thingfish/daemon.rb, lib/thingfish/mixins.rb, misc/rake/helpers.rb, misc/rake/lib/benchmarktask.rb, project.yml, spec/lib/helpers.rb, spec/thingfish/config_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/handler/default_spec.rb, start

Checkpoint commit [b62aa0275fb8] <ruby-191-fixes>

2009-03-20

2009-03-20 Michael Granger <ged@FaerieMUD.org>

spec/thingfish/connectionmanager_spec.rb

Removing miscommitted empty example [abc22d861373]

lib/thingfish/connectionmanager.rb, lib/thingfish/daemon.rb, spec/thingfish/connectionmanager_spec.rb, spec/thingfish/daemon_spec.rb

Added error-handling to the connection manager's process routine and the daemon's connection handler (fixes #57) [499f3464d34a]

2009-03-16

2009-03-16 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/config.rb, spec/thingfish/config_spec.rb

Default key for the simplemetadata handler should be a symbol, not a string. [941dcd74346c]

2009-03-12

2009-03-12 Mahlon E. Smith <mahlon@martini.nu>

bin/thingfish, bin/thingfishd, lib/thingfish/config.rb, plugins/.skel/Rakefile.erb, plugins/thingfish-filestore- filesystem/LICENSE, plugins/thingfish-filter-basicauth/LICENSE, plugins/thingfish-filter-basicauth/Rakefile, plugins/thingfish- filter-exif/LICENSE, plugins/thingfish-filter-image/LICENSE, plugins /thingfish-filter-json/LICENSE, plugins/thingfish-filter- mp3/LICENSE, plugins/thingfish-filter-naughty/LICENSE, plugins /thingfish-filter-naughty/Rakefile, plugins/thingfish-filter- rfc2822/LICENSE, plugins/thingfish-filter-rfc2822/Rakefile, plugins /thingfish-filter-xml/LICENSE, plugins/thingfish-handler- formupload/LICENSE, plugins/thingfish-handler-formupload/Rakefile, plugins/thingfish-handler-inspect/LICENSE, plugins/thingfish- handler-inspect/Rakefile, plugins/thingfish-handler- mailinglists/LICENSE, plugins/thingfish-handler- mailinglists/Rakefile, plugins/thingfish-metastore- marshalled/LICENSE, plugins/thingfish-metastore-rdf/LICENSE, plugins /thingfish-metastore-sequel/LICENSE, plugins/thingfish-metastore- sqlite/LICENSE, spec/thingfish/config_spec.rb, spec/thingfish/daemon_spec.rb

Merging from [log:thingfish/releases/0.3.0@637 release 0.3.0]. [08a9b9db24d7]

2009-03-10

2009-03-10 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/Hackers_Guide/api-guided-tour.page, lib/thingfish.rb

Version bump to 0.3.0. [51f57cc59523] [0.3.0]

2009-02-17

2009-02-17 Mahlon E. Smith <mahlon@martini.nu>

plugins/thingfish-metastore- sequel/lib/thingfish/metastore/sequel.rb

Generate the metaval table's composite primary key correctly. [4d13fa14f35f]

2009-02-10

2009-02-10 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/getting-started.page, etc/thingfish.conf.advanced, lib/thingfish/config.rb, lib/thingfish/utils.rb, spec/thingfish/mixins_spec.rb

Add the ability to customize log formats via the config file, if you are doing something fancy or just don't like the way it looks. [e70badcddab1]

2009-02-08

2009-02-08 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/Hackers_Guide/api-guided-tour.page, docs/manual/src/Hackers_Guide/writing-filestores.page, docs/manual/src/Hackers_Guide/writing-metastores.page, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/mixins.rb

2009-02-06

2009-02-06 Michael Granger <ged@FaerieMUD.org>

docs/manual/lib/examples-filter.rb, spec/thingfish/daemon_spec.rb, var/www/static/css/default.css

2009-01-30

2009-01-30 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/config.rb, lib/thingfish/daemon.rb, lib/thingfish/mixins.rb, lib/thingfish/urimap.rb, spec/thingfish/config_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/handler/simplemetadata_spec.rb, spec/thingfish/handler/simplesearch_spec.rb, spec/thingfish/mixins_spec.rb, spec/thingfish/urimap_spec.rb

Move the URI map creation into ThingFish

:Config. ThingFish::Daemon is still responsible for handler on_startup action, but the config is responsible mapping URIs to handlers. [53b987c40d2d]

docs/manual/lib/examples-filter.rb, docs/manual/src/Hackers_Guide /api-guided-tour.page, docs/manual/src/Hackers_Guide/writing- filestores.page, docs/manual/src/Hackers_Guide/writing-filters.page, docs/manual/src/Hackers_Guide/writing-handlers.page, lib/thingfish/daemon.rb, lib/thingfish/filestore.rb, lib/thingfish/urimap.rb

2009-01-28

2009-01-28 Michael Granger <ged@FaerieMUD.org>

docs/manual/src/Hackers_Guide/api-guided-tour.page, docs/manual/src/Hackers_Guide/writing-handlers.page

Work on the API guided tour and the “Writing Handlers” manual pages [10a71085265f]

2009-01-27

2009-01-27 Michael Granger <ged@FaerieMUD.org>

plugins/thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb

Fixing weird indent whitespace [4016e7acb7a6]

2009-01-27 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/Hackers_Guide/api-guided-tour.page, docs/manual/src/Hackers_Guide/writing-filestores.page, plugins /thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb

Fix incorrect ThingFish

:FilesystemFileStore delete comment. * Add the 'Writing A FileStore' page to the manual. This closes #10. * Add additional outline pieces for the 'API guided tour' manual page. [5a6dd88e2df1]

2009-01-23

2009-01-23 Mahlon E. Smith <mahlon@martini.nu>

LICENSE, docs/manual/layouts/default.page, docs/manual/src/Hackers_Guide/api-guided-tour.page, docs/manual/src/Hackers_Guide/index.page, docs/manual/src/Hackers_Guide/writing-filestores.page, docs/manual/src/Hackers_Guide/writing-filters.page, docs/manual/src/Hackers_Guide/writing-handlers.page, docs/manual/src/Hackers_Guide/writing-metastores.page, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/handler/simplesearch.rb

2009-01-22

2009-01-22 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/lib/examples-filter.rb, docs/manual/lib/links-filter.rb, docs/manual/src/Developers_Guide/ruby-client.page, docs/manual/src/Hackers_Guide/writing-filters.page, lib/thingfish/config.rb, lib/thingfish/filter/ruby.rb, misc/rake/lib/manual.rb

2009-01-15

2009-01-15 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish.rb, lib/thingfish/connectionmanager.rb, lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, spec/thingfish/connectionmanager_spec.rb

2008-12-04

2008-12-04 Michael Granger <ged@FaerieMUD.org>

Rakefile

2008-12-04 Mahlon E. Smith <mahlon@martini.nu>

README, Rakefile, TEMPLATE.rb.tpl, bin/thingfish, bin/thingfishd, docs/manual/src/Developers_Guide/connecting.page, docs/manual/src/Developers_Guide/ruby-client.page, docs/manual/src/Hackers_Guide/writing-filestores.page, docs/manual/src/Hackers_Guide/writing-filters.page, docs/manual/src/Hackers_Guide/writing-handlers.page, docs/manual/src/Hackers_Guide/writing-metastores.page, docs/manual/src/getting-started.page, etc/thingfish.conf, etc/thingfish.conf.advanced, etc/thingfish.conf.example, experiments/ab_extra_methods.patch, experiments/ab_patches/ab_extra_methods.patch, experiments/ab_patches/ab_millisecond.patch, experiments/ebbtest.rb, experiments/event_connect_states.rb, experiments/rdf-metastore- spike.rb, experiments/rev_httpd.rb, lib/monkeypatches.rb, lib/thingfish.rb, lib/thingfish/acceptparam.rb, lib/thingfish/client.rb, lib/thingfish/config.rb, lib/thingfish/connectionmanager.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/filestore.rb, lib/thingfish/filestore/memory.rb, lib/thingfish/filter.rb, lib/thingfish/filter/html.rb, lib/thingfish/filter/ruby.rb, lib/thingfish/filter/yaml.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/handler/staticcontent.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/metastore/simple.rb, lib/thingfish/mixins.rb, lib/thingfish/multipartmimeparser.rb, lib/thingfish/request.rb, lib/thingfish/resource.rb, lib/thingfish/response.rb, lib/thingfish/urimap.rb, lib/thingfish/utils.rb, misc/rake/benchmark.rb, misc/rake/dependencies.rb, misc/rake/helpers.rb, misc/rake/lib/benchmarktask.rb, misc/rake/packaging.rb, misc/rake/style.rb, misc/rake/svn.rb, plugins/.skel/spec/thingfish/handler/TEMPLATE_spec.rb.erb, plugins /thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- filestore-filesystem/spec/thingfish/filestore/filesystem_spec.rb, plugins/thingfish-filter- basicauth/lib/thingfish/filter/basicauth.rb, plugins/thingfish- filter-basicauth/spec/thingfish/filter/basicauth_spec.rb, plugins /thingfish-filter-exif/lib/thingfish/filter/exif.rb, plugins /thingfish-filter-exif/spec/thingfish/filter/exif_spec.rb, plugins /thingfish-filter-image/lib/thingfish/filter/image.rb, plugins /thingfish-filter-image/spec/thingfish/filter/image_spec.rb, plugins /thingfish-filter-json/lib/thingfish/filter/json.rb, plugins /thingfish-filter-json/spec/thingfish/filter/json_spec.rb, plugins /thingfish-filter-mp3/lib/thingfish/filter/mp3.rb, plugins /thingfish-filter-mp3/spec/thingfish/filter/mp3_spec.rb, plugins /thingfish-filter-naughty/lib/thingfish/filter/naughty.rb, plugins /thingfish-filter-naughty/spec/thingfish/filter/naughty_spec.rb, plugins/thingfish-filter-rfc2822/lib/thingfish/filter/rfc2822.rb, plugins/thingfish-filter- rfc2822/spec/thingfish/filter/rfc2822_spec.rb, plugins/thingfish- filter-xml/lib/thingfish/filter/xml.rb, plugins/thingfish-filter- xml/spec/thingfish/filter/xml_spec.rb, plugins/thingfish-handler- formupload/lib/thingfish/handler/formupload.rb, plugins/thingfish- handler-formupload/spec/thingfish/handler/formupload_spec.rb, plugins/thingfish-handler-inspect/lib/thingfish/handler/inspect.rb, plugins/thingfish-handler- inspect/spec/thingfish/handler/inspect_spec.rb, plugins/thingfish- handler-mailinglists/lib/thingfish/handler/mailinglists.rb, plugins /thingfish-handler- mailinglists/spec/thingfish/handler/mailinglists_spec.rb, plugins /thingfish-handler-status/LICENSE, plugins/thingfish-handler- status/README, plugins/thingfish-handler-status/Rakefile, plugins /thingfish-handler-status/lib/thingfish/handler/status.rb, plugins /thingfish-handler-status/resources/index.rhtml, plugins/thingfish- handler-status/resources/index_content.rhtml, plugins/thingfish- handler-status/resources/static/status.css, plugins/thingfish- handler-status/spec/thingfish/handler/status_spec.rb, plugins /thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-marshalled/spec/thingfish/metastore/marshalled_spec.rb, plugins/thingfish-metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish-metastore- rdf/spec/thingfish/metastore/rdf_spec.rb, plugins/thingfish- metastore-sequel/lib/thingfish/metastore/sequel.rb, plugins /thingfish-metastore-sequel/spec/thingfish/metastore/sequel_spec.rb, plugins/thingfish-metastore- sqlite/lib/thingfish/metastore/sqlite3.rb, plugins/thingfish- metastore-sqlite/spec/thingfish/metastore/sqlite3_spec.rb, spec/lib/constants.rb, spec/lib/handler_behavior.rb, spec/lib/metastore_behavior.rb, spec/thingfish/acceptparam_spec.rb, spec/thingfish/client_spec.rb, spec/thingfish/config_spec.rb, spec/thingfish/connectionmanager_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/exceptions_spec.rb, spec/thingfish/filestore/memory_spec.rb, spec/thingfish/filestore_spec.rb, spec/thingfish/filter/html_spec.rb, spec/thingfish/filter/ruby_spec.rb, spec/thingfish/filter/yaml_spec.rb, spec/thingfish/filter_spec.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/handler/simplemetadata_spec.rb, spec/thingfish/handler/simplesearch_spec.rb, spec/thingfish/handler/staticcontent_spec.rb, spec/thingfish/handler_spec.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish/metastore_spec.rb, spec/thingfish/mixins_spec.rb, spec/thingfish/multipartmimeparser_spec.rb, spec/thingfish/request_spec.rb, spec/thingfish/resource_spec.rb, spec/thingfish/response_spec.rb, spec/thingfish/staticcontent_spec.rb, spec/thingfish/urimap_spec.rb, spec/thingfish/utils_spec.rb, spec/thingfish_spec.rb, start, var/www/errors/404.rhtml, var/www/errors/500.rhtml, var/www/template.rhtml

Merge of the last 5 months of [log:thingfish/branches/evented- backend@619 work]. Among the main features in this merge: * Removal of the Mongrel dependency, in favor of our own ConnectionManager and Handler dispatch strategy. (This was after heavy exploration of rack, ebb, rev, io-reactor, and eventmachine.) * The status handler has been removed. (it subclassed a Mongrel handler) * DefaultHandler now falls back to use global 'resource_dir' configuration * Use symbols for methods with Request.http_method() * Startup actions for filestores and metastores renamed to 'on_startup' to denote event instead of action * Documentation updates (more on the way) * Config file format has changed for handlers, see example files for details * Added connection-level profiling * Added connection pipelining (woo woo!) * Updated 'ab' patches for latest binaries (benchmarking) [0ddb3c88c300]

2008-12-01

2008-12-01 Mahlon E. Smith <mahlon@martini.nu>

README, Rakefile, docs/manual/src/Developers_Guide/connecting.page, docs/manual/src/getting-started.page, etc/thingfish.conf, etc/thingfish.conf.advanced, etc/thingfish.conf.example, experiments/ab_extra_methods.patch, experiments/ab_patches/ab_extra_methods.patch, experiments/ab_patches/ab_millisecond.patch, lib/thingfish/config.rb, lib/thingfish/connectionmanager.rb, lib/thingfish/daemon.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/staticcontent.rb, misc/rake/benchmark.rb, misc/rake/lib/benchmarktask.rb, spec/thingfish/connectionmanager_spec.rb, spec/thingfish/daemon_spec.rb

2008-10-30

2008-10-30 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/Hackers_Guide/writing-handlers.page, lib/thingfish/config.rb, lib/thingfish/connectionmanager.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/filter/html.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/handler/staticcontent.rb, lib/thingfish/mixins.rb, lib/thingfish/request.rb, lib/thingfish/response.rb, lib/thingfish/urimap.rb, plugins/thingfish-filter- exif/spec/thingfish/filter/exif_spec.rb, plugins/thingfish-handler- formupload/spec/thingfish/handler/formupload_spec.rb, plugins /thingfish-handler-inspect/lib/thingfish/handler/inspect.rb, plugins /thingfish-handler- mailinglists/lib/thingfish/handler/mailinglists.rb, plugins /thingfish-handler- mailinglists/spec/thingfish/handler/mailinglists_spec.rb, spec/thingfish/config_spec.rb, spec/thingfish/connectionmanager_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/filter/html_spec.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/handler/simplemetadata_spec.rb, spec/thingfish/handler/staticcontent_spec.rb, spec/thingfish/handler_spec.rb, spec/thingfish/mixins_spec.rb, spec/thingfish/request_spec.rb, spec/thingfish/resource_spec.rb, spec/thingfish/response_spec.rb, spec/thingfish/urimap_spec.rb, var/www/errors/404.rhtml, var/www/errors/500.rhtml, var/www/template.rhtml

Checkpointing. [352883574580] <evented-backend>

2008-10-03

2008-10-03 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/Hackers_Guide/writing-handlers.page, lib/thingfish/config.rb, lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/handler/staticcontent.rb, lib/thingfish/mixins.rb, lib/thingfish/urimap.rb, plugins/thingfish-handler- formupload/lib/thingfish/handler/formupload.rb, plugins/thingfish- handler-formupload/spec/thingfish/handler/formupload_spec.rb, plugins/thingfish-handler-inspect/lib/thingfish/handler/inspect.rb, plugins/thingfish-handler- inspect/spec/thingfish/handler/inspect_spec.rb, plugins/thingfish- handler-mailinglists/lib/thingfish/handler/mailinglists.rb, plugins /thingfish-handler- mailinglists/spec/thingfish/handler/mailinglists_spec.rb, spec/thingfish/config_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/handler/simplemetadata_spec.rb, spec/thingfish/handler/simplesearch_spec.rb, spec/thingfish/handler/staticcontent_spec.rb, spec/thingfish/handler_spec.rb, spec/thingfish/mixins_spec.rb

Checkpoint. We are pretty close now to the glorious and gigantic merge to trunk. [7cbc93378aba] <evented-backend>

2008-09-26

2008-09-26 Mahlon E. Smith <mahlon@martini.nu>

README, docs/manual/src/getting-started.page, lib/monkeypatches.rb, lib/thingfish/config.rb, lib/thingfish/daemon.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/request.rb, lib/thingfish/urimap.rb, misc/rake/packaging.rb, spec/thingfish/config_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/mixins_spec.rb, spec/thingfish/request_spec.rb, spec/thingfish/urimap_spec.rb

Checkpoint! [42ab1a651328] <evented-backend>

2008-09-24

2008-09-24 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/Hackers_Guide/writing-handlers.page, lib/thingfish/request.rb, lib/thingfish/utils.rb, spec/thingfish/request_spec.rb, spec/thingfish/utils_spec.rb

checkpoint! [32afa8ba90bb] <evented-backend>

2008-09-23

2008-09-23 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/connectionmanager.rb, lib/thingfish/constants.rb, lib/thingfish/request.rb, spec/lib/constants.rb, spec/thingfish/connectionmanager_spec.rb, spec/thingfish/request_spec.rb

Checkpoint. [f2305c593079] <evented-backend>

2008-09-17

2008-09-17 Mahlon E. Smith <mahlon@martini.nu>

experiments/event_connect_states.rb, lib/thingfish/client.rb, lib/thingfish/config.rb, lib/thingfish/connectionmanager.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/request.rb, lib/thingfish/resource.rb, misc/rake/dependencies.rb, plugins /thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- filter-exif/lib/thingfish/filter/exif.rb, plugins/thingfish-filter- exif/spec/thingfish/filter/exif_spec.rb, plugins/thingfish-filter- image/lib/thingfish/filter/image.rb, plugins/thingfish-filter- image/spec/thingfish/filter/image_spec.rb, plugins/thingfish-filter- json/spec/thingfish/filter/json_spec.rb, plugins/thingfish-filter- mp3/lib/thingfish/filter/mp3.rb, plugins/thingfish-filter- mp3/spec/thingfish/filter/mp3_spec.rb, plugins/thingfish-filter- rfc2822/lib/thingfish/filter/rfc2822.rb, plugins/thingfish-filter- rfc2822/spec/thingfish/filter/rfc2822_spec.rb, spec/lib/constants.rb, spec/thingfish/client_spec.rb, spec/thingfish/connectionmanager_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/filter/ruby_spec.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/handler/simplemetadata_spec.rb, spec/thingfish/handler_spec.rb, spec/thingfish/request_spec.rb, spec/thingfish/resource_spec.rb, spec/thingfish/utils_spec.rb

Checkpoint. Feelin' fine. [bbd248e9180b] <evented-backend>

2008-09-05

2008-09-05 Mahlon E. Smith <mahlon@martini.nu>

2008-09-03

2008-09-03 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/Hackers_Guide/writing-filters.page, ext/extconf.rb, ext/request.c, ext/request.h, ext/request_parser.rl, lib/monkeypatches.rb, lib/thingfish.rb, lib/thingfish/acceptparam.rb, lib/thingfish/client.rb, lib/thingfish/config.rb, lib/thingfish/connectionmanager.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/filestore.rb, lib/thingfish/filestore/memory.rb, lib/thingfish/filter.rb, lib/thingfish/filter/html.rb, lib/thingfish/filter/ruby.rb, lib/thingfish/filter/yaml.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/handler/staticcontent.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/metastore/simple.rb, lib/thingfish/mixins.rb, lib/thingfish/multipartmimeparser.rb, lib/thingfish/request.rb, lib/thingfish/resource.rb, lib/thingfish/response.rb, lib/thingfish/utils.rb, misc/rake/dependencies.rb, misc/rake/style.rb, plugins/thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- filestore-filesystem/spec/thingfish/filestore/filesystem_spec.rb, plugins/thingfish-filter- basicauth/lib/thingfish/filter/basicauth.rb, plugins/thingfish- filter-basicauth/spec/thingfish/filter/basicauth_spec.rb, plugins /thingfish-filter-exif/lib/thingfish/filter/exif.rb, plugins /thingfish-filter-exif/spec/thingfish/filter/exif_spec.rb, plugins /thingfish-filter-image/lib/thingfish/filter/image.rb, plugins /thingfish-filter-image/spec/thingfish/filter/image_spec.rb, plugins /thingfish-filter-json/lib/thingfish/filter/json.rb, plugins /thingfish-filter-json/spec/thingfish/filter/json_spec.rb, plugins /thingfish-filter-mp3/lib/thingfish/filter/mp3.rb, plugins /thingfish-filter-mp3/spec/thingfish/filter/mp3_spec.rb, plugins /thingfish-filter-naughty/lib/thingfish/filter/naughty.rb, plugins /thingfish-filter-naughty/spec/thingfish/filter/naughty_spec.rb, plugins/thingfish-filter-rfc2822/lib/thingfish/filter/rfc2822.rb, plugins/thingfish-filter- rfc2822/spec/thingfish/filter/rfc2822_spec.rb, plugins/thingfish- filter-xml/lib/thingfish/filter/xml.rb, plugins/thingfish-filter- xml/spec/thingfish/filter/xml_spec.rb, plugins/thingfish-handler- formupload/lib/thingfish/handler/formupload.rb, plugins/thingfish- handler-formupload/spec/thingfish/handler/formupload_spec.rb, plugins/thingfish-handler-inspect/lib/thingfish/handler/inspect.rb, plugins/thingfish-handler- inspect/spec/thingfish/handler/inspect_spec.rb, plugins/thingfish- handler-mailinglists/lib/thingfish/handler/mailinglists.rb, plugins /thingfish-handler- mailinglists/spec/thingfish/handler/mailinglists_spec.rb, plugins /thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-marshalled/spec/thingfish/metastore/marshalled_spec.rb, plugins/thingfish-metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish-metastore- rdf/spec/thingfish/metastore/rdf_spec.rb, plugins/thingfish- metastore-sequel/lib/thingfish/metastore/sequel.rb, plugins /thingfish-metastore-sequel/spec/thingfish/metastore/sequel_spec.rb, plugins/thingfish-metastore- sqlite/lib/thingfish/metastore/sqlite3.rb, plugins/thingfish- metastore-sqlite/spec/thingfish/metastore/sqlite3_spec.rb, spec/lib/constants.rb, spec/thingfish/acceptparam_spec.rb, spec/thingfish/client_spec.rb, spec/thingfish/config_spec.rb, spec/thingfish/connectionmanager_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/exceptions_spec.rb, spec/thingfish/filestore/memory_spec.rb, spec/thingfish/filestore_spec.rb, spec/thingfish/filter/html_spec.rb, spec/thingfish/filter/ruby_spec.rb, spec/thingfish/filter/yaml_spec.rb, spec/thingfish/filter_spec.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/handler/simplemetadata_spec.rb, spec/thingfish/handler/simplesearch_spec.rb, spec/thingfish/handler/staticcontent_spec.rb, spec/thingfish/handler_spec.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish/metastore_spec.rb, spec/thingfish/mixins_spec.rb, spec/thingfish/multipartmimeparser_spec.rb, spec/thingfish/request_spec.rb, spec/thingfish/resource_spec.rb, spec/thingfish/response_spec.rb, spec/thingfish/utils_spec.rb, spec/thingfish_spec.rb

Whitespace cleanup and checkpoint commit of IO:Reactor work [490bfe11ac41] <evented-backend>

2008-08-21

2008-08-21 Mahlon E. Smith <mahlon@martini.nu>

Rakefile, TEMPLATE.rb.tpl, experiments/rev_httpd.rb, ext/extconf.rb, ext/request.c, ext/request.h, ext/request_parser.rl, lib/thingfish/daemon.rb, lib/thingfish/filter/html.rb, lib/thingfish/request.rb, misc/rake/helpers.rb, misc/rake/lib/benchmarktask.rb

Checkpointy! [98df659ee00e] <evented-backend>

2008-08-21 Michael Granger <ged@FaerieMUD.org>

TEMPLATE.rb.tpl, lib/thingfish.rb, lib/thingfish/acceptparam.rb, lib/thingfish/client.rb, lib/thingfish/config.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/filestore.rb, lib/thingfish/filestore/memory.rb, lib/thingfish/filter.rb, lib/thingfish/filter/html.rb, lib/thingfish/filter/ruby.rb, lib/thingfish/filter/yaml.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/handler/staticcontent.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/metastore/simple.rb, lib/thingfish/mixins.rb, lib/thingfish/multipartmimeparser.rb, lib/thingfish/request.rb, lib/thingfish/resource.rb, lib/thingfish/response.rb, lib/thingfish/utils.rb, plugins/thingfish-filter- basicauth/lib/thingfish/filter/basicauth.rb, plugins/thingfish- filter-image/lib/thingfish/filter/image.rb, plugins/thingfish- filter-json/lib/thingfish/filter/json.rb, plugins/thingfish-filter- naughty/lib/thingfish/filter/naughty.rb, plugins/thingfish-filter- rfc2822/lib/thingfish/filter/rfc2822.rb, plugins/thingfish-filter- xml/lib/thingfish/filter/xml.rb, plugins/thingfish-handler- formupload/lib/thingfish/handler/formupload.rb, plugins/thingfish- handler-inspect/lib/thingfish/handler/inspect.rb, plugins/thingfish- handler-mailinglists/lib/thingfish/handler/mailinglists.rb

Updated LICENSE location in the comment headers. [242cbf37e15b] <rack-conversion>

2008-08-21 Michael Granger <ged@FaerieMUD.org>

misc/rake/docs.rb, spec/lib/helpers.rb, spec/thingfish_spec.rb

2008-08-20

2008-08-20 Mahlon E. Smith <mahlon@martini.nu>

plugins/thingfish-metastore- sequel/lib/thingfish/metastore/sequel.rb

Limit the sequel connection pool to a single connection. The default

2008-08-11

2008-08-11 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/handler.rb, lib/thingfish/mixins.rb, plugins /thingfish-metastore-sqlite/lib/thingfish/metastore/sqlite3.rb, spec/thingfish/mixins_spec.rb

2008-08-07

2008-08-07 Mahlon E. Smith <mahlon@martini.nu>

README, etc/thingfish.conf.advanced, lib/thingfish/daemon.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/mixins.rb, misc/rake/dependencies.rb, misc/rake/packaging.rb, plugins/.skel/spec/thingfish/handler/TEMPLATE_spec.rb.erb, plugins /thingfish-handler- formupload/spec/thingfish/handler/formupload_spec.rb, plugins /thingfish-handler-inspect/lib/thingfish/handler/inspect.rb, plugins /thingfish-handler-inspect/spec/thingfish/handler/inspect_spec.rb, plugins/thingfish-handler- mailinglists/spec/thingfish/handler/mailinglists_spec.rb, plugins /thingfish-handler-status/LICENSE, plugins/thingfish-handler- status/README, plugins/thingfish-handler-status/Rakefile, plugins /thingfish-handler-status/lib/thingfish/handler/status.rb, plugins /thingfish-handler-status/resources/index.rhtml, plugins/thingfish- handler-status/resources/index_content.rhtml, plugins/thingfish- handler-status/resources/static/status.css, plugins/thingfish- handler-status/spec/thingfish/handler/status_spec.rb, spec/lib/handler_behavior.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/handler/simplemetadata_spec.rb, spec/thingfish/handler/simplesearch_spec.rb, spec/thingfish/handler/staticcontent_spec.rb, spec/thingfish/mixins_spec.rb, spec/thingfish/staticcontent_spec.rb

2008-08-06

2008-08-06 Michael Granger <ged@FaerieMUD.org>

docs/manual/src/Hackers_Guide/writing-filestores.page, docs/manual/src/Hackers_Guide/writing-handlers.page, docs/manual/src/Hackers_Guide/writing-metastores.page, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/filestore.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/metastore.rb, plugins/thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- filestore-filesystem/spec/thingfish/filestore/filesystem_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/filestore_spec.rb, spec/thingfish/handler_spec.rb, spec/thingfish/metastore_spec.rb

Checkpoint of yesterday's work [2107735b4472] <rack-conversion>

2008-08-06 Michael Granger <ged@FaerieMUD.org>

Rakefile

Turning coverage back on for cruise build. [1f42f60bec96]

2008-08-05

2008-08-05 Michael Granger <ged@FaerieMUD.org>

docs/manual/src/getting-started.page, spec/lib/metastore_behavior.rb, spec/thingfish/request_spec.rb

Finished workarounds in ThingFish

:Request for anomalies in Ebb: - env is never populated - the env headers don't get the HTTP_ prefix like all other HTTP headers * Trimmed out some duplicated examples in the spec for ThingFish::Request * Fixed another `.parent.parent` issue in the metastore_behavior lib [e50585fa078a] <rack-conversion>

2008-08-05 Mahlon E. Smith <mahlon@martini.nu>

bin/thingfish, lib/thingfish/daemon.rb, lib/thingfish/request.rb, spec/thingfish/request_spec.rb

Checkpoint commit of Ebb conversion work. [dea7cc145d21] <rack-conversion>

2008-07-31

2008-07-31 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/Developers_Guide/connecting.page, docs/manual/src/Developers_Guide/cookbook.page, docs/manual/src/Developers_Guide/ruby-client.page, docs/manual/src/Hackers_Guide/server-architecture.page, docs/manual/src/Hackers_Guide/writing-filestores.page, docs/manual/src/Hackers_Guide/writing-filters.page, docs/manual/src/Hackers_Guide/writing-handlers.page, docs/manual/src /getting-started.page, docs/manual/src/index.page, lib/thingfish.rb, lib/thingfish/daemon.rb, lib/thingfish/request.rb, lib/thingfish/response.rb, misc/rake/dependencies.rb, plugins /thingfish-metastore-sequel/lib/thingfish/metastore/sequel.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/filter/html_spec.rb, spec/thingfish/response_spec.rb

Checkpoint of Ebb work. * Merge [log

643 at thingfish/trunk:592 changes] from trunk. [acf6386c34d1] <rack-conversion>

2008-07-29

2008-07-29 Michael Granger <ged@FaerieMUD.org>

misc/rake/docs.rb

Fix manual-generation task to work with RDoc 2.0 changes in Darkfish [ea8ce278b4e6] <rack-conversion>

Rakefile

Fix the cruisecontrol build to actually fail when specs fail [1f2f0906d64c] <rack-conversion>

2008-07-29 Michael Granger <ged@FaerieMUD.org>

plugins/thingfish-metastore- sequel/spec/thingfish/metastore/sequel_spec.rb

Turned off debugging output in the Sequel metastore spec [360b2cc25e98]

spec/thingfish/filter/html_spec.rb

Fixed parent.parent issue in spec require BEGIN block [4ec8e18bf73a]

docs/manual/src/Developers_Guide/connecting.page, docs/manual/src/Developers_Guide/cookbook.page, docs/manual/src/Developers_Guide/ruby-client.page, docs/manual/src/Hackers_Guide/server-architecture.page, docs/manual/src/Hackers_Guide/writing-filestores.page, docs/manual/src/Hackers_Guide/writing-filters.page, docs/manual/src/Hackers_Guide/writing-handlers.page, docs/manual/src /getting-started.page, docs/manual/src/index.page

Fixes for the manual when run without libtidy installed [4df21c450286]

plugins/thingfish-metastore- sequel/lib/thingfish/metastore/sequel.rb, plugins/thingfish- metastore-sequel/spec/thingfish/metastore/sequel_spec.rb

Fixes for Sequel >= 2.1.x; older versions no longer supported [9ad98af4e6f7]

2008-07-29 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish.rb, misc/rake/dependencies.rb

2008-07-29 Michael Granger <ged@FaerieMUD.org>

misc/rake/docs.rb

Fix manual-generation task to work with RDoc 2.0 changes in Darkfish [77577ea77b69]

Rakefile

Fix the cruisecontrol build to actually fail when specs fail [6b465eb9e298]

2008-07-22

2008-07-22 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/Hackers_Guide/writing-handlers.page, lib/thingfish/daemon.rb, lib/thingfish/request.rb, lib/thingfish/response.rb, lib/thingfish/utils.rb, spec/thingfish/request_spec.rb, spec/thingfish/response_spec.rb, spec/thingfish/utils_spec.rb

Checkpoint of ebb conversion work. [d53eb2da76a4] <rack-conversion>

2008-07-16

2008-07-16 Mahlon E. Smith <mahlon@martini.nu>

Rakefile, lib/thingfish/client.rb, lib/thingfish/request.rb, misc/rake/benchmark.rb, misc/rake/docs.rb, misc/rake/rdoc.rb, plugins/thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- filter-image/lib/thingfish/filter/image.rb, plugins/thingfish- filter-image/spec/thingfish/filter/image_spec.rb, plugins/thingfish- filter-mp3/lib/thingfish/filter/mp3.rb, plugins/thingfish-handler- formupload/resources/upload.rhtml, spec/thingfish/request_spec.rb

Checkpoint merge of changes from [log:thingfish/trunk@560 trunk]. [2e4a329ef3b0] <rack-conversion>

2008-07-14

2008-07-14 Michael Granger <ged@FaerieMUD.org>

bin/thingfishd, docs/manual/src/Developers_Guide/ruby-client.page, docs/manual/src/getting-started.page, etc/thingfish.conf.advanced, experiments/ebbtest.rb, experiments/rdf-metastore-spike.rb, lib/monkeypatches.rb, lib/thingfish/daemon.rb, lib/thingfish/request.rb, lib/thingfish/response.rb, lib/thingfish/utils.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/request_spec.rb, spec/thingfish/response_spec.rb, start

Checkpointing work on Ebb conversion [1f6e6665c6bc] <rack-conversion>

2008-07-02

2008-07-02 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/daemon.rb, lib/thingfish/metastore.rb, misc/rake/benchmark.rb, plugins/thingfish-filter- mp3/lib/thingfish/filter/mp3.rb, plugins/thingfish-filter- mp3/spec/thingfish/filter/mp3_spec.rb, plugins/thingfish-handler- formupload/lib/thingfish/handler/formupload.rb, plugins/thingfish- handler-formupload/spec/thingfish/handler/formupload_spec.rb, spec/thingfish/daemon_spec.rb

Branching for Rack explorations and potential removal (overhaul!) of the ThingFish HTTP backend. [89c59267c056] <rack-conversion>

2008-07-02 Michael Granger <ged@FaerieMUD.org>

Rakefile, lib/thingfish/client.rb, lib/thingfish/request.rb, misc/rake/benchmark.rb, misc/rake/docs.rb, misc/rake/rdoc.rb, plugins/thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- filter-image/lib/thingfish/filter/image.rb, plugins/thingfish- filter-image/spec/thingfish/filter/image_spec.rb, plugins/thingfish- filter-mp3/lib/thingfish/filter/mp3.rb, plugins/thingfish-handler- formupload/resources/upload.rhtml, spec/thingfish/request_spec.rb

Image plugin

- Updated to generate and append thumbnails. - Refactored the calculation of the supported formats. * MP3 plugin: - Modified to accept 'audio/mpg' and 'audio/mp3' as well as 'audio/mpeg'. - Added some diagnostic logging for album-art extraction * Fixed a bug in the formupload handler's template when uploaded files don't have an associated title. * Wrapped Rakefile tasklib loading in better diagnostics * Renamed the 'rdoc' tasklib to 'docs' and moved the manual task to that library to eliminate the dependency on 'uv' for non-manual- related tasks. * Added coverage to the spec for ThingFish::Request and made check_body_ios check appended resource IOs as well as entity bodies. * Added a 'bench' shortcut for 'benchmarks:all' to the benchmark tasklib * Fixed a typo in ThingFish::Client API docs. * Changed the way recursion works in ThingFish::Request#yield_each_resource – no longer (needs) uses Enumerable::Enumerator, and eliminated newly-appended resources from sometimes being yielded back to the block. Thanks to Jeremiah Chase for pairing with me while tracking this down. [7bed6a01186a]

2008-07-01

2008-07-01 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/daemon.rb, lib/thingfish/metastore.rb, plugins /thingfish-filter-mp3/lib/thingfish/filter/mp3.rb, plugins /thingfish-filter-mp3/spec/thingfish/filter/mp3_spec.rb, plugins /thingfish-handler-formupload/lib/thingfish/handler/formupload.rb, plugins/thingfish-handler- formupload/spec/thingfish/handler/formupload_spec.rb, spec/thingfish/daemon_spec.rb

Add more informational goodies with album-art extracted from mp3s. * Have the formupload handler be “resource append” aware. * Alter ThingFish

:Daemon#purge_related_resources() to allow for selective deleting. * Add some comments to the metastore intersect_each_tuple() method. [71e5c3b29b37]

2008-06-30

2008-06-30 Mahlon E. Smith <mahlon@martini.nu>

Rakefile, experiments/ab_extra_methods.patch, lib/thingfish/daemon.rb, lib/thingfish/handler/default.rb, lib/thingfish/request.rb, plugins/thingfish-filter- mp3/lib/thingfish/filter/mp3.rb, plugins/thingfish-filter- mp3/spec/data/APIC-1-image.mp3, plugins/thingfish-filter- mp3/spec/data/APIC-2-images.mp3, plugins/thingfish-filter- mp3/spec/data/PIC-1-image.mp3, plugins/thingfish-filter- mp3/spec/data/PIC-2-images.mp3, plugins/thingfish-filter- mp3/spec/thingfish/filter/mp3_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/multipartmimeparser_spec.rb, spec/thingfish/request_spec.rb

Add a Rake task for generating tags, using exhuberant ctags. * Extract album art from mp3 files. * Prune unwanted id3 tags from mp3s * Make the default handler use the new ThingFish

:Request API. * Restructure ThingFish::Request's public interface to request bodies. * Update the ApacheBench patch (PUT and DELETE support) for Apache 2.2.9. * “Rollback” file storage on the event of a metadata store error. [25df74d9e214]

2008-06-22

2008-06-22 Michael Granger <ged@FaerieMUD.org>

Rakefile, misc/rake/packaging.rb

Fixed the

clobber_manual task that was breaking the CI build. * Removed the deprecated 'autorequire' from the gemspec [762647eef7b7]

2008-06-19

2008-06-19 Mahlon E. Smith <mahlon@martini.nu>

Rakefile, docs/manual/layouts/default.page, docs/manual/src/Developers_Guide/connecting.page, docs/manual/src/Developers_Guide/cookbook.page, docs/manual/src/Developers_Guide/index.page, docs/manual/src/Developers_Guide/ruby-client.page, docs/manual/src/Hackers_Guide/server-architecture.page, docs/manual/src/Hackers_Guide/writing-filestores.page, docs/manual/src/Hackers_Guide/writing-filters.page, docs/manual/src/Hackers_Guide/writing-handlers.page, docs/manual/src/Hackers_Guide/writing-metastores.page, docs/manual/src/getting-started.page, docs/manual/src/index.page, lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/mixins.rb, lib/thingfish/request.rb, plugins/.skel/lib/thingfish/handler/TEMPLATE.rb.erb, plugins/.skel/spec/thingfish/handler/TEMPLATE_spec.rb.erb, plugins /thingfish-filter-basicauth/LICENSE, plugins/thingfish-filter- basicauth/README, plugins/thingfish-filter-basicauth/Rakefile, plugins/thingfish-filter- basicauth/lib/thingfish/filter/basicauth.rb, plugins/thingfish- filter-basicauth/spec/thingfish/filter/basicauth_spec.rb, plugins /thingfish-metastore-rdf/README, plugins/thingfish-metastore- rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish-metastore- rdf/spec/thingfish/metastore/rdf_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/handler/simplemetadata_spec.rb, spec/thingfish/handler/simplesearch_spec.rb, spec/thingfish/request_spec.rb, utils.rb, var/www/static/css/default.css, var/www/static/images/delete.png, var/www/static/js/jquery.js, var/www/static/js/manual.js

Merged ThingFish “engine” work done in the [log:thingfish/branches/mp3-jukebox@551:559 mp3-jukebox branch]. [bf84a019bbc0]

2008-06-19 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/handler/default.rb, lib/thingfish/mixins.rb, lib/thingfish/request.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/request_spec.rb

Traded ThingFish

:Request#get_body_and_metadata for ThingFish::Request#entity_bodies as the public interface to all top- level bodies in a given request. [fc93d0894da2] <mp3-jukebox>

2008-06-17

2008-06-17 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/Developers_Guide/cookbook.page, docs/manual/src/Developers_Guide/index.page, docs/manual/src/Hackers_Guide/writing-filestores.page, docs/manual/src/Hackers_Guide/writing-filters.page, lib/thingfish/daemon.rb, lib/thingfish/handler/default.rb, lib/thingfish/request.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/handler/default_spec.rb, utils.rb

2008-06-05

2008-06-05 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/layouts/default.page, docs/manual/src/Developers_Guide/connecting.page, docs/manual/src/Developers_Guide/ruby-client.page, docs/manual/src/Hackers_Guide/server-architecture.page, docs/manual/src/Hackers_Guide/writing-filters.page, docs/manual/src/Hackers_Guide/writing-handlers.page, docs/manual/src /getting-started.page, docs/manual/src/index.page, lib/thingfish/handler/simplesearch.rb, plugins/.skel/lib/thingfish/handler/TEMPLATE.rb.erb, plugins /thingfish-handler-mp3jukebox/lib/thingfish/handler/mp3jukebox.rb, plugins/thingfish-handler-mp3jukebox/resources/index_content.rhtml, plugins/thingfish-handler-mp3jukebox/resources/static/css/style.css, plugins/thingfish-handler-mp3jukebox/resources/static/images/bottom- grad.png, plugins/thingfish-handler- mp3jukebox/resources/static/images/content-grad.png, plugins /thingfish-handler-mp3jukebox/resources/static/images/shadow.png, plugins/thingfish-handler-mp3jukebox/resources/static/images/top- grad.png, plugins/thingfish-handler- mp3jukebox/resources/static/js/singfish.js, plugins/thingfish- handler-mp3jukebox/resources/static/player.swf, plugins/thingfish- handler-mp3jukebox/resources/template.rhtml, plugins/thingfish- metastore-rdf/lib/thingfish/metastore/rdf.rb, var/www/static/css/default.css, var/www/static/images/delete.png, var/www/static/js/jquery.js, var/www/static/js/manual.js

SimpleSearch handler

Don't bother trying to find UUIDs when there are no query arguments. [80c81531c0e0] <mp3-jukebox>

2008-06-02

2008-06-02 Michael Granger <ged@FaerieMUD.org>

Rakefile

Adding a little diagnostics to the rask tasklib loader. [2d9dc5b41499]

2008-05-30

2008-05-30 Michael Granger <ged@FaerieMUD.org>

Rakefile

Removing superfluous (and broken) clobber_manual task [02892a1611c2]

2008-05-30 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/request.rb, plugins/thingfish-filter- basicauth/lib/thingfish/filter/basicauth.rb, plugins/thingfish- filter-basicauth/spec/thingfish/filter/basicauth_spec.rb, plugins /thingfish-handler-mp3jukebox/lib/thingfish/handler/mp3jukebox.rb, plugins/thingfish-handler-mp3jukebox/resources/index_content.rhtml, plugins/thingfish-handler-mp3jukebox/resources/template.rhtml, spec/thingfish/handler/simplemetadata_spec.rb, spec/thingfish/handler/simplesearch_spec.rb, spec/thingfish/request_spec.rb

Finish basic authfilter functionality. * Rename mp3 jukebox handler class (aesthetic) * Remove tests for simple metastore checks that should have already been removed. (Mahlon

oops) [702a67a7d9b2] <mp3-jukebox>

2008-05-28

2008-05-28 Michael Granger <ged@FaerieMUD.org>

docs/manual/src/Developers_Guide/connecting.page, docs/manual/src /getting-started.page, lib/thingfish/daemon.rb, lib/thingfish/request.rb, plugins/thingfish-filter- basicauth/lib/thingfish/filter/basicauth.rb, plugins/thingfish- filter-basicauth/spec/thingfish/filter/basicauth_spec.rb

Checkpoint commit for the basic auth filter. Lots more to do with this, but it minimally sets ThingFish

:Request.authed_user, so we can start using it for the mp3 jukebox handler. * Ensure errors are logged for filters that don't implement required API. * Documentation updates. [a6d5a8101c42] <mp3-jukebox>

2008-05-28 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/Hackers_Guide/writing-filters.page, docs/manual/src/Hackers_Guide/writing-metastores.page, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/handler/simplesearch.rb, plugins/.skel/spec/thingfish/handler/TEMPLATE_spec.rb.erb, plugins /thingfish-filter-basicauth/LICENSE, plugins/thingfish-filter- basicauth/README, plugins/thingfish-filter-basicauth/Rakefile, plugins/thingfish-filter- basicauth/lib/thingfish/filter/basicauth.rb, plugins/thingfish- filter-basicauth/spec/thingfish/filter/basicauth_spec.rb, plugins /thingfish-handler-mp3jukebox/LICENSE, plugins/thingfish-handler- mp3jukebox/README, plugins/thingfish-handler-mp3jukebox/Rakefile, plugins/thingfish-handler- mp3jukebox/lib/thingfish/handler/mp3jukebox.rb, plugins/thingfish- handler-mp3jukebox/spec/thingfish/handler/mp3jukebox_spec.rb, plugins/thingfish-metastore-rdf/README, plugins/thingfish-metastore- rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish-metastore- rdf/spec/thingfish/metastore/rdf_spec.rb

Checkpoint commit. * Beginning blurb for Writing a Filter documentation, copied from Handler stuff. * Minor RDF metastore changes

- Always send 'password' string to backend - Force values to be stringified * SimpleSearch/SimpleMetadata handlers no longer explicitly require a simplemetastore backend – and advanced one is fine, as long as it implements the SimpleMetastore API. [3a013cbb2761] <mp3-jukebox>

2008-05-20

2008-05-20 Mahlon E. Smith <mahlon@martini.nu>

Rakefile, docs/manual/lib/api-filter.rb, docs/manual/src/Hackers_Guide/writing-filters.page, misc/rake/lib/manual.rb, misc/rake/rdoc.rb, var/www/index_content.rhtml

2008-05-16

2008-05-16 Michael Granger <ged@FaerieMUD.org>

docs/manual/lib/examples-filter.rb, docs/manual/src/Developers_Guide/connecting.page, misc/rake/dependencies.rb

2008-05-16 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/daemon.rb, lib/thingfish/filestore.rb, lib/thingfish/metastore.rb, plugins/thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- filestore-filesystem/spec/thingfish/filestore/filesystem_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/filestore_spec.rb, spec/thingfish/metastore_spec.rb

Add ThingFish

:FIlesystemFileStore caching of sizes to help with startup speed when quotas are enabled. * Add a startup() method to Metastore and FileStore parent classes, so plugins have the opportunity to do maintenance tasks after effective uid is set. [2b50a17c1a63]

2008-05-16 Michael Granger <ged@FaerieMUD.org>

docs/manual/lib/examples-filter.rb, docs/manual/lib/links-filter.rb, docs/manual/src/Developers_Guide/connecting.page, docs/manual/src/Developers_Guide/ruby-client.page, docs/manual/src/Hackers_Guide/server-architecture.page, docs/manual/src/Hackers_Guide/writing-handlers.page, docs/manual/src /getting-started.page, misc/rake/dependencies.rb, misc/rake/lib/manual.rb, var/www/static/css/default.css, var/www/static/css/deveiate.css

2008-05-15

2008-05-15 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/Developers_Guide/examples/clientapi.rb, docs/manual/src/Developers_Guide/examples/fetching.rb, docs/manual/src/Developers_Guide/examples/instantiating.rb, docs/manual/src/Developers_Guide/examples/rss.png, docs/manual/src/Developers_Guide/examples/storing.rb, docs/manual/src/Developers_Guide/index.page, docs/manual/src/Hackers_Guide/examples/erb-handler.rb, docs/manual/src/Hackers_Guide/examples/handler-config.yml, docs/manual/src/Hackers_Guide/examples/minimal-handler.rb, docs/manual/src/Hackers_Guide/examples/minimal-handler2.rb, docs/manual/src/Hackers_Guide/examples/queryarg-handler.rb, docs/manual/src/Hackers_Guide/examples/templated-handler.rb, docs/manual/src/Hackers_Guide/examples/timehandler.html, docs/manual/src/Hackers_Guide/examples/timehandler.rhtml, docs/manual/src/Hackers_Guide/index.page, docs/manual/src/Hackers_Guide/server-architecture.page, docs/manual/src/index.page

misc/rake/lib/manual.rb

docs/manual/COMMON.rb, docs/manual/lib/examples-filter.rb, docs/manual/lib/links-filter.rb, docs/manual/src/Developers_Guide/index.page

docs/manual/src/02.Developers_Guide/connecting.page, docs/manual/src/02.Developers_Guide/examples/clientapi.rb, docs/manual/src/02.Developers_Guide/examples/fetching.rb, docs/manual/src/02.Developers_Guide/examples/instantiating.rb, docs/manual/src/02.Developers_Guide/examples/rss.png, docs/manual/src/02.Developers_Guide/examples/storing.rb, docs/manual/src/02.Developers_Guide/index.page, docs/manual/src/02.Developers_Guide/js-client.page, docs/manual/src/02.Developers_Guide/ruby-client.page, docs/manual/src/02.Developers_Guide/writing-your-own-client.page, docs/manual/src/03.Hackers_Guide/examples/erb-handler.rb, docs/manual/src/03.Hackers_Guide/examples/handler-config.yml, docs/manual/src/03.Hackers_Guide/examples/minimal-handler.rb, docs/manual/src/03.Hackers_Guide/examples/minimal-handler2.rb, docs/manual/src/03.Hackers_Guide/examples/queryarg-handler.rb, docs/manual/src/03.Hackers_Guide/examples/templated-handler.rb, docs/manual/src/03.Hackers_Guide/examples/timehandler.html, docs/manual/src/03.Hackers_Guide/examples/timehandler.rhtml, docs/manual/src/03.Hackers_Guide/index.page, docs/manual/src/03.Hackers_Guide/server-architecture.page, docs/manual/src/03.Hackers_Guide/writing-filestores.page, docs/manual/src/03.Hackers_Guide/writing-filters.page, docs/manual/src/03.Hackers_Guide/writing-handlers.page, docs/manual/src/03.Hackers_Guide/writing-metastores.page, docs/manual/src/Developers_Guide/connecting.page, docs/manual/src/Developers_Guide/examples/clientapi.rb, docs/manual/src/Developers_Guide/examples/fetching.rb, docs/manual/src/Developers_Guide/examples/instantiating.rb, docs/manual/src/Developers_Guide/examples/rss.png, docs/manual/src/Developers_Guide/examples/storing.rb, docs/manual/src/Developers_Guide/index.page, docs/manual/src/Developers_Guide/js-client.page, docs/manual/src/Developers_Guide/ruby-client.page, docs/manual/src/Developers_Guide/writing-your-own-client.page, docs/manual/src/Hackers_Guide/examples/erb-handler.rb, docs/manual/src/Hackers_Guide/examples/handler-config.yml, docs/manual/src/Hackers_Guide/examples/minimal-handler.rb, docs/manual/src/Hackers_Guide/examples/minimal-handler2.rb, docs/manual/src/Hackers_Guide/examples/queryarg-handler.rb, docs/manual/src/Hackers_Guide/examples/templated-handler.rb, docs/manual/src/Hackers_Guide/examples/timehandler.html, docs/manual/src/Hackers_Guide/examples/timehandler.rhtml, docs/manual/src/Hackers_Guide/index.page, docs/manual/src/Hackers_Guide/server-architecture.page, docs/manual/src/Hackers_Guide/writing-filestores.page, docs/manual/src/Hackers_Guide/writing-filters.page, docs/manual/src/Hackers_Guide/writing-handlers.page, docs/manual/src/Hackers_Guide/writing-metastores.page

docs/manual/src/02.Developers_Guide/01.connecting.page, docs/manual/src/02.Developers_Guide/02.ruby-client.page, docs/manual/src/02.Developers_Guide/03.js-client.page, docs/manual/src/02.Developers_Guide/04.writing-your-own-client.page, docs/manual/src/02.Developers_Guide/connecting.page, docs/manual/src/02.Developers_Guide/js-client.page, docs/manual/src/02.Developers_Guide/ruby-client.page, docs/manual/src/02.Developers_Guide/writing-your-own-client.page, docs/manual/src/03.Hackers_Guide/01.server-architecture.page, docs/manual/src/03.Hackers_Guide/02.writing-handlers.page, docs/manual/src/03.Hackers_Guide/03.writing-filters.page, docs/manual/src/03.Hackers_Guide/04.writing-filestores.page, docs/manual/src/03.Hackers_Guide/05.writing-metastores.page, docs/manual/src/03.Hackers_Guide/server-architecture.page, docs/manual/src/03.Hackers_Guide/writing-filestores.page, docs/manual/src/03.Hackers_Guide/writing-filters.page, docs/manual/src/03.Hackers_Guide/writing-handlers.page, docs/manual/src/03.Hackers_Guide/writing-metastores.page

2008-05-15 Michael Granger <ged@FaerieMUD.org>

misc/rake/lib/manual.rb

Removed accidentally-committed debugging in the manual task [47c429d60e48]

bin/tf_plugin, docs/manual/layouts/default.page, docs/manual/lib /examples-filter.rb, docs/manual/src/02.Developers_Guide/02.ruby- client.page, docs/manual/src/03.Hackers_Guide/02.writing- handlers.page, docs/manual/src/index.page, misc/rake/lib/manual.rb, misc/rake/packaging.rb

2008-05-12

2008-05-12 jdavis <jdavis>

bin/ml_archiver.rb

2008-05-06

2008-05-06 bbleything <bbleything>

plugins/thingfish-handler- mailinglists/lib/thingfish/handler/mailinglists.rb, plugins /thingfish-handler- mailinglists/spec/thingfish/handler/mailinglists_spec.rb

2008-05-05

2008-05-05 Michael Granger <ged@FaerieMUD.org>

misc/rake/lib/manual.rb

Merged in some stuff from Arrow's manual task. [96959e7d593c]

2008-05-02

2008-05-02 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/layouts/default.page, docs/manual/src/02.Developers_Guide/01.connecting.page, docs/manual/src/02.Developers_Guide/02.ruby-client.page, docs/manual/src/02.Developers_Guide/03.js-client.page, docs/manual/src/02.Developers_Guide/04.writing-your-own-client.page, docs/manual/src/02.Developers_Guide/index.page, docs/manual/src/03.Hackers_Guide/01.server-architecture.page, docs/manual/src/03.Hackers_Guide/02.writing-handlers.page, docs/manual/src/03.Hackers_Guide/03.writing-filters.page, docs/manual/src/03.Hackers_Guide/04.writing-filestores.page, docs/manual/src/03.Hackers_Guide/05.writing-metastores.page, docs/manual/src/03.Hackers_Guide/index.page, docs/manual/src /getting-started.page, docs/manual/src/index.page, misc/rake/benchmark.rb, misc/rake/lib/benchmarktask.rb, misc/rake/lib/manual.rb

2008-05-01

2008-05-01 Michael Granger <ged@FaerieMUD.org>

misc/rake/lib/benchmarktask.rb

Removed experimental cruft from the benchmark graphing task. [7fd226ab5c86]

misc/rake/benchmark.rb, misc/rake/lib/benchmarktask.rb

Re-integrated Gruff graphing into the build in an optional task 'benchmarks:graphs'. Closes #24. [1708d5d8ab17]

2008-04-30

2008-04-30 Michael Granger <ged@FaerieMUD.org>

misc/rake/lib/benchmarktask.rb

Added `benchmarks` directory to the list of ignored files * Added accessors and processors for the times to the Benchmark

:Datapoint class. [fa269ff00476]

2008-04-29

2008-04-29 bbleything <bbleything>

plugins/thingfish-handler- mailinglists/lib/thingfish/handler/mailinglists.rb, plugins /thingfish-handler- mailinglists/spec/thingfish/handler/mailinglists_spec.rb

source:thingfish/trunkplugins/thingfish-handler- mailinglists/lib/thingfish/handler/mailinglists.rb source:thingfish/trunkplugins/thingfish-handler- mailinglists/spec/thingfish/handler/mailinglists_spec.rb * factor out message counting and last post date calculation into helper methods * hook up the /listname action, which returns a Hash of count and last post date [484d063ee4e7]

plugins/thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- handler-mailinglists/LICENSE, plugins/thingfish-handler- mailinglists/README, plugins/thingfish-handler- mailinglists/Rakefile, plugins/thingfish-handler- mailinglists/lib/thingfish/handler/mailinglists.rb, plugins /thingfish-handler- mailinglists/spec/thingfish/handler/mailinglists_spec.rb, plugins /thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-rdf/spec/thingfish/metastore/rdf_spec.rb

source:thingfish/trunkplugins/thingfish-handler-mailinglists/LICENSE source:thingfish/trunkplugins/thingfish-handler- mailinglists/Rakefile source:thingfish/trunkplugins/thingfish- handler-mailinglists/README * Add boilerplate for new plugin source:thingfish/trunkplugins/thingfish-handler- mailinglists/lib/thingfish/handler/mailinglists.rb source:thingfish/trunkplugins/thingfish-handler- mailinglists/spec/thingfish/handler/mailinglists_spec.rb * Add new mailing lists handler that can: * list the lists it knows about * count messages in a list * give the date of the most recent post to a list source:thingfish/trunkplugins/thingfish-metastore- rdf/spec/thingfish/metastore/rdf_spec.rb * Make RDF metastore specs pending if Redland is not installed source:thingfish/trunkplugins/thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb * Ensure that PStore is created with a plain string instead of a Pathname source:thingfish/trunkplugins/thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb * Skip checking total filestore size if the maxsize is not set. [452feef1d169]

2008-04-29 Mahlon E. Smith <mahlon@martini.nu>

Rakefile, experiments/ab_extra_methods.patch, lib/thingfish/config.rb, misc/rake/benchmark.rb, misc/rake/helpers.rb, misc/rake/lib/benchmarktask.rb, misc/rake/lib/manual.rb, misc/rake/manual.rb, spec/thingfish/config_spec.rb

Allow Rakefile library loading from external sources (fix path expansion) * Break manual and benchmark class methods into library files, so the actual task actions are logically separated. * Allow config object assignment for keys that aren't part of the original structure. * Add a new help methods, 'find_pattern_in_pipe()', which searches the output of a system call for a supplied regexp. * Remove the totally unnecessary rspec_files() method from helpers. * Lots of Benchmark reorganizations for storage of datasets. * Added additional 'ab' functionality to benchmark tasks. * Updated local 'ab' patch to reflect https

//issues.apache.org/bugzilla/show_bug.cgi?id=44851 [8cdc693667e1]

2008-04-29 bbleything <bbleything>

bin/ml_archiver.rb

2008-04-28

2008-04-28 bbleything <bbleything>

bin/ml_archiver.rb

bin/ml_archiver.rb

source:thingfish/trunk/bin/ml_archiver.rb * rename MLArchiver class to DefaultArchiver * add available_archivers registry complete with attr_reader * add inherited hook to maintain archiver registry * add archiver_names and get_archiver methods to facilitate looking archivers up by name * add -a/–archiver flag to command line options to allow user to specify desired archiver * add list_name metadatum * add method to DefaultParser to return the delivered-to header as the list name * add EZMLM-specific archiver that knows how to manipulate the delivered-to header to parse out the list name * altered runner to use user-specified archiver to archive messages * removed svn:mime-type property so we can diff this file now [d6c26ce026c0]

2008-04-24

2008-04-24 Michael Granger <ged@FaerieMUD.org>

experiments/migrate_metastore.rb

experiments/flood.xml, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, plugins/thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-marshalled/spec/thingfish/metastore/marshalled_spec.rb, plugins/thingfish-metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish-metastore- rdf/spec/thingfish/metastore/rdf_spec.rb, plugins/thingfish- metastore-sequel/lib/thingfish/metastore/sequel.rb, plugins /thingfish-metastore-sqlite/lib/thingfish/metastore/sqlite3.rb, plugins/thingfish-metastore- sqlite/spec/thingfish/metastore/sqlite3_spec.rb, spec/lib/metastore_behavior.rb, spec/thingfish/metastore/memory_spec.rb, start

Added methods to ThingFish

:MetaStore to support migration between simple stores: - ThingFish::MetaStore#migrate_from - ThingFish::MetaStore#migrate - ThingFish::MetaStore#each_resource - ThingFish::MetaStore#dump_store - ThingFish::MetaStore#load_store - ThingFish::MetaStore#clear * Generalized the way the RDF MetaStore was converting nodes to plain keys and/or URIs. * Made the `start` script take an optional config file argument. Thanks to Sho for the suggestion. [21ed3c7656d3]

2008-04-21

2008-04-21 Michael Granger <ged@FaerieMUD.org>

plugins/thingfish-filter- rfc2822/spec/thingfish/filter/rfc2822_spec.rb, plugins/thingfish- metastore-sequel/lib/thingfish/metastore/sequel.rb

Fixed a weird bug in the ThingFish

:SequelMetaStore#get_all_property_values method under FreeBSD. Still not sure why this happens, but the fix should work everywhere.

2008-04-21 Mahlon E. Smith <mahlon@martini.nu>

experiments/ab_extra_methods.patch

2008-04-19

2008-04-19 Mahlon E. Smith <mahlon@martini.nu>

experiments/gnuplot_example.gp, lib/thingfish/daemon.rb

2008-04-19 Michael Granger <ged@FaerieMUD.org>

misc/rake/benchmark.rb

Oops. Fixing the build. Make Gruff output optional. [110d8e34cf52]

misc/rake/benchmark.rb

Checkpoint of some more benchmark task work [a0ad807afbce]

2008-04-18

2008-04-18 Michael Granger <ged@FaerieMUD.org>

misc/rake/benchmark.rb

Committing more work on the benchmark Rake task. It's outputting stats via `ab` currently, but since ab can't do PUT or DELETE requests it's of limited usefulness. We're investigating replacing the actual core with `httperf` or Apache's `flood`. [35ce51fadcda]

misc/rake/benchmark.rb

Adding a new benchmark rake task. [84852b0b5855]

2008-04-17

2008-04-17 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/config.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, misc/rake/dependencies.rb, plugins/thingfish-filter-rfc2822/lib/thingfish/filter/rfc2822.rb, plugins/thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish- metastore-sequel/lib/thingfish/metastore/sequel.rb, plugins /thingfish-metastore-sqlite/lib/thingfish/metastore/sqlite3.rb, spec/lib/metastore_behavior.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/metastore_spec.rb

Fixed the dependencies installer for RubyGems > 0.9.something. Apparently the only reason this worked was that RubyGems didn't clean up files from older installs as part of its updater. D'oh. * Added ThingFish

:MetaStore#dump_store for both debugging the contents of a store and for future migration tools. [a590601e3098]

2008-04-15

2008-04-15 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/config.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/filter/html.rb, plugins /thingfish-filter-json/spec/thingfish/filter/json_spec.rb, plugins /thingfish-filter-xml/spec/thingfish/filter/xml_spec.rb, plugins /thingfish-handler-inspect/lib/thingfish/handler/inspect.rb, spec/lib/constants.rb, spec/thingfish/acceptparam_spec.rb, spec/thingfish/config_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/filter/html_spec.rb, spec/thingfish/filter/ruby_spec.rb, spec/thingfish/filter/yaml_spec.rb, var/www/static/css/default.css

2008-04-15 Michael Granger <ged@FaerieMUD.org>

var/www/static/css/default.css, var/www/static/images/bg.png, var/www/static/images/content_bottom.png, var/www/static/images/content_mid.png, var/www/static/images/content_top.png, var/www/static/images/etch.png, var/www/static/images/leftbar.png, var/www/static/images/pagegroove.png, var/www/static/images/shadow.png

Added some CSS fixes with Mahlon. Glasses girl is cute. [3fb059e28c9c]

2008-04-14

2008-04-14 Mahlon E. Smith <mahlon@martini.nu>

experiments/rdf-metastore-spike.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, plugins/.skel/lib/thingfish/filter/TEMPLATE.rb.erb, plugins /thingfish-filter-naughty/lib/thingfish/filter/naughty.rb, plugins /thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-sequel/lib/thingfish/metastore/sequel.rb, plugins /thingfish-metastore-sqlite/lib/thingfish/metastore/sqlite3.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish/metastore_spec.rb, start

Refactor ThingFish

:MetaStore APIs: find_by_exact_properties() –> find_exact_uuids() find_by_matching_properties() –> find_matching_uuids() Metastores can implement either one. You can inherit the intersect logic and use find_*_uuids(), or completely override find_by_*_properties() if your metastore has a more robust way to gather UUIDs. This removes all the duplicate logic in the current metastores. * Move a good portion of the SQL into constants, in the SQLite3 metastore. * Michael is naughty too. * Minor typo correction in Filter template. * Remove errant space in the 'start' script. * Correct my destruction of the RDF metastore spike. Also keep a commented SQLite backend storage example. Add example SparQL search. [6b0c4a221ede]

2008-04-11

2008-04-11 Michael Granger <ged@FaerieMUD.org>

docs/manual/layouts/default.page, docs/manual/src/02.Developers_Guide/01.connecting.page, docs/manual/src/02.Developers_Guide/02.ruby-client.page, docs/manual/src/02.Developers_Guide/03.js-client.page, docs/manual/src/02.Developers_Guide/04.writing-your-own-client.page, docs/manual/src/02.Developers_Guide/index.page, docs/manual/src/03.Hackers_Guide/01.server-architecture.page, docs/manual/src/03.Hackers_Guide/02.writing-handlers.page, docs/manual/src/03.Hackers_Guide/03.writing-filters.page, docs/manual/src/03.Hackers_Guide/04.writing-filestores.page, docs/manual/src/03.Hackers_Guide/05.writing-metastores.page, docs/manual/src/03.Hackers_Guide/index.page, docs/manual/src/index.page, etc/thingfish.conf-advanced, etc/thingfish.conf-minimal, etc/thingfish.conf.advanced, etc/thingfish.conf.example, etc/thingfish.conf.minimal, experiments /rdf-classgen.rb, lib/thingfish/metastore.rb, plugins/thingfish- filter-rfc2822/lib/thingfish/filter/rfc2822.rb, plugins/thingfish- filter-rfc2822/spec/thingfish/filter/rfc2822_spec.rb, plugins /thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish- metastore-rdf/spec/thingfish/metastore/rdf_spec.rb, spec/lib/metastore_behavior.rb, start

2008-04-09

2008-04-09 Michael Granger <ged@FaerieMUD.org>

README, docs/manual/lib/examples-filter.rb, experiments/rdf- metastore-spike.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/request.rb, misc/rake/dependencies.rb, misc/rake/manual.rb, plugins/.skel/spec/thingfish/filestore/TEMPLATE_spec.rb.erb, plugins/.skel/spec/thingfish/filter/TEMPLATE_spec.rb.erb, plugins/.skel/spec/thingfish/handler/TEMPLATE_spec.rb.erb, plugins/.skel/spec/thingfish/metastore/TEMPLATE_spec.rb.erb, plugins /thingfish-filestore-filesystem/README, plugins/thingfish-filter- exif/README, plugins/thingfish-filter-image/README, plugins /thingfish-filter-json/README, plugins/thingfish-filter-mp3/README, plugins/thingfish-filter-naughty/LICENSE, plugins/thingfish-filter- naughty/README, plugins/thingfish-filter-naughty/Rakefile, plugins /thingfish-filter-naughty/lib/thingfish/filter/naughty.rb, plugins /thingfish-filter-naughty/spec/thingfish/filter/naughty_spec.rb, plugins/thingfish-filter-xml/README, plugins/thingfish-handler- formupload/README, plugins/thingfish-handler-inspect/README, plugins /thingfish-handler-status/README, plugins/thingfish-metastore- marshalled/README, plugins/thingfish-metastore-rdf/README, plugins /thingfish-metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins /thingfish-metastore-sequel/README, plugins/thingfish-metastore- sqlite/README

2008-04-09 jjordan <jjordan>

bin/ml_archiver.rb, bin/ml_unarchiver.rb

Michael and I worked on the mail archiver script and the slightly inappropriately named unarchiver script. I say that because the unarchiver is actually just a test script to create a Maildir(tm) [24b084f3eb97]

2008-04-08

2008-04-08 jjordan <jjordan>

plugins/thingfish-filter-rfc2822/lib/thingfish/filter/rfc2822.rb, spec/thingfish/daemon_spec.rb, start

2008-04-08 Michael Granger <ged@FaerieMUD.org>

lib/monkeypatches.rb, plugins/thingfish-metastore- rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish-metastore- rdf/spec/thingfish/metastore/rdf_spec.rb, spec/thingfish/handler/default_spec.rb

plugins/thingfish-filter-rfc2822/LICENSE, plugins/thingfish-filter- rfc2822/README, plugins/thingfish-filter-rfc2822/Rakefile, plugins /thingfish-filter-rfc2822/lib/thingfish/filter/rfc2822.rb, plugins /thingfish-filter-rfc2822/spec/data/mixed.eml, plugins/thingfish- filter-rfc2822/spec/data/simple.eml, plugins/thingfish-filter- rfc2822/spec/thingfish/filter/rfc2822_spec.rb

2008-04-07

2008-04-07 Mahlon E. Smith <mahlon@martini.nu>

misc/rake/packaging.rb

2008-04-07 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/constants.rb, lib/thingfish/request.rb, plugins /thingfish-handler-formupload/lib/thingfish/handler/formupload.rb, spec/thingfish/request_spec.rb, var/www/metadata/values.rhtml, var/www/static/css/default.css

2008-04-04

2008-04-04 Mahlon E. Smith <mahlon@martini.nu>

bin/thingfish, etc/thingfish.conf-advanced, lib/thingfish/client.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/request.rb, spec/thingfish/client_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/mixins_spec.rb

Add coverage for daemon dispatch. * Add coverage for profiling. * Add coverage for mixins

ThingFish::Loggable#log_debug * Add profiling support to ruby client library (and command line client.) [0ba43f5a8589]

2008-04-03

2008-04-03 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/config.rb, plugins/thingfish-filter- mp3/lib/thingfish/filter/mp3.rb

Whoop, two quick backouts. * Tune down the debug output of mp3 extracted metadata * Profiling metrics empty array uses RubyProf

:PROCESS_TIME, which is probably a sane default. [3160122817ff]

2008-04-03 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/config.rb, lib/thingfish/request.rb, plugins /thingfish-filter-exif/lib/thingfish/filter/exif.rb, plugins /thingfish-filter-exif/spec/thingfish/filter/exif_spec.rb, plugins /thingfish-filter-image/lib/thingfish/filter/image.rb, plugins /thingfish-filter-image/spec/thingfish/filter/image_spec.rb, plugins /thingfish-filter-mp3/lib/thingfish/filter/mp3.rb, plugins /thingfish-filter-mp3/spec/thingfish/filter/mp3_spec.rb, spec/thingfish/request_spec.rb

2008-04-02

2008-04-02 Mahlon E. Smith <mahlon@martini.nu>

lib/monkeypatches.rb, lib/thingfish/config.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/request.rb, plugins/thingfish-filter- mp3/lib/thingfish/filter/mp3.rb, spec/thingfish/config_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/request_spec.rb, var/www/static/css/default.css

Tune down the debug output for the mp3 filter. * Minor tweaks to look-and-feel css. (More coming.) * First pass at in-server profiling (ticket #43.) * Additional re-factoring of the ThingFish

:Config directory creation methods. * Update for the Mongrel monkeypatch. EEeeeeeKkk eek Eeeee. [246f51f0e269]

2008-03-24

2008-03-24 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/getting-started.page, lib/thingfish/request.rb, misc/clientlibs/perl/client.pl, spec/thingfish/request_spec.rb

2008-03-24 Michael Granger <ged@FaerieMUD.org>

Rakefile, etc/thingfish.conf, etc/thingfish.conf-advanced, etc/thingfish.conf-minimal, lib/thingfish/config.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/filestore.rb, lib/thingfish/filestore/memory.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/multipartmimeparser.rb, lib/thingfish/request.rb, plugins/thingfish-filestore-filesystem/Rakefile, plugins/thingfish- filestore-filesystem/lib/thingfish/filestore/filesystem.rb, plugins /thingfish-filestore- filesystem/spec/thingfish/filestore/filesystem_spec.rb, plugins /thingfish-filter-image/Rakefile, plugins/thingfish-filter- json/Rakefile, plugins/thingfish-filter-mp3/Rakefile, plugins /thingfish-filter-xml/Rakefile, plugins/thingfish-handler- formupload/Rakefile, plugins/thingfish-handler- formupload/lib/thingfish/handler/formupload.rb, plugins/thingfish- handler-formupload/spec/thingfish/handler/formupload_spec.rb, plugins/thingfish-handler-inspect/Rakefile, plugins/thingfish- handler-status/Rakefile, plugins/thingfish-metastore- marshalled/Rakefile, plugins/thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-marshalled/spec/thingfish/metastore/marshalled_spec.rb, plugins/thingfish-metastore-rdf/Rakefile, plugins/thingfish- metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish- metastore-rdf/spec/thingfish/metastore/rdf_spec.rb, plugins /thingfish-metastore-sequel/Rakefile, plugins/thingfish-metastore- sequel/lib/thingfish/metastore/sequel.rb, plugins/thingfish- metastore-sequel/spec/thingfish/metastore/sequel_spec.rb, plugins /thingfish-metastore-sqlite/Rakefile, plugins/thingfish-metastore- sqlite/lib/thingfish/metastore/sqlite3.rb, plugins/thingfish- metastore-sqlite/spec/thingfish/metastore/sqlite3_spec.rb, spec/lib/constants.rb, spec/lib/helpers.rb, spec/thingfish/acceptparam_spec.rb, spec/thingfish/config_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/filestore/memory_spec.rb, spec/thingfish/filestore_spec.rb, spec/thingfish/metastore_spec.rb, spec/thingfish/multipartmimeparser_spec.rb, spec/thingfish/request_spec.rb

Fixed packaging task for plugins * Added ThingFish

:Config#spooldir_path to return the fully-qualified path to the spool directory, relative to the datadir if the spooldir is a relative path. * Made all plugins, handlers, etc. use the datadir and spooldir * Duplicate IO before yielding it in ThingFish::Request#each_body to prevent changes to it in the filters from affecting other systems' use of it. [a0c2287d7e18]

2008-03-21

2008-03-21 Michael Granger <ged@FaerieMUD.org>

experiments/dc-rdf-model.rb, lib/thingfish.rb, misc/rake/packaging.rb, plugins/thingfish-filestore- filesystem/LICENSE, plugins/thingfish-filestore-filesystem/Rakefile, plugins/thingfish-filter-exif/LICENSE, plugins/thingfish-filter- exif/Rakefile, plugins/thingfish-filter-image/LICENSE, plugins /thingfish-filter-image/Rakefile, plugins/thingfish-filter- json/LICENSE, plugins/thingfish-filter-json/Rakefile, plugins /thingfish-filter-mp3/LICENSE, plugins/thingfish-filter- mp3/Rakefile, plugins/thingfish-filter-xml/LICENSE, plugins /thingfish-filter-xml/Rakefile, plugins/thingfish-handler- formupload/LICENSE, plugins/thingfish-handler-formupload/Rakefile, plugins/thingfish-handler-inspect/LICENSE, plugins/thingfish- handler-inspect/Rakefile, plugins/thingfish-handler-status/LICENSE, plugins/thingfish-handler-status/Rakefile, plugins/thingfish- metastore-marshalled/LICENSE, plugins/thingfish-metastore- marshalled/Rakefile, plugins/thingfish-metastore-rdf/LICENSE, plugins/thingfish-metastore-rdf/Rakefile, plugins/thingfish- metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish- metastore-rdf/spec/thingfish/metastore/rdf_spec.rb, plugins /thingfish-metastore-sequel/LICENSE, plugins/thingfish-metastore- sequel/Rakefile, plugins/thingfish-metastore-sqlite/LICENSE, plugins /thingfish-metastore-sqlite/Rakefile

2008-03-20

2008-03-20 Mahlon E. Smith <mahlon@martini.nu>

LICENSE, QUICKSTART, README, Rakefile, docs/LICENSE, docs/manual/src/index.page, etc/thingfish.conf, etc/thingfish.conf- minimal, etc/thingfish.conf-testing, lib/thingfish/request.rb, misc/rake/packaging.rb, misc/rake/rdoc.rb, plugins/thingfish- filestore-filesystem/README, plugins/thingfish-filestore- filesystem/Rakefile, plugins/thingfish-filter-exif/README, plugins /thingfish-filter-exif/Rakefile, plugins/thingfish-filter- image/README, plugins/thingfish-filter-image/Rakefile, plugins /thingfish-filter-json/README, plugins/thingfish-filter- json/Rakefile, plugins/thingfish-filter-mp3/README, plugins /thingfish-filter-mp3/Rakefile, plugins/thingfish-filter-xml/README, plugins/thingfish-filter-xml/Rakefile, plugins/thingfish-handler- formupload/README, plugins/thingfish-handler-formupload/Rakefile, plugins/thingfish-handler-formupload/resources/uploadform.rhtml, plugins/thingfish-handler-inspect/README, plugins/thingfish-handler- inspect/Rakefile, plugins/thingfish-handler-status/README, plugins /thingfish-handler-status/Rakefile, plugins/thingfish-metastore- marshalled/README, plugins/thingfish-metastore-marshalled/Rakefile, plugins/thingfish-metastore-rdf/README, plugins/thingfish-metastore- rdf/Rakefile, plugins/thingfish-metastore-sequel/README, plugins /thingfish-metastore-sequel/Rakefile, plugins/thingfish-metastore- sqlite/README, plugins/thingfish-metastore-sqlite/Rakefile, start, var/www/static/js/search.js

This is the big “make sure ThingFish works out of the box” commit. Thanks to Sho Fukamachi <sho.fukamachi@gmail.com> for his excellent suggestions. * Normalize plugin Rakefile and README content, and ensure they reflect reality. * Make sure that the default 'thingfish.conf' file uses the minimal plugin set that most people would find useful while experimenting/evaluating ThingFish. * Moved the -really- minimal config example to 'etc/thingfish.conf- minimal', for reference. * Added a 'QUICKSTART' document to aid with initial setup, and steer people to the Manual for more advanced usage. * Fix for the /search handler javascript, for the case where the JSON plugin is not present. (Fallsthrough to HTML view.) * Removed conflicting LICENSE file. Whoops. * Removed webgen from the list of default dependencies. * Added some command-line blurbs for the intended use of the 'start' script. * Fixed a bug in ThingFish::Request#query_args – use the uri accessor instead of the instance variable, which in some cases was uninitialized. [4464511ea30b]

2008-03-19

2008-03-19 Mahlon E. Smith <mahlon@martini.nu>

plugins/thingfish-filter-exif/lib/thingfish/filter/exif.rb, plugins /thingfish-metastore-sequel/lib/thingfish/metastore/sequel.rb, spec/thingfish/handler/default_spec.rb

Integer-ify EXIF

:TIFF::Orientation objects before storing them into the metastore. * Stub tests for content-disposition Time.rfc822, so parsing the date string doesn't change to the timezone of the person running the test. Closes #40. [7ebe08e0eabe]

2008-03-17

2008-03-17 Mahlon E. Smith <mahlon@martini.nu>

bin/thingfish, lib/thingfish/request.rb, lib/thingfish/resource.rb, plugins/thingfish-metastore- sequel/lib/thingfish/metastore/sequel.rb, spec/thingfish/resource_spec.rb

2008-03-16

2008-03-16 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/metastore/memory.rb, lib/thingfish/multipartmimeparser.rb, var/www/metadata/values.rhtml

Force metadata values to strings when sorting in the HTML filter. Fixes bug

37. * Force metadata values to strings for equality/regexp comparisons in ThingFish::MemoryMetastore. Fixes bug:36. * Automatically create the spooldir if it doesn't already exist during multipart mime parsing. Closes issue:34. [7f62c8822c7a]

lib/thingfish/mixins.rb, misc/rake/dependencies.rb, plugins/.skel/Rakefile.erb, plugins/thingfish-filestore- filesystem/Rakefile, plugins/thingfish-filter-exif/Rakefile, plugins /thingfish-filter-image/Rakefile, plugins/thingfish-filter- json/Rakefile, plugins/thingfish-filter-mp3/Rakefile, plugins /thingfish-filter-xml/Rakefile, plugins/thingfish-handler- formupload/Rakefile, plugins/thingfish-handler-inspect/Rakefile, plugins/thingfish-handler-status/Rakefile, plugins/thingfish- metastore-marshalled/Rakefile, plugins/thingfish-metastore- sequel/README, plugins/thingfish-metastore-sequel/Rakefile, plugins /thingfish-metastore-sequel/lib/thingfish/metastore/sequel.rb, plugins/thingfish-metastore- sequel/spec/thingfish/metastore/sequel_spec.rb, plugins/thingfish- metastore-sqlite/Rakefile

2008-03-15

2008-03-15 Mahlon E. Smith <mahlon@martini.nu>

plugins/thingfish-metastore-sequel/LICENSE, plugins/thingfish- metastore-sequel/README, plugins/thingfish-metastore- sequel/Rakefile, plugins/thingfish-metastore- sequel/lib/thingfish/metastore/sequel.rb, plugins/thingfish- metastore-sequel/spec/thingfish/metastore/sequel_spec.rb, plugins /thingfish-metastore-sqlite/lib/thingfish/metastore/sqlite3.rb

2008-03-14

2008-03-14 Michael Granger <ged@FaerieMUD.org>

docs/manual/layouts/default.page, docs/manual/lib/examples- filter.rb, docs/manual/src/02.Developers_Guide/01.connecting.page, docs/manual/src/getting-started.page, docs/manual/src/index.page, etc/thingfish.conf-testing, var/www/static/css/default.css

2008-03-14 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/daemon.rb, lib/thingfish/mixins.rb, plugins/thingfish- filter-exif/spec/exiffilter_spec.rb, plugins/thingfish-filter- exif/spec/thingfish/filter/exif_spec.rb, plugins/thingfish-filter- image/spec/imagefilter_spec.rb, plugins/thingfish-filter- image/spec/thingfish/filter/image_spec.rb, plugins/thingfish-filter- json/spec/jsonfilter_spec.rb, plugins/thingfish-filter- json/spec/thingfish/filter/json_spec.rb, plugins/thingfish-filter- mp3/spec/mp3filter_spec.rb, plugins/thingfish-filter- mp3/spec/thingfish/filter/mp3_spec.rb, plugins/thingfish-filter- xml/spec/thingfish/filter/xml_spec.rb, plugins/thingfish-filter- xml/spec/xmlfilter_spec.rb, plugins/thingfish-handler- formupload/spec/formuploadhandler_spec.rb, plugins/thingfish- handler-formupload/spec/thingfish/handler/formupload_spec.rb, plugins/thingfish-handler-inspect/spec/inspecthandler_spec.rb, plugins/thingfish-handler- inspect/spec/thingfish/handler/inspect_spec.rb, plugins/thingfish- handler-status/spec/statushandler_spec.rb, plugins/thingfish- handler-status/spec/thingfish/handler/status_spec.rb, plugins /thingfish-metastore-marshalled/spec/marshalledms_spec.rb, plugins /thingfish-metastore- marshalled/spec/thingfish/metastore/marshalled_spec.rb, plugins /thingfish-metastore-sqlite/spec/sqlite3ms_spec.rb, plugins /thingfish-metastore- sqlite/spec/thingfish/metastore/sqlite3_spec.rb, spec/thingfish/filter/html_spec.rb, spec/thingfish/filter/htmlfilter_spec.rb, spec/thingfish/filter/yaml_spec.rb, spec/thingfish/filter/yamlfilter_spec.rb, start

2008-03-13

2008-03-13 Mahlon E. Smith <mahlon@martini.nu>

bin/tf_plugin, plugins/thingfish-exiffilter/LICENSE, plugins /thingfish-exiffilter/README, plugins/thingfish-exiffilter/Rakefile, plugins/thingfish-exiffilter/lib/thingfish/filter/exif.rb, plugins /thingfish-exiffilter/spec/exiffilter_spec.rb, plugins/thingfish- filestore-filesystem/LICENSE, plugins/thingfish-filestore- filesystem/README, plugins/thingfish-filestore-filesystem/Rakefile, plugins/thingfish-filestore- filesystem/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- filestore-filesystem/spec/thingfish/filestore/filesystem_spec.rb, plugins/thingfish-filesystemfs/LICENSE, plugins/thingfish- filesystemfs/README, plugins/thingfish-filesystemfs/Rakefile, plugins/thingfish- filesystemfs/lib/thingfish/filestore/filesystem.rb, plugins /thingfish-filesystemfs/spec/thingfish/filestore/filesystem_spec.rb, plugins/thingfish-filter-exif/LICENSE, plugins/thingfish-filter- exif/README, plugins/thingfish-filter-exif/Rakefile, plugins /thingfish-filter-exif/lib/thingfish/filter/exif.rb, plugins /thingfish-filter-exif/spec/exiffilter_spec.rb, plugins/thingfish- filter-image/LICENSE, plugins/thingfish-filter-image/README, plugins /thingfish-filter-image/Rakefile, plugins/thingfish-filter- image/lib/thingfish/filter/image.rb, plugins/thingfish-filter- image/spec/data/testimage.png, plugins/thingfish-filter- image/spec/imagefilter_spec.rb, plugins/thingfish-filter- json/LICENSE, plugins/thingfish-filter-json/README, plugins /thingfish-filter-json/Rakefile, plugins/thingfish-filter- json/lib/thingfish/filter/json.rb, plugins/thingfish-filter- json/spec/jsonfilter_spec.rb, plugins/thingfish-filter-mp3/LICENSE, plugins/thingfish-filter-mp3/README, plugins/thingfish-filter- mp3/Rakefile, plugins/thingfish-filter- mp3/lib/thingfish/filter/mp3.rb, plugins/thingfish-filter- mp3/spec/mp3filter_spec.rb, plugins/thingfish-filter-xml/LICENSE, plugins/thingfish-filter-xml/README, plugins/thingfish-filter- xml/Rakefile, plugins/thingfish-filter- xml/lib/thingfish/filter/xml.rb, plugins/thingfish-filter- xml/spec/xmlfilter_spec.rb, plugins/thingfish- formuploadhandler/LICENSE, plugins/thingfish- formuploadhandler/README, plugins/thingfish- formuploadhandler/Rakefile, plugins/thingfish- formuploadhandler/lib/thingfish/handler/formupload.rb, plugins /thingfish-formuploadhandler/resources/index_content.rhtml, plugins /thingfish- formuploadhandler/resources/static/js/jquery.MultiFile.js, plugins /thingfish-formuploadhandler/resources/upload.rhtml, plugins /thingfish-formuploadhandler/resources/uploadform.rhtml, plugins /thingfish-formuploadhandler/spec/formuploadhandler_spec.rb, plugins /thingfish-handler-formupload/LICENSE, plugins/thingfish-handler- formupload/README, plugins/thingfish-handler-formupload/Rakefile, plugins/thingfish-handler- formupload/lib/thingfish/handler/formupload.rb, plugins/thingfish- handler-formupload/resources/index_content.rhtml, plugins/thingfish- handler-formupload/resources/static/js/jquery.MultiFile.js, plugins /thingfish-handler-formupload/resources/upload.rhtml, plugins /thingfish-handler-formupload/resources/uploadform.rhtml, plugins /thingfish-handler-formupload/spec/formuploadhandler_spec.rb, plugins/thingfish-handler-inspect/LICENSE, plugins/thingfish- handler-inspect/README, plugins/thingfish-handler-inspect/Rakefile, plugins/thingfish-handler-inspect/lib/thingfish/handler/inspect.rb, plugins/thingfish-handler-inspect/resources/defaults.yaml, plugins /thingfish-handler-inspect/resources/index_content.rhtml, plugins /thingfish-handler-inspect/resources/inspect.rhtml, plugins /thingfish-handler-inspect/spec/inspecthandler_spec.rb, plugins /thingfish-handler-status/LICENSE, plugins/thingfish-handler- status/README, plugins/thingfish-handler-status/Rakefile, plugins /thingfish-handler-status/lib/thingfish/handler/status.rb, plugins /thingfish-handler-status/resources/index.rhtml, plugins/thingfish- handler-status/resources/index_content.rhtml, plugins/thingfish- handler-status/resources/static/status.css, plugins/thingfish- handler-status/spec/statushandler_spec.rb, plugins/thingfish- imagefilter/LICENSE, plugins/thingfish-imagefilter/README, plugins /thingfish-imagefilter/Rakefile, plugins/thingfish- imagefilter/lib/thingfish/filter/image.rb, plugins/thingfish- imagefilter/spec/data/testimage.png, plugins/thingfish- imagefilter/spec/imagefilter_spec.rb, plugins/thingfish- inspecthandler/LICENSE, plugins/thingfish-inspecthandler/README, plugins/thingfish-inspecthandler/Rakefile, plugins/thingfish- inspecthandler/lib/thingfish/handler/inspect.rb, plugins/thingfish- inspecthandler/resources/defaults.yaml, plugins/thingfish- inspecthandler/resources/index_content.rhtml, plugins/thingfish- inspecthandler/resources/inspect.rhtml, plugins/thingfish- inspecthandler/spec/inspecthandler_spec.rb, plugins/thingfish- jsonfilter/LICENSE, plugins/thingfish-jsonfilter/README, plugins /thingfish-jsonfilter/Rakefile, plugins/thingfish- jsonfilter/lib/thingfish/filter/json.rb, plugins/thingfish- jsonfilter/spec/jsonfilter_spec.rb, plugins/thingfish- marshalledms/LICENSE, plugins/thingfish-marshalledms/README, plugins /thingfish-marshalledms/Rakefile, plugins/thingfish- marshalledms/lib/thingfish/metastore/marshalled.rb, plugins /thingfish-marshalledms/spec/marshalledms_spec.rb, plugins /thingfish-metastore-marshalled/LICENSE, plugins/thingfish- metastore-marshalled/README, plugins/thingfish-metastore- marshalled/Rakefile, plugins/thingfish-metastore- marshalled/lib/thingfish/metastore/marshalled.rb, plugins/thingfish- metastore-marshalled/spec/marshalledms_spec.rb, plugins/thingfish- metastore-rdf/LICENSE, plugins/thingfish-metastore-rdf/README, plugins/thingfish-metastore-rdf/Rakefile, plugins/thingfish- metastore-rdf/lib/thingfish/metastore/rdf.rb, plugins/thingfish- metastore-rdf/spec/thingfish/metastore/rdf_spec.rb, plugins /thingfish-metastore-sqlite/LICENSE, plugins/thingfish-metastore- sqlite/README, plugins/thingfish-metastore-sqlite/Rakefile, plugins /thingfish-metastore-sqlite/lib/thingfish/metastore/sqlite3.rb, plugins/thingfish-metastore-sqlite/resources/base-schema.sql, plugins/thingfish-metastore-sqlite/spec/sqlite3ms_spec.rb, plugins /thingfish-mp3filter/LICENSE, plugins/thingfish-mp3filter/README, plugins/thingfish-mp3filter/Rakefile, plugins/thingfish- mp3filter/lib/thingfish/filter/mp3.rb, plugins/thingfish- mp3filter/spec/mp3filter_spec.rb, plugins/thingfish-rdfms/LICENSE, plugins/thingfish-rdfms/README, plugins/thingfish-rdfms/Rakefile, plugins/thingfish-rdfms/lib/thingfish/metastore/rdf.rb, plugins /thingfish-rdfms/spec/thingfish/metastore/rdf_spec.rb, plugins /thingfish-sqlite3ms/LICENSE, plugins/thingfish-sqlite3ms/README, plugins/thingfish-sqlite3ms/Rakefile, plugins/thingfish- sqlite3ms/lib/thingfish/metastore/sqlite3.rb, plugins/thingfish- sqlite3ms/resources/base-schema.sql, plugins/thingfish- sqlite3ms/spec/sqlite3ms_spec.rb, plugins/thingfish- statushandler/LICENSE, plugins/thingfish-statushandler/README, plugins/thingfish-statushandler/Rakefile, plugins/thingfish- statushandler/lib/thingfish/handler/status.rb, plugins/thingfish- statushandler/resources/index.rhtml, plugins/thingfish- statushandler/resources/index_content.rhtml, plugins/thingfish- statushandler/resources/static/status.css, plugins/thingfish- statushandler/spec/statushandler_spec.rb, plugins/thingfish- xmlfilter/LICENSE, plugins/thingfish-xmlfilter/README, plugins /thingfish-xmlfilter/Rakefile, plugins/thingfish- xmlfilter/lib/thingfish/filter/xml.rb, plugins/thingfish- xmlfilter/spec/xmlfilter_spec.rb

Renamed plugins to standardize on the form

thingfish--[name] * Updated the tf_plugin convenience utility to reflect the above. [077c72a520bc]

2008-03-13 Michael Granger <ged@FaerieMUD.org>

docs/manual/layouts/default.page, lib/thingfish.rb, lib/thingfish/metastore.rb, misc/rake/manual.rb, plugins/.skel/spec/thingfish/filestore/TEMPLATE_spec.rb.erb, plugins/.skel/spec/thingfish/filter/TEMPLATE_spec.rb.erb, plugins/.skel/spec/thingfish/handler/TEMPLATE_spec.rb.erb, plugins/.skel/spec/thingfish/metastore/TEMPLATE_spec.rb.erb, plugins /thingfish-filesystemfs/spec/thingfish/filestore/filesystem_spec.rb, plugins/thingfish-formuploadhandler/spec/formuploadhandler_spec.rb, plugins/thingfish-inspecthandler/spec/inspecthandler_spec.rb, plugins/thingfish-marshalledms/spec/marshalledms_spec.rb, plugins /thingfish-rdfms/README, plugins/thingfish- rdfms/lib/thingfish/metastore/rdf.rb, plugins/thingfish- rdfms/spec/rdfms_spec.rb, plugins/thingfish- rdfms/spec/thingfish/metastore/rdf_spec.rb, plugins/thingfish- sqlite3ms/spec/sqlite3ms_spec.rb, plugins/thingfish- statushandler/spec/statushandler_spec.rb, spec/lib/filestore_behavior.rb, spec/lib/filter_behavior.rb, spec/lib/handler_behavior.rb, spec/lib/helpers.rb, spec/lib/metastore_behavior.rb, spec/thingfish/client_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/exceptions_spec.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/mixins_spec.rb, spec/thingfish/multipartmimeparser_spec.rb, spec/thingfish/request_spec.rb, spec/thingfish/resource_spec.rb, spec/thingfish/staticcontent_spec.rb, spec/thingfish/utils_spec.rb

docs/ThingFish-Design-Diagrams.graffle, docs/manual/lib/examples- filter.rb, docs/manual/src/getting-started.page, var/www/static/css/default.css, var/www/static/images/large- shadow-50.png, var/www/static/images/large-shadow-70.png, var/www/static/images/large-shadow.png, var/www/static/images /medium-shadow-50.png, var/www/static/images/medium-shadow-70.png, var/www/static/images/medium-shadow.png, var/www/static/images/shadows/large-10.png, var/www/static/images/shadows/large-30.png, var/www/static/images/shadows/large-50.png, var/www/static/images/shadows/large-70.png, var/www/static/images/shadows/large.png, var/www/static/images/shadows/medium-10.png, var/www/static/images/shadows/medium-30.png, var/www/static/images/shadows/medium-50.png, var/www/static/images/shadows/medium-70.png, var/www/static/images/shadows/medium.png, var/www/static/images/shadows/small-10.png, var/www/static/images/shadows/small-30.png, var/www/static/images/shadows/small-50.png, var/www/static/images/shadows/small-70.png, var/www/static/images/shadows/small.png, var/www/static/images/shadows/smaller-10.png, var/www/static/images/shadows/smaller-30.png, var/www/static/images/shadows/smaller-50.png, var/www/static/images/shadows/smaller-70.png, var/www/static/images/shadows/smaller.png, var/www/static/images/shadows/smallest-10.png, var/www/static/images/shadows/smallest-30.png, var/www/static/images/shadows/smallest-50.png, var/www/static/images/shadows/smallest-70.png, var/www/static/images/shadows/smallest.png, var/www/static/images/shadows/tl.png, var/www/static/images/small- shadow-50.png, var/www/static/images/small-shadow-70.png, var/www/static/images/small-shadow.png, var/www/static/images/tl- shadow.png

Fixed up some broken CSS from the merge, started converting manual to the new format [8c63f19e05c6]

2008-03-12

2008-03-12 Michael Granger <ged@FaerieMUD.org>

Rakefile, docs/manual/layouts/default.page, docs/manual/lib/default- filters.rb, misc/rake/manual.rb, plugins/thingfish- filesystemfs/LICENSE, plugins/thingfish-filesystemfs/README, plugins /thingfish-filesystemfs/Rakefile, plugins/thingfish- filesystemfs/lib/thingfish/filestore/filesystem.rb, plugins /thingfish-filesystemfs/spec/thingfish/filestore/filesystem_spec.rb, plugins/thingfish-fsfs/LICENSE, plugins/thingfish-fsfs/README, plugins/thingfish-fsfs/Rakefile, plugins/thingfish- fsfs/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- fsfs/spec/fsfs_spec.rb, spec/lib/helpers.rb

2008-03-12 Mahlon E. Smith <mahlon@martini.nu>

Rakefile, bin/tf_plugin, bin/thingfishd, docs/manual/COMMON.rb, docs/manual/layouts/default.page, docs/manual/lib/default- filters.rb, docs/manual/lib/examples-filter.rb, docs/manual/metainfo.yaml, docs/manual/plugin/tag/example.rb, docs/manual/plugin/tag/imagePopup.rb, docs/manual/plugin/tag/method.rb, docs/manual/plugin/tag/project.rb, docs/manual/src/01.Introduction/01.intended-audience.page, docs/manual/src/01.Introduction/02.design-principles.page, docs/manual/src/01.Introduction/03.similar-systems.page, docs/manual/src/01.Introduction/index.page, docs/manual/src/02.Developers_Guide/01.connecting.page, docs/manual/src/02.Developers_Guide/02.ruby-client.page, docs/manual/src/02.Developers_Guide/03.js-client.page, docs/manual/src/02.Developers_Guide/04.writing-your-own-client.page, docs/manual/src/02.Developers_Guide/examples/clientapi.rb, docs/manual/src/02.Developers_Guide/examples/fetching.rb, docs/manual/src/02.Developers_Guide/examples/instantiating.rb, docs/manual/src/02.Developers_Guide/examples/rss.png, docs/manual/src/02.Developers_Guide/examples/storing.rb, docs/manual/src/02.Developers_Guide/index.page, docs/manual/src/02.Getting_Started/01.downloading.page, docs/manual/src/02.Getting_Started/02.installation.page, docs/manual/src/02.Getting_Started/03.running.page, docs/manual/src/02.Getting_Started/04.supervise.page, docs/manual/src/02.Getting_Started/examples/etc/big-thingfish.conf, docs/manual/src/02.Getting_Started/examples/etc/tiny-thingfish.conf, docs/manual/src/02.Getting_Started/examples/installing- dependencies.console, docs/manual/src/02.Getting_Started/examples /installing-from-source.console, docs/manual/src/02.Getting_Started/examples/installing-with- gems.console, docs/manual/src/02.Getting_Started/examples/starting- the-server.sh, docs/manual/src/02.Getting_Started/examples/starting- with-config.sh, docs/manual/src/02.Getting_Started/examples /supervise-run-file.sh, docs/manual/src/02.Getting_Started/index.page, docs/manual/src/03.Developers_Guide/01.connecting.page, docs/manual/src/03.Developers_Guide/02.ruby-client.page, docs/manual/src/03.Developers_Guide/03.js-client.page, docs/manual/src/03.Developers_Guide/04.writing-your-own-client.page, docs/manual/src/03.Developers_Guide/examples/clientapi.rb, docs/manual/src/03.Developers_Guide/examples/fetching.rb, docs/manual/src/03.Developers_Guide/examples/instantiating.rb, docs/manual/src/03.Developers_Guide/examples/rss.png, docs/manual/src/03.Developers_Guide/examples/storing.rb, docs/manual/src/03.Developers_Guide/index.page, docs/manual/src/03.Hackers_Guide/01.server-architecture.page, docs/manual/src/03.Hackers_Guide/02.writing-handlers.page, docs/manual/src/03.Hackers_Guide/03.writing-filters.page, docs/manual/src/03.Hackers_Guide/04.writing-filestores.page, docs/manual/src/03.Hackers_Guide/05.writing-metastores.page, docs/manual/src/03.Hackers_Guide/examples/erb-handler.rb, docs/manual/src/03.Hackers_Guide/examples/handler-config.yml, docs/manual/src/03.Hackers_Guide/examples/minimal-handler.rb, docs/manual/src/03.Hackers_Guide/examples/minimal-handler2.rb, docs/manual/src/03.Hackers_Guide/examples/queryarg-handler.rb, docs/manual/src/03.Hackers_Guide/examples/templated-handler.rb, docs/manual/src/03.Hackers_Guide/examples/timehandler.html, docs/manual/src/03.Hackers_Guide/examples/timehandler.rhtml, docs/manual/src/03.Hackers_Guide/index.page, docs/manual/src/04.Hackers_Guide/01.server-architecture.page, docs/manual/src/04.Hackers_Guide/02.writing-handlers.page, docs/manual/src/04.Hackers_Guide/03.writing-filters.page, docs/manual/src/04.Hackers_Guide/04.writing-filestores.page, docs/manual/src/04.Hackers_Guide/05.writing-metastores.page, docs/manual/src/04.Hackers_Guide/examples/erb-handler.rb, docs/manual/src/04.Hackers_Guide/examples/handler-config.yml, docs/manual/src/04.Hackers_Guide/examples/minimal-handler.rb, docs/manual/src/04.Hackers_Guide/examples/minimal-handler2.rb, docs/manual/src/04.Hackers_Guide/examples/queryarg-handler.rb, docs/manual/src/04.Hackers_Guide/examples/templated-handler.rb, docs/manual/src/04.Hackers_Guide/examples/timehandler.html, docs/manual/src/04.Hackers_Guide/examples/timehandler.rhtml, docs/manual/src/04.Hackers_Guide/images/server-arch.png, docs/manual/src/04.Hackers_Guide/images/templated-timehandler.png, docs/manual/src/04.Hackers_Guide/index.page, docs/manual/src/05.Maintenance/index.page, docs/manual/src/06 .Troubleshooting-FAQs/index.page, docs/manual/src/css/thickbox.css, docs/manual/src/default.css, docs/manual/src/default.template, docs/manual/src/getting-started.page, docs/manual/src/images/bg.gif, docs/manual/src/images/front.jpg, docs/manual/src/images/icons/bullet_black.png, docs/manual/src/images/icons/bullet_go.png, docs/manual/src/images/icons/note.png, docs/manual/src/images/loadingAnimation.gif, docs/manual/src/images/menubg.gif, docs/manual/src/images/menubg2.gif, docs/manual/src/images /opensource-75x65-t.png, docs/manual/src/index.page, docs/manual/src/js/jquery.js, docs/manual/src/js/thickbox.js, docs/presentations/laika-it-20071125/index.html, docs/presentations /laika-it-20071125/index.s5, docs/presentations/laika- it-20071125/pix/thingfish-banner.png, docs/presentations/laika- it-20071125/pix/thingfish-logo-desat.jpg, docs/presentations/laika- it-20071125/pix/thingfish-logo.jpg, docs/presentations/laika- it-20071125/ui/laika/blank.gif, docs/presentations/laika- it-20071125/ui/laika/bodybg.gif, docs/presentations/laika- it-20071125/ui/laika/framing.css, docs/presentations/laika- it-20071125/ui/laika/iepngfix.htc, docs/presentations/laika- it-20071125/ui/laika/opera.css, docs/presentations/laika- it-20071125/ui/laika/outline.css, docs/presentations/laika- it-20071125/ui/laika/pretty.css, docs/presentations/laika- it-20071125/ui/laika/print.css, docs/presentations/laika- it-20071125/ui/laika/s5-core.css, docs/presentations/laika- it-20071125/ui/laika/slides.css, docs/presentations/laika- it-20071125/ui/laika/slides.js, etc/thingfish.conf-testing, lib/monkeypatches.rb, lib/thingfish/request.rb, misc/clientlibs/perl/ThingFish/Client.pm, misc/clientlibs/perl/ThingFish/Resource.pm, misc/clientlibs/perl/client.pl, misc/rake/dependencies.rb, misc/rake/helpers.rb, misc/rake/manual.rb, misc/rake/packaging.rb, misc/rake/presentations.rb, misc/rake/rdoc.rb, misc/rake/style.rb, misc/rake/testing.rb, plugins/.skel/LICENSE, plugins/.skel/LICENSE.erb, plugins/.skel/README, plugins/.skel/README.erb, plugins/.skel/Rakefile, plugins/.skel/Rakefile.erb, plugins/.skel/lib/thingfish/filestore/TEMPLATE.rb, plugins/.skel/lib/thingfish/filestore/TEMPLATE.rb.erb, plugins/.skel/lib/thingfish/filter/TEMPLATE.rb.erb, plugins/.skel/lib/thingfish/handler/TEMPLATE.rb.erb, plugins/.skel/lib/thingfish/metastore/TEMPLATE.rb.erb, plugins/.skel/spec/TEMPLATE_spec.rb, plugins/.skel/spec/thingfish/filestore/TEMPLATE_spec.rb.erb, plugins/.skel/spec/thingfish/filter/TEMPLATE_spec.rb.erb, plugins/.skel/spec/thingfish/handler/TEMPLATE_spec.rb.erb, plugins/.skel/spec/thingfish/metastore/TEMPLATE_spec.rb.erb, plugins /thingfish-formuploadhandler/resources/index_content.rhtml, plugins /thingfish- formuploadhandler/resources/static/js/jquery.MultiFile.js, plugins /thingfish-formuploadhandler/resources/uploadform.rhtml, plugins /thingfish-imagefilter/lib/thingfish/filter/image.rb, plugins /thingfish-imagefilter/spec/imagefilter_spec.rb, plugins/thingfish- inspecthandler/lib/thingfish/handler/inspect.rb, plugins/thingfish- inspecthandler/resources/index_content.rhtml, plugins/thingfish- mp3filter/lib/thingfish/filter/mp3.rb, plugins/thingfish- mp3filter/spec/mp3filter_spec.rb, plugins/thingfish-rdfms/LICENSE, plugins/thingfish-rdfms/README, plugins/thingfish-rdfms/Rakefile, plugins/thingfish-rdfms/lib/thingfish/metastore/rdf.rb, plugins /thingfish-rdfms/spec/rdfms_spec.rb, plugins/thingfish- statushandler/resources/index.rhtml, plugins/thingfish- statushandler/resources/index_content.rhtml, spec/acceptparam_spec.rb, spec/client_spec.rb, spec/config_spec.rb, spec/daemon_spec.rb, spec/exceptions_spec.rb, spec/filestore_spec.rb, spec/filter/htmlfilter_spec.rb, spec/filter/ruby_spec.rb, spec/filter/yamlfilter_spec.rb, spec/filter_spec.rb, spec/handler/default_spec.rb, spec/handler/simplemetadata_spec.rb, spec/handler/simplesearch_spec.rb, spec/handler_spec.rb, spec/memoryfilestore_spec.rb, spec/memorymetastore_spec.rb, spec/metastore_spec.rb, spec/mixins_spec.rb, spec/multipartmimeparser_spec.rb, spec/request_spec.rb, spec/resource_spec.rb, spec/response_spec.rb, spec/staticcontent_spec.rb, spec/thingfish/acceptparam_spec.rb, spec/thingfish/client_spec.rb, spec/thingfish/config_spec.rb, spec/thingfish/daemon_spec.rb, spec/thingfish/exceptions_spec.rb, spec/thingfish/filestore/memory_spec.rb, spec/thingfish/filestore_spec.rb, spec/thingfish/filter/htmlfilter_spec.rb, spec/thingfish/filter/ruby_spec.rb, spec/thingfish/filter/yamlfilter_spec.rb, spec/thingfish/filter_spec.rb, spec/thingfish/handler/default_spec.rb, spec/thingfish/handler/simplemetadata_spec.rb, spec/thingfish/handler/simplesearch_spec.rb, spec/thingfish/handler_spec.rb, spec/thingfish/metastore/memory_spec.rb, spec/thingfish/metastore_spec.rb, spec/thingfish/mixins_spec.rb, spec/thingfish/multipartmimeparser_spec.rb, spec/thingfish/request_spec.rb, spec/thingfish/resource_spec.rb, spec/thingfish/response_spec.rb, spec/thingfish/staticcontent_spec.rb, spec/thingfish/utils_spec.rb, spec/utils_spec.rb, utils.rb, var/www/index.rhtml, var/www/index_content.rhtml, var/www/metadata/index.rhtml, var/www/search/index.rhtml, var/www/static/css/default.css, var/www/static/css/thickbox.css, var/www/static/images/bg.gif, var/www/static/images/bg.png, var/www/static/images/content_bottom.png, var/www/static/images/content_mid.png, var/www/static/images/content_top.png, var/www/static/images/etch.png, var/www/static/images/front.jpg, var/www/static/images/horizontal-groove.png, var/www/static/images /large-shadow-50.png, var/www/static/images/large-shadow-70.png, var/www/static/images/large-shadow.png, var/www/static/images/leftbar.png, var/www/static/images/medium- shadow-50.png, var/www/static/images/medium-shadow-70.png, var/www/static/images/medium-shadow.png, var/www/static/images/menubg.gif, var/www/static/images/menubg2.gif, var/www/static/images/pagegroove.png, var/www/static/images/server- architecture.png, var/www/static/images/shadow.png, var/www/static/images/small-shadow-50.png, var/www/static/images /small-shadow-70.png, var/www/static/images/small-shadow.png, var/www/static/images/templated-timehandler.png, var/www/static/images/title.jpg, var/www/static/images/tl- shadow.png, var/www/static/js/jquery.js, var/www/static/js/search.js, var/www/template.rhtml

Merged [log

395 at thingfish/branches/look-and-feel:475 the look-and- feel branch]. * Added 'info' command to the Perl client. * Use server introspection to find the default handler location in the Perl client. * Updated to most recent version of the JQuery MultiFile upload plugin. [8d849def47fd]

2008-03-11

2008-03-11 Mahlon E. Smith <mahlon@martini.nu>

bin/thingfish, etc/thingfish.conf-testing, lib/thingfish/client.rb, lib/thingfish/resource.rb, spec/client_spec.rb, spec/resource_spec.rb

Brought the ruby client up to speed with current server functionality. Closes #29. * Added more substantial command line help for the ruby client. * Increased coverage on ThingFish

:Client and ThingFish::Resource. [0142e71c5931]

2008-03-11 Mahlon E. Smith <mahlon@martini.nu>

bin/thingfish, etc/thingfish.conf-testing, lib/thingfish/client.rb, lib/thingfish/resource.rb, misc/clientlibs/perl/client.pl, spec/client_spec.rb, spec/resource_spec.rb

Merged [log:thingfish/trunk@473:475] in preparation for merge to [source:thingfish/trunk]! [a0482c04baa1] <look-and-feel>

2008-02-29

2008-02-29 Mahlon E. Smith <mahlon@martini.nu>

misc/clientlibs/perl/client.pl

2008-02-29 Michael Granger <ged@FaerieMUD.org>

bin/thingfish, spec/client_spec.rb

Cosmetic cleanup of constants in ThingFish

:Client. * Improved server info display for the [source: bin/thinfish command- line client]. [6f7b38a6d26a]

2008-02-29 Mahlon E. Smith <mahlon@martini.nu>

etc/thingfish.conf-testing, lib/thingfish/client.rb, lib/thingfish/request.rb, lib/thingfish/resource.rb, misc/clientlibs/perl/ThingFish/Client.pm, misc/clientlibs/perl/client.pl, spec/client_spec.rb, spec/lib/helpers.rb, spec/resource_spec.rb

Bring the ruby client up to date with server APIs. (More coverage on the way.) * Update the perl client's 'search' to return ThingFish

:Resource objects instead of UUID strings. * Add reset_logger() helper to specs. [1cc3548b5210]

2008-02-29 Michael Granger <ged@FaerieMUD.org>

docs/manual/src/03.Hackers_Guide/02.writing-handlers.page, docs/manual/src/03.Hackers_Guide/examples/queryarg-handler.rb, docs/presentations/laika-it-20071125/index.html, docs/presentations /laika-it-20071125/index.s5, lib/thingfish.rb, lib/thingfish/request.rb, plugins/thingfish- imagefilter/lib/thingfish/filter/image.rb, plugins/thingfish- imagefilter/spec/imagefilter_spec.rb, plugins/thingfish- mp3filter/lib/thingfish/filter/mp3.rb, plugins/thingfish- mp3filter/spec/mp3filter_spec.rb, plugins/thingfish- rdfms/spec/rdfms_spec.rb, plugins/thingfish- statushandler/resources/index.rhtml, spec/request_spec.rb, var/www/static/css/default.css

Added some more server info to the status handler plugin. * Altered the MP3 filter to use ThingFish

:Filter#accept? instead of string equality to decide whether it should attempt extraction or not. * Made the image filter ignore more stuff, and use ThingFish::Filter#accept? for its determination of what should be done for each body too. * Merged RDF metastore work from the rdfms-work branch. * Wrapped the RDF metastore spec in a conditional so it won't run and throw errors if you don't have Redland-RDF installed. * A bit more work on the “Writing Handlers” section of the tutorial. * Updated the presentation with new stuff added for a presentation to R&D. * Added footnote CSS to the default stylesheet. [f524369184a2] <look-and-feel>

2008-02-28

2008-02-28 Michael Granger <ged@FaerieMUD.org>

docs/manual/lib/default-filters.rb, plugins/.skel/README.erb, plugins/.skel/lib/thingfish/filter/TEMPLATE.rb.erb

Fixed some problems in the templates for the tf_plugin utility. * Updated the `filter` plugin template to bring it into line with recent changes in ThingFish

:Filter. * Added missing manual-generation default filter library. [ae9cf2103440] <look-and-feel>

Rakefile, bin/thingfish, docs/manual/layouts/default.page, docs/manual/src/index.page, experiments/content-negotiation- spike.rb, experiments/net-https.rb, lib/monkeypatches.rb, lib/thingfish.rb, lib/thingfish/client.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/filter.rb, lib/thingfish/filter/html.rb, lib/thingfish/filter/ruby.rb, lib/thingfish/filter/yaml.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/mixins.rb, lib/thingfish/request.rb, lib/thingfish/resource.rb, lib/thingfish/utils.rb, misc/clientlibs/perl/ThingFish/Client.pm, misc/clientlibs/perl/ThingFish/Resource.pm, misc/clientlibs/perl/client.pl, misc/rake/helpers.rb, misc/rake/manual.rb, misc/rake/svn.rb, plugins/thingfish- exiffilter/lib/thingfish/filter/exif.rb, plugins/thingfish- imagefilter/lib/thingfish/filter/image.rb, plugins/thingfish- inspecthandler/lib/thingfish/handler/inspect.rb, plugins/thingfish- jsonfilter/lib/thingfish/filter/json.rb, plugins/thingfish- jsonfilter/spec/jsonfilter_spec.rb, plugins/thingfish- mp3filter/lib/thingfish/filter/mp3.rb, plugins/thingfish- rdfms/LICENSE, plugins/thingfish-rdfms/README, plugins/thingfish- rdfms/Rakefile, plugins/thingfish- rdfms/lib/thingfish/metastore/rdf.rb, plugins/thingfish- rdfms/spec/rdfms_spec.rb, plugins/thingfish- statushandler/spec/statushandler_spec.rb, plugins/thingfish- xmlfilter/lib/thingfish/filter/xml.rb, plugins/thingfish- xmlfilter/spec/xmlfilter_spec.rb, spec/acceptparam_spec.rb, spec/client_spec.rb, spec/daemon_spec.rb, spec/filter/htmlfilter_spec.rb, spec/filter/ruby_spec.rb, spec/filter/yamlfilter_spec.rb, spec/filter_spec.rb, spec/handler/default_spec.rb, spec/handler/simplemetadata_spec.rb, spec/handler_spec.rb, spec/lib/constants.rb, spec/lib/filter_behavior.rb, spec/lib/helpers.rb, spec/request_spec.rb, spec/resource_spec.rb, spec/staticcontent_spec.rb, spec/thingfish_spec.rb, spec/utils_spec.rb, utils.rb, var/www/metadata/main.rhtml, var/www/static/css/default.css, var/www/static/js/jquery.js

Merged [log

643 at thingfish/trunk:468]. * Replaced the Rote manual-generation system with a custom one, as Rote's gratuitous monkey-patching stopped working under Rake 0.8.x. * Added the nascent RDF metastore. This will add a dependency on the Redland RDF libraries to the trunk when the branch is merged, but we can make the spec skip its tests if the require fails. [c713d4697aab] <look-and-feel>

2008-02-26

2008-02-26 Michael Granger <ged@FaerieMUD.org>

misc/rake/helpers.rb

Merged some Rakefile helper functions from other projects. [3cd9ebd2bb05]

misc/rake/svn.rb

Oops. Accidentally turned off coverage checks in the last commit. Re-enabled. [20ad5773893c]

docs/ThingFish-Design-Diagrams.graffle, lib/thingfish/handler/simplesearch.rb, misc/rake/helpers.rb, misc/rake/svn.rb, var/www/static/js/jquery.js

Merged a bunch of subversion rake stuff from other projects. * Fixed keywords for a bunch of files with the svn

fix_keywords task from above. [4aa573127d97]

2008-02-25

2008-02-25 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/multipartmimeparser.rb, spec/daemon_spec.rb, spec/multipartmimeparser_spec.rb

2008-02-25 Michael Granger <ged@FaerieMUD.org>

Rakefile, bin/thingfish, docs/manual/src/04.Hackers_Guide/examples /erb-handler.rb, docs/manual/src/04.Hackers_Guide/examples/queryarg- handler.rb, docs/manual/src/04.Hackers_Guide/examples/templated- handler.rb, etc/thingfish.conf-testing, experiments/content- negotiation-spike.rb, experiments/net-https.rb, lib/monkeypatches.rb, lib/thingfish.rb, lib/thingfish/client.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/filter.rb, lib/thingfish/filter/html.rb, lib/thingfish/filter/ruby.rb, lib/thingfish/filter/yaml.rb, lib/thingfish/handler/default.rb, lib/thingfish/mixins.rb, lib/thingfish/resource.rb, lib/thingfish/utils.rb, misc/rake/svn.rb, plugins/thingfish- exiffilter/lib/thingfish/filter/exif.rb, plugins/thingfish- imagefilter/lib/thingfish/filter/image.rb, plugins/thingfish- inspecthandler/lib/thingfish/handler/inspect.rb, plugins/thingfish- jsonfilter/lib/thingfish/filter/json.rb, plugins/thingfish- jsonfilter/spec/jsonfilter_spec.rb, plugins/thingfish- mp3filter/lib/thingfish/filter/mp3.rb, plugins/thingfish- statushandler/lib/thingfish/handler/status.rb, plugins/thingfish- statushandler/spec/statushandler_spec.rb, plugins/thingfish- xmlfilter/lib/thingfish/filter/xml.rb, plugins/thingfish- xmlfilter/spec/xmlfilter_spec.rb, spec/acceptparam_spec.rb, spec/client_spec.rb, spec/daemon_spec.rb, spec/filter/htmlfilter_spec.rb, spec/filter/ruby_spec.rb, spec/filter/yamlfilter_spec.rb, spec/filter_spec.rb, spec/lib/constants.rb, spec/lib/filter_behavior.rb, spec/lib/helpers.rb, spec/request_spec.rb, spec/staticcontent_spec.rb, spec/thingfish_spec.rb, spec/utils_spec.rb, utils.rb

Added filter introspection to the server info returned by the default handler's '/'. * Converted 'text/html' responses to XHTML ones. We'll have to add some kind of translation of that to the HTML filter for crappy clients. * Added Emacs+rcov tasks to the Rakefile * More work on the client library. Coverage sucks at the moment, and there's still big gaps, but it has been far too long since I've committed. * Implemented a new testing strategy for ThingFish

:Daemon, which involved factoring out the request/response-generation code into a separate method and changing the monkeypatch to follow suit. * Implemented log formatting, with the added benefit of making the RSpec output include pretty-formatted logs if run under TextMate. * Made the 'svn:ci' task update with –ignore-externals turned on to avoid being able to commit using it if there's a problem with an external. [d465c8874775]

2008-02-21

2008-02-21 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/daemon.rb, lib/thingfish/request.rb, misc/clientlibs/perl/ThingFish/Client.pm, misc/clientlibs/perl/ThingFish/Resource.pm, misc/clientlibs/perl/client.pl, spec/daemon_spec.rb

2008-02-18

2008-02-18 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/daemon.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/request.rb, spec/daemon_spec.rb, spec/request_spec.rb

2008-02-16

2008-02-16 Michael Granger <ged@FaerieMUD.org>

2008-02-14

2008-02-14 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/handler/simplemetadata.rb, spec/handler/simplemetadata_spec.rb

2008-02-11

2008-02-11 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/handler/default.rb, spec/handler/default_spec.rb, var/www/metadata/main.rhtml

2008-02-11 Michael Granger <ged@FaerieMUD.org>

Rakefile, bin/thingfish, lib/thingfish.rb, lib/thingfish/client.rb, lib/thingfish/exceptions.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/resource.rb, lib/thingfish/utils.rb, spec/client_spec.rb, spec/handler_spec.rb, spec/lib/helpers.rb, spec/resource_spec.rb

Added user-agent to request logging line. * Lots of work on the ruby client/resource classes. * Added a monkeypatch to the HTML Rspec outputter that makes it show up more friendly in TextMate. * Added customizable formatting to the log outputter * Bumped ThingFish

:VERSION to 0.2.0. * Started work on a new and improved bin/thingfish. [bc47e88b7f9d]

2008-02-08

2008-02-08 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/filter/yaml.rb, plugins/thingfish- jsonfilter/spec/jsonfilter_spec.rb, spec/filter/ruby_spec.rb, spec/lib/constants.rb

2008-02-07

2008-02-07 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/handler/default.rb, spec/handler/default_spec.rb

lib/thingfish/filter/ruby.rb, lib/thingfish/filter/yaml.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/simplemetadata.rb, plugins/thingfish- jsonfilter/lib/thingfish/filter/json.rb, plugins/thingfish- jsonfilter/spec/jsonfilter_spec.rb, plugins/thingfish- xmlfilter/lib/thingfish/filter/xml.rb, plugins/thingfish- xmlfilter/spec/xmlfilter_spec.rb, spec/filter/ruby_spec.rb, spec/filter/yamlfilter_spec.rb, spec/handler/default_spec.rb, spec/handler/simplemetadata_spec.rb, spec/lib/constants.rb

2008-02-06

2008-02-06 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/daemon.rb, spec/daemon_spec.rb

2008-02-06 Michael Granger <ged@FaerieMUD.org>

Rakefile, bin/tf_plugin, etc/thingfish.conf-testing, misc/rake/presentations.rb

docs/manual/src/03.Hackers_Guide/01.server-architecture.page, docs/manual/src/03.Hackers_Guide/02.writing-handlers.page, docs/manual/src/getting-started.page, misc/rake/manual.rb, var/www/static/images/server-arch.png, var/www/static/images/server- architecture.png

2008-02-01

2008-02-01 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/config.rb, plugins/thingfish- jsonfilter/spec/jsonfilter_spec.rb, spec/filter/ruby_spec.rb, spec/filter/yamlfilter_spec.rb

Rakefile, docs/manual/src/04.Hackers_Guide/02.writing-handlers.page, docs/manual/src/04.Hackers_Guide/examples/erb-handler.rb, docs/manual/src/04.Hackers_Guide/examples/minimal-handler.rb, docs/manual/src/04.Hackers_Guide/examples/minimal-handler2.rb, docs/manual/src/04.Hackers_Guide/examples/queryarg-handler.rb, docs/manual/src/04.Hackers_Guide/examples/templated-handler.rb, lib/thingfish/daemon.rb, lib/thingfish/filter/html.rb, lib/thingfish/filter/ruby.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/handler/staticcontent.rb, lib/thingfish/request.rb, misc/index-get-request, misc/post-request, misc/put-metadata- request, misc/raw-http-requests/index-get-request, misc/raw-http- requests/post-request, misc/raw-http-requests/put-metadata-request, misc/raw-http-requests/put-metadata-request-json, misc/raw-http- requests/uuid-get-request, misc/uuid-get-request, plugins/thingfish- formuploadhandler/lib/thingfish/handler/formupload.rb, plugins /thingfish-formuploadhandler/spec/formuploadhandler_spec.rb, plugins /thingfish-imagefilter/lib/thingfish/filter/image.rb, plugins /thingfish-imagefilter/spec/imagefilter_spec.rb, plugins/thingfish- inspecthandler/lib/thingfish/handler/inspect.rb, plugins/thingfish- inspecthandler/spec/inspecthandler_spec.rb, plugins/thingfish- statushandler/lib/thingfish/handler/status.rb, plugins/thingfish- statushandler/spec/statushandler_spec.rb, spec/daemon_spec.rb, spec/filter/htmlfilter_spec.rb, spec/filter/ruby_spec.rb, spec/handler/default_spec.rb, spec/handler/simplemetadata_spec.rb, spec/handler/simplesearch_spec.rb, spec/staticcontent_spec.rb, start

2008-02-01 Michael Granger <ged@FaerieMUD.org>

Rakefile, etc/thingfish.conf-testing, experiments/net-https.rb, lib/thingfish/client.rb, lib/thingfish/config.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/filter/html.rb, lib/thingfish/filter/ruby.rb, lib/thingfish/filter/yaml.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/handler/staticcontent.rb, lib/thingfish/metastore.rb, lib/thingfish/mixins.rb, lib/thingfish/request.rb, lib/thingfish/response.rb, misc/clientlibs/javascript/thingfish.js, misc/index-get-request, misc/post-request, misc/raw-http-requests /index-get-request, misc/raw-http-requests/post-request, misc/raw- http-requests/put-metadata-request, misc/raw-http-requests/put- metadata-request-json, misc/raw-http-requests/uuid-get-request, misc /uuid-get-request, plugins/thingfish- formuploadhandler/lib/thingfish/handler/formupload.rb, plugins /thingfish-formuploadhandler/spec/formuploadhandler_spec.rb, plugins /thingfish-imagefilter/lib/thingfish/filter/image.rb, plugins /thingfish-imagefilter/spec/imagefilter_spec.rb, plugins/thingfish- inspecthandler/lib/thingfish/handler/inspect.rb, plugins/thingfish- inspecthandler/spec/inspecthandler_spec.rb, plugins/thingfish- jsonfilter/lib/thingfish/filter/json.rb, plugins/thingfish- jsonfilter/spec/jsonfilter_spec.rb, plugins/thingfish- sqlite3ms/spec/sqlite3ms_spec.rb, plugins/thingfish- statushandler/lib/thingfish/handler/status.rb, plugins/thingfish- statushandler/spec/statushandler_spec.rb, plugins/thingfish- xmlfilter/lib/thingfish/filter/xml.rb, plugins/thingfish- xmlfilter/spec/xmlfilter_spec.rb, spec/client_spec.rb, spec/daemon_spec.rb, spec/filter/htmlfilter_spec.rb, spec/filter/ruby_spec.rb, spec/filter/yamlfilter_spec.rb, spec/handler/default_spec.rb, spec/handler/simplemetadata_spec.rb, spec/handler/simplesearch_spec.rb, spec/handler_spec.rb, spec/lib/constants.rb, spec/lib/metastore_behavior.rb, spec/memorymetastore_spec.rb, spec/mixins_spec.rb, spec/request_spec.rb, spec/response_spec.rb, spec/staticcontent_spec.rb, start

Merged [log:thingfish/trunk@440:450]. [7443a28166fd] <look-and-feel>

docs/presentations/laika-it-20071125/index.html, docs/presentations /laika-it-20071125/index.s5, docs/presentations/laika- it-20071125/pix/thingfish-banner.png, docs/presentations/laika- it-20071125/pix/thingfish-logo-desat.jpg, docs/presentations/laika- it-20071125/pix/thingfish-logo.jpg, docs/presentations/laika- it-20071125/ui/laika/blank.gif, docs/presentations/laika- it-20071125/ui/laika/bodybg.gif, docs/presentations/laika- it-20071125/ui/laika/framing.css, docs/presentations/laika- it-20071125/ui/laika/iepngfix.htc, docs/presentations/laika- it-20071125/ui/laika/opera.css, docs/presentations/laika- it-20071125/ui/laika/outline.css, docs/presentations/laika- it-20071125/ui/laika/pretty.css, docs/presentations/laika- it-20071125/ui/laika/print.css, docs/presentations/laika- it-20071125/ui/laika/s5-core.css, docs/presentations/laika- it-20071125/ui/laika/slides.css, docs/presentations/laika- it-20071125/ui/laika/slides.js, var/www/static/css/default.css, var/www/static/js/jquery.js, var/www/static/js/search.js

2008-01-31

2008-01-31 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/filter/yaml.rb, lib/thingfish/request.rb, lib/thingfish/response.rb, plugins/thingfish- jsonfilter/lib/thingfish/filter/json.rb, plugins/thingfish- jsonfilter/spec/jsonfilter_spec.rb, plugins/thingfish- xmlfilter/lib/thingfish/filter/xml.rb, plugins/thingfish- xmlfilter/spec/xmlfilter_spec.rb, spec/filter/yamlfilter_spec.rb, spec/request_spec.rb, spec/response_spec.rb

2008-01-31 Michael Granger <ged@FaerieMUD.org>

misc/clientlibs/javascript/thingfish.js, spec/filter/yamlfilter_spec.rb

2008-01-31 Michael Granger <ged@FaerieMUD.org>

docs/manual/src/index.page, plugins/thingfish- formuploadhandler/resources/index_content.rhtml, var/www/index_content.rhtml, var/www/metadata/index.rhtml, var/www/search/index.rhtml, var/www/static/css/default.css, var/www/static/js/search.js, var/www/template.rhtml

2008-01-29

2008-01-29 Mahlon E. Smith <mahlon@martini.nu>

etc/thingfish.conf-testing, lib/thingfish/filter/yaml.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/metastore.rb, lib/thingfish/request.rb, misc/put-metadata-request, spec/filter/yamlfilter_spec.rb, spec/handler/simplemetadata_spec.rb, spec/lib/metastore_behavior.rb, spec/request_spec.rb

Temporarily commenting out the status handler from conf-testing * Factor metadata DELETE methods out a little for easier overrides * YAML incoming request filters enabled! * Added metastore set_safe_properties() * Added ThingFish

:Request#body accessors, instead of delegating to Mongrel [d214e697d962]

2008-01-29 Michael Granger <ged@FaerieMUD.org>

docs/ThingFish-Design-Diagrams.graffle, etc/thingfish.conf-testing, experiments/net-https.rb, lib/thingfish/client.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/filter/html.rb, lib/thingfish/filter/ruby.rb, lib/thingfish/filter/yaml.rb, lib/thingfish/handler/default.rb, lib/thingfish/mixins.rb, plugins/thingfish- sqlite3ms/spec/sqlite3ms_spec.rb, spec/client_spec.rb, spec/daemon_spec.rb, spec/filter/htmlfilter_spec.rb, spec/filter/ruby_spec.rb, spec/filter/yamlfilter_spec.rb, spec/handler/default_spec.rb, spec/handler/simplemetadata_spec.rb, spec/handler_spec.rb, spec/memorymetastore_spec.rb, spec/mixins_spec.rb

2008-01-27

2008-01-27 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/handler/simplemetadata.rb, spec/handler/simplemetadata_spec.rb

lib/thingfish/filter/yaml.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/request.rb, spec/handler/simplemetadata_spec.rb, spec/lib/metastore_behavior.rb

Added first pass at DELETE functionality for the metastore handler. ** Metastore actions aren't quite prime time yet. This is just a checkpoint. ** * Initial framework for YAML filter conversions for requests. * ThingFish

:Request#content_type() added for convenience. * Test coverage additions for metastore behavior. [44ad089d709f]

2008-01-25

2008-01-25 Michael Granger <ged@FaerieMUD.org>

spec/client_spec.rb

Reorganizing specs before new work on the client. [8d3a0407a60a]

2008-01-25 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/handler/simplemetadata.rb, spec/handler/simplemetadata_spec.rb

2008-01-25 Michael Granger <ged@FaerieMUD.org>

docs/manual/src/index.page, lib/thingfish/handler/simplemetadata.rb, plugins/thingfish-sqlite3ms/lib/thingfish/metastore/sqlite3.rb, spec/handler/simplemetadata_spec.rb

Merged [log:thingfish/trunk@435:438]. [9acf75548f59] <look-and-feel>

2008-01-24

2008-01-24 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/handler/simplemetadata.rb, plugins/thingfish- sqlite3ms/lib/thingfish/metastore/sqlite3.rb, spec/handler/simplemetadata_spec.rb

spec/lib/constants.rb, spec/lib/metastore_behavior.rb

2008-01-24 Michael Granger <ged@FaerieMUD.org>

docs/manual/COMMON.rb, docs/manual/src/02.Developers_Guide/02.ruby- client.page, docs/manual/src/02.Developers_Guide/03.js-client.page, docs/manual/src/02.Developers_Guide/04.writing-your-own-client.page, docs/manual/src/03.Hackers_Guide/01.server-architecture.page, docs/manual/src/03.Hackers_Guide/02.writing-handlers.page, docs/manual/src/03.Hackers_Guide/03.writing-filters.page, docs/manual/src/03.Hackers_Guide/04.writing-filestores.page, docs/manual/src/03.Hackers_Guide/05.writing-metastores.page, docs/manual/src/03.Hackers_Guide/images/server-arch.png, docs/manual/src/03.Hackers_Guide/images/templated-timehandler.png, docs/manual/src/index.page, misc/rake/manual.rb, var/www/static/css/default.css, var/www/static/images/server- arch.png, var/www/static/images/templated-timehandler.png

Checkpointing manual work [c94a8ea6cc7a] <look-and-feel>

2008-01-23

2008-01-23 Michael Granger <ged@FaerieMUD.org>

etc/thingfish.conf-testing, lib/thingfish/exceptions.rb, lib/thingfish/handler/default.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, plugins/thingfish- exiffilter/spec/exiffilter_spec.rb, plugins/thingfish- formuploadhandler/spec/formuploadhandler_spec.rb, plugins/thingfish- imagefilter/spec/imagefilter_spec.rb, plugins/thingfish- inspecthandler/spec/inspecthandler_spec.rb, plugins/thingfish- jsonfilter/spec/jsonfilter_spec.rb, plugins/thingfish- marshalledms/lib/thingfish/metastore/marshalled.rb, plugins /thingfish-marshalledms/spec/marshalledms_spec.rb, plugins /thingfish-mp3filter/spec/mp3filter_spec.rb, plugins/thingfish- sqlite3ms/lib/thingfish/metastore/sqlite3.rb, plugins/thingfish- sqlite3ms/spec/sqlite3ms_spec.rb, plugins/thingfish- statushandler/spec/statushandler_spec.rb, plugins/thingfish- xmlfilter/spec/xmlfilter_spec.rb, spec/handler/default_spec.rb, spec/handler/simplemetadata_spec.rb, spec/lib/metastore_behavior.rb, spec/metastore_spec.rb

2008-01-23 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/exceptions.rb, lib/thingfish/handler/default.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, plugins/thingfish-exiffilter/spec/exiffilter_spec.rb, plugins /thingfish-formuploadhandler/spec/formuploadhandler_spec.rb, plugins /thingfish-imagefilter/spec/imagefilter_spec.rb, plugins/thingfish- inspecthandler/spec/inspecthandler_spec.rb, plugins/thingfish- jsonfilter/spec/jsonfilter_spec.rb, plugins/thingfish- marshalledms/lib/thingfish/metastore/marshalled.rb, plugins /thingfish-marshalledms/spec/marshalledms_spec.rb, plugins /thingfish-mp3filter/spec/mp3filter_spec.rb, plugins/thingfish- sqlite3ms/lib/thingfish/metastore/sqlite3.rb, plugins/thingfish- sqlite3ms/spec/sqlite3ms_spec.rb, plugins/thingfish- statushandler/spec/statushandler_spec.rb, plugins/thingfish- xmlfilter/spec/xmlfilter_spec.rb, spec/handler/default_spec.rb, spec/handler/simplemetadata_spec.rb, spec/lib/metastore_behavior.rb, spec/metastore_spec.rb

Merged [log:thingfish/trunk@431:433]. [a4e61fd50590] <look-and-feel>

Rakefile, docs/manual/src/03.Hackers_Guide/index.page, docs/manual/src/getting-started.page, etc/thingfish.conf-testing, misc/rake/dependencies.rb, plugins/thingfish- formuploadhandler/resources/index_content.rhtml, plugins/thingfish- inspecthandler/resources/index_content.rhtml, plugins/thingfish- statushandler/resources/index_content.rhtml, var/www/index.rhtml, var/www/index_content.rhtml, var/www/metadata/index.rhtml, var/www/search/index.rhtml, var/www/static/css/default.css, var/www/template.rhtml

Checkpoint of work on the manual and some structure changes for the index page [c7a05a229ccd] <look-and-feel>

2008-01-22

2008-01-22 Mahlon E. Smith <mahlon@martini.nu>

etc/thingfish.conf-testing, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, plugins/thingfish- marshalledms/lib/thingfish/metastore/marshalled.rb, plugins /thingfish-sqlite3ms/lib/thingfish/metastore/sqlite3.rb, spec/handler/simplemetadata_spec.rb, spec/lib/metastore_behavior.rb, spec/metastore_spec.rb

Checkpoint commit of metastore updates via the /metadata handler. Refs #15. * Added new metastore APIs

has_uuid?(), set_properties(), and added to all current metastores. * Currently just does PUT to /metadata/uuid/key and /metadata/uuid. More to come. [8d72b4b93a6e]

2008-01-22 Michael Granger <ged@FaerieMUD.org>

etc/thingfish.conf-testing, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, plugins/thingfish- marshalledms/lib/thingfish/metastore/marshalled.rb, plugins /thingfish-sqlite3ms/lib/thingfish/metastore/sqlite3.rb, spec/handler/simplemetadata_spec.rb, spec/lib/metastore_behavior.rb, spec/metastore_spec.rb

Merged [log:thingfish/trunk@415:429]. [de8e547fe060] <look-and-feel>

docs/manual/COMMON.rb, docs/manual/layouts/default.page, docs/manual/src/01.Getting_Started/01.downloading.page, docs/manual/src/01.Getting_Started/02.installation.page, docs/manual/src/01.Getting_Started/03.running.page, docs/manual/src/01.Getting_Started/04.supervise.page, docs/manual/src/01.Getting_Started/examples/etc/big-thingfish.conf, docs/manual/src/01.Getting_Started/examples/etc/tiny-thingfish.conf, docs/manual/src/01.Getting_Started/examples/installing- dependencies.console, docs/manual/src/01.Getting_Started/examples /installing-from-source.console, docs/manual/src/01.Getting_Started/examples/installing-with- gems.console, docs/manual/src/01.Getting_Started/examples/starting- the-server.sh, docs/manual/src/01.Getting_Started/examples/starting- with-config.sh, docs/manual/src/01.Getting_Started/examples /supervise-run-file.sh, docs/manual/src/02.Developers_Guide/01.connecting.page, docs/manual/src/02.Developers_Guide/02.ruby-client.page, docs/manual/src/03.Hackers_Guide/index.page, docs/manual/src /getting-started.page, var/www/static/css/default.css

2008-01-21

2008-01-21 Michael Granger <ged@FaerieMUD.org>

docs/manual/layouts/default.page, docs/manual/src/01.Getting_Started/01.downloading.page, docs/manual/src/01.Getting_Started/02.installation.page, docs/manual/src/01.Getting_Started/03.running.page, var/www/static/css/default.css

2008-01-18

2008-01-18 Mahlon E. Smith <mahlon@martini.nu>

bin/tf_plugin, plugins/.skel/Rakefile.erb

2008-01-18 Michael Granger <ged@FaerieMUD.org>

docs/manual/metainfo.yaml, docs/manual/src/01.Getting_Started/01.downloading.page, docs/manual/src/01.Getting_Started/02.installation.page, docs/manual/src/01.Getting_Started/03.running.page, docs/manual/src/01.Getting_Started/04.supervise.page, docs/manual/src/01.Getting_Started/examples/etc/big-thingfish.conf, docs/manual/src/01.Getting_Started/examples/etc/tiny-thingfish.conf, docs/manual/src/01.Getting_Started/examples/installing- dependencies.console, docs/manual/src/01.Getting_Started/examples /installing-from-source.console, docs/manual/src/01.Getting_Started/examples/installing-with- gems.console, docs/manual/src/01.Getting_Started/examples/starting- the-server.sh, docs/manual/src/01.Getting_Started/examples/starting- with-config.sh, docs/manual/src/01.Getting_Started/examples /supervise-run-file.sh, docs/manual/src/01.Introduction/01.intended- audience.page, docs/manual/src/01.Introduction/02.design- principles.page, docs/manual/src/01.Introduction/03.similar- systems.page, docs/manual/src/01.Introduction/index.page, docs/manual/src/02.Developers_Guide/01.connecting.page, docs/manual/src/02.Developers_Guide/02.ruby-client.page, docs/manual/src/02.Developers_Guide/03.js-client.page, docs/manual/src/02.Developers_Guide/04.writing-your-own-client.page, docs/manual/src/02.Developers_Guide/examples/clientapi.rb, docs/manual/src/02.Developers_Guide/examples/fetching.rb, docs/manual/src/02.Developers_Guide/examples/instantiating.rb, docs/manual/src/02.Developers_Guide/examples/rss.png, docs/manual/src/02.Developers_Guide/examples/storing.rb, docs/manual/src/02.Developers_Guide/index.page, docs/manual/src/02.Getting_Started/01.downloading.page, docs/manual/src/02.Getting_Started/02.installation.page, docs/manual/src/02.Getting_Started/03.running.page, docs/manual/src/02.Getting_Started/04.supervise.page, docs/manual/src/02.Getting_Started/examples/etc/big-thingfish.conf, docs/manual/src/02.Getting_Started/examples/etc/tiny-thingfish.conf, docs/manual/src/02.Getting_Started/examples/installing- dependencies.console, docs/manual/src/02.Getting_Started/examples /installing-from-source.console, docs/manual/src/02.Getting_Started/examples/installing-with- gems.console, docs/manual/src/02.Getting_Started/examples/starting- the-server.sh, docs/manual/src/02.Getting_Started/examples/starting- with-config.sh, docs/manual/src/02.Getting_Started/examples /supervise-run-file.sh, docs/manual/src/03.Developers_Guide/01.connecting.page, docs/manual/src/03.Developers_Guide/02.ruby-client.page, docs/manual/src/03.Developers_Guide/03.js-client.page, docs/manual/src/03.Developers_Guide/04.writing-your-own-client.page, docs/manual/src/03.Developers_Guide/examples/clientapi.rb, docs/manual/src/03.Developers_Guide/examples/fetching.rb, docs/manual/src/03.Developers_Guide/examples/instantiating.rb, docs/manual/src/03.Developers_Guide/examples/rss.png, docs/manual/src/03.Developers_Guide/examples/storing.rb, docs/manual/src/03.Developers_Guide/index.page, docs/manual/src/03.Hackers_Guide/01.server-architecture.page, docs/manual/src/03.Hackers_Guide/02.writing-handlers.page, docs/manual/src/03.Hackers_Guide/03.writing-filters.page, docs/manual/src/03.Hackers_Guide/04.writing-filestores.page, docs/manual/src/03.Hackers_Guide/05.writing-metastores.page, docs/manual/src/03.Hackers_Guide/examples/erb-handler.rb, docs/manual/src/03.Hackers_Guide/examples/handler-config.yml, docs/manual/src/03.Hackers_Guide/examples/minimal-handler.rb, docs/manual/src/03.Hackers_Guide/examples/minimal-handler2.rb, docs/manual/src/03.Hackers_Guide/examples/queryarg-handler.rb, docs/manual/src/03.Hackers_Guide/examples/templated-handler.rb, docs/manual/src/03.Hackers_Guide/examples/timehandler.html, docs/manual/src/03.Hackers_Guide/examples/timehandler.rhtml, docs/manual/src/03.Hackers_Guide/images/server-arch.png, docs/manual/src/03.Hackers_Guide/images/templated-timehandler.png, docs/manual/src/03.Hackers_Guide/index.page, docs/manual/src/04.Hackers_Guide/01.server-architecture.page, docs/manual/src/04.Hackers_Guide/02.writing-handlers.page, docs/manual/src/04.Hackers_Guide/03.writing-filters.page, docs/manual/src/04.Hackers_Guide/04.writing-filestores.page, docs/manual/src/04.Hackers_Guide/05.writing-metastores.page, docs/manual/src/04.Hackers_Guide/examples/erb-handler.rb, docs/manual/src/04.Hackers_Guide/examples/handler-config.yml, docs/manual/src/04.Hackers_Guide/examples/minimal-handler.rb, docs/manual/src/04.Hackers_Guide/examples/minimal-handler2.rb, docs/manual/src/04.Hackers_Guide/examples/queryarg-handler.rb, docs/manual/src/04.Hackers_Guide/examples/templated-handler.rb, docs/manual/src/04.Hackers_Guide/examples/timehandler.html, docs/manual/src/04.Hackers_Guide/examples/timehandler.rhtml, docs/manual/src/04.Hackers_Guide/images/server-arch.png, docs/manual/src/04.Hackers_Guide/images/templated-timehandler.png, docs/manual/src/04.Hackers_Guide/index.page, docs/manual/src/05.Maintenance/index.page, docs/manual/src/06 .Troubleshooting-FAQs/index.page, docs/manual/src/index.page, var/www/static/css/default.css

Style fixes * Re-organized docs a bit

- merged introduction section into the top-level index page and removed that section - removed the two empty sections - renumbered the other sections [9cdbf5fce668] <look-and-feel>

Rakefile, bin/tf_plugin, plugins/.skel/LICENSE, plugins/.skel/LICENSE.erb, plugins/.skel/README, plugins/.skel/README.erb, plugins/.skel/Rakefile, plugins/.skel/Rakefile.erb, plugins/.skel/lib/thingfish/filestore/TEMPLATE.rb, plugins/.skel/lib/thingfish/filestore/TEMPLATE.rb.erb, plugins/.skel/lib/thingfish/filter/TEMPLATE.rb.erb, plugins/.skel/lib/thingfish/handler/TEMPLATE.rb.erb, plugins/.skel/lib/thingfish/metastore/TEMPLATE.rb.erb, plugins/.skel/spec/TEMPLATE_spec.rb, plugins/.skel/spec/thingfish/filestore/TEMPLATE_spec.rb.erb, plugins/.skel/spec/thingfish/filter/TEMPLATE_spec.rb.erb, plugins/.skel/spec/thingfish/handler/TEMPLATE_spec.rb.erb, plugins/.skel/spec/thingfish/metastore/TEMPLATE_spec.rb.erb, plugins /thingfish-inspecthandler/lib/thingfish/handler/inspect.rb, utils.rb

Committing the initial version of the `tf_plugin` utility for creating new plugins. [6a296d337fc9] <look-and-feel>

2008-01-17

2008-01-17 Michael Granger <ged@FaerieMUD.org>

bin/thingfishd, docs/manual/layouts/default.page, docs/manual/src/01.Introduction/01.intended-audience.page, docs/manual/src/01.Introduction/02.design-principles.page, docs/manual/src/01.Introduction/03.similar-systems.page, docs/manual/src/02.Getting_Started/01.downloading.page, docs/manual/src/02.Getting_Started/02.installation.page, docs/manual/src/02.Getting_Started/03.running.page, docs/manual/src/02.Getting_Started/04.supervise.page, docs/manual/src/03.Developers_Guide/01.connecting.page, docs/manual/src/03.Developers_Guide/02.ruby-client.page, docs/manual/src/03.Developers_Guide/03.js-client.page, docs/manual/src/03.Developers_Guide/04.writing-your-own-client.page, docs/manual/src/04.Hackers_Guide/01.server-architecture.page, docs/manual/src/04.Hackers_Guide/02.writing-handlers.page, docs/manual/src/04.Hackers_Guide/03.writing-filters.page, docs/manual/src/04.Hackers_Guide/04.writing-filestores.page, docs/manual/src/04.Hackers_Guide/05.writing-metastores.page, docs/manual/src/04.Hackers_Guide/index.page, lib/monkeypatches.rb, var/www/static/css/default.css

Rakefile, misc/rake/dependencies.rb, misc/rake/helpers.rb, misc/rake/manual.rb, misc/rake/packaging.rb, misc/rake/rdoc.rb, misc/rake/style.rb, misc/rake/testing.rb, spec/daemon_spec.rb, var/www/static/css/default.css

2008-01-12

2008-01-12 Michael Granger <ged@FaerieMUD.org>

Rakefile, docs/manual/COMMON.rb

Removed debugging from the rote filters in the :manual task. [25a9760520b3] <look-and-feel>

Rakefile, docs/manual/src/02.Getting_Started/02.installation.page, docs/manual/src/02.Getting_Started/03.running.page, docs/manual/src/02.Getting_Started/examples/etc/big-thingfish.conf, docs/manual/src/02.Getting_Started/examples/etc/thingfish.conf, docs/manual/src/02.Getting_Started/examples/etc/tiny-thingfish.conf, docs/manual/src/04.Hackers_Guide/01.server-architecture.page, docs/manual/src/04.Hackers_Guide/02.writing-handlers.page, docs/manual/src/04.Hackers_Guide/06.daemon-customization.page, docs/manual/src/04.Hackers_Guide/examples/queryarg-handler.rb, docs/manual/src/05.Maintenance/index.page, docs/manual/src/06 .Troubleshooting-FAQs/index.page, docs/manual/src/index.page, lib/thingfish/handler/simplemetadata.rb, plugins/thingfish- exiffilter/Rakefile, plugins/thingfish-formuploadhandler/Rakefile, plugins/thingfish-fsfs/Rakefile, plugins/thingfish- imagefilter/Rakefile, plugins/thingfish-inspecthandler/Rakefile, plugins/thingfish-jsonfilter/Rakefile, plugins/thingfish- marshalledms/Rakefile, plugins/thingfish-mp3filter/Rakefile, plugins /thingfish-sqlite3ms/Rakefile, plugins/thingfish- statushandler/Rakefile, plugins/thingfish-xmlfilter/Rakefile, plugins/thingfish-xmlfilter/spec/xmlfilter_spec.rb, spec/client_spec.rb, spec/lib/helpers.rb

Merge 643 at thingfish/trunk

419. * Inlined examples for handler tutorial. * More page-title conversion [7f7de261d056] <look-and-feel>

Rakefile, docs/manual/COMMON.rb, docs/manual/layouts/default.page, docs/manual/resources/css/default.css, docs/manual/resources/css/thickbox.css, docs/manual/resources/images/bg.gif, docs/manual/resources/images/front.jpg, docs/manual/resources/images/icons/bullet_black.png, docs/manual/resources/images/icons/bullet_go.png, docs/manual/resources/images/icons/note.png, docs/manual/resources/images/loadingAnimation.gif, docs/manual/resources/images/menubg.gif, docs/manual/resources/images/menubg2.gif, docs/manual/resources/images/opensource-75x65-t.png, docs/manual/resources/js/jquery.js, docs/manual/resources/js/thickbox.js, docs/manual/src/01.Introduction/index.page, docs/manual/src/02.Getting_Started/index.page, docs/manual/src/03.Developers_Guide/index.page, docs/manual/src/04.Hackers_Guide/02.writing-handlers.page, docs/manual/src/04.Hackers_Guide/index.page, docs/manual/src/index.page, var/www/static/css/default.css, var/www/static/css/thickbox.css

Another checkpoint commit. * Got auto-build of navigation working. * Cleaned up the CSS quite a bit, integrated some manual-specific structure. * Got the `example` macro working with syntax highlighting, etc. * Merged resources directory with `var/www/static`. Caveats: * Lots of pages still need cleanup * Paths in the auto-navigation aren't as dynamic as I'd like; they currently assume the manual's root is under `/manual` on the server. * No implementation of some of the other macros we'll need to replace from the webgen system. [c5a746f12fa4] <look-and-feel>

Rakefile, docs/manual/COMMON.rb, docs/manual/layouts/default.page, docs/manual/plugin/tag/example.rb, docs/manual/plugin/tag/imagePopup.rb, docs/manual/plugin/tag/method.rb, docs/manual/plugin/tag/project.rb, docs/manual/resources/css/default.css, docs/manual/resources/css/thickbox.css, docs/manual/resources/images/bg.gif, docs/manual/resources/images/front.jpg, docs/manual/resources/images/icons/bullet_black.png, docs/manual/resources/images/icons/bullet_go.png, docs/manual/resources/images/icons/note.png, docs/manual/resources/images/loadingAnimation.gif, docs/manual/resources/images/menubg.gif, docs/manual/resources/images/menubg2.gif, docs/manual/resources/images/opensource-75x65-t.png, docs/manual/resources/js/jquery.js, docs/manual/resources/js/thickbox.js, docs/manual/src/04.Hackers_Guide/02.writing-handlers.page, docs/manual/src/css/thickbox.css, docs/manual/src/default.css, docs/manual/src/default.template, docs/manual/src/images/bg.gif, docs/manual/src/images/front.jpg, docs/manual/src/images/icons/bullet_black.png, docs/manual/src/images/icons/bullet_go.png, docs/manual/src/images/icons/note.png, docs/manual/src/images/loadingAnimation.gif, docs/manual/src/images/menubg.gif, docs/manual/src/images/menubg2.gif, docs/manual/src/images /opensource-75x65-t.png, docs/manual/src/js/jquery.js, docs/manual/src/js/thickbox.js, misc/rake/helpers.rb

Checkpoint of work on conversion from webgen -> rote for manual generation [de937d9f1719] <look-and-feel>

2008-01-04

2008-01-04 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/02.Getting_Started/03.running.page, docs/manual/src/02.Getting_Started/examples/etc/big-thingfish.conf, docs/manual/src/02.Getting_Started/examples/etc/thingfish.conf, docs/manual/src/02.Getting_Started/examples/etc/tiny-thingfish.conf, docs/manual/src/04.Hackers_Guide/01.server-architecture.page, docs/manual/src/04.Hackers_Guide/02.writing-handlers.page, docs/manual/src/04.Hackers_Guide/06.daemon-customization.page, docs/manual/src/04.Hackers_Guide/examples/queryarg-handler.rb, docs/manual/src/05.Maintenance/index.page, docs/manual/src/06 .Troubleshooting-FAQs/index.page

2008-01-03

2008-01-03 Michael Granger <ged@FaerieMUD.org>

Rakefile, plugins/thingfish-exiffilter/Rakefile, plugins/thingfish- formuploadhandler/Rakefile, plugins/thingfish-fsfs/Rakefile, plugins /thingfish-imagefilter/Rakefile, plugins/thingfish- inspecthandler/Rakefile, plugins/thingfish-jsonfilter/Rakefile, plugins/thingfish-marshalledms/Rakefile, plugins/thingfish- mp3filter/Rakefile, plugins/thingfish-sqlite3ms/Rakefile, plugins /thingfish-statushandler/Rakefile, plugins/thingfish- xmlfilter/Rakefile, plugins/thingfish- xmlfilter/spec/xmlfilter_spec.rb, spec/client_spec.rb

Fixed toplevel 'gems' task by adding require for the 'Pathname' library * Added a task to install plugin dependencies * Fixed Gem

:RemoteInstaller#install, which was broken by API changes in RubyGems 1.0.0. Will upstream this once I figure out how to write a test that expresses the failure. * Made logging for ThingFish::Client's spec more consistent with other specs. [16e4aa33750b]

2008-01-03 Mahlon E. Smith <mahlon@martini.nu>

Rakefile, docs/manual/src/02.Getting_Started/02.installation.page, lib/thingfish/handler/simplemetadata.rb, spec/client_spec.rb, spec/lib/helpers.rb

2008-01-02

2008-01-02 Michael Granger <ged@FaerieMUD.org>

Rakefile, TODO, docs/ThingFish-Design-Diagrams.graffle, docs/manual/src/04.Hackers_Guide/02.writing-handlers.page, docs/manual/src/04.Hackers_Guide/examples/erb-handler.rb, docs/manual/src/04.Hackers_Guide/examples/handler-config.yml, docs/manual/src/04.Hackers_Guide/examples/minimal-handler.rb, docs/manual/src/04.Hackers_Guide/examples/minimal-handler2.rb, docs/manual/src/04.Hackers_Guide/examples/templated-handler.rb, docs/manual/src/04.Hackers_Guide/examples/timehandler.html, docs/manual/src/04.Hackers_Guide/examples/timehandler.rhtml, docs/manual/src/04.Hackers_Guide/images/templated-timehandler.png, docs/manual/src/default.css, lib/thingfish/daemon.rb, lib/thingfish/filter/html.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/mixins.rb, lib/thingfish/response.rb, plugins/thingfish- formuploadhandler/lib/thingfish/handler/formupload.rb, plugins /thingfish-formuploadhandler/resources/upload.rhtml, plugins /thingfish-formuploadhandler/resources/uploadform.rhtml, plugins /thingfish-formuploadhandler/spec/formuploadhandler_spec.rb, plugins /thingfish-marshalledms/lib/thingfish/metastore/marshalled.rb, plugins/thingfish-mp3filter/spec/mp3filter_spec.rb, plugins /thingfish-sqlite3ms/lib/thingfish/metastore/sqlite3.rb, plugins /thingfish-xmlfilter/spec/xmlfilter_spec.rb, spec/daemon_spec.rb, spec/filter/htmlfilter_spec.rb, spec/filter/yamlfilter_spec.rb, spec/handler/default_spec.rb, spec/handler/simplesearch_spec.rb, spec/handler_spec.rb, spec/htmlfilter_spec.rb, spec/lib/metastore_behavior.rb, spec/memorymetastore_spec.rb, spec/metastore_spec.rb, spec/yamlfilter_spec.rb, var/www/search/main.rhtml, var/www/static/css/default.css, var/www/template.rhtml

Merge [log:thingfish/trunk@395:413]. [1cb0226b6da6] <look-and-feel>

misc/rake/helpers.rb

Merged installer monkeypatch for RubyGems >= 1.0.0 [a188968c965b] <look-and-feel>

2007-12-29

2007-12-29 Michael Granger <ged@FaerieMUD.org>

docs/manual/src/04.Hackers_Guide/02.writing-handlers.page, docs/manual/src/04.Hackers_Guide/examples/erb-handler.rb, docs/manual/src/04.Hackers_Guide/examples/handler-config.yml, docs/manual/src/04.Hackers_Guide/examples/minimal-handler.rb, docs/manual/src/04.Hackers_Guide/examples/minimal-handler2.rb, docs/manual/src/04.Hackers_Guide/examples/templated-handler.rb, docs/manual/src/04.Hackers_Guide/examples/timehandler.html, docs/manual/src/04.Hackers_Guide/examples/timehandler.rhtml, docs/manual/src/04.Hackers_Guide/images/templated-timehandler.png, docs/manual/src/default.css

Adding some more manual content for Handlers. [ec2ad781834f]

2007-12-28

2007-12-28 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/mixins.rb

Fixed calling convention in comment code. [a08e14350a02]

2007-12-20

2007-12-20 Michael Granger <ged@FaerieMUD.org>

docs/ThingFish-Design-Diagrams.graffle, docs/manual/src/04.Hackers_Guide/02.writing-handlers.page, docs/manual/src/04.Hackers_Guide/examples/minimal-handler2.rb

Added some more stuff to the Handlers section of the Hacker's Guide [8f53ed6267e1]

2007-12-20 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/handler/simplesearch.rb, lib/thingfish/metastore/memory.rb, plugins/thingfish- formuploadhandler/lib/thingfish/handler/formupload.rb, plugins /thingfish-marshalledms/lib/thingfish/metastore/marshalled.rb, plugins/thingfish-sqlite3ms/lib/thingfish/metastore/sqlite3.rb, spec/lib/metastore_behavior.rb, var/www/search/main.rhtml, var/www/static/css/default.css, var/www/template.rhtml

2007-12-17

2007-12-17 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/handler/simplesearch.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, plugins/thingfish- marshalledms/lib/thingfish/metastore/marshalled.rb, plugins /thingfish-mp3filter/spec/mp3filter_spec.rb, plugins/thingfish- sqlite3ms/lib/thingfish/metastore/sqlite3.rb, spec/handler/simplesearch_spec.rb, spec/lib/metastore_behavior.rb, spec/memorymetastore_spec.rb, spec/metastore_spec.rb

2007-12-11

2007-12-11 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/metastore.rb

Add additional mandatory API docs for the base ThingFish

:MetaStore class. Closes #3. Index: lib/thingfish/metastore.rb =================================================================== — lib/thingfish/metastore.rb (revision 405) +++ lib/thingfish/metastore.rb (working copy) @@ -51,6 +51,12 @@ # Removes all properties associated with the given uuid. # [get_all_property_keys()] # Return an Array of all property keys in the store. +# [get_all_property_values()] +# Return a uniquified Array of all values in the metastore for the specified key. +# [find_by_exact_property()] +# Return an array of uuids whose metadata matched the criteria +# specified by hash. The criteria should be key-value pairs which describe +# exact metadata pairs. # class ThingFish::MetaStore include PluginFactory, [6c2076b93a17]

2007-12-11 Michael Granger <ged@FaerieMUD.org>

Rakefile

Added a 'spec-only' mode to the coverage tasks [ade67b04ca3d]

2007-12-11 Michael Granger <ged@FaerieMUD.org>

var/www/static/css/default.css, var/www/static/images/horizontal- groove.png, var/www/static/images/large-shadow-50.png, var/www/static/images/large-shadow-70.png, var/www/static/images /large-shadow.png, var/www/static/images/medium-shadow-50.png, var/www/static/images/medium-shadow-70.png, var/www/static/images /medium-shadow.png, var/www/static/images/small-shadow-50.png, var/www/static/images/small-shadow-70.png, var/www/static/images /small-shadow.png

Added some default style to tables. [c66c4c01f259] <look-and-feel>

2007-12-01

2007-12-01 Mahlon E. Smith <mahlon@martini.nu>

spec/filter/htmlfilter_spec.rb, spec/filter/yamlfilter_spec.rb, spec/htmlfilter_spec.rb, spec/yamlfilter_spec.rb

2007-11-30

2007-11-30 Mahlon E. Smith <mahlon@martini.nu>

TODO, lib/thingfish/daemon.rb, lib/thingfish/filter/html.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/response.rb, spec/daemon_spec.rb, spec/handler/default_spec.rb, spec/handler_spec.rb

Support HEAD requests automatically if handlers implement a handle_get_request() method. * Remove unnecessary Synopsis from the ThingFish

:DefaultHandler * Remove the TODO file, moving its contents to Trac tickets. [812155e15d5e]

2007-11-28

2007-11-28 Mahlon E. Smith <mahlon@martini.nu>

TODO, lib/thingfish/daemon.rb, spec/daemon_spec.rb

2007-11-28 Michael Granger <ged@FaerieMUD.org>

Rakefile, etc/thingfish.conf-testing, misc/rake/helpers.rb, var/www/index.rhtml, var/www/static/css/default.css, var/www/static/images/leftbar.png, var/www/static/images/pagegroove.png, var/www/static/images/title.jpg, var/www/static/images/tl- shadow.png, var/www/template.rhtml

Checkpoint commit [f72f171230f4] <look-and-feel>

2007-11-26

2007-11-26 Mahlon E. Smith <mahlon@martini.nu>

plugins/thingfish- formuploadhandler/lib/thingfish/handler/formupload.rb, plugins /thingfish-formuploadhandler/resources/upload.rhtml, plugins /thingfish-formuploadhandler/resources/uploadform.rhtml, plugins /thingfish-formuploadhandler/spec/formuploadhandler_spec.rb, plugins /thingfish-xmlfilter/spec/xmlfilter_spec.rb

2007-11-21

2007-11-21 Mahlon E. Smith <mahlon@martini.nu>

var/www/static/css/default.css, var/www/static/images/bg.gif, var/www/static/images/bg.png, var/www/static/images/content_bottom.png, var/www/static/images/content_mid.png, var/www/static/images/content_top.png, var/www/static/images/etch.png, var/www/static/images/front.jpg, var/www/static/images/menubg.gif, var/www/static/images/menubg2.gif, var/www/static/images/shadow.png, var/www/static/images/title.jpg, var/www/template.rhtml

lib/thingfish/filter.rb, lib/thingfish/filter/html.rb, lib/thingfish/filter/yaml.rb, lib/thingfish/handler/default.rb, plugins/thingfish-exiffilter/lib/thingfish/filter/exif.rb, plugins /thingfish-imagefilter/lib/thingfish/filter/image.rb, plugins /thingfish-jsonfilter/lib/thingfish/filter/json.rb, plugins /thingfish-mp3filter/lib/thingfish/filter/mp3.rb, plugins/thingfish- xmlfilter/lib/thingfish/filter/xml.rb

Remove @config lines for filters. I think this was accidently copied at some point from ThingFish

:Handler, and just propagated. The filters don't currently use it - maybe later. * Tune down the verbosity on StaticHandler logging. [7e8851a0cd93]

2007-11-21 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/filestore.rb, lib/thingfish/filter.rb, lib/thingfish/handler.rb, lib/thingfish/metastore.rb, spec/exceptions_spec.rb, spec/handler/simplemetadata_spec.rb, spec/handler/simplesearch_spec.rb, spec/handler_spec.rb

Fixed some coverage problems. [4454eb6df219]

2007-11-20

2007-11-20 Michael Granger <ged@FaerieMUD.org>

Rakefile, etc/thingfish.conf-testing, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/handler/staticcontent.rb, lib/thingfish/request.rb, plugins/thingfish-inspecthandler/resources/inspect.rhtml, plugins /thingfish-sqlite3ms/lib/thingfish/metastore/sqlite3.rb, spec/yamlfilter_spec.rb, var/www/static/css/default.css

Finished the half-converted inspect handler to use the HTML filter. * Made the output from style

fix_indent a little more useful, added an ignore-file list for files with here-docs, etc. * Made the output of the inspect handler less overwhelmingly green. * Fixed some indentation problems uncovered by style:fix_indent. [1fa9b983f4ca]

2007-11-19

2007-11-19 Michael Granger <ged@FaerieMUD.org>

var/www/template.rhtml

Oops. Adding the new main template. [3390361078f1]

Rakefile, TODO, docs/manual/src/02.Getting_Started/03.running.page, docs/manual/src/02.Getting_Started/examples/etc/thingfish.conf, docs/manual/src/04.Hackers_Guide/02.writing-handlers.page, etc/thingfish.conf-testing, lib/thingfish.rb, lib/thingfish/config.rb, lib/thingfish/daemon.rb, lib/thingfish/filter/html.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/mixins.rb, lib/thingfish/response.rb, lib/thingfish/utils.rb, misc/rake/helpers.rb, misc/rake/svn.rb, plugins/thingfish- inspecthandler/lib/thingfish/handler/inspect.rb, plugins/thingfish- inspecthandler/resources/inspect.rhtml, plugins/thingfish- inspecthandler/spec/inspecthandler_spec.rb, plugins/thingfish- statushandler/lib/thingfish/handler/status.rb, plugins/thingfish- statushandler/resources/index.rhtml, plugins/thingfish- statushandler/spec/statushandler_spec.rb, plugins/thingfish- xmlfilter/lib/thingfish/filter/xml.rb, plugins/thingfish- xmlfilter/spec/xmlfilter_spec.rb, spec/daemon_spec.rb, spec/handler/default_spec.rb, spec/handler/simplemetadata_spec.rb, spec/handler/simplesearch_spec.rb, spec/handler_spec.rb, spec/htmlfilter_spec.rb, spec/response_spec.rb, var/www/errors/404.rhtml, var/www/errors/500.rhtml, var/www/errors/generic.rhtml, var/www/index.rhtml, var/www/metadata/main.rhtml, var/www/metadata/uuid.rhtml, var/www/metadata/values.rhtml, var/www/search/main.rhtml

Converted handlers to all use the new HTML filter for output instead of their own self-contained templates. * Added an option to the XMLFilter to disable Tidy entirely so you can run it without having the Ruby 'tidy' library installed. * Added/cleaned up some Rakefile stuff

- Added a 'style' namespace that will be used for style checks of code pending committal. - Updated the development dependencies. Still missing the filter dependencies, but I hope we can work out how to skip filter tests which fail because of dependency issues. - Added an inline monkeypatch for RSpec's autotester that allows the 'spec' command-line program to live anywhere in your path, not just /usr/bin and ./bin. - Fixed up the autotest task to work after the re-arrangement of stuff in the specs directories. - Read the ThingFish version from the library file instead of having it hardcoded in the Rakefile. * Added some work on the 'running' and 'connecting' docs. * Changed format of logging and made it show the logging class in debug level. [c597db4e2c45]

2007-11-16

2007-11-16 Michael Granger <ged@FaerieMUD.org>

docs/manual/src/03.Developers_Guide/01.connecting.page, docs/manual/src/default.css

Added some stuff to the 'connecting' part of the developer's guide section of the manual. [cf1f5e507f38]

2007-11-15

2007-11-15 Michael Granger <ged@FaerieMUD.org>

plugins/thingfish-exiffilter/LICENSE, plugins/thingfish- exiffilter/Rakefile, plugins/thingfish-imagefilter/LICENSE, plugins /thingfish-imagefilter/Rakefile, plugins/thingfish- mp3filter/LICENSE, plugins/thingfish-mp3filter/Rakefile

A few fixups for the 'gems' rake task. [f186cfa54609]

Rakefile, etc/thingfish.conf-testing, plugins/thingfish- imagefilter/LICENSE, plugins/thingfish-imagefilter/README, plugins /thingfish-imagefilter/Rakefile, plugins/thingfish- imagefilter/lib/thingfish/filter/image.rb, plugins/thingfish- imagefilter/spec/data/testimage.png, plugins/thingfish- imagefilter/spec/imagefilter_spec.rb, spec/lib/helpers.rb

2007-11-14

2007-11-14 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/04.Hackers_Guide/02.writing-handlers.page, etc/thingfish.conf-advanced, etc/thingfish.conf-testing, lib/monkeypatches.rb, lib/thingfish.rb, lib/thingfish/acceptparam.rb, lib/thingfish/config.rb, lib/thingfish/daemon.rb, lib/thingfish/filter/html.rb, lib/thingfish/filter/yaml.rb, lib/thingfish/handler.rb, lib/thingfish/mixins.rb, lib/thingfish/request.rb, plugins /thingfish-jsonfilter/lib/thingfish/filter/json.rb, plugins /thingfish-jsonfilter/spec/jsonfilter_spec.rb, plugins/thingfish- xmlfilter/lib/thingfish/filter/xml.rb, plugins/thingfish- xmlfilter/spec/xmlfilter_spec.rb, spec/config_spec.rb, spec/daemon_spec.rb, spec/handler_spec.rb, spec/htmlfilter_spec.rb, spec/request_spec.rb, spec/yamlfilter_spec.rb

Add ThingFish

:Request#explicitly_accepts? method, for Accept checks sans wildcards * Update currently filters to use explicitly_accepts?() * Ensure response order with filters in configuration, remove reverse() in ThingFish::Daemon so filters are executes in same order for both request and response * Added initial 'make_html_content' method to ThingFish::Handler, this will be overridable in the in-progress HTML output filter. * Use Response#is_handled? instead of DEFAULT_STATUS where applicable. * Factored out various monkeypatchin' into monkeypatches.rb. [79f20cd82625]

2007-11-09

2007-11-09 Mahlon E. Smith <mahlon@martini.nu>

bin/thingfish, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/staticcontent.rb, lib/thingfish/request.rb, var/www/search/main.rhtml

var/www/metadata/uuid.rhtml, var/www/metadata/values.rhtml, var/www/search/main.rhtml

etc/thingfish.conf-testing, lib/thingfish/daemon.rb, lib/thingfish/response.rb, spec/daemon_spec.rb, spec/htmlfilter_spec.rb, spec/response_spec.rb

Fix NOT_ACCEPTABLE logic to ensure it only applies to successful responses * Add convenience ThingFish

:Response methods for determining HTTP status categories [ac4cd690b9b1]

Rakefile, docs/manual/src/04.Hackers_Guide/examples/minimal- handler.rb, docs/manual/src/04.Hackers_Guide/examples/minimal- handler2.rb, etc/thingfish.conf-testing, lib/thingfish/daemon.rb, lib/thingfish/filter/html.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/metadata.rb, lib/thingfish/handler/search.rb, lib/thingfish/handler/simplemetadata.rb, lib/thingfish/handler/simplesearch.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/metastore/simple.rb, plugins/thingfish- marshalledms/lib/thingfish/metastore/marshalled.rb, plugins /thingfish-sqlite3ms/lib/thingfish/metastore/sqlite3.rb, spec/daemon_spec.rb, spec/defaulthandler_spec.rb, spec/handler/default_spec.rb, spec/handler/simplemetadata_spec.rb, spec/handler/simplesearch_spec.rb, spec/metadatahandler_spec.rb, spec/request_spec.rb, spec/searchhandler_spec.rb

Convert all existing metastores to ThingFish

:SimpleMetaStore. * Switch current metadata and search handlers to use the simple metastores. * Rewind IO body in ThingFish::Daemon#each_body for handoff to filters * Move handler specs to their own directory. [3eca52e92e79]

2007-11-09 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/acceptparam.rb, lib/thingfish/daemon.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/request.rb, spec/daemon_spec.rb

Wrapped exception-handling around the invocation of filters in ThingFish

:Daemon. This will cause exceptions raised in filters to be ignored save for a message in the logs. * Misc. cleanup and docs fixups [36f665389c1b]

2007-11-06

2007-11-06 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/04.Hackers_Guide/02.writing-handlers.page, docs/manual/src/04.Hackers_Guide/examples/minimal-handler.rb, docs/manual/src/04.Hackers_Guide/examples/minimal-handler2.rb

2007-11-06 Michael Granger <ged@FaerieMUD.org>

Rakefile, etc/thingfish.conf-testing, experiments/rdf-metastore- spike.rb, lib/thingfish.rb, lib/thingfish/filestore.rb, lib/thingfish/filter.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/metastore.rb, plugins/thingfish-davhandler/README, plugins/thingfish- davhandler/docs/rfc2518.html, plugins/thingfish- davhandler/lib/thingfish/handler/dav.rb, plugins/thingfish- davhandler/spec/data/propfind_named_properties.txt, plugins /thingfish-davhandler/spec/davhandler_spec.rb, plugins/thingfish- fsfs/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- rdfms/lib/thingfish/metastore/rdf.rb, plugins/thingfish- rdfms/spec/rdfms_spec.rb, plugins/thingfish-xmlfilter/Rakefile, script/destroy, script/generate, spec/defaulthandler_spec.rb, spec/generators/filestore_generator_spec.rb, spec/generators/filter_generator_spec.rb, spec/generators/handler_generator_spec.rb, spec/generators/metastore_generator_spec.rb, spec/lib/constants.rb, spec/lib/generator_helpers.rb, spec/lib/helpers.rb, thingfish_generators/filestore/USAGE, thingfish_generators/filestore/filestore_generator.rb, thingfish_generators/filter/USAGE, thingfish_generators/filter/filter_generator.rb, thingfish_generators/handler/USAGE, thingfish_generators/handler/handler_generator.rb, thingfish_generators/metastore/USAGE, thingfish_generators/metastore/metastore_generator.rb

Checkpoint commit of work on RDF metastore, DAV handler, and initial experiment with Rubigen [cd4b9e67082b] <rdfms-work>

2007-11-03

2007-11-03 Michael Granger <ged@FaerieMUD.org>

spec/defaulthandler_spec.rb

Fix for the timezone bug in the spec for the default handler (Fixes #4) [348958e741ce] <rdfms-work>

2007-11-01

2007-11-01 Michael Granger <ged@FaerieMUD.org>

plugins/thingfish-davhandler/lib/thingfish-davhandler/init.rb

Removing some accidentally-committed gem_plugin cruft [4d3ea74c0d63] <rdfms-work>

Rakefile, lib/thingfish/handler/search.rb, misc/rake/benchmark.rb, plugins/thingfish-davhandler/COPYING, plugins/thingfish- davhandler/LICENSE, plugins/thingfish-davhandler/README, plugins /thingfish-davhandler/Rakefile, plugins/thingfish-davhandler/lib /thingfish-davhandler/init.rb, plugins/thingfish- davhandler/lib/thingfish/handler/dav.rb, plugins/thingfish- davhandler/resources/defaults.yaml, plugins/thingfish-rdfms/LICENSE, plugins/thingfish-rdfms/README, plugins/thingfish-rdfms/Rakefile, plugins/thingfish-rdfms/lib/thingfish/metastore/rdf.rb, plugins /thingfish-rdfms/spec/rdfms_spec.rb

Checkpoint commit before I leave for RubyConf [7d0fbdbb7cb7] <rdfms-work>

2007-11-01 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/handler/default.rb, spec/defaulthandler_spec.rb, var/www/search/main.rhtml, var/www/static/images/delete.png, var/www/static/js/search.js

Rakefile, TODO, etc/thingfish.conf-testing, lib/thingfish/constants.rb, lib/thingfish/mixins.rb, plugins /thingfish-xmlfilter/LICENSE, plugins/thingfish-xmlfilter/README, plugins/thingfish-xmlfilter/Rakefile, plugins/thingfish- xmlfilter/lib/thingfish/filter/xml.rb, plugins/thingfish- xmlfilter/spec/xmlfilter_spec.rb, spec/mixins_spec.rb, var/www/metadata/main.rhtml, var/www/metadata/uuid.rhtml, var/www/metadata/values.rhtml, var/www/search/main.rhtml, var/www/static/css/default.css, var/www/static/images/info.png, var/www/static/images/save.png, var/www/static/js/search.js

2007-10-31

2007-10-31 Michael Granger <ged@FaerieMUD.org>

bin/tf_plugin, lib/thingfish/acceptparam.rb, lib/thingfish/config.rb, lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/filestore.rb, lib/thingfish/filter.rb, lib/thingfish/handler.rb, lib/thingfish/handler/metadata.rb, lib/thingfish/handler/search.rb, lib/thingfish/metastore.rb, lib/thingfish/mixins.rb, lib/thingfish/multipartmimeparser.rb, lib/thingfish/request.rb, lib/thingfish/response.rb, lib/thingfish/utils.rb, plugins /thingfish-inspecthandler/lib/thingfish/handler/inspect.rb, plugins /thingfish-inspecthandler/resources/index_content.rhtml, plugins /thingfish-inspecthandler/resources/inspect.rhtml, plugins /thingfish-inspecthandler/spec/inspecthandler_spec.rb, plugins /thingfish-statushandler/resources/index_content.rhtml, var/www/metadata.rhtml, var/www/metadata/index.rhtml, var/www/metadata/main.rhtml, var/www/metadata/uuid.rhtml, var/www/metadata/values.rhtml, var/www/metadata_uuid.rhtml, var/www/metadata_values.rhtml, var/www/search.rhtml, var/www/search/index.rhtml, var/www/search/main.rhtml, var/www/static/css/default.css

Added index-content generators for handlers that were missing 'em. * Made the inspection handler a little easier to read and more useful. * Reorganized the template resources a bit. * Made a new mixin ThingFish

:HtmlInspectableObject for rendering Ruby objects in an HTML view. [3cc87166f931]

2007-10-25

2007-10-25 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/multipartmimeparser.rb

2007-10-25 Michael Granger <ged@FaerieMUD.org>

Rakefile, TODO, etc/thingfish.conf-advanced, etc/thingfish.conf- testing, lib/thingfish/config.rb, lib/thingfish/daemon.rb, lib/thingfish/metastore.rb, misc/rake/helpers.rb, plugins/thingfish- sqlite3ms/lib/thingfish/metastore/sqlite3.rb, plugins/thingfish- sqlite3ms/spec/sqlite3ms_spec.rb, spec/config_spec.rb, spec/daemon_spec.rb, spec/lib/metastore_behavior.rb, spec/metastore_spec.rb, var/www/metadata_uuid.rhtml, var/www/metadata_values.rhtml, var/www/search.rhtml

Added transaction API to the Metastore * Used transactions to speed up the sqlite3 metastore tests by about 900%. * Removed empty block from the

docs rake task * Added metadata browsing via the metadata and search handlers. * New method ThingFish::Config#find_handler_uri * Changed the testing config: - use the sqlite3 metastore - load the search handler - load the exif filter * Added some more filters to the advanced example config. [315a1f1993df]

2007-10-23

2007-10-23 Mahlon E. Smith <mahlon@martini.nu>

TODO, lib/thingfish/constants.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/metadata.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/request.rb, plugins /thingfish-marshalledms/lib/thingfish/metastore/marshalled.rb, plugins/thingfish-sqlite3ms/lib/thingfish/metastore/sqlite3.rb, spec/lib/constants.rb, spec/lib/metastore_behavior.rb, spec/metadatahandler_spec.rb, spec/metastore_spec.rb, var/www/metadata.rhtml, var/www/metadata_uuid.rhtml, var/www/metadata_values.rhtml, var/www/search.rhtml

Checkpoint commit for additional metadata handler functionality. * Show all metadata for a given uuid * Show all metadata values for a given metadata key There is still some slightly funky bits that will get fixed asap

* metadata and search erb templates shouldn't link to each other explicitly, but rather check that the other is registered, and use the registered uri. * metadata/search have no index content. (probably need their own resource dirs) * Add new metastore API: get_all_property_values() * Added to SQLite, memory, and marshalled metastores. * Move searchhandler search results to top of HTML page, link to metadata. [bd06caf4e6c4]

2007-10-18

2007-10-18 Mahlon E. Smith <mahlon@martini.nu>

TODO, lib/thingfish/daemon.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/search.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/request.rb, plugins /thingfish-exiffilter/lib/thingfish/filter/exif.rb, plugins /thingfish-marshalledms/lib/thingfish/metastore/marshalled.rb, plugins/thingfish-mp3filter/lib/thingfish/filter/mp3.rb, plugins /thingfish-sqlite3ms/lib/thingfish/metastore/sqlite3.rb, plugins /thingfish-sqlite3ms/resources/base-schema.sql, spec/daemon_spec.rb, spec/defaulthandler_spec.rb, spec/lib/constants.rb, spec/lib/metastore_behavior.rb, spec/metastore_spec.rb, spec/request_spec.rb, spec/searchhandler_spec.rb, var/www/search.rhtml

Initial search handler framework, and supporting metastore API to all existing metastores - find_by_exact_properties (Search the metastore for one or more intersected matching metavalues) * Use downcased strings instead of regexps within ThingFish

:ExifFilter and ThingFish::Mp3Filter * Added additional sqlite pragmas that might speed things up. We need benchmarks. :) * Correct daemon logging on uploads to reflect correct metastore keys * request#query_args() now returns 'nil' on defined keys without explicit value, instead of 'true'. * request#get_body_and_metadata() made public again to support the uploading of multipart bodies -without- parsing. [2b721d238487]

2007-10-18 Michael Granger <ged@FaerieMUD.org>

plugins/thingfish-rdfms/LICENSE, plugins/thingfish-rdfms/README, plugins/thingfish-rdfms/Rakefile, plugins/thingfish- rdfms/lib/thingfish/metastore/TEMPLATE.rb, plugins/thingfish- rdfms/spec/TEMPLATE_spec.rb

Oops. Forgot I was breaking the build by doing a copy from the .skel directory. Will check it back in once it passes all its tests [d86d70300ec8]

2007-10-16

2007-10-16 Michael Granger <ged@FaerieMUD.org>

plugins/thingfish-rdfms/lib/thingfish/filestore/TEMPLATE.rb, plugins /thingfish-rdfms/lib/thingfish/metastore/TEMPLATE.rb

Fixed directory name for the RDF metastore plugin [84f6d285564e]

plugins/thingfish-rdfms/LICENSE, plugins/thingfish-rdfms/README, plugins/thingfish-rdfms/Rakefile, plugins/thingfish- rdfms/lib/thingfish/filestore/TEMPLATE.rb, plugins/thingfish- rdfms/spec/TEMPLATE_spec.rb

Copy skel plugin directory for RDF metastore plugin [4faf3ffb018f]

2007-10-11

2007-10-11 Mahlon E. Smith <mahlon@martini.nu>

Rakefile, plugins/thingfish-exiffilter/LICENSE, plugins/thingfish- exiffilter/README, plugins/thingfish-exiffilter/Rakefile, plugins /thingfish-exiffilter/lib/thingfish/filter/exif.rb, plugins /thingfish-exiffilter/spec/exiffilter_spec.rb, plugins/thingfish- formuploadhandler/spec/formuploadhandler_spec.rb, plugins/thingfish- formuploadhandler/spec/uploadhandler_spec.rb

2007-10-10

2007-10-10 Michael Granger <ged@FaerieMUD.org>

docs/rdoc/generators/template/classindex.rhtml, docs/rdoc/generators/template/classpage.rhtml, docs/rdoc/generators/template/filepage.rhtml, docs/rdoc/generators/template/images/brick.png, docs/rdoc/generators/template/images/brick_link.png, docs/rdoc/generators/template/images/bullet_black.png, docs/rdoc/generators/template/images/bullet_blue.png, docs/rdoc/generators/template/images/bullet_go.png, docs/rdoc/generators/template/images/bullet_toggle_minus.png, docs/rdoc/generators/template/images/bullet_toggle_plus.png, docs/rdoc/generators/template/images/calendar.png, docs/rdoc/generators/template/images/date.png, docs/rdoc/generators/template/images/lightbulb.png, docs/rdoc/generators/template/images/lightbulb_off.png, docs/rdoc/generators/template/images/loadingAnimation.gif, docs/rdoc/generators/template/images/magnify_minus.png, docs/rdoc/generators/template/images/magnify_plus.png, docs/rdoc/generators/template/images/package.png, docs/rdoc/generators/template/images/page_attach.png, docs/rdoc/generators/template/images/page_code.png, docs/rdoc/generators/template/images/page_gear.png, docs/rdoc/generators/template/images/page_green.png, docs/rdoc/generators/template/images/page_white_ruby.png, docs/rdoc/generators/template/images/page_white_width.png, docs/rdoc/generators/template/images/plugin.png, docs/rdoc/generators/template/images/ruby.png, docs/rdoc/generators/template/images/tag_blue.png, docs/rdoc/generators/template/images/tag_blue_edit.png, docs/rdoc/generators/template/images/tag_green.png, docs/rdoc/generators/template/images/tag_purple.png, docs/rdoc/generators/template/images/timeline_marker.png, docs/rdoc/generators/template/images/wrench.png, docs/rdoc/generators/template/images/wrench_orange.png, docs/rdoc/generators/template/images/zoom.png, docs/rdoc/generators/template/index.rhtml, docs/rdoc/generators/template/js/jquery.js, docs/rdoc/generators/template/js/quicksearch.js, docs/rdoc/generators/template/js/thickbox-compressed.js, docs/rdoc/generators/template/rdoc.css, docs/rdoc/generators/xhtml_generator.rb, docs/rdoc/index- prototype.html, docs/rdoc/prototype.html

Apparently you can replace a directory with an external in one commit. Pity. [a880d8468dd3]

Rakefile, docs/manual/plugin/tag/example.rb, docs/manual/src/03.Developers_Guide/examples/fetching.rb

misc/rake/svn.rb, plugins/thingfish- mp3filter/lib/thingfish/filter/mp3.rb, plugins/thingfish- mp3filter/spec/mp3filter_spec.rb

2007-10-09

2007-10-09 Mahlon E. Smith <mahlon@martini.nu>

plugins/thingfish-mp3filter/Rakefile, plugins/thingfish- mp3filter/lib/thingfish/filter/mp3.rb

2007-10-09 Michael Granger <ged@FaerieMUD.org>

TODO, etc/thingfish.conf-testing, lib/thingfish.rb, lib/thingfish/exceptions.rb, lib/thingfish/handler/default.rb, lib/thingfish/multipartmimeparser.rb, lib/thingfish/request.rb, plugins/thingfish-mp3filter/LICENSE, plugins/thingfish- mp3filter/README, plugins/thingfish-mp3filter/Rakefile, plugins /thingfish-mp3filter/lib/thingfish/filter/mp3.rb, plugins/thingfish- mp3filter/spec/mp3filter_spec.rb, spec/request_spec.rb, var/www/metadata.rhtml

2007-10-08

2007-10-08 Mahlon E. Smith <mahlon@martini.nu>

plugins/thingfish- formuploadhandler/lib/thingfish/handler/formupload.rb, plugins /thingfish-formuploadhandler/lib/thingfish/handler/upload.rb

etc/thingfish.conf-advanced, etc/thingfish.conf-testing, plugins /thingfish-formuploadhandler/LICENSE, plugins/thingfish- formuploadhandler/README, plugins/thingfish- formuploadhandler/Rakefile, plugins/thingfish- formuploadhandler/lib/thingfish/handler/upload.rb, plugins /thingfish-formuploadhandler/resources/index_content.rhtml, plugins /thingfish- formuploadhandler/resources/static/js/jquery.MultiFile.js, plugins /thingfish-formuploadhandler/resources/upload.rhtml, plugins /thingfish-formuploadhandler/resources/uploadform.rhtml, plugins /thingfish-formuploadhandler/spec/uploadhandler_spec.rb, plugins /thingfish-sqlite3ms/lib/thingfish/metastore/sqlite3.rb, plugins /thingfish-uploadhandler/LICENSE, plugins/thingfish- uploadhandler/README, plugins/thingfish-uploadhandler/Rakefile, plugins/thingfish-uploadhandler/lib/thingfish/handler/upload.rb, plugins/thingfish-uploadhandler/resources/index_content.rhtml, plugins/thingfish- uploadhandler/resources/static/js/jquery.MultiFile.js, plugins /thingfish-uploadhandler/resources/upload.rhtml, plugins/thingfish- uploadhandler/resources/uploadform.rhtml, plugins/thingfish- uploadhandler/spec/uploadhandler_spec.rb

Renamed 'uploadhandler' to 'formuploadhandler' to mitigate confusion surrounding what to upload where. WARNING

This is a two part commit, this first commit knowingly is broken. * Enforce a string when instantiating a new SQLite3 metastore. [526f6e6bb97e]

2007-10-04

2007-10-04 Mahlon E. Smith <mahlon@martini.nu>

bin/thingfish, plugins/thingfish- statushandler/resources/index.rhtml

2007-10-02

2007-10-02 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/daemon.rb, lib/thingfish/mixins.rb

lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/metastore.rb, lib/thingfish/request.rb, plugins /thingfish-inspecthandler/resources/inspect.rhtml, plugins /thingfish-inspecthandler/spec/inspecthandler_spec.rb, plugins /thingfish-uploadhandler/lib/thingfish/handler/upload.rb, plugins /thingfish-uploadhandler/resources/index_content.rhtml, plugins /thingfish-uploadhandler/resources/static/js/jquery.MultiFile.js, plugins/thingfish-uploadhandler/resources/static/js/jquery.js, plugins/thingfish-uploadhandler/resources/upload.rhtml, plugins /thingfish-uploadhandler/resources/uploadform.rhtml, plugins /thingfish-uploadhandler/spec/uploadhandler_spec.rb, spec/daemon_spec.rb, spec/defaulthandler_spec.rb, spec/handler_spec.rb, spec/lib/handler_behavior.rb, spec/metastore_spec.rb, spec/request_spec.rb, spec/staticcontent_spec.rb, var/www/errors/404.rhtml, var/www/errors/500.rhtml, var/www/errors/generic.rhtml, var/www/index.rhtml, var/www/index_content.rhtml, var/www/static/css/default.css, var/www/static/css/thickbox.css, var/www/static/default.css, var/www/static/js/jquery.ThickBox.js, var/www/static/js/jquery.js

Merge from branches/upload_handler_merge rev 350. This branch was originally intended to merge the upload plugin into the defaulthandler. We changed our minds halfway through (made defaulthandler way too complex), but came out with some fun stuff anyway: * Move the upload form into its own erb template for easier future usage (maybe in the index_content with some thickbox yum!) * Move parts of store_resource up into daemon.rb so uploadhandler and defaulthandler don't have duplicated code. * Updated jquery to 1.2.1, and moved it from the uploadhandler's resource directory into the main static resource dir. * Sort list of files uploaded to /upload by title. * Organized javascript and style sheets into their own respective directories. * Index page cleanup * Added the HTTP status to the response error exception, rather than creating a new error class for each response status. * Added ThingFish::Request#metadata hash to support extraction filters * Added caching of query arg lookup to ThingFish::Request * Added ThingFish::Request#each_body, which does upload entity body extraction and metadata merge. This was extracted from the DefaultHandler to provide this functionality for more than just the upload and default handlers. Extraction filters, for example, will probably need access to uploaded entities before they're extracted by the handlers, so consolidating this in one spot made sense. * Added ThingFish::Request#is_ajax_request?, which may be convenient at a future date. * Firefox seems to treat the presense of a content_disposition header as if it always contains the 'attachment' keyword. Changed the conditional to affect the whole header instead of only the keyword. [af2989d92416]

2007-10-02 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/daemon.rb, lib/thingfish/metastore.rb, spec/daemon_spec.rb, spec/metastore_spec.rb

2007-10-01

2007-10-01 Michael Granger <ged@FaerieMUD.org>

etc/thingfish.conf-testing, lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/handler/default.rb, lib/thingfish/request.rb, plugins/thingfish- inspecthandler/resources/inspect.rhtml, plugins/thingfish- uploadhandler/lib/thingfish/handler/upload.rb, plugins/thingfish- uploadhandler/resources/index_content.rhtml, plugins/thingfish- uploadhandler/resources/upload.rhtml, plugins/thingfish- uploadhandler/resources/uploadform.rhtml, plugins/thingfish- uploadhandler/spec/uploadhandler_spec.rb, spec/daemon_spec.rb, spec/defaulthandler_spec.rb, spec/request_spec.rb, var/www/errors/404.rhtml, var/www/errors/500.rhtml, var/www/errors/generic.rhtml, var/www/index.rhtml, var/www/static/css/default.css, var/www/static/css/thickbox.css, var/www/static/default.css, var/www/static/js/jquery.ThickBox.js

Checkpointing for merge back. We decided not to merge upload into default, as it started making the default handler too complex. We retain some of the refactoring that we did to accomplish the merge, though, because it makes lots of things cleaner, and will have to be done anyway for extraction filters. [7df9706941b5] <upload_handler_merge>

2007-09-21

2007-09-21 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/daemon.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/request.rb, plugins /thingfish-uploadhandler/lib/thingfish/handler/upload.rb, plugins /thingfish-uploadhandler/resources/index_content.rhtml, plugins /thingfish-uploadhandler/resources/static/js/jquery.MultiFile.js, plugins/thingfish-uploadhandler/resources/static/js/jquery.js, plugins/thingfish-uploadhandler/resources/upload.rhtml, plugins /thingfish-uploadhandler/resources/uploadform.rhtml, plugins /thingfish-uploadhandler/spec/uploadhandler_spec.rb, spec/request_spec.rb, var/www/index.rhtml, var/www/index_content.rhtml, var/www/static/js/jquery.js

Checkpoint commit [9417c934e113] <upload_handler_merge>

2007-09-20

2007-09-20 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/handler/default.rb, lib/thingfish/request.rb, plugins /thingfish-inspecthandler/spec/inspecthandler_spec.rb, spec/defaulthandler_spec.rb, spec/handler_spec.rb, spec/staticcontent_spec.rb

Factored multipart POST out from the upload handler into the default handler. * Refactored some of the default metadata-extraction code into ThingFish

:Request to keep it and the metastore better separated. This makes it easier for the extraction filters to interact with metadata, and makes it possible to handle multipart requests in an abstracted way. * Found Firefox's Content-disposition handling to be weird, so it's now added only if there's an 'attach' query parameter. We'll probably add a /download URI to the default handler to do this, too. [420e25e70e6b] <upload_handler_merge>

2007-09-19

2007-09-19 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/handler/default.rb, lib/thingfish/metastore.rb, lib/thingfish/request.rb, spec/defaulthandler_spec.rb, spec/lib/handler_behavior.rb, spec/metastore_spec.rb, spec/request_spec.rb

Checkpoint commit [9919d2fa7ce5] <upload_handler_merge>

2007-09-13

2007-09-13 Michael Granger <ged@FaerieMUD.org>

docs/ThingFish-Design-Diagrams.graffle

Updated overview diagram [ad927d9cb632]

2007-09-13 Michael Granger <ged@FaerieMUD.org>

README, Rakefile, TODO, docs/ThingFish-Design-Diagrams.graffle, docs/manual/src/js/thickbox.js, etc/thingfish.conf-testing, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/handler/default.rb, lib/thingfish/request.rb, plugins/.skel/LICENSE, plugins/.skel/README, plugins/thingfish- fsfs/README, plugins/thingfish-inspecthandler/README, plugins /thingfish-jsonfilter/README, plugins/thingfish-marshalledms/README, plugins/thingfish-sqlite3ms/README, plugins/thingfish- statushandler/README, plugins/thingfish-uploadhandler/README, start, utils.rb

Branching to merge the upload handler functionality into the default handler before we do upload metadata extraction. [e699f16c1871] <upload_handler_merge>

2007-09-11

2007-09-11 Michael Granger <ged@FaerieMUD.org>

utils.rb

Removed reference to the Artistic License [1616c4f36861]

2007-09-10

2007-09-10 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/handler/default.rb, spec/defaulthandler_spec.rb

lib/thingfish/handler/default.rb, lib/thingfish/handler/metadata.rb

2007-09-10 Michael Granger <ged@FaerieMUD.org>

README, Rakefile, docs/manual/src/js/thickbox.js, etc/thingfish .conf-testing, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, plugins/.skel/LICENSE, plugins/.skel/README, plugins/thingfish- fsfs/README, plugins/thingfish-inspecthandler/README, plugins /thingfish-jsonfilter/README, plugins/thingfish-marshalledms/README, plugins/thingfish-sqlite3ms/README, plugins/thingfish- statushandler/README, plugins/thingfish-uploadhandler/README, start

2007-09-07

2007-09-07 Mahlon E. Smith <mahlon@martini.nu>

etc/thingfish.conf, etc/thingfish.conf-advanced, lib/thingfish/filter/yaml.rb, lib/thingfish/request.rb, plugins /thingfish-jsonfilter/LICENSE, plugins/thingfish-jsonfilter/README, plugins/thingfish-jsonfilter/Rakefile, plugins/thingfish- jsonfilter/lib/thingfish/filter/json.rb, plugins/thingfish- jsonfilter/spec/jsonfilter_spec.rb, spec/lib/constants.rb, spec/yamlfilter_spec.rb

2007-09-07 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/filter/yaml.rb, spec/yamlfilter_spec.rb

Oops. Forgot to add the YAML filter in the last commit [d0f7850666e1]

Rakefile, TODO, etc/thingfish.conf, lib/thingfish/config.rb, lib/thingfish/daemon.rb, lib/thingfish/filter.rb, spec/filter_spec.rb, spec/lib/filter_behavior.rb

2007-09-06

2007-09-06 Michael Granger <ged@FaerieMUD.org>

docs/rdoc/generators/template/index.rhtml

Fixed the incorrect javascript link in the index page. [fd7e842069e1]

lib/thingfish/handler/default.rb, lib/thingfish/handler/staticcontent.rb, lib/thingfish/request.rb, spec/defaulthandler_spec.rb, spec/request_spec.rb, spec/staticcontent_spec.rb

2007-09-05

2007-09-05 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/02.Getting_Started/03.running.page, docs/manual/src/02.Getting_Started/examples/etc/thingfish.conf

2007-09-05 Michael Granger <ged@FaerieMUD.org>

Rakefile, docs/rdoc/generators/template/rdoc.css, plugins/thingfish- statushandler/lib/thingfish/handler/status.rb

2007-09-05 Mahlon E. Smith <mahlon@martini.nu>

Rakefile, TEMPLATE.rb.tpl, TODO, bin/thingfishd, docs/ThingFish- Design-Diagrams.graffle, docs/manual/src/default.template, docs/rdoc/generators/template/classindex.rhtml, docs/rdoc/generators/template/classpage.rhtml, docs/rdoc/generators/template/filepage.rhtml, docs/rdoc/generators/template/images/brick.png, docs/rdoc/generators/template/images/brick_link.png, docs/rdoc/generators/template/images/bullet_black.png, docs/rdoc/generators/template/images/bullet_blue.png, docs/rdoc/generators/template/images/bullet_go.png, docs/rdoc/generators/template/images/bullet_toggle_minus.png, docs/rdoc/generators/template/images/bullet_toggle_plus.png, docs/rdoc/generators/template/images/calendar.png, docs/rdoc/generators/template/images/date.png, docs/rdoc/generators/template/images/lightbulb.png, docs/rdoc/generators/template/images/lightbulb_off.png, docs/rdoc/generators/template/images/loadingAnimation.gif, docs/rdoc/generators/template/images/magnify_minus.png, docs/rdoc/generators/template/images/magnify_plus.png, docs/rdoc/generators/template/images/package.png, docs/rdoc/generators/template/images/page_attach.png, docs/rdoc/generators/template/images/page_code.png, docs/rdoc/generators/template/images/page_gear.png, docs/rdoc/generators/template/images/page_green.png, docs/rdoc/generators/template/images/page_white_ruby.png, docs/rdoc/generators/template/images/page_white_width.png, docs/rdoc/generators/template/images/plugin.png, docs/rdoc/generators/template/images/ruby.png, docs/rdoc/generators/template/images/tag_blue.png, docs/rdoc/generators/template/images/tag_blue_edit.png, docs/rdoc/generators/template/images/tag_green.png, docs/rdoc/generators/template/images/tag_purple.png, docs/rdoc/generators/template/images/timeline_marker.png, docs/rdoc/generators/template/images/wrench.png, docs/rdoc/generators/template/images/wrench_orange.png, docs/rdoc/generators/template/images/zoom.png, docs/rdoc/generators/template/index.rhtml, docs/rdoc/generators/template/js/jquery.js, docs/rdoc/generators/template/js/quicksearch.js, docs/rdoc/generators/template/js/thickbox-compressed.js, docs/rdoc/generators/template/rdoc.css, docs/rdoc/generators/xhtml_generator.rb, docs/rdoc/index- prototype.html, docs/rdoc/prototype.html, etc/thingfish.conf, lib/monkeypatches.rb, lib/thingfish.rb, lib/thingfish/acceptparam.rb, lib/thingfish/config.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/filestore.rb, lib/thingfish/filestore/memory.rb, lib/thingfish/filter.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/metadata.rb, lib/thingfish/handler/staticcontent.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/mixins.rb, lib/thingfish/multipartmimeparser.rb, lib/thingfish/request.rb, lib/thingfish/resource.rb, lib/thingfish/response.rb, lib/thingfish/utils.rb, plugins/thingfish- inspecthandler/lib/thingfish/handler/inspect.rb, plugins/thingfish- inspecthandler/resources/index_content.html, plugins/thingfish- inspecthandler/resources/index_content.rhtml, plugins/thingfish- inspecthandler/resources/inspect.rhtml, plugins/thingfish- inspecthandler/spec/inspecthandler_spec.rb, plugins/thingfish- marshalledms/lib/thingfish/metastore/marshalled.rb, plugins /thingfish-sqlite3ms/lib/thingfish/metastore/sqlite3.rb, plugins /thingfish-statushandler/lib/thingfish/handler/status.rb, plugins /thingfish-statushandler/resources/index_content.html, plugins /thingfish-statushandler/resources/index_content.rhtml, plugins /thingfish-statushandler/spec/statushandler_spec.rb, plugins /thingfish-uploadhandler/lib/thingfish/handler/upload.rb, plugins /thingfish-uploadhandler/resources/index_content.html, plugins /thingfish-uploadhandler/resources/index_content.rhtml, plugins /thingfish-uploadhandler/resources/upload.rhtml, plugins/thingfish- uploadhandler/spec/uploadhandler_spec.rb, spec/acceptparam_spec.rb, spec/daemon_spec.rb, spec/defaulthandler_spec.rb, spec/handler_spec.rb, spec/lib/handler_behavior.rb, spec/metadatahandler_spec.rb, spec/multipartmimeparser_spec.rb, spec/request_spec.rb, spec/response_spec.rb, spec/staticcontent_spec.rb, spec/utils_spec.rb, var/www/errors/404.rhtml, var/www/errors/500.rhtml, var/www/errors/generic.rhtml, var/www/index.html, var/www/index.rhtml, var/www/index_content.html, var/www/index_content.rhtml, var/www/metadata.rhtml

Merge from the [diff:thingfish/trunk@301//thingfish/branches/content_negotiation content negotiation branch]: * New super-pretty rdoc generation * Framework for content filters * Handler restructuring for content negotiations * Updates to various handlers using ThingFish request/response objects * Renames for erb templates (html -> rhtml) * Content negotiated error responses with pretty html [09d40692a942]

2007-09-05 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/exceptions.rb, lib/thingfish/handler/staticcontent.rb, spec/staticcontent_spec.rb

Add an accessor to StaticContentHandler – possible use

dynamic static resource directory selection based on arbitrary conditionals!!! YEAH. A new para-dig-im! [4ca66fe7abdf] <content_negotiation>

2007-09-04

2007-09-04 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/handler/staticcontent.rb, plugins/thingfish- statushandler/lib/thingfish/handler/status.rb, plugins/thingfish- statushandler/spec/statushandler_spec.rb, spec/staticcontent_spec.rb

Status handler: * Added coverage. * Fix structure returned for non-html requests. Static content handler: * Started spec, checkpoint. [c2ca48baeeef] <content_negotiation>

2007-09-01

2007-09-01 Michael Granger <ged@FaerieMUD.org>

spec/daemon_spec.rb

Increasing coverage of ThingFish

:Daemon. [f1a9dab51cd3] <content_negotiation>

2007-08-31

2007-08-31 Michael Granger <ged@FaerieMUD.org>

TODO, bin/thingfishd, docs/rdoc/generators/template/classindex.rhtml, lib/thingfish/daemon.rb, spec/daemon_spec.rb

Improved test coverage of ThingFish

:Daemon. * Set $0 for thingfishd appropriately. [ecb343c74b77] <content_negotiation>

docs/rdoc/generators/template/classpage.rhtml, docs/rdoc/generators/template/js/quicksearch.js, docs/rdoc/generators/template/rdoc.css

More documentation work [d97cd6322c2f] <content_negotiation>

docs/manual/src/default.template, docs/rdoc/generators/template/classpage.rhtml, docs/rdoc/generators/template/index.rhtml, docs/rdoc/generators/template/js/quicksearch.js, docs/rdoc/generators/template/rdoc.css, docs/rdoc/generators/xhtml_generator.rb, docs/rdoc/prototype.html, plugins/thingfish-inspecthandler/resources/inspect.rhtml, var/www/errors/404.rhtml, var/www/index_content.rhtml

2007-08-30

2007-08-30 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/handler/default.rb, lib/thingfish/request.rb, plugins /thingfish-uploadhandler/lib/thingfish/handler/upload.rb, plugins /thingfish-uploadhandler/spec/uploadhandler_spec.rb, spec/defaulthandler_spec.rb, spec/request_spec.rb

2007-08-30 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/handler/default.rb, spec/daemon_spec.rb

One fix and another partial fix for tests broken by the new error- response stuff [ccc059b64607] <content_negotiation>

2007-08-30 Mahlon E. Smith <mahlon@martini.nu>

var/www/errors/500.rhtml, var/www/errors/generic.rhtml

2007-08-29

2007-08-29 Mahlon E. Smith <mahlon@martini.nu>

etc/thingfish.conf, lib/thingfish/config.rb, lib/thingfish/daemon.rb, lib/thingfish/handler/default.rb, lib/thingfish/response.rb, plugins/thingfish- inspecthandler/lib/thingfish/handler/inspect.rb, plugins/thingfish- inspecthandler/resources/index_content.html, plugins/thingfish- inspecthandler/resources/index_content.rhtml, plugins/thingfish- statushandler/lib/thingfish/handler/status.rb, plugins/thingfish- statushandler/resources/index_content.html, plugins/thingfish- statushandler/resources/index_content.rhtml, plugins/thingfish- uploadhandler/lib/thingfish/handler/upload.rb, plugins/thingfish- uploadhandler/resources/index_content.html, plugins/thingfish- uploadhandler/resources/index_content.rhtml, spec/daemon_spec.rb, spec/response_spec.rb, var/www/errors/generic.rhtml, var/www/index.html, var/www/index.rhtml, var/www/index_content.html, var/www/index_content.rhtml

2007-08-28

2007-08-28 Michael Granger <ged@FaerieMUD.org>

Rakefile, docs/rdoc/generators/template/classpage.rhtml, docs/rdoc/generators/template/filepage.rhtml, docs/rdoc/generators/template/images/brick.png, docs/rdoc/generators/template/images/brick_link.png, docs/rdoc/generators/template/images/bullet_go.png, docs/rdoc/generators/template/images/calendar.png, docs/rdoc/generators/template/images/date.png, docs/rdoc/generators/template/images/lightbulb.png, docs/rdoc/generators/template/images/lightbulb_off.png, docs/rdoc/generators/template/images/loadingAnimation.gif, docs/rdoc/generators/template/images/page_attach.png, docs/rdoc/generators/template/images/page_gear.png, docs/rdoc/generators/template/images/page_green.png, docs/rdoc/generators/template/images/page_white_ruby.png, docs/rdoc/generators/template/images/page_white_width.png, docs/rdoc/generators/template/images/plugin.png, docs/rdoc/generators/template/images/ruby.png, docs/rdoc/generators/template/images/tag_blue.png, docs/rdoc/generators/template/images/tag_blue_edit.png, docs/rdoc/generators/template/images/tag_green.png, docs/rdoc/generators/template/images/tag_purple.png, docs/rdoc/generators/template/images/timeline_marker.png, docs/rdoc/generators/template/images/wrench.png, docs/rdoc/generators/template/images/wrench_orange.png, docs/rdoc/generators/template/images/zoom.png, docs/rdoc/generators/template/js/thickbox-compressed.js, docs/rdoc/generators/template/rdoc.css

Made some more progress on the API docs. [aaf219c4c7a1] <content_negotiation>

docs/rdoc/generators/template/classpage.rhtml, lib/thingfish/daemon.rb, spec/daemon_spec.rb

Rakefile, docs/rdoc/generators/template/classpage.rhtml, docs/rdoc/generators/template/filepage.rhtml, docs/rdoc/generators/template/images/bullet_black.png, docs/rdoc/generators/template/images/bullet_blue.png, docs/rdoc/generators/template/images/bullet_toggle_minus.png, docs/rdoc/generators/template/images/bullet_toggle_plus.png, docs/rdoc/generators/template/images/magnify_minus.png, docs/rdoc/generators/template/images/magnify_plus.png, docs/rdoc/generators/template/images/package.png, docs/rdoc/generators/template/images/page_code.png, docs/rdoc/generators/template/index.rhtml, docs/rdoc/generators/template/js/jquery.js, docs/rdoc/generators/template/js/thickbox-compressed.js, docs/rdoc/generators/template/rdoc.css, docs/rdoc/generators/xhtml_generator.rb, docs/rdoc/images/bullet_black.png, docs/rdoc/images/bullet_blue.png, docs/rdoc/images/bullet_toggle_minus.png, docs/rdoc/images/bullet_toggle_plus.png, docs/rdoc/images/magnify_minus.png, docs/rdoc/images/magnify_plus.png, docs/rdoc/images/package.png, docs/rdoc/images/page_code.png, docs/rdoc/index-prototype.html, docs/rdoc/js/jquery.js, docs/rdoc/js/thickbox-compressed.js, docs/rdoc/rdoc.css, docs/rdoc/thingfish-template.rb

Initial commit of new RDoc generator/templates [3892fc42ede1] <content_negotiation>

docs/rdoc/images/package.png, docs/rdoc/images/page_code.png

Adding a few more images for the new RDoc generator [96cc13d9f137] <content_negotiation>

2007-08-27

2007-08-27 Mahlon E. Smith <mahlon@martini.nu>

etc/thingfish.conf, lib/thingfish/daemon.rb, lib/thingfish/handler/default.rb, spec/daemon_spec.rb

Checkpoint, adding coverage tests [ff4d61ce3887] <content_negotiation>

2007-08-27 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/acceptparam.rb, plugins/thingfish- inspecthandler/spec/inspecthandler_spec.rb, plugins/thingfish- statushandler/spec/statushandler_spec.rb, plugins/thingfish- uploadhandler/lib/thingfish/handler/upload.rb, plugins/thingfish- uploadhandler/spec/uploadhandler_spec.rb

Checkpoint – all tests passing, working on coverage [730e9b256b15] <content_negotiation>

TODO, etc/thingfish.conf, lib/thingfish/constants.rb, lib/thingfish/request.rb, plugins/thingfish- statushandler/lib/thingfish/handler/status.rb, plugins/thingfish- statushandler/spec/statushandler_spec.rb, plugins/thingfish- uploadhandler/lib/thingfish/handler/upload.rb, plugins/thingfish- uploadhandler/spec/uploadhandler_spec.rb, spec/request_spec.rb

Checkpoint commit [b58cb472f79e] <content_negotiation>

2007-08-24

2007-08-24 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/handler/metadata.rb, lib/thingfish/request.rb, plugins /thingfish-inspecthandler/lib/thingfish/handler/inspect.rb, plugins /thingfish-inspecthandler/spec/inspecthandler_spec.rb, spec/metadatahandler_spec.rb

Checkpoint [11d522fe6792] <content_negotiation>

2007-08-23

2007-08-23 Mahlon E. Smith <mahlon@martini.nu>

lib/monkeypatches.rb, lib/thingfish/handler/default.rb

lib/thingfish/acceptparam.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/request.rb, plugins /thingfish-inspecthandler/lib/thingfish/handler/inspect.rb, plugins /thingfish-inspecthandler/spec/inspecthandler_spec.rb, plugins /thingfish-uploadhandler/lib/thingfish/handler/upload.rb, plugins /thingfish-uploadhandler/resources/upload.rhtml, spec/acceptparam_spec.rb, spec/request_spec.rb

Checkpoint commit. Specs need work!! * First pass at 'new-world' fixes for Inspect and Upload handler. * Break ThingFish

:Request::AcceptParam out to ThingFish::AcceptParam. [5b5666f3a010] <content_negotiation>

2007-08-23 Michael Granger <ged@FaerieMUD.org>

TODO, etc/thingfish.conf, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/metadata.rb, lib/thingfish/handler/staticcontent.rb, lib/thingfish/mixins.rb, lib/thingfish/request.rb, lib/thingfish/response.rb, lib/thingfish/utils.rb, spec/daemon_spec.rb, spec/defaulthandler_spec.rb, spec/handler_spec.rb, spec/multipartmimeparser_spec.rb, spec/request_spec.rb, spec/response_spec.rb, spec/staticcontent_spec.rb, var/www/metadata.rhtml

Checkpoint. [f5cfde7a2d35] <content_negotiation>

2007-08-19

2007-08-19 Mahlon E. Smith <mahlon@martini.nu>

docs/manual/src/02.Getting_Started/03.running.page, docs/manual/src/02.Getting_Started/04.supervise.page, docs/manual/src/02.Getting_Started/examples/supervise-run-file.sh, lib/thingfish/config.rb, lib/thingfish/daemon.rb

2007-08-19 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/handler.rb, lib/thingfish/handler/default.rb

2007-08-17

2007-08-17 Michael Granger <ged@FaerieMUD.org>

Rakefile, lib/thingfish/filestore.rb, lib/thingfish/filestore/memory.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, spec/daemon_spec.rb, spec/defaulthandler_spec.rb, spec/handler_spec.rb, spec/lib/handler_behavior.rb

Checkpoint commit [84d5b2bf27a8] <content_negotiation>

2007-08-16

2007-08-16 Michael Granger <ged@FaerieMUD.org>

docs/ThingFish-Design-Diagrams.graffle, docs/rdoc/rdoc-style.css, docs/rdoc/rdoc.css

Rakefile, docs/rdoc/prototype.html, docs/rdoc/thingfish-template.rb, lib/thingfish/daemon.rb, lib/thingfish/handler/default.rb, lib/thingfish/request.rb, lib/thingfish/response.rb, lib/thingfish/utils.rb, spec/defaulthandler_spec.rb, spec/request_spec.rb, spec/utils_spec.rb

Checkpoint commit [4c6b40896062] <content_negotiation>

2007-08-13

2007-08-13 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/utils.rb, spec/utils_spec.rb

Extended the behavior of Thingfish

:Table to act more like a Hash. IDKFA. [0ca7ad3b59b8] <content_negotiation>

2007-08-13 Michael Granger <ged@FaerieMUD.org>

Rakefile, TEMPLATE.rb.tpl, docs/rdoc/images/bullet_black.png, docs/rdoc/images/bullet_blue.png, docs/rdoc/images/bullet_toggle_minus.png, docs/rdoc/images/bullet_toggle_plus.png, docs/rdoc/images/magnify_minus.png, docs/rdoc/images/magnify_plus.png, docs/rdoc/js/jquery.js, docs/rdoc/js/thickbox-compressed.js, docs/rdoc/prototype.html, docs/rdoc/rdoc-style.css, docs/rdoc/thingfish-template.rb, lib/thingfish/config.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/filestore.rb, lib/thingfish/filestore/memory.rb, lib/thingfish/filter.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/metadata.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/mixins.rb, lib/thingfish/multipartmimeparser.rb, lib/thingfish/request.rb, lib/thingfish/resource.rb, lib/thingfish/response.rb, lib/thingfish/utils.rb, plugins /thingfish-inspecthandler/lib/thingfish/handler/inspect.rb, plugins /thingfish-marshalledms/lib/thingfish/metastore/marshalled.rb, plugins/thingfish-sqlite3ms/lib/thingfish/metastore/sqlite3.rb, plugins/thingfish-statushandler/lib/thingfish/handler/status.rb

Adding work on new RDoc template, documentation fixup. [67f796b58001] <content_negotiation>

2007-08-09

2007-08-09 Michael Granger <ged@FaerieMUD.org>

Rakefile, lib/monkeypatches.rb, lib/thingfish.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/request.rb, lib/thingfish/response.rb, lib/thingfish/utils.rb, spec/daemon_spec.rb, spec/defaulthandler_spec.rb, spec/handler_spec.rb, spec/lib/handler_behavior.rb, spec/request_spec.rb, spec/response_spec.rb, spec/utils_spec.rb

Checkpoint commit [4cd82feeaac6] <content_negotiation>

2007-08-06

2007-08-06 Michael Granger <ged@FaerieMUD.org>

docs/ThingFish-Design-Diagrams.graffle, etc/thingfish.conf, lib/thingfish/config.rb, lib/thingfish/constants.rb, lib/thingfish/multipartmimeparser.rb, lib/thingfish/request.rb, lib/thingfish/response.rb, plugins/thingfish- uploadhandler/lib/thingfish/handler/upload.rb, plugins/thingfish- uploadhandler/lib/thingfish/multipartparser.rb, plugins/thingfish- uploadhandler/spec/data/2_images.form, plugins/thingfish- uploadhandler/spec/data/singleupload.form, plugins/thingfish- uploadhandler/spec/data/testform.form, plugins/thingfish- uploadhandler/spec/data/testform_bad.form, plugins/thingfish- uploadhandler/spec/data/testform_badheaders.form, plugins/thingfish- uploadhandler/spec/data/testform_metadataonly.form, plugins /thingfish-uploadhandler/spec/data/testform_msie.form, plugins /thingfish-uploadhandler/spec/data/testform_multivalue.form, plugins /thingfish-uploadhandler/spec/data/testform_truncated_metadata.form, plugins/thingfish-uploadhandler/spec/mpmimeparser_spec.rb, plugins /thingfish-uploadhandler/spec/uploadhandler_spec.rb, spec/config_spec.rb, spec/daemon_spec.rb, spec/data/2_images.form, spec/data/singleupload.form, spec/data/testform.form, spec/data/testform_bad.form, spec/data/testform_badheaders.form, spec/data/testform_metadataonly.form, spec/data/testform_msie.form, spec/data/testform_multivalue.form, spec/data/testform_truncated_metadata.form, spec/filter_spec.rb, spec/multipartmimeparser_spec.rb, spec/request_spec.rb, spec/response_spec.rb

Moved multipart MIME parser out of the upload plugin into ThingFish proper. * Started sketching out the places that will need to change with the new request/response stuff in comments. * Updated the class diagrams to reflect changes in design. * Added multipart MIME parsing to ThingFish

:Request. * Started implementation of ThingFish::Response. * Factored spool directory and buffer size into the top level of the config, and added default constants to ThingFish::Constants. [c8d6d95ddb44]

2007-08-03

2007-08-03 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/request.rb, spec/lib/constants.rb, spec/request_spec.rb

Added 'Accept' header parsing to ThingFish::Request [1c69b25385c3]

2007-08-01

2007-08-01 Michael Granger <ged@FaerieMUD.org>

docs/ThingFish-Design-Diagrams.graffle, experiments/content- negotiation-spike.rb, lib/thingfish/daemon.rb, lib/thingfish/filestore.rb, lib/thingfish/filter.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/metastore.rb, lib/thingfish/mixins.rb, lib/thingfish/request.rb, lib/thingfish/utils.rb, plugins/thingfish- fsfs/lib/thingfish/filestore/filesystem.rb, spec/filter_spec.rb, spec/lib/filter_behavior.rb, spec/request_spec.rb, spec/utils_spec.rb

2007-07-27

2007-07-27 Mahlon E. Smith <mahlon@martini.nu>

Rakefile, docs/manual/src/02.Getting_Started/01.downloading.page, docs/manual/src/02.Getting_Started/02.installation.page, docs/manual/src/02.Getting_Started/03.running.page, lib/thingfish/config.rb, lib/thingfish/daemon.rb, spec/daemon_spec.rb

source: thingfish/trunk/Rakefile source: thingfish/trunk/docs/manual /src/02.Getting_Started/02.installation.page * Update dependency versions for external modules source: thingfish/trunk/docs/manual/src/02.Getting_Started/01.downlo ading.page * Point to new download spot! source: thingfish/trunk/docs/manual/src/02.Getting_Started/03.running.page source: thingfish/trunk/spec/daemon_spec.rb source: thingfish/trunk/lib/thingfish/daemon.rb source: thingfish/trunk/lib/thingfish/config.rb * Optionally drop privileges if running as root [b67c2f6af6bc]

2007-07-25

2007-07-25 Michael Granger <ged@FaerieMUD.org>

LICENSE, Rakefile, plugins/thingfish-fsfs/LICENSE, plugins /thingfish-fsfs/Rakefile, plugins/thingfish-inspecthandler/LICENSE, plugins/thingfish-inspecthandler/Rakefile, plugins/thingfish- marshalledms/LICENSE, plugins/thingfish-marshalledms/Rakefile, plugins/thingfish-sqlite3ms/LICENSE, plugins/thingfish- sqlite3ms/Rakefile, plugins/thingfish-statushandler/LICENSE, plugins /thingfish-statushandler/Rakefile, plugins/thingfish- uploadhandler/LICENSE, plugins/thingfish-uploadhandler/Rakefile

experiments/content-negotiation-spike.rb

Finished up the Accept-header parsing bits of the content- negotiation spike [c9a10edfd180]

plugins/thingfish-fsfs/COPYING, plugins/thingfish- inspecthandler/COPYING, plugins/thingfish-statushandler/COPYING, plugins/thingfish-uploadhandler/COPYING

Renamed COPYING files to “LICENSE” [cc86a6f8f847]

2007-07-23

2007-07-23 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/handler/metadata.rb, misc/rake/svn.rb, plugins /thingfish-fsfs/spec/fsfs_spec.rb, plugins/thingfish- inspecthandler/lib/thingfish/handler/inspect.rb, plugins/thingfish- inspecthandler/resources/index.html, plugins/thingfish- inspecthandler/resources/index_content.html, plugins/thingfish- inspecthandler/resources/inspect.rhtml, plugins/thingfish- inspecthandler/spec/inspecthandler_spec.rb, plugins/thingfish- statushandler/lib/thingfish/handler/status.rb, plugins/thingfish- statushandler/resources/index.rhtml, plugins/thingfish- statushandler/spec/statushandler_spec.rb, plugins/thingfish- uploadhandler/lib/thingfish/handler/upload.rb, plugins/thingfish- uploadhandler/spec/uploadhandler_spec.rb, run, spec/client_spec.rb, spec/config_spec.rb, spec/daemon_spec.rb, spec/defaulthandler_spec.rb, spec/handler_spec.rb, spec/lib/constants.rb, spec/lib/handler_behavior.rb, spec/lib/helpers.rb, spec/memoryfilestore_spec.rb, spec/metadatahandler_spec.rb, spec/mixins_spec.rb, spec/resource_spec.rb, spec/spec.opts, spec/thingfish_spec.rb, var/www/metadata.rhtml

Factored out the http method handling bits from various handles into ThingFish

:Handler * Added a convenience method for building METHOD_NOT_ALLOWED responses to ThingFish::Handler: send_method_not_allowed_response * Factored out some common ThingFish::Handler behaviors into a new RSpec shared behavior * Added an index handler to the metadata handler that serves the list of keys in the metastore * Made the commitlog stop inserting the `source:` links, as they're in the commitlog view anyway. * Cleaned up logging in some tests to not spam test output * Updated the inspect handler to use the ResourceLoader framework * Moved some constant includes up into the toplevel binding, as RSpec's overloaded `include` doesn't behave in a predictable fashion. * Added a guard class to ThingFish::TestConstants to avoid displaying the warning about defined constants when it's required twice via different paths. * Added a spec/spec.opts file for `spec -O` [2e034a50ceae]

.irbrc

Cleaned up some old cruft [0d81c9691a6c]

README

RDoc formatting fixes for the README [bbb38a830576]

lib/thingfish.rb

Made reset_logger reset the default logger's level too. [e90bb0d9499b]

TODO

Initial commit: listed milestones [153a618595ef]

Rakefile

Fixed the spec

autotest target * Fixed RDoc task: - Pathname objects -> strings - changed target directory to 'docs/api' - copy generated docs to the static content directory [48ce8c5b881d]

2007-07-21

2007-07-21 Michael Granger <ged@FaerieMUD.org>

Rakefile

source:trunk/Rakefile * Fixed the clean task after the generated_manual task went away. [49d2ed9adb4e]

Rakefile, lib/thingfish/handler/default.rb, lib/thingfish/mixins.rb, plugins/thingfish-sqlite3ms/spec/sqlite3ms_spec.rb, spec/defaulthandler_spec.rb, spec/mixins_spec.rb, var/www/index_content.html, var/www/metadata.rhtml

source:trunk/plugins/thingfish-sqlite3ms/spec/sqlite3ms_spec.rb * Fixed missing constants when running standalone. source:trunk/Rakefile * Merged the task that copies the manual to the static resource directory with the manual-generation task. * Copy the coverage stats into the static resource directory after building. source:trunk/lib/thingfish/handler/default.rb source:trunk/spec/defaulthandler_spec.rb source:trunk/var/www/index_content.html * Cleaned up and added logic to advise people how to generate the content linked from it if it doesn't exist. source:trunk/var/www/metadata.rhtml * Initial content. source:trunk/spec/mixins_spec.rb source:trunk/lib/thingfish/mixins.rb * Added a method resource_directory? to ResourceLoader that checks to be sure a directory of the specified name exists in the resource directory. [66f8cf30d085]

Rakefile, misc/rake/svn.rb, plugins/thingfish- fsfs/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- fsfs/spec/fsfs_spec.rb, plugins/thingfish- sqlite3ms/lib/thingfish/metastore/sqlite3.rb, spec/lib/filestore_behavior.rb, spec/lib/helpers.rb, spec/memoryfilestore_spec.rb

source:trunk/plugins/thingfish- fsfs/lib/thingfish/filestore/filesystem.rb source:trunk/plugins /thingfish-fsfs/spec/fsfs_spec.rb source:trunk/spec/memoryfilestore_spec.rb source:trunk/spec/lib/filestore_behavior.rb * Factored out common filestore tasks into a shared behavior source:trunk/plugins/thingfish- sqlite3ms/lib/thingfish/metastore/sqlite3.rb * Added missing RDoc comments source:trunk/Rakefile * Make the text spec a bit quieter * Moved the rcov verification task into the :coverage namespace source:trunk/spec/lib/helpers.rb * Made the name of the temp directory generated by make_tempdir a bit more sane. source:trunk/misc/rake/svn.rb * Use the quieter 'spec:text' task when committing instead of the full colorized one. [3b92140267f5]

2007-07-20

2007-07-20 Michael Granger <ged@FaerieMUD.org>

etc/thingfish.conf, lib/thingfish/handler/metadata.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, plugins/thingfish-fsfs/spec/fsfs_spec.rb, plugins/thingfish- inspecthandler/lib/thingfish/handler/inspect.rb, plugins/thingfish- marshalledms/lib/thingfish/metastore/marshalled.rb, plugins /thingfish-marshalledms/spec/marshalledms_spec.rb, plugins /thingfish-sqlite3ms/lib/thingfish/metastore/sqlite3.rb, plugins /thingfish-sqlite3ms/spec/sqlite3ms_spec.rb, spec/client_spec.rb, spec/config_spec.rb, spec/constants.rb, spec/daemon_spec.rb, spec/defaulthandler_spec.rb, spec/handler_spec.rb, spec/lib/constants.rb, spec/lib/helpers.rb, spec/lib/metastore_behavior.rb, spec/memoryfilestore_spec.rb, spec/memorymetastore_spec.rb, spec/metadatahandler_spec.rb, spec/metastore_spec.rb, spec/resource_spec.rb, spec/thingfish_spec.rb, var/www/metadata.rhtml

source:trunk/spec/daemon_spec.rb source:trunk/spec/constants.rb source:trunk/spec/config_spec.rb source:trunk/spec/handler_spec.rb source:trunk/spec/client_spec.rb source:trunk/spec/defaulthandler_spec.rb source:trunk/spec/thingfish_spec.rb source:trunk/spec/memoryfilestore_spec.rb source:trunk/spec/resource_spec.rb source:trunk/spec/lib/constants.rb source:trunk/plugins/thingfish- fsfs/spec/fsfs_spec.rb * Factored constants and helpers out into spec/lib/ files. source:trunk/plugins/thingfish- inspecthandler/lib/thingfish/handler/inspect.rb * Corrected synopsis source:trunk/lib/thingfish/metastore.rb source:trunk/lib/thingfish/metastore/memory.rb source:trunk/spec/metastore_spec.rb source:trunk/spec/memorymetastore_spec.rb source:trunk/plugins /thingfish-sqlite3ms/lib/thingfish/metastore/sqlite3.rb source:trunk/plugins/thingfish-sqlite3ms/spec/sqlite3ms_spec.rb source:trunk/plugins/thingfish- marshalledms/lib/thingfish/metastore/marshalled.rb source:trunk/plugins/thingfish- marshalledms/spec/marshalledms_spec.rb * Moved MetaStore API specs into a shared behavior * API: Added new method get_all_property_keys to support the metadata handler. source:trunk/etc/thingfish.conf * Began work on a the Metadata handler [802cf7767fb2]

lib/thingfish.rb

Bumped minor version after release of 0.0.1 [76d2758aef09]

2007-07-19

2007-07-19 Michael Granger <ged@FaerieMUD.org>

Rakefile, misc/rake/helpers.rb, misc/rake/svn.rb

source:trunk/Rakefile * Made $dryrun and $trace globals act like they used to in the good old days of Rake. source:trunk/misc/rake/helpers.rb * Fixed some more svn tasks source:trunk/misc/rake/svn.rb * Added a trace() function that logs only if $trace is turned on [7d3683b0bf9b]

misc/rake/svn.rb

2007-07-18

2007-07-18 Michael Granger <ged@FaerieMUD.org>

spec/thingfish_spec.rb

Added a test for the UUID monkeypatch [6107f8eb227e]

Rakefile, lib/thingfish/filestore/memory.rb, lib/thingfish/handler/default.rb, lib/thingfish/metastore/memory.rb, spec/defaulthandler_spec.rb, spec/memoryfilestore_spec.rb, spec/memorymetastore_spec.rb

source:thingfish/trunk/Rakefile * Fixed the 'spec' task to include all the specs. Oops. :P source:thingfish/trunk/spec/memoryfilestore_spec.rb source:thingfish/trunk/spec/memorymetastore_spec.rb source:thingfish/trunk/spec/defaulthandler_spec.rb source:thingfish/trunk/lib/thingfish/metastore/memory.rb source:thingfish/trunk/lib/thingfish/filestore/memory.rb source:thingfish/trunk/lib/thingfish/handler/default.rb * Modified to handle UUID objects for all operations on a filestore or metastore. [310ef333f7f2]

2007-07-10

2007-07-10 Michael Granger <ged@FaerieMUD.org>

Rakefile, lib/thingfish/client.rb, lib/thingfish/exceptions.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, misc/rake/helpers.rb, misc/rake/svn.rb, misc/rake/svnhelpers.rb, misc/rake/verifytask.rb, spec/metastore_spec.rb

source:thingfish/trunk/Rakefile source:thingfish/trunk/misc/rake/helpers.rb source:thingfish/trunk/misc/rake/svn.rb source:thingfish/trunk/misc/rake/verifytask.rb source:thingfish/trunk/misc/rake/svnhelpers.rb * Added some helper stuff for subversion and development tasks source:thingfish/trunk/spec/metastore_spec.rb source:thingfish/trunk/lib/thingfish/metastore/memory.rb source:thingfish/trunk/lib/thingfish/exceptions.rb source:thingfish/trunk/lib/thingfish/metastore.rb * Added a test and a fix for the nil proxy bug (fixes #2) source:thingfish/trunk/lib/thingfish/client.rb * Fix for a missing constants bug [8705520f4f74]

2007-07-10 Mahlon E. Smith <mahlon@martini.nu>

bin/thingfish, lib/thingfish/client.rb

bin/thingfish

bin/thingfish

2007-07-09

2007-07-09 Michael Granger <ged@FaerieMUD.org>

Rakefile, plugins/thingfish- uploadhandler/spec/uploadhandler_spec.rb

docs/manual/src/03.Developers_Guide/examples/clientapi.rb, docs/manual/src/03.Developers_Guide/examples/fetching.rb, docs/manual/src/03.Developers_Guide/examples/instantiating.rb, docs/manual/src/03.Developers_Guide/examples/storing.rb, etc/thingfish.conf, plugins/thingfish- statushandler/lib/thingfish/handler/status.rb, plugins/thingfish- uploadhandler/lib/thingfish/handler/upload.rb, plugins/thingfish- uploadhandler/resources/static/js/jquery.MultiFile.js, plugins /thingfish-uploadhandler/resources/static/js/jquery.js, plugins /thingfish-uploadhandler/resources/upload.rhtml

source:thingfish/trunk/plugins/thingfish- statushandler/lib/thingfish/handler/status.rb * Dialed up the sample rate for less-dull (but perhaps less-valid?) results (i.e., more than none) source:thingfish/trunk/plugins/thingfish- uploadhandler/lib/thingfish/handler/upload.rb source:thingfish/trunk/plugins/thingfish- uploadhandler/resources/static/js/jquery.MultiFile.js source:thingfish/trunk/plugins/thingfish- uploadhandler/resources/static/js/jquery.js source:thingfish/trunk/plugins/thingfish- uploadhandler/resources/upload.rhtml * Turned upload fields into a dynamically-expandable array via jQuery MutliFile plugin. source:thingfish/trunk/docs/manual/src/03.Developers_Guide/examples/ storing.rb source:thingfish/trunk/docs/manual/src/03.Developers_Guid e/examples/fetching.rb source:thingfish/trunk/docs/manual/src/03.Dev elopers_Guide/examples/clientapi.rb source:thingfish/trunk/docs/manu al/src/03.Developers_Guide/examples/instantiating.rb * Got rid of the xmpfilter comment stuff, since it wasn't working anyway. source:thingfish/trunk/etc/thingfish.conf * Bumped default storage up to 1GB. [b036cf61df01]

2007-07-09 Mahlon E. Smith <mahlon@martini.nu>

Rakefile, bin/tf_plugin, bin/thingfish, bin/thingfishd, experiments /bench-uuid-parse.rb, experiments/convert_to_8spec.rb, experiments /dc-rdf-model.rb, experiments/pure_http_client.rb, experiments/rdf- classgen.rb, lib/thingfish.rb, lib/thingfish/config.rb, plugins /thingfish-sqlite3ms/spec/sqlite3ms_spec.rb, spec/client_spec.rb, spec/config_spec.rb, spec/daemon_spec.rb, spec/resource_spec.rb, spec/thingfish_spec.rb, utils.rb

2007-07-07

2007-07-07 Michael Granger <ged@FaerieMUD.org>

plugins/thingfish-uploadhandler/lib/thingfish/handler/upload.rb, plugins/thingfish-uploadhandler/lib/thingfish/multipartparser.rb, plugins/thingfish-uploadhandler/spec/uploadhandler_spec.rb

source:thingfish/trunk/plugins/thingfish- uploadhandler/lib/thingfish/multipartparser.rb * Removed comment cruft source:thingfish/trunk/plugins/thingfish- uploadhandler/lib/thingfish/handler/upload.rb * Fixed buggy logging statement source:thingfish/trunk/plugins/thingfish- uploadhandler/spec/uploadhandler_spec.rb * Added tests for unsupported method handling and index content method. [1b83a0e0d9a5]

lib/thingfish/config.rb

2007-07-06

2007-07-06 Michael Granger <ged@FaerieMUD.org>

plugins/thingfish- uploadhandler/spec/data/testform_truncated_metadata.form

Ooops. Forgot to add the test data for the last example [b4f7a2a8d666]

plugins/thingfish-uploadhandler/spec/mpmimeparser_spec.rb

source:thingfish/trunk/plugins/thingfish- uploadhandler/spec/mpmimeparser_spec.rb * Added an example for error-handling of truncated MIME documents [43cd6f5441fb]

plugins/thingfish-uploadhandler/lib/thingfish/handler/upload.rb, plugins/thingfish-uploadhandler/spec/uploadhandler_spec.rb

source:thingfish/trunk/plugins/thingfish- uploadhandler/lib/thingfish/handler/upload.rb * Removed exception-handlers for both GET and POST source:thingfish/trunk/plugins/thingfish- uploadhandler/spec/uploadhandler_spec.rb * Added examples for GET requests [9347add6e354]

2007-07-06 Mahlon E. Smith <mahlon@martini.nu>

plugins/thingfish-uploadhandler/lib/thingfish/handler/upload.rb, plugins/thingfish-uploadhandler/resources/index_content.html, plugins/thingfish-uploadhandler/resources/upload.rhtml, var/www/index.html

2007-07-05

2007-07-05 Michael Granger <ged@FaerieMUD.org>

Rakefile, docs/manual/plugin/tag/example.rb

2007-07-04

2007-07-04 Michael Granger <ged@FaerieMUD.org>

plugins/thingfish-uploadhandler/lib/thingfish/handler/upload.rb, plugins/thingfish-uploadhandler/spec/mpmimeparser_spec.rb, plugins /thingfish-uploadhandler/spec/uploadhandler_spec.rb

source:thingfish/trunk/plugins/thingfish- uploadhandler/lib/thingfish/handler/upload.rb * Fully-qualify references to the multipart mime parser * Change the upload function to reuse the parser for each request source:thingfish/trunk/plugins/thingfish- uploadhandler/spec/mpmimeparser_spec.rb source:thingfish/trunk/plugins/thingfish- uploadhandler/spec/uploadhandler_spec.rb * Guard against constants being declared more than once * Make tested handlers use local resource directory * Finish some unimplemented tests * Fix the two-upload test to expect a UUID object instead of a string containing a UUID. [ac1c94d2ad38]

2007-07-04 Mahlon E. Smith <mahlon@martini.nu>

etc/thingfish.conf, experiments/multipart_parsing/parse_1341.rb, lib/thingfish/exceptions.rb, loadpath.rb, plugins/thingfish- uploadhandler/COPYING, plugins/thingfish-uploadhandler/LICENSE, plugins/thingfish-uploadhandler/README, plugins/thingfish- uploadhandler/Rakefile, plugins/thingfish- uploadhandler/lib/thingfish/handler/upload.rb, plugins/thingfish- uploadhandler/lib/thingfish/multipartparser.rb, plugins/thingfish- uploadhandler/resources/upload.rhtml, plugins/thingfish- uploadhandler/spec/data/2_images.form, plugins/thingfish- uploadhandler/spec/data/singleupload.form, plugins/thingfish- uploadhandler/spec/data/testform.form, plugins/thingfish- uploadhandler/spec/data/testform_bad.form, plugins/thingfish- uploadhandler/spec/data/testform_badheaders.form, plugins/thingfish- uploadhandler/spec/data/testform_metadataonly.form, plugins /thingfish-uploadhandler/spec/data/testform_msie.form, plugins /thingfish-uploadhandler/spec/data/testform_multivalue.form, plugins /thingfish-uploadhandler/spec/mpmimeparser_spec.rb, plugins /thingfish-uploadhandler/spec/uploadhandler_spec.rb

2007-07-03

2007-07-03 Michael Granger <ged@FaerieMUD.org>

README, lib/thingfish/mixins.rb, plugins/thingfish- statushandler/resources/index_content.html

source:thingfish/trunk/README * Extracted the index page of the wiki as README content. Stills needs some cleanup love. source:thingfish/trunk/lib/thingfish/mixins.rb * debugging statement [3c09c682358b]

2007-07-03 Michael Granger <ged@FaerieMUD.org>

plugins/thingfish- uploadhandler/lib/thingfish/handler/multipartparser.rb, plugins /thingfish-uploadhandler/lib/thingfish/handler/upload.rb, plugins /thingfish-uploadhandler/lib/thingfish/multipartparser.rb, plugins /thingfish-uploadhandler/spec/data/testform_metadataonly.form, plugins/thingfish-uploadhandler/spec/data/testform_msie.form, plugins/thingfish-uploadhandler/spec/data/testform_multivalue.form, plugins/thingfish-uploadhandler/spec/mpmimeparser_spec.rb

2007-06-29

2007-06-29 Michael Granger <ged@FaerieMUD.org>

lib/thingfish/exceptions.rb, plugins/thingfish- uploadhandler/lib/thingfish/handler/multipartparser.rb, plugins /thingfish-uploadhandler/lib/thingfish/handler/upload.rb, plugins /thingfish-uploadhandler/spec/data/singleupload.form, plugins /thingfish-uploadhandler/spec/data/testform_badheaders.form, plugins /thingfish-uploadhandler/spec/mpmimeparser_spec.rb, plugins /thingfish-uploadhandler/spec/uploadhandler_spec.rb

Checkpoint commit [46ce8e35ded4] <multipart_upload>

2007-06-22

2007-06-22 Mahlon E. Smith <mahlon@martini.nu>

plugins/thingfish-uploadhandler/spec/data/testform.form, plugins /thingfish-uploadhandler/spec/data/testform_bad.form, plugins /thingfish-uploadhandler/spec/data/testform_msie.form, plugins /thingfish-uploadhandler/spec/data/testform_multivalue.form

2007-06-21

2007-06-21 Michael Granger <ged@FaerieMUD.org>

experiments/multipart_parsing/2_images.form, plugins/thingfish- uploadhandler/spec/data/2_images.form, plugins/thingfish- uploadhandler/spec/uploadhandler_spec.rb

Checkpoint commit of this morning's work [4073d79c9b13] <multipart_upload>

2007-06-19

2007-06-19 Michael Granger <ged@FaerieMUD.org>

etc/thingfish.conf, lib/thingfish/daemon.rb, loadpath.rb, plugins /thingfish-uploadhandler/lib/thingfish/handler/upload.rb, plugins /thingfish-uploadhandler/resources/upload.rhtml, plugins/thingfish- uploadhandler/spec/uploadhandler_spec.rb

source:thingfish/branches/multipart_upload/plugins/thingfish- uploadhandler/lib/thingfish/handler/upload.rb source:thingfish/branches/multipart_upload/plugins/thingfish- uploadhandler/resources/upload.rhtml source:thingfish/branches/multipart_upload/plugins/thingfish- uploadhandler/spec/uploadhandler_spec.rb * Checkpoint commit for multipart upload handler. source:thingfish/branches/multipart_upload/loadpath.rb * Smarten up library include file for spec requires source:thingfish/branches/multipart_upload/lib/thingfish/daemon.rb * Fix comma display for handler mapping debug at startup source:thingfish/branches/multipart_upload/etc/thingfish.conf * Remove extraneous quotes, add config for upload handler [97ae270a131d] <multipart_upload>

2007-06-15

2007-06-15 Michael Granger <ged@FaerieMUD.org>

Rakefile, docs/manual/src/01.Introduction/01.intended-audience.page, docs/manual/src/06.Troubleshooting-FAQs/index.page, docs/manual/src/default.css

source:thingfish/trunk/Rakefile * Fixed the cruise build, which was flubbing on the package task because the Rubygems task chokes on Pathname objects. source:thingfish/trunk/docs/manual/src/01.Introduction/01.intended- audience.page * Fixed the relocatable links. source:thingfish/trunk/docs/manual/src/default.css * Fixed the bottom border on image links. [6c19b0397c1d]

2007-06-12

2007-06-12 Michael Granger <ged@FaerieMUD.org>

var/www/index.html

2007-06-12 Mahlon E. Smith <mahlon@martini.nu>

bin/thingfish, bin/thingfish2, experiments/pure_http_client.rb

docs/ThingFish Manual Outline.oo3/contents.xml, docs/manual/src/04.Hackers_Guide/02.writing-handlers.page, docs/manual/src/04.Hackers_Guide/03.writing-filters.page, docs/manual/src/04.Hackers_Guide/04.writing-filestores.page, docs/manual/src/04.Hackers_Guide/05.writing-metastores.page, docs/manual/src/04.Hackers_Guide/06.daemon-customization.page, docs/manual/src/default.css, var/www/static/default.css

source:thingfish/trunk/var/www/static/default.css source:thingfish/trunk/docs/manual/src/default.css * Add some spacing underneath caption blocks. source:thingfish/trunk/docs/ThingFish Manual Outline.oo3/contents.xml * Since we have a manual now, no real need to keep this old thing lying around. source:thingfish/trunk/docs/manual/src/04.Hackers_Guide/03.writing- filters.page source:thingfish/trunk/docs/manual/src/04.Hackers_Guide/05.writing- metastores.page source:thingfish/trunk/docs/manual/src/04.Hackers_Guide/06.daemon- customization.page source:thingfish/trunk/docs/manual/src/04.Hackers_Guide/02.writing- handlers.page source:thingfish/trunk/docs/manual/src/04.Hackers_Guide/04.writing- filestores.page * Just add some placeholder text so the reader doesn't think we forgot about a page… or five. :) [42bf1d33e66f]

2007-06-12 Michael Granger <ged@FaerieMUD.org>

Rakefile, lib/thingfish/daemon.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/mixins.rb, plugins /thingfish-inspecthandler/spec/inspecthandler_spec.rb, plugins /thingfish-statushandler/lib/thingfish/handler/status.rb, plugins /thingfish-statushandler/resources/index.rhtml, plugins/thingfish- statushandler/resources/index_content.html, plugins/thingfish- statushandler/spec/statushandler_spec.rb, spec/daemon_spec.rb, spec/defaulthandler_spec.rb, spec/handler_spec.rb, spec/mixins_spec.rb, var/www/index.html, var/www/index_content.html

source:thingfish/trunk/lib/thingfish/handler.rb source:thingfish/trunk/lib/thingfish/daemon.rb source:thingfish/trunk/lib/thingfish/mixins.rb source:thingfish/trunk/lib/thingfish/handler/default.rb source:thingfish/trunk/spec/handler_spec.rb source:thingfish/trunk/spec/defaulthandler_spec.rb source:thingfish/trunk/plugins/thingfish- statushandler/lib/thingfish/handler/status.rb source:thingfish/trunk/plugins/thingfish- statushandler/resources/index_content.html source:thingfish/trunk/plugins/thingfish- statushandler/resources/index.rhtml source:thingfish/trunk/plugins /thingfish-statushandler/spec/statushandler_spec.rb source:thingfish/trunk/plugins/thingfish- inspecthandler/spec/inspecthandler_spec.rb source:thingfish/trunk/var/www/index_content.html source:thingfish/trunk/var/www/index.html * Factored out index page content into callbacks on handler plugins source:thingfish/trunk/Rakefile * Split out testing of plugins into a separate Rake task in an effort to separate plugins from the main distribution. source:thingfish/trunk/spec/daemon_spec.rb * Stubbed socket connect calls for ThingFish::Daemon to get rid of the failing tests when a server was already running. source:thingfish/trunk/spec/mixins_spec.rb * Added a method to check for the existance of a resource. [469882949475]

2007-06-09

2007-06-09 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/handler/default.rb

source:thingfish/trunk/lib/thingfish/handler/default.rb * Fallthrough to potential static content isn't really an 'error', per se. [b950d6367c8c]

2007-06-06

2007-06-06 Mahlon E. Smith <mahlon@martini.nu>

experiments/multipart_parsing/2_images.form, experiments/multipart_parsing/parse_1341.rb, plugins/thingfish- uploadhandler/COPYING, plugins/thingfish-uploadhandler/LICENSE, plugins/thingfish-uploadhandler/README, plugins/thingfish- uploadhandler/Rakefile, plugins/thingfish- uploadhandler/lib/thingfish/handler/upload.rb, plugins/thingfish- uploadhandler/resources/upload.rhtml, plugins/thingfish- uploadhandler/spec/uploadhandler_spec.rb

source:thingfish/branches/multipart_upload/plugins/thingfish- uploadhandler/lib/thingfish/handler/upload.rb source:thingfish/branches/multipart_upload/plugins/thingfish- uploadhandler/resources/upload.rhtml source:thingfish/branches/multipart_upload/plugins/thingfish- uploadhandler/spec/uploadhandler_spec.rb source:thingfish/branches/multipart_upload/etc/thingfish.conf * Initial commit of multipart/form upload plugin. Not fully functional at this stage. source:thingfish/branches/multipart_upload/experiments/multipart_pa rsing/parse_1341.rb source:thingfish/branches/multipart_upload/exper iments/multipart_parsing/2_images.form * Spike for parser logic, and example multipart/form data. [1dc4e2dcb8e1] <multipart_upload>

* Creating branch against trunk (rev 194) for multipart upload support. (http

//www.w3.org/Protocols/rfc1341/7_2_Multipart.html) [883d6ec430cc] <multipart_upload>

lib/thingfish/config.rb, lib/thingfish/daemon.rb, lib/thingfish/handler.rb, lib/thingfish/mixins.rb, var/www/index.html

r109@turdcart: mahlon | 2007-06-05 20:32:40 -0700 source:thingfish/trunk/lib/thingfish/config.rb * Don't delete uri registration info from the config object as it is parsed * Force uris to an Array (it is plural, after all) source:thingfish/trunk/lib/thingfish/daemon.rb source:thingfish/trunk/lib/thingfish/handler.rb * Expose the global config object to plugins, in the same fashion as the metastore and filestore instance variables. (reader accessor from ThingFish::Daemon, hook into Mongrel's listener hook) source:thingfish/trunk/lib/thingfish/mixins.rb * Typo fix. source:thingfish/trunk/var/www/index.html * Conditional display for the browser upload handler link. (Not committed yet.) [a73470e7ff54]

2007-06-05

2007-06-05 Michael Granger <ged@FaerieMUD.org>

Rakefile

Rakefile, docs/LICENSE, docs/manual/metainfo.yaml, docs/manual/src/01.Introduction/01.intended-audience.page, docs/manual/src/01.Introduction/02.design-goals.page, docs/manual/src/01.Introduction/02.design-principles.page, docs/manual/src/01.Introduction/03.similar-systems.page, docs/manual/src/01.Introduction/index.page, docs/manual/src/02.Getting_Started/02.installation.page, docs/manual/src/02.Getting_Started/03.running.page, docs/manual/src/02.Getting_Started/examples/installing- dependencies.console, docs/manual/src/02.Getting_Started/examples /installing-with-gems.console, docs/manual/src/02.Getting_Started/examples/starting-the-server.sh, docs/manual/src/02.Getting_Started/examples/starting-with-config.sh, docs/manual/src/05.Maintenance/index.page, docs/manual/src/06 .Troubleshooting-FAQs/index.page, docs/manual/src/default.css, lib/thingfish.rb, lib/thingfish/client.rb, lib/thingfish/handler/default.rb, lib/thingfish/mixins.rb, lib/thingfish/resource.rb, plugins/thingfish- statushandler/lib/thingfish/handler/status.rb, spec/defaulthandler_spec.rb, var/www/index.html

Factored ERb functionality out of the status handler plugin and into the Laika

:ResourceLoader mixin. * Tuned Rdoc output a bit * Made the :manual task in the Rakefile also copy the manual HTML to the default handler's static content directory. * Linked the manual from the default HTML index page. * Made the default HTML index page into an ERb page so we can build parts of it dynamically. * Linked in the Maintenance and Troubleshooting chapters of the manual. * Finished up most of the manual contents * Renamed 'Design Goals' to 'Design Principles' to better fit what they are. * Reverted the silly definition list dl.kvlist manual style to something more readable. * Fixed up some deprecated calls in the specs. [520b6a08b8a7]

2007-06-01

2007-06-01 Michael Granger <ged@FaerieMUD.org>

Rakefile, bin/thingfish2, docs/manual/plugin/tag/example.rb, docs/manual/src/01.Introduction/02.design-goals.page, docs/manual/src/01.Introduction/03.similar-systems.page, docs/manual/src/03.Developers_Guide/01.connecting.page, docs/manual/src/03.Developers_Guide/02.ruby-client.page, docs/manual/src/03.Developers_Guide/examples/clientapi.rb, lib/thingfish/client.rb, lib/thingfish/mixins.rb, lib/thingfish/resource.rb, plugins/thingfish- sqlite3ms/lib/thingfish/metastore/sqlite3.rb, spec/client_spec.rb, spec/constants.rb, spec/memoryfilestore_spec.rb, spec/mixins_spec.rb, spec/resource_spec.rb

Added fallback rev for SVN to the Rakefile * Added some more stuff to the developer's guide. * Cleaned up some ugliness in the example manual plugin. * Added another workaround for the latest RSpec, which broke

:include inside a 'describe <mixinmodule>, “desc” do … end'-form example. * Added two examples for ThingFish::Client#has? * Added some more examples for ThingFish::MemoryFileStore * Finished up the initial version of ThingFish::Client and ThingFish::Resource. * Added some fixturing methods to the spec constants module. * Added a guard to ThingFish::AbstractClass for including classes that already don't have a public ::new. * Finished up the initial version of the command-line client

(bin/thingfish2) that uses ThingFish

:Client instead of doing HTTP itself. [453bd440f36a]

2007-05-21

2007-05-21 Mahlon E. Smith <mahlon@martini.nu>

var/www/index.html

r104@turdcart: mahlon | 2007-05-21 00:28:07 -0700 * Add svn keywords to html. [f606ac6a42f1]

lib/thingfish/handler/default.rb, var/www/index.html, var/www/static/default.css, var/www/static/images/bg.gif, var/www/static/images/front.jpg, var/www/static/images/icons/bullet_black.png, var/www/static/images/icons/bullet_go.png, var/www/static/images/icons/note.png, var/www/static/images/loadingAnimation.gif, var/www/static/images/menubg.gif, var/www/static/images/menubg2.gif, var/www/static/images/opensource-75x65-t.png

r102@turdcart: mahlon | 2007-05-21 00:13:47 -0700 * Add new static resources mixin to the default handler. * Pretty-ify the default html, match the documentation. [c6b72016d060]

2007-05-16

2007-05-16 Michael Granger <ged@FaerieMUD.org>

Rakefile, bin/thingfish2, bin/thingfishd, docs/manual/src/01.Introduction/01.intended-audience.page, docs/manual/src/03.Developers_Guide/02.ruby-client.page, docs/manual/src/03.Developers_Guide/examples/clientapi.rb, docs/manual/src/03.Developers_Guide/examples/fetching.rb, docs/manual/src/03.Developers_Guide/examples/instantiating.rb, docs/manual/src/03.Developers_Guide/examples/storing.rb, lib/thingfish/client.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/resource.rb, misc/rake/svnhelpers.rb, misc/rake/verifytask.rb, plugins/thingfish- sqlite3ms/lib/thingfish/metastore/sqlite3.rb, plugins/thingfish- sqlite3ms/resources/base-schema.sql, plugins/thingfish- sqlite3ms/spec/sqlite3ms_spec.rb, spec/client_spec.rb, spec/config_spec.rb, spec/constants.rb, spec/daemon_spec.rb, spec/handler_spec.rb, spec/rake/verifytask.rb, spec/resource_spec.rb, spec/thingfish_spec.rb

SQLite3 Metastore

- Refactored schema-loading - Added schema revisioning via the 'user_version' pragma (though no action is currently taken if the schema is out of date) - Reworked the tests to run a bit faster - Added a clear method * Added some examples of storing a resource to the developer section of the manual * Some more little updates to the client docs * More RSpec 0.9.x conversion * Fixed the coverage percentage verification rake task * Factored the listener= callback up into the base handler so all handlers have a reference to the metastore and filestore if they need them. * Implemented fetching in the client library * Removed a few spec examples which tested stuff outside of its area of responsibility * Fleshed out ThingFish::Resource to include constructors for both Net::HTTPResponse objects and IOs. * Added a fixturing function for generating HTTP responses to the constants module. * Factored out subversion helpers into a new rake task lib [f0a13dce4703]

2007-05-12

2007-05-12 Michael Granger <ged@FaerieMUD.org>

.irbrc

Moving .irbrc into new trunk dir [b490a7b0609b]

2007-05-11

2007-05-11 Michael Granger <ged@FaerieMUD.org>

bin/thingfish2, lib/thingfish/client.rb, lib/thingfish/daemon.rb, lib/thingfish/handler.rb, lib/thingfish/mixins.rb, lib/thingfish/resource.rb, plugins/thingfish- sqlite3ms/lib/thingfish/metastore/sqlite3.rb, plugins/thingfish- sqlite3ms/resources/base-schema.sql, plugins/thingfish- sqlite3ms/spec/sqlite3ms_spec.rb, plugins/thingfish- statushandler/lib/thingfish/handler/status.rb, spec/client_spec.rb, spec/handler_spec.rb, spec/mixins_spec.rb, spec/resource_spec.rb

Factored resource-loading out into a new mixin

ThingFish::ResourceLoader * Renamed the ThingFish::StaticResources mixin to ThingFish::StaticResourcesHandler for clarity about what it actually does * Moved the initial schema for the SQLite3 metastore into a resource that's loadable on demand * Client library now implements store. * New class ThingFish::Resource for encapsulating a chunk of data fetched from the server and its associated metadata. * Added a synopsis for ThingFish::Daemon * Added a command-line client tool that uses ThingFish::Client instead of doing all the HTTP itself [source:trunk/bin/thingfish2 bin/thingfish2. This should eventually replace [source:trunk/bin/thingfish bin/thingfish]. [2eef0ce67743]

2007-05-09

2007-05-09 Mahlon E. Smith <mahlon@martini.nu>

lib/thingfish/handler/default.rb

LICENSE, README, Rakefile, TEMPLATE.rb.tpl, bin/tf_plugin, bin/thingfish, bin/thingfishd, docs/LICENSE, docs/ThingFish Manual Outline.oo3/contents.xml, docs/ThingFish-Design-Diagrams.graffle, docs/manual/metainfo.yaml, docs/manual/plugin/tag/example.rb, docs/manual/plugin/tag/imagePopup.rb, docs/manual/plugin/tag/method.rb, docs/manual/plugin/tag/project.rb, docs/manual/src/01.Introduction/01.intended-audience.page, docs/manual/src/01.Introduction/02.design-goals.page, docs/manual/src/01.Introduction/03.similar-systems.page, docs/manual/src/01.Introduction/index.page, docs/manual/src/02.Getting_Started/01.downloading.page, docs/manual/src/02.Getting_Started/02.installation.page, docs/manual/src/02.Getting_Started/03.running.page, docs/manual/src/02.Getting_Started/examples/etc/thingfish.conf, docs/manual/src/02.Getting_Started/examples/installing-from- source.console, docs/manual/src/02.Getting_Started/examples /installing-with-gems.console, docs/manual/src/02.Getting_Started/examples/starting-the-server.sh, docs/manual/src/02.Getting_Started/index.page, docs/manual/src/03.Developers_Guide/01.connecting.page, docs/manual/src/03.Developers_Guide/02.ruby-client.page, docs/manual/src/03.Developers_Guide/03.js-client.page, docs/manual/src/03.Developers_Guide/04.writing-your-own-client.page, docs/manual/src/03.Developers_Guide/examples/clientapi.rb, docs/manual/src/03.Developers_Guide/examples/fetching.rb, docs/manual/src/03.Developers_Guide/examples/instantiating.rb, docs/manual/src/03.Developers_Guide/examples/rss.png, docs/manual/src/03.Developers_Guide/index.page, docs/manual/src/04.Hackers_Guide/01.server-architecture.page, docs/manual/src/04.Hackers_Guide/02.writing-handlers.page, docs/manual/src/04.Hackers_Guide/03.writing-filters.page, docs/manual/src/04.Hackers_Guide/04.writing-filestores.page, docs/manual/src/04.Hackers_Guide/05.writing-metastores.page, docs/manual/src/04.Hackers_Guide/06.daemon-customization.page, docs/manual/src/04.Hackers_Guide/examples/minimal-handler.rb, docs/manual/src/04.Hackers_Guide/images/server-arch.png, docs/manual/src/04.Hackers_Guide/index.page, docs/manual/src/05.Maintenance/index.page, docs/manual/src/06 .Troubleshooting-FAQs/index.page, docs/manual/src/css/thickbox.css, docs/manual/src/default.css, docs/manual/src/default.template, docs/manual/src/images/bg.gif, docs/manual/src/images/front.jpg, docs/manual/src/images/icons/bullet_black.png, docs/manual/src/images/icons/bullet_go.png, docs/manual/src/images/icons/note.png, docs/manual/src/images/loadingAnimation.gif, docs/manual/src/images/menubg.gif, docs/manual/src/images/menubg2.gif, docs/manual/src/images /opensource-75x65-t.png, docs/manual/src/index.page, docs/manual/src/js/jquery.js, docs/manual/src/js/thickbox.js, etc/thingfish.conf, experiments/TEMPLATE.rb.tpl, experiments/bench- uuid-parse.rb, experiments/clientapi.rb, experiments/content- negotiation-spike.rb, experiments/convert_to_8spec.rb, experiments /dc-rdf-model.rb, experiments/rdf-classgen.rb, experiments/rdf- metastore-spike.rb, lib/thingfish.rb, lib/thingfish/client.rb, lib/thingfish/config.rb, lib/thingfish/constants.rb, lib/thingfish/daemon.rb, lib/thingfish/exceptions.rb, lib/thingfish/filestore.rb, lib/thingfish/filestore/memory.rb, lib/thingfish/handler.rb, lib/thingfish/handler/default.rb, lib/thingfish/metastore.rb, lib/thingfish/metastore/memory.rb, lib/thingfish/mixins.rb, lib/thingfish/resource.rb, loadpath.rb, misc/index-get-request, misc/post-request, misc/testimage.jpg, misc /uuid-get-request, plugins/.skel/LICENSE, plugins/.skel/README, plugins/.skel/Rakefile, plugins/.skel/lib/thingfish/filestore/TEMPLATE.rb, plugins/.skel/spec/TEMPLATE_spec.rb, plugins/thingfish-fsfs/COPYING, plugins/thingfish-fsfs/LICENSE, plugins/thingfish-fsfs/README, plugins/thingfish-fsfs/Rakefile, plugins/thingfish- fsfs/lib/thingfish/filestore/filesystem.rb, plugins/thingfish- fsfs/spec/fsfs_spec.rb, plugins/thingfish-inspecthandler/COPYING, plugins/thingfish-inspecthandler/LICENSE, plugins/thingfish- inspecthandler/README, plugins/thingfish-inspecthandler/Rakefile, plugins/thingfish-inspecthandler/lib/thingfish/handler/inspect.rb, plugins/thingfish-inspecthandler/resources/defaults.yaml, plugins /thingfish-inspecthandler/resources/index.html, plugins/thingfish- inspecthandler/spec/inspecthandler_spec.rb, plugins/thingfish- marshalledms/LICENSE, plugins/thingfish-marshalledms/README, plugins /thingfish-marshalledms/Rakefile, plugins/thingfish- marshalledms/lib/thingfish/metastore/marshalled.rb, plugins /thingfish-marshalledms/spec/marshalledms_spec.rb, plugins /thingfish-sqlite3ms/LICENSE, plugins/thingfish-sqlite3ms/README, plugins/thingfish-sqlite3ms/Rakefile, plugins/thingfish- sqlite3ms/lib/thingfish/metastore/sqlite3.rb, plugins/thingfish- sqlite3ms/spec/sqlite3ms_spec.rb, plugins/thingfish- statushandler/COPYING, plugins/thingfish-statushandler/LICENSE, plugins/thingfish-statushandler/README, plugins/thingfish- statushandler/Rakefile, plugins/thingfish- statushandler/lib/thingfish/handler/status.rb, plugins/thingfish- statushandler/resources/index.rhtml, plugins/thingfish- statushandler/resources/static/status.css, plugins/thingfish- statushandler/spec/statushandler_spec.rb, run, spec/TEMPLATE.rb.tpl, spec/client_spec.rb, spec/config_spec.rb, spec/constants.rb, spec/daemon_spec.rb, spec/defaulthandler_spec.rb, spec/filestore_spec.rb, spec/handler_spec.rb, spec/memoryfilestore_spec.rb, spec/memorymetastore_spec.rb, spec/metastore_spec.rb, spec/mixins_spec.rb, spec/rake/verifytask.rb, spec/resource_spec.rb, spec/thingfish_spec.rb, utils.rb, var/www/index.html