• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
2 things:

1) Excluded CVS Commits forum from recent postings. The package_id 3061 was hardcoded, so I hardcoded this as well figuring this page was slated as a one-off.

2) Removed the limit form the subquery (fm) and added it to the overall query. This was because the subquery would select messages that were later excluded by the where clauses. There was no messages returned from the query when CVS commits was excluded.

A general question - why was the subquery used as opposed to a straightforward join. If it was for general efficiency, moving the limit probably destroyed that. However, is the straightforward join really that expensive?

split CVS directory listings on /

  1. … 2 more files in changeset.
changed method for search form from POST to GET

Now you can share the URLs resulting from a search from the search box!

  1. … 2 more files in changeset.
*** empty log message ***

  1. … 12 more files in changeset.
adding templates, widgets and css files, etc, for the new design (olah)

  1. … 8 more files in changeset.
adding templates, widgets and css files, etc, for the new design (olah)

  1. … 45 more files in changeset.