summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-24Add html page for self learning courseAkshen
2018-02-21Add TestCases for Profile StatsAkshen
- Adds test cases for Profile Statistics - Adds columns to Coordinator and Instructor Stats - Increases the number of days for upcoming workshops :
2018-02-16Add Reverse Sorting to Profile StatsAkshen
2018-02-16Add Profile StatisticsAkshen
- Instructor can view stats of Coordinator and Instructors - Upcoming Workshop limit increased to 30 days
2018-02-12Add First and Last name column while downloading profile dataAkshen
- First name and Last name added in admin.py ProfileAdmin class for making it downloadable
2018-02-08Fix issue of multiple datepickersAkshen
- Multiple datepickers poped during date change in my_workshops tab if there were more than 1 workshop, this will fix it by identifying workshops based on their number in table
2018-02-07Format Dates while changing date of workshopAkshen
2018-02-07Update Date Validator on DateChange Feature for instructorAkshen
- Can prepone and postpone dates of workshop - js calender updated
2018-02-06Allow Instructor to postpone workshopsAkshen
- Instructor can postpone workshops - Sorting Fix in my_workshops
2018-01-31Update Open Course PDFAkshen
- removed self_workshop.html
2018-01-31Add pdf file for open course detailsAkshen
2018-01-29Update Instruction PDF'sAkshen
- Instruction for Coordinator(3days) - Instruction for Participant(3days) - ISCP schedule
2018-01-22Add Cookie AgeAkshen
- updates settings.py - updates layout of information on self_workshop.html
2018-01-17Update requirements.txtAkshen
2018-01-17Add Instructions for Open Online CoursesAkshen
- Removes ChatBot - Adds Banner for Open Online Courses - Adds template for Instructions(POOCs)
2017-12-28Fix missing coverage in requirements.txtAkshen
2017-12-28Add ChatBotAkshen
- This commit will add chatbot - requirements.txt changed - required css/js and html added for chatbot - parameters set for chatbot in settings.py - yaml files(training data) to be added
2017-11-30Remove Scipy bannerAkshen
- Removes SciPy banner - Updates title for Open Statistics Page
2017-11-10Merge pull request #27 from Akshen/developAkshen
Send Reminder Mails to Coordinators
2017-11-09Send Reminder Mails to CoordinatorsAkshen
- reminder_script.py edited to send reminder mails to coordinators about the workshop
2017-10-10Merge pull request #26 from Akshen/testingAkshen
Update Banner for SciPy Event17
2017-10-10Update Banner for SciPy Event17Akshen
- Adds SciPy17 banner - Changes Brand Nav to FOSSEE Workshops - Title Changed in MapofIndia
2017-10-09Merge pull request #25 from Akshen/developAkshen
Adds Share Details and Logging
2017-10-09Adds Exception for LogFileAkshen
- Adds try/except while searching for .log file and configuration
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