summaryrefslogtreecommitdiff
path: root/tbc
AgeCommit message (Collapse)Author
2017-07-12Update views.pyTrupti Rajesh Kini
2017-07-12Update books-fill-details.htmlTrupti Rajesh Kini
2017-07-11Merge pull request #49 from FOSSEE/kinitrupti-book-details-5Trupti Rajesh Kini
Create books-fill-details.html
2017-07-11Create edit-books-fill-details.htmlTrupti Rajesh Kini
2017-07-11Create books-fill-details.htmlTrupti Rajesh Kini
2017-07-11Merge pull request #44 from FOSSEE/kinitrupti-book-detailsTrupti Rajesh Kini
date is in the form of calendar
2017-07-11Merge pull request #45 from FOSSEE/kinitrupti-book-details-1Trupti Rajesh Kini
Update views.py
2017-07-11Merge pull request #46 from FOSSEE/kinitrupti-book-details-2Trupti Rajesh Kini
Update models.py
2017-07-11Merge pull request #47 from FOSSEE/kinitrupti-book-details-3Trupti Rajesh Kini
Update browse-books.html
2017-07-11Update urls.pyTrupti Rajesh Kini
2017-07-11Update browse-books.htmlTrupti Rajesh Kini
2017-07-11Update models.pyTrupti Rajesh Kini
2017-07-11Update views.pyTrupti Rajesh Kini
2017-07-11date is in the form of calendarTrupti Rajesh Kini
2017-05-02footer updatedTrupti Rajesh Kini
2017-03-03updated tooltip for screenshotsTrupti Rajesh Kini
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