• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
bug fixes

    • -0
    • +5
    /openacs-4/packages/recruiting/www/admin/delete-interview.adp
    • -0
    • +39
    /openacs-4/packages/recruiting/www/admin/delete-interview.tcl
*** empty log message ***

added commenting, phone numbers, and ability to delete candidates

    • -0
    • +5
    /openacs-4/packages/recruiting/www/admin/delete-candidate.adp
    • -0
    • +39
    /openacs-4/packages/recruiting/www/admin/delete-candidate.tcl
  1. … 7 more files in changeset.
*** empty log message ***

*** empty log message ***

*** empty log message ***

*** empty log message ***

*** empty log message ***

    • -0
    • +38
    /openacs.org-dev/www/bboard-migr/faq-migr.tcl
*** empty log message ***

added 'latest news' functionality (olah)

added 'latest news' functionality (olah)

added 'latest news' functionality (olah)

recruiting alpha

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

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

    • -0
    • +13
    /openacs-4/packages/recruiting/www/#rating-sheet.tcl#
    • -0
    • +8
    /openacs-4/packages/recruiting/www/index.adp
    • -0
    • +31
    /openacs-4/packages/recruiting/www/index.tcl
    • -0
    • +26
    /openacs-4/packages/recruiting/www/index.xql
    • -0
    • +4
    /openacs-4/packages/recruiting/www/my-new-interviews.adp
    • -0
    • +23
    /openacs-4/packages/recruiting/www/my-new-interviews.tcl
    • -0
    • +23
    /openacs-4/packages/recruiting/www/my-new-interviews.xql
    • -0
    • +6
    /openacs-4/packages/recruiting/www/rate-candidate.adp
    • -0
    • +72
    /openacs-4/packages/recruiting/www/rate-candidate.tcl
    • -0
    • +23
    /openacs-4/packages/recruiting/www/rate-candidate.xql
    • -0
    • +28
    /openacs-4/packages/recruiting/www/recruiting-master.adp
  1. … 10 more files in changeset.
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.