summaryrefslogtreecommitdiff
path: root/tbc
AgeCommit message (Collapse)Author
2017-03-03tooltip for screenshotsTrupti Rajesh Kini
2017-02-23Search results on same pageTrupti Rajesh Kini
2017-02-23Fixed download individual chapter bugTrupti Rajesh Kini
2017-02-23Download individual chapter bugTrupti Rajesh Kini
Fixed
2017-02-17Fixed duplicate screenshots and chapters bugTrupti Rajesh Kini
Fix will now overwrite existing file with the same name instead of renaming with characters.
2017-01-11Fixed duplicate notebook bugTrupti Rajesh Kini
On every upload the files were getting duplicated with different names instead of overwriting. eg: When chapter 12 is uploaded twice, django by default used to create 12_1. This is fixed and it will now overwrite 12 itself.
2016-11-21Admin css fixedkinitrupti
2016-11-16Merge pull request #42 from kinitrupti/hitcount-updatedTrupti Rajesh Kini
Hitcount updated
2016-11-16Fixed download zip errorTrupti Rajesh Kini
2016-11-08Hitcount updatekinitrupti
2016-11-04Hitcount updatedkinitrupti
2016-10-24upgraded to python3kinitrupti
2016-10-17Changed mimetype to content_type for get_zipTrupti Rajesh Kini
2016-10-04Upgraded to django 1.9kinitrupti
2016-09-30Removed auto updated of dates.prathamesh
We need to manually update dates for few books so removed auto update.
2016-09-27updated starttime and endtimeTrupti Rajesh Kini
2016-09-26placeholder for start time and end timeTrupti Rajesh Kini
2016-09-23updated confirm_book_detailsTrupti Rajesh Kini
Now returns httpresponse object
2016-09-15added attributes to Profileprathamesh
2016-09-12interface to add start date and end time for book.prathamesh
Initial books log were not maintained by the app as they were completed before the TBC interface. Interface to manually enter their details.
2016-06-07Removed hardcoded listTrupti Rajesh Kini
2016-06-01changed function name of generate zipTrupti Rajesh Kini
2016-05-17Removed hardcoded listTrupti Rajesh Kini
2016-05-17Updated GuidelinesTrupti Rajesh Kini
2016-05-17Updated GuidelinesTrupti Rajesh Kini
2016-05-17Reinstate admin tools urlkinitrupti
2016-05-17Add tags module, minor css changes to base.htmlkinitrupti
2016-05-17modified-funcnames-frontpgkinitrupti
2016-05-11Updated hardcoded listhardcodedTrupti Rajesh Kini
2016-05-09Merge pull request #34 from maheshgudi/masterMahesh Gudi
removed strip in convert_notebook and added rsplit
2016-05-09removed strip in convert_notebook and added rsplitmaheshgudi
2016-05-02Updated the number of daysTrupti Rajesh Kini
Updated number of days for review process
2016-05-02Updated the number of daysTrupti Rajesh Kini
Updated the number of days of review, honorarium process
2016-04-26removed request context in admin_toolsmahesh
2016-04-26removed request context in admin_toolsmahesh
2016-04-26made changes to convert notebook functionmahesh
2016-04-21changes in contextmahesh
2016-04-21added login_required decoratormahesh
2016-04-21added Http404 for admin-toolsmahesh
2016-04-19admin tools only visible to reviewersmahesh
2016-04-19added admin tools linkmahesh
2016-04-01made very minor ui changes to admin-toolsmahesh
2016-04-01added admin tools reverse url match for admin toolsmahesh
2016-04-01added login_required to admin_toolsmahesh
2016-04-01added admin tools in the dropdownmahesh
2016-04-01added admin tools htmlmahesh
2016-04-01added admin_tool serving as a parent page to access admin-tool appsmahesh
2016-03-07Update views.pyMahesh Gudi
2016-03-01Update views.pyMahesh Gudi
made the necessary changes as suggested by Ankit
2016-02-29Update views.pyMahesh Gudi
made the necessary changes in the convert notebook function