• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
remove html from request_widget bug 116/patch 33 Vinod Kurup

fixes forum_create perm checking bug 108/patch 29 Vinod Kurup

    • -3
    • +8
    /openacs-4/packages/forums/www/message-post.tcl
    • -6
    • +6
    /openacs-4/packages/forums/www/message-view.tcl
new improved restart-aolserver from hhttp://openacs.org/doc/openacs-4/files/restart-aolserver.txt

    • -39
    • +35
    /openacs-4/bin/restart-aolserver
new restart-aolserver more in line with how things are now done bug 64/patch 36

    • -39
    • +35
    /openacs-4/bin/restart-aolserver
Show a proper error when email fails bug 41/patch 34 Vinod Kurup

carry over componentid to patch

fix error ns_returnerror call bug 120/patch 38 Vinod Kurup

fix error ns_returnerror call bug 120/patch 38 Vinod Kurup

merge add of template::data::validate::boolean from 4.6 to head

adds template::data::validate::boolean bug 151/patch 46 Roberto Mello

default to show all patches, close a tag, formatting fix

default to show all patches on bug screen

fix links and acronyms

fix links and acronyms

fixes some quoting issues for i18n message lookups bug 102/patch 23 Vinod Kurup

    • -3
    • +3
    /openacs-4/packages/forums/www/message-post.tcl
    • -2
    • +2
    /openacs-4/packages/forums/www/search.tcl
    • -7
    • +7
    /openacs-4/packages/forums/www/user-history.tcl
make package_key a bind variable

-- newline missing from eof

-- updated query name

--update owner email

    • -1
    • +1
    /openacs-4/packages/cronjob/cronjob.info
-- removed sql var since sql was removed to xql file

-- fixed display bug in cronjob dayofweek widget

-- updated owner email

alias for acs-workflow

typo bug 158/patch 50 Tom Jackson

put workflow back in to modules since 4.6 co will not install w/o it.

Removed paragraph referring to the "current focus on Java"

Removed paragraph referring to the "current focus on Java".

- Added env vars to use pg 7.2

- Modified loginfo to use the right database

pk on acs_mail_queue_outgoing bug 97/patch 19 Vinod Kurup

fixes pk on acs_mail_queue_outgoing closes bug 97/patch 19 Vinod Kurup

remove the 7.3 check since HEAD works with 7.3

----------------------------------------------------------------------

workflow-tables-create.sql CVS:

----------------------------------------------------------------------

Adding back the on delete cascade for columns in workflow_fsm_actions

so that the first unit test passes (workflow can be created and torn

down). Don't understand why rows refuse to be cascaded if new_state

column is changed to on cascade set null. At least now it works...