GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MojoMojo::Schema::Result::Content(3) User Contributed Perl Documentation MojoMojo::Schema::Result::Content(3)

MojoMojo::Schema::Result::Content - Versioned page content

This table stores the actual page content; in other words, it's a table of page versions (revisions). It has a composite primary key "(page, version)", where "page" is the id of a page, and "version" is its version number. Each version has a content "body", a "status" ("released" or "removed"), and a "release_date". Revisions that have been replaced by a newer revision have a "remove_date" and a "comments" set to "Replaced by version x.".

The "type", "abstract" and "precompiled" columns are for future use.

"created" is essentially equal to "release_date" (there can be a 1-second difference), and is used externally by other modules and in templates. "release_date" and "remove_date" are used internally.

References MojoMojo::Schema::Result::Page.

References MojoMojo::Schema::Result::Person.

Returns an HTML string highlighting the changes between this version and the previous version. The changes are in "<span>" or "<div>" tags with the class "fade".

Compare this content version to <old_content>, using Algorithm::Diff. Sets a "diffins" CSS class for added lines, and a "diffdel" CSS class for deleted lines. The "<ins>" and "<del>" HTML tags are also used.

Return the content after being run through MojoMojo::Formatter::*.

Show the merge conflict of the content for two different edit sessions of the same page.

Return the highest numbered revision.

Return the previous version of this content, or undef for the first version.

Return the publishing date of this version in a format suitable for RSS 2.0.
Extract and store all links and wanted paged from a given content version.

Encode content body using numeric entities.

Marcus Ramberg <mramberg@cpan.org>

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
2016-12-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.