summaryrefslogtreecommitdiff
path: root/tbc/templates
AgeCommit message (Collapse)Author
2015-01-28Pending Proposal notification - Add try-except, change count calculation methodankitjavalkar
2015-01-28added links to book details for books under progresshardythe1
2015-01-28automated updation of books under progress linkhardythe1
2015-01-23redirected to login page if not logged for old book submissionhardythe1
2015-01-21Pending Proposal notification - fix minor bugs, tooltip formattingankitjavalkar
2015-01-20Add Feature - Pending Proposal notification - HTML changesankitjavalkar
add custom css and design to homepage base.html
2015-01-07Remove alert message from aicte-book templateankitjavalkar
2014-12-24Profile made mandatory. Proposal or code submission links will redirect to ↵prathamesh
profile page, if the profile does not exist.
2014-12-23added chapter links for old books & corrected a minor error for approving ↵hardythe1
old books
2014-11-24Removed whitespacesprathamesh
2014-11-24Certifiate Generation Implementedprathamesh
2014-11-19added template for certifacteshardythe1
2014-11-19added views & templates for certificate generationhardythe1
2014-11-18Merge pull request #5 from prathamesh920/link_chapters_imagesHardik Ghaghada
Screenshots will be linked to corresponding chapter
2014-11-14Screenshots will be linked to corresponding chapterprathamesh
Any new chapters and screenshots submitted will be linked.
2014-11-07updating listhardythe1
2014-11-07updating listhardythe1
2014-10-31categorised aicte books & corrected a minor error for jqueryhardythe1
2014-10-31added {% block script %} that was accidentally removed while resolving conflictshardythe1
2014-10-30adding links to submit book (before automated proposal)hardythe1
2014-10-30Conflict Resolvedhardythe1
2014-10-30all the required changes for deploying Alpha Automated Proposalhardythe1
2014-10-28Merge branch 'master' of https://github.com/FOSSEE/Python-TBC-Interfacehardythe1
2014-10-28updating listhardythe1
2014-10-11added google cseJayaram R Pai
2014-10-09added about tbc back from python.fossee.inhardythe1
2014-10-09removed no of chapters while submitting the proposalhardythe1
2014-09-25added JS to track page hitshardythe1
2014-09-25Fixed minor problems before deploying the automated proposalhardythe1
2014-09-24resolved merge conflictshardythe1
2014-09-23Updating listhardythe1
2014-09-16made pre-filled fields read onlyhardythe1
2014-09-16integrated aicte proposal with normal proposal:hardythe1
2014-09-12Activity log extended.prathamesh
Activity log extended to log email messages between the reviewer and user.
2014-09-11udating listhardythe1
2014-09-10updating listhardythe1
2014-08-28updating listhardythe1
2014-08-28added condition to remove options to approve & notify book if the book is ↵hardythe1
approved
2014-08-27conflict resolvedhardythe1
2014-08-27Model added for activity log. Model is inheriting admins log modelprathamesh
All the activities for a given proposal is available for the reviewer.
2014-08-25removed links to ipynb server & added to the custom jshardythe1
2014-08-25correcting error in the tablehardythe1
2014-08-25correcting error in the tablehardythe1
2014-08-25adding tablehardythe1
2014-08-25adding tablehardythe1
2014-08-25updating listhardythe1
2014-08-25added changes to put the AICTE books listhardythe1
2014-08-20updating listhardythe1
2014-08-20updating listhardythe1
2014-08-18Modification to proposal and sample notebook flowprathamesh
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]