Revision history for Perl extension App::Office::CMS.
0.93 2017-10-30T14:12:00
-
No code changes.
-
Adopt new repo structure. See
-
Rename CHANGES to Changes as per CPAN::Spec::Changes.
-
Replace /usr/bin/perl with /usr/bin/env perl.
-
Replace common::sense with use strict and use warnings, to get uninit var warnings.
-
Rename scripts/schema.sh to scripts/plot.schema.sh.
-
Siwtch from Any::Moose to Moo.
-
Add Plack::Middleware::ContentLength to *.psgi.
-
Change log table message type from varchar(255) to text.
-
Add scripts/pod2html.sh.
-
Update the docs in various small ways.
-
Reformat dates in this file.
-
This update was prompted by Father Chrysostomos. See RT#123446. With thanx.
0.92 2010-12-09T13:45:00
-
Fix bug where we delete a page and none of the remaining pages are flagged as a home page.
The code crashed with the message: Null in page_id violates non-null constraint.
Now, if we can't find a home page, we set the 'current' page to the first daughter of the
(fake) root node in the page menu tree.
0.91 2010-12-07T12:45:00
-
Replace Log::Dispatch with Log::Handler. Speed is not everything, but Log::Handler is faster.
-
In .htoffice.csm.conf, change min_log_level to emergency, and add max_log_level as debug.
See Log::Handler for details.
-
Replace CGI::Session with Data::Session.
-
Add pg_bytea and pg_text to .htoffice.cms.conf, for use by Data::Session.
-
Investigate 3 rich text editors: YUI's editor, TinyMCE and CKEditor. I could not get any working
properly with AJAX.
-
Rename content form fields from head and body to head_text and body_text, in case one of those words
is reserved in the same way form is reserved in IE. Also, this makes them easier to search for.
0.90 2010-11-01T13:20:00
-
Original version.