openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
MovLib
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 16 hours
ago. based on code collected
1 day
ago.
Jul 22, 2024 — Jul 22, 2025
Showing page 98 of 103
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Improved installation scripts further. Better organization of global PHP configuration sections. Included patch for PHP Imagick extension for work nicely with self compiled ImageMagick.
Richard Fussenegger
More...
about 12 years ago
Created installation scripts for most software we need (will be extended and improved in the future). Installed Memcached and configured PHP to use it for session storage.
Richard Fussenegger
More...
about 12 years ago
Overhauled to comply with latest changes to route generation process and make usage of server variables sent by nginx instead of hard coded strings.
Richard Fussenegger
More...
about 12 years ago
Start for the localize subdomain, where it will be possible to translate MovLib: * Created nginx configuration * Created StartSSL certificates * Changed the behaviour of the language selection page and what is done if no locale is set while creating new I18nModel instance. This is important because language independent subdomains like the localize one do not have a language code. Instead the language code is dynamic (either from the user's account, from the HTTP accept language header or our default language).
Richard Fussenegger
More...
about 12 years ago
Overhauled the i18n system: * Merged I18n and I18nModel to one single class. I18n only acted as proxy for I18nModel, which makes totally no sense at all and only kills performance. * I18nModel now contains all the logic related to i18n stuff. * Updated all classes that maintained references to I18n class.
Richard Fussenegger
More...
about 12 years ago
Overhauled delayed classes to get rid of the evil Singleton pattern. Instead we create pure static classes and each class has to implement it's logic as it likes (creating Interfaces doesn't make a lot of sense in a closed development environment).
Richard Fussenegger
More...
about 12 years ago
Dynamic translations column name of routes was missing the trailing s to match the column name in messages table.
Richard Fussenegger
More...
about 12 years ago
No need to set user, group or body temp path, now directly set during compile time.
Richard Fussenegger
More...
about 12 years ago
Overhauled nginx configuration and compiled latest dev version on our server. Remove libgit2 php-git from our php extensions. We'll create something in PHP as part of our software.
Richard Fussenegger
More...
about 12 years ago
Removed delayed model in favor of delayed method calls which are more flexible and faster. @todo Debug current implementation, it's not saving the messages (maybe due to affected_rows check). @todo Combine I18n into I18nModel and delete I18n because it only acts as proxy which we don't need.
Richard Fussenegger
More...
about 12 years ago
Improved delayed model and @todo's for Franz.
Richard Fussenegger
More...
about 12 years ago
Missed one closing parenthesis.
Richard Fussenegger
More...
about 12 years ago
Easier to understand and supported in PHP 5.5+
Richard Fussenegger
More...
about 12 years ago
Example implementation of delayed insert usage within our I18n class.
Richard Fussenegger
More...
about 12 years ago
Merge branch 'master' of https://github.com/MovLib/www.git
Richard Fussenegger
More...
about 12 years ago
Speaking names for everything and improved readability. Prefix "Delayed" makes sense for delayed classes, so everyone knows what s/he is dealing with.
Richard Fussenegger
More...
about 12 years ago
Keep it consistent.
Richard Fussenegger
More...
about 12 years ago
Draft README
Richard Fussenegger
More...
about 12 years ago
Screw pthreads, it's a great idea but close to impossible to debug. Instead of asynchronous classes we now use delayed classes. First generate the response for the user, then run delayed tasks like logging, mailing, etc. pp.. Overhauled the Log and Mail classes to reflect the changes and the Log class is now using the PHP error numbers (that's why I deleted most log files and reduced them to three different ones).
Richard Fussenegger
More...
about 12 years ago
Overhauled the I18n class and got rid of unused getters (public properties are faster), same goes for models, no need to store the unhandy arrays, export to properties makes life much easier and giving other objects direct access is easy and fast.
Richard Fussenegger
More...
about 12 years ago
Overhauled the language selection page to match new style.
Richard Fussenegger
More...
about 12 years ago
Don't repeat yourself, the database tables have the same column names for a reason. Do not execute SQL queries in a loop (although in this context it is okay within the outer loop). Do not create multiple INSERT statements if inserting many values, use a single statement. This way you don't have to care about transaction commits (which is error prone if handled manually). Do not trust user generated (ICU translations) content, always escape properly (which means using prepared statements in our application).
Richard Fussenegger
More...
about 12 years ago
Overhauled the views to use the Boot-/Flatstrap grid system and we also want a more consistent UI, started with that.
Richard Fussenegger
More...
about 12 years ago
Implemented new tranlation importer with Intl translations. Removed seed data scripts for countries and languages. Moved rglob() to FileSystem utility class. Fixed disconnect() in AbstractModel.
Markus Deutschl
More...
about 12 years ago
Removed obsolete debugging stuff.
Richard Fussenegger
More...
about 12 years ago
Corrected a wrong method call in the MoviePresenter and continued with extracting translations from our source.
Richard Fussenegger
More...
about 12 years ago
One step closer, the tokenizer isn't doing what it should be (not yet).
Richard Fussenegger
More...
about 12 years ago
No need to break out of the for loop, simply cary on with the next pattern.
Richard Fussenegger
More...
about 12 years ago
Further simplified the class and inner for loop.
Richard Fussenegger
More...
about 12 years ago
The loop would have aborted if the first pattern didn't match. This loop construct should do the trick. (Untested)
Richard Fussenegger
More...
about 12 years ago
←
1
2
…
94
95
96
97
98
99
100
101
102
103
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree