aboutsummaryrefslogtreecommitdiffstats
path: root/modules/blog
Commit message (Collapse)AuthorAgeFilesLines
* now support 'new post' or 'modification of last post' to prevent bad ↵Damien Lallement2011-01-191-15/+31
| | | | notification mails
* fix group/userDamien Lallement2011-01-181-3/+3
|
* add AllowOverride All to vhostDamien Lallement2011-01-181-1/+2
|
* typoDamien Lallement2011-01-181-1/+1
|
* add dep and rightsDamien Lallement2011-01-181-3/+4
|
* fix the vhost for all localesDamien Lallement2011-01-181-2/+1
|
* use blog-test.mageia.org as vhostNicolas Vigier2011-01-182-2/+2
|
* fix vhost filenameNicolas Vigier2011-01-181-1/+1
|
* use apache::vhost_other_appNicolas Vigier2011-01-181-7/+2
|
* fix the pathDamien Lallement2011-01-181-3/+3
|
* fixDamien Lallement2011-01-181-3/+2
|
* typo (vhost)Damien Lallement2011-01-181-2/+2
|
* missing file (vhost)Damien Lallement2011-01-181-0/+12
|
* add the vhost for blogsDamien Lallement2011-01-181-1/+10
|
* start the migration of blogs on champagneDamien Lallement2011-01-181-3/+9
|
* use mysql module, reindent the file to be consistent with space and more compactMichael Scherer2011-01-091-30/+23
|
* 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