• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improving admin UI for associating variables with projects. Permission control over variables, projects, and package in UI. A number of other small improvements

    • -0
    • +27
    ./packages/logger/tcl/package-procs-oracle.xql
adding new parameter to permissions page - return_url. If it is present then instead of offering a link up to the Main Site we offer a link to return to the application the user came from

    • -1
    • +12
    ./packages/acs-subsite/www/permissions/one.adp
    • -1
    • +2
    ./packages/acs-subsite/www/permissions/one.tcl
making the Logger Tcl API tests pass on cvs head and on the 4.6 branch

    • -8
    • +12
    ./packages/logger/tcl/entry-procs.xql
    • -2
    • +2
    ./packages/logger/tcl/project-procs-oracle.xql
    • -10
    • +37
    ./packages/logger/tcl/project-procs.tcl
    • -2
    • +2
    ./packages/logger/tcl/variable-procs.tcl
In order to get Logger Tcl API tests to pass on 4.6 branch I had to add the new procs util_sets_equal_p and aa_run_with_teardown (previously added on cvs head)

    • -2
    • +26
    ./packages/acs-tcl/tcl/utilities-procs.tcl
fixing proc apm_package_create_instance. It is invoking apm_package_instance_new. I earlier changed the contract of apm_package_instance_new but forgot to update apm_package_create_instance.

making admin UI prettier. Adding My log entries to navbar. Other UI improvements

    • -9
    • +12
    ./packages/logger/www/admin/index.adp
    • -13
    • +22
    ./packages/logger/www/lib/nav-bar.tcl
two problems: the emails and passwords being processed weren't being appended to the proper list so no email notifications were being sent, and the wrong variable was being used for the login in the email so each person was sent the login name for the last user in the CSV file

display link for user's portrait if one exists (existing code didn't work)

    • -12
    • +14
    ./packages/dotlrn/www/community-member.adp
add urls which can be accessed without logging in

    • -2
    • +4
    ./packages/acs-tcl/tcl/security-procs.tcl
file entries-table.adp was initially added on branch oacs-4-6.

    • -0
    • +0
    ./packages/logger/www/lib/entries-table.adp
file entries-table.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./packages/logger/www/lib/entries-table.tcl
adding a number of new features, enhancing usability. A first release is fairly close now.

    • -0
    • +54
    ./packages/logger/www/lib/entries-table.adp
    • -0
    • +80
    ./packages/logger/www/lib/entries-table.tcl
adding a number of new features, enhancing usability. A first release is fairly close now.

adding a number of new features, enhancing usability. A first release is fairly close now.

    • -80
    • +126
    ./packages/logger/www/index.adp
    • -77
    • +183
    ./packages/logger/www/index.tcl
    • -1
    • +1
    ./packages/logger/www/admin/project.adp
    • -4
    • +8
    ./packages/logger/www/admin/project.tcl
    • -1
    • +1
    ./packages/logger/www/admin/variable.adp
    • -5
    • +9
    ./packages/logger/www/admin/variable.tcl
Applied patch #163: adding books without ISBN fails.

    • -5
    • +13
    ./packages/bookshelf/www/book-chunk.tcl
cvs link, tweaks

    • -8
    • +10
    ./packages/acs-core-docs/www/openacs.html
added comments

changes on start page: mention of bboard changed to forums, added new link to the contribute page to encourage people to get involved and contribute back

updated version number to 4.6.3, fixed a few typos, changed doc email address to docs@openacs.org alias

    • -1
    • +1
    ./packages/acs-core-docs/www/acs-admin.html
    • -8
    • +7
    ./packages/acs-core-docs/www/aolserver.html
    • -5
    • +5
    ./packages/acs-core-docs/www/apm-design.html
    • -3
    • +3
    ./packages/acs-core-docs/www/credits.html
    • -2
    • +2
    ./packages/acs-core-docs/www/db-api.html
    • -1
    • +1
    ./packages/acs-core-docs/www/dev-guide.html
  1. … 64 more files in changeset.
updated for 4.6.3

wrong file name

new location for config files

Adding file for Joel.

fixed erroneous selected in ad_db_select widget

    • -2
    • +2
    ./packages/acs-tcl/tcl/widgets-procs.tcl
new recommended config file directory etc added

file analog.cfg was initially added on branch HEAD.

file config.tcl was initially added on branch HEAD.

syntax error in display mode for richtext bug 445 patch 155 Ola Hansson

fix paginator::get_pages not showing last page bug 451/patch 157 Timo Hentschel

reverting the change between versions 1.19.2.12 and 1.19.2.13. The change would break some application and the proc export_vars is not supposed to do HTML quoting. To have & HTML quoted as & you need to invoke ad_quotehtml. On cvs head we will make the templating system invoke ad_quotehtml by default (aka the noquote patch)

    • -2
    • +2
    ./packages/acs-tcl/tcl/utilities-procs.tcl