ClearPress 393 Deleted
Files
- Build.PL
- Changes
- LICENSE
- MANIFEST
- MANIFEST.SKIP
- META.yml
- Makefile
- README
- bin/clearpress
- cgi-bin/application
- cgi-bin/login
- cgi-bin/logout
- examples/GrandKids/bin/GrandKids
- examples/GrandKids/cgi-bin/GrandKids
- examples/GrandKids/config.layout
- examples/GrandKids/data/config.ini
- examples/GrandKids/data/schema/child.mysql
- examples/GrandKids/data/schema/family.mysql
- examples/GrandKids/data/templates/actions.tt2
- examples/GrandKids/data/templates/child_add.tt2
- examples/GrandKids/data/templates/child_create.tt2
- examples/GrandKids/data/templates/child_edit.tt2
- examples/GrandKids/data/templates/child_list.tt2
- examples/GrandKids/data/templates/child_read.tt2
- examples/GrandKids/data/templates/child_update.tt2
- examples/GrandKids/data/templates/family_add.tt2
- examples/GrandKids/data/templates/family_create.tt2
- examples/GrandKids/data/templates/family_edit.tt2
- examples/GrandKids/data/templates/family_list.tt2
- examples/GrandKids/data/templates/family_read.tt2
- examples/GrandKids/data/templates/family_update.tt2
- examples/GrandKids/data/templates/warnings.tt2
- examples/GrandKids/htdocs/GrandKids.css
- examples/GrandKids/lib/GrandKids/model/child.pm
- examples/GrandKids/lib/GrandKids/model/family.pm
- examples/GrandKids/lib/GrandKids/util.pm
- examples/GrandKids/lib/GrandKids/view/child.pm
- examples/GrandKids/lib/GrandKids/view/error.pm
- examples/GrandKids/lib/GrandKids/view/family.pm
- lib/ClearPress.pm
- lib/ClearPress/#model.pm#
- lib/ClearPress/authdecor.pm
- lib/ClearPress/authenticator.pm
- lib/ClearPress/authenticator/db.pm
- lib/ClearPress/authenticator/ldap.pm
- lib/ClearPress/authenticator/passwd.pm
- lib/ClearPress/authenticator/session.pm
- lib/ClearPress/controller.pm
- lib/ClearPress/decorator.pm
- lib/ClearPress/driver.pm
- lib/ClearPress/driver/Pg.pm
- lib/ClearPress/driver/SQLite.pm
- lib/ClearPress/driver/mysql.pm
- lib/ClearPress/model.pm
- lib/ClearPress/util.pm
- lib/ClearPress/view.pm
- lib/ClearPress/view/error.pm
- t/00-critic.t
- t/00-distribution.t
- t/00-pod.t
- t/00-podcoverage.t
- t/10-model-deprecated.t
- t/10-model.t
- t/20-view-error.t
- t/20-view.t
- t/30-controller-requests.t
- t/30-controller.t
- t/30-decorator.t
- t/30-util-singleton.t
- t/30-util.t
- t/40-driver-mysql-tables.t
- t/40-driver-mysql.t
- t/40-driver-sqlite.t
- t/40-driver.t
- t/50-clearpress.t
- t/60-authenticator-db-sha1.t
- t/60-authenticator-db.t
- t/60-authenticator-ldap.t
- t/60-authenticator-passwd.t
- t/60-authenticator-session.t
- t/60-authenticator.t
- t/Net/LDAP.pm
- t/data/config.ini
- t/data/rendered/derived_create.html
- t/data/rendered/derived_list.ajax
- t/data/rendered/derived_list.html
- t/data/rendered/derived_list.js
- t/data/rendered/derived_list.xml
- t/data/rendered/derived_update.html
- t/data/rendered/footer-1.frag
- t/data/rendered/header-1.frag
- t/data/rendered/header-2.frag
- t/data/rendered/view-error-read-tt.html
- t/data/rendered/view-error-read.html
- t/data/rendered/view-error-read.xml
- t/data/templates/actions.tt2
- t/data/templates/cache.tt2
- t/data/templates/derived_create.tt2
- t/data/templates/derived_list.tt2
- t/data/templates/derived_list_ajax.tt2
- t/data/templates/derived_list_json.tt2
- t/data/templates/derived_list_xml.tt2
- t/data/templates/derived_update_xml.tt2
- t/data/templates/view_update.tt2
- t/data/templates/warnings.tt2
- t/dbh.pm
- t/model.pm
- t/model/attribute.pm
- t/model/derived.pm
- t/model/derived_attr.pm
- t/model/derived_child.pm
- t/model/derived_parent.pm
- t/model/derived_status.pm
- t/model/status.pm
- t/request.pm
- t/user/admin.pm
- t/user/basic.pm
- t/util.pm
- t/view/derived.pm
- t/view/error.pm