• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix return values from the aggregates::get func, add a lib/ratings includelet (used by cop-ui/www/ratings/ratings), add delete.tcl

    • -0
    • +113
    ./lib/ratings.tcl
- Added support for OpenACS 5.1

- Added support for anonymous ratings, aggregated separately

    • -7
    • +11
    ./sql/postgresql/ratings-datamodel.sql
    • -14
    • +13
    ./sql/postgresql/ratings-procs.sql
    • -21
    • +98
    ./sql/postgresql/ratings-triggers.sql
return rating_id when creating a rating

move the rating icon generation into the ratings package

add small and large stars + wordpress bar style icons

    • binary
    ./www/resources/lstars/s-0.5.gif
    • binary
    ./www/resources/lstars/s-1.0.gif
    • binary
    ./www/resources/lstars/s-1.5.gif
    • binary
    ./www/resources/lstars/s-2.0.gif
    • binary
    ./www/resources/lstars/s-2.5.gif
    • binary
    ./www/resources/lstars/s-3.0.gif
    • binary
    ./www/resources/lstars/s-3.5.gif
    • binary
    ./www/resources/lstars/s-4.0.gif
    • binary
    ./www/resources/lstars/s-4.5.gif
    • binary
    ./www/resources/lstars/s-5.0.gif
    • binary
    ./www/resources/stars/s-0.5.gif
    • binary
    ./www/resources/stars/s-1.0.gif
    • binary
    ./www/resources/stars/s-1.5.gif
    • binary
    ./www/resources/stars/s-2.0.gif
  1. … 16 more files in changeset.
refactor ratings from cop-base

    • -0
    • +18
    ./sql/postgresql/ratings-create.sql
    • -0
    • +13
    ./sql/postgresql/ratings-data.sql
    • -0
    • +121
    ./sql/postgresql/ratings-datamodel.sql
    • -0
    • +53
    ./sql/postgresql/ratings-drop.sql
    • -0
    • +217
    ./sql/postgresql/ratings-procs.sql
    • -0
    • +78
    ./sql/postgresql/ratings-triggers.sql
    • -0
    • +175
    ./tcl/rating-procs.tcl