• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixing missing pretty_submission_date that caused a 500.

TIP#42,43: adding package_id and title to acs_objects table

    • -1
    • +7
    ./acs-authentication/tcl/authority-procs.tcl
    • -0
    • +8
    ./acs-authentication/tcl/authority-procs.xql
    • -7
    • +21
    ./acs-content-repository/sql/oracle/content-revision.sql
    • -2
    • +11
    ./acs-content-repository/sql/oracle/content-template.sql
    • -0
    • +382
    ./acs-content-repository/sql/oracle/upgrade/upgrade-5.1.0d2-5.1.0d3.sql
  1. … 82 more files in changeset.
Fix bug when inviting new users via the members page on the main site, where creating the user will already make them a member of the main site, by checking to see if a relation already exists before inserting a new one. The reason for this particular fix is that it will still insert the extra admin_rel relation, if you're chose to make the user an admin.

    • -1
    • +14
    ./acs-subsite/tcl/relation-procs.tcl
Default to users being able to create new threads

Use new namespace proc declaration style

Fixed bug #1555: ad_return_complaint behavior changed

Added clarifying documentation

    • -2
    • +2
    ./acs-templating/tcl/acs-integration-procs.tcl
Fixed rendering bug on IE: context bar should be 'position: relative', otherwise the float: left stuff on the tabs causes it to not be shown at all

Killed URL-generation code for automated testing, i18n -- no longer used in ADP, plus will cause page to break if you mount automated testing more than once

Fixed bug: Forum moderate page shows threads from other forums instances if tree_sortkey happens to match

    • -1
    • +2
    ./forums/www/moderate/forum-oracle.xql
    • -1
    • +2
    ./forums/www/moderate/forum-postgresql.xql
Removed mime_type from pages: it's never stored to the DB and has no effect whatsoever

Made trackback a singleton, since it breaks if mounted more than once (it contains a call to apm_package_url_from_key for itself)

Show forums-moderate priv instead of write

Fixed bug when granting zero privileges crashing page

    • -2
    • +6
    ./acs-subsite/www/permissions/grant.tcl
Fixed rendering bug on IE 6: div float right and table width 100% doesn't mix well. This fix shouldn't be merged to HEAD/5.1, since HEAD/5.1 has a completely different rendering

- Fixed bug that caused logins to timeout very quickly if you had LoginTimeout set to 0 (infinite - logins never expire), but the user did not check 'Remember me' checkbox. This is a fix that sacrifices some security, but fixes the unacceptable usability problem. See bboard posting at http://openacs.org/forums/message-view?message_id=167212. Also cleaned up debugging statements

    • -24
    • +45
    ./acs-tcl/tcl/security-procs.tcl
Back-merging bug fix from HEAD

Added in a better drop script (from blogger's actual drop

script). Also added in a description of how to set up per-item

notifications.

Added in ad_conn query

    • -0
    • +6
    ./acs-core-docs/www/xml/kernel/rp-design.xml
Added in a drop script for the notifications section. It is untested.

Fixed Bug #1511: Cannot access files in default folders.

The URL for a file-storage folder contains I18Nized strings and the

tcl pages don't localize them. Furthermore some of the links were

missing @?version_id=@contents.live_revision@

Files in default folders can now be accessed, but there is at least

one more I18N glitch.

(Also file-storage is over-agressively noquoted)

Moving upgrade-feb-20-2004.sql to upgrade-2.0a3-2.0.2.sql so that APM will run it properly

file upgrade-2.0a3-2.0.2.sql was initially added on branch dotlrn-2-0.

    • -0
    • +0
    ./dotlrn/sql/oracle/upgrade/upgrade-2.0a3-2.0.2.sql
    • -0
    • +0
    ./dotlrn/sql/postgresql/upgrade/upgrade-2.0a3-2.0.2.sql
don't attempt to apply any tdav filters in case no tdav/shares are set up in the config file (ns_configsection returning the empty string). This avoids an error message

Added keys deleted during translation server upgrade

    • -0
    • +3
    ./file-storage/catalog/file-storage.en_US.ISO-8859-1.xml
modified content_item.get_title to return a useful label for extlinks (postgres and oracle)

deleting old relations properly on edit so that we don't have trailing acs_object records lying around that cause context_id integrity violation on deletion

    • -1
    • +14
    ./simulation/www/citybuild/object-edit.tcl
  1. … 1 more file in changeset.
simplified links to generated documentation

Added a "portlet-header" class to match the "portal" and "portal-body" classes.

Made it easier to generate the protal package portlet header with its

multicolumn format. Portal standard theme now uses the proper OpenACS

CSS stuff.

Wrap includes in ad_try to avoid dumping error to errorlog when ad_script_abort is called from an include template