Scott Walters
54ae754ebe
Repeat ampli's fix (described below) for other occurances on the site.
...
``The Save buttons in the two first steps didn't work in Chrome.
According to a hint in the YUI Button documentation about a problem in using
"submit" as a value of the name attribute, I changed submit button name
in the two first steps from "submit" to "send". This solved the problem.''
2011-06-29 19:13:18 -04:00
Scott Walters
57d2dbed56
WebGUI::Session::Http should go away ( #11647 )
...
Move logic out of WebGUI::Session::HTTP and into WebGUI::Session::Response /
::Request; deprecate more functions; change references in core to use
$session->response instead; fix tests that broke because of the change but
not one that merely generate the deprecated warning because I want to know
that the proxying of depricated methods is working. These can be changed later.
2011-05-11 16:17:54 -04:00
Doug Bell
d8ef2ebe56
remove TabForm from use and documentation
2011-02-25 15:45:41 -06:00
Doug Bell
2170509c0f
allow TaxDriver getEditForm to use FormBuilder
...
There would be far too much rewriting in order to change the EU
driver to use FormBuilder. We can revisit that later.
2011-02-25 15:45:40 -06:00
Colin Kuskie
fd8f03a186
Change getMimeType and setMimeType to response->content_type.
2010-11-21 22:35:26 -08:00
Colin Kuskie
1f42a0a24e
Remove types for setScript calls, add setCss, which is shorthand for setLink with the CSS specific params preset.
2010-09-24 08:03:09 -07:00
Graham Knop
ed04b99872
remove WebGUI::Utility
2010-09-07 13:18:49 -05:00
Graham Knop
6aa26c2e44
remove WebGUI::Utility::isIn
2010-09-07 12:33:15 -05:00
Colin Kuskie
56e28acd50
Remove Class::InsideOut from TaxDriver and child classes. The EU driver could be improved to use FormBuilder to make the configuration file.
2010-08-26 13:26:51 -07:00
Graham Knop
96ba0da75a
give a man a hammer...
2010-08-20 13:10:48 -05:00
Colin Kuskie
3fbc109429
Update Session->Style setScript to default to text/javascript. Update the entire codebase to take advantage of it.
2010-06-24 13:07:03 -07:00
Graham Knop
2400f19099
Merge branch 'master' into WebGUI8
2010-04-13 07:50:02 -05:00
Graham Knop
913fa9ad03
clean up Tie::IxHash imports
2010-03-10 12:59:51 -06:00
Colin Kuskie
ecc71d455d
Update Shop for new instanciators and for exception handling.
2010-03-03 21:07:38 -08:00
Martin Kamerbeek
02f4211f12
Typo caused EU TaxDriver to not charge taxes for shipping addresses in France.
2010-01-28 10:39:40 +01:00
Martin Kamerbeek
d45a58cf87
- updateVATNumber should delete ivalid numbers.
...
- Fix missing pod and put subroutines in the correct place.
2009-12-18 14:07:58 +01:00
Martin Kamerbeek
2e5250afe1
Refactored EU tax plugin code to reduce code duplication and added tests.
2009-12-18 13:45:50 +01:00
Martin Kamerbeek
e88b0ca0d7
Adding VIES recheck workflow and tests.
2009-12-15 22:59:54 +01:00
Colin Kuskie
727348a1c9
Fix module use issues. Fixes bug#11222
...
Remove bad use line from TaxDriver/EU.pm
Add line for TT2 in testEnvironment.pl
2009-11-11 14:19:37 -08:00
Colin Kuskie
aa65b6ca22
Fix a common misspelling of the word definition, in POD.
2009-07-10 21:04:41 +00:00
Colin Kuskie
083d86a835
Fix a POD whitespace problem in EU tax driver.
2009-05-21 16:12:37 +00:00
Martin Kamerbeek
8047e7d5f9
Fixed usability issue in vat number manager.
2009-05-20 14:28:06 +00:00
Martin Kamerbeek
dabc50f008
Fixed missing i18n and some POD and a bug in the javascript for the admin screen of the EU tax plugin.
2009-05-20 12:48:32 +00:00
Martin Kamerbeek
bfc140a365
Improved and templated VAT Number management.
2009-05-15 17:20:49 +00:00
Martin Kamerbeek
56ec560255
Added VAT number manager for shop admins.
2009-05-15 16:32:24 +00:00
Martin Kamerbeek
d4a884c202
Tax group manager improvements
2009-05-15 14:35:09 +00:00
Martin Kamerbeek
7fb87de71d
Added the methods for the pluggable tax system that add templ vars to the cart and cart items.
2009-05-08 13:34:42 +00:00
Martin Kamerbeek
9d90b92629
Tax details are now stored with the transaction items they belong to.
2009-05-08 10:03:25 +00:00
Martin Kamerbeek
461c80a6b8
Pluggable Tax: more POD, more tests, better code and less bugs
2009-05-06 13:33:16 +00:00
Colin Kuskie
c541788968
Add missing POD and legal statements for many Shop modules.
2009-04-24 03:13:28 +00:00
Martin Kamerbeek
fea09cb7bd
Fixed Tax.t tests. The file that contains them should be renamed to TaxDriver/Generic.t. Will do so when I add the tests for the other taxing
...
components.
2009-04-18 07:35:14 +00:00
Martin Kamerbeek
b21c5f4389
Forgot to 'svn add' a bunch of files.
2009-04-17 13:35:20 +00:00