[libmojomojo-perl] annotated tag upstream/1.12+dfsg created (now fa4cce2)

gregor herrmann gregoa at debian.org
Sat Jan 13 22:02:30 UTC 2018


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/1.12+dfsg
in repository libmojomojo-perl.

        at  fa4cce2   (tag)
   tagging  2350efe020d24fff90a4040b6a1af3cf5e1f6b50 (commit)
  replaces  upstream/1.11+dfsg
 tagged by  gregor herrmann
        on  Sat Jan 13 22:11:25 2018 +0100

- Log -----------------------------------------------------------------
Upstream version 1.12+dfsg

Andreas Koenig (1):
      * encoding utf8

Arne Fismen (6):
      added a new theme
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      updated default theme header to support fluid widths
      updated css to support new default theme
      changed breadcrumbs color
      updated breadcrumbs hover style

B10m (8):
      update changes
      Typo fixes
      Fixed CDATA tag. Now RSS feeds are valid according to w3.org
      Added "Delete page" feature. Tested on SQLite and MySQL.
      Extra check to make sure people _are_ allowed to delete the page.
      Pages will now be removed from search index as well
      Prevent deletion of root node ('/').
      Tests for page deletion

Carl Franks (1):
      remove use of DBIx::Class::HTML::FormFu in schema - no longer used

Daisuke Maki (lestrrat) (11):
      add ja in the bottom
      move the welcome message to .po files (currently the language switch is done via env vars, but that seems a bit icky)
      honor default_lang setting from config
      more japanese
      be aware of multibyt wiki text that may turn into page title / url
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      missing dep Catalyst::Plugin::Cache
      fix export problems with unicode data
      minor localization tweak
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      more localization

Dan Dascalescu (283):
      Made it more visible in error messages that directories were undef
      Made the header.png transparent at the top rounded corners and upated the CSS to remove the "White" background
      Deleted outdated files
      Minor: fixed warning when running test
      Fixed Formatter module comments
      Minor: more comment updates; added .gitignore
      TOC - first try
      Workable and tested TOC plugin; XHTML compliant and human/SEO friendly anchor names
      Typo, needs Textile2, not Textile in "use"
      Added TOC parameters (min-max header level) and full XHTML compliance
      Monir: added hashbang line for all .t files
      Minor: added HTML::FormFu::Model::DBIC dependency for C::User->prefs; updated # of TOC tests
      Prefixed all class names in MojoMojo::Schema with their full class name, per the practice in DBIx::Class::Relationship and discussion with mst
      Page info: clarified that "Attachments" refers to the number of bytes, not attachments; updated PO files
      Clearer revision byline, listing author's name and update time, in agreement with a Catwiki
      Remove bogus space after wikilinks
      Removed old dependency on Cache::Memory. We are using Cache::FastMmap
      More pleasant blockquote CSS, with 2 large quote signs around the text. No images are used.
      Moved tag actions (+/x) after the tag; made the gallery tags resemble more the page tags
      Pretty printed template, added Roles column to the admin/user page table
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Updated installation to link to the Wiki and mention prerequisites.
      New table of contents (TOC) formatter based on HTML::Toc
      Pretty printed templates. Gentlemen, let's use spaces only for indentation. No tabs.
      Added specific requirements for Encode and TT, after a user reported errors with older versions
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Switched default language to English :-P
      Copied over TOC from syntax_change; added specific dependencies to Makefile.PL; fixed whitespace
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Uniform usage of spaces only for indentation. No more random tabs.
      Cosmetic changes to code. No functional changes
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Made attachements cacheable; persist original attachment when deleted and delete only derivatives
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Fixed Markdown help: removed WikiWords reference, fixed table structure, added doc on footnotes, added optionality of trailing #'s on headings, fixed nested lists (had to compensate for PRE_CHOMP and POST_CHOMP being enabled)
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Updated markup syntax help: factored out plugin syntax and wikiwords, sanitized the CSS
      Removed makrup "Syntax" link from the Attachments page, where it doesn't make sense.
      Indent the HTML source of the Edit page in a more human-friendly fashion using the TT "indent" filter
      LF mode for edit.tt (was CR/LF)
      First version of Textile-to-Markdown conversion script
      Forced dependency on HTML::WikiConverter::Markdown 0.05 which fixes several bugs I reported
      Modified TT to ouput nicely Indented HTML output for the navbar
      Fixed picture/image insertion toolbar code for Markdown (was a copy of the Textile one)
      Wikispaces to Markdown conversion - first draft
      Removed second half of pod.css (identical to the first half (!))
      Fixed list styles in themes: ordered lists have list-style 'decimal', unordered ones have 'square'; removed the 95% font sizing for nested lists.
      Added IE6 compatibility for list items stlye
      Workaround for HTML::TocGenerator not dealing with headings >= 10. Normally, there's only H1..H6 anyway.
      Complete workaround for TocGenerator's limitations of ToC heading levels
      Added styling of footnotes: superscripted and between square brackets
      Refactoring: moved the Dummmy package out of tests into t/lib/DummyCatalystObject.pm. All tests pass.
      1. Added missing files to previous commit
      Wikilinks now support anchors (fragments) and escape characters that would be invalid in URLs.
      Renamed expand_wikiword to expand_wikilinks and added support for URL-encoded characters
      Anchors in Wikilinks support periods; POD in Wiki.pm is now up-to-date regarding wikilinks.
      Fixed Redirect to parse all URL-valid characters after =redirect instead of just \w*
      Added a comment with XML::LibXSLT's dependencies (see https://rt.cpan.org/Ticket/Display.html?id=44865)
      Added rel="nofollow" to tell search engines not to crawl edit links
      Fixed a non-closed span; added newlines to the HTML source (whoever set POST_CHOMP and PRE_CHOMP in MojoMojo/View/TT.pm, be damned :)
      Updated formatter documentation. No code changes.
      Corrected documentation for the Scrub formatter.
      New formatter plugin: {{cpan Some::Module}} auto hyperlink.
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Updates 'Changes' file
      Add 'external' class to CPAN links. Test for multiple {{cpan}} calls per page.
      Updated tests to use DummyCatalystObject instead of repeatedly defining their own Dummy
      Added live test stub for multiple formatters, with main formatter set to Markdown
      Re-added border around TOC, because otherwise it looks like an ordinary list. Screenshot at http://i39.tinypic.com/snl4ih.png
      Changed tabs to whitespaces
      Added 1em of whitespace between the preview area and edit area in the vertical split mode
      Improved navigation:
      Space out the tags
      Interpret image markup, preserve divs, spans and their attributes
      remove bogus last line of test
      Tabs to spaces; reverted unintended changes by marcus in 80c4e3dc3174b6e825bba1f7c521e0a0a7aab44c
      Only display the link to the User preferences page, in the user page
      Don't process Markdown in <pre> sections
      Added test for wikilinks to ../parent
      Updated test DB to match the new schema; updated test for wikilink to sibling
      Fixed wikilinks to parent; added 6 tests, of which 3 are failing TODOs
      Fix stupid mistakes made when formatter_all_markdown.t was cargo culted into formatter_all_textile.t
      Updated POD to reflect the new {{...}} syntax. Also, we use Textile, and no longer Textile2.
      New formatter 'Main' to dispatch to Markdown vs. Textile based on the MojoMojo->pref('main_formatter').
      Uniform use of $eval_res instead of $@ closure in module_loaded()
      Lots of tests for Markdown. Removed $c from Textile and Markdown (no longer needed).
      Updated Changes, crediting Catalan translation, removing a duplicate item about preview width etc.
      Removed superfluous bogus extra unwanted redundant junk character 'o'
      Added Markdown test for <http://url> direct hyperlinking (fails).
      Better tests for the POD formatter
      Added two failing tests for 4-space indenting in <pre>, and one for failing POD with Markdown
      Added test for revisions
      Better error message formatting by enclosing the error detail in a <span class="error_detail">.
      Make the erorr page icon stay put (floated right) regardless of the error message size
      Added test for Unicode capabilities. Can't use Catalyst::Test for this at the moment due to a bug documented at http://dev.catalyst.perl.org/wiki/bugs/Catalyst_Test_get_does_not_encode_the_content
      Made the Scrub formatter run *after* the main formatter. This allows Markdown blockquotes and direct <http://links>.
      Removed extra apostrophe displayed when internal search was disabled. Minor refactor elsewhere and no code changes.
      Fixed the layout of the user profile page
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Refactorings in Controller::User allowing for more detailed error and notification messages
      Normalized indent to 4 spaces in mojomojo.css
      Beefed up the forms after a user managed to store in the DB an e-mail ending in a space. Also fixed missing constraint error messsages to be set to the defaults in FormFu's I18N .pms
      Renamed DummyCatalystObject to FakeCatalystObject per 'xUnit Patterns'
      Fixed sloppy writing and passive-aggressive comments in Changes'
      Fixed comment typo
      Tidied up RSS.pm
      Removed the 'E' accesskey for 'Edit' from the bottomnav.tt which duplicates the one from navbar.tt, because Firefox 3 won't activate the link (see https://bugzilla.mozilla.org/show_bug.cgi?id=425496)
      "Cuidado" -> "Use with caution". Wiping out data is a bit too dangerous to mess around with funky language.
      Updated Cache::FastMmap dependency to delete /tmp/sharefile-* when MojoMojo is killed
      Removed toolbar icons for formatters, which are now grouped in a drop-down
      POD fixed and Markdown syntax fix
      Normalized CSS mixed indent from 1tab/2spaces/4spaces to 4 spaces
      Better visibility for unvisited links in the Catalyst theme
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Whitespace changes only (fixed indentation, tabs to spaces)
      Minor changes to Changes
      Removing DBIx::Class::PK::Auto from schemas as it has been part of DBIx::Class::Core since 19 Jun 2007
      Switched from 'base' to 'parent' per Catalyst practice
      Tell search engines to not follow the diff link
      Fixed a bug where the second time a page was edite, the Save button still read 'Create'
      Added failing test for underscore in code in Markdown footnote
      Better POD for Controller::Page
      Unified search and search_inline .tt, and fixed search redirecting to /
      Indented navbar.tt and made sure the HTML output is properly indented
      Fix DOS (GitHub issue #33) due to site preference for Google search being ignored by .search(/inline)?
      POD and cosmetic fixes for Search stuff (Controller::Page and Model::Search)
      Stop sending bogus "search_type" parameter to Google when searching
      Fixed more HTML output indenting
      Removed line-height: 0 for .newWikiWord a because it clustered together links in different paragraphs
      Don't indent content because that indents it in the split edit text area as well
      Indentation/POD/cosmetic fixes
      Fixed security leak that would not check permission for recent and backlinked pages
      Cosmetic fixes in Schema::Result::Page
      Added support for sections to the CPAN hyperlink formatter
      PODified comments
      Correctly save the pre_hacked_uri by creating a new URI object instead of taking a reference to it. Fixes GitHub issue #38.
      Added test for the incorrect URL in the error page and used ->clone to store the pre_hacked_uri
      Set overflow: auto for content in order for wide unwrappable elements to be visible via scrolling
      Improved POD for Schema::Resullt*::Page*
      Added POD describing the Content table structure and made sure releas_date is only used internally
      Made the location of the Cache::FastMmap sharefile cross-platform
      File::Spec->tmpdir is better than $ENV{TEMP}
      The Save buttons are now visible beneath the edit area in the Catalyst theme.
      Uniform page titles for attachments, gallery, and individual gallery photo
      Fixed markup inserted by the edit toolbar buttons for images and links
      Fixed markup inserted by the edit toolbar buttons for images and links
      Prettify HTML output whitespace
      Lots of grunt changes in POD.
      Finalized POD grunt improvements
      Missed one =item
      Fixed 'Edit page' link being disabled due to logic in this_page_link.tt
      Parenthesize!
      Updated the Formatter documentation and simplified gen_re
      Converted deprecated DBIC search_like to search with -like parameter
      Stop Textile from encoding non-ASCII Unicode characters into HTML entities
      Added my changes and reformatted the change log per autarch
      Fixed angle brackets being removed from code sections (GitHub isue #41).
      Updated changelog and fixed wording for anon user edit message about setting a password.
      The changelog entry about angle brackets being stripped, slipped between the cracks
      Skip Imager tests if libjpeg is not installed
      All-whitespace photo descriptions were quasi-uneditable (RT #45633)
      Simpler, cleaner and more precise code to tell which modules exactly are required by tests.
      Set the bug tracker URL to GitHub issues... via an undocumented Module::Install call - 'resources' which generates the proper META.yml entry
      Corrected help for Markdown preformatter code blocks. Thanks hobbs for the haiku
      Cleaned up the markup syntax headings
      Prevent robots from following attachment manipulation links
      POD cleanup in MojoMojoTestSchema.pm
      Fixed some silly typos in schema_DBIC_Attachment.t
      Minor whitespace fixes
      Fixed 'Repository' capitalization in Makefile.PL
      Leave HTML whitespace in the output as intended, despite PRE_CHOMP and POST_CHOMP settings in View::TT
      Controller::User now returns 400 error codes for invalid actions. Added actual tests to t/c/user.t and page_edit.t
      Adjusted .tt for indented HTML output
      Minor whitespace additions
      Fixed security issue that allowed anonymous users to delete attachments. Added 22 tests
      Factored out the permissions check from attachment list.tt because they need be done only once for the page, not for each attachment.
      Clarified t/01app.t
      The test for deleting an attachment while logged in fails for reasons unknown on Ubuntu, but passes on Windows, and the code behaves correctly when used in the development server. Marked the test as TODO.
      Refactored MojoMojoTestSchema for clarity and correctness; updated tests that use it.
      Fixed t/c/email.t to restore admin's password. This enables subsequent tests, like t/c/page_edit.t, to pass.
      Fixed branding and linebreaks in password reset email
      Fixed t/c/user.t to match the actual admin user name ($ENV{user}). Skipped tests in t/c/page.t now pass.
      Cosmetic fixes
      Commented out attempt to automatically unzip uploaded ZIP archives and corrected POD for Schema::ResultSet::Attachment
      Fixed typo that caused hiding of attachment delete links and added tests. All tests pass now.
      Refactored the Attachment controller so that actions detach to an 'unauthorized' action (which 403s with an explanatory template)
      t/app is for Selenium tests
      Updated Changes. Prepared for release.
      Added page_edit.t test for creating a new page
      Added paging for .list
      Fixed typo "Markdow help" reported by marcus
      Fixed formatter_include.t to run the include test on parts of the wiki itself even with TEST_LIVE not set
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Documented the automatic inlining of pages included from the same wiki
      Fixed localization messages for the Include formatter (never append a variable to a message; interpolate it using 'x')
      Added robots.txt to prevent crawling of /.jsrpc/. Most importantly, this prevents diffs from being indexed.
      Deleted duplicate favicon.ico and moved robots.txt to static/
      Added comment in robots.txt about web server aliasing
      Moved Formatter::File to the Formatter-File branch until it's ready for prime time (GitHub issue #46)
      Forgot to move t/formatter_file to the Formatter-File branch
      Fix 'Modification of non-creatable array value attempted, subscript -1' error when testing formatter_syntax_highlight.t on Strawberry Perl 5.10
      formatter_docbook.t nicely skips tests if optional module MojoMojo::Formatter::Docbook was not installed
      Ensure that formatter output ends uniformly with exactly one newline.
      Updated inplace editing: fixed '&'-escape bug, HTML-filter values, removed obsoleted code
      Added Changes entry for the jQuery inline editing commit
      Controller::Gallery now properly shows 404 not found pages for invalid requests
      Removed gratuitous $-prefixing of JavaScript variables from edit.js
      Made split mode truly sticky
      Refactored edit.js for style (underscores vs. camelCase, apostrophe-quoted for strings) and scoping (moved _create_tolbar_select inside its caller)
      Split edit mode is no longer controlled via URL parameters
      Improved comments in MojoMojo::Schema Page and Content
      Ordered methods in Schema::Result::Page semantically (tagged_descendats before tagged_descendants_by_date etc.)
      Replaced unused styles for in-place editing with current ones
      Added reCAPTCHA to Makefile.PL and reordered optional items msot commonly used first
      Refactored Controller::PageAdmin with 'unauthorized' action so that .rollback can detach to it if called via GET
      More refactoring in Controller::PageAdmin to use the 'unauthorized' action
      Improved POD for Schema::Result:: PageVersion and Content
      New feature: rename a page (versioned). Updated Changes
      Set visited link color to IBM's standard, for better accesibility
      Removed duplicate and outdated installation information from INSTALL and centralized all installation instructions into lib/MojoMojo/Installation.pod
      Fixed minor error in Installation.pod - server is launched with mojomojo_server.pl, not just mojomojo_server
      Added mojomojo_fastcgi.pl's dependency FCGI::ProcManager to Makefile.PL
      Fixed commit "Added mojomojo_fastcgi.pl's dependency FCGI::ProcManager to Makefile.PL" so that whitespace is preserved
      Bumped Text::MultiMarkdown dependency to fix failing tests
      Cosmetic: moved the test description in front of tests for formatter_wiki.t
      TODO tests in formatter_markdown.t now pass thanks to MMD support for markdown='1'
      TODO tests related to markdown="1" in HTML block-level elements now pass in formatter_all_markdown.t
      Updated Changes: markdown="1" feature, improved installation docs.
      Merge branch 'master' of github.com:marcusramberg/mojomojo
      Fixed export to actually export all subpages. Better export filename includes complete timestamp.
      The 'Export' link in the top navbar now exports the subtree that starts on the current page, not the entire wiki.
      Revert "toolbar: workaround for image insertion in markdown" to proper fix by inserting a markdown="1" attribute after Text::Markdown update
      Minor changes to edit.js: double quotes around div attributes, uniform lowercasing for toolbar buttom tooltips; tabs converted to spaces
      Protect the e-mail address displayed in the user/.profile against spambot harvesters
      Updated Changes. dandv is back.
      Added CSS for defanged images to indicate they were not rendered
      Double-quoted YAML values containing "$" and "%", for extra compatibility
      Added such fancy features to formatter_all_textile.t as use strict; and proper TAP output
      Made Syntax::Highlight::Engine::Kate truly optional, including in tests
      Added some dependencies caught by jawnsy when installing on a virgin box
      Two minor whitespace changes
      Added explicit syntax for the Include and RSS formatters: {{include <url}} and {{feed <url>}}
      Added the Include and RSS syntax change to Changes
      Improved/removed comments: the .recent list *is* populated even without tags
      Made all tests use strict, removed t/c/journal.t (leftover from old days)
      Prevent crawlers from retrieving exports, because they take up 100% CPU
      Added warning about Defang corrupting markup
      YouTube formatter correctly outputs '&'s in links now. Added test against Defang interference.
      Added TODO failing tests against Defang breaking links
      Added TODO failing test against Defang breaking footnotes
      MojoMojo.pm forgot to mention editing mojomojo_local.conf instead of mojomojo.com. Also updated the DESCRIPTION of MojoMojo.
      Replaced the creepy shrunken-head with a professional "Stop" icon from the "Crystal Clear" icon set by Everaldo Coelho (http://commons.wikimedia.org/wiki/Crystal_Clear).
      Removed File::Slurp dependency
      Added a NoTabs test and some cosmetic changes
      Fixed minor CSS issues reported by Fried
      Formatter the MojoMojo.pm POD properly
      Format the MojoMojo.pm POD properly.
      Utility scripts to import/export raw pages. Dump a page's markup content to STDOUT, or load it from a file.
      Added sample DSNs for PostgreSQL and MySQL that were removed by commit 7217d417a3fbdef3ea706701065d5c982f5b51b3.
      Script to delete the precompiled cache for a page. Useful to re-render a page after MojoMojo formatting issues have been fixed (e.g. this one concerning the YouTube preview frame being rendered even when viewing the page - http://bit.ly/8Y0cXX), without unnecessarily bumping up the version number of the page.
      Prevent search engines from crawling .inline pages
      Prevent most actions from being run on non-existent pages (allow only login/logout/register/recover_pass, and 'edit' to create the non-existent page). Fixes issue #36 and issue #80.
      Add two PNG logos
      Re-added POD that was removed by stupid revert commit  4bf4d7df3098357766b5
      Allow only logged-in users to export, to alleviate issue #39
      Add 'rel=nofollow' to the last jsrpc/diff link that didn't have one
      Check input for gallery pages (be numeric) and jsrpc/diff (page must exist). Fixes issue #83.
      Minor cosmetic fixes
      Prepare work on issue #87: move page deletion to the model
      Script to delete inactive users and their page revisions, useful to clear spam
      Amend commit e687be32508b676b0ab81e3c8fb34f10284aec0d to allow the 'render' action on non-existent pages (i.e. newly created pages, while the content of their first version is being typed in
      Cosmetic changes to C::Admin, C::User
      Fix issue #88: replicate the navbar at /.users to the bottom of the page
      Cosmetic: remove spurious whitespace
      Nofollow revision history
      Fix lib path for delete_inactive_users.pl
      Simple yet effective registration antispam measure: signup question
      Fix erroneous quote
      Update link to MMD syntax
      Point to the new GitHub location (fix RT 81306)
      Stop Google from crawling the print version of a page
      Protocol-independent Google search
      Disallow crawling the .inline version of pages

Dave Rolsky (104):
      Make spawn_db take CLI args instead of prompting.
      Show active as "yes" or "no" in the UI.
      Merge branch 'spawn_db-improvements'
      Changelogging for active yes-or-no change and spawn_db changes
      Revamp the display of attachments.
      Merge branch 'master' into attachment-list-revision
      Remove stray <li>
      Double width of filename cell
      Use Number::Format to generate saner file sizes for attachments
      add uploaded date to attachments table
      Widen date column
      Widen type column
      Add non-computerese descriptions for some common content types.
      Fix typo in mime type description
      Add some debugging for path munging
      Fix the gallery action so it actually works
      changes for work in this branch
      add a space in the title of the gallery
      Revert "Add some debugging for path munging"
      "The Wikilicious page" is not very helpful.
      Fix attachment deletion js to remove the table row
      Only show attachment list table & gallery link if there are attachments on the page.
      Re-implement "insert link" as a proper link to the edit form.
      The content object set in the stash for editing was never used.
      Make attachments viewable/uploadable without going to edit form first.
      Update changes
      updated the .po files
      Always make the attachments link live
      Reorganize the nav menus into three groups:
      Check for attachment permission on upload, but not on view
      Make a separate plain_upload action for the plain upload form and use it to check auth.
      Use uri_for instead of hand-building a URI
      Don't show insert link or delete links unless user has correct permissions
      Refactor checking view permission and use it for attachments as well.
      Add changes for gallery link fix
      Merge branch 'attachment-list-revision' into menu-reorg
      Move thumbnail under the filename for images
      Move thumbnail under the filename for images
      Revert "Uniform page titles for attachments, gallery, and individual gallery photo"
      Revert "Fixed markup inserted by the edit toolbar buttons for images and links"
      Add <thead> and <tbody> to attachment list table. Also remove extra </td>
      We must redirect after logging a user out in order to force a re-evaluation of permissions.
      We already told the PageCache plugin to check if the user exists, no need to do that in our hook too.
      Changes for the logout fix.
      Make sure we do not cache the page on a redirect.
      Merge branch 'master' into menu-reorg
      Create the anonymous_user preference when populating a new db
      Changelog for change to make anonymous_user pref gets set when db is populated.
      Merge branch 'master' into menu-reorg
      Added missing paging links for admin's user list
      Show active users first in the users list.
      Use Next & Previous for page links since that's already been localized
      update .po files
      Merge branch 'master' into menu-reorg
      tidy flash_upload before messing with it
      Do not require a logged-in user to upload an attachment.
      Use " instead of ' in attr quotes (to be consistent)
      Small tidiness tweaks for JS
      The flash uploader only works for logged-in users, so don't show it without a user.
      Add indentation for nested TT conditionals
      Accidentally removed PageCache earlier.
      The plain upload form needs whitespace before the attachments table
      Made marking the current page in the nav a filter, which makes the code _much_ simpler.
      Add changes for menu-reorg branch
      Make all top-level menu items really wiki-wide, instead of path-context-sensitive.
      Changelogging for latest menu reorg changes
      Merge branch 'master' into menu-reorg
      update .po fles
      Only show prefs link if user is looking at their own profile.
      Show the person's name under "Edited by" in recent changes, not their login.
      Changelogging for recent changes change
      You administer a wiki, you don't administrate it
      More wordsmithing on the welcome message
      The default permissions are now taken from the database, not read from config.
      If the content has a version, the page exists.
      Move "create/save and view" to be the leftmost button
      Reformatting, restyling, and retexting of Markdown help.
      More <pre> tags in markdown help
      update .po files
      Changelogging for syntax help changes
      Changelogging for edit button change
      delete is both broken (for Pg at least) and not checking perms!
      Changelogging for removing delete
      Merge branch 'master' into menu-reorg
      Credit mateu for his changes
      Fix the version count for pages with one revision
      Make page revision list a full-width table and show it in the proper order.
      Changelogging revisions display change
      Explicitly use count method on resultset
      Move logic for showing "edit page or page" link to its own template and use this for both top & bottom nav.
      A loop var was stomping on the page var for the current page
      Remove some debugging cruft
      Base the edit preview & textarea height on the window size.
      Changelog for edit mode size changes
      Wrap some particularly log changelog entries
      Tweak error for "you need to deply a database" a little.
      Revise changelog format and try to group related items
      Use warn for the no db error message
      Changelogging for db check in prepare()
      Fix a typo in a change entry.
      Fix a typo in changes
      Wrap at 78 characters for each change
      Reordered changes to try to put the big changes & bug fixes first.
      Revert "The default permissions are now taken from the database, not read from config."

Devin (1):
      Patched image.tt so that Markdown can be used for attachment inserts

Devin Austin (5):
      "Upload" -> "Click here to upload attachments"
      fixed upload text
      fixed upload ids
      fixed '+' error
      fixed tags "+" error here too

Diego Kuperman (8):
      madrid-pm theme base created
      Fixes & adds to the spanish .po file
      madrid-pm theme updated
      Use default_lang for the search analyzer when possible
      Warn about switch default_lang on a running site
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Clean wanted precompiled and create links on page creation (fix issue #57)
      Default View::Email config updated

Doyle Young (1):
      Fix deprecation warning for left curly braces in regular expressions

Florian Ragwitz (5):
      Ignore various .out files created by tests.
      Use Email::Send::Test in the test suite.
      Add tests for password reset email delivery.
      Use C::V::Email instead of C::P::Email.
      Remove unused SubRequest dependency.

Iain Arnell (2):
      Fix to work with Email-Sender >= 0.120000
      Fix $mech->post vs. ->post_ok confusion

Igor the Bliss (2):
      Added russian localization and added 'ru' for footer navbar
      Continued editing the russian translation

JEEN (1):
      add korean translation

Jan Henning Thorsen (31):
      /page/search: Fixed uninitialized value bug, if there's no q=
      started cleaning up root/base/page and friends
      Merge branch 'master' of git at github:jhthorsen/mojomojo
      Fixed max/min width toggle, but...
      fixed & vs & in urls: view.tt validates
      edithelp.tt is split and put into seperate files
      mouseover child_menu event is moved into wiki.js and disabled
      moved edit toolbar markup into javascript
      cleaned up more indent, js and markup
      added newline to set-language-navbar
      Merge branch 'tt-cleanup' of git at github:marcusramberg/mojomojo into tt-cleanup
      fixed maximize container
      changed to static 10pt
      added alt/title to maximize image
      fixed "no tags in use" error message
      altered loading order in <head>
      more templates are wrapped
      admin pages are also wrapped
      wrapping and cleaning
      typof .. == Object ... Object != object
      fixed missing content div and navon classes
      syntax help is tabbed
      split_edit_button and toggle_split_button is controlled by js
      fixed tabbing initialization bug
      forgot to write changes from tt-cleanup
      Improved syntax help: does not cover the textarea
      improved syntax help for split edit
      Merge branch 'tt-cleanup' of git at github:marcusramberg/mojomojo into tt-cleanup
      fixed: Set language is on seperate line
      font-size is em again (not my choice...)
      fix cache uniqness

Johannes Plunien (110):
      fixed TT syntax error
      using PRE_PROCESS => global.tt to have loc() MACRO available everywhere even if header.tt is not rendered
      fixed broken save/edit function
      fixed /.admin ( replaced $c->form->valid(...) by $form->params->{...} )
      Made FormFu to use localization of Catalyst context. Added _loc to FormFu configurations.
      Added ugly (but working) local version of Locale::Maketext::Extract::Plugin::FormFu
      Added new language to update_po.sh: DE
      resized syntax help
      Added missing loc() calls.
      Replaced "%1" by "x" in all msgids.
      Fixed syntax errors
      added missing loc() calls, fixed word wrapping in <pre>-blocks
      Replaced '%1' by 'x' in msgid.
      Added missing loc() calls.
      Updated .po files, added de.po
      fixed a few .de translations
      fixed autocomplete in "Edit Role" to add users to a role
      typo fix + renamed one translation
      Merge branch 'i18n' of git at github.com:marcusramberg/mojomojo into i18n
      updated .gitignore
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      First big ResultSetManager refactoring - there are still some parts left to FIXME
      refetch page to have ->content available, else it will break in DBIC 0.08099_05 and later
      Merge branch 'master' into refactor_ResultSetManager
      replace whitespace by underscore to fix "Wanted Pages"
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Wrapping DateTime-new because datetime may not be extracted correctly from exif data of jpeg files
      sorry, removed debug output
      Merge branch 'master' into refactor_ResultSetManager
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      added Locale::Maketext::Extract::Plugin::FormFu to MANIFEST.SKIP
      Rewrote locale extract plugin for FormFu
      Updated po-files
      First big ResultSetManager refactoring - there are still some parts left to FIXME
      removed deprecated msgids
      Settings language in xml-tag dynamically, thanks to pierrick
      Get preference key/value from cache if possible.
      updated Changes
      We have lost msgstr in en.po - fixed
      Fixed x => %1 etc in no.po and re-run update-script with latest Locale-Maketext-Lexicon
      Removed orphaned msgids from no.po
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Removed orphaned msgids from fr.po. Added fr to update_po.sh.
      Fixed broken setting keys (open_registration, restricted_user)
      Fixed ->pref() not to break if first parameter ($setting) is undef
      Fixed broken registration
      Redirect to last page after changing language
      Added missing loc() calls
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Fixed typos in german translation
      Fixed /.users to show logout-link correctly if user is logged in. This bug has been cause by using "user" as variable in while-loop
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      New formatter: SyntaxHighlight
      Wrap kate->language call in eval to catch unknown languages
      Fixed newline-after-comment-issue partially. Renamed CSS classes to avoid clashes.
      Added SyntaxHighlight formatter to list of available formatters
      Fixed newline issue by stripping \r
      Removed TODO
      Fixed search setup error handling on startup
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Fixed POD of SyntaxHighlighter, updated .gitignore
      Fixed all POD errors and a few of pod coverage, but still a lot of pod coverage left TOFIX
      Updated formatter list
      Limit syntax highlighter to Textile until we have a proper solution for Markdown
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Does not fix my issue, but it looks quite wrong though
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Fixed chars count in page info
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Switched from Cache::Store::Memory to Cache::FastMmap
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Fixed split edit on FastCGI
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Minor POD bugfix
      Updated de.po
      No explicit transfer of args from split_edit to edit anymore
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Using Config::JFDI in mojomojo_spawn_db.pl
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Disabled Text::Textile encoding html entities at all until someone comes up with a better idea
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Decode entities only inside <pre>-tags
      Using Term::Prompt to ask user for defaults while running mojomojo_spawn_db.pl
      Using Term::Prompt to ask user for defaults while running mojomojo_spawn_db.pl
      Default to l/p: admin/admin
      Fixed prompt for smoker tests
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Fixed encode entities for textile and markdown, changed formatter order
      New test for textile which tests headings and code format/highlighting currently
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Using is instead of ok
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git://github.com/rafl/mojomojo into rafl/master
      Merge branch 'rafl/master'
      Merge branch 'rafl/master'

Justin Hawkins (2):
      Test tags and the tag cloud, including tests for issue 6
      Fix tag cloud sizing.

Keedi Kim (1):
      Support timezone for logged in user

Kent Fredric (1):
      Show Full URIs for SubPages, or it might get a bit tedious with duplicates

Marcus (2):
      Applied patch to use PSGI Engine, closes #123
      Prepare to release 1.11

Marcus Ramberg (452):
      Remove BindLex
      Ported to KinoSearch
      Remove bogus base class
      Remove StackTrace
      startup check
      Prepare MojoMojo for release, update POD
      global flag for regex
      Index corrent content version
      Pod fixes
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Support highlight directly
      Migrate to jquery, fix unicode problem with preview
      Change highlight to not be its own url, attempty to fix search, gallery fixes for inline editing
      Update changes
      Fix test that was broken by removing explicit highlight
      update for kinosearch
      Added i18n tags for controllers
      Fix warnings for missing referrer
      Remove stray line
      More tranlations
      remove old uploader, add javascript for flash uploader
      Fix Pg Tag error
      Fix Pg Tag error
      Flash uploading
      Merge branch 'swfupload'
      Remove obsolete dependency
      Update changes, fallback if js fails
      Fallback for failing js object creation
      Fix more pg woes
      update changes
      Oops, typo
      Fix another postgresql group_by
      Added i18n tags for controllers
      More tranlations
      More translations, fix some minor js issues
      Merge myself
      More translations
      Shoud not be in git
      Postgresql compliance
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Fix link for tag cloud
      Fix uri_for override to not make double slashes
      Fix typo in email validation
      Prepare for release
      Merged trunk
      Make test suite use config in t/var/ for controller tests. cleanups
      Changes from latest release
      Get rid of remaining formvalidator stuff
      Add new files for formfu conversion
      Finish preferences conversion to formfu
      Further FormFu changes
      Minimal comment formfu form
      User profile working
      Fix bugs in profile, editprofile
      Add password form
      Finish converting password dialog
      Fix test failure in comment
      Merge branch 'formfu'
      Merge branch 'tocplugin'
      Merge branch 'rolemanager'
      Merge branch 'rolemanager'
      Drop HTML Filter
      Update change list
      Merged Changes from upstream
      Fix implicit links in backlinks.
      Escape end_page to avoid bind errors in pg_sql
      Add noindex for most pages
      Fix test suite, prepare for release
      Latest test fixes
      Change wiki formatter order to run before main formatter
      Rename All pages to Sub pages
      Don't index older revisions
      Fix link text
      Encode body when editing. (Avoid unicode issues)
      Fix uncode, take 2
      Fix unicode issues, 3. and final take
      Add powered by meta line
      Update changes
      Put use line in right module
      Change signature to --
      Merge branch 'master' of git://github.com/sachinjsk/mojomojo into sachinjsk/master
      Set default view
      set stash for json
      Dont expose whole stash
      Update .gitignore
      Fix label for password change dialog
      Update changes
      Fix references for permissions config
      Just JSON
      More tranlations
      Added i18n tags for controllers
      More translations, fix some minor js issues
      More translations
      Shoud not be in git
      Merge from remote
      Updated translations
      Updated translations@
      Fix typo
      Add tag autocomplete support for gallery
      Remove obsolete js
      Site admins gets all privileges
      is_admin
      meh
      Fix deletion of old terms
      Merge master
      Set charset
      Escape chars
      Set default lang pref, document it
      support changing language
      Merge branch 'i18n' of git at github.com:marcusramberg/mojomojo into i18n
      Add missing translations
      Localize missing term
      Update translations
      Merge branch 'i18n' of git at github.com:marcusramberg/mojomojo into i18n
      ORder roles by id
      Fix base link to not add double slashes
      Default message for no perms
      Show inherited permissions for all subpages
      Fix wantedpages
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge i18n branch
      Update changes
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Add email constraint
      Merge branch 'refactor_ResultSetManager' of git at github.com:marcusramberg/mojomojo into refactor_ResultSetManager
      Update width to 120px
      Provide plain uploader as alternative
      updated translation
      Prepare for release
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Add missing no strings
      Fix whitespace glitch
      Skip local config
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Add french translation to selector list, style selector list
      Minor text-fix
      Update translations
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Prepare for release
      Minor tweak of norwegian translation
      Add link to revision in info page
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Update changes
      obsolete
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Add missing dependencies
      Resolve some fastcgi issues. plu++
      Add utf8 changes
      Make taken a datetime
      Merge changes
      Make insert attachment work
      Fix tagged_descendants to work with postgres
      remove obsolete id
      Fix wantedpage to be relevant to the current page
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Restore comments to working order
      Prepare for CPAN release
      Fix comments formatter login
      Constrain usernames to word characters
      Fix whitespace
      Stop mojomojo from setting a session on every request
      add version number
      Fix typo in template stuff
      Fix wrong base class
      remove obsolete module
      Fix themes css (really), add empty nordaaker theme
      Fix base
      Support templates in path
      Remove extra ds_store file
      Set default themem
      Merge support
      Fix error in nested sets for initial data
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Update IO::File dependency
      Kill warning when creating page
      Fix handling of wikiwords with dots. Deprecate implicit wiki word support
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Change live test url to github
      Let wiki formatter work on proto objects
      Fix split warning, fix inheritance display
      Add permissions test file
      Remove dump
      Reduce version requirement
      Add japanese translation to list
      Update all translations, add missing no strings
      oops, ja, not jp
      Start reworking the syntax
      Prepare for release
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Remove stray conflict marker
      merge from master
      Add EPO theme
      Update changes, apply patch from linio
      Further fix from linio
      Add polish translation (linio)
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge from masteR
      Remove obsolete dependency
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' into syntax_change
      Update testsuite
      Fix IRC Log formatter to new syntax
      Add new syntax test for comment formatter
      Make sure we have new enough formfu
      Add inline view
      Update po files, complete norwegian translation
      Update pod formatter, add tests for it
      Merge branch 'syntax_change' of git at github.com:marcusramberg/mojomojo into syntax_change
      Workon include formatter
      Fix auth code to detach if user isn't logged in
      Merge changes from master to branch
      Prepare for release
      Fix Include formatter to support transclusion
      Merge branch 'master' into syntax_change
      Fix redirect test
      Change to end blocks with {{end}}
      Move permissions checkboxes to 2. col
      Update help for new syntax
      Fix flash uploader
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge from master
      fix XSS
      remove obsolete dependency
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Fix typo in dependency
      Merge branch 'master' of git://github.com/Dabg/mojomojo
      Add help for tree information
      Merge from master
      Remove singleton
      Merge
      Make dependencies optional
      Fix formatting a bit for lang selector
      Fix broken formatters
      Add c3 adopt
      Merge branch 'master' into syntax_change
      Fix Markdown
      Fix include path for themes
      Add catalyst theme
      MRO::Compat instead
      cannot be captured in a closure
      Fix removal
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      reset default theme
      Fix next
      Fix whitespace
      Make align work for imgs with css
      Fix cat theme a bit
      Fix for Catalyst mojomojo style
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Cleanups to catalyst theme
      Create JSON files from .po
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge to master
      Drop boxes around TOC
      Remove XML::Clean - obsolete
      Merge branch 'master' into tt-cleanup
      update norwegian translation
      Merge branch 'master' into tt-cleanup
      Add theme to changes
      Merge branch 'tt-cleanup' of git at github.com:marcusramberg/mojomojo into tt-cleanup
      Merge conflict
      Prepare for release
      Final merge?
      Remove typo
      Fix attachment warning
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Relax scrubbing a bit
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Set default font to Helvetica Neue
      Add unlinked gallery
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Fix formatter_all_markdown to not fuck set formatter
      Release 028
      Remove minor typo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Add more optional formatters
      Merge
      Ooops, missed the actual formatters
      Amazon test
      Remove dev dependencies, update manifest,changes
      Ship another one
      Step 1. disable markdown_in_html_blocks
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Switch us over to HTML::Defang
      Fix page creation
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Update URI Dependency
      Add mech test dependency
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Make emoticons optional
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Update translations
      Update defang policy
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Minor defang updates
      revert attrib defang
      Update changes date
      Revert "Add DocBook Formatter in Toolbar"
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Update declaw changes/makefile.pl
      Revert "Delete PageCache Plugin"
      Fix Alog-Excludeinclude
      Add flickr to ddefault allowed
      Remove sharefiles on exit
      Up PageCache dep
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Up dependencies
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Update catalyst theme links
      Merge conflicts
      Fix deprecation warnings
      Update whitelist
      Minor reindenting
      Update sqlt version
      Add some changes
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Add basic versioning
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Prepare for release
      Update Test::More dependency
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Add copyright information
      Fix typos in POD
      Update changes
      Change to use Store::Cache for session
      Fix dependency version
      Update formatter test to new help node
      Prepare for release
      Update version
      Sane default for sharefile
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Fix pod failure
      Prepare for release
      Fix conflicts in Changes
      Hide plain uploader when not logged in
      Prepare to release, remove crud from config
      Merge conflict
      Translate some norwegian strings
      Merge
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Remove obsolete code
      Remove obsolete dependency
      Fix basic person test
      Add another Person test
      Another merge
      Revert dandv's page rename to move it to a new branch
      Reapply change salvaged from trunk to support rename
      Prepare for release
      Pg compability fixes
      Merge
      Fix login link to be page sensitive. Closes #55
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Change rss formatter to use summary
      merged
      Oops, summary is a content object
      Make tag cloud tests pass
      ready for release
      Reapply change salvaged from trunk to support rename
      Merge
      Merge branch 'versioned_rename'
      Add changelog entry, add stub test
      Rename WordDiff module
      Rename declaw, fix use of worddiff
      Failing test for include
      Fix translcusion issue when including root
      Refactor a page editing
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Oops, broke trunk for anon editing
      Failing test for links getting updated when new page saved
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Fix unicode handling for wantedpage
      Fix test
      show actual error
      Add warning about making a local config.
      Prepare for release
      Revert cache patch
      Create home node on registration
      Reformat Changes
      Merge to trunk
      Up subrequest dependency
      Disable selenium tests by default
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Make dir formatter use t/var for tempfiles
      Fix float
      This commit is to be tagged 1.00
      Fix wantedpage to normalize paths
      Set unicode on for all supported dbs in config
      Update changes
      Update changes
      Update uri_for_static to default to uri_for('/.static',)
      Up version for release
      Fix tagged descendants for postgresql
      Fix root setting in config
      Bagged 1.02
      Fix header
      pick some cherry
      Merge branch 'master' into cherry-test
      PREPARE FOR RELEASE
      Perltidy to fix notabs errors
      Merge branch 'formatter_gist' of https://github.com/bayashi/mojomojo into bayashi-formatter_gist
      Prepare for release
      Update version number
      Merge pull request #79 from kraih/patch-1
      setup dotcloud
      Merge pull request #93 from keedi/master
      Merge pull request #84 from f00li5h/patch-1
      Fix page delete test after restricting actions to existing pages
      Fix error page check to test unknown action on known page
      Doc tweaks
      Fix broken tests, add canonical
      Update timestamp
      Use SHA. Closes #100
      Update to recent subrequest
      Fix test bug, release preps
      Mark as unicode
      Update changes
      Merge pull request #109 from iarnell/github108
      Prepare to release 1.07
      Minor whitespace fix
      Prepare to release 1.08
      Add explicit return 0 to avoid controller actions being run
      Sort query params in Google Formatter to fix hash ordering. Closes #113
      Fix redirect for set_lang, closes #95
      Fix inline 404s for include. Closes #81
      Add ^ to kate config, closes #71
      Add support for content body in RSS. Closes #68
      Prepare for release
      content, not summary, stupid.
      Set admin created users as enabled by default. Closes #90
      Add travis.yml
      Merge pull request #120 from sauber/master
      Merge pull request #124 from simonaw/master
      Merge pull request #125 from simonaw/master
      Merge pull request #126 from simonaw/master
      Merge pull request #127 from simonaw/master
      Merge pull request #140 from doyleyoung/regex_left_curly
      Merge pull request #141 from ntyni/master
      Merge pull request #142 from mojomojo/https-compliance
      Merge pull request #132 from gitter-badger/gitter-badge
      Merge pull request #130 from tdelmas/master
      Merge pull request #144 from simonaw/master
      Update Changes
      Merge pull request #145 from simonaw/master
      Update Changes
      Prepare to use git ship flow
      Prepare for 1.12
      Add missing entries from changelog
      Apparently unicode plugin breaks unicode in recent catalysts
      Prepare release

Mateu (2):
      Really make the script give an informative message.
      Speed up search results.

Mateu Hunter (2):
      Test non-admin user can NOT delete a page.
      Use populate instead of register in delete page test.

Mateu X Hunter (35):
      Corret Authors next/previous/first/last links when paginations required.
      Note changes.
      WikiWord expansion is dead.
      Note last changes committed.
      Comment out tests on wiki word expansion since that's dead now.
      Limit preview width so long pre lines don't squash edit area.
      $c->localize for reading form submit param based on local.
      Make search results byline for last edit author.
      Change to redirect format.
      Change redirect format to new syntax, using {{ }}.
      Relax redirect to ignore trailing space or newline after URL.
      Adding Catalan Language.
      More català
      i més català
      Update Changes and VERSION
      use non-deprecated DBIC search in two cases that didn't
      bump Email::Sender version
      Kill tabs in test file
      Merge branch 'master' of github.com:marcusramberg/mojomojo
      Keep alphabetical order to Makefile.PL
      simplify .gitignore a teeny amout
      Don't save when no change in content.
      precompile does not need to be turned off in google calendar and IDLink formatters.
      Amazon requires a secret key now to access it's API
      Test that revisions do not increase when no diff in saved content.
      Correctly locate page to test in test db.
      Update cha, cha, cha Changes.
      Update scripts
      Update Changes
      Acknowledge google calendar formatter author
      configure_requires File::Copy::Recursvie since its needed to run Makefile.PL
      spelling/grammar to keep debian qa tools happy :)
      Merge pull request #112 from andk/master
      allow the most obvious answer to be correct
      update Changes

Mateu X. Hunter (75):
      Return search page paths only once instead of one per hit.
      Add File::Copy::Recursive to Makefile.PL
      Fix Search results to display and sort by hit object score.
      Changed default search to 'AND' quert terms.  Improved search results layout.
      Changes .users to list only one link per page instead of per revision.
      Decouple "by line" from fixed font point.
      Show bread crumb path for search results.  Link on terminal node.
      Further tweak search results layout: drop percent score (keep rank).
      Correct link in search results by line when not searching from root.
      Split View of Preview and Edit (side-by-side).
      Link search results byline to author .profile page.
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Fix search results when '/' is a hit.  '/' was not being displayed.
      Have both edit modes (horizontal and vertical splits) use the same
      let the header flow, no longer explicity set in split edit.
      Fix Page Creation that broke during merge support.
      Tweak Text::Textile::encode_html override.
      Revert set_http_headers to 0.
      Adjust group_by criteria syntax to fix t/schema_DBIC_Tag.t
      Remove rendundant config, bitch slap my dandv.
      port email test, email.t to Email::Sender::Simple
      Make tests work without Kate syntax highlighter plugin.
      Make notabs tests optional
      Make format_toc.t tests optional
      require HTML::Toc, make Test::NoTabs optional
      Bump verison, add min perl requirement.
      update changes
      turn of 'x' bit for images.
      Refine POD so lintian is happy
      More POD improvements
      Pimp the POD
      update changes
      =head w/ no number is not POD
      Make notabs test truly optional w/ no complaints
      restore Markdown dep to go good with Strawberries.
      remove crufted code
      more cruft removal
      whitespace
      clean up badly formatted string
      get the copy right
      whitespaced
      Move some .pl files move towards 'lintian clean' state
      remove unused javascript file
      Bump DBD::SQLite version to 1.27 which uses newer unicode connection option.
      Add unicode connection string info
      Deploy with unicode connection
      remove use of UTF8Columns
      remove utf8_columns usage
      pass in unicode connection option
      Hook in MySQL table engine as InnoDB and CHARSET utf8
      simplify db conf instructions (don't dumb them down)
      add host to Pg connection string (more robust)
      update changes
      Merge branch 'master' of github.com:marcusramberg/mojomojo
      Merge branch 'master' of github.com:marcusramberg/mojomojo
      refine words
      whitespace format and tab removal
      loosen up on paren tightness
      Update connect info instructions in Installation.pod
      Add method POD
      POD Coverage test is now run by default
      Update Changes
      Restrict page delete to admin users only.
      Merge branch 'master' of github.com:marcusramberg/mojomojo
      Revert "Merge branch 'master' of github.com:marcusramberg/mojomojo"
      delete form moved
      Put recent uri_for_static improvements back in place.
      Add back missing files/code from merge/revert snafu
      Document the last of the undocumented subs.
      Use KinoSearch1 now instead of KinoSearch
      correct bug w/ tagged_descendants_by_date SQL
      Provide reason for failure
      Add psgi script
      Merge branch 'master' of github.com:marcusramberg/mojomojo
      Unify Methods POD

Niko Tyni (1):
      Unbreak unicode.t with newer Catalyst versions

Nilson Santos Figueiredo Junior (18):
      Created role manager page
      Remove older comment.
      Role Manager now uses FormFu
      Add Permission Editor (inherited permissions not displayed but already loaded)
      Permissions editor is fully functional
      Add admin checks when trying to change permissions
      Populate database with some roles and default permissions for user 'admin'
      Move JS code to wiki.js
      Improve admin check
      Improve sanity checks on backend code
      Dynamically wire JS events in the permissions editor page
      Role form JS events are now dynamically wired up
      Fix typo
      Add sanity check to age method (would die if birthdate was null)
      Fix movies cell in the user profile table
      "console" object isn't available here yet - this was breaking attachments.
      debug shouldn't be true by default for SWFUpload
      Make sure binmode() is set when reading attachments

Oleg Kostyuk (1):
      Updated russian locale

Penguin (13):
      Added two missing deps.
      Added INSTALL file.
      Added more info to INSTALL.
      Updated password.
      Added column_info to the database schema.
      Added default values to some fields.
      Added script to spawn the database.
      Removed out of date Oracle sql.
      Added auto_increments. Added create_ddl_dir to the spawn_db script.
      Added new sql files.
      Allow various values to be nullable.
      Cosmetic tweak.
      Updated the SQL. Added email setting to the yaml file.

Pierrick DINTRAT (3):
      add first version of French translation
      update with x in msgid and %1 in msgstr
      correct multiple slashes in recent

Rob Hoelz (2):
      Update the Page docs to not mention a Regex controller
      First iteration of special pages

Robert Litwiniec (209):
      more Polish translations
      Now FormFu label_loc can be localized by MojoMojo I18N
      Do not create mailto: link, if no user e-mail is available
      added currently supported languages in loop, use 'which' instead hardcoded path
      added some localizations in .tt
      even more localizations in .tt
      Allow to localize anonymous name and login ('anonymous coward'), also fix anonymous profile
      updated Polish locale
      admin/user.tt: fix for displaying multiple user roles
      Added localization ifor admin home page and Help message, updated .po files
      toolbar: adding icons for indenting images to left/right
      Toolbar: added icons for: block quote, superscipt, subscript, code
      Toolbar: added small/big icons for Textile
      reCAPTCHA added for registering new users
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      updated Polish translation
      more localizations, allow tags with utf8 chars
      add to admin settings form disable_search and force_login
      fix 'see previous' loc() in template
      updated polish translation
      Allow site name and person name to contain unicode
      Allow to change theme from admin settings panel
      Updated polish translation
      use captcha for anonymous edits
      turn off split edit view for anonymous
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      update list of permissions in mojomojo.conf
      localize 'Anonymous Edit disabled' in PageAdmin
      use mojomojo name from preferences
      Allow set all permissions settings from admin settings panel
      Allow to select theme from available themes in admin settings panel
      Use settings from mojomojo.conf by spawn_db script
      Redirected pages show origins
      updated Polish translation
      updated Polish translation
      added formatter icons in toolbar
      Option for use Markdown/Textile in admin settings panel
      search for translatable strings under root/ only in root/base and root/forms
      Allow unicode chars in attachments names
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      fixed inserting attachment link for markdown formatter
      fix caching permission
      fix role permissions list
      updated polish .po file
      Allow admin to register new users
      localize permission denied message
      Show page abstract in page info/list/search
      trigger refresh preview window after insert tag
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      check permission to view on subpages list - do not list pages, if user don't have permission to view
      If user do not have permission to view, also show link to login
      Also check permission to view on listing recent pages
      check permissions to view in rss/atom
      Updated Polish translation
      fix grey->gray color name in css
      fix loc() call for edit/create
      fixed "links from" in bottomnav
      edithelp.tt: add some loc()
      Formatter::Include - add loc()
      Schema: added Anonymous role with anonymous user member
      Polish locale pl.po - update
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      SyntaxHighlight plugin - change formatter order when using markdown
      Dropdown menu toolbar for syntax, insert, formatters; Toggle split view edit without losing changes
      update_po.sh: ignore {{text}}
      Toggle maximize width button
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      updated pl.po
      login: set focus on login field
      Wiki.pm: updated format order in pod
      Wiki.pm: remove http://host/ from urls
      fixed pod.css
      rewritten getting values from preferences/config/default
      root/base/*.tt: c.pref calls for undefined values now returns values from config, or default values
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Prefs.pod: updated
      MojoMojo.pm: more pref cleanup
      MojoMojo.pm: treat non-logged in users, as anonymous, if anonymous_user is set.
      C::Page - list only pages, for which user has view permission (this list is also used in export)
      autocomplete.css: fixed link to spinner.gif
      wiki.js: show spinner while fetching preview
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      edithelp.tt: fixed typos
      pl.po: update
      wiki.js: workaround for: Flash uploader doesn't show progress for uploads after the first one
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      page/search: fixed problem with comments
      page/recent.tt: fix diffs on recent page list
      Schema/Result/Person.pm: add some comments
      comment.tt: fixed comments count; do not render comments on searched pages
      Edit Toolbar ported to new snytax
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Formatter Redirect: replace rendered content with page name to redirect
      Formatter::Scrub - correct format_content_order in pod
      toolbar: added CPANhyperlink to toolbar
      CPANHyperlink.pm: fix for formatter works only for first link on page
      Formatter/YouTube.pm: Allow to embed youtube video player
      toolbar.tt: dropdown menu - include now defaults to google.com, when no text is marked
      pl.po: updated
      Makefile.PL: added dependencies required by po2json.pl: IO::All Locale::PO
      updated pl.po
      mojomojo.css: re-insert accidentally removed img align
      User.pm: add some loc()
      YouTube.pm: update POD section to reflect new syntax
      updated POD and edithelp with new syntax
      pl.po: updated polish translation, admin/help/welcome page in Markdown
      User.pm: remove 'my' from 'my $c->stash->...'
      I18N in JavaScript
      edit.js: localize
      cloud.tt: added loc()
      pl.po: update, default admin/help/start page to markdown
      MojoMojo.pm: main formatter defaults to markdown
      I18N/??.po: change formatting in admin/help/start page to markdown
      ru.po: fixed welcome/admin/help page
      login.tt: changed 'or' to loc('or')
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      root/base/page/permissions.tt: fixed displaying inherited permissions
      root/base/page/permissions.tt: added section for page path permission
      permission editor - added create/delete/attachment
      pl.po: updated
      toolbar: fixed enumerate list for markdown
      toolbar: fixed italic for markdown
      update_po.sh: get only .po files
      localized javascript messages
      update_po.sh: javascript .po files renamed as $lang.js.po
      removed unused template toolbar.tt
      updated polish translations
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      edit.js, mojomojo.css: simplified split/normal view
      mojomojo.css: fix for hidden save edit button
      t/formatter_all_markdown.t: tests => 24;
      lib/MojoMojo.pm: revert: Adjust key_maker to not warn on t/c/page.t.
      root/base/page/edit.tt: move closing ')' outside loc()
      pl.po: updated polish
      pl.js.po, pl.po: updated
      root/base/admin/user.tt: insert space between roles
      root/base/gallery/photo_info.tt: fix for displaying exif date in gallery
      root/base/gallery/photo.tt: removed width=700 for img - small images were scaled up
      gallery: fixed pager
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      pl.po: updated
      photo.tt: cosmetic changes
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      script/update_po.sh: for js check only root/static/js directory
      C::Admin, r/b/a/user.tt: Users 'Active' field now correctly shows not validated users as inactive
      script/update_po.sh: fixed errors
      updated Polish I18N files
      Page.pm: subpages checks permission to view
      root/base/page/bottomnav.tt: do not add 's' if page has more than one version for polish and russian language
      Tag.pm: fixed issue with incorrectly calculated cloud size:
      Updated Changes
      edit.js: for markdown, insert selected text as URL, not linkname
      added new toolbar button "insert table" for MarkDown
      toolbar: remove 'deleted text' for markdown
      toolbar: workaround for image insertion in markdown
      edit toolbar: added button 'insert table' for textile
      edit toolbar: added loc() for table insertion
      updated Polish localization
      script/po2json.pl: do not HTML character entity encoding
      lang.po.json - updated
      Photo: extract/show "Flash" info from EXIF
      i18n: Updated pl.po, pl.js.po, pl.po.json
      themes: chmod -x on .tt files
      lib/MojoMojo/Formatter/IRCLog.pm: fixed regexp - 'nick' and 'nick2' now
      t/formatter_irclog.t: updated test (nick, nick2)
      IRCLog.pm: auto-color nicknames:
      Changes: updated
      Page.pm, info.tt: Attachments size in Page info is now correctly
      Changes: updated
      updated Polish I18N
      PageAdmin.pm: Remove hidden Kate 'Alerts' from list of available syntax
      Changes: updated
      rbp/attachments.tt: localize 'Attachments for'
      root/base/page/attachments.tt: now should work ok ;)
      pl.po: updated pl lang
      markdown.tt: localize MarkDown Footnote syntax help
      pl.po: updated
      navbar.tt: Display user name instead login name. Display login name, if
      edit.js: markdown headers - insert only one newline before and after
      Formatter/Wiki.pm: fix for explicit links
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      edithelp.tt: more loc()
      pl.po: updated
      lang files: updated
      pl.po: updated
      script/update_po.sh: generate a little less warnings from yaml (only
      en.po: update
      gallery - fixed browsing by tag
      gallery browse by tag - fixed image info
      .gitignore: ignore vim .swp files
      wikilink: allow to link to any actions (link .profile, .gallery)
      gallery pager - also show link to gallery page
      add / in front of stash->{path} - fixes
      jQuery.uri_for_static function; use $.uri_for_static in .js scripts
      revert commit
      updated pl I18N
      updated I18N pl.po
      update_po.sh: also check lib/MojoMojo.pm for loc()
      updated i18n files
      localize 'view'
      updated I18N files
      Makefile.PL: added URI::Find required by MojoMojo::Formatter::Text
      youtube: turn off precompilation in edit mode
      insert link/insert thumbnail - remove http://host from link
      fixed "include page" syntax in toolbar
      root/base/admin/user.tt: localize 'yes/no'
      mojomojo_spawn_db.pl: get Wiki name from mojomojo.conf

Ryan Niebur (3):
      stop using String::Diff, and instead use a word splitting regexp and Algorithm::Diff to determine inline changes
      add some tests for Text::WordDiff::MojoMojo
      add a whatis statement to the POD for MojoMojo::WordDiff

Sachin Sebastian (7):
      added komodo file to ignore list
      trying to get json data for autocomplete
      trying to get json data for autocomplete
      got autocomplete working. Got to edit css to make it look nicer.
      extracted out add tags into this new file
      clean up and working. ready to push.
      use a stable version(1.0.2) rather than a pre-release(1.1pre)

Sam Vilain (2):
      Schema create: don't try to insert empty string into int column
      Makefile.PL: Update some dependencies

Sebastian Riedel (1):
      Updated ".gitignore" file for "MYMETA.yml".

Simon Wilper (17):
      some new german translation strings
      ignore unknown catalyst_par_script function
      Corrected failing test http://mojomojo.org ne http://mojojomo.org/
      sane config for testing with SQLite
      adjusted travis config to make it work!
      commented out some boogus tests, need to investigate
      Let's see what this brings up...
      make travis pass the tests
      Adjusted Perl versions for Travis
      Corrected Travis Build Status Image to point to the original repo
      Stop DBIC from complaining about non-integers passed to find()
      clean tests. DBIC complains if passed undef values to find
      Re-enabled the wikilinks unicode test, removed explicit decode utf8 calls
      We need UTF8 decode _and_ encode for Escape::uri_unescape
      Minor Fixes
      introduced prism.js syntax highlighter
      make the tests pass again

Soren Dossing (1):
      Splitting the initial '(?' is deprecated in regex

System Administrator (2):
      Remove superflous historical code that breaks comments
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo

The Gitter Badger (1):
      Added Gitter badge

Todd Caine (1):
      Fixing :after pseudo-element for <q> tags.

Tom (1):
      Fix potential security issue with $c->req->param in array context

User (1):
      fix uri_for, so that paths containing unicode can be safely uri_escape()d

Vlad D (1):
      Minor fix of the link in the Syntax pop-up

andyg (35):
      Fixed: work properly with new 5.10 Module::Build home detection
      Fixed: user -> person schema change
      Fixed: new regenerated scripts and Build/Makefile
      Fixed: removed old scripts
      Fixed: removed mojomojo.yml because it gets auto-generated with proper paths
      Added: starting work on search support
      Added: Several new dependencies
      Fixed: quoted module names in Build.PL and updated MANIFEST a bit
      Added Model to deps
      Added: search index is now built at startup, created a test search_query.pl script
      Fixed perl paths
      Added more search functionality: web form now works, and snippets are displayed.  Todo: Pagination and subtree searches
      Added: update search index after a page edit
      Added subtree searching
      Fixed bug in result count display
      Added note about subtree todo
      Added pagination to search.  Runs the search on every page, so it should be improved through caching the results after the first page
      Added better subtree filtering using the search index. NOTE: you must delete the contents of your plucene directory for it to work
      Fixed: Refactored index creation to use update_index
      Fixed All Pages a bit, I'm sure we need to display this in a different order and with the page names
      Fixed a few warning messages in select trigger when ->name is null
      Fixed doctype header
      Fixed: XHTML cleanups
      Fixed: XHTML cleanups (alt tag)
      Fixed: XHTML cleanups (extra small tag)
      Fixed: Changed Textile from xhtml2 to xhtml1 flavor, page is now valid XHTML 1.0 Trans
      Fixed: dsn in yaml generation (Uwe Voelker), author list
      Added Singleton and Unicode plugin deps to Build.PL
      Added DBD::SQLite to deps
      Fixed lowercase name_orig values in database
      Fixed uppercase wikiwords
      Removed old sqlite2 database (use sqlite now)
      Fixed: use  instead of name_orig for proper text display
      Fixed: strip leading slashes and paths from wikiwords
      Switched search engine to use C::M::Search::Plucene

arne (104):
      here we go changing css
      new test. still minor css things
      here we go changing css
      here we go changing css again. check it out now
      updated with new blue theme
      updated with new blue theme
      updated with new blue theme
      updated with new blue theme
      updated with new blue theme v8
      commit 2b25da1e1a1fb7433af570a8c2cf3f834bd0e18f
      blueish maybe work.
      nå da
      bongobong
      bongobong
      another css change
      tumm-di-tum
      fammmmbommb
      fammmmbommb
      fammmmbommb
      fammmmbommb
      fammmmbommb
      fammmmbommb
      fammmmbommb
      fammmmbommb
      fammmmbommb
      fammmmbommb
      fammmmbommb
      fammmmbommb
      fammmmbommb
      fammmmbommb
      fammmmbommb
      fammmmbommb
      =)
      ja
      ja
      ja
      ja
      ja
      ja
      ja
      ja
      ja
      ja
      ja
      ja
      ja
      ja
      ja
      ja
      ja
      ja
      ja
      ja
      to the american people:
      to the american people:
      i like ICE CREAM
      and breadcrumbs are fixed on all pages and recent.
      preferences themed
      edit f&$#/d with.
      prefs modded
      trying to be helpful
      more trouble
      your wish is my command
      updated with relative urls
      attatchment fix  theme.
      attatchment fix  theme. should work prfect now!
      edit page changed. put breadcrumbs correctly and added toplinks div
      removed breadcrusts on / pages
      removed breadcrusts on / pages
      removed breadcrusts on / pages
      updates to css - tag coloring
      updates to css - tag coloring
      tagmods
      addtagcss change
      addtagcss change again
      addtagcss change again
      addtagcss change again
      addtagcss change again hopefully the last
      hmmmmm =D
      hmmmmm =D now i just need the addtag link to display the div thats just under it with the form
      we will hit 313 before you know it!
      lots of changes that i cant mention. theyre just tooo COOOL;)
      all lowercase
      away with the big p
      fikset fonter og bugs i css
      fikset fonter og bugs i css
      fikset fonter og bugs i css
      fikset fonter og bugs i css
      lagt inn reset
      lagt inn reset
      markupfix
      markupfix
      markupfix
      cssupdate
      fixed iebug
      cssupdate
      cssupdate
      cssupdate
      markupfix
      markupfix
      cssupdate
      markupfix
      cssupdate
      markupfix

b10m (1):
      Fixed textarea toolbar. Tested on Linux (FireFox, Konqueror, Opera) and Win32 (MSIE(7) and Safari)

bayashi (7):
      added Google Search Formatter
      removed the line, it's no need
      link to Wikipedia, more easy.
      fixed POD
      missed count of test
      added IDLink Formatter
      added Gist Formatter

bricas (6):
      make irc:// links work
      META.yml is auto-generated
      updated scripts
      fix formatter rendering errors so they that will return a message to the user
      about action didn't actually exist
      really fix irc links

dab (1):
      Delete PageCache Plugin

dab () (133):
      Add DocBook formatter
      Add File Formatter
      Add Pod File Formatter
      Updated fr.po
      Add Author and license
      Update with original css
      Oups, retrieve Textile.pm
      Test the presence  of file
      Delete repetitive code
      Delete docbook toc
      Change order of File formatter
      Retrieve the plugin File to use to format the content of attachment
      Move to_xhtml from File::DocBook to formatter
      Retrieve plugin File to format the content
      Move to_xhtml to fomatter DocBook
      Use this plugin if extension is 'pod'
      docbook test work
      use the new docbook formatter
      Test extension is 'tst'
      Add require to Module::Pluggable
      use pod formatter
      Add tests for File formatter
      Add test files
      Merge branch 'master' of git://github.com/marcusramberg/mojomojo into mojomojo/master
      Add Docbook in choice of formatter
      Mojomojo is valid to XHTML 1.1
      Delete a space before <xml? ...
      Add Page Cache Plugin ... cool from 7req/s to 85 :)
      Houps delete debug and add expires
      Delete a space before <xml? ...
      Update to resoltv conflict before merge
      Merge branch 'master' of git://github.com/marcusramberg/mojomojo into mojomojo/master
      'append' is use by insert_link and insert_content attachment
      use new syntax {{file TYPE filename}}
      use new syntax {{file TYPE filename}}
      Use new plugin syntax
      Add newline before link
      'append' is use by insert_link and insert_content attachment
      Delete newline if exist
      Add DocBook Formatter in Toolbar
      Upload recursively directory to MojoMojo
      Add Dir formatter
      Add test for Dir formatter
      Update dependencies
      Move xhtml output to to_xhml maethod
      Tests pass
      Dont get files if not readable
      Add dir formatter
      Houps ... now link is good
      raz baseuri
      Cant not update search index :(
      no better :(
      Encode content file
      Add Text and File::Text formatter
      Delete unecessary dependency
      Add some check and restrictons on directory
      Tests pass now
      Add test.txt to check Text formatter
      Check errors and security
      Delete '\n'
      Test exclude=regex
      Exclude can be undefined
      replace '~' by HOME env
      Upload recursively directory to MojoMojo
      Fix to merge with mojomojo/matser
      Merge branch 'mojomojo/master'
      Add Catapulse theme
      Add Catapulse theme
      Merge branch 'Formatter-File' of git://github.com/marcusramberg/mojomojo into mojomojo/Formatter-File
      Add some more POD documentation
      Delete Test plugin
      Add background and logo
      Image have no more content
      Delete formatter_loaded in File Plugins
      Add file argument to 'to_xhtml'
      Search the name of langage
      Merge branch 'mojomojo/master'
      Switch to Blueprint Liquid
      Merge branch 'mojomojo/master'
      Update theme
      Update catapulse css
      Merge branch 'mojomojo/master'
      Update toc css
      Merge branch 'mojomojo/master'
      Merge branch 'mojomojo/master'
      use file::image formatter
      use t/var/files to test file formatter
      Change example in usage fonction
      Add File::Image formatter
      Add Image controller used with dir/file formatters
      Add image to test
      use image in docbook file
      File and Dir formatter tests pass
      Add image controller tests
      Add tiff image
      parent directory
      Merge branch 'master' of git://github.com/marcusramberg/mojomojo into mojomojo/master
      Now text of admin link is {USER} || 'admin'
      Merge branch 'master' of git://github.com/marcusramberg/mojomojo into mojomojo/master
      Merge with mojomojo/master
      Test permissions
      tests permissions pass
      Delete the not necessary field
      Same problem: there was too much data
      Now Fast fix can be deleted :)
      Oups, Anonymous can not use attachment
      Add role User to non_admin_user (permissions is based on user role)
      Delete formatter File/Dir
      merge with mojomojo/master
      Add File::Image formatter
      use image in docbook file
      Add image controller tests
      Update Jsrpc controller to work with C:P:A:Permission
      Update Schema test to work with C:P:A:Permission
      Test permissions
      Delete the not necessary field
      Add role User to non_admin_user (permissions is based on user role)
      tests permissions pass
      Add Image controller used with dir/file formatters
      Now Fast fix can be deleted :)
      Add tiff image
      Oups, Anonymous can not use attachment
      Merge branch 'master' of git://github.com/marcusramberg/mojomojo into mojomojo/master
      Delete all references to C:P:A:Permissions
      Merge branch 'Formatter-File'
      Add formatter File and Dir
      Not use file test.xml, so it pass even docbook.xsl is not present
      no html if dir is empty or no file
      Change separator in regex
      Rewrite tests: all pass
      Tests pass
      typo
      Fix uninitialized value

dab xxx (1):
      Can exclude dirs/files to Dir formatter

dandv (7):
      Cosmetic: updated comment
      Minor change to the help
      The site language chooser is displayed in an area of site-wide settings (folks, please read commit messages before overwriting other people's changes).
      Just off the press, Cache::FastMmap has been updated minutes ago to fix Win32 compatibility - http://rt.cpan.org/Public/Bug/Display.html?id=45210. MojoMojo now runs on Widows too, w00t!
      Workaround WWW::Mechanize <-> Catalyst nasty interoperability failure
      Removed web server bias from Installation.pod
      $mech->field returns the old value of the field, '' if not previously set, which causes ok() to fail.

dave (48):
      Modified db directory to support multiple database types. Moved existing database files into db/sqlite2. Created db/oracle/mojomojo.sql, which is really the schema for a different wiki that we plan to merge into mojomojo.
      Changed all occurreces of MojoMojo::M::* to MojoMojo::M::CDBI::*. Also changed mojomojo.yml to refer to new db/sqlite2/mojomojo.db path.
      Made some initial changes to support namespaces and revisions. Viewing and navigating with namespaces works, editing (revisions) doesn't. Implicit links and wikiwords seems broken, as is much else. At least now others can see what I'm working on.
      D'Oh! Forgot to add MojoMojo/M/Core/Content.pm last time...
      Extensive changes to add namespace support. Editing works again, even for new pages with missing parent pages in the path. However, /.edit doesn't work, redirecting from edit to highlight doesn't work, and wiki links need namespace support.
      Trying to recover Content.pm after I borked it in my local svn.
      Mostly fixed the problem with trailing slashes on $c->req->base
      Previously, we had ambiguous methods, Page::path and Page::get_path,
      Added a check that the $path always contains a leading slash
      Added root/base/breadcrumbs.tt, a re-usable breadcrumb navigation template.
      Modified the mojomojo schema (db/sqlite2/mojomojo.sql) to include
      Almost completely fixed revision navigation and display,
      Added what should be a complete "requires" list of module dependencies
      Added a warning to Build.PL that we're developing on Catalyst trunk,
      Removed the "full_path" mehtod in lib/MojoMojo/M/Core/Page.pm and moved its code
      Initial release of new hybrid (adjacency list/nested set) model. All previous
      Removed nested set lft,rgt columns from page_version, because
      Fixed some broken logic in M/Core/Page.pm: create_path_pages
      Refactored the open_gap method in M/Core/Page.pm.
      page_version.creator is now set to the user's id, not hard-coded
      Added d/sqlite/add_nested_sets.pl to allow those with
      Added children and descendants methods to M/Core/Page.pm.
      Modified breadcrumbs.tt so that the textual page links use forms with hidden page id parameters.
      Added DateTime to 'requires' list.
      Modified MojoMojo.pm prepare_home method to use sqlite instead of sqlite2.
      Added a set_paths method to M/Core/Page.pm. Note the plural: it's different
      Modified MojoMojo::M::Core::set_paths to correctly set paths for a
      Fixed a typo in M/Core/Page.pm to eliminate "Useless use of (hash element|private variable) in void contex" warnings.
      Modified root/base/page/edit.tt, changing it back to getting the content version from the content "proto object" that we pass to the template. Previously, it was calling the max_content_version method on that proto object, which won't work because, as implied by "proto", it's not a real object. It's not even blessed into the MojoMojo::M::Core::Content namespace.
      Modified M/Core/Page.pm: added method "descendants_by_lft", which returns
      Updated 'requires' in Build.PL. Also modified db/sqlite/mojomojo_create_db.pl to include failing sql statements in error messages.
      Added an ajax-powered sidebar page menu. New files are root/base/child_menu.tt
      Modified MojoMojo/M/Core/Page.pm to partially fixed setting of name_orig to preserve original formatting.
      Updated Build.PL 'requires'.
      Fixed original name preservation in links to wanted pages:
      Modified "page suggest" to display all missing pages in the
      Added docs to explain the reasoning behind the overridden MojoMojo::prepare_path.
      Refactored Formatter::Wiki to be more abstract, to allow for re-use
      Moved the implementation of MojoMojo::(wikiword|expand_wikiword) to
      Implemented backlinks and wanted pages.
      Removed debug statements from Formatter::Wiki and M::Core::Content.
      Fixed formatting of [[/]], explicit links to root.
      Pluggable auth: MojoMojo::C::User::(login|logout) now call identically-
      Modified M/Core/Page.pm to fix setting of content version
      Added Catalyst::Plugin::UploadProgress to dependencies in Makefile.PL. Also added a version number for Catalyst::View::TT in the same file.
      Added the first files for what will be a test suite of the MojoMojo schema classes.
      Added tests to the basic schema testing for retrieving the default user and root page content.
      New test file for MojoMojo::Schema::Page. Mostly page path operations right now.

diegok (2):
      Updated spanish i18n
      es.po improvements

f00li5h (1):
      pref('enforce_login') redirects to $requested_path.login rather than /.login

fireartist (6):
      add 'parent' to prereqs. remove Text::SmartyPants -it's part of this dist
      update form CSS with HTML-FormFu/trunk/examples/vertically-aligned/
      remove formfu template dir. HTML-FormFu v0.02000 needed for string renderer
      all form config files now include site-wide defaults file
      changed login form to user HTML-FormFu
      Merge branch 'master' of git://github.com/marcusramberg/mojomojo

gphat (7):
      Fix runaway double-quote that was fscking validation.
      A huge pile of validation, style and general broken markup fixes.  If this tears anything up, please don't hesitate to msg me.
      Validation and typos to gallery template
      Fix form submission on admin settings.
      Fix markup on user/profile
      Fix the train wreck that was editprofile
      Allow birthdates up to the current year.

gregor herrmann (1):
      New upstream version 1.12+dfsg

hunter (1):
      Specify DBIx::Class dependency version.

jayk (6):
      testing commit
      updates to use modern auth module / method.
      Correcting module/version requirements for auth modules
      updating dependency version for C::P::Auth
      Adding cascading permission system to MojoMojo.  See MojoMojo.pm
      Correcting PathPermissions to use varchar, and updating makefile with proper

jrockway (16):
      factoring out template wrappers to wrapper.tt
      More updates to use a global wrapper.  Still a few left, I think.
      all visible pages are wrapped now, i think
      adding requirement for DBIC 0.07002
      spawn_db that acutally works
      this stuff is autogenerated and shouldn't be in svn
      more verbose spawn_db
      adding SQLT as optional prereq
      more fixes.
      r17521 at foo:  jon | 2007-01-15 22:13:04 -0600
      r28244 at foo:  jon | 2007-06-28 21:54:27 -0500
      fix deploy script (a bit)
      read config file in mojomojo_spam_db
      get rid of empty space in field
      404 instead of 500 when non-logged-in-user touches edit prefs
      fix revision css

jshirley (17):
      Updating schema and group by statements to work with MySQL
      Updating schema objects for mojomojo_spawn_db.pl to work with MySQL.
      Don't assume you get a auto_inc field, use the results from populate
      Adding ConfigLoader to list of reqs.
      Fixing MySQL query
      MySQL patches
      Patch from kixxx to fix authors page for MySQL.
      Making these fields nullable so there isn't a required parent version (in the case of top page)
      Updating INSTALL file.
      Removing a stray nbsp;
      Using Text::MultiMarkdown over Text::Markdown - Tom is doing more hacking on it.
      Missing Cache::Memory from Makefile.PL
      Missing files that were breaking registration
      Syntax fixes ftw.  People can actually register and validate now.  Woohoo.
      Fix for the validation email
      Adding markdown help CSS
      DBIC Compat change on ->find

kixx (2):
      Bugfix: render parent id instead of stringified parent obj on page edit
      Add tests for page parent bugfixes

lestrrat (1):
      explicitly specify registered => time() where appropriate

marcus (663):
      initial import - from mitiki
      fixed minor startup bugs.
      Made formatters work again
      fixed fatal bug in Sql, thanks SRI. modified timestamp works again.
      working on tag support.
      bye bye ::CDBI namespace.
      Migrating to new url schema, breaking tags.
      added Tag controller
      do the rockabilly.
      add support for regexp actions
      fixed default handler.
      first step of rename to Core
      Core, second step.
      Update to set view configuration.
      some template work. added some missign stuff.
      and here is the missing stuff.
      updated the code for revisions.
      added helper apps
      uppdated helpers
      start of a Export controller.
      guess we need one here too :/
      updated to new revision scheme.
      cleaned up templates to remove old maypole crud.
      removed extra class.
      set correct namespace
      prepared support for debug flags.
      namespace cleanups
      export working.
      removing maypole rot, starting to handle new revision scheme.
      add debugging of relationships.
      revised revisioning scheme
      revised revisioning scheme
      updates to model, scheme, revisions
      live preview.
      dynamic diffs.
      missed warn.
      move from bin to script.
      a lot of work on the tag implementation
      revisions works
      check revision for missing page.
      fucking up the javascript :)
      added yellow fade.
      moving all templates to base/
      moving everything to base
      changed to base. numerous fixes and additions
      beginning test suite.
      fixed revisions, diffs, recent pages
      oops, wrong ordering for recent.
      refactored tests
      port to trunk.
      fix live preview
      obsolete: Moved to Person.
      removed obsolete formatted_content, added missing content.
      fixed double slashes on editing root node.
      added naughton to authors.
      allows you to edit root.
      got tags closer to working.
      tagging pages is now possible.
      made base changes appwide
      Tags on prototype.
      using prototype for preview, cleaned some crud.
      fixes for feeds/recent
      perltidy on all modules.
      only apply doubleclicking for view template.
      show tags in public
      fixed yellow fade to not show deleted lines.
      updated recent.
      added support for disabling anonymous access.
      fix smileys.
      started work to make wiki words relative by default.
      fixed creator links for proto.
      change to use URI, to resolve relative links properly.
      fixed login during edit
      added sqlite 3 db
      fixed bad logic in End
      use a span to indicate color, and super the ?
      fixed attachment upload/delete/insert/view
      Fixed dates.
      oops, little Time::Piece left.
      fixed: extra space in edit, update by formatting,
      fix attachment handling
      users can't delete/add attachments.
      protect add, not insert.
      recent/list+tags now uses the new tree code.
      relative export and feeds.
      fixed atom feed to.
      updated navbar to start profile/preferences stuff.
      fixed formatter, prettified editing window.
      added some ignores.
      made edit screen more usable.
      oops, broke ../
      updated amazon plugin
      made amazon plugin more generic
      drop breadcrumb optimization.
      fixed page width.
      made amazon formatter sweeter.
      oops, some missing files. *blush*
      fixed naming.
      only allow tags with \w+
      better image placement
      didn't handle ASIN urls
      support ((wikiword)) style.
      oops, regexp bug in new wiki formatter.
      fixed windows line-breaks
      cleanups in ui.
      make forms neater.
      missing prefs file
      patch for ilmari: support [[wikiword | text ]]
      fix link to settings.
      updated preferences, added password change option
      fix page path for edits, and add a hr
      added border to nav.
      parse =feed://whatever.
      Changed include plugin to use =http:// syntax like the rest of the plugins.
      redirect to highlight fixed.
      trailing slash for RSS Formatter.
      fixed typo in CSS that broke syntax highlighting.
      added newline after box.
      Remove superfluos comments.
      changed order.
      moved static to a separate controller to override begin()
      changed edit to calculate max_version on save.
      fixed the regexp.
      changed to use CDBI-Sweet.
      added 'small' option to just show a book.
      fix preview window.
      right css class for preview.
      newer emoticon to support strict mode.
      moved gfx to static.
      cleanups.
      added wikiwords function from mitiki. needs to be fleshed out.
      added support for zip uploads
      hide overflow, set crumb correctly
      fixed linebreak.
      always show breadcrumb.
      Beginnings of a image gallery.
      added missing dependencies.
      moved addtag and only on login.
      fixed form.
      updated message for new layout
      hope this works then :)
      fixe rollback properly.
      proper square thumbs.
      require recent datetime.
      fix revision navigation.
      added rolled back message.
      moved rollback function to pageadmin
      added inline for scaled inline pics.
      added support for viewing a picture.
      make help hidden by default
      added missing controllers.
      changed formatters to get a context object.
      reformat edithelp to scroll over preview.
      always show crumb
      initialize content properly.
      added cache
      new work on syntax stuff.
      misc layout fixes.
      fixed tags for new structure.
      added pager.
      made the thumb link go away.
      downloaded official effects2 js
      handle case in usernames for access to home dir.
      require newest cdbi-sweet.
      allow login directly from pageadmin.
      added gallery functions, tagging for galleries, inplace title editing.
      class to represent a photo.
      fetch user to stash when authed
      removed superfluos dependency.
      fixed  highlight support for tags.
      fixes for gallery and tag highlighting.
      cleaned up tags list
      new_name_orig comes in params now, fix warning fix warning
      added support for tagging photos.
      cache rss feeds.
      use utf8 in Textile module
      cache http include.
      moved business logic from controller to model.
      added dir for cache.
      make server use good paths until next catalyst release fixes this.
      added links to gallery from pages.
      show current on rolled back revisions.
      moved fade any thing from footer to header
      make links include path. (prettier)
      check if user is active
      updated build dependencies.
      removed crud from render.
      unborked live preview of name
      fixed typo
      use user.link function
      fixed extra space in message
      added support for comments.
      used wrong accessor name.
      forward correctly to login controller.
      updated to admin/admin user
      Allow edit of gallery description
      added support for showing exif data.
      make fade quicker for syntax/exif.
      updated list and recent for new dispatcher
      Add topping.
      fixed recent with tags.
      fixed typo in exif
      added tag browsing
      move comments toward the end of the formatter chain.
      fixed typos, removed redundant comment field, added missing flash exif field.
      added tag browsing, fixed tag bugs.
      prettified comments
      fixed formatting for missing my / popular tags.
      use recent for tag listing too.
      prettyfied the hidden divs.
      HTML Scrubber.
      allow necessary tags for pre/code
      move textile formatter to the beginning of the chain.
      added some help text.
      removed some comments
      commented out sidebar for now.
      added user registration and email validation.
      added sql fields required for user registration to sql.
      returned to current schema.
      fixed navbar for inactive users
      fixed path for diff. pass context.
      added is_admin
      sort out anon preference / page rights.
      Added support for page suggest (search)
      moved image makers to model.
      Added titles for all links.
      use anon user pref.
      make preference user page sensitive.
      add wiki javascript file.
      improve preview help text.
      clean up formatting. make gallery next/prev page sensitive.
      clean up loayout, add formvalidator hooks.
      dude.
      fix URI::Fetch
      use user.link
      Added help for syntax plugins.
      added smartypants formatting for Textile engine.
      added a spinner gif for ajax waits.
      fixed user interface.
      turning this into prototype-useful
      fix utf8 encoding.
      added css for spinners.
      restructured scripts, abstracted out to prototype-useful.
      added a couple of comments.
      Updated to new path infrastructure.
      Added requirement for HTML::Prototype::Useful
      updated templates to use prototype.
      feeds validate.
      make spinner css more explicit.
      fix double slash
      added helper method for getting URI object for base.
      turn off timing data in HTML (breaks validation)
      added mail-style date formatting for rss feeds.
      use element hide/show instead of toggle.
      readded has_photos (where did that one go? :/)
      fix info dropdowns (state was missing).
      retrieve_next returns *iterators* *iterators*...
      added commented out support for dbh traces.
      Added essential columns.
      added preference class to set essential. Added cashing.
      prototype js needs display:none as a style, not in css.
      only my code left there now.
      don't show prefs/profile if not logged in.
      add background for print.
      removed old code. we use prototype 100% now.
      show gallery even if not logged in
      center the square on the picture.
      added a border for pictures.
      added simple user activation under setup.
      nicer header.
      fixed links for photo viewing, also changed css settings for dropshadow.
      use controller default.
      tooo much whitespace :p
      working schemas for mysql.
      added relationships, removed loader relationships
      remove user on logout.
      check that you are logged in
      prettified the code.
      and relationships for the modules we didn't have yet.
      use innodb, use utf8
      fix redirects, fix constraints.
      try to encode entities.
      fixed preview output.
      string replace function for edit preview.
      fixed descendants_by_date to work on mysql.
      removed obsolete upload stop.
      fixed diffs.
      added breadcrumbs.
      updated powered-by logo, removed gallery shadows.
      fixed diffs to use prototype.
      added breadcrumbs
      move powered-by to bottom.
      added logout link.
      removed shadow.
      fixed typo in link.
      link to tags on current node.
      removed superflous div.
      show breadcrumb on frontpage.
      show breadcrumb on suggest page.
      set user after login/register.
      no poweredby on print view.
      use correct path for diff on subnodes.
      valign tagg add/remove.
      removed superflous divs
      include yourself in descdendants and descendants_by_date (should rename these functions?)
      insert thumb with link for images.
      jsfunction for hover.
      Added a hover observer.
      fix insert function.
      show image info on hover.
      fix hover info.
      path sensitive for othertags.
      show breadcrumb on attachments.
      temporary fix for double words in preview.
      updated javascript functions.
      added paragraph at bottom to make sure content gets background in msie.
      add support for adding multiple tags at once.
      added class for clearing divs.
      paragraph at the bottom to make sure background goes all the way down.
      order by status first.
      use forward with args. (requires cat trunk)
      use new hover observer in ::Useful.
      hide add link on click, clear input box.
      cache epxorts for 1 hour.
      fix can_edit
      use new can_edit function
      allow deletion of comments.
      only show edit/settings links when you have permissions.
      add link to remove comment.
      add missing " in linked from title
      make remove class generic.
      align-middle for add/remove links
      make sure formatter is in inc before using function.
      use built-in string replace function. set utf8 form encoding.
      used invalid var for gallery class.
      fix warning in is_admin
      add footer for suggest, make sure powered by is on the bottom.
      set id on body, to make it adressable by $()
      make sure divs balance.
      change settings to use formobserver
      Switch to encoding unicode plugin
      make more space for messages.
      profile action.
      added basic page meta info.
      added has_many pages.
      user profile stub.
      use css file, not hardcoded style.
      added missing has_a relationship to Page.
      added link to info page.
      cleaned up docs/formatting
      majo docs cleanups. tag clouds.
      take path to can_edit instead of page.
      added docs for API.
      updated templates to use new can_edit
      Added documentation.
      link directly to edit for wanted links.
      use new can_edit.
      link to proper textile2 syntax.
      use proper version of ::Useful.
      fix acronym for safari
      Complete pod docs for mojomojo.
      all pod tests run ok.
      more doc cleanups.
      fix invalid param for change password.
      add about link.
      add bottombar.
      fix user registration validation.
      redirect to page on save for paths.
      Updated title for feeds.
      relative feeds.
      disable scrubber until I can figure out how to stop it from fucking
      show invalids below message
      user pages have orig name like username.
      wrong link to image galleries by tag
      add prefix for link to by_gallery
      correct link for thumbs
      fix  bad wiki links
      focus input field
      better title, remove small for prettier output.
      better title, remove superflous comments.
      wrong syntax for pref call, fixed.
      use name_orig to handle mixed case logins.
      fix title.
      link tags to rootinstead of path.
      use new method in ::Useful.
      lc the path.
      fix ZIP uploads
      updated MANIFEST
      added Net::Amazon to requirements.
      add support for multiple tags in gallery input
      some places need the wiki formatter.
      use correct ASIN
      validates as xhtml
      strip trailing </p>
      enable xhtml for emoticons.
      set last-modified header based on current content object.
      fixes for xhtml valid
      detect mimetypes locally for zip files.
      yeah, $ needs to be escaped in TT ""s. Yeah, even if it's javascript.
      no caching of edit page.
      more consistent menu.
      toolbar to make editing simpler for noobs.
      add the actual toolbar
      make it possible to disable anon users.
      update correct form on login.
      return 404 on not found attachment.
      pass var to stash if we are in view template.
      only allow add comment if stash add_link is set
      terminate div for DVD view.
      fix regex to handle a number of items.
      registeraction unless user, not if anonuser pref.
      IN with UPPERCASE ! if not, TT silently fails :(
      make text smaller so it will fit.
      added user links.
      support unicode in gallery
      fix generic handler.
      fix bug so admin users don't include yourself
      reduce frequency for live preview.
      disable broken caching code
      oops commented out too much.
      fixing RSS feed to use proper paths.
      oops, $class, not $self.
      restored manifest.
      fix warning about undef.
      fix warnings for missing body.
      added generic pager.
      fix user listing.
      link new user list in navbar
      updated scripts to newest version.
      most recent version of prototype.
      restructuring of search underways.
      prototype now fucks up ×, use x for now.
      add anchor to next/prev.
      started formatter tests.
      switched to Module::Install, so deps can be installed from CPAN.
      started a REST api.
      minor consistency cleanup
      added xml methods for REST interface.
      add AsXML to the mix.
      fix warning when missing $c reference.
      updated manifest & dependencies
      show anonymous if no user.
      upgraded to latest scriptaculous
      use 5.5 uri_for method
      make dl work for forms and others
      upgraded scripts to cat 5.5
      added link back to view page.
      make path an uri object to please latest Cat
      use prototype for editing fields.
      progress bars for attachments.
      new inline edit for title/description
      improved wiki formatter.
      dtrt for profiles.
      proper form for prefs
      ensure content body.
      removed bad files from naifest
      update dependency on subrequest to a working one.
      make sure timer is off;
      bump view dependency
      abandon ::sweet hackery for left_base_classes
      updated scripts to latest version.
      use normal unicode plugin, fixes for default, start of user profile.
      updated for user profile.
      changed unicode plugin.
      changed to long names
      changed controllers to use long name and controller base class
      changed to long name
      fix mass rename
      updated catalyst files
      remove obsolete Build.PL
      lots more tweaks.
      moved away old model
      it's alive!
      updated to modern auth system
      make stuff run.
      remove the dep.
      updated dependency list.
      general mojomojo.yml
      DIE!
      IT'S ALIVE!
      fixed unicode rendering, added more functions. (almost get tag view working :)
      unfuck the database.
      fix live preview
      updated to latest prototype
      added missing prototype js
      oops, broke login.
      recent works again.
      fix recent, list tags.
      unbroke tagging :)
      fix recent and list
      made authors list work.
      do a proper subrequest for html export.
      add pubdate for rss feed.
      create pages should work now
      updated test database.
      yay, it rools man.
      call store links on save
      fix db creation, fix content test
      ported store_links
      testing comments.
      damnit.
      all tests succeed
      obsolete controller test.
      fixed user.
      fixed set_paths to do more sane things.
      last bug fixes before flight.
      prepare for deployment, fix gallery, fix up test suite.
      fix gallery/attachments.
      added dep.
      upgraded scripts, fixed uri_for to handle base stuff, updated deps.
      added a few notes.
      remove unneeded deps.
      reset password.
      fix gallery, tags
      Change to less angry exif data thingie.
      fix profile when you have no page
      oops, too fast.
      update message, change settings to allow everything
      Add settings for registration/access, deajaxify prefs
      kill manifest.
      fix header links to use uri_for
      fix gallery attachments
      changed to using chained.
      Remove debug crap
      css for line-diff. more wrapper crap.
      line diffs.
      added makefiles for formatters.
      oops. forgot to fix it up
      bunch of uri_for template fixes
      fix some scoping errors
      template fixes, login workflow
      remove stacktrace
      spawn database on test run
      updated to last version
      add register/o
      remove logout link
      fix recent list
      fix bug in tag interface
      remove extra comma from url
      descending ordering for tag counts
      fix duplicates in recent list
      Make sure we pass the tag
      get rid of the cdbi model.
      fix linking style for recent
      always access prefs from menu
      minus whitespace
      Fixes for attachments
      remove duplicate version
      remove duplicate version
      fix attachments
      All tests pass, use newstyle deploy
      magic file for magic stuff
      disable progress for now, fixes to list links
      fixed the path_to
      move dists out.
      buhbye
      new style db generation
      fix warnings, turn off debug
      fix test schema, wiki formatter tests
      Update dependencies
      Updates from kd
      Switch to .conf format
      Fix spawn db, in a really hacky way
      Remove code for scrubbing debug
      Prepare for cpan release
      updated connection info
      More pre-1 cleanups, see changelog
      Fix up attachments
      Fixed mime database, updated dependencies
      LAtest changes
      Extensible attachment insert
      JS Fixes, Gallery Tag fix, update scripts, fix links
      Fix comment formatter
      Latest CPAN Release
      Fix scoping
      fix search, test suite
      Prepare for release
      New release
      prepare for release, fix schema
      Database deployment All OK
      update pod, version
      Prepare for release
      Betale for katt i sekken
      Fixed prefs
      Fix base _
      Work on making tests pass again, update deps
      Fix registration
      Fix tests, cleanup end,
      New todo
      Fix tags when not logged in
      Fix header layout
      Make refcount accessor more robust
      Clean up refcount
      serve static using uri_for_static
      CSS fix for pre
      Fix two JS bugs
      Don't apply Wikitekst inside pre
      oops
      Fix profile, add last changed
      disable debug mode
      Prepare for release
      move render to allow setting orignal uri before template rendering
      Better diagnotic
      Future plans
      Update profile, fix list
      Change order for scrubber
      Add diff function
      404 for non-existant attchments.
      Add diffs to recent, update users list
      Fix various issues
      Tests for include formatter
      Move login message to top
      Fix target in attachments
      Fix for title
      mr. fixit
      Changed default cache store
      Fix stripping of pre block on multiline
      make pre scroll on auto
      Prepare for release
      egen div
      Move header
      Move header
      Fix list formatting
      releasing to cpan
      fix help, toolbar to respect formatter
      Fix preview utf8, fix missing version for new pages
      fix image syntax
      proper fix for preview
      fix so lists are diff for ul ol
      fix bold/em,cleanup
      Fix nested lists
      Selenium testing...
      Fixes to revision display
      Recover pass, prepare for CPAN release
      need moar bugs
      prepared for another release
      Fix email handling
      Moved to http://mojomojo.org/development/roadmap
      Disable wikilinks by default
      Hash passwords
      document prefs, add option to disable search
      Fix search
      fix date
      Quelsh warning in bottomnav.tt
      Fix change pwd
      prepare for a new release
      fix some indenting
      Change redirect formatter only to trigger on view
      fix prefs button
      Prepare for MojoMojo 019
      fix searchtype,changes
      Documented writing your own formatter
      updated docs
      session exiry
      Fix config  bug
      Major CSS overhaul by tkremer
      Update dependencies, fix test
      Prepare to release
      Fix formatting of default text
      Fix typo in error
      update changes, fix warning
      update edit menu
      Perltidy mojomojo

martijn (3):
      r2106 at debian:  martijn | 2006-10-09 15:45:02 +0200
      r2127 at debian:  martijn | 2006-10-09 21:24:02 +0200
      r2129 at debian:  martijn | 2006-10-09 22:50:12 +0200

mateu (5):
      * Changed width optimized for 1024px to max-width optimized for 1024.
      fixed lingering query where it should read q.
      pulled inaccurate syntax help concerning auto-link urls and emails.
      Order files and subdirectories returned by to_xhtml
      bump up max-width of container class

mateu x hunter (210):
      Add PostgreSQL database connection example.
      MojoMojo now speaks Spanish.
      More Español
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Set default theme directory when preference is NULL
      revert attribute value quotes for now.
      complete the revert of class=photo, one was left.
      Simple example counting number of tree nodes.
      Clarify Step 4 of Installation.
      Adjust attachment tests to fit delete() change.
      Update scripts/ directory
      More Catalan.
      tweak formatter/function insert wording and cursor position.
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Alphabetize required modules.
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Add flash sub to Dummy package for redirect test.
      extend $kate object scope to package.
      Correct one test, comment out another.
      remove *::Kate::All to fix BaseTest problem.
      Be gone with extra slashes in .recent base uri's
      Smarten .profile and link to it from .recent
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      give the .profile page title a real name.
      Trigger fetch_preview after 3 seconds of pause.
      Clean up leftover defaults in profile.tt.
      tweak refresh rates per Nielsen response times.
      Revert to <pre lang="Perl"> for syntax color.
      Enforce unique login and email.
      Snytax Highight: Tests and insert properly.
      Comment out broken markdown tests.  Add TODO ones.
      HTML Sytnax Highlight; Better Tests;
      dd local $TODO for proper usage of TODO directive.
      MojoMojo in Living Colour.
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Require KinoSearch 0.165 for re-index stability.
      formatter tests.
      More Tests. Scrub <tag src=[http|javascript].
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Up min Catatalyst version to 5.71001.
      Mark dandv's failing tests as TODO again.
      Adjust "add tags" background-color.
      Add <http://url.com> test to formatter_markdown.t
      Remove redundant test.
      Site Settings #toplinks ucfirst and back -> Home.
      Bring message content towards the top.
      Tweak message.tt.
      Reformat Message.
      Failing test for registration.
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      pulled file ouput used in testing tests.
      Use $c->error to check forward to email view.
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Cleaned up testing shit.
      User registration tests.
      Remove Data::Dump::Streamer from test.
      Stripper added but off.  Defang still on.
      Defang forward - more passing wiki language tests.
      Simplify POD test - still need blankline after pod
      Migrate snytax highlight tests to *_all_textle.t
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Hammer syntax highlight tests into submission.
      Actually use instance of DummyCatalystObject in include test.
      Correct pod for 02app.t and "Login" for selenium.t
      Add one way how to create a page.
      Link whole new wikiword instead of just ?
      Adjust Tests to newWikiWord link.
      Crude script to delete a page and its children
      Delete from page table last.
      More Testing of Defang with wiki Thang.
      Make Help page suck less & decouple from markdown
      add Test::WWW::Mechanize::Catalyst version req.
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Correct and Add to Changes
      Name of Profile Person when viewing profile.
      Linked from moved from bottomnav to page info
      Use real perl in lang="Perl" test.
      Remove stray character from POD.
      Begin to link to /login.profile instead of /login
      rename color themes simply by color.
      touch more refinement on toc margin for purple
      Float text to right of TOC for purple theme.
      Revert to original color theme names.
      Use return of 2 (defaut?) for defang img and src.
      Turn off highlight on save and view edit.
      Purple theme: move search to uppper right.
      Monkey zap Pod::Simple::HTML::version_tag_comment.
      purple theme: super subtle mm logo.
      refine monkey patch for version_tag_comment
      Introduce theme.js for purple people eater theme.
      Vertical split edit mode is now default.
      Allow local images only, test it.
      Add dash to video id regex for youtube.
      a touch of better anglais
      Catch up a little on Changes.
      correct some html in purple theme
      Introduce HTML::Declaw derived from Defang.
      spell delicious correctly
      Put the disc back into purple theme bullets
      FCGI::Server script to manage MM fastcgi processes
      Set execute bit on script
      Set HTTP header for caching
      Enforce https scheme option
      petit CSS refinement for purple-pleasure
      Adapt to DateTime::Epoch 0.04 changes.
      Demonstrate two fastcgi instances.
      Correct dipsplay of login error message, purple theme.
      Turn off PageCache for authenticated user.
      Test for unwanted caching.
      remove sleep from test - party all night.
      Ease back throttle on defang src.
      attachments should not be cached by PageCache.
      Inform test where configuration is.
      Inform when database on not ben initialized.
      Given Args the number 0 instead of empty string
      Give Args the number 0 instead of an empty string.
      PageCache Refinements:
      Get 0 back in Args, it was reverted inadvertently
      Rest in Peace Textile2.
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Maintain Split Edit for much narrow window width.
      Turn on POD testing by default when Test::Pod exists.
      Correct POD.
      Ojbect memory management test.
      Clarify app source for sharefile
      Refresh script/* to use restart from 1.18 ::Devel.
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      Add insert thumbnail to attachment actions.
      Merge branch 'master' of github.com:marcusramberg/mojomojo
      Add inline image template.
      Don't spawn db if already spawned.
      Merge branch 'master' of github.com:marcusramberg/mojomojo
      Exit MojoMojo startup if DB has not been deployed.
      Changes for state of deployment checks.
      Log in moved to right of right.
      Reconquista of vertical real estate in edit area.
      use prepare_action to check for database deployed.
      Tweak leak test to 1 MojoMojo::I18N::en object.
      Widen .container so toolbar img fit one line.
      use ->next for DB check and reuse result has_DB.
      Use only one config hash in leak test.
      Use only one config hash in leak test.
      Experimental search and replace script.
      Change logged for basic search and replace script.
      Require Test::More 0.88 for done_testing()
      play vigilante on Change Log
      Adjust key_maker to not warn on t/c/page.t.
      Remove CATALYST_DEBUG=0 from tests.
      one more test with CATALYST_DEBUG removed.
      Make subtree search work.
      Simplify suggest.tt for 404 handling.
      Update Changes
      Sub-pages simplified and optimized.
      Remove broken link from catalyst theme.
      Update changes.
      Update .po files.
      update purple theme to use new subtree list
      Title page link with orginal page name in subtree.
      Fix lurking bug in get_permissions_data();
      Stop being dense, and no set session for anonymous
      Test cookie handouts.
      Update changes.
      Make sure fall through is proper when setting lang
      Dense matter 2 antimatter, serve precompiled pages
      Be consistent w/ uploads test directory.
      Disable precompile until harmonious w/ set_paths
      Precompile pages and fix wikilink on create page.
      Update changes.
      Merge commit 'upstream/master'
      PageCache R.I.P.
      die instead of print, FCGI::Engine::Manager script
      MojoMojo habla mas español (diegok).
      Update Changes.
      Requuire 0.26 of C::View::JSON for quiet tests.
      Rework Person test.
      Move tag test out of todo since it passes now.
      Tighten up defang of href a little bit.
      precompile set to empty for certain formatters.
      Req. min. version of WWW::Mechanize::TreeBuilder
      Put a tag test back into TODO.
      Refactor tests a tad - a few including .tags
      rest of petit test refactor and cleaning.
      INSTALL: correct case & give perldoc instructions
      MultiMarkdown version bump, TODO test made normal
      Use block eval for loading test module.
      MM speaks to Italian girls in their native tongue
      Get italiano in the mix.
      Improved update_po.sh script (bepi)
      Update changes.
      Fix check for Selenium Test module, merci Khisanth
      Refine sel. test to not complain about multi plans
      Edit Page.pm to precompile smarter
      Test .login rev 1 - stop making no-sense.
      Inform Content.pm of new WordDiff namespace.
      Merge branch 'master' of github.com:marcusramberg/mojomojo
      surpress warning w/ page_edit.t
      Erase erroneous param in selenium.t
      Adjust Defang to allow local images
      Add and rework textile tests un peu.
      order diff key to match order of insertion.
      Make WordDiff highlight less like a Christmas tree
      Further tweakage of word diff style
      make DROP TABLE regex more resistent to breaking.
      Mention _local.conf safeguards settings on ugprade
      Remove login as option for recover pass
      Revert "Remove login as option for recover pass"
      Unmark TODO test in formatter_wiki which is now passing
      Fix tests involving admin login
      Don't allow non-admin users to delete pages.
      Handling circular constraints with page delete.

matthewt (2):
      yay, another missing dependency
      we hatessss it

plu (14):
      bugfix: (view|edit|...)_allowed 0 didnt work in mojomojo.conf
      bugfix: if you're logged in, page doesnt exist yet and you dont have the permission to create it there was an exception thrown because $page is no MojoMojo::Model::DBIC::Page object but just a plain hash.
      Fix: If you're logged in, page doesnt exist yet and you dont
      Add table CSS
      added a small margin on bottom of table
      Restrict search results depending on permissions
      Bugfix: To use a count(...) column in order_by in dbic you have to stick a real 'count(foo) AS cnt_foo' into the select => ... part
      - Fix: /foo.photo/1 was broken (plu)
      Add new config option to enforce login
      added to svn:ignore:
      Fix recover password
      r4830 at dhcp-217:  plu | 2008-07-24 18:50:43 +0200
      r4832 at dhcp-217:  plu | 2008-07-24 20:01:16 +0200
      r1331 at merkur:  plu | 2008-08-21 20:28:33 +0200

rimbu (1):
      Moved inline styles from page/edit.tt to mojomojo.css.

root (10):
      Delete obsolete files: mojomojo_fcgi.pl and search_query.pl
      slight addition in ja po
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      You need to uri_escape the filename, silly HTTP
      Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      unset dl/dt css (for File Formatter)
      Turn off defang tests for img src="remote"
      act on notabs test results
      Fix image testing URL to reflect default test setup
      code - tabs to spaces

soulchild (1):
      - Replaced favicon

t0m (1):
      Insist on version 1.0.17 of Text::MultiMarkdown, which is the current stable / recommended version. Also tweak docs for Markdown invocation a little.

unknown (3):
      Added POD for Schema::Result::Link
      Updated comment for Controller::Attachment::default
      Always call detach() as a method of $c

zby (1):
      Fixing uri_for for links from front page.

牧 大輔 (1):
      add japanese localization

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmojomojo-perl.git



More information about the Pkg-perl-cvs-commits mailing list