Changes for version 2.111
- Fixes : Fixed typo in edit form template Fixed extra html filter in link macro in factory templates Fixed typo in _do_update_or_create (bug 26495) fix to display_line macro in factory templates (bug 22920) fixed template path with array refs fixed redirect_request fixed db_colinfo.t test when no mysql
Documentation
The Maypole Manual
Introduction to Maypole
The Beer Database, Twice
The Maypole iBuySpy Portal
Maypole Cookbook
Flox: A Free Social Networking Site
structure of a Maypole application
installing Maypole
Maypole Model Classes
the Maypole Plugin API
Maypole's Standard Templates and Actions
Maypole View Classes
Maypole's Request Workflow
Modules
Apache front-end to Maypole
CGI-based front-end to Maypole
Use instead of CGI::Untaint. Based on CGI::Untaint
MVC web application framework
Universal Maypole Frontend
Command line interface to Maypole for testing and debugging
Maypole Configuration Class
Maypole predefined constants
Convenience wrapper around HTTP::Headers
Base class for model classes
Model class based on Class::DBI
Produce HTML form elements for database columns
Validate form input and populate Model objects
Class::DBI model without ::Loader
Session related functionality for maypole
Base class for view classes
A Template Toolkit view class for Maypole
Provides
in ex/BeerDB.pm
in ex/fancy_example/BeerDB.pm
in ex/BeerDB/Base.pm
in ex/fancy_example/BeerDB/Base.pm
in ex/BeerDB/Beer.pm
in ex/fancy_example/BeerDB/Beer.pm
in ex/fancy_example/BeerDB/Brewery.pm
in ex/fancy_example/BeerDB/Drinker.pm
Examples
- ex/beerdb.sql
- ex/fancy_example/beerdb.sql
- ex/fancy_example/templates/custom/addnew
- ex/fancy_example/templates/custom/display_inputs
- ex/fancy_example/templates/custom/display_search_inputs
- ex/fancy_example/templates/custom/edit
- ex/fancy_example/templates/custom/header
- ex/fancy_example/templates/custom/maypole.css
- ex/fancy_example/templates/custom/metadata
- ex/fancy_example/templates/custom/search_form
Other files
- AUTHORS
- Changes
- MANIFEST
- META.yml
- Makefile.PL
- README
- lib/Maypole/templates/factory/addnew
- lib/Maypole/templates/factory/edit
- lib/Maypole/templates/factory/frontpage
- lib/Maypole/templates/factory/macros
- lib/Maypole/templates/factory/navbar
- lib/Maypole/templates/factory/pager
- lib/Maypole/templates/factory/view