Closed
Conversation
- Added app autoloader for MVC structure in autoload.php - Configured .htaccess to route all requests through index.php - Replaced static page rendering with dynamic router in index.php - Initialized database access for models - Removed legacy code for popular titles and recent updates - Implemented error handling for routing exceptions - Updated error documents to use router paths This change introduces a proper MVC architecture with dynamic routing capabilities, replacing the previous static file-based approach. The .htaccess configuration now directs all non-file requests through index.php for proper route resolution.
- Added app autoloader for MVC structure in autoload.php - Configured .htaccess to route all requests through index.php - Replaced static page rendering with dynamic router in index.php - Initialized database access for models - Removed legacy code for popular titles and recent updates - Implemented error handling for routing exceptions - Updated error documents to use router paths This change introduces a proper MVC architecture with dynamic routing capabilities, replacing the previous static file-based approach. The .htaccess configuration now directs all non-file requests through index.php for proper route resolution.
Added two debug scripts to help identify the cause of blank page issues: - public/debug.php: Comprehensive debug script with checks for installation, autoload, app structure, templates, router, and controller - public/debug_trace.php: Tracing script that verifies loading of all core components including config, funky.php, autoload, database, session, theme, language files, and routes These scripts will help diagnose the root cause of the blank page problem by providing detailed information about the application's state and component loading sequence.
…uest support - Modified Controller.php to use output buffering for better content rendering control - Added HEAD method support in Router.php to handle head requests as get requests - Created 403 and 404 error page templates for improved error handling - Added debug_releases.php for troubleshooting release page issues - Fixed pagination calculation in releases.php to prevent division by zero - Added router.php for php development server routing support
added the netflix theme to the themes configuration array in config.php. also includes minor updates to database counter files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.