summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-07Adds Share Details and LoggingAkshen
- Coordinator can share details page with others - Logging feature added for emails
2017-10-07Merge pull request #24 from Akshen/developAkshen
Adds TestCases to statistics_app
2017-09-29Adds TestCases to statistics_appAkshen
- testcases added to statistics_app - ModelsTable_Diagram added - testcase modified for workshop_app/test_views.py
2017-09-25Merge pull request #23 from Akshen/developAkshen
Adds statistics_app
2017-09-25Adds statistics_appAkshen
- Adds statistics_app - moves workshop_stats to statistics_app - changes urls of workshop_stats to statistics - adds public_stats - modified form.py to get off regex warning - updates urls.py
2017-09-20Merge pull request #22 from Akshen/developAkshen
Fixes State Field Bug
2017-09-20Fixes State Field BugAkshen
- State field bug in registration form fixed - Test cases updated for the same - my_workshops page titles changed
2017-09-14Merge pull request #21 from Akshen/developAkshen
Adds India Map
2017-09-14Adds India MapAkshen
- Updates model adds state as option - Instructor can view number of workshops state-wise in Map of India - Updates test cases for test_model and test_views - Updates .gitignore - Updates form
2017-09-06Merge pull request #20 from Akshen/developAkshen
Develop
2017-09-06Adds Pie ChartAkshen
- Adds Pie Chart to Workshop Stats - Corrects code format
2017-09-05Updates Registration FormAkshen
- Adds title, source and location - Send mail fail silently set to True - Models and Forms updated
2017-09-05Updates Workshop StatsAkshen
- Updates .gitignore - Updates footer, sets it to fixed position - Adds Workshop Stats - Instructor can Download or View Workshop stats from the givin date range - Instructor can view number of workshops per month in chart - Writes test for Workshop Stats
2017-08-16Adds RequestedWorkshop Data to ScheduledWorkshop TemplateAkshen
- Fetchs Accepted workshop data from requestedWorkshop and shows in scheduled workshop template - changes content in send_mails - updates scheduled_workshops with table for requestedworkshop data
2017-08-10Merge pull request #18 from Akshen/testingMahesh Gudi
Adds Workshop Reminder Mail
2017-08-10Updates Reminder ScriptAkshen
2017-08-10Adds Workshop Reminder MailAkshen
- Python Script to create env and send mail for scheduled workshops - Bash script to be triggered by cron job for py-script activation
2017-08-08Merge pull request #17 from Akshen/testingMahesh Gudi
Adds Social Media Links
2017-08-08Adds Social Media LinksAkshen
- Adds social media links on index.html (fb,youtube,g+) - Adds side bar images on testimonials page - changes css for the above files
2017-08-08Merge pull request #16 from Akshen/testingMahesh Gudi
Updates TestCases
2017-08-07Fixes Test casesAkshen
- Fixes test cases for StaticPages in test_view
2017-08-04Sorted List of Scheduled WorkshopAkshen
- Instructor views sorted list of scheduled workshops - Activation template contain change - text formatting in my_workshops template
2017-08-04Updates flowchartAkshen
2017-08-02Updates TestCasesAkshen
2017-08-02Updates TestCasesAkshen
2017-08-01Merge pull request #14 from Akshen/testingMahesh Gudi
Adds Scheduled Workshop Template
2017-08-01Sends Mail To Instructor on each Propose Workshop requestAkshen
2017-08-01Adds Scheduled Workshop TemplateAkshen
- Instructors can View All Scheduled Workshops from Proposed Table - Changes username to fullname while sending mails of workshop - Update of instructions-for-participants pdf in ISCP
2017-07-26Merge pull request #13 from Akshen/testingMahesh Gudi
Updates Admin Interface
2017-07-26Updates Admin InterfaceAkshen
- Headers in Tables - Download data in csv format from Table
2017-07-25Merge pull request #12 from Akshen/testingMahesh Gudi
Handles Multiple Requests for ProposeWorkshopDate
2017-07-24Removes Instructor Registration Email UpdateAkshen
2017-07-24Adds separate notification mail of registration for adminAkshen
2017-07-22Handles Multiple Requests for ProposeWorkshopDateAkshen
2017-07-21Merge pull request #11 from Akshen/testingMahesh Gudi
Adds class meta for Models
2017-07-21Adds class meta for ModelsAkshen
2017-07-14Merge pull request #10 from Akshen/testingMahesh Gudi
Changes 3day Workshop PDFs
2017-07-14Changes 3day Workshop PDFsAkshen
2017-06-23Merge pull request #9 from Akshen/testingMahesh Gudi
Fixes Regex Issue
2017-06-23Fixes Regex IssueAkshen
2017-06-22Merge pull request #8 from Akshen/testingMahesh Gudi
Major Update
2017-06-22Sets EndDate timeAkshen
- Propose Workshop Template - recurrance fuction call in views.py
2017-06-22Adds ZipFile FeatureAkshen
- pdf_view function changed to file_view - exclude added in ProposeWorkshopDateForm - required templated changed for file_view - zipfile feature included in file_view
2017-06-21Changes Workshop Creation Date LimitAkshen
- Date limit set t0 2018 from 2040 - Help Text Added in Create Workshop Page - Past Workshop redirected to fossee-stats - Propose workshop date days set to 3
2017-06-20Changes WorkshopType ModelAkshen
- FileField Added to workshoptype model - Creates folder for each file upload - Send email uses the newly created folder to send attachments - structure name changed to flowchart
2017-06-16Fixes Email verificationAkshen
2017-06-15Adds structure pdfAkshen
2017-06-15Major UpdateAkshen
Changes made are as follows - Mobile Friendly - Added view pdf and schedule files as pdf - Forget Password feature - Testimonials Page added - Templates changed - Propose workshop Page Calender Changes - User now can view only future workshops - Css changes for index,register and Propose Workshop Page - Coordinator Position while registering by default
2017-06-07Adds coverage and moves test scripts to a separate foldermahesh
2017-06-07Merge pull request #7 from Akshen/testingMahesh Gudi
Change Nav-Brand CSS color