• last updated 57 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Check whether the user has a private calendar now performed calendar_have_private_p - this is package-agnostic, so only create one private calendar per user.

when removing file db model, forgot to replace reference to apm_package_files.path%TYPE with varchar. Doing so now and changing upgrade script

Fixed time_p for calendar::item:get. Now uses the correct lc_time_fmt switch to retrieve the proper start_time

bug 535 - fixed variable name typo in outlook export. Made the export to outlook link more clear

removing call to apm_package.enable (proc no longer exists)

removed comment on apm_packages.enabled_p since the column's gone

Fixes to portal so that it installs and drops cleanly.

Added new style

Fixed bug #828: Typo

- Returned to installing packages in foreground so they have a connection

- Templated the progress bar and made it a general utility in acs-tcl

Added ad_progress_bar_begin and ad_progress_bar_end for constructing progress bars

    • -0
    • +73
    /openacs-4/packages/acs-tcl/lib/progress-bar.adp
Adding ad_parse_template to make it easier to parse templates to a string

Returning http status code 500 instead of 200 in case of an error, as it should be. Fixes #799.

Adding the ability to display a static html page instead of the installer if there is a database problem - useful for production sites. Must be enabled manually by the admin by renaming a file. Bug #156

    • -0
    • +36
    /openacs-4/www/global/site-failure.html.disabled
Fixing Bug #439.

Fixing many unclosed <td> tags

changing log statement about registering of test case from notice to debug level

removing files and queries related to the removed tables apm_package_files and apm_package_file_types

adding proc apm_package_supported_databases as part of the process of purging the old db-based APM file tracking

changing APM Tcl API to reflect that we are no longer storing file info in the db (apm_package_file_types and apm_package_files tables are gone)

    • -14
    • +0
    /openacs-4/packages/acs-tcl/tcl/apm-xml-procs.xql
Works with ad_user_new, which now auto-generates a username if none exists, guaranteed to be unqiue -- a little complicated, but it works

Auto-generate a username if none exists, guaranteed to be unqiue -- a little complicated, but it works

The buttons-fix had no datatype, causing it to default to integer, which caused annoying messages in the error log

Forgot to quote <p>'s in message

when removing the apm_package.enabled_p column I forgot to remove the apm_package.enable/disable functions, so removing those now

Removed old debugging log message

Added more documentation for lang::message::lookup

Added page to test lookup of a message in a locale

    • -0
    • +19
    /openacs-4/packages/acs-lang/www/admin/lookup.adp
    • -0
    • +32
    /openacs-4/packages/acs-lang/www/admin/lookup.tcl
New try (don't have dotlrn-homework installed on test server)

Better text