• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug with sorting bugs list

    • -0
    • +5
    ./bug-tracker/tcl/bug-procs-oracle.xql
    • -1
    • +6
    ./bug-tracker/tcl/bug-procs-postgresql.xql
Fix single file upload filenames. It was using the entire upload_file list

instead of just the user filename.

Evaluation - Gradding package initial import

    • -0
    • +0
    ./evaluation/lib/audit-chunk-postgresql.xql
    • -0
    • +0
    ./evaluation/lib/confirm-delete-form.adp
    • -0
    • +0
    ./evaluation/lib/evaluations-chunk-postgresql.xql
    • -0
    • +0
    ./evaluation/lib/evaluations-chunk.adp
    • -0
    • +0
    ./evaluation/lib/evaluations-chunk.tcl
    • -0
    • +0
    ./evaluation/lib/evaluations-chunk.xql
    • -0
    • +0
    ./evaluation/lib/tasks-chunk-postgresql.xql
  1. … 117 more files in changeset.
Initial revision

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

    • -4
    • +1
    ./file-storage/tcl/file-storage-procs.tcl
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

    • -2
    • +4
    ./file-storage/catalog/file-storage.en_US.ISO-8859-1.xml
Changed the position of the link for the docbook tags

some i18n fixes, make bug_tracker::bug::get work outside the bug tracker pkg, add search datasource/url impl for bugs and patches

    • -1
    • +6
    ./bug-tracker/catalog/bug-tracker.en_US.ISO-8859-1.xml
    • -0
    • +91
    ./bug-tracker/sql/postgresql/bug-tracker-search-triggers.sql
    • -0
    • +195
    ./bug-tracker/tcl/bug-search-procs.tcl
    • -1
    • +1
    ./bug-tracker/tcl/bug-tracker-procs.tcl
    • -1
    • +1
    ./bug-tracker/www/admin/initial-setup.tcl
bookshelf search procs

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

add template::multirow unset documentation

return one of the names of the unimplemented op

merge changes on 5.1 for common keys

    • -34
    • +74
    ./acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml
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

    • -1
    • +1
    ./search/tcl/search-procs-postgresql.xql
make static page index page smarter about returning directory at mount point

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

    • -2
    • +2
    ./categories/www/cadmin/tree-delete.adp
    • -0
    • +1
    ./categories/www/cadmin/tree-delete.tcl
    • -1
    • +2
    ./categories/www/cadmin/tree-usage.adp
    • -2
    • +4
    ./categories/www/cadmin/tree-usage.tcl
minor change to ReturnHeaders docs

remove backup files accidentally added to cvs

  1. … 8 more files in changeset.
typo fixes in tutorial

    • -29
    • +21
    ./acs-core-docs/www/tutorial-database.html
    • -5
    • +5
    ./acs-core-docs/www/tutorial-debug.html
    • -1
    • +1
    ./acs-core-docs/www/tutorial-distribute.html
    • -25
    • +23
    ./acs-core-docs/www/tutorial-newpackage.html
    • -2
    • +2
    ./acs-core-docs/www/tutorial-pages.html
tested, corrected, and updated the tutorial-db doc

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.

    • -5
    • +8
    ./acs-admin/www/apm/build-repository.tcl
    • -2
    • +21
    ./acs-admin/www/apm/version-edit-2.tcl
    • -1
    • +26
    ./acs-admin/www/apm/version-edit.tcl
    • -2
    • +15
    ./acs-admin/www/apm/version-view.tcl
    • -1
    • +17
    ./acs-kernel/sql/oracle/apm-create.sql
    • -0
    • +15
    ./acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d3-5.2.0d4.sql
    • -0
    • +18
    ./acs-kernel/sql/postgresql/apm-create.sql
    • -11
    • +227
    ./acs-tcl/tcl/apm-install-procs.tcl
tested and updated doc

Fix for Bug #1771: When posting anonymously the notification emails reveal the posters identity. Also fix a problem in lib/message/post.tcl - when anonymous posting was enabled but not checked then it failed with 'empty string not allowed as operator of &&'

Source the search service contract implementation on install.

Return a URL without '/www' so that links in the search listing points to the correct place.

    • -1
    • +2
    ./static-pages/tcl/static-pages-sc-procs.tcl
Fixed a couple of search trigger functions which either didn't work so well or not at all. Static Pages can now be deleted or updated and will be un-indexed or re-indexed respectively.