Commit Graph

172 Commits (master)

Author SHA1 Message Date
Mike Cao 7c50eb7cfb Passing to a non-matching route should return a 404.
10 years ago
Mike Cao ef76d72b56 Added ability to get all saved variables.
10 years ago
Mike Cao 64d384ddff Splat should consider trailing slash in URLs.
11 years ago
Mike Cao 88f4c1fb71 Fixed issue with splats when used with named parameters.
11 years ago
Mike Cao c0fa0bed7c Redirects should always consider the base directory.
11 years ago
Mike Cao d84e51ba47 Updated route object passing functionality.
11 years ago
Mike Cao b9b2d0fa2d Added ability to register callbacks for class instantiation.
11 years ago
Pascal Borreli 2648a5216e Fixed typos
11 years ago
Mike Cao 7817255a61 Added ability to get splat from URL pattern.
11 years ago
Mike Cao 5ba910981f Allow HTTP method overriding.
11 years ago
Mike Cao 6696c0d267 Dispatcher should check for valid callback.
11 years ago
Eric Anderson 1a0eede079 Use $_SERVER instead of getenv.
11 years ago
Mike Cao 7e1a098f6c Autoloader should not throw exceptions.
12 years ago
Mike Cao 23fc99ec91 Updated all tests to use Engine class.
12 years ago
Mike Cao d41795cbdc Updated handling of subdirectories and redirects.
12 years ago
Mike Cao 84078158c3 Introduced new Engine class.
12 years ago
Mike Cao a04020d50e Fix line feeds.
12 years ago
Mike Cao ef72548a1a Changed header sizes.
12 years ago
Mike Cao 28ae5e0aec Added route passing functionality.
12 years ago
Mike Cao ae32c228d1 Changed PHPUnit references. Added new tests for router.
12 years ago
Mike Cao 58303b2ae3 Added test for Request class.
12 years ago
Mike Cao c3ee140930 Added unit tests
12 years ago