summaryrefslogtreecommitdiff
path: root/tbc/views.py
AgeCommit message (Collapse)Author
2014-09-12minor changeprathamesh
2014-09-12Merge branch 'Proposal' of https://github.com/FOSSEE/Python-TBC-Interface ↵prathamesh
into log_activities_extension Conflicts: tbc/views.py
2014-09-12Activity log extended.prathamesh
Activity log extended to log email messages between the reviewer and user.
2014-08-28added status for sample disapprovalhardythe1
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-25added changes to put the AICTE books listhardythe1
2014-08-19Tracking all the activities of the user.prathamesh
LogEntryManager of django admin is used here. log_action method takes time, user, objects, action type and message as its arguments. For every action, the log_action is called. So that each user activity is logged. The logging can be further modified as per our requirement
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]
2014-08-11added changes to submit codes directly for a book & to overwrite the ↵hardythe1
previous data for sample notebooks
2014-07-30added changes to check matching books while submitting proposalhardythe1
2014-07-30added changes to reject proposalhardythe1
2014-07-25added changes to submit sample notebook & approve/dispprove sample notebookhardythe1
2014-07-24changes to automate proposalhardythe1
2014-07-23changes for automating proposalhardythe1
2014-07-15changes on reviewer interface to approve a proposalhardythe1
2014-07-08removing the changes for nowhardythe1
2014-07-08adding changes to link the screen shots to respective chaptershardythe1
2014-07-07changes to add links to fossee ipynb serverhardythe1
2014-07-07removing local as it is no longer requiredhardythe1
2014-06-24correcting the form namehardythe1
2014-06-24adding categories to filter bookshardythe1
2014-06-24adding links to the book details for completed bookshardythe1
2014-06-20enabling the links after removing problem statementshardythe1
2014-06-18disabling the links againhardythe1
2014-06-17enabling linkshardythe1
2014-06-17enabling linkshardythe1
2014-06-17disabling linkshardythe1
2014-06-17enabling linkshardythe1
2014-06-17enabling some linkshardythe1
2014-06-17correctin indentation to match with the filehardythe1
2014-06-17resolving conflicthardythe1
2014-06-17resolving conflicthardythe1
2014-06-17modifying copy command to take book names with any special charactershardythe1
2014-06-17fixing a minor issue in book approval view & in uploading the content pagehardythe1
2014-06-17Disabling the links again for each urlhardythe1
2014-06-16disbling link for the time being again for copyright issueshardythe1
2014-06-16disbling link for the time being again for copyright issueshardythe1
2014-06-16disbling link for the time being again for copyright issueshardythe1
2014-06-15disabling the links for the time being for the problem statement copyright issuehardythe1
2014-06-15changes to make the books completed & books under progress links workhardythe1
2014-06-06can submit new proposal only if there are no other proposals pendinghardythe1
2014-05-19changes to submit a proposalhardythe1
2014-04-30changes to escape special characters in file namehardythe1
2014-04-11editing the message to the userhardythe1
2014-04-11editing the message to the userhardythe1
2014-04-11Change to send email for password resethardythe1
2014-04-09adding view or forgot password and update passwordhardythe1
2014-04-08updating to show the error messages for invalid credentialshardythe1
2014-03-15change to fetch books which are approved & of required categoryhardythe1