• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed to order posts by last_child_post instead of posting date. This

lists the most recently active threads on the home page.

html quote subject

remove order by forum_name, we group them in the adp anyway

honor the max days old parameter for postings

clean up templates, improve context bar handling. still more to do.

  1. … 12 more files in changeset.
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.