Jason Gerard DeRose
|
b35849b47d
|
Change Password param so (password, confirm_password) can be passed to _convert_scalar()
|
2009-10-18 00:35:05 -06:00 |
|
Jason Gerard DeRose
|
f58ff2921d
|
Giant webui patch take 2
|
2009-10-13 11:28:00 -06:00 |
|
Pavel Zuna
|
a6eb928f98
|
Add HBAC plugin and introduce GeneralizedTime parameter type.
|
2009-10-05 15:55:27 -04:00 |
|
Pavel Zuna
|
fa140e7f2a
|
Remove parent_key parameter kwarg.
Also replace a TYPE_ERROR with ValidationError.
|
2009-09-10 10:01:05 -04:00 |
|
Jason Gerard DeRose
|
22493eef21
|
Fix three broken unit tests
|
2009-08-04 00:21:26 -06:00 |
|
Rob Crittenden
|
d6e1e15fcd
|
Add a one-character option for parameters
|
2009-07-10 16:46:34 -04:00 |
|
Pavel Zuna
|
4b08770b78
|
Add 'parent_key' kwarg in Param class.
|
2009-06-10 11:53:10 -04:00 |
|
Pavel Zuna
|
a1548bc670
|
Fix bug where List parameters where always cloned with keywords parsed from name.
|
2009-06-02 16:20:35 -04:00 |
|
Jason Gerard DeRose
|
7e58b29a92
|
Completed Param.use_in_context() functionality, which is now used by Command and Object
|
2009-05-21 14:32:45 -04:00 |
|
Jason Gerard DeRose
|
4f9224774f
|
Added Param 'include' and 'exclude' kwargs; added frontend.UsesParams base class with methods implementing the filtering to restrict params to only certain contexts
|
2009-05-19 13:49:15 -06:00 |
|
Pavel Zuna
|
7d0bd4b895
|
Rename errors2.py to errors.py. Modify all affected files.
|
2009-04-23 10:29:14 -04:00 |
|
Rob Crittenden
|
a8a2664190
|
Add new type List that converts delimited values into a tuple
|
2009-03-20 09:29:44 -04:00 |
|
Rob Crittenden
|
dbbae00b17
|
Add maxvalue and minvalue kwargs and rules to Int and Float
|
2009-03-03 17:49:15 -05:00 |
|
Pavel Zuna
|
e913d7483b
|
Fix multivalue params requiring default to be of type self.type instead of tuple.
|
2009-02-23 13:49:26 -05:00 |
|
Jason Gerard DeRose
|
b5b2e55be5
|
Add pattern matching to Str and Bytes
|
2009-02-17 16:03:08 -05:00 |
|
Jason Gerard DeRose
|
114b6b8577
|
Added some missing parameter unit tests; added docstring about Command._repr_iter() and Param.safe_value()
|
2009-02-03 15:29:02 -05:00 |
|
Jason Gerard DeRose
|
e537dc89cb
|
Fixed a few problems in the CLI interactive prompting (wont prompt for Flag now)
|
2009-02-03 15:29:02 -05:00 |
|
Jason Gerard DeRose
|
244346dbcb
|
More work on xmlrpc stuff, started migrated more code to use errors2 instead of errors
|
2009-02-03 15:29:01 -05:00 |
|
Jason Gerard DeRose
|
ae39dece13
|
Added Command.args_options_2_params() method and its unit tests
|
2009-02-03 15:29:00 -05:00 |
|
Jason Gerard DeRose
|
4febb4dd14
|
Started roughing out new crud base classes
|
2009-02-03 15:28:59 -05:00 |
|
Jason Gerard DeRose
|
f22f3eabb2
|
Fixed Param.validate() so that self.query is checked after self.required
|
2009-01-20 09:38:39 -07:00 |
|
Jason Gerard DeRose
|
bae9dd7c07
|
Added example to StrEnum docstring
|
2009-01-18 16:03:02 -07:00 |
|
Jason Gerard DeRose
|
364e05def1
|
Added missing enumerable parameters
|
2009-01-18 15:55:56 -07:00 |
|
Jason Gerard DeRose
|
ec86208a90
|
Updated passwd plugins module to where it can at least be imported
|
2009-01-14 22:19:31 -07:00 |
|
Jason Gerard DeRose
|
0327b83899
|
New Param: all docstring examples now pass under doctests
|
2009-01-14 20:36:17 -07:00 |
|
Jason Gerard DeRose
|
cd3508bace
|
New Param: added Param.query kwarg for crud operations like Retrieve and Search where criteria should not be validated
|
2009-01-14 14:04:05 -07:00 |
|
Jason Gerard DeRose
|
79422d0489
|
All unit tests now working (except for doctests and Rob's xmlrpc tests)
|
2009-01-14 13:51:37 -07:00 |
|
Jason Gerard DeRose
|
3e201dfff6
|
New Param: split common Bytes/Str functionality into new Data base class; Str no longer subclasses from Bytes
|
2009-01-14 10:58:05 -07:00 |
|
Jason Gerard DeRose
|
5d1e5a0aa9
|
New Param: renamed parameter.py to parameters.py
|
2009-01-14 10:25:33 -07:00 |
|