• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug #905: needs approval doesn't work

  1. … 5 more files in changeset.
Fix my own bug. My check for admin priviledges in tcl/subsite-procs.tcl

was out of context and didn't work.

Resolves bug #851. Added two new parameters, MembersCanInviteMembersP and

ShowMembersListTo, and made the subsite pages and Tcl procs honour them.

In particular subsite::get_section_info{}.

  1. … 6 more files in changeset.
- Cleaned up who's online

- I18n'd a few sentences

- Various UI cleanup

  1. … 16 more files in changeset.
Changed namespace style

    • -234
    • +234
    ./application-group-procs.tcl
More subsite-creation cleanup

  1. … 4 more files in changeset.
adding the subsite::main_site_id proc (analogous to ad_acs_kernel_id)

Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 268 more files in changeset.
made supertype default to "relationship" in rel_types::new as per

Lars's suggestion

Fixed bug #769: tcl/rel-types-procs-postgresql.xql - missing parameter in rel_types::new.drop_type

Cleanup

  1. … 7 more files in changeset.
Added group::admin_p

Added relation::get_id

Fixed password expiration and approval expiration

  1. … 7 more files in changeset.
Fixed and rearranged navigation structure

Fixed navigation bug

Rewrite cookie handling

  1. … 9 more files in changeset.
Fixing navigation

  1. … 7 more files in changeset.
Removed old debugging log statements

  1. … 5 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

    • -0
    • +20
    ./approval-expiration-procs-oracle.xql
    • -0
    • +22
    ./approval-expiration-procs-postgresql.xql
  1. … 806 more files in changeset.
Added a hack to delete permissions for the application group, so we can delete the group when deleting the subsite instance. We really ought to make permissions cascade. but that's a much bigger fix.

Show us on the members tab for all pages under /members/

Added proc to get options for rel types for a group

Adds 'admin_rel' to permissible rel-types for application groups

  1. … 5 more files in changeset.
file approval-expiration-init.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./approval-expiration-init.tcl
file approval-expiration-procs.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./approval-expiration-procs.tcl
file approval-expiration-procs-postgresql.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./approval-expiration-procs-postgresql.xql
file approval-expiration-procs-oracle.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./approval-expiration-procs-oracle.xql
- Added expiration of approvals and passwords

- Added IndexRedirectUrl, which will cause acs-subsite's index page to redirect to that URL

- Added DefaultFormStyle and DefaultListStyle parameters, so you can choose the default styles to use for your forms and lists (to come)

    • -0
    • +20
    ./approval-expiration-procs-oracle.xql
    • -0
    • +22
    ./approval-expiration-procs-postgresql.xql
  1. … 9 more files in changeset.
making group_type optional in group::new proc. You want type group in the vast majority of cases so making this the default