• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Can't remember what I fixed here.

- Changed ns_log notice -> Debug

- Reformatted a bit for legibility.

- Continuing to improve UI

- ad-delete now ad_form with confirmation

- ad-one handles deletion correctly

- Updated TODO.

Added a link to admin/ for admins

    • -1
    • +3
    /openacs-4/packages/calendar/www/view.adp
    • -1
    • +3
    /openacs-4/packages/calendar/www/view.tcl
removed junk code

Fixed SQL query so that daily events and events with time are properly retrieved from the database

Added link to calendar-item-types, so that calendar_admins can manipulate calendar item types

- updated to reflect fact that package installer now only shows 1 checkbox instead of 2.

noquote fixes: moved as much html generation into adp files

    • -36
    • +108
    /openacs-4/packages/calendar/www/cal-item-view.adp
    • -16
    • +4
    /openacs-4/packages/calendar/www/cal-item-view.tcl
  1. … 28 more files in changeset.
- Updated user categories page. Not final.

- Moved posgresql-specific queries to field-addedit-postgresql.xql

- Update TODO in documentation.

- Added procs to get context trail for ads.

- ad_one displays and edits ads.

- ad-delete with confirmation (still needs work).

- categories.* now link ads to ad-one

- Everything ad_form'ized.

Merged to HEAD.

- Added comment and @see about rp_form_put to rp_internal_redirect.

- added location of debian's chunk.xsl to openacs.xsl (commented out)

- typo fix from Steffen Christensen

I sped up the code Peter Marklund wrote to automatically resolve package

dependencies (so you don't need to check off every package you need) by, oh,

a couple of orders of magnitude for large dependency lists.

This code could be cleaned up a *log* and probably made faster as a result

but I'm satisified with this speed-up for now.

- Fixing ads::new

- Reformatted classified-ads-procs.tcl for legibility

- ad-new will be merged into ad-one which will take care of adding,

editing and displaying ads.

- Improved category administration.

- Added @see line for template::util::richtext.

What I'm wondering is why did Lars put it in template::util::richtext

instead of template::widget::richtext, and if it doesn't show up

in template::widget, how does it find it?

Another chapter of "OpenACS Secrets Revealed".

Forgot to change data control file to reference this package rather than

my test package ...

Added directory box to community page.

    • -0
    • +9
    /openacs.org-dev/www/templates/widgets/directory.adp
Add missing form closing tag. bug 546 patch 196 Vinod Kurup

- Updated .info file

- Converted category-new and ad-new to use ad_form, hence getting rid of

a couple FIXME's.

- Made assigned and unassigned ads return published date.

- Placing new ads now lets you know which category it's going into.

- More improvements to field-addedit

- Updated TODO

- Removed category-assign-2, since it had no point and to have

consistent behavior with category-remove

- Much better admin UI to manage categories and ads.

Another - vs. _ typo

fixed a typo (- where _ was wanted)

Moved these packages over to the use of bulk data loading rather than

slow inserts

    • -0
    • +3141
    /openacs-4/packages/ref-us-counties/sql/common/us-counties.dat
    • -0
    • +42192
    /openacs-4/packages/ref-us-zipcodes/sql/common/us-zipcodes.dat
  1. … 3 more files in changeset.
- Improving categories UI.

- Improved documentation.

- Improved how ads are assigned to categories.

- Improved categories page (still need a prettier UI)

- Improved documentation to filed-addedit

- Added proc to verify ISBN numbers.

- Fixed repeated use of na_sources_source_id_fk constraint name in datamodel.

- Merged to HEAD.

- Remove upper from order by to make it work under PG 7.3.

Bug 598, patch 223 by Gabriel Durca. Thanks.