diff browse |
a1e8a529aa46 2013-03-21 18:15 +0100 |
Lawrence Mandel - Created README. |
diff browse |
aad604d5dd52 2013-03-20 18:07 +0100 |
Benjamin Smedberg - Fix up email error handling a little bit (needs lots more work) |
diff browse |
7fdde44ee633 2013-03-11 11:12 -0400 |
Benjamin Smedberg - *Actually* add re.I to make "bug N" case-insensitive... |
diff browse |
58a50f7635c2 2013-02-28 09:45 -0500 |
Benjamin Smedberg - Bug 563440 - If the user resizes the <textarea> wider, the resizer goes under the second column and can't be used |
diff browse |
4ca7bd8e545c 2012-01-31 12:26 -0500 |
Benjamin Smedberg - Make linkifying "bug N" case-insensitive. |
diff browse |
11f31b62f654 2012-01-31 09:12 -0800 |
bsmedberg - Add a Sender header to weekly-updates because it may help the Mozilla spamfilter feel better about the messages coming from @mozilla.com addresses. |
diff browse |
aebc38b082a3 2011-08-01 08:04 -0700 |
bsmedberg - Update regular expression to be somewhat sane. |
diff browse |
d4fe0f2a63ad 2010-08-05 08:57 -0700 |
Benjamin Smedberg - Add a sample config file. |
diff browse |
f72e22fcbcb5 2010-08-05 08:50 -0700 |
Benjamin Smedberg - Import new version of markdown which fixes 500 errors with certain bulleted list content. |
diff browse |
d377d0eec96b 2010-01-07 10:25 -0500 |
Benjamin Smedberg - The markdown parser can produce invalid HTML with link patterns, so if parsing fails fall back to plain text. |
diff browse |
960594d68a52 2010-01-05 13:43 -0500 |
Benjamin Smedberg - Add a link to the nag messages. |
diff browse |
d910e974e583 2009-12-16 20:18 -0500 |
Benjamin Smedberg - Fix bug links |
diff browse |
4c9db541cce3 2009-12-16 09:03 -0500 |
Benjamin Smedberg - Update python-markdown2 to 1.0.1.16 and enable the cuddled-lists extra which TrentM wrote just for us. Thanks Trent! |
diff browse |
4cfaabdf6eee 2009-12-15 22:50 -0500 |
Benjamin Smedberg - Rename 'Tags' to 'Coordination' to help reflect the intended goal instead of people adding relatively useless keyword-type tags. |
diff browse |
c6ea09078a58 2009-12-15 22:42 -0500 |
Benjamin Smedberg - Move the passwords up after the username so that Firefox remembers the username (instead of the email) in the password manager. Blame dolske if this doesn't work correctly! |
diff browse |
be97dcbfb739 2009-12-15 22:39 -0500 |
Benjamin Smedberg - Hook up python-markdown2 and some link patterns to make things even more usable and lovely. |
diff browse |
97f2d5b5e686 2009-12-15 17:10 -0500 |
Benjamin Smedberg - Ignore SMTP exceptions (caused by empty email addresses, hrm?) |
diff browse |
576078244fc5 2009-12-15 13:21 -0500 |
Benjamin Smedberg - All the nightly/weekly/nag messages were going to whoever happened to get the first nag message. Silly bug. |
diff browse |
5710c4c527cc 2009-12-02 15:27 -0500 |
Benjamin Smedberg - Move the encoding config to a place where it actually gets applied! |
diff browse |
de7c999d38d7 2009-12-01 11:47 -0800 |
bsmedberg - `app` isn't set globally, and cherrypy.request isn't available from the cronjob stuff. Also add some debugging stuff because sending mails from the cronjob was throwing exceptions: I think it's in the weekly updates, but I haven't debugged it yet. |
diff browse |
f72ba24d7162 2009-11-24 15:49 -0500 |
Blake Winton - Bug 530860 - Add a List-Id and a text version to the message. r=benjamin |
diff browse |
b3f85726ad92 2009-10-09 16:50 -0400 |
Benjamin Smedberg - An HTTP redirect shouldn't abort the transaction (makes creating a new user impossible!) |
diff browse |
edf5ac6e9cd0 2009-10-09 15:02 -0400 |
Benjamin Smedberg - Change the way databases work to use a connection pool instead of a thread-local connection. Methods which use the database are wrapped in a decorator which gets a cursor and commit on success and rolls back on failure, and returns the connection to the pool. This should make sqlite work again, though I haven't tried it. |
diff browse |
a7ef8b1ae6d6 2009-10-08 14:56 -0400 |
Benjamin Smedberg - Add /posts URL and links. |
diff browse |
fcddf9848ce6 2009-10-08 14:27 -0400 |
Benjamin Smedberg - Database connections using REPEATABLE READ on webapps suck unless you commit after each request, which seems silly. Use READ COMMITTED instead. |
diff browse |
ecf33be4b7a7 2009-10-08 09:52 -0400 |
Benjamin Smedberg - Link up additional feeds. |
diff browse |
3cb7f8adecc8 2009-10-08 09:41 -0400 |
Benjamin Smedberg - Fix a bug where empty feeds respond with an internal server error. |
diff browse |
6597a33380b0 2009-10-08 09:30 -0400 |
Benjamin Smedberg - Check the database connection for timeouts before using it (and remove sqlite support) |
diff browse |
73c0216ce1ed 2009-10-07 18:58 -0400 |
Benjamin Smedberg - Remove bogus link |
diff browse |
97aa534157f1 2009-10-07 16:30 -0400 |
Benjamin Smedberg - Whoops, sending everyone emails |
diff browse |
658ea87aa339 2009-10-07 12:10 -0400 |
Benjamin Smedberg - User-markup HTML for feeds. |
diff browse |
41dc257c59f5 2009-10-07 11:58 -0400 |
Benjamin Smedberg - Don't send mail when there's no relevant posts. |
diff browse |
a4726c82cb96 2009-10-07 11:53 -0400 |
Benjamin Smedberg - Allow any logged-in user to create a project. Let's see how bad this gets. |
diff browse |
6fe938239177 2009-10-07 11:31 -0400 |
Benjamin Smedberg - MySQL sucks a little bit, hrm? |
diff browse |
7973895e4960 2009-10-07 09:58 -0400 |
Benjamin Smedberg - Move things around so that weeklyupdates is a python module. |
diff browse |
c802f3ae8654 2009-10-06 17:43 -0400 |
Benjamin Smedberg - Production-ready, I think. |
diff browse |
490bd2644bcd 2009-10-05 12:20 -0400 |
Benjamin Smedberg - Checkpoint. |
diff browse |
c3c6f2bfefac 2009-10-02 10:33 -0400 |
Benjamin Smedberg - Dummy code |