• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixed typo

upgraded version to 4.5

renamed jon's upgrade file 4.5->4.5.1

    • -0
    • +35
    ./packages/search/sql/postgresql/upgrade/upgrade-4.5-4.5.1.sql
updated version to 4.5

    • -38
    • +39
    ./packages/acs-kernel/acs-kernel.info
    • -33
    • +35
    ./packages/acs-subsite/acs-subsite.info
initial revision

    • -0
    • +35
    ./packages/search/sql/postgresql/upgrade/upgrade-4.2-4.5.1.sql
initial revision

fixed typo in included script

initial revision

fixed another typo in a member_rel_creation..

fixed a typo in a member_rel_creation..

correcting query name

    • -1
    • +1
    ./packages/forums/www/message-post-oracle.xql
bug fixes

    • -3
    • +2
    ./packages/recruiting/www/rate-candidate.tcl
    • -0
    • +5
    ./packages/recruiting/www/admin/delete-interview.adp
    • -0
    • +39
    ./packages/recruiting/www/admin/delete-interview.tcl
added commenting, phone numbers, and ability to delete candidates

    • -3
    • +10
    ./packages/recruiting/www/edit-ratings.tcl
    • -2
    • +3
    ./packages/recruiting/www/edit-ratings.xql
    • -4
    • +10
    ./packages/recruiting/www/rate-candidate.tcl
    • -2
    • +3
    ./packages/recruiting/www/rate-candidate.xql
    • -0
    • +2
    ./packages/recruiting/www/rating-sheet.adp
    • -1
    • +4
    ./packages/recruiting/www/rating-sheet.tcl
    • -0
    • +5
    ./packages/recruiting/www/admin/delete-candidate.adp
    • -0
    • +39
    ./packages/recruiting/www/admin/delete-candidate.tcl
  1. … 7 more files in changeset.
recruiting alpha

    • -0
    • +6
    ./packages/recruiting/www/edit-ratings.adp
    • -0
    • +77
    ./packages/recruiting/www/edit-ratings.tcl
    • -0
    • +40
    ./packages/recruiting/www/edit-ratings.xql
    • -0
    • +10
    ./packages/recruiting/www/rating-sheet.adp
    • -0
    • +46
    ./packages/recruiting/www/rating-sheet.tcl
    • -0
    • +36
    ./packages/recruiting/www/rating-sheet.xql
    • -0
    • +10
    ./packages/recruiting/www/admin/view-average-ratings.adp
    • -0
    • +35
    ./packages/recruiting/www/admin/view-average-ratings.tcl
    • -0
    • +46
    ./packages/recruiting/www/admin/view-average-ratings.xql
added graphics

    • -0
    • +2
    ./packages/dotlrndoc/www/images/blank.gif
    • -0
    • +10
    ./packages/dotlrndoc/www/images/dotlrn.gif
    • -0
    • +18
    ./packages/dotlrndoc/www/images/openforce_text.gif
    • -0
    • +4
    ./packages/dotlrndoc/www/images/up.gif
more recruiting shiz

    • -0
    • +13
    ./packages/recruiting/www/#rating-sheet.tcl#
    • -0
    • +8
    ./packages/recruiting/www/index.adp
    • -0
    • +31
    ./packages/recruiting/www/index.tcl
    • -0
    • +26
    ./packages/recruiting/www/index.xql
    • -0
    • +24
    ./packages/recruiting/www/my-completed-interviews.tcl
    • -0
    • +32
    ./packages/recruiting/www/my-completed-interviews.xql
    • -0
    • +4
    ./packages/recruiting/www/my-new-interviews.adp
    • -0
    • +23
    ./packages/recruiting/www/my-new-interviews.tcl
    • -0
    • +23
    ./packages/recruiting/www/my-new-interviews.xql
    • -0
    • +6
    ./packages/recruiting/www/rate-candidate.adp
    • -0
    • +72
    ./packages/recruiting/www/rate-candidate.tcl
    • -0
    • +23
    ./packages/recruiting/www/rate-candidate.xql
    • -0
    • +28
    ./packages/recruiting/www/recruiting-master.adp
  1. … 10 more files in changeset.
revmoed

    • -3
    • +3
    ./packages/dotlrndoc/www/doc/dotlrn-faq.adp
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
    ./packages/forums/www/message-post.adp
    • -0
    • +1
    ./packages/forums/www/admin/forum-edit.adp
    • -2
    • +2
    ./packages/forums/www/admin/forum-edit.tcl
    • -1
    • +2
    ./packages/forums/www/admin/forum-new.adp
    • -7
    • +11
    ./packages/forums/www/admin/forum-new.tcl
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.

Fixed the context bar

    • -1
    • +1
    ./packages/forums/www/admin/forum-edit.adp
    • -1
    • +3
    ./packages/forums/www/admin/forum-edit.tcl
Only instantiate the form values if [form is_request]. Otherwise, we reset the values on a failed form validation, too.

    • -8
    • +10
    ./packages/forums/www/admin/forum-edit.tcl
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'

    • -3
    • +6
    ./packages/notifications/www/request-new.adp
    • -13
    • +18
    ./packages/notifications/www/request-new.tcl
fixed rdbms specification

    • -1
    • +1
    ./packages/search/tcl/search-procs-oracle.xql
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.

    • -1
    • +1
    ./packages/search/tcl/search-procs-oracle.xql
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

    • -114
    • +0
    ./packages/recruiting/www/admin/edit-candidate.tcl~
more admin stuff and fixes

    • -0
    • +10
    ./packages/recruiting/www/admin/edit-candidate.adp
    • -0
    • +15
    ./packages/recruiting/www/admin/edit-candidate.adp~
    • -0
    • +133
    ./packages/recruiting/www/admin/edit-candidate.tcl
    • -0
    • +114
    ./packages/recruiting/www/admin/edit-candidate.tcl~