2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ViewForge now uses HTTP message constants. More... almost 13 years ago
Renamed VcmsResponse to Response; also removed trailing whitespace. More... almost 13 years ago
Changed HTTP message constants to be more clearly named. More... almost 13 years ago
Typo bugfix, and whitespace removal. More... almost 13 years ago
Documentation and spacing fixes to code style. More... almost 13 years ago
Changed all constants to upper-case. More... almost 13 years ago
VictoryCMS properly calls the AbstractAuthenticator object. More... about 13 years ago
Merge branch 'mitch_dev' of github.com:lgunsch/victorycms-core into mitch_dev More... about 13 years ago
The abstract authenticator will now work with non-singleton authenticators. More... about 13 years ago
Merge branch 'mitch_dev' of github.com:lgunsch/victorycms-core into mitch_dev More... about 13 years ago
Updated documentation in viewforge More... about 13 years ago
Renamed VcmsController to Controller. More... about 13 years ago
Moved Command file to reflect class name change. More... about 13 years ago
Renamed VcmsCommand to Command. More... about 13 years ago
Implemented processing of the authenticator object. More... about 13 years ago
Bug fixes: public methods marked as protected, protected members marked as private, and improper singleton creation. More... about 13 years ago
Missed the docs for the new authenticator registry key. More... about 13 years ago
Added the authenticator settings to the configuration file and cleaned up the format somewhat. More... about 13 years ago
Added the authenticator registry key. More... about 13 years ago
Finished implementing and partial documentation for AbstractAuthenticator. More... about 13 years ago
Created the abstract authenticator class. More... about 13 years ago
Fixed bug with creating 404 responses More... about 13 years ago
ViewForge doesn't echo a view, it now returns the response and the controller must echo the view More... about 13 years ago
Removed all echo statements from VictoryCMS and ViewForge now sets content-type before rendering objects More... about 13 years ago
Sets the content-type before rendering the objects More... about 13 years ago
Merge branch 'mitch_dev' of github.com:lgunsch/victorycms-core into mitch_dev More... about 13 years ago
Updated documentation in abstract controller class More... about 13 years ago
Added a constructor to abstract controller class More... about 13 years ago
Removed unnecessary functions which are covered by __construct and __destruct functions. More... about 13 years ago
Updated victoryCMS to call front controller More... about 13 years ago