index
:
bdrem.git
master
Birthday reminder that sends mails
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
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
use local date format
Christian Weiske
2014-02-18
remove double subject
Christian Weiske
2014-02-18
add stopOnEmpty and date parameters
Christian Weiske
2014-02-18
adapt to console_table 1.2.0
Christian Weiske
2014-02-13
fix ldap driver when p=0 and n=0
Christian Weiske
2014-02-13
LDAP source driver
Christian Weiske
2014-02-13
catch exceptions
Christian Weiske
2014-02-13
update configuration example file, fix variable names
Christian Weiske
2014-02-13
Fixes for MS SQL server
Christian Weiske
2014-02-13
escape strings
Christian Weiske
2014-02-13
daysAfter -> daysNext, daysBefore -> daysPrev
Christian Weiske
2014-02-13
use more widely compatible SQL; CONCAT is not supported across all RDBMS
Christian Weiske
2014-02-12
first sql source implementation
Christian Weiske
2014-02-05
use console_commandline for parameter parsing
Christian Weiske
2014-02-03
mail sending
Christian Weiske
2014-01-27
default ansi to off
Christian Weiske
2014-01-27
Add ansi color codes to console output
Christian Weiske
2014-01-23
introduce UserInterface class, add simple parameter support for web and cli
Christian Weiske
2014-01-23
web text renderer
Christian Weiske
2014-01-23
html renderer, console renderer uses pear's Console_Table
Christian Weiske
2014-01-14
first version that reads birthday reminder files
Christian Weiske