• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typos

  1. … 6 more files in changeset.
Prefer 'person::name' to 'acs_user::get_element ... -name' + Fix arguments: user_id -> person_id

  1. … 8 more files in changeset.
Prefer 'person::name' to 'acs_user::get_element ... -name'

  1. … 5 more files in changeset.
remove duplicated words

  1. … 9 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- standardize url construction to protect against injection attacks

  1. … 11 more files in changeset.
- remove some more "empty_string_p" occurances

  1. … 4 more files in changeset.
- use $$ quoting in postgres SQL

- use name parameter for SQL functions

- provide compatility with pg9

- replace deprecated "acs_sc_call" by "acs_sc::invoke"

- replace deprecated "ad_maybe_redirect_for_registration" by "auth::require_login"

- brace expressions

- favor tcl-compilable string comparisons

- don't use numeric comparison operator for non-numeric arguments

- use numeric comparison operator for truth value comparisons

- use "in" or "ni" expression instead of "lsearch"

- bump version number to indicate compatibility with 5.8.1

  1. … 146 more files in changeset.
- replace depreacted "ad_parameter" by parameter::get

- replace deprecated "ad_get_user_id" by "ad_conn user_id"

- replace deprecated "ad_permission_p" by "permission::permission_p"

- replace deprecated "export_url_vars" by "export_vars"

  1. … 24 more files in changeset.
Fix the "customize logo" feature:

- use image.vuh from acs-subsite to display it instead of relaying on file storage

- Fix permissions grant (on item_id rather than revision_id)

- HTML cleanup

- localization and translation to spanish

  1. … 7 more files in changeset.
Replace header_stuff property with calls to template::head

  1. … 5 more files in changeset.
theme-zen now uses blank-master instead of blank-compat. Replaced header_stuff with calls to template::head where necessary to make it possible (except new-portal that needs to be done -portal layouts-)

  1. … 10 more files in changeset.
Merged changes to HEAD ...

  1. … 1556 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 more files in changeset.
Add empty alt tags to invisible spacer gifs.

  1. … 1 more file in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040712 and jcd-merge-5-1-20040724 to HEAD

  1. … 138 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

  1. … 116 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 647 more files in changeset.
New user_name broke when user_id = 0

Changed calls to dotlrn::get_user_name into calls to acs_user::get_element -element name

  1. … 2 more files in changeset.
Pulled in safe-form-element-focus fix from OpenACS

- Moved non-changing CSS to a file which can be linked so browsers can cache it

- Added a few useful OpenACS classes to .LRN

  1. … 2 more files in changeset.
Added direct link to toggling translator mode

  1. … 1 more file in changeset.
localizing text variable

Tweaked the non-dotlrn display of title and context bar even more. It's not great, but we really need to make dotlrn just be acs-subsite

  1. … 1 more file in changeset.
Ugly hack to get the page title and context bar to display if outside of /dotlrn, so the rest of OpenACS is usable

  1. … 1 more file in changeset.
Fixed bug #473: Title on .LRN pages

  1. … 1 more file in changeset.
Remove content-type with hard-coded charset, as that interferes with internationalization which potentially wants to set the charset to UTF-8