• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
use yon's new list_of_ns_sets stuff

fixup dereg link right this time, and some other UI

added subgroup membership management

    • -3
    • +30
    /openacs-4/packages/dotlrn/www/members-chunk.adp
    • -4
    • +31
    /openacs-4/packages/dotlrn/www/members-chunk.tcl
Changed the referer for the get_subcomm_chunk "register" link to the current

location. So when you hit the link, go don't go anywhere.

don't justify stuff - NEEDS work!

improved get_subcomm_chunk to handle pending memberships

updated

added display procs support for PG

added PG support for new calendar procs

fixed creation user bug

fixed pg queries

added an openacs file

    • -0
    • +1
    /openacs-4/packages/acs-tcl/acs-tcl.info
added util

applied patch #214 to fix download-by-ip spamming

fixing member_p

    • -2
    • +2
    /openacs-4/packages/dotlrn/www/members-chunk.tcl
minor ui

some new helpers

updated subcomm_chunk and some new helpers

removed bad where clause: aks with help from yon

    • -3
    • +2
    /openacs-4/packages/dotlrn/www/members-chunk.tcl
cleaning up some community member stuff

    • -24
    • +8
    /openacs-4/packages/dotlrn/www/members-chunk.adp
    • -34
    • +14
    /openacs-4/packages/dotlrn/www/members-chunk.tcl
dont show dereg link for everyone if you are not an admin

fixed bug. changed db_0or1row to db_string. - aks

fixed bug in get subcomm_chunk that was calling non-existant "get_chunk" proc

some small UI improvements

    • -3
    • +3
    /openacs-4/packages/dotlrn/www/admin/club.tcl
    • -2
    • +2
    /openacs-4/packages/dotlrn/www/admin/term.tcl
    • -4
    • +7
    /openacs-4/packages/dotlrn/www/admin/user.adp
    • -2
    • +3
    /openacs-4/packages/dotlrn/www/admin/user.tcl
there is no master inside of calendar package

show class term for all terms class listing

    • -3
    • +9
    /openacs-4/packages/dotlrn/www/admin/term.adp
changed "add users to community" to "add users to group"

    • -1
    • +1
    /openacs-4/packages/dotlrn/www/members-chunk.adp
fixed bug caused by crappy acs_object_type data model

improved permissions handling

Adding site-specifc-master fuctionality. This allows a site to modify

the look of the entire site by adding a tcl/adp pair named

"site-specific-master" and setting the "UseSiteSpecificMaster"

ad_param of the parent acs-subsite package. The param defaults to

"false".

Why not just edit the "default-master" files? Well, if you break

default master much of the site will be broken. This feature allows

you to experiment with the site-specific-master with the knoledge that

with the flip of a parameter the pristine "default-master" will be

used. And there's no risk for committers to check in their

custom site-specific-master files into the tree unlike with editing

def-master.