2
I Use This!
Inactive

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of https://github.com/MovLib/www.git More... over 11 years ago
Continued with implementing the complete user business logic plus views. Includes various interface changes and performance improvements. More... over 11 years ago
Removed getPostValue(), instead filter_input() should be used. More... over 11 years ago
Use register in the URL for easy identification from where the user is coming back. More... over 11 years ago
Implemented strong random hash and user friendly password generator. More... over 11 years ago
Simplifying the class and id usage. More... over 11 years ago
Created even simpler init script for our memcached servers. More... over 11 years ago
Adapted schema to fit new relationship model. Implemented getters for all the movie properties in the MovieModel. More... over 11 years ago
Implemented on-demand methods to fetch lists containing all languages / countries. More... over 11 years ago
Overhauled all installation scripts and improved them all. More... over 11 years ago
More generic parameter naming. More... over 11 years ago
Refining session configuration. More... over 11 years ago
Generated new font, only containing the icons we really use. Removed the old complete icon pack. More... over 11 years ago
Merge branch 'master' of https://github.com/MovLib/www.git More... over 11 years ago
Modified schema to support movie titles, taglines, relationships, links and awards. More... over 11 years ago
Merge branch 'master' of https://github.com/MovLib/www.git More... over 11 years ago
Document root is deprecated, using the nginx default home now. More... over 11 years ago
Removed unused or duplicated parameters and made the request URI absolute (incl. scheme and server name). More... over 11 years ago
Make sure very long error messages are fully visible. More... over 11 years ago
Added country link in posters table. Fixed translation_importer + seed data. More... over 11 years ago
Continued work on implementing the user registration, password reset, login, etc. (not finished yet). More... over 11 years ago
Simplified the base presenter (less methods). More... over 11 years ago
Removed unused methods. More... over 11 years ago
Overhauled the alert system to be more flexible and altered the error views to use the new prototype. More... over 11 years ago
Full documentation and adopted to new delayed logic. More... over 11 years ago
No need for setters, give access to the property itself (much faster). More... over 11 years ago
Overhauled the delayed behavior to be more flexible and allow weighting of execution, this is important if delayed classes call other delayed classes. The outermost exception has to execute the logger itself, because the execution of all delayed methods was canceled at this point. More... over 11 years ago
Only truncate logs if their size is greater than our maximum. Do not add the logger to the global delayed array, logger is always executed at last. Do not get the headers for the mail from another class (hardcoded). More... over 11 years ago
Be more precise while calculating the time and delete everything that is older than one day rather than two days. More... over 11 years ago
Better base typography values. More... over 11 years ago