• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
revmoed

modified this script to work with 'forums'

Added focus on first field on forms. Fixed context bar on forum-new. Made charter optional on forum-edit, just like it is on forum-new. Added the missing [form is_request] on forum-new.

    • -0
    • +1
    /openacs-4/packages/forums/www/master.adp
    • -0
    • +1
    /openacs-4/packages/forums/www/message-post.adp
Added a link to the administration page. Otherwise, there's no way to re-enable a disabled forum, if it's the only one there is.

    • -1
    • +1
    /openacs-4/packages/forums/www/index.adp
Fixed the context bar

Only instantiate the form values if [form is_request]. Otherwise, we reset the values on a failed form validation, too.

Added header to the request-new page. Changed form id from 'request' to 'subscribe' to avoid clash with the form builder magic form id 'request'

*** empty log message ***

*** 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