aboutsummaryrefslogtreecommitdiffstats
path: root/modules/blog
Commit message (Collapse)AuthorAgeFilesLines
* Fix the check on wget if server is down (thanks to rtp)Damien Lallement2010-11-263-3/+13
|
* - move apache requirement in the blog class ( so we do not forget it )Michael Scherer2010-11-211-5/+3
| | | | | - since apache::mod_php implie apache::base, remove redundant include
* - allows the PATH_TO_FILE value to be overidden for testing purposeMichael Scherer2010-11-201-2/+5
| | | | | - check the return of wget and stop if the server do not answer, to prevent resending notification once server is restarted
* - -n is needed to interpret \n for the bash builtin version, spotted by ahmad78Michael Scherer2010-11-201-1/+1
|
* Change classDamien Lallement2010-11-181-7/+9
|
* Merge two modules: mysql and blogDamien Lallement2010-11-181-1/+15
|
* More verbose on new blog post to translateDamien Lallement2010-11-161-1/+4
|
* Fix cron for check new blog postDamien Lallement2010-11-101-1/+1
|
* Remove 'nail' on 'blog' and add 'mailx' on 'postfix'Damien Lallement2010-11-101-3/+0
|
* Add 'nail' on 'blog' and 'mod_php' on 'champagne'Damien Lallement2010-11-101-3/+3
|
* Shame on me, I forgot a pipe...Damien Lallement2010-11-061-1/+1
|
* - use mv -f instead of cp + rm ( shorter, cleaner )Michael Scherer2010-11-051-5/+4
| | | | | - move file creation later rather than creating it and removing it after
* fix typo :pDamien Lallement2010-11-051-1/+1
|
* fix 'cron'Damien Lallement2010-11-051-1/+0
|
* remove 'recurse'Damien Lallement2010-11-051-1/+0
|
* fix 'ensure' to 'directory'Damien Lallement2010-11-051-3/+4
|
* add the creation of '/var/lib/blog/' in init.ppDamien Lallement2010-11-051-1/+8
|
* remove the check for postfix not to duplicate the 'postfix' moduleDamien Lallement2010-11-051-3/+3
|
* fix the path to '/usr/local/bin' '/var/lib/blog'Damien Lallement2010-11-052-3/+3
|
* fix the mail address and message on blogDamien Lallement2010-11-051-1/+1
|
* adding check_new-blog-post on champagneDamien Lallement2010-11-052-0/+56