[libmojomojo-perl] branch master updated (e0677b7 -> 0f76c63)

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


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

gregoa pushed a change to branch master
in repository libmojomojo-perl.

      from  e0677b7   remove myself from uploaders
      adds  d26b4fb   initial import - from mitiki
      adds  d8b8510   fixed minor startup bugs.
      adds  9b9f076   Made formatters work again
      adds  b839a6b   fixed fatal bug in Sql, thanks SRI. modified timestamp works again.
      adds  8fa02b7   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.
      adds  3e5ed74   working on tag support.
      adds  5d0b864   bye bye ::CDBI namespace.
      adds  884f019   Migrating to new url schema, breaking tags.
      adds  014b995   added Tag controller
      adds  c3ed344   do the rockabilly.
      adds  e69bd66   Changed all occurreces of MojoMojo::M::* to MojoMojo::M::CDBI::*. Also changed mojomojo.yml to refer to new db/sqlite2/mojomojo.db path.
      adds  a794df8   add support for regexp actions
      adds  e0db8eb   fixed default handler.
      adds  5de68db   first step of rename to Core Revived Revision.pm
      adds  be9f611   Core, second step.
      adds  9608541   Update to set view configuration.
      adds  29c1c3a   some template work. added some missign stuff.
      adds  d0f4755   and here is the missing stuff.
      adds  353d445   updated the code for revisions.
      adds  c910904   added helper apps
      adds  a249b9e   uppdated helpers
      adds  7843be1   start of a Export controller.
      adds  0553063   guess we need one here too :/
      adds  ecb927b   updated to new revision scheme.
      adds  eb6f8f6   cleaned up templates to remove old maypole crud.
      adds  8b84dbd   removed extra class.
      adds  4449010   set correct namespace
      adds  969d205   prepared support for debug flags.
      adds  4beda72   namespace cleanups fixed typos, added subrequest to plugin list
      adds  5990d90   export working.
      adds  f689639   removing maypole rot, starting to handle new revision scheme.
      adds  7f086fb   add debugging of relationships.
      adds  10515a2   revised revisioning scheme
      adds  cbd90f2   revised revisioning scheme
      adds  23be5d4   updates to model, scheme, revisions
      adds  23be15c   live preview.
      adds  c99e8d3   dynamic diffs.
      adds  893e1c9   missed warn.
      adds  835890a   move from bin to script.
      adds  ef60b8c   a lot of work on the tag implementation login works. (sorta) various fixes.
      adds  f8f7cb6   revisions works added emotion formatter.
      adds  17555e8   check revision for missing page.
      adds  aeeeab4   fucking up the javascript :)
      adds  df80d62   added yellow fade. lots of various ajax improvements.
      adds  017ba14   moving all templates to base/
      adds  b134f4b   moving everything to base
      adds  6ce7e67   changed to base. numerous fixes and additions
      adds  7289bbf   beginning test suite.
      adds  3dbe818   fixed revisions, diffs, recent pages
      adds  3fcd7ae   oops, wrong ordering for recent.
      adds  71be2cc   refactored tests completed attachments. some work on feeds.
      adds  6894cae   port to trunk. documented most controller methods.
      adds  4d643c9   fix live preview fix attachments.
      adds  dc6dbb6   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.
      adds  60dc4c5   D'Oh! Forgot to add MojoMojo/M/Core/Content.pm last time...
      adds  afec354   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.
      adds  85f2a4c   obsolete: Moved to Person.
      adds  07b99c5   removed obsolete formatted_content, added missing content.
      adds  4696d12   fixed double slashes on editing root node.
      adds  5da24f8   added naughton to authors.
      adds  6670c57   Trying to recover Content.pm after I borked it in my local svn.
      adds  a456933   allows you to edit root.
      adds  d7f8b2b   Fixed: work properly with new 5.10 Module::Build home detection
      adds  4d5ce6f   Fixed: user -> person schema change
      adds  3e041f4   Fixed: new regenerated scripts and Build/Makefile
      adds  66e2dce   Fixed: removed old scripts
      adds  6028d11   Fixed: removed mojomojo.yml because it gets auto-generated with proper paths
      adds  576628f   got tags closer to working.
      adds  43bf07b   Mostly fixed the problem with trailing slashes on $c->req->base and leading slashes on page paths. So far, this seems to be a problem only when constructing urls in templates, so modified lib/MojoMojo/V/TT.pm to strip trailing slashes from $c->stash->{base}. Also modified lots of template (.tt) files to use this modified base.
      adds  14c66ee   tagging pages is now possible. minor fix for TT view.
      adds  37fc6ae   made base changes appwide
      adds  5e40957   Previously, we had ambiguous methods, Page::path and Page::get_path, which returned a path string and an array of pages in the path, respectively. Changed the name of get_path to path_pages to make the difference clear.
      adds  9663b41   Added a check that the $path always contains a leading slash when constructing the redirect url from C::Page::Edit to /$path.highlight. This became necessary because $c->req->base never contains a trailing slash for MojoMojo anymore. The rest of the changes are just more comments in M::Core::Revision and some content changes in the db.
      adds  f5ba5fd   Added root/base/breadcrumbs.tt, a re-usable breadcrumb navigation template. Most of the other modified templates were modified to use this new file. Since we always have a home page link now in the breadcrumbs, removed the "Home Page" link from navbar.tt.
      adds  07fbf5b   Modified the mojomojo schema (db/sqlite2/mojomojo.sql) to include version information in the content table. Previously this was stored only in the revision table. Since the revision table also versioned the page tree structure, every content change to a page would have required incrementing the version number of all that page's children.
      adds  d7e05a8   Almost completely fixed revision navigation and display, i.e. navigating backward and forward in time. Also fixed highlighting of changes from previous revision after edit.
      adds  e7c5146   Tags on prototype.
      adds  7ed040a   using prototype for preview, cleaned some crud.
      adds  83fffd0   Added: starting work on search support
      adds  6b249b2   Added: Several new dependencies
      adds  a6ef635   Added what should be a complete "requires" list of module dependencies to Build.PL. It may be a little too complete: some modules may not be necessary anymore, but all are still use'd.
      adds  71a77bc   Fixed: quoted module names in Build.PL and updated MANIFEST a bit
      adds  ca33c5c   fixes for feeds/recent Minor fix for tag interface perltidied controllers.
      adds  6e17e2a   Added Model to deps
      adds  1f07252   Added a warning to Build.PL that we're developing on Catalyst trunk, and to avoid Catalyst revisions prior to 556.
      adds  5ffb4cd   perltidy on all modules.
      adds  462d88d   Added: search index is now built at startup, created a test search_query.pl script
      adds  17ae9ab   Fixed perl paths
      adds  b535e15   Added more search functionality: web form now works, and snippets are displayed.  Todo: Pagination and subtree searches
      adds  f3167d9   Added: update search index after a page edit
      adds  8f8a06e   Added subtree searching
      adds  6c7dbc0   Fixed bug in result count display
      adds  e3db2a9   Added note about subtree todo
      adds  14caea9   only apply doubleclicking for view template.
      adds  5f8ef16   show tags in public cleaned norevision message.
      adds  3c0f1ba   fixed yellow fade to not show deleted lines.
      adds  c1531bb   Added pagination to search.  Runs the search on every page, so it should be improved through caching the results after the first page
      adds  77393fe   Added better subtree filtering using the search index. NOTE: you must delete the contents of your plucene directory for it to work
      adds  e0a2571   Fixed: Refactored index creation to use update_index
      adds  ec69165   updated recent.
      adds  ac881e0   added support for disabling anonymous access.
      adds  f63e90f   Fixed All Pages a bit, I'm sure we need to display this in a different order and with the page names
      adds  85e9f29   fix smileys.
      adds  cb931d1   Removed the "full_path" mehtod in lib/MojoMojo/M/Core/Page.pm and moved its code to a select trigger on the "path" TEMP column, because we were already using the "path" column to return the same information. Updated the other files to use $page->path instead of $page->full_path.
      adds  837a18d   started work to make wiki words relative by default.
      adds  57a2ec7   fixed creator links for proto. updated wiki words to append to word, not base.
      adds  e498083   Fixed a few warning messages in select trigger when ->name is null
      adds  50a9cf5   change to use URI, to resolve relative links properly.
      adds  71ad469   Fixed doctype header
      adds  910984b   Fixed: XHTML cleanups
      adds  588ddbd   Fixed: XHTML cleanups (alt tag)
      adds  77773da   Fixed: XHTML cleanups (extra small tag)
      adds  2bd8845   Fixed: Changed Textile from xhtml2 to xhtml1 flavor, page is now valid XHTML 1.0 Trans
      adds  0f39aaf   Fixed: dsn in yaml generation (Uwe Voelker), author list
      adds  9add10a   fixed login during edit use unicode plugin for working encoding more generic error message.
      adds  ed44c6b   added sqlite 3 db fixed print view made basic author list (needs work)
      adds  45bed3f   Added Singleton and Unicode plugin deps to Build.PL
      adds  2d68c5f   Added DBD::SQLite to deps
      adds  235914e   fixed bad logic in End export works again.
      adds  4580ee3   use a span to indicate color, and super the ?
      adds  3eebc5b   Fixed lowercase name_orig values in database
      adds  ed85957   Fixed uppercase wikiwords
      adds  1d0602a   Removed old sqlite2 database (use sqlite now)
      adds  bb49412   Fixed: use  instead of name_orig for proper text display
      adds  83db8a2   fixed attachment upload/delete/insert/view fixed diffs removed edit on double click
      adds  96f33a7   Fixed: strip leading slashes and paths from wikiwords
      adds  11d31c6   Fixed dates. Fixed highlights
      adds  3c667f1   oops, little Time::Piece left.
      adds  d71b760   fixed: extra space in edit, update by formatting, ymd dates, removed obsolete highlight, limit tags to \w+
      adds  00777ec   fix attachment handling
      adds  55f5d2e   users can't delete/add attachments.
      adds  b242c73   protect add, not insert.
      adds  ed3713f   Initial release of new hybrid (adjacency list/nested set) model. All previous functionality works with the new model. However, versioning of the tree structure needs serious re-thinking. So for right now, changes in nested set numbers will not appear in the page_version table.
      adds  b6548c8   Removed nested set lft,rgt columns from page_version, because creating new page version records every time those change will require too many inserts. Also fixed editing of existing pages that have not content.
      adds  b873f85   Fixed some broken logic in M/Core/Page.pm: create_path_pages was trying to set lft and rgt on page_version, but those columns don't exist in that table anymore.
      adds  f160c69   Refactored the open_gap method in M/Core/Page.pm.
      adds  afea2f8   page_version.creator is now set to the user's id, not hard-coded anymore. We now set many version-tracking fields in both the content and page_version tables that were previously ignored. Fixed some date column population that was setting dates to strings where it should have been setting them to epochs. Also changed some previously-set date fields in the db from strings to epochs.
      adds  1ce250e   Added d/sqlite/add_nested_sets.pl to allow those with already-existing mojomojo databases to add nested set page.(lft|rgt) columns. We should need this script only temporarily.
      adds  74adadf   Added children and descendants methods to M/Core/Page.pm.
      adds  4b564e1   recent/list+tags now uses the new tree code.
      adds  4aa8e79   relative export and feeds.
      adds  6ca0856   fixed atom feed to.
      adds  78ea5dc   updated navbar to start profile/preferences stuff.
      adds  8e4eb4f   Modified breadcrumbs.tt so that the textual page links use forms with hidden page id parameters. This will eliminate recursion in resolving page paths, but also keep the page ids out of the urls.
      adds  560594f   Added DateTime to 'requires' list.
      adds  9065ac8   Modified MojoMojo.pm prepare_home method to use sqlite instead of sqlite2.
      adds  483a119   Added a set_paths method to M/Core/Page.pm. Note the plural: it's different than set_path: set_paths sets the path TEMP column for multiple pages with only one SQL query. Because many method now return the result of set_paths, they return an array instead of a CDBI iterator. This required changes to C/(Page|Tag).pm and (page|tag)/(list|recent).tt.
      adds  ecfcd0c   Modified MojoMojo::M::Core::set_paths to correctly set paths for a group of non-adjacent pages. Also modified path_pages_by_id to NOT call set_paths, since set_paths now seems like too much overhead to just set the paths for a simple array of ancestors.
      adds  e82bc54   fixed formatter, prettified editing window.
      adds  bf96ab0   Fixed a typo in M/Core/Page.pm to eliminate "Useless use of (hash element|private variable) in void contex" warnings.
      adds  f1fd1a3   added some ignores. updated css.
      adds  be5d66b   made edit screen more usable.
      adds  4dbeed4   oops, broke ../
      adds  feb1f13   updated amazon plugin
      adds  8a16951   made amazon plugin more generic fixed better tagging interface
      adds  a21919d   drop breadcrumb optimization.
      adds  ddbba3c   fixed page width.
      adds  f3b9f50   made amazon formatter sweeter. started work on preferences. bolded tags.
      adds  6574a9e   oops, some missing files. *blush*
      adds  639c0ae   fixed naming.
      adds  0ea4472   only allow tags with \w+ made ui nicer for forms, prefs.
      adds  899c923   Moved inline styles from page/edit.tt to mojomojo.css.
      adds  65465cd   better image placement fix base for live preview so relative wiki links work
      adds  e54195f   didn't handle ASIN urls
      adds  b179657   support ((wikiword)) style.
      adds  aaf42c1   oops, regexp bug in new wiki formatter. show help for now even if it's in the way on small screens space bug
      adds  abfb315   here we go changing css
      adds  ba3a0a5   new test. still minor css things
      adds  4fffa51   here we go changing css
      adds  ca6d3e5   here we go changing css again. check it out now
      adds  95cb46f   fixed windows line-breaks
      adds  ca0b02a   cleanups in ui.
      adds  48ec3cc   make forms neater. prepare for applied emote patch ( make emoting more strict) started user prefs. fixed user navigation.
      adds  4e34c40   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.
      adds  6c95139   missing prefs file
      adds  46d1a6f   patch for ilmari: support [[wikiword | text ]] parse and strip path before dispatcher.
      adds  892c722   fix link to settings.
      adds  eacaf3b   updated preferences, added password change option
      adds  14d586b   fix page path for edits, and add a hr
      adds  77a0ac3   added border to nav.
      adds  5d90b43   parse =feed://whatever.
      adds  88d5d41   Changed include plugin to use =http:// syntax like the rest of the plugins.
      adds  9b98643   redirect to highlight fixed.
      adds  5e5f0fa   trailing slash for RSS Formatter.
      adds  63d291d   fixed typo in CSS that broke syntax highlighting.
      adds  3ee9170   added newline after box.
      adds  6a935a2   Remove superfluos comments.
      adds  6b70474   changed order.
      adds  c38d906   moved static to a separate controller to override begin()
      adds  79ecaa7   changed edit to calculate max_version on save.
      adds  7fcb54b   fixed the regexp.
      adds  d8c9d6e   changed to use CDBI-Sweet.
      adds  e748639   added 'small' option to just show a book.
      adds  da3abfd   fix preview window.
      adds  34c9531   right css class for preview.
      adds  2df79a1   newer emoticon to support strict mode.
      adds  8d9cafb   updated with new blue theme
      adds  37bc7b9   updated with new blue theme
      adds  ab43f02   updated with new blue theme
      adds  a47c488   updated with new blue theme
      adds  2a4b0b2   updated with new blue theme v8
      adds  2b25da1   moved gfx to static.
      adds  2a2f36d   
      adds  1a83266   cleanups.
      adds  56a3e51   added wikiwords function from mitiki. needs to be fleshed out.
      adds  f28fe08   added support for zip uploads fixed deletes.
      adds  37098e6   blueish maybe work.
      adds  11b6f3c   nå da
      adds  2e7d012   bongobong
      adds  f76f742   bongobong
      adds  aa2a683   another css change
      adds  fbda2ad   tumm-di-tum
      adds  ab99aa3   hide overflow, set crumb correctly
      adds  4344562   fammmmbommb
      adds  34ef760   fammmmbommb prøvnuh!
      adds  dd1e6b2   fammmmbommb prøvnuh!
      adds  c4fc0dd   fammmmbommb prøvnuh! d
      adds  3c4a1d5   fammmmbommb prøvnuh! d
      adds  f46887f   fixed linebreak.
      adds  e64a958   always show breadcrumb.
      adds  42c69f8   Beginnings of a image gallery.
      adds  073ec92   fammmmbommb prøvnuh! d
      adds  627bbea   added missing dependencies.
      adds  3003ec8   fammmmbommb prøvnuh! d
      adds  d961d10   fammmmbommb prøvnuh! d
      adds  cee78c5   fammmmbommb prøvnuh! d
      adds  bf7cfc0   fammmmbommb prøvnuh! d
      adds  ca803f7   fammmmbommb prøvnuh! d
      adds  dbf68a2   fammmmbommb prøvnuh! d
      adds  df41b49   fammmmbommb prøvnuh! d
      adds  28819fc   fammmmbommb prøvnuh! d
      adds  71078e2   fammmmbommb prøvnuh! d
      adds  bde4c68   moved addtag and only on login.
      adds  0af149a   fammmmbommb prøvnuh! d
      adds  856ca96   =)
      adds  ad46160   fixed form.
      adds  77c4f6b   ja
      adds  e8200a7   ja
      adds  72c4406   ja
      adds  63222d5   ja
      adds  8958cbe   ja
      adds  27a98dc   ja
      adds  24a7141   ja
      adds  67fbf4b   ja
      adds  2fa4988   ja
      adds  514bf06   ja
      adds  a8622f4   ja
      adds  dbb72db   ja
      adds  d232651   ja
      adds  c8752dd   ja
      adds  6f1358b   ja
      adds  650c4e8   ja
      adds  8fb0b30   ja
      adds  e00c799   ja
      adds  1dfab0c   ja
      adds  2fe2ff7   ja
      adds  130f324   to the american people:
      adds  14b4610   to the american people:
      adds  38c308c   i like ICE CREAM
      adds  4707383   and breadcrumbs are fixed on all pages and recent.
      adds  fcb11f7   preferences themed
      adds  60147ef   edit f&$#/d with.
      adds  0649656   prefs modded
      adds  5134336   updated message for new layout updated gallery template updated bottomnav for rollback updated edit to fix preview
      adds  36703f0   hope this works then :)
      adds  93e9f66   trying to be helpful prolly only messing up
      adds  450cf09   more trouble
      adds  4a7cf0d   your wish is my command
      adds  5ddb0e6   updated with relative urls
      adds  a2c4aa2   fixe rollback properly.
      adds  b4d1325   proper square thumbs.
      adds  d86ab1e   require recent datetime.
      adds  58346f1   fix revision navigation.
      adds  b0155bf   added rolled back message.
      adds  2dea0c3   moved rollback function to pageadmin
      adds  65c9cc0   added inline for scaled inline pics.
      adds  58a94c2   added support for viewing a picture.
      adds  5165127   make help hidden by default
      adds  0c8c54d   added missing controllers.
      adds  0d7052a   changed formatters to get a context object.
      adds  b56519a   reformat edithelp to scroll over preview.
      adds  42b015d   always show crumb
      adds  1f10c2d   attatchment fix  theme.
      adds  ec57d42   initialize content properly.
      adds  8bbf04d   attatchment fix  theme. should work prfect now!
      adds  515a2a6   added cache
      adds  12e8681   edit page changed. put breadcrumbs correctly and added toplinks div
      adds  ff5e0ce   new work on syntax stuff. updated photo bottom.
      adds  e3fa574   removed breadcrusts on / pages
      adds  af9a317   removed breadcrusts on / pages
      adds  caa7372   removed breadcrusts on / pages
      adds  b24ff37   updates to css - tag coloring
      adds  2534cff   updates to css - tag coloring
      adds  37983ce   misc layout fixes.
      adds  4021bc2   tagmods
      adds  30dc368   addtagcss change
      adds  88a463b   addtagcss change again
      adds  87c3e8d   addtagcss change again
      adds  39fcb73   addtagcss change again
      adds  b4c6639   addtagcss change again hopefully the last
      adds  fcc71ec   hmmmmm =D
      adds  1bad7a3   hmmmmm =D now i just need the addtag link to display the div thats just under it with the form
      adds  0d753a0   we will hit 313 before you know it!
      adds  30552bc   lots of changes that i cant mention. theyre just tooo COOOL;)
      adds  945177c   all lowercase
      adds  01f2a71   away with the big p
      adds  343114e   fixed tags for new structure.
      adds  1073647   added pager.
      adds  e1501c8   Modified M/Core/Page.pm: added method "descendants_by_lft", which returns all descendants ordered by the nested set "lft" column. Also added method "rename". Beware, "rename" is not tested and not implemented in C or V.
      adds  cbc6eb9   made the thumb link go away.
      adds  073d0d0   downloaded official effects2 js
      adds  8b0d32d   handle case in usernames for access to home dir.
      adds  48d827b   require newest cdbi-sweet.
      adds  ecd5ca4   allow login directly from pageadmin.
      adds  cd1d486   added gallery functions, tagging for galleries, inplace title editing.
      adds  daad2dd   class to represent a photo.
      adds  f24d42e   fetch user to stash when authed show proper error message for 404s
      adds  e839f54   removed superfluos dependency.
      adds  4991414   fixed  highlight support for tags.
      adds  1f47f23   fixes for gallery and tag highlighting.
      adds  ca33900   cleaned up tags list cleaned up recent/list
      adds  a3b0558   new_name_orig comes in params now, fix warning fix warning
      adds  4a82b4f   added support for tagging photos.
      adds  0f3185c   cache rss feeds.
      adds  2f183db   use utf8 in Textile module
      adds  37a9449   cache http include.
      adds  c651459   moved business logic from controller to model.
      adds  043ef00   added dir for cache.
      adds  9f33dca   make server use good paths until next catalyst release fixes this.
      adds  06587f1   added links to gallery from pages.
      adds  2c956d4   show current on rolled back revisions.
      adds  908d791   moved fade any thing from footer to header
      adds  1cc9d3f   make links include path. (prettier)
      adds  3ddc98e   check if user is active
      adds  5469ccf   updated build dependencies.
      adds  2bdd53a   removed crud from render.
      adds  52d60c2   unborked live preview of name
      adds  a17f113   fixed typo
      adds  c3b4c4f   use user.link function
      adds  300322f   fixed extra space in message
      adds  06af0c0   added support for comments.
      adds  55b69f6   used wrong accessor name.
      adds  19d8ffd   forward correctly to login controller.
      adds  2a083d5   updated to admin/admin user made create_db more robust mojomojo.db is now a straight copy of the new.
      adds  6e9b16e   Allow edit of gallery description Fix render bug allow next/previous in gallery only show gallery link if there are photos started work on recent restructured syntax so we can use same code for exif data.
      adds  91db29b   added support for showing exif data.
      adds  d02cca0   make fade quicker for syntax/exif.
      adds  65754a1   updated list and recent for new dispatcher
      adds  e0f0e12   Add topping.
      adds  10e84ec   fixed recent with tags.
      adds  550013c   fixed typo in exif added next/prev by tag
      adds  7538d9f   added tag browsing fixed tags when logged in.
      adds  74f1421   move comments toward the end of the formatter chain.
      adds  1f70874   fixed typos, removed redundant comment field, added missing flash exif field.
      adds  2f314ee   added tag browsing, fixed tag bugs.
      adds  721c8a0   prettified comments
      adds  984cce2   fixed formatting for missing my / popular tags.
      adds  9b95cf5   use recent for tag listing too.
      adds  e767742   prettyfied the hidden divs.
      adds  f83a2e8   Updated 'requires' in Build.PL. Also modified db/sqlite/mojomojo_create_db.pl to include failing sql statements in error messages.
      adds  0338530   Added an ajax-powered sidebar page menu. New files are root/base/child_menu.tt and sidebar.tt. Modified root/base/page/view.tt, root/static/mojomojo.css, and lib/MojoMojo/C/Jsrpc.pm.
      adds  96d275b   HTML Scrubber.
      adds  19879f2   Modified MojoMojo/M/Core/Page.pm to partially fixed setting of name_orig to preserve original formatting.
      adds  70bb777   allow necessary tags for pre/code use XML::Clean to handle dangling tags.
      adds  406aad4   move textile formatter to the beginning of the chain.
      adds  44e39dd   added some help text.
      adds  1abe23e   removed some comments made codeblocks nicer.
      adds  750e8a2   commented out sidebar for now.
      adds  c1abd3c   added user registration and email validation.
      adds  2154525   added sql fields required for user registration to sql.
      adds  b853345   returned to current schema.
      adds  9e603e2   Updated Build.PL 'requires'.
      adds  afbb2bd   fixed navbar for inactive users added titles.
      adds  26cc4cd   fixed path for diff. pass context.
      adds  cd7af3f   added is_admin
      adds  2bdc68d   sort out anon preference / page rights.
      adds  df33455   Added support for page suggest (search)
      adds  dc9a9f4   moved image makers to model.
      adds  87b7549   Added titles for all links.
      adds  7ede152   use anon user pref.
      adds  574a1ee   make preference user page sensitive.
      adds  dac721a   add wiki javascript file.
      adds  0fc9e18   improve preview help text.
      adds  53e2f63   clean up formatting. make gallery next/prev page sensitive.
      adds  acb5940   clean up loayout, add formvalidator hooks.
      adds  240b5bf   dude.
      adds  14b7d59   fix URI::Fetch
      adds  53b6b91   use user.link
      adds  81035c9   Added help for syntax plugins.
      adds  6752a0d   added smartypants formatting for Textile engine.
      adds  802ffff   Fixed original name preservation in links to wanted pages: fixed a bug in M::Core::Page::path_pages that returned incorrect paths for proto_pages (wanted pages). Also removed the call to fixw for explicit links in Formatter::Wiki::format_content; letting the call to M::Core::Page::path_pages handle it instead, since it will return normalized names in the paths. Also commented out the currently-unused M::Core::(Content|Page)::wikiwords methods.
      adds  e951356   Modified "page suggest" to display all missing pages in the path and to allow the user to automatically create any missing ancestor pages when creating a page.
      adds  6b6bcd3   added a spinner gif for ajax waits.
      adds  a81d12d   fixed user interface.
      adds  b21b5fd   turning this into prototype-useful
      adds  2bfedf7   Added docs to explain the reasoning behind the overridden MojoMojo::prepare_path. Also, we now save the original uri in $c->stash->{pre_hacked_uri}.
      adds  9d06cb1   fix utf8 encoding.
      adds  2dcd4d7   added css for spinners.
      adds  d739761   restructured scripts, abstracted out to prototype-useful.
      adds  798707a   added a couple of comments.
      adds  d8f9f54   Updated to new path infrastructure. fixed a couple of bugs after moving stuff to model.
      adds  b3b3e0d   Added requirement for HTML::Prototype::Useful
      adds  fa798cf   updated templates to use prototype.
      adds  1d3ef25   feeds validate.
      adds  5e3e3e1   make spinner css more explicit.
      adds  62c040b   fix double slash
      adds  803850f   added helper method for getting URI object for base.
      adds  b28f928   turn off timing data in HTML (breaks validation)
      adds  5480a55   added mail-style date formatting for rss feeds.
      adds  9ba55fc   use element hide/show instead of toggle.
      adds  70def9f   readded has_photos (where did that one go? :/)
      adds  36b74a1   fix info dropdowns (state was missing).
      adds  121e266   retrieve_next returns *iterators* *iterators*...
      adds  bcc9c4d   added commented out support for dbh traces.
      adds  aa62034   Added essential columns.
      adds  e12418a   added preference class to set essential. Added cashing.
      adds  af63f5b   prototype js needs display:none as a style, not in css.
      adds  cb8a36d   only my code left there now.
      adds  7669aae   don't show prefs/profile if not logged in.
      adds  40481c8   add background for print.
      adds  e942aa9   removed old code. we use prototype 100% now.
      adds  e657329   show gallery even if not logged in fix spinner for edit mode.
      adds  ca370e2   center the square on the picture.
      adds  b700160   added a border for pictures.
      adds  04af269   added simple user activation under setup. some more ajax prettyness.
      adds  1e320bd   nicer header.
      adds  abc0c47   fixed links for photo viewing, also changed css settings for dropshadow.
      adds  67877e6   use controller default.
      adds  7aa8c11   tooo much whitespace :p
      adds  9ed32a4   working schemas for mysql.
      adds  9752643   added relationships, removed loader relationships
      adds  6abf557   remove user on logout.
      adds  9cfe5fd   check that you are logged in
      adds  b9827aa   prettified the code.
      adds  7dbe0d8   and relationships for the modules we didn't have yet.
      adds  60d08bb   use innodb, use utf8
      adds  4852854   fix redirects, fix constraints.
      adds  0f4e48f   try to encode entities.
      adds  914ced6   Refactored Formatter::Wiki to be more abstract, to allow for re-use of regexes for storing backlinks and such as well as formatting. Minor prettifying in M::Core::Page.
      adds  f70e05a   fixed preview output.
      adds  2f6a23f   string replace function for edit preview.
      adds  e93e520   fixed descendants_by_date to work on mysql.
      adds  7a30449   Moved the implementation of MojoMojo::(wikiword|expand_wikiword) to MojoMojo::Formatter::Wiki(format_link|expand_wikiword), respectively, to keep related things together.
      adds  9b8df13   removed obsolete upload stop.
      adds  d6188fe   fixed diffs.
      adds  a390a4b   added breadcrumbs.
      adds  e8135de   updated powered-by logo, removed gallery shadows.
      adds  0520f84   fixed diffs to use prototype.
      adds  18fd12b   added breadcrumbs
      adds  0be5e83   move powered-by to bottom.
      adds  4faac46   added logout link.
      adds  72ce61b   removed shadow.
      adds  0e3e22c   fixed typo in link.
      adds  f312642   link to tags on current node.
      adds  be26c35   removed superflous div.
      adds  88251f1   show breadcrumb on frontpage.
      adds  e1d962d   show breadcrumb on suggest page.
      adds  2c4341a   set user after login/register.
      adds  9f0b108   no poweredby on print view.
      adds  6a992e2   use correct path for diff on subnodes.
      adds  f6ccd55   valign tagg add/remove.
      adds  6b2f9b9   removed superflous divs
      adds  d2af9be   include yourself in descdendants and descendants_by_date (should rename these functions?)
      adds  598937e   insert thumb with link for images.
      adds  18d9dba   jsfunction for hover.
      adds  61a8cb7   Added a hover observer.
      adds  92ee57d   fix insert function.
      adds  2c486ec   show image info on hover.
      adds  04589c5   fix hover info.
      adds  84d9a9c   path sensitive for othertags.
      adds  1c5a4b8   show breadcrumb on attachments.
      adds  37e3b6b   Implemented backlinks and wanted pages.
      adds  ffc099b   Removed debug statements from Formatter::Wiki and M::Core::Content. Added M::Core::Link, without which backlinks won't work. Forgot that on last commit.
      adds  9670f82   Fixed formatting of [[/]], explicit links to root.
      adds  b2dd45e   temporary fix for double words in preview.
      adds  7172cb6   updated javascript functions.
      adds  bb1602d   added paragraph at bottom to make sure content gets background in msie.
      adds  c5b0227   add support for adding multiple tags at once.
      adds  64cf0e9   added class for clearing divs.
      adds  5b1ba58   paragraph at the bottom to make sure background goes all the way down.
      adds  2c3acd7   order by status first.
      adds  3750b8b   use forward with args. (requires cat trunk)
      adds  e9a8699   use new hover observer in ::Useful.
      adds  964dfa4   hide add link on click, clear input box.
      adds  66f9fa4   cache epxorts for 1 hour.
      adds  2013c13   fix can_edit
      adds  990e3e4   use new can_edit function
      adds  3ac55b8   allow deletion of comments.
      adds  e394db2   only show edit/settings links when you have permissions.
      adds  6f4b377   add link to remove comment.
      adds  0ac1517   add missing " in linked from title
      adds  25ce6c8   make remove class generic.
      adds  2599722   align-middle for add/remove links
      adds  5a8683e   make sure formatter is in inc before using function.
      adds  b47061c   use built-in string replace function. set utf8 form encoding.
      adds  a1b110b   used invalid var for gallery class. use smaller font to show exif data.
      adds  e55517b   fix warning in is_admin
      adds  0ea69d7   add footer for suggest, make sure powered by is on the bottom.
      adds  69a5335   set id on body, to make it adressable by $()
      adds  9bfff25   make sure divs balance.
      adds  609c5f2   change settings to use formobserver add anoymous field.
      adds  e8793dd   Switch to encoding unicode plugin
      adds  6494155   make more space for messages.
      adds  7b93e60   profile action.
      adds  5af5d9f   added basic page meta info.
      adds  89801ea   added has_many pages.
      adds  4244095   user profile stub.
      adds  aaf352f   use css file, not hardcoded style.
      adds  63023fc   added missing has_a relationship to Page.
      adds  ce77df9   added link to info page.
      adds  d7b5bd7   cleaned up docs/formatting updated auth.
      adds  a9ddbe1   majo docs cleanups. tag clouds.
      adds  af9d0a6   take path to can_edit instead of page.
      adds  b3de8ce   added docs for API.
      adds  629adc2   updated templates to use new can_edit only roll back with rev fix gallery tag interface
      adds  16b2f8e   Added documentation.
      adds  619fbfe   link directly to edit for wanted links.
      adds  e322d9f   use new can_edit.
      adds  3845a99   link to proper textile2 syntax.
      adds  eb8d388   use proper version of ::Useful.
      adds  a76be3f   fix acronym for safari
      adds  2f82556   Complete pod docs for mojomojo.
      adds  b9efc3d   Pluggable auth: MojoMojo::C::User::(login|logout) now call identically- named methods in MojoMojo::Plugin::DefaultAuth, or whatever auth plugin the user wants to create and/or use.
      adds  4b3acd6   all pod tests run ok. updated manifest
      adds  8ee65b9   more doc cleanups. bottom bar for search a little beginning on user profile tag cloud for gallery.
      adds  94a4f40   fix invalid param for change password.
      adds  34ce259   add about link.
      adds  3e9c837   add bottombar.
      adds  a3d0709   fix user registration validation.
      adds  a7e6856   redirect to page on save for paths.
      adds  c810876   Updated title for feeds.
      adds  795eb2f   relative feeds.
      adds  15135b8   disable scrubber until I can figure out how to stop it from fucking textile.
      adds  3aed177   show invalids below message
      adds  e6435f5   user pages have orig name like username.
      adds  b715671   wrong link to image galleries by tag
      adds  8cd4a10   add prefix for link to by_gallery
      adds  ccb37ed   correct link for thumbs
      adds  0a4eadd   fix  bad wiki links
      adds  af51c38   focus input field help message when you start editing new pages.
      adds  b37ddde   better title, remove small for prettier output.
      adds  1c47215   better title, remove superflous comments.
      adds  81ba8ae   wrong syntax for pref call, fixed.
      adds  1394c81   use name_orig to handle mixed case logins.
      adds  e196654   fix title.
      adds  a52be3b   link tags to rootinstead of path.
      adds  8448b65   use new method in ::Useful.
      adds  dae4b34   lc the path.
      adds  1334a32   fix ZIP uploads fix delete of attachments.
      adds  8405ff4   updated MANIFEST fixed link to RSS feed.
      adds  d369c65   added Net::Amazon to requirements.
      adds  047eee8   add support for multiple tags in gallery input
      adds  77c4deb   some places need the wiki formatter.
      adds  2679ce3   use correct ASIN
      adds  f4bb690   validates as xhtml fix bug with forms in preview affecting save
      adds  06f06f7   strip trailing </p>
      adds  9c6347e   enable xhtml for emoticons.
      adds  7ece0d9   set last-modified header based on current content object.
      adds  f8891e3   fixes for xhtml valid
      adds  61d760e   detect mimetypes locally for zip files.
      adds  69f1dc6   yeah, $ needs to be escaped in TT ""s. Yeah, even if it's javascript.         inline title editing works again. also, highlight fixes.
      adds  0e92b6b   no caching of edit page.
      adds  454184e   more consistent menu.
      adds  7eeb3b9   toolbar to make editing simpler for noobs.
      adds  5cbe36f   add the actual toolbar fix some special chars in ajax (+/;/&)
      adds  73a3f1f   make it possible to disable anon users.
      adds  2c94d76   update correct form on login.
      adds  439034f   return 404 on not found attachment.
      adds  8765a55   pass var to stash if we are in view template.
      adds  db6c7d6   only allow add comment if stash add_link is set show heading for missing comment.
      adds  57d8a5c   terminate div for DVD view.
      adds  d4eb64a   fix regex to handle a number of items.
      adds  58a6a10   registeraction unless user, not if anonuser pref.
      adds  4503980   IN with UPPERCASE ! if not, TT silently fails :(
      adds  020ab2a   make text smaller so it will fit.
      adds  91fcdc3   added user links.
      adds  fe9098c   support unicode in gallery
      adds  5ab767d   fix generic handler.
      adds  f07ebe2   fix bug so admin users don't include yourself
      adds  e10c0c8   reduce frequency for live preview.
      adds  57ad231   disable broken caching code
      adds  4d07cc1   oops commented out too much.
      adds  3af113c   fixing RSS feed to use proper paths. also, pass $content object to formatters, and rename $self to $class
      adds  904ed87   oops, $class, not $self.
      adds  3c445ed   restored manifest.
      adds  48c77a5   fix warning about undef.
      adds  80def16   fix warnings for missing body.
      adds  b5b5bbd   added generic pager.
      adds  cd6732b   fix user listing.
      adds  23c80c6   link new user list in navbar
      adds  e3022a3   updated scripts to newest version.
      adds  140ca5f   most recent version of prototype.
      adds  f87056b   restructuring of search underways.
      adds  3c89325   prototype now fucks up ×, use x for now.
      adds  689a138   add anchor to next/prev.
      adds  a7cbdee   Modified M/Core/Page.pm to fix setting of content version where no content previously existed. Was set to 0, now set to 1.
      adds  5f2764d   started formatter tests.
      adds  e9a1f0e   switched to Module::Install, so deps can be installed from CPAN. added 2 missing deps.
      adds  31829ae   started a REST api.
      adds  6b11858   minor consistency cleanup
      adds  22d6eef   added xml methods for REST interface.
      adds  b20093c   add AsXML to the mix.
      adds  842928f   fix warning when missing $c reference.
      adds  94a9617   Switched search engine to use C::M::Search::Plucene
      adds  1aeb0d3   updated manifest & dependencies
      adds  53992e4   show anonymous if no user.
      adds  857420c   upgraded to latest scriptaculous
      adds  761c57a   use 5.5 uri_for method
      adds  b7a488e   make dl work for forms and others
      adds  9b330d5   upgraded scripts to cat 5.5
      adds  2c794af   added link back to view page.
      adds  0f8854b   make path an uri object to please latest Cat
      adds  1242945   use prototype for editing fields.
      adds  566ebc5   progress bars for attachments.
      adds  9ffc0c9   	new inline edit for title/description
      adds  989368a   improved wiki formatter.
      adds  ea7a46f   dtrt for profiles.
      adds  7668881   proper form for prefs started work on profile
      adds  c8e12d8   ensure content body.
      adds  350b7b9   removed bad files from naifest added missing tests.
      adds  cd522ba   update dependency on subrequest to a working one.
      adds  003fdc4   make sure timer is off;
      adds  9005ca3   bump view dependency
      adds  9c29253   abandon ::sweet hackery for left_base_classes
      adds  78fd00b   updated scripts to latest version.
      adds  420a1a9   use normal unicode plugin, fixes for default, start of user profile.
      adds  0df6733   updated for user profile.
      adds  ac23278   changed unicode plugin.
      adds  ead0141   changed to long names
      adds  7ad4cf7   changed controllers to use long name and controller base class
      adds  ccd9509   changed to long name
      adds  b0274d3   fix mass rename add dbic schema
      adds  8d96b6b   updated catalyst files updated controllers to use $c->model disabled the cdbi model started adding methods to the dbic model
      adds  8e38be5   remove obsolete Build.PL
      adds  a730e64   lots more tweaks.
      adds  f578691   moved away old model
      adds  8c741de   it's alive!
      adds  33eaceb   updated to modern auth system fixed minor layout thing i message.tt
      adds  3c2a559   make stuff run.
      adds  379b062   remove the dep. further work on trees.
      adds  48d2680   updated dependency list.
      adds  2231a9a   general mojomojo.yml
      adds  e67cea9   DIE!
      adds  84cb2e6   Added Catalyst::Plugin::UploadProgress to dependencies in Makefile.PL. Also added a version number for Catalyst::View::TT in the same file.
      adds  704f404   IT'S ALIVE!
      adds  c8e33c0   fixed unicode rendering, added more functions. (almost get tag view working :)
      adds  c795fd3   unfuck the database.
      adds  d8027ba   fix live preview fix comments.
      adds  af9adbf   updated to latest prototype fixed diffs fixed edit.
      adds  8cb6242   added missing prototype js removed superfluos version stuff.
      adds  4ecb580   oops, broke login.
      adds  dfa22b7   recent works again.
      adds  e031919   fix recent, list tags.
      adds  1305475   unbroke tagging :)
      adds  f85833a   fix recent and list fix attachments
      adds  b369b79   made authors list work.
      adds  11432bf   Added the first files for what will be a test suite of the MojoMojo schema classes.
      adds  bdfb7e8   Added tests to the basic schema testing for retrieving the default user and root page content.
      adds  fdbf3e9   do a proper subrequest for html export.
      adds  09001be   add pubdate for rss feed.
      adds  f1be63f   create pages should work now rss feeds
      adds  c0a7b69   New test file for MojoMojo::Schema::Page. Mostly page path operations right now.
      adds  5dda407   updated test database.
      adds  7f67634   yay, it rools man.
      adds  495ef11   call store links on save fix logged in as non/existsing user.
      adds  94daadd   fix db creation, fix content test
      adds  04cdaed   ported store_links
      adds  2d5d5d4   testing comments.
      adds  e8a4098   damnit.
      adds  8888fca   all tests succeed
      adds  61d4136   obsolete controller test.
      adds  7557d60   fixed user.
      adds  a43a233   fixed set_paths to do more sane things.
      adds  684a185   last bug fixes before flight.
      adds  00fe095   prepare for deployment, fix gallery, fix up test suite.
      adds  b9eaaf8   fix gallery/attachments.
      adds  24fd66f   added dep.
      adds  b2f4af5   upgraded scripts, fixed uri_for to handle base stuff, updated deps.
      adds  35309ee   Added two missing deps.
      adds  66f1552   Added INSTALL file.
      adds  65b96ad   added a few notes.
      adds  4e20758   Added more info to INSTALL.
      adds  1ebd42d   yay, another missing dependency
      adds  a1169ef   remove unneeded deps.
      adds  ab94a09   reset password.
      adds  0112ae1   fix gallery, tags
      adds  e6a464f   Change to less angry exif data thingie.
      adds  5156be0   Updated password.
      adds  9ca63b6   Added column_info to the database schema.
      adds  082f896   Added default values to some fields.
      adds  0be5116   Added script to spawn the database.
      adds  d98b1b6   Removed out of date Oracle sql.
      adds  c1352e8   Added auto_increments. Added create_ddl_dir to the spawn_db script.
      adds  5578135   Added new sql files.
      adds  70f28ea   Allow various values to be nullable.
      adds  c38ead7   Cosmetic tweak.
      adds  12ba9bb   Updated the SQL. Added email setting to the yaml file.
      adds  6399bae   fix profile when you have no page fix some links.
      adds  5364fed   oops, too fast.
      adds  47db56c   update message, change settings to allow everything to be edit by users by default.
      adds  01d0852   Add settings for registration/access, deajaxify prefs
      adds  b6ba855   kill manifest.
      adds  35908e8   we hatessss it
      adds  dac2a17   Updating schema and group by statements to work with MySQL
      adds  3241777   Updating schema objects for mojomojo_spawn_db.pl to work with MySQL.
      adds  ca3f095   Don't assume you get a auto_inc field, use the results from populate
      adds  21a7a33   Adding ConfigLoader to list of reqs.
      adds  66a9ea1   Fixing MySQL query
      adds  ce18c1b   MySQL patches
      adds  fcdcbd7   Patch from kixxx to fix authors page for MySQL.
      adds  283c4f6    r2106 at debian:  martijn | 2006-10-09 15:45:02 +0200  rearrange tests for Formatter::Wiki so that we don't require any  other stuff. Also add some more tests to increase the coverage
      adds  06a5e1c    r2127 at debian:  martijn | 2006-10-09 21:24:02 +0200  Add a MojoMojo::Formatter for IRC logs. now we can easily paste in  irc logs, and they will look nice on the wiki. yay!
      adds  5352631    r2129 at debian:  martijn | 2006-10-09 22:50:12 +0200  fix bug where we weren't clearing $longline. add test to make sure  we don't do it again.
      adds  a5cc985   fix header links to use uri_for
      adds  3fea391   Bugfix: render parent id instead of stringified parent obj on page edit Bugfix: change 'NULL' to undef in database population Bugfix: allow NULL values for page parent (needed for root page)
      adds  bc94853   Add tests for page parent bugfixes Add auxiliary database needed for tests
      adds  3aaf157   fix gallery attachments
      adds  1e21d10   changed to using chained.
      adds  26006e4   Making these fields nullable so there isn't a required parent version (in the case of top page)
      adds  b19d418   factoring out template wrappers to wrapper.tt
      adds  709a678   More updates to use a global wrapper.  Still a few left, I think.
      adds  629fda7   Updating INSTALL file.
      adds  a6f033e   all visible pages are wrapped now, i think
      adds  322baef   adding requirement for DBIC 0.07002
      adds  3e1a2a0   spawn_db that acutally works
      adds  62fa8fb   this stuff is autogenerated and shouldn't be in svn
      adds  1182e37   more verbose spawn_db
      adds  f53875c   adding SQLT as optional prereq
      adds  0be6e06   more fixes.
      adds  4ad478a   Fixing uri_for for links from front page.
      adds  49368f5   Remove debug crap
      adds  2e64d80   css for line-diff. more wrapper crap.
      adds  0fcd998   line diffs.
      adds  33d2723   added makefiles for formatters.
      adds  da40ec6   oops. forgot to fix it up
      adds  eb31114   bunch of uri_for template fixes
      adds  a4574cd   fix some scoping errors
      adds  138bf51   template fixes, login workflow
      adds  d631583   remove stacktrace
      adds  b6ec625   spawn database on test run
      adds  31ae176    r17521 at foo:  jon | 2007-01-15 22:13:04 -0600  by default spawn database someplace that does not require pre-existing subdirs
      adds  dfd00a8   updated to last version
      adds  30912db   add register/o
      adds  61f8993   remove logout link
      adds  e646990   fix recent list
      adds  ff9c0a4   fix bug in tag interface
      adds  15cfecb   remove extra comma from url
      adds  610027e   descending ordering for tag counts
      adds  04cc322   fix duplicates in recent list
      adds  dcf1080   Make sure we pass the tag
      adds  7ea0c1a    r28244 at foo:  jon | 2007-06-28 21:54:27 -0500  svn:ignore and indenting cleanups
      adds  1e97adf   get rid of the cdbi model.
      adds  0a12554   fix linking style for recent
      adds  d601ecb   always access prefs from menu
      adds  c0d33c7   minus whitespace
      adds  fee849f   Fixes for attachments
      adds  1aa6c93   remove duplicate version
      adds  3ff80cf   remove duplicate version
      adds  2a35a5e   fix attachments
      adds  008dd3b   All tests pass, use newstyle deploy
      adds  19ccb6a   magic file for magic stuff
      adds  8689407   disable progress for now, fixes to list links
      adds  5e71ffd   fixed the path_to
      adds  74d0827   move dists out.
      adds  5d1580f   buhbye
      adds  ca7f40e   fix deploy script (a bit)
      adds  1813cb7   read config file in mojomojo_spam_db
      adds  469c719   new style db generation
      adds  7e8ae8a   fix warnings, turn off debug
      adds  f8f0f21   fix test schema, wiki formatter tests
      adds  01f7b7c   get rid of empty space in field
      adds  97c241c   Update dependencies
      adds  0c81d2c   404 instead of 500 when non-logged-in-user touches edit prefs
      adds  497ac4d   fix revision css
      adds  59122bb   Updates from kd
      adds  ee6ba36   Switch to .conf format
      adds  b65f20e   Fix spawn db, in a really hacky way
      adds  c8d9ed4   Remove code for scrubbing debug
      adds  904e624   Prepare for cpan release
      adds  118cf2e   updated connection info
      adds  13f6328   More pre-1 cleanups, see changelog
      adds  cea1ca4   Fix up attachments
      adds  dbd26f7   Fixed mime database, updated dependencies
      adds  66d2852   LAtest changes
      adds  d71d6c2   Extensible attachment insert
      adds  da55ee1   JS Fixes, Gallery Tag fix, update scripts, fix links
      adds  aba62ee   Fix comment formatter
      adds  08c7111   Latest CPAN Release
      adds  80720d2   Fix scoping
      adds  6f726eb   fix search, test suite
      adds  2f87247   Prepare for release
      adds  9151a73   New release
      adds  7bd6a05   prepare for release, fix schema
      adds  643df43   Database deployment All OK
      adds  47c8322   update pod, version
      adds  1b31f74   Prepare for release
      adds  4b62d7c   Betale for katt i sekken
      adds  d4310eb   Fixed prefs
      adds  ba64cf0   Fix base _
      adds  9890f6e   Work on making tests pass again, update deps
      adds  45a3ba0   Fix registration
      adds  266d2bc   Fix tests, cleanup end,
      adds  0851772   testing commit
      adds  8f1eefd   make irc:// links work
      adds  d3268b7   Fix runaway double-quote that was fscking validation.
      adds  ec16169   META.yml is auto-generated
      adds  afd6b69   updated scripts
      adds  6ff8a6c   fix formatter rendering errors so they that will return a message to the user
      adds  2c8ec8c   about action didn't actually exist
      adds  c64deac   New todo
      adds  a992b1d   Fix tags when not logged in
      adds  712c3a2   Fix header layout
      adds  1e1caaa   Make refcount accessor more robust
      adds  ae9555f   Clean up refcount
      adds  6d1a9f0   serve static using uri_for_static
      adds  44d9e82   really fix irc links
      adds  1b1c60e   Removing a stray nbsp;
      adds  1b21f97   CSS fix for pre
      adds  2109773   A huge pile of validation, style and general broken markup fixes.  If this tears anything up, please don't hesitate to msg me.
      adds  c04421a   Fix two JS bugs
      adds  2a4d30f   Using Text::MultiMarkdown over Text::Markdown - Tom is doing more hacking on it.
      adds  e823af6   Don't apply Wikitekst inside pre
      adds  99da50c   oops
      adds  2607fb6   Fix profile, add last changed
      adds  1a2d49e   disable debug mode
      adds  6500bfa   Prepare for release
      adds  c61d2a2   move render to allow setting orignal uri before template rendering
      adds  9022023   Better diagnotic
      adds  d3673dc   Future plans
      adds  2a67188   Validation and typos to gallery template
      adds  230f3cd   Fix form submission on admin settings.
      adds  92799d3   Fix markup on user/profile
      adds  6542304   Fix the train wreck that was editprofile
      adds  096721d   Allow birthdates up to the current year.
      adds  02f8de7   updates to use modern auth module / method.
      adds  7d73ef1   Correcting module/version requirements for auth modules
      adds  8fa482f   Update profile, fix list
      adds  7fac8a7   Change order for scrubber
      adds  91e6ec2   updating dependency version for C::P::Auth
      adds  9e81789   Add diff function
      adds  aede5a9   404 for non-existant attchments.
      adds  7e80bf9   Add diffs to recent, update users list
      adds  a560b6c   Fix various issues
      adds  1aa2825   Tests for include formatter
      adds  0ddf75a   Move login message to top
      adds  afbd71d   Fix target in attachments
      adds  f4eaa2c   Fix for title
      adds  187931a   mr. fixit
      adds  b4c8813   Adding cascading permission system to MojoMojo.  See MojoMojo.pm sub check_permissions for permission checking routine.  All rules are cached in memory by default - so any routine that edits rules will need to update or clear the cached rules list after performing it's modification.
      adds  badb612   Missing Cache::Memory from Makefile.PL
      adds  97e37a6   Changed default cache store
      adds  d4c0c3d   Correcting PathPermissions to use varchar, and updating makefile with proper cache modules
      adds  357270c   Fix stripping of pre block on multiline
      adds  8a8ec97   make pre scroll on auto
      adds  3fd6699   Prepare for release
      adds  fa732ba   egen div
      adds  5ad87a8   fikset fonter og bugs i css
      adds  4c6088e   fikset fonter og bugs i css
      adds  c130d50   fikset fonter og bugs i css
      adds  5214b51   fikset fonter og bugs i css
      adds  441f9c5   lagt inn reset
      adds  996863e   lagt inn reset
      adds  253306c   markupfix
      adds  8560186   markupfix
      adds  bd60e90   markupfix
      adds  98814a7   cssupdate
      adds  5ac2d86   fixed iebug
      adds  37c9889   cssupdate
      adds  13f9261   cssupdate
      adds  62de3be   cssupdate
      adds  801abee   markupfix
      adds  4ded0df   markupfix
      adds  449a419   cssupdate
      adds  25f4ece   Move header
      adds  2138699   Move header
      adds  f7a57ef   markupfix
      adds  206b1f6   cssupdate
      adds  28e9ae7   markupfix
      adds  139eaaa   Missing files that were breaking registration
      adds  cdea3a4   Syntax fixes ftw.  People can actually register and validate now.  Woohoo.
      adds  4f767b2   Fix for the validation email
      adds  859fccc   Fix list formatting
      adds  4a46177   releasing to cpan
      adds  83870be   Insist on version 1.0.17 of Text::MultiMarkdown, which is the current stable / recommended version. Also tweak docs for Markdown invocation a little.
      adds  edf1d66   Adding markdown help CSS
      adds  362fe51   DBIC Compat change on ->find
      adds  73f8ae6   fix help, toolbar to respect formatter
      adds  b890c69   Fix preview utf8, fix missing version for new pages
      adds  d444612   fix image syntax
      adds  cb7a886   proper fix for preview
      adds  3f79674   fix so lists are diff for ul ol
      adds  9174867   fix bold/em,cleanup
      adds  b459445   Fix nested lists
      adds  10424b0   Selenium testing...
      adds  559994f   Fixes to revision display
      adds  36627a4   Recover pass, prepare for CPAN release
      adds  68c4b5a   need moar bugs
      adds  1c740fa   prepared for another release
      adds  0fab0f7   Fix email handling
      adds  ae9487e   Moved to http://mojomojo.org/development/roadmap
      adds  67b1fd1   Disable wikilinks by default
      adds  c759565   Hash passwords
      adds  c58e808   document prefs, add option to disable search
      adds  2904df6   Fix search
      adds  0ccbc65   fix date
      adds  89f4063   Quelsh warning in bottomnav.tt
      adds  73d82a6   Fix change pwd
      adds  181ca80   bugfix: (view|edit|...)_allowed 0 didnt work in mojomojo.conf
      adds  58fd910   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.
      adds  c848b94   Fix: If you're logged in, page doesnt exist yet and you dont have the permission to create it there was an exception thrown (plu)
      adds  0e8397e   prepare for a new release
      adds  db6f683   Add table CSS
      adds  84877a7   added a small margin on bottom of table
      adds  2541c22   Restrict search results depending on permissions
      adds  f464137   fix some indenting
      adds  a606256   Change redirect formatter only to trigger on view
      adds  47bf4bc   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
      adds  892424a   - Fix: /foo.photo/1 was broken (plu)
      adds  af4a2f6   Add new config option to enforce login
      adds  8752ebc   added to svn:ignore: mojomojo_local.conf plucene/* uploads/*
      adds  b663457   fix prefs button
      adds  a681d7f   Fix recover password
      adds  3a11926   Prepare for MojoMojo 019
      adds  4cf4010    r4830 at dhcp-217:  plu | 2008-07-24 18:50:43 +0200  Fix highlight causing layout being broken (just replace <div..> by <span..>)
      adds  4ddd730    r4832 at dhcp-217:  plu | 2008-07-24 20:01:16 +0200  works, but ... the solution su...
      adds  7af2426   fix searchtype,changes
      adds  0a85120   Documented writing your own formatter
      adds  0b18007   updated docs
      adds  2dec5de    session exiry
      adds  33cd49b   Fix config  bug
      adds  e26684f   Major CSS overhaul by tkremer
      adds  14ccb2d   Update dependencies, fix test
      adds  8551cf9   Prepare to release
      adds  65a635d   Fix formatting of default text
      adds  91653f3   Fix typo in error
      adds  b4c8729   - Replaced favicon
      adds  9be32a5   * Changed width optimized for 1024px to max-width optimized for 1024. * Liquid width for smaller windows sizes including edit and preview areas. * Tweaked bottomnav to be more like toplinks so it could handle multiple rows of links with small window sizes.  Had to remove background image to do so. * Reduced container margin to zero to squeeze out more real estate in small windows.
      adds  31be6e1    r1331 at merkur:  plu | 2008-08-21 20:28:33 +0200  Fix session config, removed colonos
      adds  c90aad3   update changes, fix warning
      adds  36d4e7b   update edit menu
      adds  fe9d03a   Perltidy mojomojo
      adds  4897ffe   fixed lingering query where it should read q. added Edit pages link to navbar.
      adds  a292bc1   pulled inaccurate syntax help concerning auto-link urls and emails.
      adds  3a931d8   Remove BindLex
      adds  be9819d   Ported to KinoSearch
      adds  9a63f51   Remove bogus base class
      adds  92795e4   Remove StackTrace
      adds  307944b   startup check
      adds  20f2df4   Prepare MojoMojo for release, update POD
      adds  f697e2b   global flag for regex
      adds  f8c9376   Index corrent content version
      adds  68fc356   Pod fixes
      adds  fbe4ccf   Return search page paths only once instead of one per hit. Include hit count.
      adds  b5b2281   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  c474d4f   Support highlight directly
      adds  88fd6d5   Migrate to jquery, fix unicode problem with preview
      adds  cd5ea47   Change highlight to not be its own url, attempty to fix search, gallery fixes for inline editing
      adds  89dbcf4   Update changes
      adds  6760a75   Fix test that was broken by removing explicit highlight
      adds  370390b   update for kinosearch
      adds  458bb93   Fix warnings for missing referrer
      adds  9f464d9   Remove stray line
      adds  38825b6   Fix Pg Tag error
      adds  9b08209   Fix Pg Tag error
      adds  f438942   Flash uploading
      adds  5fa8441   remove old uploader, add javascript for flash uploader
      adds  0b8e334   Merge branch 'swfupload'
      adds  7ac3f9d   Remove obsolete dependency
      adds  6f60568   Update changes, fallback if js fails
      adds  2264a56   Fallback for failing js object creation
      adds  1220e3b   Fix more pg woes
      adds  0a541ad   update changes
      adds  2758e4d   Oops, typo
      adds  50675bb   Fix another postgresql group_by
      adds  8753c70   Postgresql compliance
      adds  b228da9   Made it more visible in error messages that directories were undef
      adds  cdaec9c   Minor fix of the link in the Syntax pop-up
      adds  24cf628   Cosmetic: updated comment
      adds  00cfc5c   Minor change to the help
      adds  b7203da   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  cbaa408   Fix link for tag cloud
      adds  a3cbbc1   Fix uri_for override to not make double slashes
      adds  1decdfc   Fix typo in email validation
      adds  081866a   Prepare for release
      adds  823726d   Fixed textarea toolbar. Tested on Linux (FireFox, Konqueror, Opera) and Win32 (MSIE(7) and Safari)
      adds  4837327   update changes
      adds  2d7c72b   Made the header.png transparent at the top rounded corners and upated the CSS to remove the "White" background
      adds  09c2729   Deleted outdated files
      adds  abe8f58   Merged trunk
      adds  0ec8feb   Make test suite use config in t/var/ for controller tests. cleanups
      adds  f8c6166   Changes from latest release
      adds  2166893   Typo fixes
      adds  c99f17f   Fixed CDATA tag. Now RSS feeds are valid according to w3.org
      adds  3a05b7f   Minor: fixed warning when running test
      adds  308ebd4   Fixed Formatter module comments
      adds  b03495b   Minor: more comment updates; added .gitignore
      adds  6232395   Get rid of remaining formvalidator stuff
      adds  4de4ff9   Add new files for formfu conversion
      adds  bb986b7   Finish preferences conversion to formfu
      adds  4240241   Further FormFu changes
      adds  e4f88e4   Minimal comment formfu form
      adds  fdf4846   User profile working
      adds  81ed1ae   Fix bugs in profile, editprofile
      adds  06e469b   Add password form
      adds  5f63e4a   Finish converting password dialog
      adds  38c05fb   Fix test failure in comment
      adds  b6d7796   Merge branch 'formfu'
      adds  93ebfe5   TOC - first try
      adds  7e046b6   Workable and tested TOC plugin; XHTML compliant and human/SEO friendly anchor names
      adds  5ac260d   Merge branch 'tocplugin'
      adds  164cb05   Created role manager page
      adds  b83584b   Remove older comment.
      adds  9487582   Role Manager now uses FormFu
      adds  84b9c4b   Add Permission Editor (inherited permissions not displayed but already loaded)
      adds  76c287e   Permissions editor is fully functional
      adds  15aae97   Add admin checks when trying to change permissions
      adds  90f4b29   Populate database with some roles and default permissions for user 'admin'
      adds  0868e1e   Move JS code to wiki.js
      adds  f8ff643   Merge branch 'rolemanager'
      adds  baba312   Improve admin check
      adds  55de3a4   Improve sanity checks on backend code
      adds  97ee4be   Dynamically wire JS events in the permissions editor page
      adds  b67736a   Role form JS events are now dynamically wired up
      adds  7672743   Merge branch 'rolemanager'
      adds  e31f456   Typo, needs Textile2, not Textile in "use"
      adds  070ac3d   Drop HTML Filter
      adds  5368d49   Update change list
      adds  8690f6f   Added TOC parameters (min-max header level) and full XHTML compliance
      adds  b81e71a   Monir: added hashbang line for all .t files
      adds  dc47948   Minor: added HTML::FormFu::Model::DBIC dependency for C::User->prefs; updated # of TOC tests
      adds  c83e1a9   Merged Changes from upstream
      adds  38ed68c   Fix implicit links in backlinks.
      adds  ffd98fa   Escape end_page to avoid bind errors in pg_sql
      adds  5114664   Add noindex for most pages
      adds  3412223   Fix test suite, prepare for release
      adds  4d4ae49   Latest test fixes
      adds  b929369   Change wiki formatter order to run before main formatter
      adds  fe0422e   Rename All pages to Sub pages
      adds  0d8d129   Don't index older revisions
      adds  c881b41   Fix typo
      adds  620e7a8   Add sanity check to age method (would die if birthdate was null)
      adds  aa5a099   Fix movies cell in the user profile table
      adds  5242c4e   Fix link text
      adds  acc5ef3   Encode body when editing. (Avoid unicode issues)
      adds  42335d1   Fix uncode, take 2
      adds  6230ad5   Fix unicode issues, 3. and final take
      adds  cf48041   Add powered by meta line
      adds  e476535   Update changes
      adds  aabd068   Put use line in right module
      adds  89ad50a   Change signature to --
      adds  99f4244   added komodo file to ignore list
      adds  ec41a49   trying to get json data for autocomplete
      adds  7872ca5   trying to get json data for autocomplete
      adds  d9c8863   got autocomplete working. Got to edit css to make it look nicer.
      adds  9600f05   extracted out add tags into this new file
      adds  3331b44   clean up and working. ready to push.
      adds  c734fd9   use a stable version(1.0.2) rather than a pre-release(1.1pre)
      adds  bdf1896   Merge branch 'master' of git://github.com/sachinjsk/mojomojo into sachinjsk/master
      adds  d34a988   Set default view
      adds  78148fc   set stash for json
      adds  b7b82b7   Dont expose whole stash
      adds  3cf6dcd   Update .gitignore Move tag autocomplete into wiki.js Update SWFUpload to flash 10
      adds  d3dd14d   Fix label for password change dialog
      adds  5e0d641   Update changes
      adds  ad6cad8   Fix references for permissions config
      adds  adc8640   "console" object isn't available here yet - this was breaking attachments.
      adds  0fc2d0d   debug shouldn't be true by default for SWFUpload
      adds  cdd3e9e   Make sure binmode() is set when reading attachments
      adds  9088548   Just JSON
      adds  f2176eb   Fix typo
      adds  d6deba4   Add tag autocomplete support for gallery
      adds  c926584   Remove obsolete js
      adds  0ced551   Site admins gets all privileges
      adds  d71d4e3   is_admin
      adds  64f03b0   Fix deletion of old terms
      adds  14af34b   fixed autocomplete in "Edit Role" to add users to a role
      adds  3c6a05e   ORder roles by id
      adds  803dfc1   Fix base link to not add double slashes
      adds  21a4606   Default message for no perms
      adds  4a32059   Show inherited permissions for all subpages
      adds  5ef68d6   Fix wantedpages
      adds  c97842d   updated .gitignore
      adds  bdbc5bb   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  e89e7a6   refetch page to have ->content available, else it will break in DBIC 0.08099_05 and later
      adds  4cf6fd6   replace whitespace by underscore to fix "Wanted Pages"
      adds  4dc232a   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  8a05921   More tranlations
      adds  c4765dc   Added i18n tags for controllers
      adds  e2fdc71   More translations, fix some minor js issues
      adds  19d7104   More translations
      adds  003f679   Shoud not be in git
      adds  b0744b0   Added i18n tags for controllers
      adds  bcdbf23   More tranlations
      adds  9c31dfd   More translations, fix some minor js issues
      adds  860d5a1   Added i18n tags for controllers
      adds  7e7a8e1   More tranlations
      adds  bff78a9   Merge myself
      adds  75bc19f   More translations
      adds  d6b1f56   Shoud not be in git
      adds  211a760   Merge from remote
      adds  5ab9e6a   Updated translations
      adds  6cc38ee   Updated translations@
      adds  bc27859   meh
      adds  7a7843f   Merge master
      adds  fe9340a   Set charset
      adds  0aeadeb   fixed TT syntax error
      adds  2fc1b88   using PRE_PROCESS => global.tt to have loc() MACRO available everywhere even if header.tt is not rendered
      adds  b2c0f3b   Escape chars
      adds  b3b0b61   Set default lang pref, document it
      adds  da905c5   support changing language
      adds  85db76d   fixed broken save/edit function
      adds  156d0ef   fixed /.admin ( replaced $c->form->valid(...) by $form->params->{...} )
      adds  212c76b   Made FormFu to use localization of Catalyst context. Added _loc to FormFu configurations.
      adds  68ce37f   Added ugly (but working) local version of Locale::Maketext::Extract::Plugin::FormFu
      adds  dd0c14b   Added new language to update_po.sh: DE
      adds  3650001   resized syntax help
      adds  0971b5e   Added missing loc() calls.
      adds  720914a   Replaced "%1" by "x" in all msgids.
      adds  1c03fd4   Fixed syntax errors
      adds  e7f24de   added missing loc() calls, fixed word wrapping in <pre>-blocks
      adds  23e2681   Replaced '%1' by 'x' in msgid.
      adds  e9c3e66   Added missing loc() calls.
      adds  ad6e3c3   Updated .po files, added de.po
      adds  446f119   fixed a few .de translations
      adds  74afcf4   Merge branch 'i18n' of git at github.com:marcusramberg/mojomojo into i18n
      adds  c338a4d   Add missing translations
      adds  1661dd5   Localize missing term
      adds  7fd56e0   Update translations
      adds  0632262   typo fix + renamed one translation
      adds  549b738   Merge branch 'i18n' of git at github.com:marcusramberg/mojomojo into i18n
      adds  0dc54a8   Merge branch 'i18n' of git at github.com:marcusramberg/mojomojo into i18n
      adds  2763b67   Merge i18n branch
      adds  1bc1102   Update changes
      adds  0673512   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  7123a57   Wrapping DateTime-new because datetime may not be extracted correctly from exif data of jpeg files
      adds  898af4f   sorry, removed debug output
      adds  556500f   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  2c3736e   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  064ed98   added Locale::Maketext::Extract::Plugin::FormFu to MANIFEST.SKIP
      adds  6e5881b   Rewrote locale extract plugin for FormFu
      adds  19c6a46   Updated po-files
      adds  1b3f713   Add email constraint
      adds  9de2024   First big ResultSetManager refactoring - there are still some parts left to FIXME
      adds  90f1f7a   First big ResultSetManager refactoring - there are still some parts left to FIXME
      adds  676ab06   Merge branch 'master' into refactor_ResultSetManager
      adds  599ee10   Merge branch 'master' into refactor_ResultSetManager
      adds  842b9b4   Merge branch 'refactor_ResultSetManager' of git at github.com:marcusramberg/mojomojo into refactor_ResultSetManager
      adds  09882f9   Update width to 120px
      adds  6d1af17   Provide plain uploader as alternative
      adds  ad10b79   updated translation
      adds  2bd5670   add first version of French translation
      adds  25fc249   removed deprecated msgids
      adds  b0eb504   Settings language in xml-tag dynamically, thanks to pierrick
      adds  84110a0   Get preference key/value from cache if possible.
      adds  2f99fd8   updated Changes
      adds  941d269   We have lost msgstr in en.po - fixed
      adds  00d3d79   Fixed x => %1 etc in no.po and re-run update-script with latest Locale-Maketext-Lexicon
      adds  ba40e98   Prepare for release
      adds  1690a62   Removed orphaned msgids from no.po
      adds  b0a2092   update with x in msgid and %1 in msgstr
      adds  deefa2f   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  918f36c   Removed orphaned msgids from fr.po. Added fr to update_po.sh.
      adds  bb0d526   Fixed broken setting keys (open_registration, restricted_user)
      adds  a8a86ed   Fixed ->pref() not to break if first parameter ($setting) is undef
      adds  39855ed   Fixed broken registration
      adds  ca516e2   Redirect to last page after changing language
      adds  5b783b0   Added missing loc() calls
      adds  7fe3e8f   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  557f4bf   Add missing no strings
      adds  fb15169   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  b2f6908   Fix whitespace glitch
      adds  98eed10   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  1c1ec71   Fixed typos in german translation
      adds  0849b30   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
      adds  6e6c995   Skip local config
      adds  b839d16   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  e32bd19   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  6e3ccb8   New formatter: SyntaxHighlight
      adds  2b17991   Wrap kate->language call in eval to catch unknown languages
      adds  4b0837e   Fixed newline-after-comment-issue partially. Renamed CSS classes to avoid clashes.
      adds  9702cac   Added SyntaxHighlight formatter to list of available formatters
      adds  ed6dfca   Fixed newline issue by stripping \r
      adds  ac867e6   Removed TODO
      adds  bfb3e9e   Add french translation to selector list, style selector list
      adds  0d5b01c   Minor text-fix
      adds  c4d9f02   Update translations
      adds  7c4fdaa   Fixed search setup error handling on startup
      adds  4b683b9   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  1993b8c   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  56b5a52   Prepare for release
      adds  735ffd2   Minor tweak of norwegian translation
      adds  c7552ad   Add link to revision in info page
      adds  590168c   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  8bae274   Fixed POD of SyntaxHighlighter, updated .gitignore
      adds  cd4bcc2   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  67071d7   Update changes
      adds  5034e94   obsolete
      adds  307950e   Fixed all POD errors and a few of pod coverage, but still a lot of pod coverage left TOFIX
      adds  a8b9c38   Updated formatter list
      adds  ff2669a   Limit syntax highlighter to Textile until we have a proper solution for Markdown
      adds  5291ab6   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  3bcfc03   Add File::Copy::Recursive to Makefile.PL
      adds  3f46ec4   Delete obsolete files: mojomojo_fcgi.pl and search_query.pl
      adds  670db9d   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  5f7e529   Does not fix my issue, but it looks quite wrong though
      adds  1cdadc3   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  e87e3ae   Add missing dependencies
      adds  867dda2   Resolve some fastcgi issues. plu++
      adds  999df6b   Add utf8 changes
      adds  f14cef5   Make taken a datetime
      adds  a2a2607   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  ffbd240   Fixed chars count in page info
      adds  d18d07e   Merge changes
      adds  9d5f431   Make insert attachment work
      adds  c050688   Fix tagged_descendants to work with postgres
      adds  65b6031   remove obsolete id
      adds  2a286e1   Fix wantedpage to be relevant to the current page
      adds  db162c0   Fix Search results to display and sort by hit object score.
      adds  701768e   Changed default search to 'AND' quert terms.  Improved search results layout. Added date of creation.
      adds  735b31f   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  07202ef   Restore comments to working order
      adds  846a23b   Prepare for CPAN release
      adds  4b0bf08   Fix comments formatter login
      adds  0d91f86   Constrain usernames to word characters
      adds  208cc4f   Fix whitespace
      adds  995a6db   Stop mojomojo from setting a session on every request
      adds  31a17ab   Changes .users to list only one link per page instead of per revision.
      adds  36c3402   Decouple "by line" from fixed font point.
      adds  8ca0e96   Show bread crumb path for search results.  Link on terminal node.
      adds  7b03115   Further tweak search results layout: drop percent score (keep rank). Drop bullet point, keep a little indentation. ucfirst on terminal node.
      adds  644397d   Correct link in search results by line when not searching from root.
      adds  68e0d07   add version number
      adds  d766b8e   Patched image.tt so that Markdown can be used for attachment inserts if so selected.
      adds  e82ecb4   Split View of Preview and Edit (side-by-side).
      adds  9280ff3   Link search results byline to author .profile page.
      adds  357d518   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  f3aff26   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  3fc5534   Fix typo in template stuff
      adds  a0dd602   Fix wrong base class
      adds  9181803   remove obsolete module
      adds  542dcd2   Fix themes css (really), add empty nordaaker theme
      adds  9a1fe91   Fix base
      adds  d670190   Support templates in path
      adds  90c96e1   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  aaad1ff   Switched from Cache::Store::Memory to Cache::FastMmap
      adds  9811e91   Fixed split edit on FastCGI
      adds  f21323e   No explicit transfer of args from split_edit to edit anymore
      adds  ef39185   added a new theme
      adds  869f43f   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  8e5a114   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  f4e6d79   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  a2bb66b   Minor POD bugfix
      adds  ff15202   Updated de.po
      adds  30addd3   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  d780487   Remove extra ds_store file
      adds  f3fcd1a   Set default themem
      adds  afc5fc1   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  26baf57   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  617ca78   Fix search results when '/' is a hit.  '/' was not being displayed.
      adds  e81f8e9   Have both edit modes (horizontal and vertical splits) use the same action, and use the query paramter split=vetical to distinguish that mode. This also fixes editbar.tt not being loaded in vertical split.
      adds  fe7463f   updated default theme header to support fluid widths
      adds  2b9d13a   updated css to support new default theme
      adds  16e1068   changed breadcrumbs color
      adds  5626684   updated breadcrumbs hover style
      adds  b9db0bd   Prefixed all class names in MojoMojo::Schema with their full class name, per the practice in DBIx::Class::Relationship and discussion with mst
      adds  d08ae92   Merge support
      adds  7d1ac10   Fix error in nested sets for initial data
      adds  83e97d7   let the header flow, no longer explicity set in split edit. add Algorithm::Merge to Makefile.PL
      adds  83fd008   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  af4628b   Update IO::File dependency
      adds  fd6fcb6   Fix Page Creation that broke during merge support.
      adds  1dabfc5   add japanese localization
      adds  881256a   add ja in the bottom
      adds  88a0bda   move the welcome message to .po files (currently the language switch is done via env vars, but that seems a bit icky)
      adds  06e1a2a   Kill warning when creating page
      adds  0201001   Fix handling of wikiwords with dots. Deprecate implicit wiki word support
      adds  2ebfd1c   honor default_lang setting from config
      adds  85605d5   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  b95a840   Change live test url to github
      adds  69c56d2   Let wiki formatter work on proto objects
      adds  d06ff0a   Fix split warning, fix inheritance display
      adds  4264cd9   Add permissions test file
      adds  2587948   Remove dump
      adds  ed29c30   Reduce version requirement
      adds  e27d428   Add japanese translation to list
      adds  b8103b1   Update all translations, add missing no strings
      adds  3d084d3   oops, ja, not jp
      adds  46c6993   more japanese
      adds  ba25c65   Prepare for release
      adds  4a78a71   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  cd65be3   Corret Authors next/previous/first/last links when paginations required.
      adds  379d31e   Note changes.
      adds  bc71be5   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  28bc547   Using Config::JFDI in mojomojo_spawn_db.pl
      adds  b530d92   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  8a5eee4   Remove stray conflict marker
      adds  af26e2b   WikiWord expansion is dead. Breadcrumb final node matches title. Search results node mathces title as well. Pimp page.name_orig like nobodies business.
      adds  79700ae   Note last changes committed.
      adds  1331758   Comment out tests on wiki word expansion since that's dead now.
      adds  dce6c92   Limit preview width so long pre lines don't squash edit area.
      adds  38cce4e   Page info: clarified that "Attachments" refers to the number of bytes, not attachments; updated PO files Attachment list: clarified link names: "inline view", "insert link"
      adds  a7c8531   Add EPO theme
      adds  9882829   $c->localize for reading form submit param based on local.
      adds  8cfbf60   Make search results byline for last edit author.
      adds  53628ba   Change to redirect format.
      adds  01f2c2c   Relax redirect to ignore trailing space or newline after URL.
      adds  b4a0c4d   Adding Catalan Language.
      adds  af149f8   be aware of multibyt wiki text that may turn into page title / url
      adds  bbeeea1   More català
      adds  6fa4391   i més català
      adds  fb750f5   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  b044aa8   fix uri_for, so that paths containing unicode can be safely uri_escape()d
      adds  56bcce9   Update changes, apply patch from linio
      adds  3d14f92   Further fix from linio
      adds  ae35f74   Add polish translation (linio)
      adds  808519f   Add PostgreSQL database connection example.
      adds  b3bb2b2   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  462c7fb   Clearer revision byline, listing author's name and update time, in agreement with a Catwiki user request: http://www.nabble.com/RFC%3A-New-to-Catalyst-questions-tp22045343p22113143.html
      adds  094c8b4   Remove bogus space after wikilinks
      adds  e7cc3ef   Removed old dependency on Cache::Memory. We are using Cache::FastMmap
      adds  3f8399e   More pleasant blockquote CSS, with 2 large quote signs around the text. No images are used.
      adds  6e4c26d   Moved tag actions (+/x) after the tag; made the gallery tags resemble more the page tags
      adds  87ecb21   MojoMojo now speaks Spanish.
      adds  ab8fb9d   More Español
      adds  e077922   Pretty printed template, added Roles column to the admin/user page table
      adds  20a9eb3   Remove obsolete dependency
      adds  d6e27f8   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  c4e6d06   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  6fd836d   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  893332c   slight addition in ja po
      adds  dc93def   more Polish translations
      adds  707527c   Now FormFu label_loc can be localized by MojoMojo I18N
      adds  bdd5535   Do not create mailto: link, if no user e-mail is available
      adds  67169bb   added currently supported languages in loop, use 'which' instead hardcoded path
      adds  171e889   added some localizations in .tt
      adds  fed01ae   even more localizations in .tt
      adds  978168b   Allow to localize anonymous name and login ('anonymous coward'), also fix anonymous profile
      adds  6cae7a4   updated Polish locale
      adds  d76e4df   admin/user.tt: fix for displaying multiple user roles
      adds  02ff28d   Added localization ifor admin home page and Help message, updated .po files
      adds  6f9e26e   toolbar: adding icons for indenting images to left/right
      adds  1b03fe4   Toolbar: added icons for: block quote, superscipt, subscript, code
      adds  40d7f7e   Toolbar: added small/big icons for Textile
      adds  a71a0ab   reCAPTCHA added for registering new users
      adds  7a20c00   Updated installation to link to the Wiki and mention prerequisites.
      adds  67e9391   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  8e0ece9   Make sure we have new enough formfu
      adds  f2202f3   Add inline view
      adds  6ec5f5b   Update po files, complete norwegian translation
      adds  a952a02   updated Polish translation
      adds  92a3106   more localizations, allow tags with utf8 chars
      adds  2b7b0d0   add to admin settings form disable_search and force_login
      adds  7348be9   fix 'see previous' loc() in template
      adds  26e75d8   updated polish translation
      adds  006ecc0   Allow site name and person name to contain unicode
      adds  c3d87e4   Allow to change theme from admin settings panel
      adds  96eaf1a   Updated polish translation
      adds  baf0e47   use captcha for anonymous edits
      adds  68c9679   Pretty printed templates. Gentlemen, let's use spaces only for indentation. No tabs.
      adds  d3995a3   Added specific requirements for Encode and TT, after a user reported errors with older versions
      adds  7638c8f   Set default theme directory when preference is NULL
      adds  b02b787   revert attribute value quotes for now.
      adds  4ef841f   complete the revert of class=photo, one was left.
      adds  631dbfd   Simple example counting number of tree nodes.
      adds  93e80e4   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  e612d43   Switched default language to English :-P
      adds  1e0c4d9   Copied over TOC from syntax_change; added specific dependencies to Makefile.PL; fixed whitespace
      adds  6843907   turn off split edit view for anonymous
      adds  6be6eca   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  f9d3212   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  ec9edcf   Uniform usage of spaces only for indentation. No more random tabs.
      adds  8dea948   Cosmetic changes to code. No functional changes
      adds  01c11be   update list of permissions in mojomojo.conf
      adds  02357c3   localize 'Anonymous Edit disabled' in PageAdmin
      adds  e1722a5   Fix auth code to detach if user isn't logged in
      adds  40e8a7f   Prepare for release
      adds  9e25dea   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  dcea493   Made attachements cacheable; persist original attachment when deleted and delete only derivatives
      adds  109b2c8   Clarify Step 4 of Installation.
      adds  e195817   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  7670d34   missing dep Catalyst::Plugin::Cache
      adds  3478664   fix export problems with unicode data
      adds  ebccbd4   Adjust attachment tests to fit delete() change.
      adds  8021173   use mojomojo name from preferences
      adds  30b699b   Allow set all permissions settings from admin settings panel
      adds  11c90e2   Move permissions checkboxes to 2. col
      adds  0a2e5e9   Fix flash uploader
      adds  42339a3   Allow to select theme from available themes in admin settings panel
      adds  0fb3eb3   Use settings from mojomojo.conf by spawn_db script
      adds  b3daba7   Redirected pages show origins
      adds  1e6f8fb   updated Polish translation
      adds  631af17   updated Polish translation
      adds  40ec8b0   added formatter icons in toolbar
      adds  69075cb   Update scripts/ directory
      adds  c815908   More Catalan.
      adds  e3fbabf   tweak formatter/function insert wording and cursor position.
      adds  583128b   Option for use Markdown/Textile in admin settings panel
      adds  499b3e7   search for translatable strings under root/ only in root/base and root/forms
      adds  e94421a   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  e4abef0   Alphabetize required modules. Cheap Fix to Search Word Vanishing.
      adds  def2aad   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)
      adds  1f95632   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  482cbbe   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  3127d63   Add flash sub to Dummy package for redirect test.
      adds  8a83b87   Updated markup syntax help: factored out plugin syntax and wikiwords, sanitized the CSS
      adds  aadc0eb   Removed makrup "Syntax" link from the Attachments page, where it doesn't make sense.
      adds  5f17c5a   Indent the HTML source of the Edit page in a more human-friendly fashion using the TT "indent" filter
      adds  15feb1e   LF mode for edit.tt (was CR/LF)
      adds  93606eb   Allow unicode chars in attachments names
      adds  f67b4c9   First version of Textile-to-Markdown conversion script
      adds  3bd88e4   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  f334525   fixed inserting attachment link for markdown formatter
      adds  c664bc6   fix caching permission
      adds  10aa1dd   fix role permissions list
      adds  7dbdc10   updated polish .po file
      adds  8c6fd89   Allow admin to register new users
      adds  e89c36e   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  37740a3   fix XSS
      adds  429e49c   localize permission denied message
      adds  70ed768   Show page abstract in page info/list/search
      adds  ea4adf2   trigger refresh preview window after insert tag
      adds  45fe490   Forced dependency on HTML::WikiConverter::Markdown 0.05 which fixes several bugs I reported
      adds  3fb7f43   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  b758095   Modified TT to ouput nicely Indented HTML output for the navbar
      adds  773257e   check permission to view on subpages list - do not list pages, if user don't have permission to view
      adds  8bdf23a   If user do not have permission to view, also show link to login
      adds  9515e61   Also check permission to view on listing recent pages
      adds  66edee1   check permissions to view in rss/atom
      adds  162aacd   Updated Polish translation
      adds  fca058b   fix grey->gray color name in css
      adds  a4ed826   fix loc() call for edit/create
      adds  5361e64   fixed "links from" in bottomnav
      adds  67528ca   edithelp.tt: add some loc()
      adds  8fa9182   Formatter::Include - add loc()
      adds  1e494cb   Schema: added Anonymous role with anonymous user member
      adds  b404d05   Polish locale pl.po - update
      adds  e3fce85   Fixed picture/image insertion toolbar code for Markdown (was a copy of the Textile one)
      adds  45b6f33   Wikispaces to Markdown conversion - first draft
      adds  4054aee   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  b7a7181   SyntaxHighlight plugin - change formatter order when using markdown
      adds  0966b34   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  b3ebdf2   Dropdown menu toolbar for syntax, insert, formatters; Toggle split view edit without losing changes
      adds  6d72447   update_po.sh: ignore {{text}}
      adds  728d554   Removed second half of pod.css (identical to the first half (!))
      adds  21eaf27   Fixed list styles in themes: ordered lists have list-style 'decimal', unordered ones have 'square'; removed the 95% font sizing for nested lists.
      adds  4067307   Added IE6 compatibility for list items stlye
      adds  dca1a7d   Toggle maximize width button
      adds  8f5ebec   You need to uri_escape the filename, silly HTTP
      adds  404475e   remove obsolete dependency
      adds  b4d8e04   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  28d77df   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  f993321   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  38f1c54   updated pl.po
      adds  057ff0b   login: set focus on login field
      adds  16adb8f   Wiki.pm: updated format order in pod
      adds  854afb2   Wiki.pm: remove http://host/ from urls
      adds  430c536   fixed pod.css
      adds  b31b854   Workaround for HTML::TocGenerator not dealing with headings >= 10. Normally, there's only H1..H6 anyway.
      adds  c18ab67   add 'parent' to prereqs. remove Text::SmartyPants -it's part of this dist
      adds  b5c40a4   update form CSS with HTML-FormFu/trunk/examples/vertically-aligned/
      adds  8749e26   remove formfu template dir. HTML-FormFu v0.02000 needed for string renderer
      adds  393f965   all form config files now include site-wide defaults file
      adds  d1054cf   changed login form to user HTML-FormFu
      adds  2ed5286   rewritten getting values from preferences/config/default
      adds  edca9bb   root/base/*.tt: c.pref calls for undefined values now returns values from config, or default values
      adds  9a49327   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  d87c996   Prefs.pod: updated
      adds  eb7f30c   Merge branch 'master' of git://github.com/marcusramberg/mojomojo
      adds  aa2a2b7   MojoMojo.pm: more pref cleanup
      adds  05f1d32   MojoMojo.pm: treat non-logged in users, as anonymous, if anonymous_user is set.
      adds  79d96d3   C::Page - list only pages, for which user has view permission (this list is also used in export)
      adds  215dd16   Complete workaround for TocGenerator's limitations of ToC heading levels
      adds  0d5170a   Added styling of footnotes: superscripted and between square brackets
      adds  4006eff   Refactoring: moved the Dummmy package out of tests into t/lib/DummyCatalystObject.pm. All tests pass.
      adds  abb1de1   1. Added missing files to previous commit 2. Wikilinks now support () in their text: [[Metal_(disambiguation)]]
      adds  1734a4c   Wikilinks now support anchors (fragments) and escape characters that would be invalid in URLs.
      adds  c9f3a2d   Renamed expand_wikiword to expand_wikilinks and added support for URL-encoded characters
      adds  8676ac8   Anchors in Wikilinks support periods; POD in Wiki.pm is now up-to-date regarding wikilinks.
      adds  03de36a   Fixed Redirect to parse all URL-valid characters after =redirect instead of just \w*
      adds  55134e9   autocomplete.css: fixed link to spinner.gif
      adds  5d45f25   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  167ff4e   Fix typo in dependency
      adds  d15c8a5   Add DocBook formatter
      adds  82eecda   Add File Formatter
      adds  995cb49   Add Pod File Formatter
      adds  ee1c740   unset dl/dt css (for File Formatter)
      adds  d9a1286   Updated fr.po
      adds  2e2242d   Add Author and license
      adds  ee43f1f   Update with original css
      adds  02a398b   Oups, retrieve Textile.pm
      adds  4f9100f   Test the presence  of file
      adds  b9aa2c7   Delete repetitive code
      adds  206ce21   Delete docbook toc
      adds  f1dda10   Change order of File formatter
      adds  9709877   Retrieve the plugin File to use to format the content of attachment
      adds  4b942fa   Move to_xhtml from File::DocBook to formatter
      adds  27e995d   Retrieve plugin File to format the content
      adds  d0cd3f9   Move to_xhtml to fomatter DocBook
      adds  0190f55   Use this plugin if extension is 'pod'
      adds  9598f67   docbook test work
      adds  b636a9c   use the new docbook formatter
      adds  e76b4eb   Test extension is 'tst'
      adds  89e7a0f   Add require to Module::Pluggable
      adds  ce9c288   use pod formatter
      adds  390f10f   Add tests for File formatter
      adds  2fcd16c   Add test files
      adds  2b95fe7   Merge branch 'master' of git://github.com/marcusramberg/mojomojo into mojomojo/master
      adds  4b3c333   Merge branch 'master' of git://github.com/Dabg/mojomojo
      adds  0aa8a6a   Added a comment with XML::LibXSLT's dependencies (see https://rt.cpan.org/Ticket/Display.html?id=44865)
      adds  4cbb2c9   Add Docbook in choice of formatter
      adds  59e37ac   Mojomojo is valid to XHTML 1.1
      adds  a973414   Delete a space before <xml? ...
      adds  00fa848   Add Page Cache Plugin ... cool from 7req/s to 85 :)
      adds  f3f14f9   Houps delete debug and add expires
      adds  b598d85   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  84b9fdc   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  c619f63   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  a2c3495   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  cd1d84e   Start reworking the syntax
      adds  af838be   merge from master
      adds  f28b214   Change redirect format to new syntax, using {{ }}.
      adds  4a2e3b2   Merge from masteR
      adds  f02b5fd   Merge branch 'master' into syntax_change
      adds  4984c32   Update testsuite
      adds  3c58736   Fix IRC Log formatter to new syntax
      adds  bd7f709   Add new syntax test for comment formatter
      adds  f9154e9   Update pod formatter, add tests for it
      adds  16d932f   New table of contents (TOC) formatter based on HTML::Toc
      adds  0046fac   Merge branch 'syntax_change' of git at github.com:marcusramberg/mojomojo into syntax_change
      adds  f8be348   Workon include formatter
      adds  e45834a   Merge changes from master to branch
      adds  c9122f6   Fix Include formatter to support transclusion
      adds  bf1e18b   Merge branch 'master' into syntax_change
      adds  754dd19   Fix redirect test
      adds  bd46333   Change to end blocks with {{end}}
      adds  4196c43   Update help for new syntax
      adds  9aeb191   Merge from master
      adds  0a97db6   Add help for tree information
      adds  8a69ae7   Merge from master
      adds  8c5cc9d   wiki.js: show spinner while fetching preview
      adds  bba2657   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  8feb95a   edithelp.tt: fixed typos
      adds  5af18ea   pl.po: update
      adds  d57c048   Added rel="nofollow" to tell search engines not to crawl edit links
      adds  3eb4eea   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 :)
      adds  8ef7993   wiki.js: workaround for: Flash uploader doesn't show progress for uploads after the first one
      adds  0c4f3a2   extend $kate object scope to package. cookie the state of split edit.
      adds  ebcccde   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  7d04d50   Correct one test, comment out another.
      adds  685e0c9   remove *::Kate::All to fix BaseTest problem.
      adds  02c88ff   page/search: fixed problem with comments
      adds  221c4bf   page/recent.tt: fix diffs on recent page list
      adds  dc54dd7   Schema/Result/Person.pm: add some comments
      adds  da9e549   comment.tt: fixed comments count; do not render comments on searched pages
      adds  1645595   Updated formatter documentation. No code changes.
      adds  71104ed   Corrected documentation for the Scrub formatter. Updated SyntaxHighlight to reflect Markdown being the default formatter.
      adds  fbd6449   Be gone with extra slashes in .recent base uri's
      adds  9cc5c43   Smarten .profile and link to it from .recent
      adds  52e9fbb   New formatter plugin: {{cpan Some::Module}} auto hyperlink.
      adds  945ce0d   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  a013566   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  baccf02   give the .profile page title a real name.
      adds  7e16559   Trigger fetch_preview after 3 seconds of pause.
      adds  69e85c1   Clean up leftover defaults in profile.tt.
      adds  1ed7109   tweak refresh rates per Nielsen response times.
      adds  e89c43c   Added russian localization and added 'ru' for footer navbar
      adds  1e63ec2   Updates 'Changes' file
      adds  d65dc6d   Remove singleton
      adds  d34bea3   Merge
      adds  fa5e9dc   Make dependencies optional
      adds  a4cfbb3   Fix broken formatters
      adds  862fb6f   Fix formatting a bit for lang selector
      adds  a28c24e   Add c3 adopt
      adds  1f4338e   Merge branch 'master' into syntax_change
      adds  20751a4   Edit Toolbar ported to new snytax
      adds  845a7e6   Fix Markdown
      adds  113045b   Fix include path for themes
      adds  f374e1f   Add catalyst theme
      adds  4be34cf   MRO::Compat instead
      adds  edbeb95   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  d9be831   Formatter Redirect: replace rendered content with page name to redirect
      adds  268670e   Formatter::Scrub - correct format_content_order in pod
      adds  63243f2   toolbar: added CPANhyperlink to toolbar
      adds  f8eedf1    cannot be captured in a closure
      adds  a029233   Fix removal
      adds  67ee674   CPANHyperlink.pm: fix for formatter works only for first link on page
      adds  fc5d3d9   Formatter/YouTube.pm: Allow to embed youtube video player
      adds  c11c888   toolbar.tt: dropdown menu - include now defaults to google.com, when no text is marked
      adds  645e9ae   pl.po: updated
      adds  0dcd9bd   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  d6ee570   reset default theme
      adds  91532d2   Fix next
      adds  574dcc6   Fix whitespace
      adds  2ab5664   Make align work for imgs with css
      adds  4908a9f   Fix cat theme a bit
      adds  54fa328   Fix for Catalyst mojomojo style
      adds  0a4b3cd   Continued editing the russian translation Fixed css issue in comments titles, when long non-English words overlap the text
      adds  2ca6948   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  1463419   Cleanups to catalyst theme
      adds  2d944a1   Add 'external' class to CPAN links. Test for multiple {{cpan}} calls per page.
      adds  edc1f77   Revert to <pre lang="Perl"> for syntax color.
      adds  e92180d   remove use of DBIx::Class::HTML::FormFu in schema - no longer used
      adds  7a4098c   Delete a space before <xml? ...
      adds  d19b37a   Create JSON files from .po
      adds  39c6ed9   correct multiple slashes in recent
      adds  9fc22e0   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  35c973a   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  4eefb3a   Disabled Text::Textile encoding html entities at all until someone comes up with a better idea
      adds  a0f023f   Remove XML::Clean - obsolete
      adds  4a431ac   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  5f59a65   Decode entities only inside <pre>-tags
      adds  5883c31   Using Term::Prompt to ask user for defaults while running mojomojo_spawn_db.pl
      adds  9a4632f   Tweak Text::Textile::encode_html override.
      adds  cac7bc1   Using Term::Prompt to ask user for defaults while running mojomojo_spawn_db.pl
      adds  9e11ade   Default to l/p: admin/admin
      adds  d3b99a7   Fixed prompt for smoker tests
      adds  75edb29   update norwegian translation
      adds  e245a6f   Add theme to changes
      adds  4cede8c   /page/search: Fixed uninitialized value bug, if there's no q=
      adds  1b8ddbb   started cleaning up root/base/page and friends
      adds  b7aafbd   Merge branch 'master' of git at github:jhthorsen/mojomojo
      adds  0cc9ae9   Fixed max/min width toggle, but...  removed support for storing the width in session
      adds  e0c9e5f   fixed & vs & in urls: view.tt validates
      adds  42b3b4b   edithelp.tt is split and put into seperate files
      adds  839e967   mouseover child_menu event is moved into wiki.js and disabled
      adds  9d4f6c8   moved edit toolbar markup into javascript prepared for i18n
      adds  d16660a   cleaned up more indent, js and markup
      adds  75bea38   added newline to set-language-navbar
      adds  7afaca1   Merge to master
      adds  097645e   Drop boxes around TOC
      adds  d5988cd   Merge branch 'tt-cleanup' of git at github:marcusramberg/mojomojo into tt-cleanup
      adds  edd24e4   fixed maximize container
      adds  5c389a4   changed to static 10pt
      adds  0b0bb90   added alt/title to maximize image
      adds  77e5050   fixed "no tags in use" error message
      adds  3b23ec5   altered loading order in <head>
      adds  611e80e   more templates are wrapped moved input-focus javascript to wiki.js enabled menuInsertChildren() fixed #imageinfo and dt width tried to clean up #tags
      adds  10915bb   admin pages are also wrapped
      adds  6151afd   wrapping and cleaning
      adds  66fdd1d   typof .. == Object ... Object != object
      adds  5086379   fixed missing content div and navon classes
      adds  725d212   syntax help is tabbed
      adds  19c6066   split_edit_button and toggle_split_button is controlled by js
      adds  78044f0   fixed tabbing initialization bug
      adds  54e2bf8   Merge branch 'master' into tt-cleanup
      adds  86b7f08   Merge branch 'master' into tt-cleanup
      adds  261f536   forgot to write changes from tt-cleanup
      adds  81f9814   Merge branch 'tt-cleanup' of git at github.com:marcusramberg/mojomojo into tt-cleanup
      adds  d8b3ba0   Merge conflict
      adds  d6ca211   Prepare for release
      adds  9bc7d31   Improved syntax help: does not cover the textarea
      adds  fce9153   improved syntax help for split edit
      adds  db0af72   Merge branch 'tt-cleanup' of git at github:marcusramberg/mojomojo into tt-cleanup
      adds  fa5e4cd   Final merge?
      adds  7d22fb4   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  8a5a62d   Remove typo
      adds  7535fd2   Fix attachment warning
      adds  47165b6   Enforce unique login and email.
      adds  06a1e90   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  5fa0a0a   Updated tests to use DummyCatalystObject instead of repeatedly defining their own Dummy
      adds  c887fe6   Added live test stub for multiple formatters, with main formatter set to Markdown
      adds  1bf134e   Re-added border around TOC, because otherwise it looks like an ordinary list. Screenshot at http://i39.tinypic.com/snl4ih.png
      adds  e1fb882   Relax scrubbing a bit
      adds  2d716ff   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  5529ec7   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  eaa4bdd   Fixed encode entities for textile and markdown, changed formatter order
      adds  d704f9d   New test for textile which tests headings and code format/highlighting currently
      adds  6315921   Changed tabs to whitespaces
      adds  e943525   Added 1em of whitespace between the preview area and edit area in the vertical split mode
      adds  8642ad4   Improved navigation: Consistent links to edit the page ('Edit page') Renamed "Edit settings" to "Site settings", changed its url to /.admin, and moved it in an area of site-wide settings, together with the language selector Removed unused #lang CSS rule from the default theme
      adds  7930315   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  43e89c7   Space out the tags
      adds  16a4d38   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  80c4e3d   Set default font to Helvetica Neue
      adds  78e3ca8   Interpret image markup, preserve divs, spans and their attributes
      adds  cb4538d   remove bogus last line of test
      adds  002e77c   Tabs to spaces; reverted unintended changes by marcus in 80c4e3dc3174b6e825bba1f7c521e0a0a7aab44c
      adds  6576013   Only display the link to the User preferences page, in the user page
      adds  3f8c134   Don't process Markdown in <pre> sections
      adds  1c63091   Added test for wikilinks to ../parent
      adds  caf9d89   fixed: Set language is on seperate line
      adds  26b7845   font-size is em again (not my choice...)
      adds  ea51af5   Snytax Highight: Tests and insert properly.
      adds  b63f1ad   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  35700ea   Add unlinked gallery
      adds  d7ce726   Updated test DB to match the new schema; updated test for wikilink to sibling
      adds  1f109f2   The site language chooser is displayed in an area of site-wide settings (folks, please read commit messages before overwriting other people's changes).
      adds  3373911   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  7ad7ca3   Fixed wikilinks to parent; added 6 tests, of which 3 are failing TODOs
      adds  aa8e3cd   Fix formatter_all_markdown to not fuck set formatter
      adds  2c0e548   Comment out broken markdown tests.  Add TODO ones.
      adds  d6f9ef2   Release 028
      adds  5c24db8   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  477908c   Using is instead of ok
      adds  ae3d3f9   HTML Sytnax Highlight; Better Tests;
      adds  5649d9c   Remove minor typo
      adds  a74e88d   Fix stupid mistakes made when formatter_all_markdown.t was cargo culted into formatter_all_textile.t
      adds  23f062d   Updated POD to reflect the new {{...}} syntax. Also, we use Textile, and no longer Textile2.
      adds  9f2a344   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  d252462   New formatter 'Main' to dispatch to Markdown vs. Textile based on the MojoMojo->pref('main_formatter'). The two no longer contend with different orders, and none of them needs to check if it's the default one. This will allow for different formatters per page as well, or even per section of a wiki page. The individual Textile and Markdown formatters are better isolated and completely independent.
      adds  f1e37cd   Uniform use of $eval_res instead of $@ closure in module_loaded()
      adds  5b4d0d0   Lots of tests for Markdown. Removed $c from Textile and Markdown (no longer needed).
      adds  f115913   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  f529e38   Add more optional formatters
      adds  c820636   dd local $TODO for proper usage of TODO directive.
      adds  74dc28f   MojoMojo in Living Colour.
      adds  144bbd6   Makefile.PL: added dependencies required by po2json.pl: IO::All Locale::PO
      adds  10f9067   updated pl.po
      adds  d23d460   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  7a48534   Require KinoSearch 0.165 for re-index stability.
      adds  079f2ae   Updated Changes, crediting Catalan translation, removing a duplicate item about preview width etc.
      adds  a96b522   Removed superfluous bogus extra unwanted redundant junk character 'o'
      adds  65d252a   Merge
      adds  3521a5b   Ooops, missed the actual formatters
      adds  0567d9a   Amazon test
      adds  81d34f6   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  690c810   Ignore various .out files created by tests.
      adds  d234d4f   Use Email::Send::Test in the test suite.
      adds  100e9b5   Add tests for password reset email delivery.
      adds  01342af   Use C::V::Email instead of C::P::Email.
      adds  ed05371   Merge branch 'master' of git://github.com/rafl/mojomojo into rafl/master
      adds  8ad2522   Merge branch 'rafl/master'
      adds  8409eee   Remove unused SubRequest dependency.
      adds  8bc1f52   Merge branch 'rafl/master'
      adds  2854290   formatter tests.
      adds  40f71ed   mojomojo.css: re-insert accidentally removed img align
      adds  eabe1a6   User.pm: add some loc()
      adds  4d40c70   YouTube.pm: update POD section to reflect new syntax
      adds  6c9d664   updated POD and edithelp with new syntax
      adds  ded2e6d   Update to resoltv conflict before merge
      adds  d18c0b5   Delete PageCache Plugin
      adds  1db27f1   minor localization tweak
      adds  13985cd   More Tests. Scrub <tag src=[http|javascript].
      adds  8ac0177   Remove dev dependencies, update manifest,changes
      adds  1225fdd   Ship another one
      adds  1284115   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  8177869   Added Markdown test for <http://url> direct hyperlinking (fails).
      adds  d0fbd05   Step 1. disable markdown_in_html_blocks
      adds  823ac96   Up min Catatalyst version to 5.71001. Set Search index_dir to what is in MojoMojo->config->{index_dir}
      adds  be7810c   Mark dandv's failing tests as TODO again.
      adds  f3f91bf   Adjust "add tags" background-color.
      adds  677611a   Add <http://url.com> test to formatter_markdown.t
      adds  3f60ecf   Better tests for the POD formatter
      adds  71c8600   Added two failing tests for 4-space indenting in <pre>, and one for failing POD with Markdown
      adds  5e666e9   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  e73644e   Remove redundant test.
      adds  9174c4b   Site Settings #toplinks ucfirst and back -> Home. Position mm logo on right for purple-pleasure theme.
      adds  918e823   Bring message content towards the top.
      adds  6c2d494   Tweak message.tt.
      adds  a9b2d7e   Added test for revisions
      adds  70000e7   Better error message formatting by enclosing the error detail in a <span class="error_detail">. Updated test for revisions accordingly.
      adds  0cef642   Reformat Message.
      adds  3cbd7cc   Make the erorr page icon stay put (floated right) regardless of the error message size
      adds  3ad27be   Failing test for registration.
      adds  30b7f1e   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
      adds  26f2e6f   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  ac3eb42   Made the Scrub formatter run *after* the main formatter. This allows Markdown blockquotes and direct <http://links>.
      adds  f1afe54   Switch us over to HTML::Defang
      adds  1b7de49   pulled file ouput used in testing tests.
      adds  3c4098d   Fix page creation
      adds  2ec9622   Use $c->error to check forward to email view. Redirect to login on password recovery. Redirect to login on validate. Refined login template an message.
      adds  6a00cb3   pl.po: updated polish translation, admin/help/welcome page in Markdown
      adds  485aae8   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!
      adds  39fd8b3   Removed extra apostrophe displayed when internal search was disabled. Minor refactor elsewhere and no code changes.
      adds  d142f95   Fixed the layout of the user profile page
      adds  e37d73b   User.pm: remove 'my' from 'my $c->stash->...'
      adds  6ffb4ad   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  da93d28   Refactorings in Controller::User allowing for more detailed error and notification messages
      adds  1241afb   Normalized indent to 4 spaces in mojomojo.css
      adds  1e3d38c   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
      adds  0f522ca   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  79f3c0e   Cleaned up testing shit.
      adds  75b08f1   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  6e924d5   User registration tests.
      adds  ce6e842   Remove Data::Dump::Streamer from test.
      adds  27811b3   Stripper added but off.  Defang still on. More Tests in Syntax Highligt.
      adds  35d6958   Defang forward - more passing wiki language tests. XSS tests for defang. Removed Stripper.
      adds  b51f104   Simplify POD test - still need blankline after pod
      adds  ed370f2   Migrate snytax highlight tests to *_all_textle.t
      adds  6837bb5   Update URI Dependency
      adds  80fb948   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  427dc3a   Hammer syntax highlight tests into submission.
      adds  0f49fa2   Actually use instance of DummyCatalystObject in include test. Plug SubRequest back in.
      adds  8d17fb3   Correct pod for 02app.t and "Login" for selenium.t
      adds  d1e525a   Add one way how to create a page.
      adds  37d4380   I18N in JavaScript
      adds  b675700   edit.js: localize
      adds  d00a4e1   cloud.tt: added loc()
      adds  52de8f3   pl.po: update, default admin/help/start page to markdown
      adds  3c9eddf   MojoMojo.pm: main formatter defaults to markdown
      adds  6032fcb   I18N/??.po: change formatting in admin/help/start page to markdown
      adds  756cdbc   ru.po: fixed welcome/admin/help page
      adds  7b27f40   Link whole new wikiword instead of just ?
      adds  24e80be   Renamed DummyCatalystObject to FakeCatalystObject per 'xUnit Patterns'
      adds  3073ddb   Adjust Tests to newWikiWord link.
      adds  39cd3be   Crude script to delete a page and its children Achtung, Respekt, Vigila, Caution
      adds  d5cd7ee   login.tt: changed 'or' to loc('or')
      adds  81cfed5   Delete from page table last.
      adds  27bb448   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  f353f16   Add mech test dependency
      adds  60320bc   root/base/page/permissions.tt: fixed displaying inherited permissions
      adds  64db7fc   root/base/page/permissions.tt: added section for page path permission
      adds  3cde3aa   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  22604a7   Make emoticons optional
      adds  c181fdf   permission editor - added create/delete/attachment
      adds  4cbacda   pl.po: updated
      adds  6d87a9f   toolbar: fixed enumerate list for markdown
      adds  bf6a34f   toolbar: fixed italic for markdown
      adds  aab99e1   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  5c3613b   Update translations
      adds  c05e752   Update defang policy
      adds  f680779   update_po.sh: get only .po files
      adds  6e47e20   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  146fca2   More Testing of Defang with wiki Thang.
      adds  e023fe9   Make Help page suck less & decouple from markdown
      adds  3eac922   Minor defang updates
      adds  2cf905c   add Test::WWW::Mechanize::Catalyst version req.
      adds  9c2f6a2   revert attrib defang
      adds  ddf7463   Update changes date
      adds  c6b952c   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  1ef27fe   Correct and Add to Changes
      adds  a599985   Name of Profile Person when viewing profile.
      adds  e252a83   Linked from moved from bottomnav to page info
      adds  953594b   Use real perl in lang="Perl" test.
      adds  8518177   Remove stray character from POD.
      adds  d73bea3   Begin to link to /login.profile instead of /login
      adds  99a17cb   Fixed sloppy writing and passive-aggressive comments in Changes'
      adds  4d4f675   Fixed comment typo
      adds  3a6b0c6   Tidied up RSS.pm
      adds  2fc2c42   rename color themes simply by color. refine toc css in purple theme
      adds  0b9a884   touch more refinement on toc margin for purple
      adds  d66562b   Float text to right of TOC for purple theme.
      adds  e40b65e   Revert to original color theme names.
      adds  016368c   Use return of 2 (defaut?) for defang img and src.
      adds  69052d0   Turn off highlight on save and view edit.
      adds  1a3d49f   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)
      adds  954694d   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  ae0773d   more localization
      adds  b089efc   Turn off defang tests for img src="remote"
      adds  ff8900e   Purple theme: move search to uppper right.
      adds  50b8e5d   Monkey zap Pod::Simple::HTML::version_tag_comment. It's kicking up un-neccsary warnings in tests, and we don't need the function do we?
      adds  098b112   purple theme: super subtle mm logo.
      adds  a371378   localized javascript messages
      adds  4773a72   update_po.sh: javascript .po files renamed as $lang.js.po
      adds  bb6284f   refine monkey patch for version_tag_comment
      adds  41d3243   Introduce theme.js for purple people eater theme.
      adds  d41977d   Vertical split edit mode is now default.
      adds  ee3f44a   Merge branch 'master' of git://github.com/marcusramberg/mojomojo into mojomojo/master
      adds  eaf7134   'append' is use by insert_link and insert_content attachment
      adds  3f3b860   use new syntax {{file TYPE filename}}
      adds  deca6fd   use new syntax {{file TYPE filename}}
      adds  b3fcd48   Use new plugin syntax
      adds  2f811cb   Add newline before link
      adds  40cf174   'append' is use by insert_link and insert_content attachment
      adds  36fb8aa   Delete newline if exist
      adds  2649260   Add DocBook Formatter in Toolbar
      adds  dd00734   Revert "Add DocBook Formatter in Toolbar"
      adds  9c71b04   Allow local images only, test it.
      adds  6ecdf1c   Add dash to video id regex for youtube. What is the complete list of allowed characters?
      adds  3a1091f   a touch of better anglais
      adds  9eca252   Catch up a little on Changes.
      adds  867f119   correct some html in purple theme
      adds  1ff3275   Introduce HTML::Declaw derived from Defang. Add allowed src domains in mojomojmo.conf
      adds  3151bba   spell delicious correctly
      adds  eb29131   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  942354f   Update declaw changes/makefile.pl
      adds  0d00a94   Revert "Delete PageCache Plugin"
      adds  7d39c7b   Fix Alog-Excludeinclude
      adds  b2fd907   Put the disc back into purple theme bullets
      adds  a561422   FCGI::Server script to manage MM fastcgi processes
      adds  48fea11   Set execute bit on script
      adds  41040fe   Set HTTP header for caching
      adds  1b2777b   Enforce https scheme option
      adds  34a4140   petit CSS refinement for purple-pleasure
      adds  a6bee6a   explicitly specify registered => time() where appropriate
      adds  ea7af59   Adapt to DateTime::Epoch 0.04 changes. Includes use of TimeStamp for set_on_create.
      adds  b9ccc1a   Revert set_http_headers to 0. It causes the page before login to be cached, and varnish should still be able to cache without a cache-control header.
      adds  4fbce2b   Demonstrate two fastcgi instances.
      adds  b7062a8   Correct dipsplay of login error message, purple theme.
      adds  b07b5d0   Turn off PageCache for authenticated user.
      adds  cdb298f   Test for unwanted caching.
      adds  ec3853f   remove sleep from test - party all night.
      adds  bac514a   Add flickr to ddefault allowed
      adds  510ad8c   Remove sharefiles on exit
      adds  cac9c3c   Up PageCache dep
      adds  46ec8e0   Updated russian locale
      adds  2920df1   Show Full URIs for SubPages, or it might get a bit tedious with duplicates
      adds  48b05e5   Ease back throttle on defang src. Test that /.static/* src are not defanged. remove t/var/mojomojo.yml since it's created by MojoMojoTestSchema and 01app.t.  Thank rafl for pointing it out.
      adds  c82dc35   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  b520329   Up dependencies
      adds  54975f1   attachments should not be cached by PageCache.
      adds  92c689f   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  4660206   Update catalyst theme links
      adds  f351048   Schema create: don't try to insert empty string into int column
      adds  e49416e   Inform test where configuration is.
      adds  c0a39f4   Inform when database on not ben initialized.
      adds  2d4b74b   Given Args the number 0 instead of empty string
      adds  2d089be   Give Args the number 0 instead of an empty string.
      adds  d601a6f   PageCache Refinements: * Cache list and recent for 60 seconds * Extract Cache Times to .conf * Add export to exclude list
      adds  31b3534   Get 0 back in Args, it was reverted inadvertently
      adds  851fd69   Rest in Peace Textile2.
      adds  258dea1   Makefile.PL: Update some dependencies
      adds  a08f06a   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  a053ec5   Merge conflicts
      adds  25fc6b3   Fix deprecation warnings
      adds  443bbd0   Update whitelist
      adds  bccbacf   "Cuidado" -> "Use with caution". Wiping out data is a bit too dangerous to mess around with funky language.
      adds  44bbd00   removed unused template toolbar.tt
      adds  fb1688a   Minor reindenting
      adds  885574a   Add some changes
      adds  ea788d8   Updated Cache::FastMmap dependency to delete /tmp/sharefile-* when MojoMojo is killed
      adds  6eecaee   Removed toolbar icons for formatters, which are now grouped in a drop-down
      adds  c25793f   Update sqlt version
      adds  afc6359   POD fixed and Markdown syntax fix
      adds  ded0cda   updated polish translations
      adds  dfaf2a4   Normalized CSS mixed indent from 1tab/2spaces/4spaces to 4 spaces
      adds  18a3fba   Better visibility for unvisited links in the Catalyst theme
      adds  99fbfc3   Specify DBIx::Class dependency version.
      adds  06bfe8c   Maintain Split Edit for much narrow window width.
      adds  a1b430a   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  fc6bd01   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  a04fa85   edit.js, mojomojo.css: simplified split/normal view
      adds  ba90efa   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  072f1fc   Whitespace changes only (fixed indentation, tabs to spaces)
      adds  2fc9739   "Upload" -> "Click here to upload attachments"
      adds  4bb3411   fixed upload text
      adds  872bef5   fixed upload ids
      adds  bbfb42e   fixed '+' error
      adds  ccaa2a4   fixed tags "+" error here too
      adds  f63f890   Upload recursively directory to MojoMojo
      adds  c53f5c8   Add Dir formatter
      adds  37f4629   Add test for Dir formatter
      adds  83e7ceb   Update dependencies
      adds  a474710   Move xhtml output to to_xhml maethod
      adds  ab97a82   Tests pass
      adds  bc3b474   Dont get files if not readable
      adds  bbf571a   Add dir formatter
      adds  b3ed4f3   Houps ... now link is good
      adds  21b0539   raz baseuri
      adds  d0aee5b   Cant not update search index :(
      adds  3770959   no better :(
      adds  cf84ea8   Can exclude dirs/files to Dir formatter
      adds  8d5da41   Encode content file
      adds  84dfa22   Add Text and File::Text formatter
      adds  a62cef6   Delete unecessary dependency
      adds  956ffc8   Add some check and restrictons on directory
      adds  81bf7ba   Tests pass now
      adds  36ab387   Add test.txt to check Text formatter
      adds  1f29cf0   Check errors and security
      adds  5de2890   Delete '\n'
      adds  d1b28d4   Test exclude=regex
      adds  6ffc738   Exclude can be undefined
      adds  56b96e5   replace '~' by HOME env
      adds  2ac0432   Add basic versioning
      adds  4ae635a   Minor changes to Changes
      adds  b48ee6d   mojomojo.css: fix for hidden save edit button
      adds  1a33309   Removing DBIx::Class::PK::Auto from schemas as it has been part of DBIx::Class::Core since 19 Jun 2007
      adds  1334534   Switched from 'base' to 'parent' per Catalyst practice
      adds  7f0cb00   Tell search engines to not follow the diff link
      adds  e4668fc   Fixed a bug where the second time a page was edite, the Save button still read 'Create'
      adds  8b24d25   Added failing test for underscore in code in Markdown footnote
      adds  ad5da8f   Better POD for Controller::Page
      adds  4afafe3   Unified search and search_inline .tt, and fixed search redirecting to /
      adds  1adc84e   Indented navbar.tt and made sure the HTML output is properly indented
      adds  91851fd   Fix DOS (GitHub issue #33) due to site preference for Google search being ignored by .search(/inline)?
      adds  b0b7d2f   POD and cosmetic fixes for Search stuff (Controller::Page and Model::Search)
      adds  6c999cf   Stop sending bogus "search_type" parameter to Google when searching
      adds  f49a056   Fixed more HTML output indenting
      adds  e5b3892   Removed line-height: 0 for .newWikiWord a because it clustered together links in different paragraphs
      adds  159dacc   Don't indent content because that indents it in the split edit text area as well
      adds  9d20a99   Indentation/POD/cosmetic fixes
      adds  2fb054f   Fixed security leak that would not check permission for recent and backlinked pages
      adds  66eac50   Cosmetic fixes in Schema::Result::Page
      adds  b4a7712   Added support for sections to the CPAN hyperlink formatter
      adds  9203ff8   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  6fe04f0   Prepare for release
      adds  d6290c3   Update Test::More dependency
      adds  d8662ac   Turn on POD testing by default when Test::Pod exists.
      adds  c6e0f3e   Correct POD.
      adds  dc59998   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  1db63f0   PODified comments
      adds  6e74a3d   Correctly save the pre_hacked_uri by creating a new URI object instead of taking a reference to it. Fixes GitHub issue #38.
      adds  da7aab8   Add copyright information
      adds  25312ea   Fix typos in POD
      adds  33bd880   Remove superflous historical code that breaks comments
      adds  7b68337   Added test for the incorrect URL in the error page and used ->clone to store the pre_hacked_uri
      adds  1b15217   Set overflow: auto for content in order for wide unwrappable elements to be visible via scrolling
      adds  ad1ee69   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  280e1b6   Update changes
      adds  ccc0da6   Change to use Store::Cache for session
      adds  0cfb020   Fix dependency version
      adds  d19c9dc   Update formatter test to new help node
      adds  a5597f1   Prepare for release
      adds  c07abd2   Update version
      adds  9f0256a   Sane default for sharefile
      adds  a6d9ad2   Improved POD for Schema::Resullt*::Page*
      adds  7eea4c3   Added POD describing the Content table structure and made sure releas_date is only used internally
      adds  9dca299   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  b10ba52   Fix pod failure
      adds  a595929   Prepare for release
      adds  c2feea8   Made the location of the Cache::FastMmap sharefile cross-platform
      adds  8497b2b   Ojbect memory management test.
      adds  98298bb   File::Spec->tmpdir is better than $ENV{TEMP}
      adds  c0c47ea   Clarify app source for sharefile
      adds  13ea52e   Upload recursively directory to MojoMojo
      adds  99a4db0   Show active as "yes" or "no" in the UI.
      adds  5a10681   Make spawn_db take CLI args instead of prompting.
      adds  548435a   Merge branch 'spawn_db-improvements'
      adds  d7ee494   Changelogging for active yes-or-no change and spawn_db changes
      adds  e8409fa   Revamp the display of attachments.
      adds  05473b1   Refresh script/* to use restart from 1.18 ::Devel.
      adds  8baa030   The Save buttons are now visible beneath the edit area in the Catalyst theme.
      adds  1865214   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  bfbcb62   Merge branch 'master' into attachment-list-revision
      adds  d02b9f7   Remove stray <li>
      adds  1c83a7b   Double width of filename cell
      adds  bb42d25   Use Number::Format to generate saner file sizes for attachments
      adds  537a17a   add uploaded date to attachments table
      adds  38e5bd3   Widen date column
      adds  08ef073   Widen type column
      adds  8b970cf   Add non-computerese descriptions for some common content types.
      adds  d793d41   Fix typo in mime type description
      adds  41299dc   Add some debugging for path munging
      adds  fe34efa   Fix the gallery action so it actually works
      adds  72237b6   changes for work in this branch
      adds  921a2c3   add a space in the title of the gallery
      adds  1375d0d   Revert "Add some debugging for path munging"
      adds  7b38762   "The Wikilicious page" is not very helpful.
      adds  4b100d0   Fix attachment deletion js to remove the table row
      adds  64b061e   Only show attachment list table & gallery link if there are attachments on the page.
      adds  fd6fdbb   Re-implement "insert link" as a proper link to the edit form.
      adds  cd1c9f7   The content object set in the stash for editing was never used.
      adds  43e28e3   Make attachments viewable/uploadable without going to edit form first.
      adds  c00bb7d   Update changes
      adds  61d0213   updated the .po files
      adds  c85cd98   Always make the attachments link live
      adds  cc8a745   Reorganize the nav menus into three groups:
      adds  9ae1996   Check for attachment permission on upload, but not on view
      adds  f7ed6ea   Make a separate plain_upload action for the plain upload form and use it to check auth.
      adds  75a848d   Use uri_for instead of hand-building a URI
      adds  8df80b2   Don't show insert link or delete links unless user has correct permissions
      adds  0221657   Refactor checking view permission and use it for attachments as well.
      adds  29cd045   Add changes for gallery link fix
      adds  b983045   Merge branch 'attachment-list-revision' into menu-reorg
      adds  54782c3   Uniform page titles for attachments, gallery, and individual gallery photo
      adds  8699dd8   Fixed markup inserted by the edit toolbar buttons for images and links
      adds  9b2e4a5   Move thumbnail under the filename for images
      adds  04c4bf7   Revert "Uniform page titles for attachments, gallery, and individual gallery photo"
      adds  4a33579   Revert "Fixed markup inserted by the edit toolbar buttons for images and links"
      adds  d6d3cb8   Fixed markup inserted by the edit toolbar buttons for images and links
      adds  b996aef   We must redirect after logging a user out in order to force a re-evaluation of permissions.
      adds  bf57e95   We already told the PageCache plugin to check if the user exists, no need to do that in our hook too.
      adds  fbafb82   Changes for the logout fix.
      adds  517d52b   Make sure we do not cache the page on a redirect.
      adds  d5e31a7   Move thumbnail under the filename for images
      adds  899c945   Add <thead> and <tbody> to attachment list table. Also remove extra </td>
      adds  0bbb46e   Fix conflicts in Changes
      adds  dad1352   Merge branch 'master' into menu-reorg
      adds  f34e305   Create the anonymous_user preference when populating a new db
      adds  7d6432b   Changelog for change to make anonymous_user pref gets set when db is populated.
      adds  aebcf32   Merge branch 'master' into menu-reorg
      adds  c07ce47   Added missing paging links for admin's user list
      adds  d4ed680   Show active users first in the users list.
      adds  18b2d18   Use Next & Previous for page links since that's already been localized
      adds  3e094b6   update .po files
      adds  1f5b734   Merge branch 'master' into menu-reorg
      adds  52dd1b6   Made marking the current page in the nav a filter, which makes the code _much_ simpler.
      adds  dcb36e9   Add changes for menu-reorg branch
      adds  3d6679e   Make all top-level menu items really wiki-wide, instead of path-context-sensitive.
      adds  e75f338   Changelogging for latest menu reorg changes
      adds  9740d0d   Add insert thumbnail to attachment actions.
      adds  747a891   tidy flash_upload before messing with it
      adds  9ce3163   Do not require a logged-in user to upload an attachment.
      adds  9238564   Use " instead of ' in attr quotes (to be consistent)
      adds  16bf155   Small tidiness tweaks for JS
      adds  0422279   The flash uploader only works for logged-in users, so don't show it without a user.
      adds  fcc72c8   Merge branch 'master' of github.com:marcusramberg/mojomojo
      adds  af10a23   Add indentation for nested TT conditionals
      adds  2a3086f   Add inline image template.
      adds  7e704e9   Accidentally removed PageCache earlier.
      adds  cdaa636   The plain upload form needs whitespace before the attachments table
      adds  3f4e89a   Merge branch 'master' into menu-reorg
      adds  9eece70   update .po fles
      adds  dad8967   Only show prefs link if user is looking at their own profile.
      adds  9bedf63   Show the person's name under "Edited by" in recent changes, not their login.
      adds  500091e   Changelogging for recent changes change
      adds  11e7b56   You administer a wiki, you don't administrate it
      adds  7501a64   More wordsmithing on the welcome message
      adds  d5d7e1b   The default permissions are now taken from the database, not read from config.
      adds  4d38901   If the content has a version, the page exists.
      adds  64d1fa1   Move "create/save and view" to be the leftmost button
      adds  d9204f3   Reformatting, restyling, and retexting of Markdown help.
      adds  e409f2e   More <pre> tags in markdown help
      adds  a1ea25d   update .po files
      adds  4d46f42   Don't spawn db if already spawned.
      adds  93f384f   Changelogging for syntax help changes
      adds  fdd2fb5   Changelogging for edit button change
      adds  62addc5   Merge branch 'master' of github.com:marcusramberg/mojomojo
      adds  8cd63c5   delete is both broken (for Pg at least) and not checking perms!
      adds  7fd310a   Changelogging for removing delete
      adds  9d42364   Exit MojoMojo startup if DB has not been deployed.
      adds  badcc16   Changes for state of deployment checks.
      adds  847c6d2   Merge branch 'master' into menu-reorg
      adds  4af38ed   Credit mateu for his changes
      adds  2b23e4f   Log in moved to right of right.
      adds  cd4e9c0   Fix the version count for pages with one revision
      adds  7958960   Make page revision list a full-width table and show it in the proper order.
      adds  fd2dea3   Changelogging revisions display change
      adds  8345b5d   Explicitly use count method on resultset
      adds  a09eaae   Move logic for showing "edit page or page" link to its own template and use this for both top & bottom nav.
      adds  741faf7   A loop var was stomping on the page var for the current page
      adds  9b9e1be   Remove some debugging cruft
      adds  b486668   Reconquista of vertical real estate in edit area.
      adds  8513edf   Base the edit preview & textarea height on the window size.
      adds  c448a5b   Changelog for edit mode size changes
      adds  d4e2ab4   Wrap some particularly log changelog entries
      adds  ff1e7ab   Tweak error for "you need to deply a database" a little.
      adds  ce62fa6   Revise changelog format and try to group related items
      adds  c60f765   use prepare_action to check for database deployed.
      adds  d96f21f   Tweak leak test to 1 MojoMojo::I18N::en object.
      adds  9c926f3   Widen .container so toolbar img fit one line.
      adds  b6c5ecc   Use warn for the no db error message
      adds  9fa384a   Changelogging for db check in prepare()
      adds  925330d   Prettify HTML output whitespace
      adds  18e15ef   Lots of grunt changes in POD.
      adds  c092015   Finalized POD grunt improvements
      adds  530e84f   Missed one =item
      adds  4034012   Fixed 'Edit page' link being disabled due to logic in this_page_link.tt
      adds  20237e3   Parenthesize!
      adds  a35bd9a   use ->next for DB check and reuse result has_DB.
      adds  5166d57   Updated the Formatter documentation and simplified gen_re
      adds  99d9a75   Converted deprecated DBIC search_like to search with -like parameter
      adds  6abf6d2   Stop Textile from encoding non-ASCII Unicode characters into HTML entities
      adds  4e60d3e   Fix a typo in a change entry.
      adds  d27a44e   Added my changes and reformatted the change log per autarch
      adds  51feb30   Fix a typo in changes
      adds  6df4380   Wrap at 78 characters for each change
      adds  cf1aee5   Fixed angle brackets being removed from code sections (GitHub isue #41).
      adds  4f7032a   Updated changelog and fixed wording for anon user edit message about setting a password.
      adds  6c056f2   Hide plain uploader when not logged in
      adds  a370894   Reordered changes to try to put the big changes & bug fixes first.
      adds  6df1c4b   Prepare to release, remove crud from config
      adds  c89dc9c   Revert "The default permissions are now taken from the database, not read from config."
      adds  68241f5   Merge conflict
      adds  8432eb6   The changelog entry about angle brackets being stripped, slipped between the cracks
      adds  3b64424   t/formatter_all_markdown.t: tests => 24;
      adds  9572667   Skip Imager tests if libjpeg is not installed
      adds  ee823d3   All-whitespace photo descriptions were quasi-uneditable (RT #45633)
      adds  fd19341   Simpler, cleaner and more precise code to tell which modules exactly are required by tests.
      adds  dcf4778   Set the bug tracker URL to GitHub issues... via an undocumented Module::Install call - 'resources' which generates the proper META.yml entry
      adds  4ee75e7   Fix to merge with mojomojo/matser
      adds  5f0ef01   Use only one config hash in leak test.
      adds  c468d98   Use only one config hash in leak test.
      adds  3bfd18a   Experimental search and replace script.
      adds  e0bfb9d   Change logged for basic search and replace script.
      adds  0282596   Corrected help for Markdown preformatter code blocks. Thanks hobbs for the haiku
      adds  fae7bbd   Require Test::More 0.88 for done_testing()
      adds  9f9d3ca   play vigilante on Change Log
      adds  d788f2a   Cleaned up the markup syntax headings
      adds  f93ee33   Prevent robots from following attachment manipulation links
      adds  9650438   POD cleanup in MojoMojoTestSchema.pm
      adds  fec7549   Fixed some silly typos in schema_DBIC_Attachment.t
      adds  12da772   Minor whitespace fixes
      adds  a35c5ee   Fixed 'Repository' capitalization in Makefile.PL
      adds  0d8f2cf   Leave HTML whitespace in the output as intended, despite PRE_CHOMP and POST_CHOMP settings in View::TT
      adds  48dbd00   Controller::User now returns 400 error codes for invalid actions. Added actual tests to t/c/user.t and page_edit.t
      adds  cc904ed   Adjusted .tt for indented HTML output
      adds  92ca23f   Minor whitespace additions
      adds  a9b9fd4   Fixed security issue that allowed anonymous users to delete attachments. Added 22 tests
      adds  ca58b7e   Factored out the permissions check from attachment list.tt because they need be done only once for the page, not for each attachment.
      adds  782540f   Clarified t/01app.t
      adds  7c1915e   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.
      adds  9d220f9   Refactored MojoMojoTestSchema for clarity and correctness; updated tests that use it.
      adds  ac85634   Fixed t/c/email.t to restore admin's password. This enables subsequent tests, like t/c/page_edit.t, to pass.
      adds  276b48e   Fixed branding and linebreaks in password reset email
      adds  1ac466a   Fixed t/c/user.t to match the actual admin user name ($ENV{user}). Skipped tests in t/c/page.t now pass.
      adds  e561bff   Cosmetic fixes
      adds  b65a1e5   Commented out attempt to automatically unzip uploaded ZIP archives and corrected POD for Schema::ResultSet::Attachment
      adds  d54b79c   Fixed typo that caused hiding of attachment delete links and added tests. All tests pass now.
      adds  2e79026   Refactored the Attachment controller so that actions detach to an 'unauthorized' action (which 403s with an explanatory template)
      adds  9269760   t/app is for Selenium tests
      adds  4543f7e   Updated Changes. Prepared for release.
      adds  3f1f381   Adjust key_maker to not warn on t/c/page.t.
      adds  2defa49   Remove CATALYST_DEBUG=0 from tests.
      adds  9bfd143   one more test with CATALYST_DEBUG removed.
      adds  fd18482   Added page_edit.t test for creating a new page
      adds  06d531c   Added POD for Schema::Result::Link
      adds  f1aaaff   lib/MojoMojo.pm: revert: Adjust key_maker to not warn on t/c/page.t.
      adds  9b946b7   Workaround WWW::Mechanize <-> Catalyst nasty interoperability failure
      adds  03b9d8b   Make subtree search work.
      adds  c3ce3ae   Simplify suggest.tt for 404 handling.
      adds  d305e05   Update Changes
      adds  e14fd50   Removed web server bias from Installation.pod
      adds  b312656   $mech->field returns the old value of the field, '' if not previously set, which causes ok() to fail.
      adds  66dee85   Added paging for .list
      adds  ac72afb   Sub-pages simplified and optimized.
      adds  18d03fa   Remove broken link from catalyst theme.
      adds  4d63b80   Update changes.
      adds  56444b8   Update .po files.
      adds  b385796   update purple theme to use new subtree list
      adds  a786b24   Fixed typo "Markdow help" reported by marcus
      adds  5658301   Fixed formatter_include.t to run the include test on parts of the wiki itself even with TEST_LIVE not set
      adds  6adea33   root/base/page/edit.tt: move closing ')' outside loc()
      adds  2babb2e   pl.po: updated polish
      adds  095e018   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  b922a96   Documented the automatic inlining of pages included from the same wiki
      adds  7dde9c1   Fixed localization messages for the Include formatter (never append a variable to a message; interpolate it using 'x')
      adds  711f98f   Title page link with orginal page name in subtree.
      adds  9988d78   Fix lurking bug in get_permissions_data();
      adds  51ee2c5   Merge branch 'mojomojo/master'
      adds  146140f   Add Catapulse theme
      adds  df1644f   Stop being dense, and no set session for anonymous
      adds  37a0cce   Test cookie handouts.
      adds  c05027a   Update changes.
      adds  b1918d8   Make sure fall through is proper when setting lang
      adds  5183ffc   Dense matter 2 antimatter, serve precompiled pages
      adds  51f87fd   Be consistent w/ uploads test directory.
      adds  44a8b42   Disable precompile until harmonious w/ set_paths
      adds  f365ed9   Added robots.txt to prevent crawling of /.jsrpc/. Most importantly, this prevents diffs from being indexed.
      adds  5af3767   Deleted duplicate favicon.ico and moved robots.txt to static/
      adds  5fa020d   Added comment in robots.txt about web server aliasing
      adds  0381343   Add Catapulse theme
      adds  40f75a3   madrid-pm theme base created
      adds  5062749   Merge branch 'Formatter-File' of git://github.com/marcusramberg/mojomojo into mojomojo/Formatter-File
      adds  fcba053   Add some more POD documentation
      adds  c4dbb45   Delete Test plugin
      adds  a7a28af   Add background and logo
      adds  17de4a1   Image have no more content
      adds  8ceb229   Delete formatter_loaded in File Plugins
      adds  06b9752   Add file argument to 'to_xhtml'
      adds  4d837b8   Search the name of langage
      adds  ecad74b   Translate some norwegian strings
      adds  7386347   Merge
      adds  31dbb50   Moved Formatter::File to the Formatter-File branch until it's ready for prime time (GitHub issue #46)
      adds  e92fecb   Forgot to move t/formatter_file to the Formatter-File branch
      adds  373cb14   Fix 'Modification of non-creatable array value attempted, subscript -1' error when testing formatter_syntax_highlight.t on Strawberry Perl 5.10
      adds  9450111   formatter_docbook.t nicely skips tests if optional module MojoMojo::Formatter::Docbook was not installed
      adds  5afff38   Ensure that formatter output ends uniformly with exactly one newline.
      adds  fcdd3b9   Precompile pages and fix wikilink on create page. Includes .precompile_pages action in Admin controller. Adjust two individual tests to reflect that ../sibling gets turned into parent/sibling.
      adds  bc544ed   Update changes.
      adds  8f164ac   Test tags and the tag cloud, including tests for issue 6
      adds  6ea07a5   Fix tag cloud sizing.
      adds  baedfe2   Merge commit 'upstream/master'
      adds  4b51a11   PageCache R.I.P.
      adds  2d02df0   die instead of print, FCGI::Engine::Manager script
      adds  a26bae6   MojoMojo habla mas español (diegok).
      adds  9a122d1   Fixes & adds to the spanish .po file
      adds  25242e2   Updated inplace editing: fixed '&'-escape bug, HTML-filter values, removed obsoleted code
      adds  8c438ec   Added Changes entry for the jQuery inline editing commit
      adds  dbd98e9   Updated comment for Controller::Attachment::default
      adds  708f3d5   Always call detach() as a method of $c
      adds  ec325bd   Controller::Gallery now properly shows 404 not found pages for invalid requests
      adds  4df9f7f   Removed gratuitous $-prefixing of JavaScript variables from edit.js
      adds  e56fb82   Made split mode truly sticky
      adds  759a07c   Refactored edit.js for style (underscores vs. camelCase, apostrophe-quoted for strings) and scoping (moved _create_tolbar_select inside its caller)
      adds  d5f0e6e   Split edit mode is no longer controlled via URL parameters
      adds  720adae   Improved comments in MojoMojo::Schema Page and Content
      adds  bb09721   Ordered methods in Schema::Result::Page semantically (tagged_descendats before tagged_descendants_by_date etc.)
      adds  4c19ac7   Replaced unused styles for in-place editing with current ones
      adds  f465223   Added reCAPTCHA to Makefile.PL and reordered optional items msot commonly used first
      adds  c5a89c0   Refactored Controller::PageAdmin with 'unauthorized' action so that .rollback can detach to it if called via GET
      adds  4256b44   More refactoring in Controller::PageAdmin to use the 'unauthorized' action
      adds  6dd410b   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  1617a58   Remove obsolete code
      adds  a6701ef   Remove obsolete dependency
      adds  7212b0f   Fix basic person test
      adds  07c1edd   Update Changes.
      adds  d9e1033   Requuire 0.26 of C::View::JSON for quiet tests.
      adds  9758c46   Rework Person test.
      adds  c6f3a5e   Move tag test out of todo since it passes now.
      adds  e9c5e5f   Add another Person test
      adds  35f0baf   Improved POD for Schema::Result:: PageVersion and Content
      adds  79743e7   New feature: rename a page (versioned). Updated Changes
      adds  4ebb159   Another merge
      adds  742527c   pl.js.po, pl.po: updated
      adds  3a2d65d   root/base/admin/user.tt: insert space between roles
      adds  76af0a0   root/base/gallery/photo_info.tt: fix for displaying exif date in gallery
      adds  e4f8bb9   root/base/gallery/photo.tt: removed width=700 for img - small images were scaled up
      adds  20eca31   gallery: fixed pager
      adds  90bcedc   Tighten up defang of href a little bit. Passing bypass protocol test. Added javascript in href test.
      adds  b8c5ace   precompile set to empty for certain formatters. redirect, include and comment.
      adds  ffda90b   Revert dandv's page rename to move it to a new branch
      adds  1cbe9aa   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  c0a5b01   pl.po: updated
      adds  85ab441   Merge branch 'mojomojo/master'
      adds  51600a1   Switch to Blueprint Liquid
      adds  83833c0   Prepare for release
      adds  e4c2a04   madrid-pm theme updated
      adds  1b37326   Warn about switch default_lang on a running site
      adds  6fdc436   Use default_lang for the search analyzer when possible
      adds  4d90848   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  8e3e297   Merge branch 'mojomojo/master'
      adds  dad0a6f   Update theme
      adds  8d1b1cf   Update catapulse css
      adds  6a3a814   photo.tt: cosmetic changes
      adds  4a526a2   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  3d015ef   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  0502233   Pg compability fixes
      adds  34ee821   Req. min. version of WWW::Mechanize::TreeBuilder This was needed for page_edit.t to pass all tests and probably related to newer versions of WWW::Mechanize (1.54 or greater).
      adds  4e21ccb   Merge
      adds  851cb3d   Put a tag test back into TODO.
      adds  7ce020e   Refactor tests a tad - a few including .tags
      adds  52579af   rest of petit test refactor and cleaning.
      adds  c254780   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  2921ae5   script/update_po.sh: for js check only root/static/js directory
      adds  b047bf5   Merge branch 'mojomojo/master'
      adds  5e7e705   Update toc css
      adds  3723cdf   Set visited link color to IBM's standard, for better accesibility
      adds  2cbdb05   Removed duplicate and outdated installation information from INSTALL and centralized all installation instructions into lib/MojoMojo/Installation.pod
      adds  df76f3f   Fixed minor error in Installation.pod - server is launched with mojomojo_server.pl, not just mojomojo_server
      adds  9e82e4d   Added mojomojo_fastcgi.pl's dependency FCGI::ProcManager to Makefile.PL
      adds  9a6de80   Fixed commit "Added mojomojo_fastcgi.pl's dependency FCGI::ProcManager to Makefile.PL" so that whitespace is preserved
      adds  53e8ec8   INSTALL: correct case & give perldoc instructions
      adds  e589208   MultiMarkdown version bump, TODO test made normal Version 1.0.27 of Text::MultiMarkdown makes TODO test with underscore in backquotes pass.
      adds  0e6903f   Use block eval for loading test module. The string eval form was generating "more than one test plan" messages.
      adds  a47a476   MM speaks to Italian girls in their native tongue (bepi)
      adds  54647ef   Get italiano in the mix.
      adds  ff5f524   Improved update_po.sh script (bepi)
      adds  e67d1af   Update changes.
      adds  b79d9c1   Bumped Text::MultiMarkdown dependency to fix failing tests
      adds  0c502c0   Cosmetic: moved the test description in front of tests for formatter_wiki.t
      adds  595a779   TODO tests in formatter_markdown.t now pass thanks to MMD support for markdown='1'
      adds  38bc650   TODO tests related to markdown="1" in HTML block-level elements now pass in formatter_all_markdown.t
      adds  3011225   Updated Changes: markdown="1" feature, improved installation docs.
      adds  fb6c176   Fix login link to be page sensitive. Closes #55
      adds  4807bd3   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  e80ce18   Fix check for Selenium Test module, merci Khisanth
      adds  35b2846   Refine sel. test to not complain about multi plans
      adds  c2ac0a0   Merge branch 'master' of github.com:marcusramberg/mojomojo
      adds  64449d8   Fixed export to actually export all subpages. Better export filename includes complete timestamp.
      adds  e4cac95   The 'Export' link in the top navbar now exports the subtree that starts on the current page, not the entire wiki.
      adds  08059d3   Clean wanted precompiled and create links on page creation (fix issue #57)
      adds  156410b   C::Admin, r/b/a/user.tt: Users 'Active' field now correctly shows not validated users as inactive
      adds  20b4a27   script/update_po.sh: fixed errors
      adds  439d517   updated Polish I18N files
      adds  2befe93   Change rss formatter to use summary
      adds  a722d72   Page.pm: subpages checks permission to view
      adds  3416930   root/base/page/bottomnav.tt: do not add 's' if page has more than one version for polish and russian language
      adds  3e7fed0   Tag.pm: fixed issue with incorrectly calculated cloud size: http://github.com/marcusramberg/mojomojo/issues/#issue/6
      adds  61c6a8e   Updated Changes
      adds  b10acbb   merged
      adds  f5bbeb3   Oops, summary is a content object
      adds  9fdaffe   Make tag cloud tests pass
      adds  c0336f9   Edit Page.pm to precompile smarter
      adds  ed22ebf   Test .login rev 1 - stop making no-sense.
      adds  8d6bd54   ready for release
      adds  db0f4ee   edit.js: for markdown, insert selected text as URL, not linkname
      adds  b2a309b   Merge branch 'mojomojo/master'
      adds  804ade5   added new toolbar button "insert table" for MarkDown
      adds  1b0024f   toolbar: remove 'deleted text' for markdown
      adds  48d7287   toolbar: workaround for image insertion in markdown
      adds  fbcc9a4   edit toolbar: added button 'insert table' for textile
      adds  022df39   edit toolbar: added loc() for table insertion
      adds  e7968ba   updated Polish localization
      adds  cd8a6e4   script/po2json.pl: do not HTML character entity encoding
      adds  8bbf91f   lang.po.json - updated
      adds  db12b4b   Merge branch 'mojomojo/master'
      adds  4575338   use file::image formatter
      adds  7568275   use t/var/files to test file formatter
      adds  2d4b481   Change example in usage fonction
      adds  b0dd86b   Add File::Image formatter
      adds  63c9ebc   Add Image controller used with dir/file formatters
      adds  590a085   Add image to test
      adds  043ab69   use image in docbook file
      adds  078e926   File and Dir formatter tests pass
      adds  e6a6695   Add image controller tests
      adds  324af8e   Add tiff image
      adds  c4a1d2a   parent directory
      adds  1e5324d   Photo: extract/show "Flash" info from EXIF
      adds  5874363   Revert "toolbar: workaround for image insertion in markdown" to proper fix by inserting a markdown="1" attribute after Text::Markdown update
      adds  8dbed4a   Minor changes to edit.js: double quotes around div attributes, uniform lowercasing for toolbar buttom tooltips; tabs converted to spaces
      adds  7315dc1   Protect the e-mail address displayed in the user/.profile against spambot harvesters
      adds  0c1fc99   Updated Changes. dandv is back.
      adds  64ab282   Added "Delete page" feature. Tested on SQLite and MySQL.
      adds  1a898a3   Extra check to make sure people _are_ allowed to delete the page.
      adds  a88f567   Reapply change salvaged from trunk to support rename
      adds  325ca20   Reapply change salvaged from trunk to support rename
      adds  d13eb9c   Merge
      adds  6843d26   Merge branch 'versioned_rename'
      adds  d2973c7   stop using String::Diff, and instead use a word splitting regexp and Algorithm::Diff to determine inline changes
      adds  488610e   Add changelog entry, add stub test
      adds  1db2925   add some tests for Text::WordDiff::MojoMojo
      adds  0dcb6d9   Rename WordDiff module
      adds  8bdd694   Inform Content.pm of new WordDiff namespace.
      adds  7e1fa67   Rename declaw, fix use of worddiff
      adds  ab35216   Merge branch 'master' of github.com:marcusramberg/mojomojo
      adds  26aa94c   surpress warning w/ page_edit.t
      adds  e5521e6   Pages will now be removed from search index as well
      adds  2523519   add a whatis statement to the POD for MojoMojo::WordDiff
      adds  3363110   fix cache uniqness
      adds  fb56b0d   Failing test for include
      adds  6891e8a   Fix translcusion issue when including root
      adds  0eec040   Refactor a page editing
      adds  3c46659   Erase erroneous param in selenium.t
      adds  48c5192   Adjust Defang to allow local images
      adds  3094897   Add and rework textile tests un peu.
      adds  afaf73f   order diff key to match order of insertion.
      adds  85a2185   Make WordDiff highlight less like a Christmas tree
      adds  00b04a0   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  5a646f3   Further tweakage of word diff style
      adds  226f169   Added CSS for defanged images to indicate they were not rendered
      adds  d868cee   Oops, broke trunk for anon editing
      adds  0181d20   Failing test for links getting updated when new page saved
      adds  6246e44   Prevent deletion of root node ('/').
      adds  2dd2aa7   Tests for page deletion
      adds  304e8cd   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  036c431   Double-quoted YAML values containing "$" and "%", for extra compatibility
      adds  bc90933   Fix unicode handling for wantedpage
      adds  3843644   Fix test
      adds  626528d   Added such fancy features to formatter_all_textile.t as use strict; and proper TAP output
      adds  45b0725   Made Syntax::Highlight::Engine::Kate truly optional, including in tests
      adds  55a7af0   Added some dependencies caught by jawnsy when installing on a virgin box
      adds  ae560cc   show actual error
      adds  522fec4   Update the Page docs to not mention a Regex controller
      adds  e159661   Two minor whitespace changes
      adds  c1bda6c   Added explicit syntax for the Include and RSS formatters: {{include <url}} and {{feed <url>}}
      adds  bc1f067   Added the Include and RSS syntax change to Changes
      adds  4dba9c9   make DROP TABLE regex more resistent to breaking.
      adds  74f3581   Improved/removed comments: the .recent list *is* populated even without tags
      adds  1dd7321   Made all tests use strict, removed t/c/journal.t (leftover from old days)
      adds  f496b8d   Prevent crawlers from retrieving exports, because they take up 100% CPU
      adds  5ff9f57   Add warning about making a local config.
      adds  373d52f   Prepare for release
      adds  962299c   Added warning about Defang corrupting markup
      adds  79bd333   Revert cache patch
      adds  650e034   YouTube formatter correctly outputs '&'s in links now. Added test against Defang interference.
      adds  cf0cb98   Added TODO failing tests against Defang breaking links
      adds  3f032ee   Added TODO failing test against Defang breaking footnotes
      adds  b102536   MojoMojo.pm forgot to mention editing mojomojo_local.conf instead of mojomojo.com. Also updated the DESCRIPTION of MojoMojo.
      adds  241f661   Mention _local.conf safeguards settings on ugprade
      adds  bde1731   i18n: Updated pl.po, pl.js.po, pl.po.json
      adds  ef8f2a7   themes: chmod -x on .tt files
      adds  c7f9902   lib/MojoMojo/Formatter/IRCLog.pm: fixed regexp - 'nick' and 'nick2' now are correctly expanded as [[nick]] and [[nick2]], not as [[nick]] [[nick]]2
      adds  23d360c   t/formatter_irclog.t: updated test (nick, nick2)
      adds  ebf08ff   IRCLog.pm: auto-color nicknames: http://github.com/marcusramberg/mojomojo/issues#issue/27
      adds  0ee0d2b   Changes: updated
      adds  f04487c   Page.pm, info.tt: Attachments size in Page info is now correctly displayed (Github issue #53). Also added attachment count.
      adds  76a311d   Changes: updated
      adds  41836a8   updated Polish I18N
      adds  60dca7a   PageAdmin.pm: Remove hidden Kate 'Alerts' from list of available syntax highlights. (Github issue #52) (linio)
      adds  7376c2b   Changes: updated
      adds  bf61a76   rbp/attachments.tt: localize 'Attachments for'
      adds  bc3fbe3   root/base/page/attachments.tt: now should work ok ;)
      adds  4cc8b04   pl.po: updated pl lang
      adds  f7a2cb5   markdown.tt: localize MarkDown Footnote syntax help
      adds  e750790   pl.po: updated
      adds  d2a1d87   navbar.tt: Display user name instead login name. Display login name, if no username.
      adds  9d9035b   edit.js: markdown headers - insert only one newline before and after header
      adds  fbfbc29   Formatter/Wiki.pm: fix for explicit links
      adds  f055a01   Remove login as option for recover pass Only allow email.
      adds  5139601   Revert "Remove login as option for recover pass"
      adds  db54aa8   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  3c5ebd2   edithelp.tt: more loc()
      adds  84a030c   pl.po: updated
      adds  3d27ffc   Merge branch 'master' of git://github.com/marcusramberg/mojomojo into mojomojo/master
      adds  6f09f00   Now text of admin link is {USER} || 'admin'
      adds  745220a   Unmark TODO test in formatter_wiki which is now passing due to commit fbfbc29a4d1b65eed93177f48f0fdbc420a7669b
      adds  2c5b6c9   Fix tests involving admin login the $person->name recently replaced $person->login as the name the link, thus breaking some tests.
      adds  9fe4384   Don't allow non-admin users to delete pages.
      adds  89f696e   Handling circular constraints with page delete.
      adds  9eeedca   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).
      adds  7e3ddab   lang files: updated
      adds  51f4f1b   pl.po: updated
      adds  56ddc42   script/update_po.sh: generate a little less warnings from yaml (only files with .yml extension are parsed by xgettext)
      adds  2cc63f1   en.po: update
      adds  a0266d4   Test non-admin user can NOT delete a page.
      adds  ab07ea3   Use populate instead of register in delete page test.
      adds  3068702   Merge branch 'master' of git://github.com/marcusramberg/mojomojo into mojomojo/master
      adds  1a5f5a4   Merge with mojomojo/master
      adds  3a868f1   Test permissions
      adds  60f0db0   tests permissions pass
      adds  0af422d   Delete the not necessary field
      adds  569e7c6   Same problem: there was too much data
      adds  0073656   Now Fast fix can be deleted :)
      adds  fd413ec   Oups, Anonymous can not use attachment
      adds  f62f4f6   Add role User to non_admin_user (permissions is based on user role)
      adds  32fda82   Delete formatter File/Dir
      adds  f1c5e19   First iteration of special pages
      adds  a58a9eb   Add File::Image formatter
      adds  5399937   use image in docbook file
      adds  d18236a   Add image controller tests
      adds  ec4200e   Update Jsrpc controller to work with C:P:A:Permission
      adds  19f6029   Update Schema test to work with C:P:A:Permission
      adds  0a7eb88   Test permissions
      adds  51c0e97   Delete the not necessary field
      adds  527f165   Add role User to non_admin_user (permissions is based on user role)
      adds  ea46fea   tests permissions pass
      adds  4d2ca21   Add Image controller used with dir/file formatters
      adds  bb6bfd9   Now Fast fix can be deleted :)
      adds  652e544   Add tiff image
      adds  b3e9689   Oups, Anonymous can not use attachment
      adds  6955da6   Merge branch 'master' of git://github.com/marcusramberg/mojomojo into mojomojo/master
      adds  4a65a7c   Delete all references to C:P:A:Permissions
      adds  1810a92   merge with mojomojo/master
      adds  672d119   Merge branch 'Formatter-File'
      adds  40fe8ab   Add formatter File and Dir
      adds  66b9908   Not use file test.xml, so it pass even docbook.xsl is not present
      adds  7c5d7e8   no html if dir is empty or no file
      adds  be9635e   Change separator in regex
      adds  9f73329   Rewrite tests: all pass
      adds  257fed0   Tests pass
      adds  260b977   typo
      adds  59ba91c   Fix uninitialized value
      adds  fc2db86   Create home node on registration
      adds  febf218   Reformat Changes
      adds  6077dba   Removed File::Slurp dependency
      adds  517dafb   Added a NoTabs test and some cosmetic changes
      adds  5cc6208   act on notabs test results
      adds  51000ec   Fix image testing URL to reflect default test setup i.e. that catalyst.png is located at /.static/catalyst.png
      adds  5b9e4ee   Default View::Email config updated
      adds  08dc7c1   Merge to trunk
      adds  a4a9941   Fixed minor CSS issues reported by Fried
      adds  e3fbafc   gallery - fixed browsing by tag
      adds  f2db08a   gallery browse by tag - fixed image info
      adds  bd35a66   .gitignore: ignore vim .swp files
      adds  c5d7ed2   wikilink: allow to link to any actions (link .profile, .gallery)
      adds  98526c4   gallery pager - also show link to gallery page
      adds  a550797   code - tabs to spaces
      adds  046a880   add / in front of stash->{path} - fixes http://github.com/marcusramberg/mojomojo/issues#issue/23
      adds  62aa7e3   jQuery.uri_for_static function; use $.uri_for_static in .js scripts
      adds  e0f4c1f   revert commit http://github.com/marcusramberg/mojomojo/commit/ec4200e81105ba7cda07f7903eff12bb4e189d65 (which stop working permission editor)
      adds  fabee2b   updated pl I18N
      adds  e0f0511   updated I18N pl.po
      adds  07bf1f6   update_po.sh: also check lib/MojoMojo.pm for loc()
      adds  4a981af   updated i18n files
      adds  c70f0ea   localize 'view'
      adds  12697ae   updated I18N files
      adds  5701f29   Order files and subdirectories returned by to_xhtml This predictable order is need by t/formatter_dir.t
      adds  0d1ca9e   Up subrequest dependency
      adds  952a9e0   Disable selenium tests by default
      adds  d56ed3f   Makefile.PL: added URI::Find required by MojoMojo::Formatter::Text
      adds  46a14fc   Merge branch 'master' of git at github.com:marcusramberg/mojomojo
      adds  7c9d64a   Make dir formatter use t/var for tempfiles
      adds  fbb4623   youtube: turn off precompilation in edit mode
      adds  3026b02   insert link/insert thumbnail - remove http://host from link
      adds  6f14449   Updated spanish i18n
      adds  0822362   es.po improvements
      adds  113c355   bump up max-width of container class
      adds  5e65029   Fix float
      adds  9f2b8c9   Adjust group_by criteria syntax to fix t/schema_DBIC_Tag.t
      adds  2f3e5fa   Remove rendundant config, bitch slap my dandv.
      adds  3683387   port email test, email.t to Email::Sender::Simple since Catalyst::View::Email switched ofer to Email::Sender. (lwsitu)
      adds  2f21cca   fixed "include page" syntax in toolbar
      adds  c18b7fb   Make tests work without Kate syntax highlighter plugin.
      adds  e6b3167   Make notabs tests optional
      adds  5de6e0e   Make format_toc.t tests optional
      adds  aa5b7c7   require HTML::Toc, make Test::NoTabs optional reduce version of Text::Multimarkdown required
      adds  30d92de   Bump verison, add min perl requirement.
      adds  94a843b   update changes
      adds  3b09c03   turn of 'x' bit for images.
      adds  c2cbe46   Refine POD so lintian is happy
      adds  d548ba1   More POD improvements
      adds  b8c3e9b   Pimp the POD
      adds  56d35d6   update changes
      adds  2d6b824   =head w/ no number is not POD
      adds  089e866   Make notabs test truly optional w/ no complaints
      adds  30500d8   restore Markdown dep to go good with Strawberries.
      adds  a09c0ac   remove crufted code
      adds  59450fc   more cruft removal
      adds  0c00688   whitespace
      adds  bfffb5e   clean up badly formatted string
      adds  349571e   get the copy right
      adds  a991795   whitespaced
      adds  c6c2481   Move some .pl files move towards 'lintian clean' state
      adds  b9812b3   remove unused javascript file
      adds  bf9cc2d   Bump DBD::SQLite version to 1.27 which uses newer unicode connection option.
      adds  450d00d   Add unicode connection string info
      adds  560a2e2   Deploy with unicode connection
      adds  f470572   remove use of UTF8Columns
      adds  0cf33cd   remove utf8_columns usage
      adds  61083cf   pass in unicode connection option
      adds  2ba27ad   Hook in MySQL table engine as InnoDB and CHARSET utf8
      adds  ef72a73   simplify db conf instructions (don't dumb them down)
      adds  404f250   add host to Pg connection string (more robust)
      adds  5ff5f6c   update changes
      adds  7d48809   root/base/admin/user.tt: localize 'yes/no'
      adds  01dd214   mojomojo_spawn_db.pl: get Wiki name from mojomojo.conf
      adds  e09564d   Merge branch 'master' of github.com:marcusramberg/mojomojo
      adds  7bae1ed   This commit is to be tagged 1.00
      adds  c6f43a8   Fix wantedpage to normalize paths
      adds  7217d41   Set unicode on for all supported dbs in config
      adds  ce21c81   Merge branch 'master' of github.com:marcusramberg/mojomojo
      adds  515670e   refine words
      adds  8b78c1d   whitespace format and tab removal
      adds  214965e   loosen up on paren tightness
      adds  f6cbb18   Update connect info instructions in Installation.pod
      adds  089e112   added Google Search Formatter
      adds  fc75767   Fixing :after pseudo-element for <q> tags.
      adds  b6b7e03   Update changes
      adds  3c2eb22   Add method POD
      adds  785b998   POD Coverage test is now run by default Add your sub PODs or Fail.
      adds  6e72f27   Update Changes
      adds  1ab8ffe   Restrict page delete to admin users only.
      adds  5f9fd4a   Formatter the MojoMojo.pm POD properly
      adds  edd6474   Format the MojoMojo.pm POD properly.
      adds  d85cc76   Utility scripts to import/export raw pages. Dump a page's markup content to STDOUT, or load it from a file.
      adds  c824315   Added sample DSNs for PostgreSQL and MySQL that were removed by commit 7217d417a3fbdef3ea706701065d5c982f5b51b3.
      adds  6bb78d3   removed the line, it's no need
      adds  42758fd   link to Wikipedia, more easy.
      adds  b872ce7   fixed POD
      adds  1356bf7   missed count of test
      adds  687fb9e   Update changes
      adds  902df1f   Update uri_for_static to default to uri_for('/.static',)
      adds  88c07aa   Really make the script give an informative message.
      adds  73ca5e2   Merge branch 'master' of github.com:marcusramberg/mojomojo
      adds  4bf4d7d   Revert "Merge branch 'master' of github.com:marcusramberg/mojomojo"
      adds  258f686   delete form moved
      adds  a8ff227   Put recent uri_for_static improvements back in place.
      adds  19107e7   Add back missing files/code from merge/revert snafu make wikipedialink.t use test database
      adds  8d7a38c   Document the last of the undocumented subs.
      adds  d5b61a7   Up version for release
      adds  1d2b0b7   Fix tagged descendants for postgresql
      adds  7a46a26   Fix root setting in config
      adds  76104a9   Speed up search results.
      adds  81edbc7   Use KinoSearch1 now instead of KinoSearch
      adds  158bf30   Bagged 1.02
      adds  bdc9c86   Fix header
      adds  c1ebf8a   add korean translation
      adds  fd4ff1d   added IDLink Formatter
      adds  c2b636d   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.
      adds  d50c287   Provide reason for failure
      adds  e312641   Add psgi script
      adds  9f99195   pick some cherry
      adds  74d0774   correct bug w/ tagged_descendants_by_date SQL adjust SQL to show popular and my tags only once.
      adds  0a2cdfa   Update Changes and VERSION
      adds  da3775a   Merge branch 'master' into cherry-test
      adds  a3c2183   PREPARE FOR RELEASE
      adds  52ffd6d   Perltidy to fix notabs errors
      adds  d7c6ffb   bump Email::Sender version to avoid alias and excludes option warnings in t/c/email.t
      adds  3985429   use non-deprecated DBIC search in two cases that didn't
      adds  12ca8d5   Kill tabs in test file
      adds  f19e6b4   Merge branch 'master' of github.com:marcusramberg/mojomojo
      adds  d0fe35f   Keep alphabetical order to Makefile.PL
      adds  88109b6   simplify .gitignore a teeny amout
      adds  1c4f9aa   Don't save when no change in content. This keeps rev# from incrementing and saves energy.
      adds  9a3783a   precompile does not need to be turned off in google calendar and IDLink formatters. Fix: The one in google calendar formatter was turning of precompile all together.
      adds  9781240   Amazon requires a secret key now to access it's API Make Amazon Formatter aware of that.  Refines tests a touch
      adds  e3788a5   Test that revisions do not increase when no diff in saved content.
      adds  39c6232   Correctly locate page to test in test db.
      adds  fb805ee   Update cha, cha, cha Changes.
      adds  d2bb2db   added Gist Formatter
      adds  74c9f56   Merge branch 'formatter_gist' of https://github.com/bayashi/mojomojo into bayashi-formatter_gist
      adds  b0046a7   Update scripts
      adds  1101d70   Update Changes
      adds  93c8453   Acknowledge google calendar formatter author
      adds  c8b0ba7   configure_requires File::Copy::Recursvie since its needed to run Makefile.PL Thanks to <miyagawa> for pointing this out.
      adds  0e417ab   Prepare for release
      adds  66c225a   Update version number
      adds  e0354df   Prevent search engines from crawling .inline pages
      adds  fdb0843   Merge branch 'master' of github.com:marcusramberg/mojomojo
      adds  d3b9353   Unify Methods POD
      adds  53df3b0   Updated ".gitignore" file for "MYMETA.yml".
      adds  6224a3b   Merge pull request #79 from kraih/patch-1
      adds  e687be3   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.
      adds  5f75c12   setup dotcloud
      adds  1fc3606   Add two PNG logos
      adds  bb78616   Re-added POD that was removed by stupid revert commit  4bf4d7df3098357766b5
      adds  5fb9183   Allow only logged-in users to export, to alleviate issue #39
      adds  ae74e6b   Add 'rel=nofollow' to the last jsrpc/diff link that didn't have one
      adds  df1057d   Check input for gallery pages (be numeric) and jsrpc/diff (page must exist). Fixes issue #83.
      adds  fd1abc0   Minor cosmetic fixes
      adds  1016ccc   Prepare work on issue #87: move page deletion to the model
      adds  e51f3cd   Script to delete inactive users and their page revisions, useful to clear spam
      adds  7966beb   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
      adds  a1278dd   Cosmetic changes to C::Admin, C::User
      adds  2a0ba94   Fix issue #88: replicate the navbar at /.users to the bottom of the page
      adds  03826d2   Support timezone for logged in user
      adds  5e4d7ee   Merge pull request #93 from keedi/master
      adds  dfed2bc   pref('enforce_login') redirects to $requested_path.login rather than /.login
      adds  b9ec7ac   Merge pull request #84 from f00li5h/patch-1
      adds  ed27232   Fix page delete test after restricting actions to existing pages
      adds  e086254   Fix error page check to test unknown action on known page
      adds  c843fa2   Doc tweaks
      adds  755f2e6   Fix broken tests, add canonical
      adds  255bd2f   Update timestamp
      adds  a2d1221   Cosmetic: remove spurious whitespace
      adds  8dc884f   Nofollow revision history
      adds  ea923c8   Fix lib path for delete_inactive_users.pl
      adds  7068600   Simple yet effective registration antispam measure: signup question
      adds  be45287   Fix erroneous quote
      adds  c4d1402   Use SHA. Closes #100
      adds  6ef3946   Update link to MMD syntax
      adds  f52d294   Update to recent subrequest
      adds  2cf3550   Fix test bug, release preps
      adds  298f5cb   Mark as unicode
      adds  afa53db   Update changes
      adds  964b335   spelling/grammar to keep debian qa tools happy :)
      adds  386b9f5   Fix to work with Email-Sender >= 0.120000
      adds  9a09660   Fix $mech->post vs. ->post_ok confusion
      adds  2af3dca   Merge pull request #109 from iarnell/github108
      adds  c8da105   Prepare to release 1.07
      adds  ac6162a   Minor whitespace fix
      adds  65cf1a7   Point to the new GitHub location (fix RT 81306)
      adds  91295d6   Prepare to release 1.08
      adds  4e28cea   Add explicit return 0 to avoid controller actions being run
      adds  ad14894   * encoding utf8 * unescaped slash * =item followed by number
      adds  02d7841   Merge pull request #112 from andk/master
      adds  32d8714   Sort query params in Google Formatter to fix hash ordering. Closes #113
      adds  092d093   Fix redirect for set_lang, closes #95
      adds  2e78041   Fix inline 404s for include. Closes #81
      adds  c51e9e3   Add ^ to kate config, closes #71
      adds  e05ba6f   Add support for content body in RSS. Closes #68
      adds  f67befb   Prepare for release
      adds  6fbe5b6   content, not summary, stupid.
      adds  3b62fc5   Set admin created users as enabled by default. Closes #90
      adds  97eab91   allow the most obvious answer to be correct
      adds  366d38c   update Changes
      adds  ab999e8   Add travis.yml
      adds  6c0bed0   Applied patch to use PSGI Engine, closes #123
      adds  d78d3b1   Prepare to release 1.11
      adds  505a9fe   Splitting the initial '(?' is deprecated in regex
      adds  46bcb96   Merge pull request #120 from sauber/master
      adds  91f90e7   some new german translation strings
      adds  1952f30   Merge pull request #124 from simonaw/master
      adds  a4afb24   ignore unknown catalyst_par_script function
      adds  6a43d6c   Corrected failing test http://mojomojo.org ne http://mojojomo.org/
      adds  f321ea9   sane config for testing with SQLite
      adds  f75d131   adjusted travis config to make it work!
      adds  a150e0e   commented out some boogus tests, need to investigate
      adds  baf486a   Let's see what this brings up...
      adds  730cb0b   make travis pass the tests
      adds  e4868dc   Adjusted Perl versions for Travis
      adds  87c241f   Merge pull request #125 from simonaw/master
      adds  71c77fc   Corrected Travis Build Status Image to point to the original repo
      adds  6e40491   Stop DBIC from complaining about non-integers passed to find()
      adds  6893244   clean tests. DBIC complains if passed undef values to find
      adds  8c8f0f0   Re-enabled the wikilinks unicode test, removed explicit decode utf8 calls
      adds  8733383   Merge pull request #126 from simonaw/master
      adds  7aeed96   We need UTF8 decode _and_ encode for Escape::uri_unescape
      adds  aadec92   Merge pull request #127 from simonaw/master
      adds  4f32eee   Stop Google from crawling the print version of a page
      adds  2dd932b   Fix deprecation warning for left curly braces in regular expressions
      adds  2c4f24a   Merge pull request #140 from doyleyoung/regex_left_curly
      adds  6d248ec   Unbreak unicode.t with newer Catalyst versions
      adds  e6ad856   Merge pull request #141 from ntyni/master
      adds  abc32f6   Protocol-independent Google search
      adds  84bc3e5   Merge pull request #142 from mojomojo/https-compliance
      adds  9d7004f   Added Gitter badge
      adds  d77fc5b   Merge pull request #132 from gitter-badger/gitter-badge
      adds  7440c68   Fix potential security issue with $c->req->param in array context
      adds  815fdbb   Merge pull request #130 from tdelmas/master
      adds  8436450   Disallow crawling the .inline version of pages
      adds  2587ffa   Minor Fixes
      adds  7d8157b   Merge pull request #144 from simonaw/master
      adds  0d581cd   Update Changes
      adds  dc23ef8   introduced prism.js syntax highlighter
      adds  e21439f   make the tests pass again
      adds  ca5b15c   Merge pull request #145 from simonaw/master
      adds  0170b47   Update Changes
      adds  718e57c   Prepare to use git ship flow
      adds  f9c024f   Prepare for 1.12
      adds  008f921   Add missing entries from changelog
      adds  7a57df6   Apparently unicode plugin breaks unicode in recent catalysts
      adds  593a514   Prepare release
      adds  2350efe   New upstream version 1.12+dfsg
       new  682ca98   Update upstream source from tag 'upstream/1.12+dfsg'
       new  aa8f3cf   Update debian/changelog
       new  9d419a8   fix version
       new  bf4769a   Drop (build) dependency on libcatalyst-plugin-unicode-perl.
       new  454e2ef   Drop patches, both applied or taken from upstream.
       new  bc54db8   Handle new third-party Javascript files.
       new  83d045d   Add another third-party file to debian/copyright.
       new  f1a6a2c   Update years of packaging copyright.
       new  70078fa   Declare compliance with Debian Policy 4.1.3.
       new  de8aa90   Drop some unneeded version constraints from (build) dependencies.
       new  47dd3b3   Bump debhelper compatibility level to 10.
       new  469f8b1   Add a patch to fix spelling issues in the POD.
       new  55c1b3b   drop "Testsuite: autopkgtest-pkg-perl"
       new  0f76c63   releasing package libmojomojo-perl version 1.12+dfsg-1

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            |   4 +
 MANIFEST                                           |  15 +-
 META.yml                                           |   6 +-
 MYMETA.json                                        | 147 ++++
 META.yml => MYMETA.yml                             | 103 +--
 Makefile.PL                                        |   2 +-
 README.md                                          |  14 +
 debian/changelog                                   |  16 +-
 debian/compat                                      |   2 +-
 debian/control                                     |  13 +-
 debian/copyright                                   |   9 +-
 debian/libmojomojo-perl.lintian-overrides          |   1 -
 debian/missing-sources/prism.js                    | 884 +++++++++++++++++++++
 ...ak-unicode.t-with-newer-Catalyst-versions.patch |  34 -
 ..._left_curly_braces_in_regular_expressions.patch | 123 ---
 debian/patches/series                              |   3 +-
 debian/patches/spelling.patch                      |  71 ++
 debian/source.lintian-overrides                    |   6 +
 inc/Module/AutoInstall.pm                          |   4 +-
 inc/Module/Install.pm                              |  35 +-
 inc/Module/Install/AutoInstall.pm                  |   2 +-
 inc/Module/Install/Base.pm                         |   2 +-
 inc/Module/Install/Can.pm                          |  13 +-
 inc/Module/Install/Fetch.pm                        |   2 +-
 inc/Module/Install/Include.pm                      |   2 +-
 inc/Module/Install/Makefile.pm                     |   2 +-
 inc/Module/Install/Metadata.pm                     |   2 +-
 inc/Module/Install/Scripts.pm                      |   2 +-
 inc/Module/Install/Win32.pm                        |   2 +-
 inc/Module/Install/WriteAll.pm                     |   2 +-
 lib/MojoMojo.pm                                    |   3 +-
 lib/MojoMojo/Controller/Comment.pm                 |   2 +-
 lib/MojoMojo/Controller/Jsrpc.pm                   |   2 +
 lib/MojoMojo/Declaw.pm                             |   6 +-
 lib/MojoMojo/Formatter.pm                          |   2 +-
 lib/MojoMojo/Formatter/CPANHyperlink.pm            |   2 +-
 lib/MojoMojo/Formatter/Dir.pm                      |   2 +-
 lib/MojoMojo/Formatter/File.pm                     |   2 +-
 lib/MojoMojo/Formatter/Markdown.pm                 |  21 +
 lib/MojoMojo/Formatter/TOC.pm                      |   2 +-
 lib/MojoMojo/Schema/ResultSet/Page.pm              |   4 +-
 resources/logo/LinkedIn_logo.png                   | Bin 0 -> 1356 bytes
 resources/logo/logo64x64.png                       | Bin 0 -> 1674 bytes
 root/base/header.tt                                |   2 +
 root/base/navbar.tt                                |   2 +-
 root/base/page/bottomnav.tt                        |   2 +-
 root/static/css/prism.css                          | 139 ++++
 root/static/js/prism.js                            |   8 +
 root/static/js/wiki.js                             |   1 +
 root/static/robots.txt                             |   1 +
 script/util/delete_inactive_users.pl               |  91 +++
 t/formatter_file.t                                 |   2 +-
 t/formatter_rss.t                                  |   2 +-
 t/lib/MojoMojoTestSchema.pm                        |   1 +
 t/var/mojomojo.yml                                 |  31 -
 55 files changed, 1536 insertions(+), 317 deletions(-)
 create mode 100644 MYMETA.json
 copy META.yml => MYMETA.yml (54%)
 create mode 100644 README.md
 create mode 100644 debian/missing-sources/prism.js
 delete mode 100644 debian/patches/0001-Unbreak-unicode.t-with-newer-Catalyst-versions.patch
 delete mode 100644 debian/patches/fix_deprecation_warning_for_left_curly_braces_in_regular_expressions.patch
 create mode 100644 debian/patches/spelling.patch
 create mode 100644 debian/source.lintian-overrides
 create mode 100644 resources/logo/LinkedIn_logo.png
 create mode 100644 resources/logo/logo64x64.png
 create mode 100644 root/static/css/prism.css
 create mode 100644 root/static/js/prism.js
 create mode 100644 script/util/delete_inactive_users.pl
 delete mode 100644 t/var/mojomojo.yml

-- 
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