]> git.sesse.net Git - pr0n/log
pr0n
17 years agoImprove flash/no flash detection.
Steinar H. Gunderson [Sun, 30 Jul 2006 14:12:05 +0000 (16:12 +0200)]
Improve flash/no flash detection.

17 years agoAdd a new row to last_picture_cache when we create a new event.
Steinar H. Gunderson [Sun, 30 Jul 2006 13:54:37 +0000 (15:54 +0200)]
Add a new row to last_picture_cache when we create a new event.

17 years agoAdd a few missing templates.
Steinar H. Gunderson [Sun, 30 Jul 2006 13:53:00 +0000 (15:53 +0200)]
Add a few missing templates.

17 years agoWhen inserting multiple images at the same time, we could deadlock -- inserting
Steinar H. Gunderson [Sun, 30 Jul 2006 13:52:33 +0000 (15:52 +0200)]
When inserting multiple images at the same time, we could deadlock -- inserting
new rows into images would (due to the foreign key constraint) lock the corresponding
row in event using a shared lock, then the update (due to last_picture) would
upgrade the lock to exclusive, causing a deadlock later. To fix this, we move
last_picture into its own table; we could also lock it explicitly earlier, but
that would stall other transactions (and they can run for 10-15 seconds or so,
or perhaps even longer) so it is not desirable.

17 years agoFix a syntax error in the SQL.
Steinar H. Gunderson [Sun, 30 Jul 2006 12:50:44 +0000 (14:50 +0200)]
Fix a syntax error in the SQL.

17 years agoAvoid a rescan of all images every time we upload something.
Steinar H. Gunderson [Sun, 30 Jul 2006 12:50:19 +0000 (14:50 +0200)]
Avoid a rescan of all images every time we upload something.

17 years agoBump version number.
Steinar H. Gunderson [Sun, 23 Jul 2006 19:59:50 +0000 (21:59 +0200)]
Bump version number.

17 years agoSet the default to be infobox + reencoded; add an option to always give
Steinar H. Gunderson [Sun, 23 Jul 2006 19:51:50 +0000 (21:51 +0200)]
Set the default to be infobox + reencoded; add an option to always give
the original file back (as we used to).

17 years agoAdd a note that we're public on bzr now.
Steinar H. Gunderson [Sun, 23 Jul 2006 18:26:34 +0000 (20:26 +0200)]
Add a note that we're public on bzr now.

17 years agoMoved the password configuration out into its own file.
Steinar H. Gunderson [Sun, 23 Jul 2006 18:22:55 +0000 (20:22 +0200)]
Moved the password configuration out into its own file.

17 years agoUpdate the FAQ.
Steinar H. Gunderson [Sun, 23 Jul 2006 18:10:38 +0000 (20:10 +0200)]
Update the FAQ.

17 years agoAdded list of required modules.
Steinar H. Gunderson [Sun, 23 Jul 2006 15:57:11 +0000 (17:57 +0200)]
Added list of required modules.

17 years agoAdd SQL schema.
Steinar H. Gunderson [Sun, 23 Jul 2006 15:51:53 +0000 (17:51 +0200)]
Add SQL schema.

17 years agoMore ignores.
Steinar H. Gunderson [Sun, 23 Jul 2006 15:46:19 +0000 (17:46 +0200)]
More ignores.

17 years agoAdd ignores.
Steinar H. Gunderson [Sun, 23 Jul 2006 15:45:45 +0000 (17:45 +0200)]
Add ignores.

17 years agoRemove the obsolete Single module.
Steinar H. Gunderson [Sun, 23 Jul 2006 15:45:10 +0000 (17:45 +0200)]
Remove the obsolete Single module.

17 years agoInitial checkin.
Steinar H. Gunderson [Sun, 23 Jul 2006 15:43:57 +0000 (17:43 +0200)]
Initial checkin.