On 22/12/10 20:03, Roan Kattouw wrote: <snip>
Seconded. My opinion on these frameworks aside, I don't think it's worth pulling in a framework just do handle a few instances of "give me all files in this directory" where there's perfectly good alternatives that, while not as short, are not at all hard to implement.
Nonetheless, I think we should have a look at them. We could probably use a routing system that handles nice URL :
http://www.symfony-project.org/book/1_0/09-Links-and-the-Routing-System
That would help with the API, get ride of wgActionPaths or replace the "lame" implementation in CodeReview (which is a big switch() on the number of parameters with a ton of if / else).