Interchange

CVS log for interchange/code/Widget/imagedir.widget

[BACK] Up to [Local Repository] / interchange / code / Widget

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.6.2.1: download - view: text, markup, annotated - select for diffs
Sat Mar 31 00:20:19 2007 UTC (19 months, 3 weeks ago) by pajamian
Branches: STABLE_5_4-branch
CVS tags: REL_5_4_3
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +8 -3 lines
Fix incorrect license in headers GPL v2 -> GPL v2 "or later".  Update copyrights.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Mar 30 23:40:58 2007 UTC (19 months, 3 weeks ago) by pajamian
Branches: MAIN
CVS tags: STABLE_5_6-root, STABLE_5_6-branch, REL_5_7_1, REL_5_6_1, REL_5_5_3, REL_5_5_2, REL_5_5_1, HEAD, DEB_5_5_1_1_1, DEB_5_5_1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -3 lines
Fix incorrect license in headers GPL v2 -> GPL v2 "or later".  Update copyrights.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Sep 11 23:46:39 2005 UTC (3 years, 2 months ago) by docelic
Branches: MAIN
CVS tags: STABLE_5_4-root, REL_5_4_2, REL_5_4_1, REL_5_4_0, REL_5_3_3, REL_5_3_2, DEB_5_3_0_20051028_1, DEB_5_3_0_20051004_1
Branch point for: STABLE_5_4-branch
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -0 lines

* Add header and license information

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Apr 12 19:19:27 2005 UTC (3 years, 7 months ago) by mheins
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
* Add descriptions to widgets

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jul 21 05:46:55 2004 UTC (4 years, 4 months ago) by mheins
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +12 -1 lines
* Add ExtraMeta capability to UserTags.

  If you put an ExtraMeta setting in the CodeDef for the widget, it
  works the same as a meta record of _widget::type, i.e. it is a structure
  like this one for the "imagedir" widget:

    CodeDef imagedir ExtraMeta <<EOM
    {
        _order => [ qw/ follow_symlinks / ],
        follow_symlinks => {
            widget => 'yesno',
            label => 'Follow Symlinks',
            help => 'Set to yes if you want to list all files, \
                    even following symbolic links',
        },
    }
    EOM

  This adds a "Special for imagedir widget" tab in the meta_editor,
  which allows special settings for the widget.

  Can be done in catalog.cfg widgets and global widgets. The actual
  ExtraMeta is a string value which is runtime-interpolated to a
  hash.

  Can be set in Vend::Form native widgets by setting %Vend::Form::ExtraMeta,
  i.e.:

      $Vend::Form::ExtraMeta{text} = {
        _order => [ 'maxlen' },
        maxlen => {
            widget => 'text_4',
            label => 'Maximum length for value',
        }
      };

  Not that it will do any good until the settings are honored by the
  widget. Should be set to an actual reference.

  There is an illustration for the "imagedir" widget as above.

* Add back in the nascent display_filter edit in meta_editor, and
  give help/setting for restrict_allow.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Apr 17 03:37:42 2004 UTC (4 years, 7 months ago) by mheins
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
* Remove /o regex modifier so that differing suffixes will work in
  imagedir widget.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jun 11 12:37:38 2003 UTC (5 years, 5 months ago) by ton
Branches: MAIN
CVS tags: STABLE_5_2-root, STABLE_5_2-branch, STABLE_5_0-root, STABLE_5_0-branch, REL_5_2_1, REL_5_2_0, REL_5_1_1, REL_5_1_0, REL_5_0_2, REL_5_0_1, REL_5_0_0_RC2, REL_5_0_0_RC1, REL_5_0_0, REL_4_9_9, REL_4_9_8, MANIFEST, DEB_5_2_1_1, DEB_5_0_0_2, DEB_4_9_8_20031014_1, DEB_4_9_8_20031010_1, DEB_4_9_8_20030911_1, DEB_4_9_8_20030706_1, DEB_4_9_8_2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
	Widget imagedir:

	Added a =None to the file list so one has
	the opportunity to choose an 'empty' value
	if no input is required.

Revision 1.1.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 25 22:20:37 2003 UTC (5 years, 9 months ago) by racke
Branches: LINUXIA
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +0 -0 lines
updated LINUXIA branch to 4.9 sources in order to use it as testbed again

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Feb 3 22:01:57 2002 UTC (6 years, 9 months ago) by mheins
Branches: MAIN
CVS tags: REL_4_9_6, REL_4_9_5, REL_4_9_4, REL_4_9_2, REL_4_9_1
Branch point for: LINUXIA
	* Move several widgets outboard into code/Widget.

	* These are widgets that have some dependency on foundation/UI
	  setup and are not really generic.

	* Corresponding code removed from UI::Primitive.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Interchange CVSweb <info@icdevgroup.org>