• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add the title for sorting to the currently sorted by column, set sort graphic alt to empty (title already on the text link), remove a class list where not needed

Internet Explorer does not left align the widgets by default, which

gives it a behavior at odds with all the other browsers I've tested on

(Safari, Mozilla, etc). This is a small change that left aligns

widgets by default in all forms, which looks much better, especially

on larger forms.

1. don't include javascript (now comes from core.js I think).

2. don't create the form unless there are bulk actions

3. remove spurious table tags.

4. make the list row container a div rather than a P tag.

5. change the class name for the list row container to

be "list-row odd" and "list-row even" rather than simply list-row

6. Include the list_properties.bulk_action_export_chunk if there are bulk actions.

7. Add the outermost div which has class list_properties.class

Added a check for the browser's User-Agent header before using htmlArea

- Default to use htmlArea for richtext widgets

Added a developer support hook to adp_parse to support 'ADP reveal mode'

file acs-templating.fi_FI.utf-8.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./catalog/acs-templating.fi_FI.utf-8.xml
file acs-templating.no_NO.ISO-8859-1.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./catalog/acs-templating.no_NO.ISO-8859-1.xml
file acs-templating.nn_NO.ISO-8859-1.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./catalog/acs-templating.nn_NO.ISO-8859-1.xml
added current translations

    • -1
    • +1
    ./catalog/acs-templating.RO_RO.utf-8.xml
    • -1
    • +1
    ./catalog/acs-templating.ch_zh.utf-8.xml
    • -1
    • +1
    ./catalog/acs-templating.da_DK.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-templating.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-templating.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-templating.es_ES.ISO-8859-1.xml
    • -0
    • +6
    ./catalog/acs-templating.fi_FI.utf-8.xml
    • -1
    • +1
    ./catalog/acs-templating.fr_FR.ISO-8859-1.xml
    • -1
    • +3
    ./catalog/acs-templating.hu_HU.utf-8.xml
    • -1
    • +1
    ./catalog/acs-templating.it_IT.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-templating.ko_KR.utf-8.xml
    • -1
    • +1
    ./catalog/acs-templating.ms_my.utf-8.xml
    • -4
    • +4
    ./catalog/acs-templating.nl_NL.ISO-8859-1.xml
    • -0
    • +20
    ./catalog/acs-templating.nn_NO.ISO-8859-1.xml
    • -0
    • +20
    ./catalog/acs-templating.no_NO.ISO-8859-1.xml
  1. … 658 more files in changeset.
updated package versions to 5.1.0 and set release date

  1. … 17 more files in changeset.
i18n of cancel button

Use common_OK and friends instead of common_ok

add template::multirow unset documentation

added maturity and license info

  1. … 15 more files in changeset.
When catching errors in include templates, we also caught ad_script_abort, so it didn't take effect.

merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

    • -1
    • +14
    ./catalog/acs-templating.en_US.ISO-8859-1.xml
  1. … 637 more files in changeset.
Use string equal instead of 'ne' syntax, since the 'ne' syntax seems to break on some versions of Tcl

updated package info files for 5.1.0rc1. Using b1 as key because rc isn't supported yet and b wasn't used yet.

  1. … 17 more files in changeset.
- Added -unclobber switch to template::multirow

- Added local emacs code to set indent level to 2

Applied patch #446 to fix bug #1594

Applied patch #476 to fix bug #1687: listbuilder paginator doesn't cache all pages

Fix list-builder to allow using a variable for the list name instead of having to put a hard value there

Documentation ofr RefreshCache parameter

Rolling back the checkin that was accidentally commited on HEAD. 1.29 is

identical to 1.27.

This was accidentally commited on HEAD instead of on oacs-5-1

file date-init.tcl was initially added on branch oacs-5-1.

Part of this commit is fixing #1176 (just a few acs-lang strings and properly

splitting the file into *-proc.tcl and *-init.tcl part). Part of this fix

(catalog file) was accidentally commited before by Joel

The bigger part is changing load order of library files so that

acs-lang-init.tcl gets loaded before all other *-init.tcl files.

This is necessary because acs-lang is so fundamental and it is quite possible

(as we have seen with the example of date-init.tcl) that there are *-init.tcl

files that need translated strings.

Part of this commit is fixing #1176 (just a few acs-lang strings and properly

splitting the file into *-proc.tcl and *-init.tcl part). Part of this fix

(catalog file) was accidentally commited before by Joel

The bigger part is changing load order of library files so that

acs-lang-init.tcl gets loaded before all other *-init.tcl files.

This is necessary because acs-lang is so fundamental and it is quite possible

(as we have seen with the example of date-init.tcl) that there are *-init.tcl

files that need translated strings.

  1. … 1 more file in changeset.
empty_string_p fixes for head

  1. … 3 more files in changeset.
fix the very common error of calling empty_string_p with var instead of $var

  1. … 4 more files in changeset.