• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Making switch's optional and adding object_id as a positional parameter.

This was causing problems when executing alias GetURL for contracts one_assigment_notif_type

and one_evaluation_notif_type. Thanks to Byron Linares for the patch (bhlr@galileo.edu)

Changed message key to match the title of the administration page for dotlrn communities

HTML Strict cleanup. Replaced stylesheet decs by calls to template::head, relative paths in include src attribute by absolute ones.

  1. … 9 more files in changeset.
HTML Strict cleanup. Replaced stylesheet decs by calls to template::head, relative paths in include src attribute by absolute ones. And changed message key that were pointing to evaluation-portlet...

simplify fetching of form-constraints

    • -9
    • +14
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Enabled modification of the config.tcl according to user and database given by the user on the install

    • -10
    • +15
    /installers/debian/dotlrn/patches/config.dpatch
HTML Strict cleanup. Replaced stylesheet declaration by calls to template::head::add_css, relative paths in include src attributes by absolute ones.

HTML Strict cleanup. Replaced stylesheet declaration by calls to template::head::add_css

added s to info commands because info command is not valid and it was giving write and read permissions to all registerd users (-2) when editing a room

    • -1
    • +1
    /openacs-4/packages/chat/www/room-edit.tcl
HTML Strict cleanup

changing all_tables to user_tables, the same for _indexes and _views, so table creation works in a per user basis, before was for all the oracle database

Changing cookie name from "style" ( too general name for a cookie ) for

forums_messages_state.

Changed contexts to be more consistent with the page titles and the link text that links to them (usability)

    • -1
    • +3
    /openacs-4/packages/dotlrn/www/index.adp
    • -2
    • +5
    /openacs-4/packages/dotlrn/www/index.tcl
change context to start at dotlrn root node always and change its label to 'home'

Tracked down obscure problem that has cropped up occasionally since the

beginning. If AOLserver his hit with a domain name that's not bound to

the IP it is listening on, it tries to serve /global/file-not-found but does

not call registered preauth filters first. It does call registered procs,

though. This results in rp_handler being called, but not rp_filter, and

rp_handler dies because it expects rp_filter to have set up ad_conn. My

solution is to simply redirect to the URL AOLserver substitutes, without

the bogus domain name, which causes the file not found page to be delivered

to the user. The calls I saw were GET http://www.google.com to my server's

IP - probably a security exploit for IIS or Apache sometime in the deep past.

Allow files like "file not found" or "server busy" to be displayed when

the entire server is restricted to registered users.

Added dpatch build dependency

* Added patches directory with patches for config.tcl and etc/daemontools/run which fixes some file routes.

* Fixed permissions for user www-data.

* Updated TODO.

    • -0
    • +1
    /installers/debian/dotlrn/patches/00list
    • -0
    • +90
    /installers/debian/dotlrn/patches/config.dpatch
adding a default role

Changed log notice to debug

    • -2
    • +2
    /openacs-4/packages/search/tcl/search-procs.tcl
Set portal page name as context to be shown in the breadcrumbs (usability)

    • -1
    • +1
    /openacs-4/packages/dotlrn/www/control-panel.adp
    • -1
    • +2
    /openacs-4/packages/dotlrn/www/control-panel.tcl
    • -0
    • +2
    /openacs-4/packages/dotlrn/www/index.adp
    • -1
    • +2
    /openacs-4/packages/dotlrn/www/index.tcl
    • -0
    • +3
    /openacs-4/packages/dotlrn/www/one-community.adp
    • -1
    • +7
    /openacs-4/packages/dotlrn/www/one-community.tcl
Removing extra blank line

Fixed search::datasource implementation. Don't call ad__conn in a background process...

Rollback commit in error. This change is not ready yet due to the

complex interaction of portals and dotlrn.

Name of portlet is fs_portlet.

Merge order option for add_css from oacs-5-4

Added the files of the debian package (preliminary version) of dotlrn, and the directory to put in the openacs files when they are ready. Please read the README and TODO files if you want to contribute.

    • -0
    • +10
    /installers/debian/dotlrn/README
    • -0
    • +11
    /installers/debian/dotlrn/TODO
    • -0
    • +6
    /installers/debian/dotlrn/changelog
    • -0
    • +1
    /installers/debian/dotlrn/compat
    • -0
    • +1
    /installers/debian/dotlrn/conffiles
    • -0
    • +125
    /installers/debian/dotlrn/config
    • -0
    • +16
    /installers/debian/dotlrn/control
    • -0
    • +81
    /installers/debian/dotlrn/copyright
    • -0
    • +4
    /installers/debian/dotlrn/dirs
    • -0
    • +69
    /installers/debian/dotlrn/dotlrn.init
    • -0
    • +11
    /installers/debian/dotlrn/dotlrn.install
    • -0
    • +1
    /installers/debian/dotlrn/files
    • -0
    • +3
    /installers/debian/dotlrn/links
    • -0
    • +138
    /installers/debian/dotlrn/postinst
    • -0
    • +50
    /installers/debian/dotlrn/postrm
    • -0
    • +75
    /installers/debian/dotlrn/rules
    • -0
    • +63
    /installers/debian/dotlrn/templates
some minor refactoring, make generation of form buttons a separater method to allow overloading

mark temporary array with __

    • -5
    • +7
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Missing message keys, transformed as I guess they are meant.