Skip to content

Commit

Permalink
Prepare for CPAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg committed Jan 7, 2009
1 parent 07202ef commit 846a23b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes
@@ -1,3 +1,8 @@
0.999026 2009-01-08 00:21:00
- Fix a javascript issue with insert attachment
- Fix comments formatter
- Make wantedpage list only apply to current subtree
- Make tagged_descendant work for postgresql
- Changed default search to AND using default_boolop of QueryParser.
- Edit search_inline.tt to display like search.tt.
- Improved search result layout and added content creation date.
Expand All @@ -6,6 +11,7 @@
- Fixed chars count in page info
- Resolve some fastcgi encoding issues
- Link to revision in info page.

0.999025 2009-01-04 23:39:00
- Updated language selector, add fr to choices.
- Improved search setup error handling on startup
Expand Down
2 changes: 1 addition & 1 deletion lib/MojoMojo.pm
Expand Up @@ -24,7 +24,7 @@ use Module::Pluggable::Ordered
except => qr/^MojoMojo::Plugin::/,
require => 1;

our $VERSION = '0.999025';
our $VERSION = '0.999026';

MojoMojo->config->{authentication}{dbic} = {
user_class => 'DBIC::Person',
Expand Down

0 comments on commit 846a23b

Please sign in to comment.