Charles Shin
a970cac515
Fixed duplicate UserResponse added bug and added unique constraint on UserResponse
8 years ago
Charles Shin
e4659f1285
Updated pages
8 years ago
Mike Olund
733d7535df
Fixed the environment variable check for selecting localdev builds
8 years ago
Mike Olund
ff81a1a04b
removed libsass dependency
8 years ago
Mike Olund
81e40fa610
Removed unnecessary dependencies
8 years ago
Charles Shin
2654b57184
Updated tooltip and property page
8 years ago
Charles Shin
2addaeaa7d
Rename folders and clean up unused codes
8 years ago
Mike Olund
b78e88e46a
Added back the missing font files that were causing a build error during manage.py collectstatic
8 years ago
Charles Shin
be1ba8ce1c
Updated review page and form35,36,38,52 css
8 years ago
Charles Shin
f06fbc2b2b
Updated new style for checkbox and textbox
8 years ago
Charles Shin
f70b234867
Show alert message if separation date is less than a year from current date
8 years ago
Charles Shin
35b3b73dbc
Updated links to open in new tab or window
8 years ago
Charles Shin
9979b6d6a2
Added second address fields and textarea for property section
8 years ago
Foley Lynn
5a1ab42af3
Slimmed down css for preview and pdf, additions to styleguide
8 years ago
Foley Lynn
f079118d8f
CSS cleanup of question flow, updates to styleguide
8 years ago
Mike Olund
12dadea018
Updated Apache 2.0 license to Province of BC version
8 years ago
Mike Olund
811bd0675f
fixed proxy url errors in pdf html-view static css
8 years ago
Mike Olund
ee309bba0f
fixed proxy url error in ajax requests
8 years ago
Mike Olund
650966c355
updated the build templates following git repository move and weasyprint fork
8 years ago
Mike Olund
17a2fcb7d4
Added a password to the login form, just in case anyone from the general public discovers the dev server before bceid is fully configured
8 years ago
Mike Olund
7eaab422db
Fixed 302 redirect behaviour with Justice reverse proxy
8 years ago
Charles Shin
c4c25d4072
Updated the data for the Question table in the database
8 years ago
Charles Shin
d1c6600b15
Added a custom Django template tag for retrieving responses to completed form questions
8 years ago
Mike Olund
90c6e3e61d
Created a fake BCEID login screen for use in localdev environments
8 years ago
Mike Olund
c5d4cc4698
Added Nginx Reverse Proxy
8 years ago
Mike Olund
51ceb5dc5c
Added OpenShift configuration
8 years ago
Mike Olund
7603d7532c
Forked docker-weasyprint into a sub-directory of the eDivorce project so we could address WeasyPrint issue #233 (also submitted a pull request to docker-weasyprint)
8 years ago
Mike Olund
270a77a2db
Updates to the Django project to support parallel localdev and OpenShift configurations
8 years ago
Foley Lynn
c04ebb350b
HTML layouts for PDF forms
8 years ago
Charles Shin
b8eed52d3e
Implemented Django interface for filling in forms
8 years ago
Foley Lynn
b418029b5e
Implemented visual design & bootstrap templates
8 years ago
Justin Johnson
09c07000a1
Set up skeleton for eDivorce and re-arranged the Django project to ORC conventions
8 years ago
Ben Parees
9f38043a5e
Merge pull request #61 from stedotmartin/master
Updated django-debug-toolbar to 1.5 to fix
9 years ago
Stephen Martin
734d72755f
Updated django-debug-toolbar to 1.5 to fix
TypeError at /
process() missing 1 required positional argument: 'stream'
Related to https://github.com/jazzband/django-debug-toolbar/issues/856
9 years ago
Ben Parees
b0d550d173
Merge pull request #59 from luciddreamz/master
Adds Django/PostgreSQL template with persistent storage.
9 years ago
luciddreamz
de05f62676
Adds Django/PostgreSQL template with persistent storage.
9 years ago
Ben Parees
fa3c4f3399
Merge pull request #55 from bparees/bump_version
bump to latest imagestream versions
9 years ago
Ben Parees
bb07bf1b49
bump to latest imagestream versions
9 years ago
Rodolfo Carvalho
8a0c7d6a9b
Merge pull request #53 from jfmatth/whitenoise-compression
enable whitenoise compression #3
9 years ago
John Matthew
7c7c236824
enable compression
9 years ago
Rodolfo Carvalho
6aa44a62c5
Merge pull request #50 from jfmatth/add-whitenoise
Put Whitenoise back in settings.py
9 years ago
John Matthew
47671cfcf7
update to remove old whitenoise setup
9 years ago
John Matthew
22b1bdf656
remove extra line
9 years ago
Ben Parees
6e6a53ec04
Merge pull request #51 from dinhxuanvu/template-fix
Add PIP_INDEX_URL option and fix required parameter issue
9 years ago
Vu Dinh
472ea2f68f
Add PIP_INDEX_URL option and fix required parameter issue
The new PIP_INDEX_URL parameter is added to allow custom PyPi mirror
URL to be used during the build process.
There are several paramaters that are required but didn't listed as
requested (*). Now, they are marked as required to be explicit.
Signed-off-by: Vu Dinh <vdinh@redhat.com>
9 years ago
John Matthew
a33bd309a6
Put Whitenoise back in settings.py
9 years ago
Ben Parees
70d28615a8
Merge pull request #47 from dinhxuanvu/django-version
Fix Django version incompatible for Python 3.3
9 years ago
Ben Parees
c57ca429be
Merge pull request #46 from bkmagnetron/master
docs: update python 33 to python 35
9 years ago
Balakrishnan
3cf1378da5
Fix ImportError: cannot import name find_spec
find_spec isn't available in Python 3.3; it was added in Python 3.4.
9 years ago
Vu Dinh
dc5fa090df
Fix Django version incompatable for Python 3.3
The current required Django version is 1.9.5 which doesn't support
Python 3.3 which causes the Python 3.3 deployment to fail while
using django-ex git repo.
The Django version is modified to use 1.8.x only to include Python
3.3 support.
Signed-off-by: Vu Dinh <vdinh@redhat.com>
9 years ago