0.25 2017-12-10 16:15:38-07:00 America/Denver - Change from Elasticsearch to Search::Elasticsearch - script to convert from mongo to elasticsearch backend 0.24 2013-11-16 09:23:45 MST7MDT - Add Elasticsearch backend 0.23 2013-07-22 09:28:33 MST7MDT - update to jquery 2.0.3 and jquery ui 1.10.3 - Use ArrayRef[HashRef] instead of AHRef 0.22 2013-05-28 11:05:16 MST7MDT [Remedies] - supress smartmatch warning in perl 5.18+ - use db/collection getters (MongoDB) 0.21 2012-12-04 14:15:45 MST7MDT [Refinements] - better UTF-8 handling - encode HTML entities displayed in textarea - gist URL shortcut - use SHJS for synopsis - enable public page param on create/update [Remedies] - escape left brace in regex for perl 5.17 0.20 2012-06-08 16:38:15 America/Denver [Enchantments] - Atom feed support - Option to mark a page as part of a feed - Option to mark a page as publicly viewable (no auth needed) [Refinements] - Option to mark a page as part of a collection 0.19 2012-05-11 11:01:08 America/Denver [Refinement] - Edit area scrolls with you on long pages [Remedies] - Cross platform compatible config path - Make sure Mojito::Model::MetaCPAN returns truth 0.18 2012-04-16 11:48:01 America/Denver [Enchantments] - Toggle view during edit [Remedies] - Use MooX::Types::MooseLike::Base (keeps tests happy w/ MooX::Types::MooseLike 0.03+) 0.17 2011-12-06 07:23:54 America/Denver [Remedies] - Mark data_schema.t as an author test [Refinements] - Improve docs 0.16 2011-12-04 20:58:30 America/Denver [Enchantments] - monthly calendar view of notes. For example, /calendar/year/2011/month/12 - Enable internal links of the [[URI|title]] format - cpan.synopsis $Module shortcut to show a $Module's synopsis - cpan.synopses.recent 10 shortcut to show the 10 most recently released module synopses 0.15 2011-11-20 11:51:53 America/Denver [Enchantments] - New document storage option of DBM::Deep To enable it, add the following to your configuration: document_storage => 'Deep', dbm_deep_filepath => '/path/to/your/mojito-deep.db', [Refinements] - Make default wiki language configurable with default_wiki_language => $my_choice. Choices are: textile, markdown, creole and html - Added POD page format option - Add metacpan module and author URL shortcuts [Remedies] - Ensure username is unique when add_user() is called 0.14 2011-10-29 16:19:49 America/Denver [Refinements] - Config read only once on app startup now - Configs merged with a precedence [Remedies] - require verison 0.02 of MooX::Types::MooseLike 0.13 2011-10-24 08:31:15 America/Denver [Remedies] - publish.t was running on smokers when it should not [Refinements] - Limit number of recent articles displayed via 'last_link_number' config option 0.12 2011-09-26 16:48:22 America/Denver [Refinements] - Made Mojito::Types into its own distribution (MooX::Types::MooseLike) and use that instead 0.11 2011-07-07 21:36:14 America/Denver [Enchantments] - Collections: - delete - navigation: next, previous, index - merge, epub 0.10 2011-05-02 21:27:52 America/Boise [Enchantments] - Collections: creatable, selectable and sortable - arbitrary diff potential - Publish to MojoMojo feature - MojoMojo table of contents support - MojoMojo syntax highlight support (class=prettyprint) [Refinements] - the css of both syntax highlighters: prettyprint and SHJS, has been refined - user name and email added to git commits [Remedies] - preserve title during auto-save 0.09 2011-03-24 22:46:23 America/Denver [Remedies] - Implicit sections properly added [Enchantments] - git is in the house (git backend for revisions and simple search via git grep) ${base_url}search/$search_word is the URI - Multiple wiki language support (textile, markdown, creole) [View] - A little style added for forms (via jQuery UI) - recent area style refined 0.08 2011-03-13 13:56:08 America/Denver [Tests] - @TestingMania passes now except Kwalitee. use strict fails but we have something better in place already - strictures. - Added Mojito::Middleware::TestDB to set the database as mojito_test when testing with RELEASE_TESTING set to true. - Added more tests to t/app.t usng the mojito_test db. create, read, update, delete [Remedies] - Fix conf finding logic so mojito_local.conf is not required. - Check for no recent docs before attempting to display recent docs list. [Refactor] - Template.pm attributes and builders added and moved into roles. - Broke out Doc and Link Models from CRUD. 0.07 2011-03-09 23:03:56 America/Denver [Tests] - Plack::Test test suite for release mode. [Misc] - Explicitly state that Perl 5.10.1 is required. 0.06 2011-03-07 23:02:08 America/Denver [Enchantments] - mojito.conf with mojito_local.conf and $ENV{MOJITO_CONFIG} override option. - Expose /public/feed and /public/page views 0.05 2011-03-07 08:26:26 America/Denver [Enchantments] - Digest Authentication required on all non /public URLs - implemented script/add_user.pl to add users to the DB for page access. - enabled setting both the db and collection in the DB role. Now we can get to a 'bench' database and a 'users' collection. [Refactor] - Middleware for Mojito object - Controller golfing - renamed notes database to 'mojito' 0.04 2011-02-28 22:43:00 America/Denver [Refactor] - A Mojito object is now a derived class of Mojito::Page. 0.03 2011-02-27 20:47:52 America/Denver [Enchantments] - base URL implemented so app can be mounted at root or not. - Added Mojito::Middleware so Mojito objects can be wrapped into the application. - Created Tatsumaki version of Mojito. [Refactor] - Created and implemented a Mojito "meta" object to handle the bulk of route bodies. 0.02 2011-02-15 20:56:33 America/Denver [Enchantments] - Auto save and simplified button choices as a result - more rows to fallback to when vertical autoresize fails [Remedies] - Support multiple cpan shortcuts within one document 0.01 2011-02-15 00:36:58 America/Denver [Remedies] - Exclude Fixture from require modules since it's in the dist. 0.001 2011-02-15 00:09:43 America/Denver Initial Release