MojoMojo
view release on metacpan or search on metacpan
- Restrict page deletion to admin users only
Improvements:
- All Methods/subs now documented
- POD Coverage test on by default
1.00 2010-05-09 00:04:20
New Features:
- Create a default page for new users.
- Replaced shrunken-head image with a "Stop" sign (dandv)
Bug fixes:
- Fix WantedLink to use normalize_page to match links
- Removed File::Slurp dependency after removing it from Text::(Multi)Markdown
because it fails installation under Strawberry Perl (dandv)
- IRC Formatter auto-color nicknames (issue #27) (linio) [his last commit, RIP now]
- Attachments size in Page info is now correctly displayed (issue #53) (linio)
- Remove 'Alerts' from Syntax Highlight list - it's Kate's hidden module (issue #52) (linio)
- Fixed formatter_all_textile tests to work without Syntax plugin
Improvements:
- Refine POD so lintian is happy (debian build tool)
- Add unicode code option to DB connect string. This allows us to remove
the use of UTF8Columns which is deprecated. Hook in CHARTSET=utf8 for MySQL deploy
Misc:
- Test::Notabs is now optional
- HTML::Toc is now required
0.999042 2009-12-01 21:42:00
Syntax change - please update affected wiki pages:
- {{include <url>}} and {{feed <url>}} instead of the implicit syntax
{{<url>}} and {{feed://<url_without_protocol>}}
New Features:
- Added (versioned) page renaming in Page Info (dandv)
- Add delete page function
- Replaced String::Diff with word diff (Ryan52)
- e-mail addresses in user .profile-s are now protected against spambots (dandv)
Bug fixes:
- fixed inserting images via the toolbar after markdown="1" support (dandv)
0.999041 2009-10-26 11:55:00
New features:
- add markdown="1" to block-level HTML elements to interpret Markdown (dandv)
Translation:
- Italian. MojoMojo ora parla italiano (enrico)
Bug fixes:
- Exports now export the entire subtree (dandv)
- Sub pages do not show pages without view permission (linio)
- Fixes for Pg Compability (depesz)
- Users 'Active' field now shows users not validated yet as inactive (linio)
- Login is now page-sensitive (marcus)
- Changed RSS Formatter to use entry summary instead of body (marcus)
- Fixed issue with incorrectly calculated cloud size (linio)
Documentation:
- improved and centralized installation docs into lib/MojoMojo/Installation.pod
0.999040 2009-09-04 19:53:00
- Format content body and store in content.precompile
Use this precompiled body when available for page delivery (see page/view.tt).
/.precompile_pages action for precompiling all page versions.
This action can take a few minutes for the Catalyst wiki (~2000 page versions).
- Fixed [[child]] and [[../sibling]] display bug when first creating a page.
Adjust tests to reflect that [[../sibling]] formats to parent/sibling
instead of ../sibling. (mateu)
- Simplified and improved sub-pages. Speed and layout enhanced. (mateu)
- Made subtree KinoSearch work (mateu)
- Added paging for .list (dandv)
- Catapulse theme (dab)
- Madrid.pm theme (diegok)
- More español (diegok)
- Updated jQuery inplace editor and related code; fixed '&'-encoding bug
which caused any text after the '&' to be lost when editing in-place (dandv)
- Simplified 404 page handling in suggest.tt (mateu)
- No cookie for anonymous user requests, and cookie test (mateu)
- Removed PageCache (mateu)
- .rollback now only works via POST (dandv)
- Fixed bug in MojoMojo::get_permissions_data (uninitialized hashref) (mateu)
- Main formatter now guaranteed to end the content with *one* newline (dandv)
- Remove some obsolete crud (dandv/marcus)
0.999033 2009-08-14 12:40:00 UTC
- Fixed security issue allowing anonymous users to delete attachments (dandv)
- Cleared the RT bug queue (5 bugs) (dandv)
- Added 'resource' metadata to META.yml to indicate bug tracking, source code
repo and mailing list URLs at http://search.cpan.org/dist/MojoMojo (dandv)
- Added 40+ tests to t/c/{attachment, page_edit, user}.t, fixed email.t to
restore admin's password, better handling of missing test prereqs. (dandv)
- Refactored C::Attachment, MojoMojoTestSchema, attachments/list.tt (dandv)
- Bump up test_requires Test::More version to 0.88 so we can use done_testing()
0.999032 2009-08-02 22:39:00
- The page cache plugin was caching the empty body before a redirect, and
( run in 1.258 second using v1.01-cache-2.11-cpan-39bf76dae61 )