aboutsummaryrefslogtreecommitdiff
path: root/lib/easydialog.in
AgeCommit message (Collapse)Author
2009-12-24easydialog: allow form fields input to grow up to 100 chars (Closes: #562249)intrigeri
2009-05-23Add a vim modeline with indentation settings.Matthijs Kooijman
The modelines added match the emacs lines already present and also set the filetype to sh (just like the emacs lines).
2009-05-23Make all indentation consistent.Matthijs Kooijman
Previously, there were many indentation styles in use: Real tabs, 2, 3 or 4 spaces, mixing these within the same file, function or even within a single line. This commit changes all bash scripts in the handlers, src and lib dirs to use consistent indentation: three spaces are now used everywhere. Other files (e.g. Makefiles) are left untouched. Additionally, this commit removes all trailing whitespace.
2008-06-24made mktemp a requirement for building backupninja, added autotools ↵Micah Anderson
variables to substitute the proper binary location and removed bad fall-back when mktemp was not there
2006-06-10Added explicit mktemp template names so that mktemp is more compatible with ↵Micah Anderson
other versions than Debian's. Also added Anarcat to the AUTHORS file
2006-01-17add the Emacs header comment line to lib/*.inintrigeri
2006-01-09added bug warning in commentsElijah Saxon
2005-11-29 r3557@krups: intrigeri | 2005-11-15 14:41:32 +0100intrigeri
Start to move common functions (maketemp) to lib/tools, and better use autotools for lib/{easydialog,tools}.