
interchange-cvs at icdevgroup
Sep 3, 2009, 3:15 AM
Post #1 of 1
(263 views)
Permalink
|
|
[SCM] Interchange branch, master, updated. e45cb08a55fd79c52988acc3bc9f15d7929f0a9b
|
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Interchange". The branch, master has been updated via e45cb08a55fd79c52988acc3bc9f15d7929f0a9b (commit) from f265e8a282e61bb46a14ebfd41a842f13d96db17 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e45cb08a55fd79c52988acc3bc9f15d7929f0a9b Author: Stefan Hornburg (Racke) <racke [at] linuxia> Date: Thu Sep 3 12:15:01 2009 +0200 UI: Keep ui_new_item present in the form (#31). ----------------------------------------------------------------------- Summary of changes and diff: WHATSNEW-5.7 | 2 ++ debian/changelog | 7 +++++++ lib/Vend/Table/Editor.pm | 1 + 3 files changed, 10 insertions(+), 0 deletions(-) diff --git a/WHATSNEW-5.7 b/WHATSNEW-5.7 index 082bc9b..76cf3a8 100644 --- a/WHATSNEW-5.7 +++ b/WHATSNEW-5.7 @@ -516,6 +516,8 @@ Admin UI * New user_merge specialsub is run from the [user-merge] tag when two users are merged. +* Keep ui_new_item present in the form (#31). + Standard demo ------------- diff --git a/debian/changelog b/debian/changelog index 342cb0a..7273196 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +interchange (5.7.1-2) unstable; urgency=low + + * new upstream release (in preparation) + - keeps ui_new_item present in the table editor (Closes: #340077) + + -- Stefan Hornburg (Racke) <racke [at] linuxia> Thu, 03 Sep 2009 12:12:54 +0200 + interchange (5.7.1-1) unstable; urgency=low * new upstream release diff --git a/lib/Vend/Table/Editor.pm b/lib/Vend/Table/Editor.pm index c9b8720..2ab6237 100644 --- a/lib/Vend/Table/Editor.pm +++ b/lib/Vend/Table/Editor.pm @@ -2913,6 +2913,7 @@ EOF ui_meta_specific ui_hide_key ui_meta_view + ui_new_item ui_data_decode mv_blob_field mv_blob_label hooks/post-receive -- Interchange _______________________________________________ interchange-cvs mailing list interchange-cvs [at] icdevgroup http://www.icdevgroup.org/mailman/listinfo/interchange-cvs
|