Commit Graph

1887 Commits

Author SHA1 Message Date
PCoder fca291c6a5 Added VMTemplateSerializer 2017-07-27 12:05:01 +05:30
PCoder 1a6e497e38 Removed another openebula call after submitting landing page calculator 2017-07-27 11:25:48 +05:30
M.Ravi 8485819caa Removed unneeded code from datacenterlight/views.py 2017-07-26 20:58:08 +02:00
M.Ravi 1f58da70d4 Removed OpenNebula code from the IndexView and code reformatted 2017-07-26 20:39:51 +02:00
M.Ravi f3cfe19e68 Reformatted the template file and used opennebula_vm_template_id instead of template_id 2017-07-26 20:38:53 +02:00
M.Ravi 71e4fece58 Renamed opennebula_vm_id to opennebula_vm_template_id 2017-07-26 20:35:12 +02:00
M.Ravi 762c8b14cc Added fetchvmtemplates management command in datacenterlight 2017-07-26 19:52:02 +02:00
M.Ravi bc2ad28969 Fixed bug where we need to fetch VMs whose names strictly begin with 'public-' 2017-07-26 19:41:05 +02:00
M.Ravi c92960a3e6 Added VMTemplate model 2017-07-26 19:38:38 +02:00
Pcoder a05b5b6918 Merge pull request #412 from amarynets/bugfix/change_text_on_button
Change text on button Order now -> Continue!
2017-07-25 20:36:13 +02:00
Pcoder c5f7a79f5a Merge pull request #407 from tiwariav/bugfix/icon_underbars
Social icons underbars removed #3593
2017-07-25 20:21:24 +02:00
Andrii Marynets 0db218cfbf Change text on button Order now! 2017-07-24 18:52:28 +03:00
ARvind Tiwari c26e9a692a social icons underbars removed 2017-07-21 21:10:33 +05:30
Polycarp Okock 652054d334 Update Change log
Fixed indentation
2017-07-21 01:00:40 +03:00
Polycarp Okock 1c5979a517 Updating Change log
As at 21/07/2017
2017-07-21 00:57:57 +03:00
Polycarp Okock 2c422c49f6 Merge pull request #395 from macs03/bugfix/#3558
Task #3558 header change
2017-07-20 22:22:54 +03:00
Andrii 64b29271e0 Merge pull request #406 from amarynets/bugfix/hover_on_mobile_device_#3588
Fix :hover on mobile device
2017-07-20 22:21:37 +03:00
Andrii Marynets 72ece2ec29 Merge branch 'master' into bugfix/hover_on_mobile_device_#3588 2017-07-20 22:17:58 +03:00
Polycarp Okock 39b06775a7 Merge pull request #399 from pcoder/task/3581/change_font_weight
Added font-weight-> 300 to .split-section .split-text .lead in dcl
2017-07-20 22:14:01 +03:00
Andrii Marynets 884fd6cda1 Fix :hover on mobile device 2017-07-20 22:10:09 +03:00
Polycarp Okock f310c20771 Merge pull request #405 from deaspo/fixing3591
Fix for Task 3591
2017-07-20 22:06:22 +03:00
Miguel Cardenas 38413820be font family late light for titles 2017-07-20 11:13:08 -05:00
Polycarp Okock 7a8154a907 Updated Views
Added the cardholder_name as one of the fields retrieved from the Payment page
2017-07-20 15:02:59 +03:00
Polycarp Okock 50f7227b10 Updated Order_detail
Added the tag to load the Card holder name entered from the billing address
2017-07-20 15:00:14 +03:00
Polycarp Okock 4c71130e2b Merge pull request #10 from ungleich/master
Pulling Master Changes
2017-07-20 14:55:19 +03:00
PCoder bc10cf5e41 Set font size to 21px to all new-lead elements 2017-07-19 02:44:40 +05:30
Pcoder dc5276c217 Merge pull request #398 from amarynets/bugfix/superuser_does_not_see_all_admin_site
The superadmin user when created is now active by default and is_superuser is set to true.
2017-07-18 21:38:01 +02:00
M.Ravi 32312646ae Updated the Changelog 2017-07-18 19:56:04 +02:00
M.Ravi 04fe427571 Added link to impact hub logo 2017-07-18 19:47:45 +02:00
Pcoder 7dcf335c3a Merge pull request #402 from pcoder/task/3590/impact_hub_partner_logo_text
Added impacthub partner text and logo. Adjusted the layout for various screens.
2017-07-17 23:52:43 +02:00
PCoder a2631a9e8d Added impacthub partner text and logo. Adjusted the layout for various screens. 2017-07-18 03:03:36 +05:30
PCoder af46927b9d Changed the font weight of the lead text to 300 2017-07-18 01:35:33 +05:30
Pcoder 53ec2d5e7d Merge pull request #400 from pcoder/bug/date_align_right_order_confirm
Added style to right align date in desktop view in Order Confirm page
2017-07-17 21:07:54 +02:00
PCoder f4aec68bfd Added style to right align date in desktop view in Order Confirm page 2017-07-18 00:30:32 +05:30
Pcoder 4fa6e7ae4c Merge pull request #397 from pcoder/task/3580/expand_input_field_on_credit_card
This PR rearranges the components in the payment form. 

- We introduced a new field "Cardholder's Name" as part of the billing address. 
- The stripe input fields are mounted individually.
- The overlapping of date field in the mobile view of the confirm order page is fixed.
- We now have customized place holder texts and customized styles for the stripe input fields.

Task/3580/expand input field on credit card
2017-07-17 20:12:22 +02:00
PCoder 832ec48e93 Cleaned up some commented out code 2017-07-17 23:35:31 +05:30
PCoder 834810baf0 Added padding to enlarge the Submit payment button 2017-07-17 23:18:58 +05:30
PCoder c938af51a5 Added font-weight-> 300 to .split-section .split-text .lead in dcl landing-page.css 2017-07-17 03:16:23 +05:30
PCoder 3f6250862b Changed text align left to the date in the order_detail.html both in dcl and hosting 2017-07-17 02:57:24 +05:30
PCoder 9bb4742607 Fixed overlapping issue of date and billing address in hosting order_detail.html 2017-07-17 02:53:23 +05:30
PCoder f10b7c0017 Fixed responsive issue 2017-07-17 02:52:41 +05:30
PCoder 7359703de8 Fixed responsive issue for tablet devices 2017-07-17 02:51:49 +05:30
PCoder ec4b47ccb6 Fixed overlapping issue of date and billing address in dcl order_detail.html 2017-07-17 02:50:59 +05:30
PCoder a746fe4af4 Removed inline style 2017-07-17 02:14:08 +05:30
PCoder 3edc426cc4 Using same styles for Card number, CVV and MM/YY 2017-07-17 02:13:27 +05:30
PCoder 56e8734a27 font-weight -> 300 and outline none to the submit button in payment page 2017-07-17 02:12:12 +05:30
PCoder 00f98de6fd deiner -> Deiner, deine -> Deine 2017-07-17 02:11:23 +05:30
PCoder 467bb8f114 Fixed a bug for Enter your credit card number text not showing up in german 2017-07-17 01:17:12 +05:30
PCoder 20a5414f61 Translated processing and Enter your credit card number 2017-07-17 01:06:24 +05:30
PCoder d8fa3430e6 Removed box-shadow and set font-weight 400 in mobile view in the billing details 2017-07-17 00:33:48 +05:30