shireenrao
85c7ff1288
remove html5.js as source no longer exists ( #853 )
...
* remove html5.js as source no longer exists
* Update the path for html5shiv
Added path https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js
2016-10-19 08:51:53 -07:00
Marlon
bb15e5a02e
Create 403_csrf.html ( #803 )
...
This takes advantage of the ability to easily customize the 403 template for CSRF, introduced in Django 1.10.
2016-10-05 16:01:30 +02:00
Fabio C. Barrioneuvo da Luz
fc770f1506
update jquery to 3.1.1
2016-09-29 01:07:40 -03:00
Fabio C. Barrioneuvo da Luz
0ea6153b00
removed django-autoslug until it's ready for 1.10
2016-09-29 01:01:01 -03:00
Fabio C. Barrioneuvo da Luz
7740744885
sync migrations with django1.10
2016-09-29 01:01:01 -03:00
Fabio C. Barrioneuvo da Luz
791b2f5cc2
update frontend dependencies
2016-09-29 01:01:01 -03:00
Steve Steiner
d556f3cc5f
Make test_docker.sh tests pass by passing new password auth rules
2016-09-29 01:01:01 -03:00
Audrey Roy Greenfeld
9013f072a8
Test users app URL patterns
...
For the sake of completeness, and since regular expressions can be error-prone.
2016-09-14 15:51:18 -07:00
Audrey Roy Greenfeld
bf6d6b741c
Remove redundant comments
...
Thought these comments seemed unnecessary.
2016-09-14 15:32:58 -07:00
Audrey Roy Greenfeld
84ee2fc5ec
Convey button role to screen readers
...
See http://v4-alpha.getbootstrap.com/components/buttons/#button-tags for more on `role="button"` attribute
2016-09-13 13:14:45 -07:00
Audrey Roy Greenfeld
833e59f89c
Make navbar titlecasing consistent
2016-09-13 13:10:36 -07:00
Jannis Gebauer
7d7b044432
Remove webpack and merge ( #778 ) ( #785 )
...
* Remove webpack and merge
* Put postgresql_version line back in cookiecutter.json
* Put goldhand back in contributors file, added ssteinerX
* Add *.egginfo to .gitignore
* Fix dangling endif in README.rst
2016-09-12 00:22:21 +02:00
Audrey Roy Greenfeld
04bd07bbef
Make user form template indentation consistent
2016-09-10 09:59:52 -07:00
Daniel Hepper
12aed4724e
Use app registry instead of INSTALLED_APPS to discover celery tasks ( #754 )
...
* Use app registry instead of INSTALLED_APPS to discover celery tasks. Fixes #717
* Added Daniel Hepper to contributors list
2016-09-10 13:33:25 +02:00
Audrey Roy Greenfeld
2b2caaf6ce
Template indentation cleanup
2016-09-09 16:39:49 -07:00
Audrey Roy Greenfeld
8bbf83d3d7
Combine load tags, fix indentation
2016-09-09 16:29:18 -07:00
Philip Deuchler
887ba934e2
Fixes an issue with Jinja choking on a django template tag ( #759 )
...
* Fixes an issue with Jinja choking on a django template tag, similar to #278
* Same fix for field_errors_block.html
2016-08-26 12:35:48 -07:00
Daniel Roy Greenfeld
c01d81b2fe
Added bootstrap4 templates to fix Crispy Forms
2016-08-26 10:40:18 -07:00
Daniel Roy Greenfeld
50573b1910
Formatting hack to get around crispy-forms unfortunate hardcoding in helpers.FormHelper
2016-08-26 09:33:36 -07:00
Michael Luk
5f53ebe5f1
add missing 'raw' tag to fix jinja error ( #755 )
2016-08-25 13:27:25 +05:30
Daniel Roy Greenfeld
ba2673ab5f
Made Bootstrap4 Alpha 2 compliant
2016-08-24 19:31:13 -07:00
Parbhat Puri
e5fe8fa935
fix: offset class modified in Bootstrap 4 alpha 3 ( #720 )
2016-08-16 12:22:56 -07:00
Audrey Roy Greenfeld
603e36acf9
Upgrade to Bootstrap 4 Alpha 3
2016-08-03 16:03:43 -07:00
Jannis Gebauer
248a5647f6
Merge pull request #627 from kappataumu/fix-574
...
Fix for issue #574
2016-06-24 22:43:05 +02:00
Will Farley
8880e777d2
WIP: Add webpack as an option ( #610 )
...
* Add webpack as an option
Adds webpack as a js_taskrunner option to cookiecutter-json. Will clone @hzdg/cookiecutter-webpack --pydanny-django branch into the project using cookiecutter's api in post_hooks.
The static webpack project will be placed into the <project_slug>/static/<project_slug>/ directory.
The webpack configs are placed in the ./config/ directory.
The cookiecutter-webpack project includes react / redux / karma configurations that are brought into the project.
* Add webpack documentation
2016-06-19 12:24:43 -07:00
Daniel Roy Greenfeld
bf15e018c2
Switch to using apps.py with Users app
2016-06-18 13:18:40 -07:00
Andres Gonzalez
3d2385a3b6
Add django-compressor suport ( #568 )
...
* #342 Add compressor option to requirements
* #342 Add compressor to production settings
* #342 Add compressor to base template
* #342 Add settings to common.py and add tags to base template
* #342 Flake8 fix for tox tests
* #342 Remove redundant line
* #342 Add required options for S3 to production.py and added Env variable to enable/disable compression
* #342 Add required options for compressor on S3 to production.py
2016-06-17 19:07:45 -07:00
kappataumu
4c334c07b5
Fix automated conversion hiccup
2016-06-16 12:22:07 +00:00
kappataumu
a023333499
Change to Sign out for consistency
2016-06-16 12:16:20 +00:00
kappataumu
ee7b4dd108
Logout button class fix
2016-06-16 11:56:58 +00:00
kappataumu
6e7ac19f69
Change to Sign in for consistency
2016-06-16 11:54:03 +00:00
kappataumu
813032eff7
Fix buttons
2016-06-16 11:47:38 +00:00
kappataumu
9dda2a97da
Update base.html
2016-06-16 11:28:54 +00:00
kappataumu
473ee0760e
Sync with upstream
2016-06-16 11:28:23 +00:00
kappataumu
83db25211d
Update Bootstrap CSS and JS to v4.0.0-alpha.2 minified. Fixes #589
2016-06-06 13:48:00 +00:00
Daniel Roy Greenfeld
783e7f644e
Fix #390 #450
2016-06-05 12:32:05 -07:00
Daniel Roy Greenfeld
f40f304457
Use sentry for error reporting
2016-06-05 10:47:07 -07:00
Vivian Guillen
cda3cfc641
merge in @@viviangb #585
2016-06-03 17:35:46 -07:00
Daniel Roy Greenfeld
36ac82b1cf
Removed angular2
2016-06-03 14:07:25 -07:00
Fabio C. Barrioneuvo da Luz
0601795f68
update requirements and changelog
2016-05-13 00:13:42 -03:00
Fabio C. Barrioneuvo da Luz
2b878fcf36
replace occurrences of readthedocs.org to readthedocs.io
2016-05-09 17:18:58 -03:00
Audrey Roy Greenfeld
15f350f05e
Change repo_name to project_slug for clarity.
2016-04-20 10:00:35 -07:00