0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 12 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ignore redis's dump. ignore movie's thumbnail More... almost 12 years ago
added warming-up script + city bugfix More... almost 12 years ago
package.json updated More... almost 12 years ago
theater is also having movie detail implemented a way to do early binding. More... almost 12 years ago
per-city's now playing movies is now with detail pretty similar to coming soon More... almost 12 years ago
convert tabs to spaces More... almost 12 years ago
make sure return file path when file already exist More... almost 12 years ago
coming soon now return movie details each movie detail is fetch. i needed to change the 'event handler' approach to callback. More... almost 12 years ago
bugfix: image not loaded on movie detail (ios) at first i thought pipe is a synchronous method, but i guessed wrong. More... almost 12 years ago
get bigger movie thumbnail More... almost 12 years ago
movie's image url change from relative to absolute More... almost 12 years ago
add an alternative way (using pipe) to serve image read a file and directly pipe the stream to response object is not recommended way because its not sending proper response header (for client-side cache, etc). More... almost 12 years ago
movie's image is now served More... almost 12 years ago
done with movie's image grabber 'image' attribute, originally contained an URL to cinema21's site. More... almost 12 years ago
added image grabber. i also add dummy file within movie's image directory so that directory could be added into git More... almost 12 years ago
movie + playing theater now have its expiration on More... almost 12 years ago
movie detail cache is now have its expiration on More... almost 12 years ago
theater detail cache now have its expiration on More... almost 12 years ago
city detail cache is now have its expire on More... almost 12 years ago
progress: set expiration on cache More... almost 12 years ago
fix indentation More... almost 12 years ago
add expire to coming-soon movies More... almost 12 years ago
movie schedule per theater on city, done & tested example: http://localhost:3000/cinema21/movie/12AVES/city/10 will return movie detail along with list of theaters who play it. More... almost 12 years ago
i forgot to treat stored result properly More... almost 12 years ago
movie schedule per-theater within city - progress More... almost 12 years ago
movie handler now accept callback function More... almost 12 years ago
respose > response More... almost 12 years ago
request param should always prefixed with base_uri More... almost 12 years ago
movie schedule on theaters within city (progress) More... almost 12 years ago
movie detail handler accept callback this way, we can call it from another function (movieByCity()) and having result not directly sent to client -- at least that's how i planned to do this. More... almost 12 years ago