• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
prevent members page from being called when not in a community

minor fix: get portal name, and user_id

* This is the modified acs_user_new that adds an optional registration_date

parameter, so we can maintain user registration dates from old site.

* Fixed 2 bugs in community-core-procs.tcl where acs_user_new would fail

(a missing bracket and a call to "empty_strin_p" (missing g)

* Made the -postgresql.xql grabe the bind var intead of the tcl var

* Added support in the -oracle.xql

forgot to add attachments to the cvs commandlines

removed tarball, made some minor updates

updated

    • -13
    • +2
    /openacs-4/packages/dotlrn/dotlrn.info
removed coding-tips file

renamed preferences to control-panel

    • -0
    • +49
    /openacs-4/packages/dotlrn/www/control-panel.adp
    • -0
    • +45
    /openacs-4/packages/dotlrn/www/control-panel.tcl
renamed preferences to control-panel everywhere

    • -1
    • +1
    /openacs-4/packages/dotlrn/www/dotlrn-master.adp
    • -2
    • +2
    /openacs-4/packages/dotlrn/www/dotlrn-master.tcl
    • -49
    • +0
    /openacs-4/packages/dotlrn/www/preferences.adp
    • -45
    • +0
    /openacs-4/packages/dotlrn/www/preferences.tcl
    • -4
    • +2
    /openacs-4/packages/dotlrn/www/spam.tcl
removed obsolete install.tcl file

remove obsolete index-oracle index-postgresql files

    • -18
    • +0
    /openacs-4/packages/dotlrn/www/index-oracle.xql
remove obsolete one-community-not-member file

fixed properties

added check to prevent limited users from configuring

their user portal and refactored

    • -34
    • +17
    /openacs-4/packages/dotlrn/www/configure.tcl
clean up

added admin check, cleaned up, documented

removed lots of unused junk, refactored

    • -25
    • +15
    /openacs-4/packages/dotlrn/www/one-community.tcl
fix typo in community non-admin section

    • -2
    • +2
    /openacs-4/packages/dotlrn/www/dotlrn-master.tcl
remove obsolete file

    • -71
    • +0
    /openacs-4/packages/dotlrn/www/master.adp
added admin check

Hackish page to display packages and their descriptions.

    • -0
    • +102
    /openacs.org-dev/www/packages/package-list.tcl
removed a bunch of obsolete files: community.* and some .xql files

    • -2
    • +4
    /openacs-4/packages/dotlrn/www/applets-chunk.tcl
    • -3
    • +0
    /openacs-4/packages/dotlrn/www/clone.adp
    • -3
    • +8
    /openacs-4/packages/dotlrn/www/clone.tcl
    • -38
    • +0
    /openacs-4/packages/dotlrn/www/community.adp
    • -60
    • +0
    /openacs-4/packages/dotlrn/www/community.tcl
    • -13
    • +0
    /openacs-4/packages/dotlrn/www/community.xql
    • -25
    • +58
    /openacs-4/packages/dotlrn/www/dotlrn-master.adp
    • -0
    • +366
    /openacs-4/packages/dotlrn/www/dotlrn-master.tcl
    • -1
    • +0
    /openacs-4/packages/dotlrn/www/index.adp
    • -13
    • +0
    /openacs-4/packages/dotlrn/www/index.xql
  1. … 13 more files in changeset.
updated add_applet_to_dotlrn call for new signature

bug fixes. clean up of portal xql files.

side note: the portal namespace has to be split into sub-namespaces, e.g.

portal, portal::element, portal::element::parameter, portal::layout,

portal::theme, etc. each should go into it's own file so that the code will be

easier to manage.

    • -3
    • +24
    /openacs-4/packages/dotlrn/tcl/applets-procs.tcl
    • -1
    • +9
    /openacs-4/packages/dotlrn/tcl/applets-procs.xql
    • -2
    • +1
    /openacs-4/packages/dotlrn/www/admin/user.adp
    • -718
    • +772
    /openacs-4/packages/new-portal/tcl/portal-procs.xql
db_list does not take a -default argument.

update info file. fix referential constraint in dotlrn_applets table.

    • -0
    • +10
    /openacs-4/packages/dotlrn/dotlrn.info
some changes regarding dotlrn applets. the data model has changed. some other

small api changes. most of these api are not used.

some changes regarding dotlrn applets. the data model has changed. some other

small api changes. most of these api are not used.

    • -0
    • +65
    /openacs-4/packages/dotlrn/sql/oracle/applets-create.sql
    • -0
    • +28
    /openacs-4/packages/dotlrn/sql/oracle/applets-drop.sql
  1. … 19 more files in changeset.
Added dotlrn::require_user_admin_community security check

    • -4
    • +5
    /openacs-4/packages/dotlrn/www/applets-chunk.tcl
lots of fixes to get the pg dotlrn working