index
:
bdrem.git
master
Birthday reminder that sends mails
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bdrem
/
UserInterface.php
Age
Commit message (
Collapse
)
Author
2016-06-17
debug option for mail renderer
Christian Weiske
2015-03-18
Make "readme" and "config" commands work again
Christian Weiske
2015-03-18
fix version in user interface
Christian Weiske
2014-03-21
ical renderer
Christian Weiske
2014-03-20
use ANSI color codes on shell by default
Christian Weiske
2014-03-20
add docblocks to all files, classes, methods and variables
Christian Weiske
2014-03-12
fix long command names
Christian Weiske
2014-02-25
add option to specify config file
Christian Weiske
2014-02-25
show error, not exception
Christian Weiske
2014-02-25
load config file from different locations, including phar
Christian Weiske
2014-02-25
commands to show readme and extract config template
Christian Weiske
2014-02-21
remove quiet option; we do not use it anyway
Christian Weiske
2014-02-21
Show help even when config file does not exist
Christian Weiske
2014-02-18
add stopOnEmpty and date parameters
Christian Weiske
2014-02-13
catch exceptions
Christian Weiske
2014-02-13
update configuration example file, fix variable names
Christian Weiske
2014-02-13
daysAfter -> daysNext, daysBefore -> daysPrev
Christian Weiske
2014-02-05
use console_commandline for parameter parsing
Christian Weiske
2014-02-03
mail sending
Christian Weiske
2014-01-23
introduce UserInterface class, add simple parameter support for web and cli
Christian Weiske