• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
*** empty log message ***

modified this file to work with 'forums' (olah)

    • -0
    • +110
    /openacs.org-dev/www/bboard/index.vuh
fixed rdbms specification

I took the liberty to go ahead and implement this pretty_name addition to subscribe_url that I mentioned in the bboard thread.

The insert statement included a sysdate, yet it was in the common .xql file. I moved it out to the -oracle and -postgresql files and changed it to now() for postgresql.

Missing columns in query. These were in the Oracle query, and at least the delivery_method_id was expected, and caused failure down the line

Changed the -oracle.xql file to claim that it's designed for Oracle, not PostgreSQL. I'm guessing that Yon meant to target 8.1.6 like most of the rest of OpenACS, but I may be wrong.

The search_observer_queue query gets an event_date column, so this is the name that we need to pass to the dequeue function as well (it was 'date'). This doesn't fix the bigger problem that the search_observer_dequeue query doesn't get picked up by the query processor, however

oops. removed those backup files

more admin stuff and fixes

    • -0
    • +10
    /openacs-4/packages/recruiting/www/admin/edit-candidate.adp
    • -0
    • +15
    /openacs-4/packages/recruiting/www/admin/edit-candidate.adp~
    • -0
    • +133
    /openacs-4/packages/recruiting/www/admin/edit-candidate.tcl
    • -0
    • +114
    /openacs-4/packages/recruiting/www/admin/edit-candidate.tcl~
lots more recruiting admin stuff

    • -0
    • +6
    /openacs-4/packages/recruiting/www/admin/edit-criteria.adp
    • -0
    • +53
    /openacs-4/packages/recruiting/www/admin/edit-criteria.tcl
    • -0
    • +5
    /openacs-4/packages/recruiting/www/admin/edit-status-type.adp
    • -0
    • +54
    /openacs-4/packages/recruiting/www/admin/edit-status-type.tcl
  1. … 15 more files in changeset.
dan's ui heaven

    • -0
    • +327
    /openacs-4/packages/recruiting/tcl/table-sorter-procs.tcl
added a catch around the ns_sendmail in case the mailer is not working

order services just like postgres version

order by url just like postgres version

added an operation to the dotlrn_applet service contract. the operation's name

is ChangeEventHandler and is usually implemented by change_event_handler

method in the dotlrn_applet implementation. dotLRN can throw events based on

changes to a community via the dotlrn_community::generate_change_event method.

currently the only event being thrown and handled is the 'rename' event. this

event is thrown when the name of a community is changed. the only applets that

currently listen for this event are dotlrn_fs, dotlrn_forums, and

dotlrn_calendar.

applets do not have to handle all events, only events they are interested in

handling.

we will add events on an as needed basis.

    • -32
    • +34
    /openacs-4/packages/dotlrn/dotlrn.info
    • -2
    • +19
    /openacs-4/packages/dotlrn/tcl/applets-procs.tcl
    • -0
    • +17
    /openacs-4/packages/dotlrn/tcl/dotlrn-init.xql
    • -2
    • +2
    /openacs-4/packages/dotlrn/www/applets-chunk.tcl
  1. … 37 more files in changeset.
added a rename method to calendar

parameter::get now checks the server config file first. this replicates

ad_parameter's functionality

Some changes here.

    • -0
    • +1
    /openacs.org-dev/www/default-master.adp
Initial revision

    • -0
    • +15
    /openacs.org-dev/packages/calendar/tcl/calendar-outlook-procs-postgresql.xql
OpenACS update 2002-07-31

  1. … 28 more files in changeset.
db_multirow: Ignore -append switch if the multirow hasn't been created already

modified 'show all forums' query (olah)

modified 'show all forums' query (olah)

modified 'show all forums' query (olah)

modified 'show all forums' query (olah)

fixed 'show all forums' query and <multiple> (olah)

    • -0
    • +290
    /openacs.org-dev/www/templates/community-index.adp.~1.2.~
    • -0
    • +61
    /openacs.org-dev/www/templates/community-index.tcl.~1.3.~
dotlrn_static using the new static_portal_content::update proc

element titles now get updated when you update a static portal element's title

two new procs for elements that need to update the pretty name (like static-portlet) and a param helper proc too