Apache-iNcom
view release on metacpan or search on metacpan
1999-11-20 Francis J. Lacoste <francis.lacoste@iNsu.COM>
* lib/DBIx/SearchProfiles.pm (record_update): Throw exception if
there is no fields to update.
(record_insert): Throw exception if there is no fields to insert.
1999-11-15 Francis J. Lacoste <francis.lacoste@iNsu.COM>
* lib/Apache/iNcom/UserDBAuthen.pm (pod): Added documentation.
(handler): Variable can be set to true by using yes or on or true.
* lib/Apache/iNcom/UserDBAuthz.pm (pod): Added documentation.
* Tag: INCOM_SNAP_19991115
* lib/Apache/iNcom/Request.pm (new): Added possibility to disable
unneeded features by setting the appropriate directives.
(logged_in,login,user,logout): Throw exception if the UserDB was
turn off.
(setup_aliases): Only setup variable for which the feature was
configured.
* lib/Apache/iNcom.pm (pod): Added documentation about how to
disable features by setting directives to NONE.
1999-11-14 Francis J. Lacoste <francis.lacoste@iNsu.COM>
* lib/Apache/iNcom.pm (error_handler,default_handler,pod):
HTML::Embperl errors are available through the @param in 500 error
pages.
* lib/DBIx/SearchProfiles.pm (pod): Corrected rollback
documentation.
1999-11-09 Francis J. Lacoste <francis.lacoste@iNsu.COM>
* lib/Apache/iNcom/Request.pm (new): Implemented
INCOM_SCRAMBLE_PASSWORD configuration directive.
* lib/Apache/iNcom.pm (pod): Documented the INCOM_SCRAMBLE_PASSWORD
configuration directive to change password scrambling option.
* lib/DBIx/UserDB.pm: Made password's scrambling optional.
1999-11-08 Francis J. Lacoste <francis.lacoste@iNsu.COM>
* demo/incom.sql: Fix errors in group_acl index definitions.
* lib/Apache/iNcom.pm (new_session_handler): Forgot to pass
request object in call to return_error.
(dispatch_handler): Added Pragma and Cache-control headers for
browser that ignores the Expires header.
1999-11-01 Francis J. Lacoste <francis.lacoste@iNsu.COM>
* lib/DBIx/UserDB.pm (group_get): $gid renamed to $gidorname.
* lib/Apache/iNcom/OrderManager.pm (checkout): Variable $profile
is really variable $order. items is an array ref. Remove
Data::Dumper reference.
(order_report): %fdat of calling page was overwritten. Order data
is now passed into the %order global hash.
* lib/Apache/iNcom/CartManager.pm (apply_charges): Didn't
deference array.
(apply_discount): Ditto.
1999-10-29 Francis J. Lacoste <francis.lacoste@iNsu.COM>
* MANIFEST: Rename of UserDBAuthz and UserDBAuthen.
1999-10-28 Francis J. Lacoste <francis.lacoste@iNsu.COM>
* lib/Apache/iNcom.pm (pod): Added module documentation.
* lib/Apache/UserDBAuthz.pm: Renamed to Apache::iNcom::UserDBAuthz
* lib/Apache/UserDBAuthen.pm: Renamed to Apache::iNcom::UserDBAuthen
1999-10-27 Francis J. Lacoste <francis.lacoste@iNsu.COM>
* lib/Apache/iNcom/Request.pm (pod): Added module documentation.
* lib/Apache/iNcom/OrderManager.pm (pod): Added module
documentation.
(build_order_fields): Fixed typo "shippin".
(checkout): Report generation is in its own method now. Added
item_discount_fields parameter to profile. Method now returns
the created order's data.
(order_report): New method.
* lib/Apache/iNcom/CartManager.pm (pod): Added module documentation.
* lib/Apache/iNcom/Localizer.pm (pod): Added module documentation.
* lib/Apache/iNcom/Session.pm (pod): Added module documentation.
* lib/DBIx/UserDB.pm (license): Changed license to perl terms.
(user_search): Pass all arguments to underlying record_search.
(user_get): Accept either a uid or username.
(user_update): Removed unused $data variable.
(group_search): Pass all arguments to underlying record_search.
(group_get): Accept either a gid or groupname.
(group_update): New method.
(pod): Added module documentation.
* lib/DBIx/SearchProfiles.pm (pod): Completed documentation.
1999-10-21 Francis J. Lacoste <francis.lacoste@iNsu.COM>
* lib/DBIx/SearchProfiles.pm (new): Possibility to specify
DBI parameters to open a connection. Possibility to give the
search profiles as an hash reference to the constructor.
(DESTROY): Disconnect from the database if we opened the connection
in the constructor.
(sql_do): Query isn't checked for INSERT|UPDATE|DELETE.
(record_search,template_search): Renamed incom_* parameters to
dbix_sp_*.
( run in 2.406 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )