Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Submit proposal again
|
|
into submit_proposal_again
|
|
the previous proposed book.
|
|
|
|
|
|
|
|
|
|
|
|
Log activities extension
|
|
into log_activities_extension
Conflicts:
tbc/views.py
|
|
Activity log extended to log email messages between the reviewer and user.
|
|
|
|
|
|
|
|
|
|
approved
|
|
|
|
Tracking all the activities of the user.
|
|
Modification to proposal and sample notebook flow
|
|
All the activities for a given proposal is available for the reviewer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|