• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Upate release date

Increase version number so expand_percantage_signs fix can be upgraded

Uncomment regsub accidentlly committed with comment.

Fix array reference in expand_percentage_signs

Backport from 5.2 fix for $ in variable in call to expand percentage signs.

Added list style with drop down boxes for filters

file select-menu.adp was added on branch oacs-5-1 on 2005-08-23 06:19:33 +0000

I wonder who put this there! page_name_query was originally there and seems to work fine...

Button lists weren't wrapping cleanly. This inserts a little extra vertical space. The 250% value was a tradeoff between IE, where the separation is largeish, and Firefox, where the separation is smallish.

Apparently Timo had no clue how version numbers increase....

fixing typo

removed bottom selectbox for dynamic size

added 10 as dynamic list size; let selectbox for dynamic size appear always; increased version number

added variable row numbers via selectbox; added pagination bar at bottom of list

5.1.5

  1. … 19 more files in changeset.
*** empty log message ***

    • -0
    • +33
    ./catalog/acs-templating.en_AU.ISO-8859-1.xml
    • -0
    • +33
    ./catalog/acs-templating.es_CO.ISO-8859-1.xml
  1. … 89 more files in changeset.
Add Don's change back in since the previous commits fix the other regexps to match this one.

Merge from HEAD fixed to variable regular expressions.

add recognizing array variables like @xx.y.z@ as xx(y.z). Note that the regexps show up in multiple places so any changes to the @ var regexps should be made carefully. In particular if @x@ defined and if @x@ nil handle variables special since they can't be derefrenced

Apply a patch 602 (slightly modified) to make party_search be optional when

it is declared to be optional. Fixes bug 2122.

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.

rolled back last change in template::adp_array_variable_regexp since it broke existing code

bug in template operator in (partial string compare) -> use seperate equality test in template

updates for 5.1.4, including package info files

  1. … 18 more files in changeset.
Daveb made a change to the noquote regexp used to recognize array vars, but

didn't make the change to the "normal" version of the proc. His own test

case caught it, I assume he must've caught it but forgot to commit ...

Roll back change to regular array variable regexp. Only noquote regexp needed to be changed.

Allow adp array variable regexp to work with arrays with . in the key names. This happens when a formerror is generated on a form element where the element name has an embedded . so it can be interpreted as an array when processing the form. Added test cases.

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

such as filters for listbuilder.

Oops, a tiny blunder in my previous update, returned an illegal SQL

snippet if there were no IDs selected. The list builder should cleverly

refuse to do the query in this case, but we'll settle for it doing a SELECT

that returns nothing for now.

Skip validation when a widget is in spellcheck mode.

Oracle testing uncovered a missing parenthesis. Don't you wish EVERYONE

tested their changes under Oracle as well as PG?