2
I Use This!
Inactive

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added length and first version of rating to movie. More... over 11 years ago
Extended the user settings area and changed some stuff for todays presentation only. More... over 11 years ago
Corrected the insert for patterns with default empty string for translations. More... over 11 years ago
Real seed data for the user. More... over 11 years ago
Completed the secondary navigation with icons and the view tab. Also extended the main tabs with access keys and title that describes them. More... over 11 years ago
Merge branch 'master' of https://github.com/MovLib/www.git More... over 11 years ago
Finished dangerzone settings. More... over 11 years ago
Limit request methods to GET and POST only. More... over 11 years ago
Updated the icon collection and pre-compressed everything with zopfli --i1000 More... over 11 years ago
Overhauled MovieModel and implemented early version of MovieShowView. More... over 11 years ago
Corrected movie routes. More... over 11 years ago
Use $_SERVER and not $_REQUEST. More... over 11 years ago
Finished releases in the database schema and fixed poster seed data once again. More... over 11 years ago
Patch is the method, not the action. More... over 11 years ago
Fixes More... over 11 years ago
Moved session related functionality out of the user model, loading a complete user on each request is simply too much. Continued work on the user in general and updated everything to reflect the latest changes in the code. More... over 11 years ago
Made params optional, some methods simply don't need them. More... over 11 years ago
Also check if the input value might be empty and replace with POST value if it is. More... over 11 years ago
HTTP class has changed to Network. More... over 11 years ago
We shall send the meta charset along with the HTTP charset. Should speed up page rendering if it is kept at the top of the HTML file. More... over 11 years ago
We do not redirect, because it is impossible to know where the user might want to go from here. More... over 11 years ago
Implemented exit method if an unsupported request method is used for a request. More... over 11 years ago
Implemented date formatting method. More... over 11 years ago
Created new validation class and moved all validation related methods there, keep things together that belong together. Needs documentation. More... over 11 years ago
Renamed HTTP to Network, keep it more generic. More... over 11 years ago
Merge branch 'master' of https://github.com/MovLib/www.git More... over 11 years ago
Started implementing the caching system. Heavily tuned nginx listen() and bind() calls (might needs some tweaks later on for file uploads). Optimized route handling. More... over 11 years ago
Extended schema for releases and articles. More... over 11 years ago
The form help has no margin and the :before selectors for clear-fixes are not necessary. More... over 11 years ago
Corrected styling for small and hr elements, plus a link to more information on these elements. More... over 11 years ago