• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Making keepalive time out its request to the db test page after 6 seconds. Reducing number of tries to 6. Making it possible to run keepalive quite often by introducing the seconds_between_restarts parameter so that for example you can tell keepalive to never restart a server more often than every 10 minutes

    • -20
    • +68
    /openacs-4/etc/keepalive/keepalive.sh
add evaluation

Evaluation - Gradding package initial import

  1. … 117 more files in changeset.
Initial revision

    • -0
    • +27
    /openacs-4/packages/evaluation/evaluation.info
    • -0
    • +23
    /openacs-4/packages/evaluation/lib/audit-chunk-postgresql.xql
    • -0
    • +4
    /openacs-4/packages/evaluation/lib/audit-chunk.adp
    • -0
    • +45
    /openacs-4/packages/evaluation/lib/audit-chunk.tcl
    • -0
    • +16
    /openacs-4/packages/evaluation/lib/confirm-delete-form.adp
    • -0
    • +4
    /openacs-4/packages/evaluation/lib/evaluations-chunk.adp
    • -0
    • +120
    /openacs-4/packages/evaluation/lib/evaluations-chunk.tcl
    • -0
    • +14
    /openacs-4/packages/evaluation/lib/evaluations-chunk.xql
    • -0
    • +1
    /openacs-4/packages/evaluation/lib/grades-chunk.adp
    • -0
    • +5
    /openacs-4/packages/evaluation/lib/grades-chunk.tcl
    • -0
    • +66
    /openacs-4/packages/evaluation/lib/tasks-chunk-postgresql.xql
    • -0
    • +3
    /openacs-4/packages/evaluation/lib/tasks-chunk.adp
    • -0
    • +175
    /openacs-4/packages/evaluation/lib/tasks-chunk.tcl
  1. … 117 more files in changeset.
Fix proc documentation for after_mount callback to reflect reality.

Fix message keys on buttons.

Fix URLs under fs-portlet to prepend the fs_url when the portlet is displaying

the folder-chunk template outside a file-storage package instance.

Fix double WebDAV url display.

Fix webdav URL message key on 5.1 branch

Changed the position of the link for the docbook tags

add the aplaws cat load file

    • -0
    • +1562
    /openacs-4/contrib/packages/cop-base/www/admin/acl.tcl
some i18n fixes, make bug_tracker::bug::get work outside the bug tracker pkg, add search datasource/url impl for bugs and patches

    • -0
    • +195
    /openacs-4/packages/bug-tracker/tcl/bug-search-procs.tcl
bookshelf search procs

    • -0
    • +82
    /openacs-4/packages/bookshelf/tcl/bookshelf-search-procs.tcl
fixes to faq search impl

    • -5
    • +5
    /openacs-4/packages/faq/tcl/faq-sc-procs.tcl
add template::multirow unset documentation

return one of the names of the unimplemented op

merge changes on 5.1 for common keys

add triggers to index forums themselves, small bug in the datasource func

put functions in a namespace, make them private, fix small bug with handling 'seen' objid in search::indexer, get rid of useless db_transaction call, check that a driver exists before doing anything in the sched proc

    • -22
    • +33
    /openacs-4/packages/search/tcl/search-procs.tcl
    • -3
    • +3
    /openacs-4/packages/search/tcl/search-procs.xql
    • -3
    • +3
    /openacs-4/packages/search/www/search.tcl
make static page index page smarter about returning directory at mount point

    • -0
    • +4
    /openacs-4/packages/static-pages/www/index.adp
show links to usage on tree-delete and unmap on tree-usage

minor change to ReturnHeaders docs

remove backup files accidentally added to cvs

fix bug getting member url, add contributions include (still needs to scope to subsite)

    • -0
    • +117
    /openacs-4/contrib/packages/cop-ui/lib/contributions.tcl
    • -0
    • +8
    /openacs-4/contrib/packages/cop-ui/lib/index.adp
    • -1
    • +5
    /openacs-4/contrib/packages/cop-ui/lib/index.tcl
minor fixes for create page, mount at cop rather than cop-admin, automount bookshelf and bug-tracker in install.xml

typo fixes in tutorial

tested, corrected, and updated the tutorial-db doc

Version 1.0 of project-manager. Numerous improvements and bug-fixes.

    • -0
    • +30
    /openacs-4/contrib/packages/project-manager/tcl/role-procs.tcl
  1. … 39 more files in changeset.
Adding new package version attributes maturity, license, and license_url. Introducing the concept of dynamic package version attributes so that these can be added easily in the future. The attributes are driven by a metadata spec returned by the proc apm::package_version::attributes::get_spec.The attributes are stored in the skinny table apm_package_version_attr and managed through the Tcl API in namespace apm::package_version::attributes. Changing the parse and generate info XML file procs to use the dynamic attributes. Adding the dynamic attributes to the manifest XML file as well. The attributes are editable in the APM admin UI.

    • -11
    • +227
    /openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl
tested and updated doc