summaryrefslogtreecommitdiff
path: root/meetingtools/apps/content
Commit message (Expand)AuthorAgeFilesLines
* Changed storage report to provide storage in bytes.HEADmasterJohan Lundberg2014-10-241-4/+4
* Round small values down to 0.Johan Lundberg2014-10-221-3/+3
* Added storage report views.Johan Lundberg2014-10-221-1/+43
* Remove semicolon part from domains.Johan Lundberg2014-10-221-1/+1
* Minor fixes and PEP-8.Johan Lundberg2014-10-221-2/+2
* "sco_element is not None" is future safe.Johan Lundberg2014-04-141-1/+1
* More error logging.Johan Lundberg2014-04-141-0/+4
* Check if you get a sco_element before continuing.Johan Lundberg2014-04-141-2/+1
* Spread the full import to fewer months at a time.Johan Lundberg2014-04-141-1/+1
* Timed import api calls no longer raises errors.Johan Lundberg2014-04-111-1/+1
* Changed caching from 15 minutes to 1h.Johan Lundberg2014-04-111-7/+7
* Added caching for domain content.Johan Lundberg2014-04-111-0/+6
* Added caching for content views.Johan Lundberg2014-04-102-48/+84
* Full import now imports half a year at the time.Johan Lundberg2014-04-041-24/+27
* Added catch all error handling for content full import.Johan Lundberg2014-04-031-9/+22
* Fixed download url for content objects.Johan Lundberg2014-04-021-2/+4
* Added more views for content.Johan Lundberg2014-04-021-3/+61
* Split up full import to do it year by year to keep the results batches down.Johan Lundberg2014-04-021-1/+14
* Catch IntegrityError when doing a full import.Johan Lundberg2014-04-021-15/+18
* Last viewed not last visited.Johan Lundberg2014-04-021-2/+3
* Content user view createdJohan Lundberg2014-04-013-0/+47
* Content model created.Johan Lundberg2014-04-015-57/+303
* Import for objects now returns most of what we want.Johan Lundberg2014-03-311-12/+11
* Future proofed et.element check.Johan Lundberg2014-03-281-1/+1
* Started content app.Johan Lundberg2014-03-262-0/+81