• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixes bug 2162 * not shown for required on select widget.

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

  1. … 313 more files in changeset.
form errors for fields with an empty label would not highlight or show a required mark -- fixed

xhtml tweak for sort img

Cleaned up display a bit ... if you say "groupsize is 10" you now see

a groupsize of 10 displayed not 11. If groupsize is 1 you only get next/prev

page nav widgets rather than both page and group nav widgets.

  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. … 2273 more files in changeset.
bug in template operator in (partial string compare) -> use seperate equality test in template

Inline form with widget and button on the same line for really simple forms

such as filters for listbuilder.

file inline.adp was initially added on branch oacs-5-1.

noquote fixes

substitued check if widget in radio checkbox with check if widget eq radio or widget eq checkbox because of bug in in-operator (only partial matching, no complete matching required)

test

  1. … 1 more file in changeset.
Fixes bug #861 by adding javascript return statements to workaround buggy browsers

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

  1. … 115 more files in changeset.
add a conditional so if bulk_action_method not defined it defaults to GET resolves bug 1951

merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 833 more files in changeset.
parameterize the method for bulk actions, default is get since that used to be the hard coded value

  1. … 1 more file in changeset.
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

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

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.
making sure elements.label is always noquoted for consistency. Fixing bug 1184

Cleaned up, moved Javascript to core.js

noquote fixes bug 1322 patch 409 Michael Steigman

Removed specific font-stuff in the template

Tightened the display of formgroup tables, there was too much whitespace

  1. … 1 more file in changeset.
Improved list-builder design, cleaned up CSS

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
bugfix #1099: using noparse instead of ~ or +; removed unprotecting via ~ or +

  1. … 1 more file in changeset.
Added noquote stuff to the plain form widget to fix #1183

Added noquote stuff to plain form widget to fix #1183