• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removing comma, typo.

- Bumped package version

- Fixed create scripts

- Fixed callback function

- Fixed field-addedit and field-delete

  1. … 6 more files in changeset.
- Many fixes.

- More API refactoring (needs more).

- ad-new not working because I need to figure out a problem with default

values.

  1. … 8 more files in changeset.
- More per-category fields changes.

- Get rid of fields.xql and use API.

  1. … 6 more files in changeset.
- Realized I made a boo-boo by adding the keyword_id column that allows

per-category custom fields to the wrong table. Moved it to ca_attributes

and changed pl/pgsql and tcl api's accordingly.

- Create index in ca_attributes to improve speed. Still need to assess

where else we need indices.

- Changed API a bit. A couple functions named _exists_p were not boolean

at all, hence confusing.

- Updated user/admin files to reflect changes.

- Adding of custom fields now lets site-wide admin add site-wide custom

fields, otherwise only package-wise custom-fields.

- Improved fields UI. Needs more work.

- Updated Tcl callbacks.

  1. … 18 more files in changeset.
- Changed create scripts to add per-category custom fields support.

- Fixed bug in package drop scripts. Don't think all is solved yet.

- Wrote Tcl callback to allow for per-category custom fields.

  1. … 3 more files in changeset.
- Fixed left-over from reversing widget-procs.tcl

- Moved attribute instantiation to a Tcl callback (because we now

support per-category custom fields)

- Working on www/index.tcl

  1. … 8 more files in changeset.
- Added support for per-category custom fields.

- Modified create files accordingly.

- No update scripts yet.

- Initial revision of the classified-ads package written by Deds Castillo

and Paul Doerwalds.

- Some modifications and improvements by Roberto Mello.

- Added Bugs and Features to the www/doc/index page.

- Will be committing more changes soon.

    • -0
    • +40
    ./ads-package-create.sql
    • -0
    • +102
    ./attributes-create.sql
    • -0
    • +11
    ./attributes-drop.sql
    • -0
    • +270
    ./attributes-package-create.sql
    • -0
    • +13
    ./attributes-package-drop.sql
    • -0
    • +25
    ./classified-ads-create.sql
    • -0
    • +25
    ./classified-ads-drop.sql
    • -0
    • +53
    ./cr-classifieds-create.sql
    • -0
    • +75
    ./cr-classifieds-drop.sql
    • -0
    • +58
    ./cr-classifieds-package-create.sql
    • -0
    • +9
    ./cr-classifieds-package-drop.sql
  1. … 63 more files in changeset.