76 Commits

Author SHA1 Message Date
Pererinha
2d94d5fd9a Fixed a bug at Cana_Table
if the field was the enum type and one of its options have the 'int' on it it was assuming that the field was an int
2015-03-18 17:25:21 -03:00
Devin Smith
5d0147a64a fixed db insert issue 2015-03-10 13:46:45 -07:00
Devin Smith
edf87cee8e time fixes 2015-03-10 13:04:38 -07:00
Pererinha
113b0db346 added option to skip the template compression at xml 2015-03-05 20:21:04 -03:00
Devin Smith
b14bad3427 replace date_sub 2015-03-04 13:03:05 -08:00
Devin Smith
97e9de41bd replace unix timestamps 2015-03-04 09:51:32 -08:00
Devin Smith
fb56724005 fixed greedy queries 2015-03-03 11:30:23 -08:00
Devin Smith
535855f388 fixed table inserting 2015-03-03 11:21:15 -08:00
Devin Smith
b36565b8eb fixed data formatting 2015-03-03 10:15:06 -08:00
Devin Smith
878e7c3162 better date replace 2015-03-03 10:04:38 -08:00
Devin Smith
54c6aad03b postgres data formatting 2015-03-03 09:49:08 -08:00
Devin Smith
2433a79e10 temp remove type conversion 2015-03-02 12:53:21 -08:00
Devin Smith
4699a456ff add single quotes to date interval 2015-03-02 11:43:04 -08:00
Devin Smith
5c04b693da exlpicit type binding 2015-03-01 11:57:47 -08:00
Devin Smith
af0a8b6a12 replace backticks 2015-03-01 11:53:02 -08:00
Devin Smith
35e217eb3a fixed quote issue 2015-02-28 21:21:33 -08:00
Devin Smith
bb04c0bdb9 test heroku auto deploy 2015-02-28 20:39:13 -08:00
Devin Smith
d7a2635d5b added field names for postgres 2015-02-28 20:22:51 -08:00
Devin Smith
4ffd94658b some postgres required changes 2015-02-28 00:42:18 -08:00
Devin Smith
44d3da900d url to dns converter 2015-02-27 19:13:13 -08:00
Devin Smith
76df8dd3e3 TEMP db change 2015-02-27 18:56:19 -08:00
Devin Smith
35b0f32e83 WARNING: THIS MIGHT BREAK EVERYTHING
Upgraded all db stuff to PDO
fixes #2195
2015-02-27 17:46:24 -08:00
Pererinha
8d64815376 Force Close should overrule Auto Close #4873 2015-02-24 14:43:50 -03:00
Devin Smith
7637121b71 fixes #4561 2015-02-18 10:22:30 -08:00
Pererinha
7588d769e2 hours bugs #4783 2015-02-17 16:54:02 -02:00
Devin Smith
5597bb4ddb fixed postgre crap 2015-02-06 12:19:35 -08:00
Devin Smith
788b008a9b postre support tests 2015-02-06 10:53:22 -08:00
Pererinha
28776c9c6d automatically shut down community when there is no driver on call at that time #4513 2015-02-06 14:18:54 -02:00
Pererinha
2df75c8533 partial #4359 2015-01-14 13:08:41 -02:00
Devin Smith
2e0c96b941 completly changed how all data is posted to server n stuff
- removed old form encoding formatting
- added decoding into cana rest class
- added inline partial for google maps info boxes
- upgraded angular js
- upgraded angular upload lib
- updated driver documents page for new lib
- did NOT upgrade driver onboarding page
2014-11-30 17:24:05 -08:00
Devin Smith
f6c673bee6 added mapview and order lat lon tracking 2014-11-30 14:13:48 -08:00
Devin Smith
e34ed78645 added order change tracking 2014-11-30 14:13:21 -08:00
Devin Smith
fb2e002126 fixes #4129 2014-11-18 20:05:10 -08:00
arzynik
e9c4826cbe fixes #3359 2014-06-10 15:50:10 -07:00
arzynik
978d290bc4 warning hide 2014-05-28 12:42:23 -07:00
arzynik
cd49fcea98 better error loc 2014-05-28 12:41:58 -07:00
arzynik
43f0098563 added better error 2014-05-28 12:38:58 -07:00
arzynik
8e47d5b0aa trace info 2014-05-28 12:38:02 -07:00
arzynik
4fd7880706 more trace removal 2014-05-28 12:37:01 -07:00
arzynik
95353a4927 spacing fixes 2014-04-16 12:14:25 -07:00
arzynik
4a4ce5f79b fixed header issue 2014-04-16 11:40:25 -07:00
arzynik
d4e995c8f5 travis changes 2014-04-05 13:59:01 -07:00
arzynik
1f1aed2319 tests 2014-04-05 13:51:07 -07:00
Daniel Camargo
b2b1bf450f #2278 - hours api finished 2014-01-08 13:05:32 -02:00
Daniel Camargo
6265237e15 hours api finished 2014-01-08 10:20:04 -02:00
Daniel Camargo
61a4242732 partial 2014-01-07 16:33:26 -02:00
Daniel Camargo
727a02e9d9 partial #2278 2014-01-07 13:03:34 -02:00
arzynik
e690a5bf1c begin rework on payments 2013-12-23 19:18:14 -08:00
Daniel Camargo
518f302ebb partial #2243 - add the ability to pay using stripe or balanced in the order.php
Updated the Stripe API (php) to the new version (from 1.7.2 to 1.10.1).

Updated the keys (public and secret) of the test env (config.xml). I was afraid to change it from the live one.

I changed the way the user_payment_type was working.
Now the user will be able to have two actives payment types, one for stripe and another for balanced.

When you call the method Crunchbutton_User_Payment_Type::getUserPaymentType() it will return the active payment type for the current processor.

I have also created this method Crunchbutton_User_Payment_Type::processor() returns the current processor type and replaced all the calls from c::config()->processor to this method. That way if we decide to put this data at config’s table we will have to just change this method. Or even is we need to use the processor type that is previously stored that will be easy too.

I created two new files tokenizeCard.stripe.js and tokenizeCard.balanced.js and moved the method App.tokenizeCard to these files
2013-12-18 14:43:22 -02:00
Daniel Camargo
78feccbea2 partial #2243 - update stripe version 2013-12-17 16:03:57 -02:00