root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @617 [617] 10/03/08 09:31:58 mahlon Checkpoint. We are pretty close now to the glorious and gigantic merge to …
(edit) @616 [616] 09/26/08 08:19:25 mahlon Checkpoint!
(edit) @615 [615] 09/24/08 09:30:43 mahlon checkpoint!
(edit) @614 [614] 09/23/08 09:18:46 mahlon Checkpoint.
(edit) @613 [613] 09/17/08 09:38:45 mahlon Checkpoint. Feelin' fine.
(edit) @612 [612] 09/05/08 16:58:48 mgranger Updated to new build system.
(edit) @611 [611] 09/05/08 16:40:52 mgranger Removing docs external
(edit) @610 [610] 09/05/08 16:39:39 mgranger Switching to new build system
(edit) @609 [609] 09/05/08 11:34:57 mahlon Directory for Chris' client module!
(edit) @608 [608] 09/03/08 08:04:41 mahlon Whitespace cleanup and checkpoint commit of IO:Reactor work
(edit) @607 [607] 08/21/08 09:11:23 mahlon Checkpointy!
(edit) @606 [606] 08/21/08 07:13:28 mahlon Stopping work in Ebb, branching to explore some other technologies.
(edit) @605 [605] 08/20/08 22:05:02 mgranger Updated LICENSE location in the comment headers.
(edit) @604 [604] 08/20/08 18:25:06 mgranger * Fix a load-order bug in thingfish_spec * Remove a superfluous …
(edit) @603 [603] 08/20/08 09:30:05 mahlon Limit the sequel connection pool to a single connection. The default (10) …
(edit) @602 [602] 08/11/08 07:24:37 mgranger * Changed ResourceLoader? to not implement #initialize to avoid arity …
(edit) @601 [601] 08/07/08 08:42:16 mahlon * Checkpoint commit of Ebb work. * Removed the status handler -- no …
(edit) @600 [600] 08/06/08 14:34:33 mgranger Turning coverage back on for cruise build.
(edit) @599 [599] 08/06/08 10:38:56 mgranger Trying to fix the build again.
(edit) @598 [598] 08/06/08 10:32:19 mgranger Trying to fix the build by requiring the Darkfish-Rdoc gem.
(edit) @597 [597] 08/06/08 10:24:00 mgranger Checkpoint commit.
(edit) @596 [596] 08/06/08 07:10:03 mgranger Checkpoint of yesterday's work
(edit) @595 [595] 08/05/08 07:50:59 mgranger * Finished workarounds in ThingFish::Request for anomalies in Ebb: - …
(edit) @594 [594] 08/04/08 20:52:04 mahlon Checkpoint commit of Ebb conversion work.
(edit) @593 [593] 07/31/08 09:23:46 mahlon * Checkpoint of Ebb work. * Merge changes
(edit) @592 [592] 07/29/08 09:54:29 mgranger Turned off debugging output in the Sequel metastore spec
(edit) @591 [591] 07/29/08 09:46:55 mgranger Fixed parent.parent issue in spec require BEGIN block
(edit) @590 [590] 07/29/08 09:46:32 mgranger Fixes for the manual when run without libtidy installed
(edit) @589 [589] 07/29/08 09:46:05 mgranger Fixes for Sequel >= 2.1.x; older versions no longer supported
(edit) @588 [588] 07/29/08 08:55:38 mahlon * Fix dependency case sensitivity for RedCloth? * Add some PluginFactory?
(edit) @587 [587] 07/29/08 08:49:56 mgranger Fix manual-generation task to work with RDoc 2.0 changes in Darkfish
(edit) @586 [586] 07/29/08 08:49:03 mgranger Fix manual-generation task to work with RDoc 2.0 changes in Darkfish
(edit) @585 [585] 07/29/08 08:22:14 mgranger Fix the cruisecontrol build to actually fail when specs fail
(edit) @584 [584] 07/29/08 08:20:54 mgranger Fix the cruisecontrol build to actually fail when specs fail
(edit) @583 [583] 07/22/08 09:29:20 mahlon Checkpoint of ebb conversion work.
(edit) @582 [582] 07/16/08 07:58:19 mahlon Checkpoint merge of changes from trunk.
(edit) @581 [581] 07/14/08 11:09:12 mgranger Checkpointing work on Ebb conversion
(edit) @580 [580] 07/02/08 13:55:58 mgranger * Image plugin: - Updated to generate and append thumbnails. - …
(edit) @579 [579] 07/02/08 08:44:03 mahlon Branching for Rack explorations and potential removal (overhaul!) of the …
(edit) @578 [578] 07/01/08 16:18:07 bbleything * add simple command spec
(edit) @577 [577] 07/01/08 16:17:50 bbleything * make the tests for @argument_type more explicit in the argument …
(edit) @576 [576] 07/01/08 16:17:18 bbleything * update command infrastructure to use @name instead of name
(edit) @575 [575] 07/01/08 10:59:41 bbleything * move the responsibility for creating the @command object to the …
(edit) @574 [574] 07/01/08 10:43:14 bbleything * turns out we don't need to recreate the class every time, we can just …
(edit) @573 [573] 07/01/08 10:36:32 bbleything * fix the case of the shared behavior
(edit) @572 [572] 07/01/08 09:07:04 mahlon * Add more informational goodies with album-art extracted from mp3s. * …
(edit) @571 [571] 06/30/08 13:25:05 bbleything * move the command infrastructure specs into a shared behaviours file and …
(edit) @570 [570] 06/30/08 13:11:44 bbleything * add command infrastructure spec * change command infrastructure to …
(edit) @569 [569] 06/30/08 11:49:11 bbleything * remove unused variable assignment
(edit) @568 [568] 06/30/08 09:33:00 mahlon * Add a Rake task for generating tags, using exhuberant ctags. * Extract …
(edit) @567 [567] 06/25/08 11:40:08 bbleything source:linen/trunk/Rakefile * Only generate coverage if you run the rcov …
(edit) @566 [566] 06/24/08 16:16:36 bbleything * classes[ :argument ].coverage.should be( 100% ) => pass
(edit) @565 [565] 06/24/08 16:15:26 bbleything * add some comments
(edit) @564 [564] 06/24/08 11:26:24 bbleything * refix the copyright. doh.
(edit) @563 [563] 06/24/08 11:06:37 bbleything * update copyrights
(edit) @562 [562] 06/24/08 11:05:50 bbleything * add spec to indifferent hash. 100% coverage!
(edit) @561 [561] 06/21/08 22:19:12 mgranger * Fixed the :clobber_manual task that was breaking the CI build. * …
(edit) @560 [560] 06/19/08 07:41:58 mahlon Merged ThingFish "engine" work done in …
(edit) @559 [559] 06/19/08 07:32:26 mahlon * Remove the IO duping in favor of a full filehandle replacement, when …
(edit) @558 [558] 06/17/08 10:36:32 mahlon * Added manual page for higher-level "cookbook-y" type stuff. * …
(edit) @557 [557] 06/05/08 09:07:51 mahlon * 1st pass at UI framework for mp3 jukebox. Contents purely for …
(edit) @556 [556] 06/02/08 00:29:01 mgranger Adding a little diagnostics to the rask tasklib loader.
(edit) @555 [555] 05/30/08 08:58:14 mgranger Removing superfluous (and broken) clobber_manual task
(edit) @554 [554] 05/30/08 08:48:10 mgranger * Finish basic authfilter functionality. * Rename mp3 jukebox handler …
(edit) @553 [553] 05/28/08 08:30:30 mgranger * Checkpoint commit for the basic auth filter. Lots more to do with …
(edit) @552 [552] 05/28/08 06:22:58 mahlon * Checkpoint commit. * Beginning blurb for Writing a Filter …
(edit) @551 [551] 05/20/08 08:10:17 mahlon * Branching for experimental mp3 project to help drive discovery and …
(edit) @550 [550] 05/20/08 07:49:39 mahlon * Add an API filter for manual pages. Reference ThingFish API material …
(edit) @549 [549] 05/16/08 10:48:09 mgranger * Fixed dependencies-installer for ultraviolet and earlier versions of …
(edit) @548 [548] 05/16/08 09:05:38 mahlon * Add ThingFish::FIlesystemFileStore caching of sizes to help with …
(edit) @547 [547] 05/16/08 07:13:30 mgranger * Fixed up CSS for the new index * Converted from CodeRay? highlighting to …
(edit) @546 [546] 05/15/08 14:39:37 mahlon * Update links under the manual, use new generation method.
(edit) @545 [545] 05/15/08 10:22:11 mahlon * Ooops, this should have been included as part of the last commit.
(edit) @544 [544] 05/15/08 09:21:12 mahlon * Propa' link processing capability in the manual. Now we can stop …
(edit) @543 [543] 05/15/08 07:28:24 mahlon * Index order is now determined from document settings, rather than …
(edit) @542 [542] 05/15/08 07:26:46 mahlon * Indexing is now part of the document settings, rather than determined …
(edit) @541 [541] 05/15/08 07:10:31 mgranger Removed accidentally-committed debugging in the manual task
(edit) @540 [540] 05/15/08 07:08:00 mgranger * More work on the index-generator for the manual * Fixed malformed …
(edit) @539 [539] 05/12/08 10:46:28 jdavis * removed embedded null from this file
(edit) @538 [538] 05/09/08 18:52:42 mgranger * Added rdoc-generation to the cruise task and the artifacts that get …
(edit) @537 [537] 05/09/08 10:51:36 mgranger Added more archive-related functions: - Fetch the last post to the list …
(edit) @536 [536] 05/08/08 14:32:18 mgranger Add a test for a customized moderator's directory in the dir/remote …
(edit) @535 [535] 05/08/08 14:12:48 mgranger Added more list-config accessors
(edit) @534 [534] 05/07/08 11:22:04 mgranger Filled out the project, added Ezmlm module + spec.
(edit) @533 [533] 05/06/08 13:32:57 mgranger Adding base repo directories
(edit) @532 [532] 05/06/08 11:23:22 bbleything * store the validation regex in a pattern so we can reuse it easily * use …
(edit) @531 [531] 05/06/08 09:50:22 mgranger Adding the Ruby Ezmlm project directory
(edit) @530 [530] 05/05/08 07:06:48 mgranger Merged in some stuff from Arrow's manual task.
(edit) @529 [529] 05/02/08 15:55:44 mahlon * Checkpoint of some Manual generation work.
(edit) @528 [528] 05/01/08 09:28:42 mgranger Removed experimental cruft from the benchmark graphing task.
(edit) @527 [527] 05/01/08 07:10:40 mgranger Re-integrated Gruff graphing into the build in an optional …
(edit) @526 [526] 04/30/08 09:43:03 mgranger * Added benchmarks directory to the list of ignored files * Added …
(edit) @525 [525] 04/29/08 15:31:05 bbleything source:thingfish/trunkplugins/thingfish-handler-mailinglists/lib/thingfish/
(edit) @524 [524] 04/29/08 14:57:01 bbleything source:thingfish/trunkplugins/thingfish-handler-mailinglists/LICENSE
(edit) @523 [523] 04/29/08 11:12:04 mahlon * Allow Rakefile library loading from external sources (fix path …
(edit) @522 [522] 04/29/08 10:58:08 bbleything * add flag to set verbose mode * add debug and verbose messages to the …
(edit) @521 [521] 04/28/08 15:15:30 bbleything * add progress information to retry_failed_messages and …
(edit) @520 [520] 04/28/08 13:51:06 bbleything source:thingfish/trunk/bin/ml_archiver.rb * rename MLArchiver class to …
(edit) @519 [519] 04/24/08 07:25:40 mgranger * Adding a one-off little wrapper script to demo metastore migration. This …
(edit) @518 [518] 04/24/08 07:08:31 mgranger * Added methods to ThingFish::MetaStore? to support migration between …
Note: See TracRevisionLog for help on using the revision log.