1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 02, 2023 — Jun 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Database only connects now when actually used. Additional parameters defined for returned view data. Better Range header handling. Better limiter responses and correct header for too-many-requests IP block. Fix for sporadic DEPRECATED error reporting. Tools now use proper configuration timezone. More... about 12 years ago
Log reader meta title change.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 12 years ago
Copyright notice fix.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 12 years ago
ReadMe fix.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 12 years ago
Added some defaults to be returned to view when using URL controller. Updated INI generation algorithm.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 12 years ago
Minor bugfix. More... about 12 years ago
Added author and copyright settings to configuration. Streamlined database class method names and made it possible to create a new instance of a database through Factory. Added an option to have a cut-off timestamp when cleaning files from filesystem. More... about 12 years ago
More clear licensing terms. Also fixed a bug that stopped Data handler from being loaded on certain servers. More... about 12 years ago
Error reporting now also handles fatal errors and has an intelligent error back-end. Added a tool for debugging all logged errors from the back-end. Error reporting settings have been removed from configuration. Using JSON now for log messages and internal logging due to better handling of new-line symbols. Also removed quirks regarding array being passed by reference. More... about 12 years ago
Much improved error-handling, now catches and logs even PHP-specific error messages.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 12 years ago
Added options to have array support for many State specific functions, like getting a translation keyword or specific detail about a user session. Added internal error logging in case an error is thrown in code. Streamlined view-data in State to simply be 'view'. Updated log files to be written with *.log extension instead of *.tmp extension.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 12 years ago
Added user session management wrappers.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 12 years ago
Added option to limit logging to specific IP's only. Updated view data to be merged with unsolved URL array. Added whitelist limiter to allow access to only specific IP's.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 12 years ago
Fixed potential loophole when serving static images and resources.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 12 years ago
Slight tweak to default API profile configuration. More... about 12 years ago
Default configuration update. More... about 12 years ago
Version number update. More... about 12 years ago
Turned off logging by default More... about 12 years ago
Optimized URL controller functionality. Fixed a bug in view controller that was introduced in previous update. Using PHP's serialization instead of JSON for internal caches and data storage due to speed benefits. Updated log reader with some power-user functionality. More... about 12 years ago
ReadMe file change More... about 12 years ago
Refactored resource and configuration files to INI files and added methods to load translations and sitemap information from API directly. More... about 12 years ago
Added session rights management. Added session rights key. Updated bootstrap rights check algorithm. Streamlined view controller. More... about 12 years ago
Renamed MVC class file names for better filename browsing in editors. Updated rights system for internal log and API rights.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 12 years ago
Updated backup script to ignore non-WWW related files. This also has an added benefit that makes backup (and update) scripts work if PHP cannot read root folder itself. More... about 12 years ago
Added styles to tools.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 12 years ago
Fixed minor bug in API information generation.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 12 years ago
Fixed small bug in API information generation.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 12 years ago
Added option for API information tool to show API commands related to only specific profile.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 12 years ago
Updated API information tool to display all type of comments, not just Docblock comments. Made sure that API checks for private and protected methods, which it cannot call. Applied protected visibility to Factory class methods to eliminate the possibility of calling these methods through API.
kristovaher
as Kri...@WORK-LenovoT61P
More... about 12 years ago
API Information tool now also fetches comments of a method if they are formatted between /** and */ More... about 12 years ago