]> saetta.ns0.it Git - zakform/cgi/commitdiff
Debian pgk: updated from upstream.
authorAndrea Zagli <azagli@libero.it>
Mon, 22 May 2017 16:22:13 +0000 (18:22 +0200)
committerAndrea Zagli <azagli@libero.it>
Fri, 26 May 2017 08:49:21 +0000 (10:49 +0200)
.gitignore
debian/changelog
debian/gbp.conf
debian/libzakformcgi.install

index 817193a42a2c66de3938dc5a0b11132a55fb6b1f..6685db92bb98a630904c934e1e3b97266570357f 100644 (file)
@@ -51,3 +51,4 @@ intltool-*
 Rules-quot
 *.exe
 *.csv
+build/
\ No newline at end of file
index 41804eb719024114793110835f390b4b61697f2d..50224c30647243e34841581f78bf326c9f51d978 100644 (file)
@@ -1,10 +1,30 @@
-libzakformcgi (0.0.1-1~1.gbpcc7c43) UNRELEASED; urgency=medium
+libzakformcgi (0.0.1-1~2.gbp8ba02f) UNRELEASED; urgency=medium
 
-  ** SNAPSHOT build @cc7c43e0ce6d982bf56507ce89c75f7f44d61d6a **
+  ** SNAPSHOT build @8ba02f58feca04d66fe2fa89339049c9044631ca **
 
   [ Andrea Zagli ]
   * Initial release
 
   [ tux ]
 
- -- Andrea Zagli <azagli@libero.it>  Sun, 20 Nov 2016 15:11:41 +0100
+  [ Andrea Zagli ]
+  * Debian pkg: added files.
+  * FormElement doesn't take into account editable property.
+  * Implemented input type radio (closes #1017).
+  * Now ZakFormElement::messages is always not null.
+  * Bugfix to remove label from element.
+  * Added function ZakFormCgiFormElement::render_label.
+  * Added property inline to ZakCgiFormElementRadio.
+  * Added private function ZakFormCgiFormElement::get_ht_label_attrs.
+  * Added properties text and inline to ZakFormCgiFormElementCheck.
+  * Adjustments to checkbox and radio rendering.
+  * Moved from GHashTable to GPtrArray in ZakForCgiFormElementRadio
+  * Setting of long-name on setting label only if it is null.
+  * Started implementation of ElementFile.
+  * Migration to GValue for element value.
+  * Added validator for size and mime type for ZakFormCgiFormElementFile.
+  * Select is not editable with key "disabled".
+
+  [ tux ]
+
+ -- tux <tux@develop64.comune.scandicci.fi.it>  Mon, 22 May 2017 18:20:02 +0200
index e91316515acc100bdba2c48f951a3a5ee9d52ecd..e412b7b699cdc8bb6edef1a7247014d62e03a395 100644 (file)
@@ -1,5 +1,5 @@
 [buildpackage]
-export-dir=../build_area/sid
+export-dir=./build/sid
 debian-branch=debian/sid
 ignore-new=True
 upstream-tree=BRANCH
index caf03e44767802ea1578eb54a92c5e1cc8584d2f..84e1c427c38a215752b7b5e93539ce95805a85bb 100644 (file)
@@ -1 +1,2 @@
 usr/lib/*/libzakformcgi*.so.*
+usr/lib/*/libzakform