Evan Prodromou 9e23b5c5d7 Change action autoloading to allow actions in plugins
Since plugins may define custom actions, we shouldn't require that
there be a file in our actions/ subdir for every action. So, I changed
the (admittedly hackish) auto-loading code in index.php so it instead
checks whether a class exists with the expected name. This, in turn,
uses the increasingly hacking __autoload() function, which I changed
to auto-load stuff named "BlahblahAction" from the actions subdir if
available.
2009-02-09 11:46:26 -05:00
..
2009-02-09 08:24:23 -05:00
2009-01-22 00:04:13 +00:00
2008-12-20 19:46:07 -05:00
2009-01-18 21:34:57 +00:00
2009-02-09 08:48:50 -05:00
2009-01-18 03:12:39 +00:00
2009-01-15 21:58:07 +00:00
2009-01-23 02:58:18 +01:00
2009-01-22 00:04:13 +00:00
2009-01-23 08:15:29 +01:00
2009-01-21 09:05:40 -05:00
2009-01-21 09:05:49 -05:00
2009-01-18 18:32:16 +00:00
2008-12-23 14:44:28 -05:00
2009-02-09 08:47:11 -05:00
2009-01-24 00:58:12 +00:00
2009-01-22 20:07:13 +01:00
2009-01-23 06:11:05 +01:00
2009-01-13 23:56:10 -05:00