[Jifty-commit] r2511 - in jifty/trunk: lib

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jan 16 23:54:03 EST 2007


Author: jesse
Date: Tue Jan 16 23:54:03 2007
New Revision: 2511

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/Changelog
   jifty/trunk/MANIFEST
   jifty/trunk/META.yml
   jifty/trunk/SIGNATURE
   jifty/trunk/lib/Jifty.pm

Log:
 r21019 at hualien:  jesse | 2007-01-16 23:53:31 -0500
  0.70116 release


Modified: jifty/trunk/Changelog
==============================================================================
--- jifty/trunk/Changelog	(original)
+++ jifty/trunk/Changelog	Tue Jan 16 23:54:03 2007
@@ -1,4 +1,4 @@
-Jifty 0.61210
+Jifty 0.70116
 
    New authors
      * Add yves in authors, for localisation, debian packaging -yves

Modified: jifty/trunk/MANIFEST
==============================================================================
--- jifty/trunk/MANIFEST	(original)
+++ jifty/trunk/MANIFEST	Tue Jan 16 23:54:03 2007
@@ -14,6 +14,7 @@
 doc/building_a_par
 doc/client_side_continuations
 doc/command_naming
+doc/declarative-test-design
 doc/edit-in-place
 doc/examples/CounterDemo/bin/jifty
 doc/examples/CounterDemo/etc/config.yml
@@ -23,6 +24,7 @@
 doc/jifty-action-record-search
 doc/jifty-dispatcher.graffle
 doc/jifty-dispatcher.svg
+doc/jifty-plugins-2.0
 doc/jifty-web-form-etc
 doc/packaging
 doc/plugin-requirements
@@ -53,6 +55,15 @@
 examples/Clock/Makefile.PL
 examples/Clock/share/web/templates/fragments/time
 examples/Clock/share/web/templates/index.html
+examples/MyWeblog/bin/jifty
+examples/MyWeblog/etc/config.yml
+examples/MyWeblog/lib/MyWeblog/Model/Post.pm
+examples/MyWeblog/Makefile.PL
+examples/MyWeblog/share/web/templates/_elements/nav
+examples/MyWeblog/share/web/templates/fragments/page_of_posts
+examples/MyWeblog/share/web/templates/index.html
+examples/MyWeblog/share/web/templates/post
+examples/MyWeblog/t/00-model-Post.t
 examples/Ping/bin/jifty
 examples/Ping/etc/config.yml
 examples/Ping/lib/Ping/Action/AddPing.pm
@@ -194,6 +205,39 @@
 MANIFEST			This list of files
 MANIFEST.SKIP
 META.yml
+plugins/AuthCASLogin/debian/changelog
+plugins/AuthCASLogin/debian/compat
+plugins/AuthCASLogin/debian/control
+plugins/AuthCASLogin/debian/copyright
+plugins/AuthCASLogin/debian/files
+plugins/AuthCASLogin/debian/rules
+plugins/AuthCASLogin/lib/Jifty/Plugin/AuthCASLogin.pm
+plugins/AuthCASLogin/lib/Jifty/Plugin/AuthCASLogin/Action/CASLogin.pm
+plugins/AuthCASLogin/lib/Jifty/Plugin/AuthCASLogin/Action/CASLogout.pm
+plugins/AuthCASLogin/lib/Jifty/Plugin/AuthCASLogin/Dispatcher.pm
+plugins/AuthCASLogin/Makefile.PL
+plugins/AuthCASLogin/MANIFEST
+plugins/AuthCASLogin/share/web/templates/caslogin
+plugins/AuthCASLogin/share/web/templates/caslogout
+plugins/AuthCASLogin/t/00-load.t
+plugins/AuthCASOnly/debian/changelog
+plugins/AuthCASOnly/debian/compat
+plugins/AuthCASOnly/debian/control
+plugins/AuthCASOnly/debian/copyright
+plugins/AuthCASOnly/debian/files
+plugins/AuthCASOnly/debian/rules
+plugins/AuthCASOnly/lib/Jifty/Plugin/AuthCASOnly.pm
+plugins/AuthCASOnly/lib/Jifty/Plugin/AuthCASOnly/Action/CASLogin.pm
+plugins/AuthCASOnly/lib/Jifty/Plugin/AuthCASOnly/Action/CASLogout.pm
+plugins/AuthCASOnly/lib/Jifty/Plugin/AuthCASOnly/CurrentUser.pm
+plugins/AuthCASOnly/lib/Jifty/Plugin/AuthCASOnly/Dispatcher.pm
+plugins/AuthCASOnly/lib/Jifty/Plugin/AuthCASOnly/Model/CASUser.pm
+plugins/AuthCASOnly/Makefile.PL
+plugins/AuthCASOnly/MANIFEST
+plugins/AuthCASOnly/META.yml
+plugins/AuthCASOnly/share/web/templates/caslogin
+plugins/AuthCASOnly/share/web/templates/caslogout
+plugins/AuthCASOnly/t/00-load.t
 plugins/AuthLDAPLogin/debian/changelog
 plugins/AuthLDAPLogin/debian/compat
 plugins/AuthLDAPLogin/debian/control
@@ -209,6 +253,7 @@
 plugins/AuthLDAPLogin/share/po/fr.po
 plugins/AuthLDAPLogin/share/web/templates/ldaplogin
 plugins/AuthLDAPLogin/share/web/templates/ldaplogout
+plugins/AuthLDAPLogin/t/00-load.t
 plugins/AuthLDAPOnly/debian/changelog
 plugins/AuthLDAPOnly/debian/compat
 plugins/AuthLDAPOnly/debian/control
@@ -226,6 +271,16 @@
 plugins/AuthLDAPOnly/share/po/fr.po
 plugins/AuthLDAPOnly/share/web/templates/ldaplogin
 plugins/AuthLDAPOnly/share/web/templates/ldaplogout
+plugins/AuthLDAPOnly/t/00-load.t
+plugins/AuthzLDAP/lib/Jifty/Plugin/AuthzLDAP.pm
+plugins/AuthzLDAP/lib/Jifty/Plugin/AuthzLDAP/Action/LDAPValidate.pm
+plugins/AuthzLDAP/lib/Jifty/Plugin/AuthzLDAP/Model/LDAPFilter.pm
+plugins/AuthzLDAP/Makefile.PL
+plugins/AuthzLDAP/MANIFEST
+plugins/AuthzLDAP/share/po/en.po
+plugins/AuthzLDAP/share/po/fr.po
+plugins/AuthzLDAP/share/web/templates/error/AccessDenied
+plugins/AuthzLDAP/t/00-load.t
 plugins/EditInPlace/debian/changelog
 plugins/EditInPlace/debian/compat
 plugins/EditInPlace/debian/control
@@ -314,6 +369,8 @@
 share/po/en.po
 share/po/fr.po
 share/po/ja.po
+share/po/zh_cn.po
+share/po/zh_tw.po
 share/web/static/css/app-base.css
 share/web/static/css/app.css
 share/web/static/css/autocomplete.css
@@ -329,7 +386,11 @@
 share/web/static/css/nav.css
 share/web/static/css/notices.css
 share/web/static/css/yui/calendar/calendar.css
+share/web/static/css/yui/tabview/border_tabs.css
+share/web/static/css/yui/tabview/tabs.css
 share/web/static/favicon.ico
+share/web/static/images/css/bullet_arrow_down.png
+share/web/static/images/css/bullet_arrow_up.png
 share/web/static/images/css/fieldbg-autocomplete.gif
 share/web/static/images/css/fieldbg.gif
 share/web/static/images/pony.jpg
@@ -384,13 +445,16 @@
 share/web/static/js/scriptaculous/unittest.js
 share/web/static/js/setup_jsan.js
 share/web/static/js/yui/calendar.js
+share/web/static/js/yui/container.js
 share/web/static/js/yui/dom.js
 share/web/static/js/yui/event.js
+share/web/static/js/yui/tabview.js
 share/web/static/js/yui/yahoo.js
 share/web/templates/=/subs
 share/web/templates/__jifty/admin/_elements/nav
 share/web/templates/__jifty/admin/action/dhandler
 share/web/templates/__jifty/admin/autohandler
+share/web/templates/__jifty/admin/fragments/list/header
 share/web/templates/__jifty/admin/fragments/list/list
 share/web/templates/__jifty/admin/fragments/list/new_item
 share/web/templates/__jifty/admin/fragments/list/search
@@ -414,6 +478,7 @@
 share/web/templates/__jifty/online_docs/index.html
 share/web/templates/__jifty/online_docs/toc.html
 share/web/templates/__jifty/validator.xml
+share/web/templates/__jifty/webservices/json
 share/web/templates/__jifty/webservices/xml
 share/web/templates/__jifty/webservices/yaml
 share/web/templates/_elements/header
@@ -488,6 +553,7 @@
 t/TestApp-Plugin-REST/t/02-basic-use.t
 t/TestApp/bin/jifty
 t/TestApp/lib/TestApp/Action/DoSomething.pm
+t/TestApp/lib/TestApp/Action/DoSomethingElse.pm
 t/TestApp/lib/TestApp/CurrentUser.pm
 t/TestApp/lib/TestApp/Dispatcher.pm
 t/TestApp/lib/TestApp/Model/User.pm
@@ -495,6 +561,7 @@
 t/TestApp/share/web/templates/currentuser
 t/TestApp/share/web/templates/dispatch/basic
 t/TestApp/share/web/templates/dispatch/basic-show
+t/TestApp/share/web/templates/dosomethingelse
 t/TestApp/share/web/templates/editform
 t/TestApp/share/web/templates/index.html
 t/TestApp/share/web/templates/manual_redirect

Modified: jifty/trunk/META.yml
==============================================================================
--- jifty/trunk/META.yml	(original)
+++ jifty/trunk/META.yml	Tue Jan 16 23:54:03 2007
@@ -46,6 +46,7 @@
   Crypt::Rijndael: 0
   DBD::SQLite: 1.11
   Data::Page: 0
+  Data::UUID: 0
   Date::Manip: 0
   DateTime: 0
   Email::Folder: 0
@@ -66,7 +67,7 @@
   HTML::Mason::Plugin: 0
   HTTP::Cookies: 0
   HTTP::Date: 0
-  HTTP::Server::Simple: 0.20
+  HTTP::Server::Simple: 0.26
   HTTP::Server::Simple::Recorder: 0
   Hash::Merge: 0
   Hook::LexWrap: 0
@@ -79,7 +80,7 @@
   Log::Log4perl: 0
   MIME::Types: 0
   Module::CoreList: 0
-  Module::Pluggable: 2.95
+  Module::Pluggable: 3.1
   Module::Refresh: 0
   Module::ScanDeps: 0
   Object::Declare: 0.13
@@ -99,4 +100,4 @@
   perl: 5.8.3
   version: 0
 tests: t/*.t t/*/t/*.t
-version: 0.61210
+version: 0.70116

Modified: jifty/trunk/SIGNATURE
==============================================================================
--- jifty/trunk/SIGNATURE	(original)
+++ jifty/trunk/SIGNATURE	Tue Jan 16 23:54:03 2007
@@ -1,12 +1,12 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.55.
+signed via the Module::Signature module, version 0.41.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
 
     % cpansign -v
 
-It will check each file's integrity, as well as the signature's
+It would check each file's integrity, as well as the signature's
 validity.  If "==> Signature verified OK! <==" is not displayed,
 the distribution may already have been compromised, and you should
 not run its Makefile.PL or Build.PL.
@@ -14,27 +14,28 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 10df8465178ee4359a4e9fcc422b46ab71d58a84 AUTHORS
-SHA1 6c1a50431bc00dc1318c0b3028abd9b9a085e40a Changelog
-SHA1 946a85172e5d1e2cf2f6429d129c2ae9fbb01bfb MANIFEST
+SHA1 ef933bd94b1e449d781c19e74a92412f08e602c5 AUTHORS
+SHA1 046bbc463dbd822d5bc569539c61d62f21ae8120 Changelog
+SHA1 8c31edaf5f07a1bae38d787bbdf2d79bb17d6f7c MANIFEST
 SHA1 d4adbf5948041cd460da5cb7ad21394a790e2022 MANIFEST.SKIP
-SHA1 36ccd12475424c53cdc7ff973530f627cb8b85bc META.yml
-SHA1 9c6201f3005f0e9aa64f63ca0700287ceaccce1e Makefile.PL
+SHA1 bc809c923280f9f93f03f17cbe1fadecd40895ba META.yml
+SHA1 4e462de2abe86989f5a61fb61844357a4068c727 Makefile.PL
 SHA1 e395a2eabaf8faf8266dedc664c1eb52c6c589cf README
 SHA1 aaf8f7a1025fc97077072672f325e2a5f3c03a41 bin/build_par
-SHA1 a7dc1f376cac630ea28d2965e561469deb951cc7 bin/jifty
+SHA1 f7f44f9a7337def0c97f981073e3ed970851d9ae bin/jifty
 SHA1 bc5d0dc181bffe0694e5282c2d2336eaec5a06ff bin/runcover
 SHA1 9a91a81e3db1a12368153fed9e504aad492cd971 bin/service
 SHA1 543a2677f66d3c8ca671b790509b6c1721ac6270 bin/xgettext
-SHA1 8edffb6f99764e5e1573cb282e10ec87f235e005 debian/README
-SHA1 d65b5167aa99f6fad21a4bb2792ae4942906aaad debian/changelog
+SHA1 1c042485ba8a21f0f124dd8ed412d43d3805430e debian/README
+SHA1 43b4786695f70ebd8ee74aac9e7eb270b4641b63 debian/changelog
 SHA1 5d9474c0309b7ca09a182d888f73b37a8fe1362c debian/compat
-SHA1 060869e5b4a32458e9a36f115789afea1682abc9 debian/control
+SHA1 73f845d1185d0d977dd5bea3f046a0ae53451363 debian/control
 SHA1 8fc130ffa6d53c47d94eab1616887c511d54d61f debian/rules
 SHA1 b8bb315ef8fbdd2f069b6339ad0461b5d933d7da doc/ajax-upgraded-links
 SHA1 a0d03921821ca39ea461f1f9fa812fdbb5f501a0 doc/building_a_par
 SHA1 20e10cd0ef04ed61f2c6975caaf70f6cdfd0f657 doc/client_side_continuations
 SHA1 a78a22aa4be910be14347278720e196137819d55 doc/command_naming
+SHA1 9c56b756b1383ad76b48c2149f64c323f35d5050 doc/declarative-test-design
 SHA1 69cafeee7cc90aabb0ae8cf1e9c695794a54c9a6 doc/edit-in-place
 SHA1 fa5b3f272228531a255c7c676d798e3162c68ce0 doc/examples/CounterDemo/Makefile.PL
 SHA1 af23c4b1688a4ad7167173083381cea744d57691 doc/examples/CounterDemo/bin/jifty
@@ -44,6 +45,7 @@
 SHA1 0eab037e835b3d998df54883377b58802cb78f7a doc/jifty-action-record-search
 SHA1 4f01bbe985a1ad3742b48563992bdbf032a6ce4d doc/jifty-dispatcher.graffle
 SHA1 b07f1666f9da714a9007058ea74d0d4cfa31ebfe doc/jifty-dispatcher.svg
+SHA1 29514abbc940365a861d196d8b1f35ee34f91526 doc/jifty-plugins-2.0
 SHA1 94a787c12228136c7797f81fef39e9bb52786067 doc/jifty-web-form-etc
 SHA1 44839f806443cbb6469f3610f9a6c488d1777f60 doc/packaging
 SHA1 3ec038720e82a1297a3a5db6a0e1b24fe0aa13c2 doc/plugin-requirements
@@ -57,12 +59,10 @@
 SHA1 9db8566a4bacf0f3be943b9b3a84c45439c45337 etc/site_config.yml
 SHA1 3d3cce325969be4618e89c976aa9f950618ff39a examples/Chat/Makefile.PL
 SHA1 a7dc1f376cac630ea28d2965e561469deb951cc7 examples/Chat/bin/jifty
-SHA1 dfb04e5db43cfb31f650db129356007320a5fe46 examples/Chat/chat
 SHA1 418a81711645390f06a417a0e4328901c9c92dc4 examples/Chat/etc/config.yml
 SHA1 08043c294b69d1a2e23940346034283e6f686e14 examples/Chat/lib/Chat/Action/Send.pm
 SHA1 63f552215f7ed2d75278509fab4324dddda90591 examples/Chat/lib/Chat/Event/Message.pm
 SHA1 a8c6b5a40ec985c240db0cfc56922d534b9dd60d examples/Chat/lib/Chat/Server.pm
-SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 examples/Chat/rwhat
 SHA1 f6f5a7db0d950b19cb3a0e2f0776ac4fc0186082 examples/Chat/share/web/templates/fragments/message
 SHA1 ceb9ecbd5ba19436ff3cfe423e688bcc0d4b1adc examples/Chat/share/web/templates/fragments/sender
 SHA1 047c066b5f143e1a80056fa158e172448ee912e5 examples/Chat/share/web/templates/index.html
@@ -70,13 +70,21 @@
 SHA1 3ea590f5bdf90c3b5ec31e0d59345801e34a61b0 examples/Chat/t/01startup.t
 SHA1 3d3cce325969be4618e89c976aa9f950618ff39a examples/Clock/Makefile.PL
 SHA1 a7dc1f376cac630ea28d2965e561469deb951cc7 examples/Clock/bin/jifty
-SHA1 e29c6d7fb200d7355c00ca935c81ac58ceed09d4 examples/Clock/clock
 SHA1 faca2e649d4d9b4b00f5f6bf8932a7610c698415 examples/Clock/clockserv.pl
 SHA1 793ef4d540d2df071daad4ad73514c75d8e9aa51 examples/Clock/etc/config.yml
 SHA1 72feb5e40abfac4e87793b427f9de45c03cfaca4 examples/Clock/lib/Clock/Event/Tick.pm
 SHA1 c2e597a83448804e04989db290404766180033ab examples/Clock/lib/Clock/Server.pm
 SHA1 e70cea658fbef26cdeb5558b89dd9c6890fbd9db examples/Clock/share/web/templates/fragments/time
 SHA1 bddc300d6e81f578c85a8807156822d682c61efe examples/Clock/share/web/templates/index.html
+SHA1 4db882e66864fa40a6532ce5b83699839804b062 examples/MyWeblog/Makefile.PL
+SHA1 a7dc1f376cac630ea28d2965e561469deb951cc7 examples/MyWeblog/bin/jifty
+SHA1 d1394cef410a14394a05e2a6e6a9b32c059cb5d6 examples/MyWeblog/etc/config.yml
+SHA1 df2d54b2520dc8bb7aa1c16d7b5e6e7efcb2de1e examples/MyWeblog/lib/MyWeblog/Model/Post.pm
+SHA1 31c9e2fb12f92ea7a1444ebde93680bcdd441d65 examples/MyWeblog/share/web/templates/_elements/nav
+SHA1 3d2b9750da1277747e5f7a67c587f950245ec12c examples/MyWeblog/share/web/templates/fragments/page_of_posts
+SHA1 e22357ab6d96f44152e83060e34e954f497b413a examples/MyWeblog/share/web/templates/index.html
+SHA1 dc34445c1c7bab11cc129cf10597469f179002ff examples/MyWeblog/share/web/templates/post
+SHA1 242c000d466ce6782ac759b7baea86c3b4c902bd examples/MyWeblog/t/00-model-Post.t
 SHA1 37ff983ec74bee20ce6a6425e2cbd2effa55e586 examples/Ping/Makefile.PL
 SHA1 a7dc1f376cac630ea28d2965e561469deb951cc7 examples/Ping/bin/jifty
 SHA1 2630087e4914b7d8a7fa8bea82e778fab51735dd examples/Ping/etc/config.yml
@@ -102,27 +110,26 @@
 SHA1 fcae3a3bda09e6ba955c8746c2bdf582a23b8d56 inc/Module/Install/Share.pm
 SHA1 0c2118868ef82ac517eb6d9c3bd93e6eb9bbf83e inc/Module/Install/Win32.pm
 SHA1 e827d6d43771032fa3df35c0ad5e5698d0e54cda inc/Module/Install/WriteAll.pm
-SHA1 bea55633e7410ae4d71b1fc749382f3a6c35b5a3 jifty_trunktest
 SHA1 c17e8f3cf8ebe1eb4929fd2bd2fd530a9de1abd0 lib/Email/Send/Jifty/Test.pm
-SHA1 c2a4833468f29053e530ebab9adf2e1cd2c0a622 lib/Jifty.pm
+SHA1 a9a7d52971d8574207ea7f8b97bec6c68d1dda98 lib/Jifty.pm
 SHA1 f2db715c8a15d0c7c5c7cf30511dac6547f72fc5 lib/Jifty/API.pm
-SHA1 3e8d75b4e5ddba3363544af11fa4b61b0a3822de lib/Jifty/Action.pm
+SHA1 25ed41c1b89c6d39a8e6d027a9120b3e35785951 lib/Jifty/Action.pm
 SHA1 a6d9d87b4fa06cfab36f249a67946b45669dcee7 lib/Jifty/Action/Autocomplete.pm
-SHA1 67375968335e86a511ad01219e88d3b19a23c91f lib/Jifty/Action/Record.pm
+SHA1 19147544734762a243ba7e8b603168930aad9c62 lib/Jifty/Action/Record.pm
 SHA1 39d9bca03c6502e128b453fe3bda5e1d4173f343 lib/Jifty/Action/Record/Create.pm
 SHA1 224f3ed1a4710fb13e4627acd22067e2fa5c35c6 lib/Jifty/Action/Record/Delete.pm
-SHA1 4518d68a8dfa238ed50296c09ce039c75394ceda lib/Jifty/Action/Record/Search.pm
-SHA1 996104271abce247541a8b0f32f722bbcf9c640a lib/Jifty/Action/Record/Update.pm
+SHA1 1e400299405a06d3d09bb7548d97c52b850b7f43 lib/Jifty/Action/Record/Search.pm
+SHA1 821d06cdd92876efd01e08800eae46e52e13c2a6 lib/Jifty/Action/Record/Update.pm
 SHA1 ab7a0e0bae4cd1ecbda260b339a4116e65708a7f lib/Jifty/Action/Redirect.pm
 SHA1 cf349fcfe9ee28216eae2213ab0016ceaffaf2a7 lib/Jifty/Bootstrap.pm
-SHA1 328f635e68a2a790875b4fc937be427f810ecd83 lib/Jifty/ClassLoader.pm
+SHA1 f6e9cb12da25b65df8bc2762423d1fcc9d41ec3e lib/Jifty/ClassLoader.pm
 SHA1 1009fa942a8cf3da853694f321d6f67d70613a79 lib/Jifty/Client.pm
 SHA1 a4e91b327848fe1c5b76e4ffaa926300e4c1ef2f lib/Jifty/Collection.pm
 SHA1 ce2f398600582262a2f5562a1de77bc03f6e2676 lib/Jifty/Config.pm
 SHA1 48514a496198c022aff7e4d1c578824addda7c91 lib/Jifty/Continuation.pm
 SHA1 15970f85b57eab885568a71f164dc627c791287c lib/Jifty/CurrentUser.pm
-SHA1 9bf7c498117e730f2d330be76ccebe4b6a033b84 lib/Jifty/DateTime.pm
-SHA1 f18c957dced00cabb24909a873621bfa6428e3bc lib/Jifty/Dispatcher.pm
+SHA1 4521a0e9a145697c836e2247fbdb4e93b8966366 lib/Jifty/DateTime.pm
+SHA1 9595652e061d4066615b1ac811700da46394ea65 lib/Jifty/Dispatcher.pm
 SHA1 c9c904906c35def343f14c0c216b62771c07f842 lib/Jifty/Event.pm
 SHA1 fb9f33e2838fbff0cd5b5a784adee8b0fc347ebc lib/Jifty/Event/Model.pm
 SHA1 5a6b765e4e61e1a098cc997127c9a5e9405ea32d lib/Jifty/Everything.pm
@@ -130,36 +137,36 @@
 SHA1 8f83cbce4937acba8d2f5c944d3d3a95a0156d9c lib/Jifty/Handle.pm
 SHA1 0c5f2e31fc9cdd266ff3c10bc3ff6715a3b77c9d lib/Jifty/Handler.pm
 SHA1 89fb4f3164b4ea84eb8084829bbca9e93d2259b1 lib/Jifty/I18N.pm
-SHA1 db36e9299112e1796c3044390ffe452751f675b0 lib/Jifty/JSON.pm
-SHA1 1e5e166edbfc5c5972c80268a51be0a117bae77b lib/Jifty/LetMe.pm
-SHA1 b6eca5edb38ef9b55006d389f88ddf191a3ba0c4 lib/Jifty/Logger.pm
-SHA1 71290fd20cdd07f90cdcb86d0a13bd24ee937949 lib/Jifty/Manual/AccessControl.pod
-SHA1 ebe5e00b8fce5be909712d1ed5d9a8666a391307 lib/Jifty/Manual/Actions.pod
-SHA1 64af8b16b24cfc4a5a812ec72caf7b49872e57b8 lib/Jifty/Manual/Continuations.pod
-SHA1 0322602247fdcbf36abfb8122b826d615ce0c6d4 lib/Jifty/Manual/Cookbook.pod
+SHA1 7ce311e2005ef0df27d71b1d80a4f05237dda9f4 lib/Jifty/JSON.pm
+SHA1 3af93349fe8a236c714d88367077f88af11f5d32 lib/Jifty/LetMe.pm
+SHA1 f76b940651eb2c53bce0af9be451a24b0358fec9 lib/Jifty/Logger.pm
+SHA1 858723b0874be436d44be113934f182eff7e9388 lib/Jifty/Manual/AccessControl.pod
+SHA1 ef9ff36385a9f780ac0204bffb9425818d78b789 lib/Jifty/Manual/Actions.pod
+SHA1 d320630f6613f4aa1ec3b9537129fd9ca847fb61 lib/Jifty/Manual/Continuations.pod
+SHA1 976198d6f93f9c46625c3fd1bd9d89a13ab89f40 lib/Jifty/Manual/Cookbook.pod
 SHA1 38a90072f4a25eac8d4480b00290b069e6397673 lib/Jifty/Manual/FAQ.pod
 SHA1 0f95658ca3d4ed3deb1951f514774446a583247f lib/Jifty/Manual/Glossary.pod
-SHA1 5a2df0dd8767da98ca196cd37b2fa02770ddfce4 lib/Jifty/Manual/Models.pod
+SHA1 f272be20cc67acaf01c116f432a8f42d82c57877 lib/Jifty/Manual/Models.pod
 SHA1 1204d70c868084ac3114fae277e98a756f83f819 lib/Jifty/Manual/ObjectModel.pod
-SHA1 2085df289a0741d373e34b22b53c092d1351b224 lib/Jifty/Manual/PageRegions.pm
-SHA1 f03004f882cba2c36a78102220e7f5f7e44f8f9f lib/Jifty/Manual/RequestHandling.pod
+SHA1 537017160a444f84bf1673cc3722db644c2b662e lib/Jifty/Manual/PageRegions.pod
+SHA1 8ba19a0760196ceb1afbeaa06e7314e254bef258 lib/Jifty/Manual/RequestHandling.pod
 SHA1 11c2a307f398203ebd804cee990a89e940c406f6 lib/Jifty/Manual/Style.pod
-SHA1 e9d56e0ac36ba292ce95ca07dcf0918e5c66f6db lib/Jifty/Manual/Tutorial.pod
-SHA1 7bf34c904a532ac098cd6248ebf813d312485a34 lib/Jifty/Manual/Tutorial_de.pod
+SHA1 69c995fe4da233dc1b54655813cb6e51d979b759 lib/Jifty/Manual/Tutorial.pod
+SHA1 4ad61c8957fdfed1aa5cc60294cbfb43a359e2d2 lib/Jifty/Manual/Tutorial_de.pod
 SHA1 45f95f61826365d39a5eab2cc119967273d17077 lib/Jifty/Manual/Tutorial_ja.pod
-SHA1 7f4ced35a6c430159ac89179159e5ba91d798213 lib/Jifty/Manual/Upgrading.pod
-SHA1 41aeec366bbea3ad23657d93968949fd27dada90 lib/Jifty/Manual/UsingCSSandJS.pod
+SHA1 0398a7d053b6c78f7d769f7251d3a01af80cbe57 lib/Jifty/Manual/Upgrading.pod
+SHA1 d0b7a4277c8a3d1a393d7c51fff48b059461f87c lib/Jifty/Manual/UsingCSSandJS.pod
 SHA1 59ce74460e9c1fe8aa1114c2e874348583b76548 lib/Jifty/Mason/Halo.pm
 SHA1 809ace5bafff5ad2461d5495464863ba808dfd19 lib/Jifty/Model/Metadata.pm
 SHA1 36de25464ae4eb07675f453cc590b634c6ff5a37 lib/Jifty/Model/Session.pm
 SHA1 0efcdf22d66e521cf250c1398caf3aba93ed795d lib/Jifty/Model/SessionCollection.pm
-SHA1 0adbc7d1c8649880525d43e8c236023ade0aa2e6 lib/Jifty/Module/Pluggable.pm
+SHA1 e24506b3e0fbdb450e55f3935980813c9c9e2bee lib/Jifty/Module/Pluggable.pm
 SHA1 f0090580d6a54fd8114b8fc1b4cb644c8c3dd2f5 lib/Jifty/Notification.pm
 SHA1 7223070583b1b15f651db7a71b97e039e084aa4f lib/Jifty/Object.pm
 SHA1 c3fde2a862013cd6284637d79c751c3c2e360720 lib/Jifty/Param.pm
-SHA1 460988fd8f024718afdfdb242fac350e34d8fc8c lib/Jifty/Param/Schema.pm
+SHA1 11d4de5da85ee53e6f3f434a5a519ebc574cedab lib/Jifty/Param/Schema.pm
 SHA1 69708ae740a40953c50217c37e23740179da80be lib/Jifty/Plugin.pm
-SHA1 2163266efc7bdda315d26acda98836d9aef271c7 lib/Jifty/Plugin/ClassLoader.pm
+SHA1 d80065a87ec1dd8b0bbcd1853e9a7192a18a04f5 lib/Jifty/Plugin/ClassLoader.pm
 SHA1 20d3f35b391236d9a0e554e62368b4f6fd1383dc lib/Jifty/Plugin/REST.pm
 SHA1 690d1ca831e42d1b1810875abdbae0ff480620e2 lib/Jifty/Plugin/REST/Dispatcher.pm
 SHA1 3fccef02727c8e75a0b4c93f940e9e18e0a499d4 lib/Jifty/Record.pm
@@ -170,41 +177,41 @@
 SHA1 85de033731ae63d0b3efec515a3608337cbc5c31 lib/Jifty/RightsFrom.pm
 SHA1 0306af64a6289796db4b5ff2b8c5e7c23506a9e3 lib/Jifty/Script.pm
 SHA1 a576b768487f81889ade60cb10f89eb2073adadc lib/Jifty/Script/Action.pm
-SHA1 37c80e13ba91e13228c4215c07b35da47674251e lib/Jifty/Script/App.pm
+SHA1 17bb02c22e126df9ff783843e5921e46b060c2be lib/Jifty/Script/App.pm
 SHA1 1ad9937d9e28f1568954bcffac500be87f3cb355 lib/Jifty/Script/Deps.pm
 SHA1 cb42aff8740412f9e7a26915a4e852817aa39af8 lib/Jifty/Script/FastCGI.pm
 SHA1 e25a259fc9fd3183a7981236f428f54ac4c4f49e lib/Jifty/Script/Help.pm
 SHA1 be1f648841609388f48214e632e0b169216dd58a lib/Jifty/Script/Model.pm
 SHA1 77c221bb4b7162b2fc95c841ceeea04194afb264 lib/Jifty/Script/Plugin.pm
-SHA1 6a186ec7d381ad0a08cc0be09954608f7184e972 lib/Jifty/Script/Po.pm
+SHA1 eba3c96bcfae42ea6a9e5d2cbef6bca19617b47e lib/Jifty/Script/Po.pm
 SHA1 afb4c37e7503e53676773bb3d6f65fde111679fc lib/Jifty/Script/Schema.pm
-SHA1 7f133687912c4ea075473bd9d58666f63d9938ec lib/Jifty/Script/Server.pm
+SHA1 4bbe2362a6cd195fac119a37cd71119afb5516f6 lib/Jifty/Script/Server.pm
 SHA1 0646a96ca5f3da1585e3fb1dcc9b3540d2b8f50f lib/Jifty/Server.pm
 SHA1 4c51d2df15281788b74d080488b0c5959cd95a1a lib/Jifty/Subs.pm
 SHA1 43277d31da2a30afd160dbe2077314285898438f lib/Jifty/Subs/Render.pm
 SHA1 df6cadbfbd91dcbf91d334a2132882821d9b3741 lib/Jifty/Test.pm
 SHA1 24eb481ac109ce0639496d6e16311ae2af0bb0da lib/Jifty/Test/WWW/Mechanize.pm
 SHA1 bacce10076cd7790405d29b0cabd99cae06b739e lib/Jifty/TestServer.pm
-SHA1 7561e9fb302562617853fcc2a9be665a67ffc4d8 lib/Jifty/Upgrade.pm
-SHA1 745dcd22f90debf34edc02ac9f77d2c12614439f lib/Jifty/Upgrade/Internal.pm
+SHA1 206e12811205063b22fcaaf0cd04dd66321d793c lib/Jifty/Upgrade.pm
+SHA1 f3957ac04ad92737d68b2a63f068679b4bacafed lib/Jifty/Upgrade/Internal.pm
 SHA1 01e8cf19fef0094b917712165d5ae0acf37fa31d lib/Jifty/Util.pm
 SHA1 bf4cbc6a7c94597cadb101b609f80004bfb64eef lib/Jifty/View/Mason/Handler.pm
-SHA1 d5a32130776a865dfa039933b79a4f3f10fb928c lib/Jifty/View/Static/Handler.pm
-SHA1 d357ff7d5c8db0e2124e3fe827340cfeb44d8b7a lib/Jifty/Web.pm
+SHA1 91b4185b0570453805f15b0eb0ce0f50a6f1eef3 lib/Jifty/View/Static/Handler.pm
+SHA1 1b62b886ec2a10b9b078535a7782bd01507bf6a6 lib/Jifty/Web.pm
 SHA1 93f70b329f4e05105edd6a2bacb1d71ed59c5449 lib/Jifty/Web/Form.pm
-SHA1 1ab1ac590c3bc57373d3b173a1b953d8b61a06c3 lib/Jifty/Web/Form/Clickable.pm
-SHA1 4309dbc54757b7c91b0629610f667d51b57f7b62 lib/Jifty/Web/Form/Element.pm
-SHA1 3111e220aaa66c5cf6415b17e6af46df8cd333eb lib/Jifty/Web/Form/Field.pm
-SHA1 aeae8c3debc276067d7ee1233c29b3726c4cc9fe lib/Jifty/Web/Form/Field/Button.pm
+SHA1 07cea2d1e0075a331d4f028fee34c5fd1bdda618 lib/Jifty/Web/Form/Clickable.pm
+SHA1 9065dcef2d3e755bcefbc5ec1481bf92e883c287 lib/Jifty/Web/Form/Element.pm
+SHA1 f7b910dc62f6265d4df1a8ec937d902549f1ee49 lib/Jifty/Web/Form/Field.pm
+SHA1 ba87c27d5432a8393ffeaf39323ac80c0f4facab lib/Jifty/Web/Form/Field/Button.pm
 SHA1 c1071263839a663d44d7f922c7c24b5bcc132a82 lib/Jifty/Web/Form/Field/Checkbox.pm
 SHA1 b21ef4e33a628f5d6c54adf5f47f75e69a861644 lib/Jifty/Web/Form/Field/Combobox.pm
 SHA1 cc86a97a80c6c9e22183a099979a712a3900a39a lib/Jifty/Web/Form/Field/Date.pm
 SHA1 e2db0ce71a56f59e8154a8af8187fab198c01fe7 lib/Jifty/Web/Form/Field/Hidden.pm
 SHA1 41b5344b9e5b0dcdc2c944d2cacdc18421aa8a93 lib/Jifty/Web/Form/Field/InlineButton.pm
 SHA1 db78f61b0fe36589d0f3acbf8df470f89cbc6ee9 lib/Jifty/Web/Form/Field/Password.pm
-SHA1 2c67a88128fff13373a9f442cd5bd8318e196f5d lib/Jifty/Web/Form/Field/Radio.pm
+SHA1 1006c6e4e07fbbf5ef5ccd2020cbe82ebbd8da1c lib/Jifty/Web/Form/Field/Radio.pm
 SHA1 5e6d07f48f59a7b2106a8f22ead83263368b26ad lib/Jifty/Web/Form/Field/ResetButton.pm
-SHA1 5fa25151df8ad3e1625d6a0ddc67c22bc5c3b75e lib/Jifty/Web/Form/Field/Select.pm
+SHA1 f865b1b411cf40aa3a0bf0cd51e364a0f23a4d3c lib/Jifty/Web/Form/Field/Select.pm
 SHA1 5586d4fdda6b5b8e6014750d5b912be898b18465 lib/Jifty/Web/Form/Field/Text.pm
 SHA1 bb397fc6092ddb8196342e80a4148d07fcd037b0 lib/Jifty/Web/Form/Field/Textarea.pm
 SHA1 2548412d5bfbd08050d53ab5c58e0d962d4b2448 lib/Jifty/Web/Form/Field/Unrendered.pm
@@ -215,13 +222,46 @@
 SHA1 093ab860163f03e9d85c8bb366d694830b7d940a lib/Jifty/Web/Session.pm
 SHA1 f655fb9734715ebf51fb5e9b554c02b9e4e2ac61 lib/Jifty/Web/Session/ClientSide.pm
 SHA1 c4de1ef964243aae5ab90d0a5a6dd9c213eb9f80 lib/Jifty/YAML.pm
-SHA1 8469986cb6f5c4910fa107a49c8411b1f186966e plugins/AuthLDAPLogin/MANIFEST
+SHA1 feeb00d6502ca54367036767f5e3f20275580291 plugins/AuthCASLogin/MANIFEST
+SHA1 f7ee4953b3c05710fe531cc9b579f65ed04af761 plugins/AuthCASLogin/Makefile.PL
+SHA1 e02920219c74449947a6c3a04c35a25ad944faf4 plugins/AuthCASLogin/debian/changelog
+SHA1 9c6b057a2b9d96a4067a749ee3b3b0158d390cf1 plugins/AuthCASLogin/debian/compat
+SHA1 bf43e4b8cb112727059c7738c762f71184fe7a1d plugins/AuthCASLogin/debian/control
+SHA1 c361200ede7340a93f131034eaaaa71f36bf1617 plugins/AuthCASLogin/debian/copyright
+SHA1 b612a9f276fb1016d242acf81406946dd146bfcf plugins/AuthCASLogin/debian/files
+SHA1 df2b684174a5e8bdf6d14b985020057702b4c884 plugins/AuthCASLogin/debian/rules
+SHA1 2481d6a02ca4959e29bed6eca04499cf808cc8a3 plugins/AuthCASLogin/lib/Jifty/Plugin/AuthCASLogin.pm
+SHA1 6a687e551737ce850bfa02c15871f462845f8f3b plugins/AuthCASLogin/lib/Jifty/Plugin/AuthCASLogin/Action/CASLogin.pm
+SHA1 44ee4a567f2fd636aac8b6a8bc6c46a898bff080 plugins/AuthCASLogin/lib/Jifty/Plugin/AuthCASLogin/Action/CASLogout.pm
+SHA1 b743661f79c8620f19275181e0458589eca4b6a7 plugins/AuthCASLogin/lib/Jifty/Plugin/AuthCASLogin/Dispatcher.pm
+SHA1 36215b6306dd37ebbf6206f526e9464d2d261d2a plugins/AuthCASLogin/share/web/templates/caslogin
+SHA1 f971aec45ba679dc55a9955077324f5c0ea75cca plugins/AuthCASLogin/share/web/templates/caslogout
+SHA1 c93e6f367c6a110cb05f8fefa4cb37881daeebe7 plugins/AuthCASLogin/t/00-load.t
+SHA1 96e2b7d839f54a14c42dd421516a267d7e2c4b94 plugins/AuthCASOnly/MANIFEST
+SHA1 62ee3ecfa8b4923ee68aa5f3179f2b3c5c8551dd plugins/AuthCASOnly/META.yml
+SHA1 9e218ee17e541c947ceb6f78d4714fc4baa43895 plugins/AuthCASOnly/Makefile.PL
+SHA1 0211277b86a7c26952a44da5ea55945a32ca2689 plugins/AuthCASOnly/debian/changelog
+SHA1 9c6b057a2b9d96a4067a749ee3b3b0158d390cf1 plugins/AuthCASOnly/debian/compat
+SHA1 df5baa3318d61d253b6256a2a3abb06aa28669a5 plugins/AuthCASOnly/debian/control
+SHA1 c361200ede7340a93f131034eaaaa71f36bf1617 plugins/AuthCASOnly/debian/copyright
+SHA1 6178f211c12057c7f8bf110ae4d9ae9961ba90c7 plugins/AuthCASOnly/debian/files
+SHA1 df2b684174a5e8bdf6d14b985020057702b4c884 plugins/AuthCASOnly/debian/rules
+SHA1 e324ade45843a878b10cc5bd78061401dcf56685 plugins/AuthCASOnly/lib/Jifty/Plugin/AuthCASOnly.pm
+SHA1 827a868f825e94c7630368d4cd98d591edacc188 plugins/AuthCASOnly/lib/Jifty/Plugin/AuthCASOnly/Action/CASLogin.pm
+SHA1 cc9279734210b6a8de3312716ee36868d437f7db plugins/AuthCASOnly/lib/Jifty/Plugin/AuthCASOnly/Action/CASLogout.pm
+SHA1 b401b903bece0f11a45c7fe129ada9e6e2681f4b plugins/AuthCASOnly/lib/Jifty/Plugin/AuthCASOnly/CurrentUser.pm
+SHA1 d0a159254cb3d99a5d3664ffd8c8d42c3daa40f1 plugins/AuthCASOnly/lib/Jifty/Plugin/AuthCASOnly/Dispatcher.pm
+SHA1 67aea2e30d74af4e01b66ef5bebb4d69d78f2b37 plugins/AuthCASOnly/lib/Jifty/Plugin/AuthCASOnly/Model/CASUser.pm
+SHA1 36215b6306dd37ebbf6206f526e9464d2d261d2a plugins/AuthCASOnly/share/web/templates/caslogin
+SHA1 f971aec45ba679dc55a9955077324f5c0ea75cca plugins/AuthCASOnly/share/web/templates/caslogout
+SHA1 de334fd98ec8b7bf6b72b9f4d98da1405f2fd9a9 plugins/AuthCASOnly/t/00-load.t
+SHA1 49e6479da4844f3e44e073c8ff055177a97b73c6 plugins/AuthLDAPLogin/MANIFEST
 SHA1 a9231ecdff2144eeecefb05318f6b0929b9b888a plugins/AuthLDAPLogin/Makefile.PL
 SHA1 3d40e1b567b7ca16f6c6bbc2110feac5e4d03030 plugins/AuthLDAPLogin/debian/changelog
 SHA1 9c6b057a2b9d96a4067a749ee3b3b0158d390cf1 plugins/AuthLDAPLogin/debian/compat
 SHA1 81d9344b39a55abe73c3bc969676f5970b851fe2 plugins/AuthLDAPLogin/debian/control
 SHA1 c361200ede7340a93f131034eaaaa71f36bf1617 plugins/AuthLDAPLogin/debian/copyright
-SHA1 68dfa9d87a39ca9c6480d8a93e7efb18565b4db3 plugins/AuthLDAPLogin/debian/rules
+SHA1 df2b684174a5e8bdf6d14b985020057702b4c884 plugins/AuthLDAPLogin/debian/rules
 SHA1 9a467c6b819af40acba655cf70795c9867a31544 plugins/AuthLDAPLogin/lib/Jifty/Plugin/AuthLDAPLogin.pm
 SHA1 4f8ca81ec122164153bfeed566934cb96d3e5a5e plugins/AuthLDAPLogin/lib/Jifty/Plugin/AuthLDAPLogin/Action/LDAPLogin.pm
 SHA1 db807f73a0a665abe5f18bcbdb6587d830e1f209 plugins/AuthLDAPLogin/lib/Jifty/Plugin/AuthLDAPLogin/Action/LDAPLogout.pm
@@ -230,7 +270,8 @@
 SHA1 6046f83cca826e2ff0f43ce95b0d842ce65df37b plugins/AuthLDAPLogin/share/po/fr.po
 SHA1 a52f49740c6a0c5dfb5ef2413b26d40c71e8dba0 plugins/AuthLDAPLogin/share/web/templates/ldaplogin
 SHA1 f971aec45ba679dc55a9955077324f5c0ea75cca plugins/AuthLDAPLogin/share/web/templates/ldaplogout
-SHA1 9bbeb87f2f42b4acfe4ffcd1ddc6b0b601103a2b plugins/AuthLDAPOnly/MANIFEST
+SHA1 43c8998946172ac32eeefdfbf95a663d6e60e40a plugins/AuthLDAPLogin/t/00-load.t
+SHA1 8c487e541a3d5115e8b04f35ac6555cca05de933 plugins/AuthLDAPOnly/MANIFEST
 SHA1 76658d43f96759a30895e9ab9116d3fe2ec475bf plugins/AuthLDAPOnly/Makefile.PL
 SHA1 6490648ff1114d79ba05a70e8106d5d0226d72ae plugins/AuthLDAPOnly/debian/changelog
 SHA1 9c6b057a2b9d96a4067a749ee3b3b0158d390cf1 plugins/AuthLDAPOnly/debian/compat
@@ -247,6 +288,16 @@
 SHA1 42fa3dbdbfd9c34dd1260df7d70fd215aeb3d987 plugins/AuthLDAPOnly/share/po/fr.po
 SHA1 a52f49740c6a0c5dfb5ef2413b26d40c71e8dba0 plugins/AuthLDAPOnly/share/web/templates/ldaplogin
 SHA1 f971aec45ba679dc55a9955077324f5c0ea75cca plugins/AuthLDAPOnly/share/web/templates/ldaplogout
+SHA1 e6a78e0b4226f86df4d2865bef599aab18b441a5 plugins/AuthLDAPOnly/t/00-load.t
+SHA1 42c851e5906962ad1574ff20cd4284c88a7c1bac plugins/AuthzLDAP/MANIFEST
+SHA1 0086fe18fd01b6ace92636034ea606008ab5a374 plugins/AuthzLDAP/Makefile.PL
+SHA1 d9d714781bef6a0e3892f258350f9d6797eafa9a plugins/AuthzLDAP/lib/Jifty/Plugin/AuthzLDAP.pm
+SHA1 a63d50ed4f93a1d9909af9889fc30d8b3e9140a4 plugins/AuthzLDAP/lib/Jifty/Plugin/AuthzLDAP/Action/LDAPValidate.pm
+SHA1 5b391191e624c0d2e8c16f19c531a2c2993ba49e plugins/AuthzLDAP/lib/Jifty/Plugin/AuthzLDAP/Model/LDAPFilter.pm
+SHA1 dc50e07d76934884116843767a1784571accac4e plugins/AuthzLDAP/share/po/en.po
+SHA1 18be32490b494470824534cccd87b034cd790987 plugins/AuthzLDAP/share/po/fr.po
+SHA1 cd21439e1906eb58e9c576a477a8a31e05340c05 plugins/AuthzLDAP/share/web/templates/error/AccessDenied
+SHA1 289f295702910035ed2b122279ecf8b3b6a6389b plugins/AuthzLDAP/t/00-load.t
 SHA1 e8ce16205eccb1b99224ca81d3a3496163a98864 plugins/EditInPlace/Makefile.PL
 SHA1 f2d5b6fb2d7628c2dd7207a8a7fb3dab1ea2f4bf plugins/EditInPlace/debian/changelog
 SHA1 9c6b057a2b9d96a4067a749ee3b3b0158d390cf1 plugins/EditInPlace/debian/compat
@@ -296,28 +347,27 @@
 SHA1 9915504ffb4f14696ecca28af457e03f795ed2ce plugins/Login/inc/Module/Install/Share.pm
 SHA1 7eb44b00058c44795038d7fa4c0c77470f20a7f8 plugins/Login/inc/Module/Install/Win32.pm
 SHA1 6d05967a5e1680b5f118315aaa6b8a1e143d79d8 plugins/Login/inc/Module/Install/WriteAll.pm
-SHA1 d1188464e7cb369a56ab69a59c742b3f6ae01177 plugins/Login/lib/Jifty/Plugin/Login.pm
-SHA1 d8e846089963c6af71433422abf29f5940a30665 plugins/Login/lib/Jifty/Plugin/Login/Action/ChangePassword.pm
-SHA1 7a17af74a47549fe5ed3a02ba897c830054a644e plugins/Login/lib/Jifty/Plugin/Login/Action/ConfirmEmail.pm
-SHA1 91f1b794ff94eac8cc4e28a19c2f176ba397522f plugins/Login/lib/Jifty/Plugin/Login/Action/Login.pm
-SHA1 4f97a6640ce0daaae9bbf79d37f7fe9d366ef85b plugins/Login/lib/Jifty/Plugin/Login/Action/Logout.pm
+SHA1 b85d6515d225ef48073ac3f0ee1744019bff113f plugins/Login/lib/Jifty/Plugin/Login.pm
+SHA1 e2c32d8af104a88ce499131173ccc97247bd177e plugins/Login/lib/Jifty/Plugin/Login/Action/ChangePassword.pm
+SHA1 490f6f80d1addbd3b49908068f4f076301a0df85 plugins/Login/lib/Jifty/Plugin/Login/Action/ConfirmEmail.pm
+SHA1 dd8061d61508a1e9df2f0486750a6e1aeedd6311 plugins/Login/lib/Jifty/Plugin/Login/Action/Login.pm
+SHA1 58fd545139f90dd71964ec38ecffb386949cf5a6 plugins/Login/lib/Jifty/Plugin/Login/Action/Logout.pm
 SHA1 b869cffda9c3d66c648faac4952e0cd02333a541 plugins/Login/lib/Jifty/Plugin/Login/Action/RecoverPassword.pm
-SHA1 6ed0ee46ab05f5cd04dbf694716ec37c4f7b5bd3 plugins/Login/lib/Jifty/Plugin/Login/Action/ResetLostPassword.pm
-SHA1 8f69b80c17afbe7f578706392b4dcd752db3b147 plugins/Login/lib/Jifty/Plugin/Login/Action/SendAccountConfirmation.pm
-SHA1 f15d74a5c3d6fc0bfbc183d86e134da3a1763974 plugins/Login/lib/Jifty/Plugin/Login/Action/SendPasswordReminder.pm
-SHA1 3c594a05c66a5317a08c883037de113529cc2be9 plugins/Login/lib/Jifty/Plugin/Login/Action/Signup.pm
+SHA1 122c7769c6ba202aa4e791f9f34972e58fc1fcd2 plugins/Login/lib/Jifty/Plugin/Login/Action/ResetLostPassword.pm
+SHA1 c2438302917e04b15f940d12452a3d07328ba95d plugins/Login/lib/Jifty/Plugin/Login/Action/SendAccountConfirmation.pm
+SHA1 e238cc4ec479aefb8864ca99984cdea4c76141cf plugins/Login/lib/Jifty/Plugin/Login/Action/SendPasswordReminder.pm
+SHA1 6a41bfe4d8c024874b16f4c8f01d5d16fb77fcd3 plugins/Login/lib/Jifty/Plugin/Login/Action/Signup.pm
 SHA1 81875f6ab2d807bfe4671af084b4f238d383464c plugins/Login/lib/Jifty/Plugin/Login/CurrentUser.pm
-SHA1 1c359cccf3ea60e54bad34a6ef310a28d7d628f7 plugins/Login/lib/Jifty/Plugin/Login/Dispatcher.pm
-SHA1 cd0b0372bfea91cd50c7476780152ed63c390188 plugins/Login/lib/Jifty/Plugin/Login/Model/User.pm
-SHA1 c368aac644ec8965bdf3791af421aa1c09371893 plugins/Login/lib/Jifty/Plugin/Login/Notification/ConfirmAddress.pm
-SHA1 fd59c23f24013b076df31bbe9f2415ea18eb1749 plugins/Login/lib/Jifty/Plugin/Login/Notification/ConfirmLostPassword.pm
+SHA1 525f9e063afd64961982b513c5eab0a85909c917 plugins/Login/lib/Jifty/Plugin/Login/Dispatcher.pm
+SHA1 26715ae2299b714b2eeaad1b0d9d709623c2b05d plugins/Login/lib/Jifty/Plugin/Login/Model/User.pm
+SHA1 3a8233f78d474c2671121f87c7e20bc01ba3090a plugins/Login/lib/Jifty/Plugin/Login/Notification/ConfirmAddress.pm
+SHA1 dd2d89075e1d29eb0e20cfc43fba7db98ef02529 plugins/Login/lib/Jifty/Plugin/Login/Notification/ConfirmLostPassword.pm
 SHA1 c67dcd72acc2f4e5b43863c7480697cc711b5e57 plugins/Login/share/po/en.po
 SHA1 d2e2fc32dbf2ebba82469cb0e8918c71660dc00b plugins/Login/share/po/fr.po
 SHA1 b157d8e7752bab6182ff13e64dec194cc67caf50 plugins/Login/share/web/templates/chgpasswd
 SHA1 cf9c995f10d81a5b124f278756808ad3418818e5 plugins/Login/share/web/templates/let/confirm_email
 SHA1 803c22a5ae8761da7bc9f62e392ec7ebef9bd98d plugins/Login/share/web/templates/let/reset_lost_password
-SHA1 d388a8ec77043ed5511bb4adc5b02edb0d2125a4 plugins/Login/share/web/templates/login
-SHA1 f971aec45ba679dc55a9955077324f5c0ea75cca plugins/Login/share/web/templates/logout
+SHA1 8506d39fc45be929fb5a9e289a3682791a605d6d plugins/Login/share/web/templates/login
 SHA1 929a56746e77440a8b0bfda2b020a9583afe6cbf plugins/Login/share/web/templates/passwordreminder
 SHA1 fd4e0da55b29bae4c01d0868c9af9566923fb971 plugins/Login/share/web/templates/signup
 SHA1 6a8008c78f6f0985542b8c42ef3327508b798897 plugins/Nothing/Makefile.PL
@@ -332,25 +382,31 @@
 SHA1 62229286e03ec35c922c8a7f9f3bb68412a78a55 share/dtd/xhtml-special.ent
 SHA1 e7749f99989ec8a9608f6cfbd41a5e5dddc18aec share/dtd/xhtml-symbol.ent
 SHA1 b4a6d708f6b55a48526e9483c718f2ed820df75c share/dtd/xhtml1-strict.dtd
-SHA1 90aff5cc1f876571775287cc0c1c83e7291c3ab2 share/po/en.po
-SHA1 c1eb4703c53fc91e8dc5b1712dd785c74f1e770a share/po/fr.po
-SHA1 90aff5cc1f876571775287cc0c1c83e7291c3ab2 share/po/ja.po
+SHA1 ddc3a6849e3db2ff2c5e1113a36d6e9869718dc4 share/po/en.po
+SHA1 a2f3d82acc9d343569eb0bc53a1517650c446189 share/po/fr.po
+SHA1 44b99ffe0fd8b2410b3ea5c988ebc61f07d30a38 share/po/ja.po
+SHA1 434c54b1132635916b8f6c70227685661593615d share/po/zh_cn.po
+SHA1 55bf7ecd5ef87fe38e5e3c6d6a0df3b7d8041994 share/po/zh_tw.po
 SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 share/web/static/css/app-base.css
 SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 share/web/static/css/app.css
 SHA1 c566d7ab5005e82dcf2f90809ae757e07d338138 share/web/static/css/autocomplete.css
 SHA1 5f569fc23eb815ee6f6d086aa6df87f6c38952d3 share/web/static/css/autohandler
-SHA1 bdc01b4dd1076a7c92ef6d3140b9127825b27b13 share/web/static/css/base.css
+SHA1 c8f7207fab0b74a53a2a798bcedd2f9d94ecc32e share/web/static/css/base.css
 SHA1 669f07ab36d148383013733d8230d49e7e7b25ec share/web/static/css/calendar.css
 SHA1 bf48b6bda86f359b95b29a7c3451a3c1b5721385 share/web/static/css/combobox.css
 SHA1 6b4d4cbc063731dabe50356a3560eae6a9f25aef share/web/static/css/context-menus.css
-SHA1 6ce9b1b088067734dc6cac8ff996cb794a100865 share/web/static/css/forms.css
+SHA1 9da37a3dea2259252e33e0cd72198baa04d17530 share/web/static/css/forms.css
 SHA1 52ddd83ee7c511d78537454a097f0264a7db3c1c share/web/static/css/halos.css
 SHA1 c7eede0c22f68e4417748bb0903b48195648f4c0 share/web/static/css/keybindings.css
 SHA1 91cd2873a5521bbc172389d8af2c29f33578fcc9 share/web/static/css/main.css
 SHA1 903069dae3de35d6a3226b8272ff317b8eebd58c share/web/static/css/nav.css
 SHA1 45861338bc40888737738521a44d4adf286b1204 share/web/static/css/notices.css
-SHA1 d36a91e3b5fb2c00c1b963ad73e1316da83b51ba share/web/static/css/yui/calendar/calendar.css
+SHA1 4389605ead1cf3e51a96f69d700ca70b3be6ca32 share/web/static/css/yui/calendar/calendar.css
+SHA1 b8074785c5372a76038c88feed271f1dd839b561 share/web/static/css/yui/tabview/border_tabs.css
+SHA1 2008bf0af63ee36885dd8bbc5fb134bc09b58135 share/web/static/css/yui/tabview/tabs.css
 SHA1 2f28dd2d59fe5486abce194e6fe68da0e49b1084 share/web/static/favicon.ico
+SHA1 6197eb13b4254f77f16833e1a9a8640e939d574c share/web/static/images/css/bullet_arrow_down.png
+SHA1 fdab0053425ba609387dffb0e2529a8feacc3906 share/web/static/images/css/bullet_arrow_up.png
 SHA1 3410d5156716e13443770cce0f3384eacfdb5adb share/web/static/images/css/fieldbg-autocomplete.gif
 SHA1 97c94d7dfb0683f9d2ac7f9406ca36495fa638e0 share/web/static/images/css/fieldbg.gif
 SHA1 67f41db40d62b81d71cb60c542695e0d7e6d393d share/web/static/images/pony.jpg
@@ -369,24 +425,24 @@
 SHA1 eb756c931be8ef70fc27ba0046375f32022e3b6d share/web/static/js/app.js
 SHA1 716b6f8326bd5cd05c31e521351197b5038e052e share/web/static/js/app_behaviour.js
 SHA1 2b28f63068ff486e7fd7937f725f47e886d01831 share/web/static/js/behaviour.js
-SHA1 ff4e0fa0c8796780a8cbb3550dbfb0a20e018a03 share/web/static/js/bps_util.js
-SHA1 7d661babd50a6359ba2ed5e3a3043ece6a2f3ffe share/web/static/js/calendar.js
+SHA1 aa6192ac38a0c708ea0efb60bb98c666d9687423 share/web/static/js/bps_util.js
+SHA1 6b09c590f5e94b238fd99031e6b57ec57e70bd3f share/web/static/js/calendar.js
 SHA1 e9f9931abe8ddf86cf5cfddd1f0e963bb5bf0ccb share/web/static/js/combobox.js
 SHA1 cd5a80e098d28f7cf0b74cee38f08bd336ccdc95 share/web/static/js/context_menu.js
 SHA1 b03b1f06f9c972cfb083c3d87b3dc74e4d85bf77 share/web/static/js/css_browser_selector.js
-SHA1 efa1e9f561fb31ec520e32e7d623e8e41afb7dfc share/web/static/js/cssquery/cssQuery-level2.js
-SHA1 37cfa3bfdb37450d3a89a88387c4e04baefff271 share/web/static/js/cssquery/cssQuery-level3.js
+SHA1 a90d3ffbc606979282dba3296599f582715021ab share/web/static/js/cssquery/cssQuery-level2.js
+SHA1 ba5ff2e1484476981ccf311ff8fe0062a9b2ac01 share/web/static/js/cssquery/cssQuery-level3.js
 SHA1 a80e117cfca6644bde2bb8bd8d48a093e784a731 share/web/static/js/cssquery/cssQuery-standard.js
 SHA1 95408c5aa294bdbc7b857d35772c1bd888b87b33 share/web/static/js/cssquery/cssQuery.js
-SHA1 e72565db2119b617c9ca0af948956a399caa5720 share/web/static/js/dom-drag.js
+SHA1 d542a217ef9c527340d25bfffbccce27927d1259 share/web/static/js/dom-drag.js
 SHA1 4553f3cb184b09228ed4362898e9d30200a2a585 share/web/static/js/formatDate.js
 SHA1 a1d2c6292d656c275383b97aad6ca913b8a1b031 share/web/static/js/halo.js
 SHA1 44bac00f46d4e6809892fc03c42487bd275be71e share/web/static/js/jifty.js
 SHA1 29fe34f11192976f1a388562188b1eb9af7f4497 share/web/static/js/jifty_smoothscroll.js
 SHA1 8723bf251531e79ab109ea0d3fb2187a8dac8cb6 share/web/static/js/jifty_subs.js
-SHA1 12d8200d7c97c107dd202aa9759e2441d2d079fe share/web/static/js/jifty_utils.js
-SHA1 49478568d1f258c9d061faa30c2181fd999b07f0 share/web/static/js/jsTrace.js
-SHA1 3b3493afbf46fc8afba58f541e338836bedbdd0b share/web/static/js/jsan/DOM/Events.js
+SHA1 2fd261c3c30a0b17e02e6af79d7c7c587dfe2f2a share/web/static/js/jifty_utils.js
+SHA1 d6c17ef3717315c08659082144a2caf2e970b23d share/web/static/js/jsTrace.js
+SHA1 2d8acba4acfd5508381461ccabe954c2e9df086c share/web/static/js/jsan/DOM/Events.js
 SHA1 36b2a3f1966b97fcc338b557830106bf2d490485 share/web/static/js/jsan/JSAN.js
 SHA1 679d9c011aa8403cfc0ba945a9143c2e9cacccfa share/web/static/js/jsan/Push.js
 SHA1 4d3474847360cb00edc1ae4745ea6b56a7ec1a2b share/web/static/js/jsan/Upgrade.js
@@ -404,21 +460,24 @@
 SHA1 cc2e31820eed69ae87b1b2befa50e8c4a8519342 share/web/static/js/scriptaculous/slider.js
 SHA1 6b42a40cac7d45f9fd6665e18c4e494704eff9e3 share/web/static/js/scriptaculous/unittest.js
 SHA1 f254696f59ab11c2373c79ba0e6f303d8ac4f71e share/web/static/js/setup_jsan.js
-SHA1 409dde81a7d6ca657ae193be4619b797b6726204 share/web/static/js/yui/calendar.js
-SHA1 b71469a8359ed5523478aa6570b53054585ce57b share/web/static/js/yui/dom.js
-SHA1 e04edc89dd20396b5f7246ed14e9e0d255a260bc share/web/static/js/yui/event.js
-SHA1 9236d84ef927b696f6a7b3e858098390d8962e9e share/web/static/js/yui/yahoo.js
+SHA1 9872547d7c43a3ddb3280fe4e022912b06d59239 share/web/static/js/yui/calendar.js
+SHA1 b378c19c0bbde98f1c7873ca61bb749a63159235 share/web/static/js/yui/container.js
+SHA1 7ddb98d87fa5e228e19c0ce9da2c8d14c8fb8be1 share/web/static/js/yui/dom.js
+SHA1 cb5c1c0e7e8803c95c2f0e313bbeb5a3431f1fba share/web/static/js/yui/event.js
+SHA1 2d81827326f37e25ba95c248498096759f3433c5 share/web/static/js/yui/tabview.js
+SHA1 71c27fdb9e3d24f628a820638ff529098cdd7821 share/web/static/js/yui/yahoo.js
 SHA1 05359f0e32b4bebd965707788228704167689d3c share/web/templates/=/subs
 SHA1 5cfcf2d84b5548b2990efa52e51d3f15a47816b4 share/web/templates/__jifty/admin/_elements/nav
-SHA1 0a362343ac62b44343ae26168e99612e23286880 share/web/templates/__jifty/admin/action/dhandler
+SHA1 6a096f8d324464e6ad6407442faf7b2af0ecdc7e share/web/templates/__jifty/admin/action/dhandler
 SHA1 1b55e3945405d09df59f0a40182f06f8f59a2e97 share/web/templates/__jifty/admin/autohandler
-SHA1 fd61cb2f19fb6108d829ddc670c0ffb49058f721 share/web/templates/__jifty/admin/fragments/list/list
-SHA1 3953dc2e69485328ebb1c5b08dc851d7bd60aff9 share/web/templates/__jifty/admin/fragments/list/new_item
-SHA1 43482a7da4454797ea7b4f1670314b88ebb7ff76 share/web/templates/__jifty/admin/fragments/list/search
-SHA1 67293c4a5f1cfd9251a6267161892c41681b872d share/web/templates/__jifty/admin/fragments/list/update
-SHA1 4642a09ce67f1dc80570149c4e36b7b2dc7f8aab share/web/templates/__jifty/admin/fragments/list/view
-SHA1 06878a1f5143a1c58c07fa5803b9f858f7387fc8 share/web/templates/__jifty/admin/index.html
-SHA1 68ed5ac967510b9d7cd71bbb02701547f0b04b9c share/web/templates/__jifty/admin/model/dhandler
+SHA1 51eb5ec4ebe6ad25eac8461c132193ded8ca2640 share/web/templates/__jifty/admin/fragments/list/header
+SHA1 80a5f7d081589dba73766f86a79145e997500655 share/web/templates/__jifty/admin/fragments/list/list
+SHA1 a73b777585f562210eccba19f007e2ac89b428c4 share/web/templates/__jifty/admin/fragments/list/new_item
+SHA1 ed176f653007f8a08e88355bfd68e1b0fc645723 share/web/templates/__jifty/admin/fragments/list/search
+SHA1 a118ac016c645629ed720d9626b36266089eee58 share/web/templates/__jifty/admin/fragments/list/update
+SHA1 9d339e7acebf3e929b15c1d8b4642ecbddf7f4b6 share/web/templates/__jifty/admin/fragments/list/view
+SHA1 559940ee5c2e5b56f3a438f377ea110018e20b18 share/web/templates/__jifty/admin/index.html
+SHA1 b0ceaf320862d14064c55a17f72e91024690371d share/web/templates/__jifty/admin/model/dhandler
 SHA1 bdaeeff0c2522a8509d4da45be703d1e8cf5c96c share/web/templates/__jifty/autocomplete.xml
 SHA1 bfeb6c28df0bc0c78119c9ff90f8051e5f6adcc2 share/web/templates/__jifty/css/dhandler
 SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 share/web/templates/__jifty/empty
@@ -427,14 +486,15 @@
 SHA1 2e8a971eb5623b245d6ed8f551315842a6bfb251 share/web/templates/__jifty/error/autohandler
 SHA1 0cf3e3f2f8447ea5f66fd22d325c578448129718 share/web/templates/__jifty/error/dhandler
 SHA1 78e1e0af483fa3bdac2de4e5a9d82486d67b8537 share/web/templates/__jifty/error/error.css
-SHA1 63596a50acfd1e56b1e7d3572628222576afe7b7 share/web/templates/__jifty/error/mason_internal_error
+SHA1 6834dbbfe494846bb3a70f1f8d6735c4f8c1b326 share/web/templates/__jifty/error/mason_internal_error
 SHA1 b8793db1dd47943dc83173f02f2227f9ca310235 share/web/templates/__jifty/halo
 SHA1 7fbdc70a9c0481d1e67b6154178173d434206fd9 share/web/templates/__jifty/js/dhandler
 SHA1 6a50927b6d7c7f5f2048a691299585cb2dd05677 share/web/templates/__jifty/online_docs/autohandler
 SHA1 d0116574b44622720db7a9efc7fafdf4002ed012 share/web/templates/__jifty/online_docs/content.html
 SHA1 bd81ff4e458c5e1a76c131dce40ffd71fd6a76f7 share/web/templates/__jifty/online_docs/index.html
 SHA1 630b516dede6767e8185de8211e6affd7b564cfe share/web/templates/__jifty/online_docs/toc.html
-SHA1 358b0dd78bdd69d198a70ceba819eb5a4f0c18f2 share/web/templates/__jifty/validator.xml
+SHA1 c31026ba4fa88814a705651878cb89f086f43f9d share/web/templates/__jifty/validator.xml
+SHA1 8ec2abf3fb43be8217f7a0af4054cf40f7e1e47e share/web/templates/__jifty/webservices/json
 SHA1 bbe1d4af8ab26a9e7d528d819bb271b591172f3c share/web/templates/__jifty/webservices/xml
 SHA1 c7384fcdf1ee7a3e347388c6619f6aa2f297656e share/web/templates/__jifty/webservices/yaml
 SHA1 8145ab6043a7bbd70e1bfa33e068fb741f4ee3a5 share/web/templates/_elements/header
@@ -442,14 +502,14 @@
 SHA1 0d84d7af43685d7161fc800a2c8b464b8586c57d share/web/templates/_elements/menu
 SHA1 4da6700ff1fdc390436ff05906f4df979c44d572 share/web/templates/_elements/nav
 SHA1 b74c8647eb89e1e189d3cefbbfae51da608edcff share/web/templates/_elements/page_nav
-SHA1 c1d5e245cd1c621182281bd95021746b778d3c31 share/web/templates/_elements/sidebar
+SHA1 c255d8da7c3eb68fc66f9f7c041c92b247489fcc share/web/templates/_elements/sidebar
 SHA1 bc8991085ddd0c664bb57a1ad4a79e9bca1807ea share/web/templates/_elements/wrapper
 SHA1 35adfc3fd3cbf1c2c3310dd2c2a7eb7317495ced share/web/templates/autohandler
 SHA1 106fc0286e2aff5a01d9a623c37fc807451f2037 share/web/templates/dhandler
-SHA1 b9d730f675335894e36b780202e1afbe98b2985f share/web/templates/helpers/calendar.html
+SHA1 347e3ad8491b742c4cd8e63e77fb4cae2152034c share/web/templates/helpers/calendar.html
 SHA1 1bd17a07884f71740a048c41b67ac9b06915bf76 share/web/templates/index.html
 SHA1 7f9dae91a9bfc2743eec1d7aaf78e16fc9f1baba t/00-load.t
-SHA1 91038cc443959ab6f278d9c8d9ed3850b6000147 t/01-dependencies.t
+SHA1 1e1a7b63b3ea8d2712214eb28b5fe69aae76da1d t/01-dependencies.t
 SHA1 ade22974f54a6e0991e14be587be0c9797e72ed5 t/01-test-web.t
 SHA1 95fe956e7bae756a7bc25e65a6761ee0c64981e7 t/01-version_checks.t
 SHA1 4fa0e0143339298278c5e22a58236c6b71555508 t/02-connect.t
@@ -459,12 +519,13 @@
 SHA1 69172edb1ef6e20ec71a08ca49b7bed474c3fb07 t/03-test-mailbox.t
 SHA1 53a150bc6dff7517e22624008baff4ed3bec993d t/04-test_file.t
 SHA1 b3e2d70996dbbe82510a8e75646b83b96d0b566a t/05-dispatcher.t
-SHA1 acc343a5359eda7ce3765b16a70a6906a625ab38 t/06-forms.t
+SHA1 e53c8d489eb565025b1a5ab2eda6e9757ccaf0a8 t/06-forms.t
 SHA1 0712de44cbe60eea251a1955b0bcb218f22adf4a t/07-limit-actions.t
 SHA1 38ab90a10fc0cbbbfc3205e543312950302f37a2 t/08-client.t
 SHA1 ea9587b57587f6b9b5e02e3d30b96807f7b62200 t/09-url.t
 SHA1 a7e9e7792684ccbd1500b4ad88c97a5bc1f7dd54 t/10-i18n.t
 SHA1 d571f6fae9d1a33060fda8c89951492a02b1af01 t/11-config-files.t
+SHA1 3b834f5b8a6371c502eb0dc1f1cb9d79a5257c7a t/12-param-schema.t
 SHA1 59c44900b1cb957d262f96363ceff21b46e0d598 t/99-pod-coverage.t
 SHA1 bb0da54f2b3f2d7955baa41ee458cb3d1887f475 t/99-pod.t
 SHA1 a7dc1f376cac630ea28d2965e561469deb951cc7 t/Continuations/bin/jifty
@@ -503,10 +564,10 @@
 SHA1 5184bbae7c9a4653841156f54b34bac4abf7d54f t/TestApp-Plugin-REST/t/00-model-User.t
 SHA1 3b7b51b4428dcbf0b9b1d55c39fd139a3ee4868a t/TestApp-Plugin-REST/t/00-prototype.t
 SHA1 b6c65e7f47ff136c7d370b85cf01f27537dd81ff t/TestApp-Plugin-REST/t/01-config.t
-SHA1 b618c3485772014200fea49a1a164a29813c8709 t/TestApp-Plugin-REST/t/02-basic-use.t
-SHA1 7dc778784dac7ade3e2ba4d9d5fed5858396872e t/TestApp-Plugin-REST/testapp_plugin_rest
+SHA1 3e915c7d6a7c7a0fee3246da9b1f8e782b5a317a t/TestApp-Plugin-REST/t/02-basic-use.t
 SHA1 a7dc1f376cac630ea28d2965e561469deb951cc7 t/TestApp/bin/jifty
 SHA1 f9a9321b803e4f248ecdd86fd71613164c01bd86 t/TestApp/lib/TestApp/Action/DoSomething.pm
+SHA1 f93118ca17be86a7c171ee47864d7149baf7344c t/TestApp/lib/TestApp/Action/DoSomethingElse.pm
 SHA1 6e27f855429d18181d6c5a0de6b83492fa5c6219 t/TestApp/lib/TestApp/CurrentUser.pm
 SHA1 de8a0bb9c5dfe2ceb00f38c6baf66627f3b361b2 t/TestApp/lib/TestApp/Dispatcher.pm
 SHA1 3424b48c4def8e714a6508afa7a43569075131c8 t/TestApp/lib/TestApp/Model/User.pm
@@ -514,6 +575,7 @@
 SHA1 1e4b29a138e61f49c1ceffe50c15ed0a087613fc t/TestApp/share/web/templates/currentuser
 SHA1 a2e7bf8d2d52bbaf360af24b4ffc00c68d7e31f2 t/TestApp/share/web/templates/dispatch/basic
 SHA1 d1e244371109ce216bfd6b9ac03374737461577c t/TestApp/share/web/templates/dispatch/basic-show
+SHA1 44795ddb863c9c32c05678bf8288c9816e3366a9 t/TestApp/share/web/templates/dosomethingelse
 SHA1 f5870c2fb3222b86d97f14bdf8155821c887987b t/TestApp/share/web/templates/editform
 SHA1 ef0db81c421ba89231ea6d72f355b7dd8fd5e8e2 t/TestApp/share/web/templates/index.html
 SHA1 2f721db97a3b571d0006f6ed9a0d0c8bffef8642 t/TestApp/share/web/templates/manual_redirect
@@ -527,7 +589,7 @@
 SHA1 071288e6e1c64cef819f8e3adb7b20a8c7044804 t/TestApp/t/05-actions-before-redirect.pm
 SHA1 79dc79df5690e3d7b418bf6475c13ea0d4c1f8a4 t/TestApp/t/05-editactions-Cachable.t
 SHA1 47ac4941336e8bc00821e89b0ccfdf9232be53ca t/TestApp/t/05-editactions-Record.t
-SHA1 cd695742878310fa1cfd2bdb6213db711cc24494 t/TestApp/t/06-validation.t
+SHA1 1a425b17fe88ed3c6783e7894bc514641ad0fffa t/TestApp/t/06-validation.t
 SHA1 0a73294c477197748994580ed1615cbe42bfa335 t/TestApp/t/07-sandboxing.t
 SHA1 842377402228a26ff444c565831bc560a66c0302 t/TestApp/t/08-notifications.t
 SHA1 1fce112ee319adb146b787ad23ef3b050759063b t/TestApp/t/09-redirect.t
@@ -538,12 +600,11 @@
 SHA1 710c4b0faaea46f90a7b071e5396541a59ed0ff1 t/TestApp/t/config-Record
 SHA1 30274351a6eb9342daef843ffb8a2aafee38afb4 t/TestApp/t/instance_id.t
 SHA1 ee548850452b377e08f36a9269c1b8f7911bdb2d t/TestApp/t/regex_meta_in_path_info.t
-SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 t/TestApp/testapp
 SHA1 c8fb21f31b593627b38129ee9dd41eaf9c556ced t/lib/Jifty/SubTest.pm
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.3 (Darwin)
+Version: GnuPG v1.4.3 (GNU/Linux)
 
-iD8DBQFFZmjsEi9d9xCOQEYRAs6TAJ9Gj3MK1Q/wi+L65+cdur86IBzSWgCfVk+t
-E0UJC+xRJU3lN6mW7H89jDM=
-=K7YL
+iD8DBQFFratjEi9d9xCOQEYRAvXaAJ4sgkmxWb8AB1kd1DMd55okQf6lzgCfdMef
+SIshV9yYxdnOdyyFx/8oF+Y=
+=avlb
 -----END PGP SIGNATURE-----

Modified: jifty/trunk/lib/Jifty.pm
==============================================================================
--- jifty/trunk/lib/Jifty.pm	(original)
+++ jifty/trunk/lib/Jifty.pm	Tue Jan 16 23:54:03 2007
@@ -7,7 +7,7 @@
 use encoding 'utf8';
 # Work around the fact that Time::Local caches thing on first require
 BEGIN { local $ENV{'TZ'} = "GMT";  require Time::Local;}
-$Jifty::VERSION = '0.61210';
+$Jifty::VERSION = '0.70116';
 
 =head1 NAME
 


More information about the Jifty-commit mailing list