summaryrefslogtreecommitdiff
path: root/tbc
AgeCommit message (Collapse)Author
2014-09-24Modification to submit another proposal after completingprathamesh
the previous proposed book.
2014-09-23sorting the chapter names so they appear in an orderhardythe1
2014-09-23Updating listhardythe1
2014-09-16made pre-filled fields read onlyhardythe1
2014-09-16integrated aicte proposal with normal proposal:hardythe1
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-09-11udating listhardythe1
2014-09-10updating listhardythe1
2014-08-28updating listhardythe1
2014-08-28added status for sample disapprovalhardythe1
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-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-14udating listhardythe1
2014-08-14udating listhardythe1
2014-08-11added changes to submit codes directly for a book & to overwrite the ↵hardythe1
previous data for sample notebooks
2014-08-07updating listhardythe1
2014-08-07added Creative Commonshardythe1
2014-08-05updating listhardythe1
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-23updating listhardythe1
2014-07-22updating listhardythe1
2014-07-18updating formshardythe1
2014-07-15changes on reviewer interface to approve a proposalhardythe1
2014-07-14updating listhardythe1
2014-07-14changes for sample notebook submissionhardythe1
2014-07-10updating listhardythe1
2014-07-08removing the changes for nowhardythe1
2014-07-08Merge branch 'master' of https://github.com/FOSSEE/Python-TBC-Interfacehardythe1
2014-07-08changing the year to 2014hardythe1
2014-07-08adding changes to link the screen shots to respective chaptershardythe1
2014-07-08added emails field for comment and replyJayaram R Pai
2014-07-08Merge branch 'master' of https://github.com/FOSSEE/Python-TBC-InterfaceJayaram R Pai