• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file README was initially added on branch oacs-5-0.

    • -0
    • +0
    /openacs-4/contrib/packages/payflowpro/README
file payflowpro-sc-drop.sql was initially added on branch oacs-5-0.

file payflowpro-sc-create.sql was initially added on branch oacs-5-0.

file payflowpro-drop.sql was initially added on branch oacs-5-0.

file payflowpro-create.sql was initially added on branch oacs-5-0.

file payflowpro.info was initially added on branch oacs-5-0.

    • -0
    • +0
    /openacs-4/contrib/packages/payflowpro/payflowpro.info
redifining acs-object package to use del instead of delete

More UI cleanup

    • -0
    • +23
    /openacs-4/packages/faq/lib/faq-add-edit-oracle.xql
    • -0
    • +1
    /openacs-4/packages/faq/lib/faq-add-edit.adp
    • -0
    • +31
    /openacs-4/packages/faq/lib/faq-add-edit.tcl
    • -3
    • +3
    /openacs-4/packages/faq/www/one-faq.adp
    • -1
    • +1
    /openacs-4/packages/faq/www/admin/index.tcl
    • -2
    • +2
    /openacs-4/packages/faq/www/admin/one-faq.adp
Slight interface cleanup

    • -29
    • +2
    /openacs-4/packages/faq/www/admin/index.adp
    • -4
    • +46
    /openacs-4/packages/faq/www/admin/index.tcl
    • -4
    • +4
    /openacs-4/packages/faq/www/admin/one-faq.adp
only show 'Fix for version' in list if versions are on

Changed admin link from 'Admin' to 'Administration'

Added acs-kernel.common_Administration message key

group::add_member now handles admin_rels correctly, so we don't need the bandaid here

Delete the site nodes and the instances in separate transactions, since most packages don't delete their instances cleanly

Honor unstrusted logins

If IndexRedirectUrl is set, and it's a package inside the subsite, show that as the first tab

focus on forms

Moved 'view reponse' up next to the survey name, because it shows all responses for this survey on one page

    • -6
    • +9
    /openacs-4/packages/survey/www/index.adp
Template the ad_page_contract complain page

    • -0
    • +23
    /openacs-4/packages/acs-tcl/lib/complain.adp
Template the error page

    • -0
    • +17
    /openacs-4/packages/acs-tcl/lib/page-error.adp
title as 'instance_name Parameters' instead of just 'Parameters'

Fixed dependency on dotlrn bug: Even though the code tried to check, it still called a dotlrn proc in order to find out if dotlrn was installed

    • -1
    • +7
    /openacs-4/packages/survey/tcl/survey-procs.tcl
Wrapping the output of element::render in [string trim] so that it doesn't pre- or append spaces before the output, to avoid borking html layouts that depend on having no spaces in the form, e.g. so that input elements don't get wrapped inside a td tag.

- Added focus to some form pages

- Fixed simple i18n bug

Go directly to log page when there's only one project

Make comments and blogroll include-optional

Use edit/delete gifs and standard location

Removing members now requires user_id, not rel_id, because we may need to remove more than one rel

Remove both membership_rel and admin_rel when removing members

Also offer to add users who already have an admin_rel, but no membership_rel