• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
remove inline sql from upload-2.tcl, clean up code, set content_length on new upload

    • -3
    • +3
    ./user/portrait/upload-2-postgresql.xql
set content_length field in cr_revisions for uploaded portrait

    • -0
    • +1
    ./user/portrait/upload-2-postgresql.xql
Fixed rendering bug on IE: context bar should be 'position: relative', otherwise the float: left stuff on the tabs causes it to not be shown at all

Fixed bug when granting zero privileges crashing page

Fixed rendering bug on IE 6: div float right and table width 100% doesn't mix well. This fix shouldn't be merged to HEAD/5.1, since HEAD/5.1 has a completely different rendering

Added subsite name as page title

adding auto-login page

Fixed bug: Not logged in after password change

Fixes Bug #1286: Changing permission for a given group erases previous permissions already given for that same group on the refered object.

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

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

    • -1
    • +1
    ./members/member-invite-postgresql.xql
bug fix: removing semicolon from xql file

build a list to eval rather than eval ad_context_bar $args, bug 1265

  1. … 7 more files in changeset.
Further bug 1144 diddling that should be consistent with any 5.1 changes

to relational segments and groups.

substantially speed up /admin/site-map/ on postgres (and probably oracle but I did not test it)

    • -17
    • +17
    ./admin/site-map/index-postgresql.xql
Forgot to add this earlier...

An additional whacka-hack bandaid patch for relseg usage to cover up the

fact that they won't really be fixed properly 'til 5.1.

Did a bandaid patch for bug number 1144. The views were fixed earlier but

the new pages in acs-subsite assumed that a user could only belong to one

relseg at a time.

  1. … 2 more files in changeset.
fix a few more missing rdbms stanzas

  1. … 10 more files in changeset.
Removing unused postgresql xql file and taking user_contributions out of

the community-member.tcl properties.

    • -15
    • +0
    ./shared/community-member-postgresql.xql
fix calls to ad_return_complaint

  1. … 22 more files in changeset.
Simplified make-admin and make-member pages, now that we have a better group::add_member that knows to delete existing relations

Another partial fix for #1144: join on rel_id, too, so when a user has two rows in cc_users he only shows up twice, not four times (cartesian product of all the relations)

trim the node_name

bugfix #1117: paginated the list

    • -21
    • +0
    ./permissions/perm-user-add-include-oracle.xql
    • -21
    • +0
    ./permissions/perm-user-add-include-postgresql.xql
    • -6
    • +12
    ./permissions/perm-user-add-include.tcl
    • -0
    • +30
    ./permissions/perm-user-add-include.xql
Changed naming of 'Community' to 'Subsite', following consensus on a recent thread on the forums on that topic. Removed distinction between children of subsites and children of the main site, since 'Subsubsites' wouldn't sound that great.

  1. … 4 more files in changeset.
#1223 noquote fix

Fixed bug #906: trim email (and username)

  1. … 2 more files in changeset.