Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-28 | Pending Proposal notification - Add try-except, change count calculation method | ankitjavalkar | |
2015-01-28 | added links to book details for books under progress | hardythe1 | |
2015-01-28 | automated updation of books under progress link | hardythe1 | |
2015-01-23 | redirected to login page if not logged for old book submission | hardythe1 | |
2015-01-21 | Pending Proposal notification - fix minor bugs, tooltip formatting | ankitjavalkar | |
2015-01-20 | Add Feature - Pending Proposal notification - HTML changes | ankitjavalkar | |
add custom css and design to homepage base.html | |||
2015-01-07 | Remove alert message from aicte-book template | ankitjavalkar | |
2014-12-24 | Profile made mandatory. Proposal or code submission links will redirect to ↵ | prathamesh | |
profile page, if the profile does not exist. | |||
2014-12-23 | added chapter links for old books & corrected a minor error for approving ↵ | hardythe1 | |
old books | |||
2014-11-24 | Removed whitespaces | prathamesh | |
2014-11-24 | Certifiate Generation Implemented | prathamesh | |
2014-11-19 | added template for certifactes | hardythe1 | |
2014-11-19 | added views & templates for certificate generation | hardythe1 | |
2014-11-18 | Merge pull request #5 from prathamesh920/link_chapters_images | Hardik Ghaghada | |
Screenshots will be linked to corresponding chapter | |||
2014-11-14 | Screenshots will be linked to corresponding chapter | prathamesh | |
Any new chapters and screenshots submitted will be linked. | |||
2014-11-07 | updating list | hardythe1 | |
2014-11-07 | updating list | hardythe1 | |
2014-10-31 | categorised aicte books & corrected a minor error for jquery | hardythe1 | |
2014-10-31 | added {% block script %} that was accidentally removed while resolving conflicts | hardythe1 | |
2014-10-30 | adding links to submit book (before automated proposal) | hardythe1 | |
2014-10-30 | Conflict Resolved | hardythe1 | |
2014-10-30 | all the required changes for deploying Alpha Automated Proposal | hardythe1 | |
2014-10-28 | Merge branch 'master' of https://github.com/FOSSEE/Python-TBC-Interface | hardythe1 | |
2014-10-28 | updating list | hardythe1 | |
2014-10-11 | added google cse | Jayaram R Pai | |
2014-10-09 | added about tbc back from python.fossee.in | hardythe1 | |
2014-10-09 | removed no of chapters while submitting the proposal | hardythe1 | |
2014-09-25 | added JS to track page hits | hardythe1 | |
2014-09-25 | Fixed minor problems before deploying the automated proposal | hardythe1 | |
2014-09-24 | resolved merge conflicts | hardythe1 | |
2014-09-23 | Updating list | hardythe1 | |
2014-09-16 | made pre-filled fields read only | hardythe1 | |
2014-09-16 | integrated aicte proposal with normal proposal: | hardythe1 | |
2014-09-12 | Activity log extended. | prathamesh | |
Activity log extended to log email messages between the reviewer and user. | |||
2014-09-11 | udating list | hardythe1 | |
2014-09-10 | updating list | hardythe1 | |
2014-08-28 | updating list | hardythe1 | |
2014-08-28 | added condition to remove options to approve & notify book if the book is ↵ | hardythe1 | |
approved | |||
2014-08-27 | conflict resolved | hardythe1 | |
2014-08-27 | Model added for activity log. Model is inheriting admins log model | prathamesh | |
All the activities for a given proposal is available for the reviewer. | |||
2014-08-25 | removed links to ipynb server & added to the custom js | hardythe1 | |
2014-08-25 | correcting error in the table | hardythe1 | |
2014-08-25 | correcting error in the table | hardythe1 | |
2014-08-25 | adding table | hardythe1 | |
2014-08-25 | adding table | hardythe1 | |
2014-08-25 | updating list | hardythe1 | |
2014-08-25 | added changes to put the AICTE books list | hardythe1 | |
2014-08-20 | updating list | hardythe1 | |
2014-08-20 | updating list | hardythe1 | |
2014-08-18 | Modification to proposal and sample notebook flow | prathamesh | |
After the proposal is rejected, user will again submit the proposal. So the proposal form is filled with the initial values of the rejected proposal. Sample notebook can be submitted only if the proposal is approved else will display a message saying 'not permitted' User after sample notebook submission can anytime edit it. Modified the template for the reviewer to see the new and old proposal. Since the ids where same for the collapse element in the loop so there was problem in javascript. Profile view modified. First checks for the user profile. If exists then updates or else creates a new profile for the user. This will prevent multiple profile for a single user.[Alternatively, we can give one-to-one relation between user and profile in models] |