Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-13 | Add string representation in teams model | adityacp | |
2020-08-13 | Fix and refactor statistics app | adityacp | |
2020-08-13 | Multiple Changes | adityacp | |
- Fix admin csv download for profile and workshops - Add model manager to get workshops by state and type - Add chartjs, jquery-ui in base.html | |||
2020-08-13 | Fix login_url in settings and statistics in urls | adityacp | |
2020-08-13 | Add pandas to the requirements | adityacp | |
2020-08-05 | Merge pull request #157 from FOSSEE/fix_issues | Palaparthy Adityachandra | |
Multiple fixes | |||
2020-07-31 | Multiple fixes | adityacp | |
- Fix urls in activation.html - Add form error in login.html - Fix ajax url in propose_workshop.html - Delete the workshop attachment on the disk - Add media url in project urls | |||
2020-07-29 | Merge pull request #154 from FOSSEE/fix_cms | Palaparthy Adityachandra | |
Fix CMS app | |||
2020-07-29 | Merge pull request #156 from CruiseDevice/revampv2 | Akash Chavan | |
Workshop app migrations | |||
2020-07-28 | Add a check if json dump exists | CruiseDevice | |
2020-07-28 | Workshop app migrations | CruiseDevice | |
- Pushing all the migrations related to the workshop_app. - Created new migrations to adjust with the updated db schema. - Add .sampleenv file. - Add updated settings.py | |||
2020-07-27 | Change project files | adityacp | |
- Add project views to redirect to the cms home page if available - Add home page title variable in the settings - Change initial reg ex url pattern for the app urls | |||
2020-07-27 | Change workshop_app files | adityacp | |
- Add app_name in workshop_app urls - Change redirect reverse url accoriding to app name - Change urls in email messages | |||
2020-07-27 | Change design and url patterns | adityacp | |
2020-07-27 | Change models, views, admin, template | adityacp | |
- Add active boolean field in all models - Get the pages based on the active status - Minor code refactor in views - Add app_name in urls | |||
2020-07-27 | Delete unnecessary static files | adityacp | |
2020-07-21 | Get latest changes and resolve conflicts | adityacp | |
2020-07-01 | Merge pull request #153 from FOSSEE/revampv2 | Palaparthy Adityachandra | |
Revamp workshop website | |||
2020-07-01 | Merge branch 'revampv2' of https://github.com/FOSSEE/workshop_booking into ↵ | adityacp | |
revampv2 | |||
2020-07-01 | Change views, models, settings, urls | adityacp | |
- Fix pep8 in app urls - Add default django forgot password url in project url - Add uuid field in workshop model - fix few pep8 in the models.py - Add template directory in settings - Update requirements.txt | |||
2020-07-01 | Change templates | adityacp | |
- Add custom template tag to check user group - Disable propose workshop option for the instructor - Show a generic message info in the propose workshop section - Fix forgot password - Make a proper footer - Remove navbar options in the login page - Other minor fixes | |||
2020-06-30 | Merge pull request #144 from pnshiralkar/messages | Palaparthy Adityachandra | |
Messages | |||
2020-06-30 | Merge pull request #139 from pnshiralkar/fix-profile-page | Palaparthy Adityachandra | |
Fixed view profile page, closes #137 | |||
2020-06-27 | Merge branch 'messages' of https://github.com/pnshiralkar/workshop_booking ↵ | adityacp | |
into revampv2 | |||
2020-05-29 | Added messages to save, update, delete and other events | pnshiralkar | |
2020-05-29 | Setup messages frontend | pnshiralkar | |
2020-05-29 | Merge branch 'revampv2' of https://github.com/FOSSEE/workshop_booking into ↵ | pnshiralkar | |
fix-profile-page | |||
2020-05-29 | Merge pull request #142 from pnshiralkar/replace-cdn | ankitjavalkar | |
Replace CDN with static | |||
2020-05-28 | Merge pull request #140 from pnshiralkar/fix-footer-tnc-modal-close-btn | ankitjavalkar | |
Fixed footer and Terms and conditions close button | |||
2020-05-28 | Solved merge conflicts | pnshiralkar | |
2020-05-22 | Replaced CDN with local files | pnshiralkar | |
2020-05-21 | Merge pull request #131 from pnshiralkar/workshop-comments | ankitjavalkar | |
Workshop comments | |||
2020-05-19 | Merge branch 'revampv2' of https://github.com/FOSSEE/workshop_booking into cms | pnshiralkar | |
2020-05-19 | Fixed footer and Terms and conditions close button, resolves #138 | pnshiralkar | |
2020-05-19 | Fixed view profile bug, closes #137 | pnshiralkar | |
2020-05-18 | Resolved merge conflicts | pnshiralkar | |
2020-05-18 | Fixed accept workshop without files bug | pnshiralkar | |
2020-05-18 | Renamed model WorkshopComments to Comments and added hidden tag to the ↵ | pnshiralkar | |
non-public comments | |||
2020-05-18 | Merge pull request #132 from pnshiralkar/add-edit-workshop-types | ankitjavalkar | |
Add edit workshop types | |||
2020-05-18 | Resolved merge conflicts | pnshiralkar | |
2020-05-18 | Resolved merge conflicts, Base.html nav links fixed, removed redundant print ↵ | pnshiralkar | |
statements | |||
2020-05-18 | Merge pull request #134 from pnshiralkar/propose-ws-tnc | ankitjavalkar | |
Propose workshop page terms and conditions | |||
2020-05-14 | URL problems fixed | pnshiralkar | |
2020-05-14 | Resolved merge conflicts | pnshiralkar | |
2020-05-14 | Resolved merge conflicts | pnshiralkar | |
2020-05-14 | Improved Adminsite view, changed CDN to static files | pnshiralkar | |
2020-05-14 | Merged from revamov2 | pnshiralkar | |
2020-05-14 | Merge pull request #130 from pnshiralkar/split-workshops-view | ankitjavalkar | |
Split my_workshops view | |||
2020-05-13 | feat: CMS App | pnshiralkar | |
- Added cms app to INSTALLED_APPS in settings - Removed index URL from workshop_app/urls.py - Added cms urls to workshop_portal/urls.py - Added cms_base html for renderring cms - Modified static file model to save uploaded files into static location | |||
2020-05-11 | Init cms app, added models | pnshiralkar | |