Index: trunk/phase3/includes/ResourceLoaderContext.php |
— | — | @@ -15,10 +15,13 @@ |
16 | 16 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
17 | 17 | * http://www.gnu.org/copyleft/gpl.html |
18 | 18 | * |
| 19 | + * @file |
19 | 20 | * @author Trevor Parscal |
20 | 21 | * @author Roan Kattouw |
21 | 22 | */ |
22 | 23 | |
| 24 | +defined( 'MEDIAWIKI' ) || die( 1 ); |
| 25 | + |
23 | 26 | /** |
24 | 27 | * Object passed around to modules which contains information about the state |
25 | 28 | * of a specific loader request |
Index: trunk/phase3/includes/ResourceLoader.php |
— | — | @@ -20,6 +20,8 @@ |
21 | 21 | * @author Trevor Parscal |
22 | 22 | */ |
23 | 23 | |
| 24 | +defined( 'MEDIAWIKI' ) || die( 1 ); |
| 25 | + |
24 | 26 | /** |
25 | 27 | * Dynamic JavaScript and CSS resource loading system |
26 | 28 | */ |
Index: trunk/phase3/includes/ResourceLoaderModule.php |
— | — | @@ -20,6 +20,8 @@ |
21 | 21 | * @author Roan Kattouw |
22 | 22 | */ |
23 | 23 | |
| 24 | +defined( 'MEDIAWIKI' ) || die( 1 ); |
| 25 | + |
24 | 26 | /** |
25 | 27 | * Abstraction for resource loader modules, with name registration and maxage functionality. |
26 | 28 | */ |