summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-12Merge pull request #52 from FOSSEE/kinitrupti-book-details-8HEADmasterTrupti Rajesh Kini
Update views.py
2017-07-12Update views.pyTrupti Rajesh Kini
2017-07-12Merge pull request #51 from FOSSEE/kinitrupti-book-details-7Trupti Rajesh Kini
Update books-fill-details.html
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-11Merge pull request #50 from FOSSEE/kinitrupti-book-details-6Trupti Rajesh Kini
Create edit-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-11Merge pull request #48 from FOSSEE/kinitrupti-book-details-4Trupti Rajesh Kini
Update urls.py
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-17Updated requirements.txtTrupti Rajesh Kini
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-11Merge pull request #43 from kinitrupti/masterTrupti Rajesh Kini
Fixed duplicate notebook bug
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-21Changed admin email-idkinitrupti
2016-11-21Merge branch 'master' of https://github.com/kinitrupti/Python-TBC-Interface ↵kinitrupti
into hitcount-updated
2016-11-21Admin css fixedkinitrupti
2016-11-18Merge pull request #3 from kinitrupti/hitcount-updatedTrupti Rajesh Kini
Hitcount updated
2016-11-16Merge pull request #42 from kinitrupti/hitcount-updatedTrupti Rajesh Kini
Hitcount updated
2016-11-16Set debug falseTrupti Rajesh Kini
2016-11-16Fixed download zip errorTrupti Rajesh Kini
2016-11-08Hitcount updatekinitrupti
2016-11-04Hitcount updatedkinitrupti
2016-10-25Merge pull request #41 from kinitrupti/masterTrupti Rajesh Kini
Upgraded to python3
2016-10-24Merge pull request #2 from kinitrupti/upgrade-django-1.9Trupti Rajesh Kini
Upgrade django 1.9
2016-10-24upgraded to python3kinitrupti
2016-10-17Changed mimetype to content_type for get_zipTrupti Rajesh Kini
2016-10-04Merge pull request #39 from FOSSEE/upgrade-django-1.9Trupti Rajesh Kini
Upgraded to django 1.9
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