0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change directory structure and merge recent changes. Bump revision up to 1.0 (start of versioning). More... over 11 years ago
Remove 'Project Status' image placeholder from README file. More... over 11 years ago
Merge branch 'feature/dirstructure' into develop More... over 11 years ago
Updated hard-coded file locations to new directory structure. More... over 11 years ago
Moved files into new directory structure. More... over 11 years ago
Updated database schema. More... about 12 years ago
The way models are loaded changed in the controller library class, but was not updated in the Load library class, this has now been updated from a static call to an object call. More... about 12 years ago
Global super-object is not available in models, so grab an instance of it for the model class. More... about 12 years ago
Added App specific routes, and commented out the example routes. More... about 12 years ago
The global super-object is not available, grab an instance for the class. More... about 12 years ago
Changed default database config to the default MySQL root with no password. More... about 12 years ago
Completed first draft of database loader, preliminary testing seems fine. Will go back to this at a later date - only supports the MySQL driver. More... about 12 years ago
Started the database method in the Load library. More... about 12 years ago
Altered indentation. More... about 12 years ago
Merge conflict in License fixed. More... about 12 years ago
Added controller and models. More... about 12 years ago
Changes to db schema. More... about 12 years ago
Updated the schema with more advanced way of restricting page views. More... about 12 years ago
Added a database schema. Just a draft at the moment, lots of comments! More... about 12 years ago
The pages module does not exist, just go straight to a 404 for the time being. More... about 12 years ago
Filter the path before requiring it. The wrong variable was being reference when actually including the file into the system, ammended to the correct file. More... about 12 years ago
Send an XML content-type header with the generic error output. More... about 12 years ago
Removed whitespace from before the PHP opening tag. It was preventing headers from being sent and XML documents from rendering correctly. More... about 12 years ago
Add NL constant, and split a comment over two lines. More... about 12 years ago
Split comment over two lines. And... Oops! Left a vardump in there! More... about 12 years ago
Split comment onto two lines :) More... about 12 years ago
Change comments: wrap onto second line, as it exceeded 120 chars. More... about 12 years ago
Added a NOT operand to an IF statement. More... over 12 years ago
Altered how the Reflection class is used. This fixes a bug where a fatal error is encountered when the controller class name is spelt incorrectly. More... over 12 years ago
Merge branch 'develop' of github.com:mynameiszanders/eventing into develop More... over 12 years ago