siguibui (2.6) unstable; urgency=medium

  * use current standards 3.9.6

 -- Alf Gaida <agaida@siduction.org>  Tue, 29 Sep 2015 02:26:29 +0200

siguibui (2.5) unstable; urgency=low

  * changed automount-control.sh for gnome, mate and cinnamon

 -- Angelescu Ovidiu <convbsd@siduction.org>  Fri, 05 Sep 2014 00:01:47 +0300

siguibui (2.4) unstable; urgency=low

  * merged .gitignores
  * Standards-Version: 3.9.4  
  * change to current copyright format
  * removed Homepage
  * set sourc in copyright
  * fix convbsd in copyright
  * refs #1103

 -- Alf Gaida <agaida@siduction.org>  Sat, 30 Mar 2013 14:51:17 +0100

siguibui (2.3) unstable; urgency=low

  [ J. Hamatoma ]
  * closes #1004
  * language list in the browser may have one member only

  [ Alf Gaida ]
  * rebuild closes #1008
  * rebuild closes #1009

 -- Alf Gaida <agaida@siduction.org>  Sun, 02 Dec 2012 22:47:08 +0100

siguibui (2.2) unstable; urgency=low

  [ J. Hamatoma ]
  * Page maintains itself the parts of the menu
  * parts can be handled without Page::parts
  * a menu can be displayed in plugins, not only in static pages
  * rebuild closes #1002

 -- Alf Gaida <agaida@siduction.org>  Sun, 02 Dec 2012 20:05:37 +0100

siguibui (2.1) unstable; urgency=low

  * Fix: Better behaviour on wrong URLs
  * If index.php is missed the URL will set to the static.home
  * usage of the language independent configuration file
    config/common.conf (possible, not necessary)
  * multiple virtual host addresses are possible
    (.packet.name in common.conf)
  * configuration can be assembled from more than one file
    common.conf + <vhost>_<lang>.conf
  * better support for xx-yy languages, e.g. pt-br
    (file name search)
  * closes #962


 -- J. Hamatoma <hama@siduction.net>  Wed, 07 Nov 2012 23:40:32 +0100

siguibui (2.0) unstable; urgency=low

  * Handling of static pages
  * Handling of menus
  * readHtmlTemplates() can read page independent files
  * Template definitions: removing of the last empty line in each section
  * Internal errors can be displayed independent of the design
  * Templates: new global makro: ###LANGUAGE###
  * Documentation of static pages and menus
  * Closes #954
  * Closes #959

 -- J. Hamatoma <hama@siduction.net>  Sat, 03 Nov 2012 17:25:16 +0100

siguibui (1.3.2) unstable; urgency=low

  [ J. Hamatoma ]
  * Fix: /bin/sh is not bash: "source" replaced by "."
  * rebuild closes #933

 -- J. Hamatoma <hama@siduction.net>  Thu, 01 Nov 2012 08:36:23 +0100

siguibui (1.3.1) unstable; urgency=low

  [ Alf Gaida ]
  * diesmal aber wirklich

 -- Alf Gaida <agaida@siduction.org>  Thu, 25 Oct 2012 17:27:13 +0200

siguibui (1.3) unstable; urgency=low

  [ J. Hamatoma ]
  * New: automount-control.sh: En/Disables automount unter gnome
  * New: setFieldAndUserData()
  * 2nd parameter text for replaceInContent()
  * Test helper: configurable base directory for the shellserver

  [ Alf Gaida ]
  * fixes #930

 -- Alf Gaida <agaida@siduction.org>  Tue, 23 Oct 2012 19:30:51 +0200

siguibui (1.2) unstable; urgency=low

  [ J. Hamatoma ]
  * new: Page.initializeButtonSwitchedParts()
  * Fix: timepoint of selection of $_POST or $_GET

  [ agaida]
  * rebuild closes #713

 -- Alf Gaida <agaida@siduction.org>  Sat, 19 May 2012 12:51:25 +0200

siguibui (1.1.1) unstable; urgency=low

  [ J. Hamatoma ]
  * New: getField() gets a field from GET or user data.

  [ Alf Gaida ]
  * rebuild refs #695 again

 -- Alf Gaida <agaida@siduction.org>  Sat, 12 May 2012 22:10:27 +0200

siguibui (1.1.0) unstable; urgency=low

  [ J. Hamatoma ]
  * Fix: undefined variable in readHtmlTemplates()
  * toolkit.html extended
  * build.sh: installing subdirectory images

  [ Alf Gaida ]
  * rebuild closes #695

 -- Alf Gaida <agaida@siduction.org>  Sat, 12 May 2012 13:40:39 +0200

siguibui (1.0.6) unstable; urgency=low

  * New: writeFile() and setField()

 -- J. Hamatoma <hama@siduction.net>  Sat, 05 May 2012 23:49:18 +0200

siguibui (1.0.5) unstable; urgency=low

  * page.php: indexOfSelection(): Try to read the field. If it does not exist the userdata will be used.
  * session.php i18n(): No default text is needed
  * session.php: new: roundDownToPowerOf2()

 -- J. Hamatoma <hama@siduction.net>  Tue, 24 Apr 2012 23:18:28 +0200

siguibui (1.0.4) unstable; urgency=low

  * Application builder improvements
  * Fix: creation of debian/inst
  * New dependency: php5-cgi
  * New Makro: ###URL_DYNAMIC###

 -- J. Hamatoma <hama@siduction.net>  Thu, 12 Apr 2012 23:14:08 +0200

siguibui (1.0.3) unstable; urgency=low

  * Application builder improvements
  * Design: like sidu-installer v1.0.0
  * Fix: html templage: project macro instead of a fix name
  * More files in the created .gitignore
  * git commit after generation of the project
  * creation of install, postinst, prerm, $PROJ-control
  * result of the build script is a working debian project which can install, run and deinstall
  * feature "xml formatted text" (in configuration files): Texts preceeding <xml> will be treated as XML texts.
  * Fix: Assertion for a valid refresh rate
  * Fix: page.php: null checking
  * New: page.php: Central error location: ###ERROR_MESSAGE###
  * New: page.php: Finding an index of a language dependent option list
  * New: page.php: Creation of a HTML table: buildTable()
  * New: page.php: Descriptions in the wait page may have html tags
  * session.php+page.php: i18n(): no default text is needed
  * index.php: call of wait page needs the existence of the wait message file too

 -- J. Hamatoma <hama@siduction.net>  Sat, 24 Mar 2012 08:00:17 +0100

siguibui (1.0.2) unstable; urgency=low

  * add a siguibui override fo prevent lintian complaining about
    siguibui: binary-without-manpage usr/bin/sidu-shellserver-control
  * fixes #655

 -- Alf Gaida <agaida@siduction.org>  Fri, 23 Mar 2012 10:41:40 +0100

siguibui (1.0.1) unstable; urgency=low

  * bump standards to 3.9.3
  * debhelper (>= 9)
  * bump compat to 9

 -- Alf Gaida <agaida@siduction.org>  Wed, 21 Mar 2012 17:26:51 +0100

siguibui (1.0.0) unstable; urgency=low

  * email address changed

 -- J. Hamatoma <hama@siduction.net>  Fri, 30 Dec 2011 22:11:22 +0100

siguibui (0.7.12) unstable; urgency=low

  [ J. Hamatoma ]
  * Fix: Ignores format errors in configuration of translation tables

  [ Alf Gaida ]
  * rebuild fixes #522 # 524

 -- Alf Gaida <agaida@siduction.org>  Fri, 30 Dec 2011 00:46:35 +0100

siguibui (0.7.11) unstable; urgency=low

  * wait: Correct texts in intro and description. (Closes: #506)
  * translating progress messages

 -- J. Hamatoma <hamatoma@gmx.de>  Thu, 29 Dec 2011 23:40:03 +0100

siguibui (0.7.10) unstable; urgency=low

  * Redesign: wait page moved from sidu-installer
  * Refactoring: default parameter $nameTemplate in replacePartWithTemplate()
  * postrm postinst + prerm improved (lintian warnings) Closes: #418

 -- J. Hamatoma <hamatoma@gmx.de>  Mon, 26 Dec 2011 22:28:41 +0100

siguibui (0.7.9) unstable; urgency=low

  * Fix: start of gparted with a single disk under XFCE

 -- J. Hamatoma <hamatoma@gmx.de>  Tue, 20 Dec 2011 22:36:14 +0100

siguibui (0.7.8) unstable; urgency=low

  * Fix: start of gparted with "all disks" under XFCE
  * Update: refs: #454

 -- J. Hamatoma <hamatoma@gmx.de>  Tue, 20 Dec 2011 22:03:57 +0100

siguibui (0.7.7) unstable; urgency=low

  * Fix: postinst: Handling, if the /var/cache/siguibui/public does not exist.
  * Only necessary for updates from versions < 0.7.5 (Closes: #425)

 -- J. Hamatoma <hamatoma@gmx.de>  Sun, 18 Dec 2011 08:33:31 +0100

siguibui (0.7.6) unstable; urgency=low

  * The field values will be transfered earlier to the user data.
  * Fix: special handling of xfce4-terminal (combining prog and args)

 -- J. Hamatoma <hamatoma@gmx.de>  Fri, 16 Dec 2011 20:42:53 +0100

siguibui (0.7.5) unstable; urgency=low

  * x-terminal-emulator is the backup for the terminal program
  * extended services: replaceInContent() replaceMarker() clearPart()
  * new service: external log files

 -- J. Hamatoma <hamatoma@gmx.de>  Sun, 11 Dec 2011 22:05:09 +0100

siguibui (0.7.4) unstable; urgency=low

  * Fix: Automatic choice of the terminal program in xfce
  * New auxiliary method
  * Code review: single point of assignment

 -- J. Hamatoma <hamatoma@gmx.de>  Sat, 10 Dec 2011 10:42:23 +0100

siguibui (0.7.3) unstable; urgency=low

  * Fix Numbering according to Issue #369

 -- Alf Gaida <agaida@siduction.org>  Wed, 07 Dec 2011 11:56:24 +0100

siguibui (0.7.2) unstable; urgency=low

  * Fix: start of external shell scripts, e.g. usb-installer
  * Improved package compression

 -- J. Hamatoma <hamatoma@gmx.de>  Sat, 03 Dec 2011 20:25:39 +0100

siguibui (0.7.2) unstable; urgency=low

  * New service: exchange input fields by a button

 -- J. Hamatoma <hamatoma@gmx.de>  Sat, 03 Dec 2011 18:19:14 +0100

siguibui (0.7.1) unstable; urgency=low

  * added myself as uploader
  * change naming conventions (lintian warning dashes in native)
  * bump version to 0.7.1

 -- Alf Gaida <agaida@siduction.org>  Sat, 03 Dec 2011 00:48:27 +0100

siguibui (0.6-3) unstable; urgency=low

  * Fix: The title of the html page.
  * Docu: Describes the toolkit
  * Shellserver: Removing test data from config

 -- J. Hamatoma <hamatoma@gmx.de>  Fri, 02 Dec 2011 22:52:12 +0100

siguibui (0.6-2) unstable; urgency=low

  * Standard user is siducer now

 -- J. Hamatoma <hamatoma@gmx.de>  Tue, 29 Nov 2011 22:17:17 +0100

siguibui (0.6-1) unstable; urgency=low

  * Dependency sux added
  * Automatic selection of the available terminal program (startgui.sh config)
  *

 -- J. Hamatoma <hamatoma@gmx.de>  Sat, 26 Nov 2011 09:44:35 +0100

siguibui (0.5-1) unstable; urgency=low

  * Dependencies sudo added
  * lintian cleanup

 -- J. Hamatoma <hamatoma@gmx.de>  Thu, 24 Nov 2011 23:43:18 +0100

siguibui (0.4+nmu1) unstable; urgency=low

  * Non-maintainer upload.
  * only a new uoload

 -- Alf Gaida <info@g-com.eu>  Thu, 24 Nov 2011 01:58:56 +0100

siguibui (0.4) unstable; urgency=low

  * Removes some lintian errors and warnings

 -- J. Hamatoma <hamatoma@gmx.de>  Tue, 22 Nov 2011 22:33:38 +0100

siguibui (0.3) unstable; urgency=low

  * added: build/siguibui.conf build/siguibui_de.conf build.standard.html
  * added: debian/manpage.1

 -- J. Hamatoma <hamatoma@gmx.de>  Sat, 19 Nov 2011 09:27:53 +0100

siguibui (0.2) unstable; urgency=low

  * Replaced sibuigui -> siguibui
  * shellserver: AUTOSTART controls start at boot time
  * Fix: init.d/siguibui: localfs -> $localfs

 -- J. Hamatoma <hamatoma@gmx.de>  Thu, 17 Nov 2011 21:26:46 +0100

siguibui (0.1+nmu1) unstable; urgency=low

  * Non-maintainer upload.
  * fix default error in changelog
  * rename siguibui.install -> install
  * modify install, delete empty dir
  * create debian/dirs: var/cache/siguibui
  * create debian/init
  * change numbering to non-dash number to prevent lintian
    warnings
  * add .gitignore with generated files

 -- Alf Gaida <info@g-com.eu>  Wed, 16 Nov 2011 23:38:01 +0100

siguibui (0.1) unstable; urgency=low

  * Initial release

 -- J. Hamatoma <hamatoma@gmx.de>  Tue, 15 Nov 2011 22:28:18 +0100
