Interchange

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


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

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Mar 30 23:40:58 2007 UTC (21 months, 1 week 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_6_1_2, DEB_5_5_1_1_1, DEB_5_5_1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +8 -3 lines
Fix incorrect license in headers GPL v2 -> GPL v2 "or later".  Update copyrights.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Sep 11 23:46:40 2005 UTC (3 years, 3 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.3: preferred, colored
Changes since revision 1.3: +4 -1 lines

* Add header and license information

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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jul 21 21:21:24 2004 UTC (4 years, 5 months ago) by mheins
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +24 -2 lines
* Remove "File Upload" tab from meta_editor, which only served one
  widget.

* Relocate name_to and size_to from "File Upload" to ExtraMeta for
  uploadblob widget, where it now belongs.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jun 3 06:31:19 2004 UTC (4 years, 7 months ago) by mheins
Branches: MAIN
* Add ability for Vend::Data::update_data to store filename
  and file size info in one upload. Adds the variable
  definitions:

  	mv_data_file_name_to_$name
  	mv_data_file_size_to_$name

  For instance, if you do:

	<INPUT TYPE=hidden NAME="mv_data_file_name_to_body" VALUE="filename">
	<INPUT TYPE=hidden NAME="mv_data_file_size_to_body" VALUE="size">
	<INPUT TYPE=hidden NAME="mv_data_file_field" VALUE="body">
	<INPUT TYPE=file NAME="body">

   the uploaded file would be stored to the "body" field, its
   name to "filename", and its size to "size".

   Size is a simple integer with all its implied limits. In
   actual practice HTTP server timeouts and browser file upload
   limits will ensure the value is large enough.

* Add new uploadblob widget with core and meta-editor support.

  If you have a BLOB field and want to upload files to it, select
  the "uploadblob=File upload to BLOB" widget. It will present
  a file upload widget, and provide the proper fields to do the
  upload.

  If you select the extended.size_to = <fieldname> option in
  the meta editor, the size of the uploaded file will be stored
  to <fieldname>. Ditto for extended.name_to, which stores the
  file name (minus prepending path) to <fieldname>.

  For example, you might do:

  	[display
		type=uploadblob
		name=body
		size_to=size
		name_to=filename
		]

	This will produce:

	<INPUT TYPE=hidden NAME="mv_data_file_name_to_body" VALUE="filename">
	<INPUT TYPE=hidden NAME="mv_data_file_size_to_body" VALUE="size">
	<INPUT TYPE=hidden NAME="mv_data_file_field" VALUE="body">
	<INPUT TYPE=file NAME="body">

* Add ability to define your widget types for display in the meta editor
  in the Variable UI_WIDGET_TYPES. Includes metadata formatting for
  the Preferences editor.

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>