Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-24 | fix returns and exits in subshells | Matthias Dienstbier | |
2010-03-10 | migrate everything to new approach where lib-ui.sh contains just some ↵ | Dieter Plaetinck | |
aif-specific things. all the generic UI stuff is now a separate project called libui-sh | |||
2010-03-02 | fix sort order | Dieter Plaetinck | |
Since recently - http://www.archlinux.org/news/476/ - we have to set LC_COLLATE ourself. without this setting, sorting order was inconsistent. One of the symptons of this was filesystems getting mounted in the wrong order ( first /home, /boot and then /), causing obvious breakages and weird output in df. With this fix, first / gets mounted, then /boot and /home. We use sorting at multiple places within AIF and i believe they all expect LC_COLLATE=C | |||
2009-09-04 | allow only executing aif as user root | Dieter Plaetinck | |
2009-07-29 | add disclaimer | Dieter Plaetinck | |
2009-07-19 | use LANG=C when parsing aif output. Fixes FS#14852 | Dieter Plaetinck | |
2009-06-14 | fix for remote (http) modules | tuxce | |
2009-03-14 | load lib-misc early so debugging works | Dieter Plaetinck | |
2009-03-13 | move flowcontrol stuff into its own library | Dieter Plaetinck | |
2009-03-08 | sort procedure names in help message | Dieter Plaetinck | |
2009-03-06 | load lib-ui in early bootstrap so we dont need to define some functions ↵ | Dieter Plaetinck | |
redundantly in aif.sh | |||
2009-03-01 | premature die_error fix | Dieter Plaetinck | |
2009-03-01 | better error handling in log/debug functions | Dieter Plaetinck | |
2009-03-01 | fix for undefined die_error + avoid loops | Dieter Plaetinck | |
2009-02-28 | fix for sourcing of backup files (*~) | Dieter Plaetinck | |
2009-02-28 | support for debug categories | Dieter Plaetinck | |
2009-02-22 | since we use /tmp now, no more need to hide files. some categorizing ↵ | Dieter Plaetinck | |
(tagging) of files is useful though | |||
2009-02-15 | even better display of procedures | Dieter Plaetinck | |
2009-02-15 | fix for display of user procedures | Dieter Plaetinck | |
2009-02-15 | fix for procedures display | Dieter Plaetinck | |
2009-02-15 | some more changes related to FHS stuff | Dieter Plaetinck | |
2009-02-14 | tried to make aif FHS/hier compliant + updated howto/readme | Dieter Plaetinck | |
2009-01-24 | tell user where to find the readme | Dieter Plaetinck | |
2008-12-20 | arg passing fix | Dieter Plaetinck | |
2008-12-20 | output fix | Dieter Plaetinck | |
2008-12-20 | allow procedures to add stuff to usage output | Dieter Plaetinck | |
2008-12-20 | enhanced arg parsing + automatic procedure can read configs now | Dieter Plaetinck | |
2008-12-20 | first version of new argument parsing where we load module/procedure first ↵ | Dieter Plaetinck | |
so we can override the arg parsing behavior | |||
2008-12-18 | todo updates | Dieter Plaetinck | |
2008-12-12 | cleanup stale files on start and stop + long overdue introduction of ↵ | Dieter Plaetinck | |
$RUNTIME_DIR | |||
2008-12-09 | implementation of LOG_TO_FILE 1/0, dont send log/debug to tty1. in some ↵ | Dieter Plaetinck | |
cases use exit instead of stop_installer + 2 small fixes | |||
2008-12-09 | typo fix | Dieter Plaetinck | |
2008-12-09 | moving some code around to make some stuff prettier | Dieter Plaetinck | |
2008-12-09 | layout fix | Dieter Plaetinck | |
2008-12-09 | command args related fixes | Dieter Plaetinck | |
2008-12-09 | syntax bugfix | Dieter Plaetinck | |
2008-12-09 | basic overridable implementation of commandline argument parsing | Dieter Plaetinck | |
2008-11-17 | misc small cleanups/todo updates | Dieter Plaetinck | |
2008-11-16 | updated HOWTO for install using packages, got rid of patch-install-cd script ↵ | Dieter Plaetinck | |
+ renamed fifa into aif everywhere |