Commit Graph

185 Commits

Author SHA1 Message Date
Jan Tuomi e9fbc38b4d Remove dead code and fix tokens error 2017-05-27 11:04:59 +03:00
Jan Tuomi f587c69435 Make model names translatable 2017-05-27 10:57:16 +03:00
Aarni 2834da0934 Email new member on request and accept 2017-05-24 21:03:55 +03:00
Jan Tuomi 50fec558c2 Add "last paid" column to member list 2017-05-24 18:22:33 +03:00
Jan Tuomi a10ccec5f0 Housekeeping 2017-05-21 18:08:10 +03:00
Jan Tuomi a2fb923220 Fix all pep8 and eslint errors :0 2017-05-21 16:28:47 +03:00
Jan Tuomi bb70c101d6 Move libraries into their own directory
Resolves #50
2017-05-19 15:39:50 +03:00
Jan Tuomi a34a44ed95 Write some tests and configs for testing 2017-05-18 23:21:05 +03:00
Jan Tuomi c64cf7a7cc Clean up repo and remove docker 2017-05-18 15:49:04 +03:00
Jan Tuomi 80313a7765 Fix "add many" and csv import and export 2017-05-18 13:47:12 +03:00
Jan Tuomi 22e3727320 Remove outdated and failing test case 2017-05-17 15:01:04 +03:00
Jan Tuomi cae57d973e Add payment edit and delete
Application editing still WIP
2017-05-17 13:28:06 +03:00
Jan Tuomi 2b5101566c Mobile styles 2017-05-13 12:15:20 +03:00
Jan Tuomi 850ff0a74d Add notification system to replace noty 2017-05-13 11:19:39 +03:00
Jan Tuomi b798f62a6b Forgot to stage files :0 2017-05-13 10:43:23 +03:00
Jan Tuomi fa13842e5f More general fixes, add error page 2017-05-13 10:40:38 +03:00
Jan Tuomi 44e8ffb57d Members style cleanup, starting to look good 2017-05-13 01:19:37 +03:00
Jan Tuomi 9a87ba56b5 Start using django_tables2 for table processing 2017-05-13 00:18:01 +03:00
Jan Tuomi 74746fc0de More members overhaul
Relates to #44
2017-05-12 21:19:01 +03:00
Jan Tuomi 3a468b9c39 Add payment list view
Relates to #44
2017-05-12 15:03:37 +03:00
Jan Tuomi c5443d25b4 Make application list work in a basic sense 2017-05-11 23:25:59 +03:00
Jan Tuomi 8707cda7bc Clean up and remove tommy :( 2017-05-11 22:43:23 +03:00
Jan Tuomi 7b178ab1f7 Purge Angular from member register, WIP 2017-05-11 22:25:37 +03:00
Jan Tuomi 189f0dd30d Use Django forms in members, WIP 2017-05-11 09:01:30 +03:00
Jan Tuomi 3b770343a0 Merge branch 'feature-payment' into develop 2017-05-10 20:37:29 +03:00
Jan Tuomi 56b6cf4893 Merge remote-tracking branch 'origin/feature-payment' into feature-payment 2017-05-10 19:54:42 +03:00
Jan Tuomi 3f73a94b83 Separate urls.py into modular pieces 2017-04-06 21:03:43 +03:00
Jan Tuomi f5dd72c6c4 Fix CSV separator stripping bug in csv import 2017-04-06 20:32:09 +03:00
Juhana Luomanen 3855fb5179 Fix add_many_member footer problem 2017-03-31 00:25:56 +03:00
henu a947f21652 Change memberRequest model to Request model 2017-03-29 19:37:56 +03:00
henu 8249819e27 Merge branch 'develop' into feature-payment 2017-03-29 19:15:48 +03:00
henu ea36d4b193 Fix member serializers, add own requirements to gitignore 2017-03-29 19:12:46 +03:00
Sika Production 63a28e872e Add migrations back to the repo 2017-03-29 19:01:55 +03:00
okalintu af6a56e238 modify buch of http's to https 2017-03-29 16:54:26 +03:00
henu dd01b44445 Add submitted to request serializer 2017-03-29 06:47:02 +03:00
Jan Tuomi bede518a5d Remove members_index.html 2017-03-22 19:55:04 +02:00
Jan Tuomi 312ed57714 Move changes from feature-member 2017-03-22 19:09:58 +02:00
okalintu e3147c3ef9 Fix broken redirect in member addition 2017-03-08 17:40:50 +02:00
Jan Tuomi 08b4c17044 Revert "[Members] Made frontend to use mainly rest api"
This reverts commit 75418da403.
2017-03-08 17:23:41 +02:00
Henri Varjotie 75418da403 [Members] Made frontend to use mainly rest api 2017-03-01 18:41:41 +02:00
Jan Tuomi b081102f43 Fix log out button position 2017-03-01 15:11:45 +02:00
henu bb206712e4 Implemented rest api to member requests 2017-02-22 18:37:34 +02:00
henu 7b486d640b Added custom permission class to members rest api 2017-02-22 18:02:15 +02:00
henu 4beefd13a4 Added django rest framework to members 2017-02-22 17:13:15 +02:00
Jan Tuomi 22e8e3d995 Fix footer styles 2017-02-12 17:23:38 +02:00
Jan Tuomi 7ee3f69740 Add footer with language controls
Also add a project wide global_static directory at the root for storing
project wide static files. Add some translations for the member register
app.
2017-02-06 01:10:25 +02:00
Jan Tuomi c34e31c0e5 Add some translations for i18n 2017-02-05 23:02:04 +02:00
Jan Tuomi d0185a708f Fix application page errors 2017-02-05 17:20:05 +02:00
Jan Tuomi 990d6b853f Move templates in members app to templates dir
This is kind of a huge, monolithic commit. Templates were being served
as static files, so Django template tags could not be used for, e.g.
internationalization. Now all html files are served as Django templates.
2017-02-05 16:39:49 +02:00
henu 582168b4d3 Added margin to recaptcha 2017-02-01 17:53:52 +02:00