98 Commits

Autor SHA1 Mensagem Data
Antônio Roberto Silva f006d48e96 added created_today into user to track sign up and sign events 2014-05-13 14:20:11 -03:00
Antônio Roberto Silva 6deefc8949 change events name 2014-05-12 16:02:18 -03:00
Antônio Roberto Silva e48d807214 Unify share events and add a proprety for social network [11366200] 2014-05-12 15:57:47 -03:00
Antônio Roberto Silva ff2d7b3651 mixpanel tracking for twitter share [11366200] 2014-05-09 17:39:48 -03:00
Antônio Roberto Silva 2e18aa15bd adjust specs 2014-05-09 17:09:58 -03:00
Antônio Roberto Silva 83936f4c78 self adjusts 2014-05-09 15:33:48 -03:00
Antônio Roberto Silva c972850799 track the facebook share action on contribution thank you page [11366200] 2014-05-09 15:13:19 -03:00
Antônio Roberto Silva cd4b572538 reorganize contribution.js 2014-05-09 14:40:39 -03:00
Antônio Roberto Silva 4d26497a41 added event to track when user like of project [11366200] 2014-05-09 14:08:54 -03:00
Diogo Biazus b9a23b77f7 separated logged in from signed up events in mixpanel JS view 2014-05-04 17:10:00 -04:00
Diogo Biazus b2538f312f fixed JS specs and removed infinite recursion from identifyUser 2014-04-21 13:22:45 -04:00
Diogo Biazus 9fc59f8472 Implemented login detection using store.js. This will be used to create a mixpanel alias 2014-04-21 13:15:31 -04:00
Diogo Biazus a1d6ac1149 added properties and track explore project page 2014-04-17 16:59:17 -04:00
Diogo Biazus 3681cdda64 implemented MixPanel#trackPageVisit and MixPanel#trackPageLoad refactoring some code and making tracking pages easier 2014-04-09 17:40:09 -04:00
Diogo Biazus b2868e7a67 added specs for MixPanel#trackVisit 2014-04-09 17:31:48 -04:00
Diogo Biazus 81a81650b9 added specs for MixPanel#track 2014-04-09 17:24:48 -04:00
Diogo Biazus a8c4fbcfe3 added specs for MixPanel#trackOnPage 2014-04-09 17:19:28 -04:00
Diogo Biazus cf40b09c90 fixed all jasmine specs 2014-04-09 17:12:17 -04:00
Diogo Biazus dd4dbf6afa migrating more JS specs to jasmine 2.0 2014-04-09 13:58:32 -04:00
Diogo Biazus ca27d22063 migrating more JS specs to jasmine 2.0 and fixing project spec 2014-04-09 13:55:06 -04:00
Diogo Biazus bc2bdbf14e migrating JS specs to jasmine 2.0 2014-04-09 13:36:01 -04:00
Diogo Biazus 9c66d5189c migrating app specs to jasmine 2.0 2014-04-09 11:19:33 -04:00
Diogo Biazus 5ebf82027e reseting to default jasmine-rails config 2014-04-09 11:12:10 -04:00
Josemar Luedke 88ee7fc067 Rename backs and backed to contributions 2014-01-21 15:35:46 -02:00
Josemar Luedke a7ee940b5e Rename backer words to contribution 2014-01-20 18:09:06 -02:00
Josemar Luedke 32a51c3263 Rename backers files to contribution 2014-01-20 17:59:43 -02:00
Antônio Roberto Silva ed4d09fffa show password on reset password view [Fix #59490962] 2013-10-25 17:36:28 -02:00
Diogo Biazus bcc82ab87a fixed how it works JS spec 2013-10-17 14:13:17 -03:00
Diogo Biazus 85b4a4f290 added methods to build the sidebar in the new how it works [fix #57686712] 2013-10-17 12:35:48 -03:00
Diogo Biazus 457d8bf8ac removed unused images, removed about, recommended header and other unused things 2013-10-16 18:19:10 -03:00
Diogo Biazus 65abb51807 added ie9 detection to server side function detect_old_browsers. removed JS validation to simplify code and as it was too fragile [fix #58427034] 2013-10-14 18:57:43 -03:00
Diogo Biazus 46797dff29 now we redirect to a badbrowser path if the browser does not support checkValidity [#38121577] 2013-09-25 16:08:32 -03:00
Diogo Biazus c52304acf0 added method to make JS detect the presence of checkValidity function in dom input elements [#38121577] 2013-09-25 15:48:08 -03:00
Diogo Biazus 4a412dfe6f fixing specs and setting near_of and empty routes. [fix #55981720] 2013-09-06 12:59:25 -03:00
Diogo Biazus a6ea36ed90 Merge branch 'master' of github.com:catarse/catarse into fix_js_routes 2013-09-06 12:14:30 -03:00
Diogo Biazus dd23a89f4a implemented methods to access root view, and router in root view. 2013-09-05 19:13:22 -03:00
Antônio Roberto Silva 2853215e87 fix jasmine specs 2013-09-05 18:35:52 -03:00
Antônio Roberto Silva f1b80e53f6 added feedback and support tab on new login flow [Fix #55667778] 2013-08-26 17:19:41 -03:00
Diogo Biazus 088ce8274d now we check the initial state of live_in_brazil checkbox on page load and set the address_data visibility accordingly [fix #55585396] 2013-08-21 18:54:05 -03:00
Diogo Biazus 87ce5f5b71 fixing spec description 2013-08-21 13:11:46 -03:00
Diogo Biazus 3c74d6b807 added Skull view to check for video url on timed input in project creation form 2013-08-21 12:52:41 -03:00
Diogo Biazus 3789b9e2ac Created skull view for project form and for permalink input. User mixins to validate both. Check slug using the default project_by_slug_path. Put permalink pattern in pattern attribute to validate using HTML5 form validation. 2013-08-20 18:30:32 -03:00
Diogo Biazus b97b0152f1 created Skull.TimedInput mixin to use the timedKeyup events in views with inputs as root el 2013-08-20 16:55:08 -03:00
Diogo Biazus 45b9bd7885 put generic maskElement method in App Skull view and called it on activate to mask all elements using data-mask 2013-08-19 20:31:38 -03:00
Diogo Biazus a4313f5eb4 fixed broken JS specs 2013-08-19 17:23:02 -03:00
Diogo Biazus 737fd6d8aa Merge branch 'master' of github.com:catarse/catarse 2013-08-14 18:34:38 -03:00
Diogo Biazus 693c859eee fixing JS specs in firefox 2013-08-14 18:33:29 -03:00
Antônio Roberto Silva 99ffa4f481 added specs for registration.js 2013-08-14 18:15:52 -03:00
Antônio Roberto Silva 49ac42c04c rename routes and remove unused files 2013-08-14 00:06:15 -03:00
Diogo Biazus 127f9f2fae created several spec for the ReviewForm 2013-08-08 17:29:47 -03:00