1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 21 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.txt More... over 3 years ago
Modifications so Postgres tests pass, plus UUID support More... over 14 years ago
added try/catch to enforce freeing PSQL cnx More... over 14 years ago
Fixed error handling when esql statement contains wrong clause More... over 14 years ago
Added support for UNION ALL More... over 14 years ago
Added missing util file More... over 14 years ago
Added a build script for these interested only in good old ErlyDB More... over 14 years ago
Fixed loading of null values returning <<>> instead of undefined More... over 14 years ago
Fixed data handling for PSQL in YMD mode More... over 14 years ago
Merge branch 'master' of git://github.com/splix/erlyweb
Denis Pauk
as denis.pauk
More... over 14 years ago
Merge branch 'master' of git://github.com/dirceu/erlyweb
Denis Pauk
as denis.pauk
More... over 14 years ago
create_app/2 now create a log directory and a yaws.conf file More... over 14 years ago
Fixed 'docs' action from Makefile, updated Installation documentation and fixed bad spec name More... over 14 years ago
Updated Makefile to install create_erlyweb_app.sh under erlang/bin directory More... over 14 years ago
Updating installation instructions More... over 14 years ago
Musician example (based on a version I had using packages). More... almost 15 years ago
support unix path
Denis Pauk
as denis.pauk
More... about 15 years ago
support unix path
Denis Pauk
as denis.pauk
More... about 15 years ago
more speed up commit
Denis Pauk
as denis.pauk
More... about 15 years ago
add render error
Denis Pauk
as denis.pauk
More... about 15 years ago
add render error
Denis Pauk
as denis.pauk
More... about 15 years ago
fix postgres support (limit/offset, sequences) More... about 15 years ago
fix postgres support (limit/offset, sequences) More... about 15 years ago
Fixed the algorithm for calculating app_root (server_path=/ is a special case). More... over 15 years ago
Changed yaws_arg:appmoddata/1 and /2 functions so that they wrap #arg.pathinfo. Also implemented the normalize_appmoddata hack so that undefined values get converted to "/". This should enable old code that uses appmoddata to continue working while keeping app_root right. More... over 15 years ago
Switched from using appmoddata to pathinfo in get_url_prefix/1. More... over 15 years ago
Enabled access to the #arg record to the application views. Changed yaws_arg:pathinfo/2 so that it updates other related variables (in order to keep a coherent request state). Moved the erlyweb:get_app_root/1 function to yaws_arg as it depends completely on the Yaws #arg fields (see function comments). More... over 15 years ago
Fixed the redirection to include the application root as a prefix (instead of always using /). More... over 15 years ago
Replace yaws_arg:appmoddata/1 (appmoddata is deprecated) for yaws_arg:pathinfo/1. More... over 15 years ago
Handle the case where appmoddata =:= undefined. Refactoring of the code that serve files from docroot when the request doesn't match any controller. More... over 15 years ago