| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-08-30 | fix tests | Abhilash Raj | 1 | -3/+3 | |
| 2015-08-30 | Add changes as per barry's comments | Abhilash Raj | 1 | -10/+16 | |
| 2015-08-30 | Add tests for archive_url in message footer | Abhilash Raj | 2 | -8/+95 | |
| 2015-08-30 | Add some documentation for archiver links in footer | Abhilash Raj | 1 | -0/+9 | |
| 2015-08-30 | vars for templates are now per archiver | Abhilash Raj | 1 | -1/+2 | |
| So you cannot pass a dictionary as variable in templates. Create a variable for each active archiver for the list. The variable is of the form of <archiver_name>_url i.e. 'hyperkitty_url' | |||||
| 2015-08-30 | don't add None values for archiver_url | Abhilash Raj | 1 | -2/+0 | |
| 2015-08-30 | Choose which archiver to use in footer | Abhilash Raj | 1 | -3/+4 | |
| 2015-08-30 | Remove unused import | Abhilash Raj | 1 | -1/+0 | |
| 2015-08-30 | remove the archive_url from footer-generic.txt | Abhilash Raj | 1 | -1/+0 | |
| 2015-08-30 | Add link to archiver from ListArchiverSet | Abhilash Raj | 1 | -5/+9 | |
| Not all enabled archivers in IArchivers are enabled for lists by default. The correct way is to search for enabled archivers in IListArchiver set and then get the permalink from the enabled ones | |||||
| 2015-08-30 | Add link to archives in the message footer. | Abhilash Raj | 2 | -0/+8 | |
| Add a list of links to archives in the message footer defined in the footer-generic.txt | |||||
| 2015-08-24 | Refine REST server and request handler exception handling. | Barry Warsaw | 1 | -3/+8 | |
| 2015-08-23 | When the client hangs up, we can't actually catch the BrokenPipeError because | Barry Warsaw | 1 | -1/+22 | |
| of the way Python stdlib's wsgiref.simple_server is structured. However, we can ensure that the error messages won't get printed to stderr, but to our http log file instead. | |||||
| 2015-08-18 | Turn off tying the -E test suite option to debugging the database logger. | Barry Warsaw | 2 | -3/+6 | |
| SQLAlchemy is generally pretty chatty and usually not necessary to debug. Set use_poll=True in asyncore.loop() which improves Python 3.5 compatibility. We were getting OSErrors in stop() when using select under Python 3.5. | |||||
| 2015-08-17 | The MHonArc archiver must set stdin=PIPE when calling the subprocess. Given | Barry Warsaw | 5 | -4/+131 | |
| by Walter Doekes. | |||||
| 2015-08-13 | Style cleanup. | Barry Warsaw | 1 | -7/+7 | |
