Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update blog user's comment (which is used in From header in emails sent) | Nicolas Vigier | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | remove nail in 'packages to be installed' as it's already in 'postfix' module | Damien Lallement | 2011-02-23 | 1 | -1/+1 |
| | |||||
* | add nail in 'packages to be installed' | Damien Lallement | 2011-02-23 | 1 | -1/+1 |
| | |||||
* | remove REPLYTO as it does not work like this | Damien Lallement | 2011-02-17 | 1 | -1/+0 |
| | |||||
* | update mail message | Damien Lallement | 2011-02-17 | 1 | -2/+2 |
| | |||||
* | remove blog group | Damien Lallement | 2011-02-17 | 1 | -2/+1 |
| | |||||
* | update user/group as blog:blog is not needed anymore | Damien Lallement | 2011-02-17 | 1 | -1/+1 |
| | |||||
* | - add ssl support on blog, and reuse the vhost_base module ( so there | Michael Scherer | 2011-02-12 | 2 | -6/+11 |
| | | | | is less template to write ) | ||||
* | add a require on user ( for ordering prupose, as cron use the user ) | Michael Scherer | 2011-02-12 | 1 | -1/+1 |
| | |||||
* | - use variable for the blog domain and location (less stuff to change | Michael Scherer | 2011-02-12 | 2 | -5/+8 |
| | | | | later ) | ||||
* | - add a comment about directory group ownership ( to see later ) | Michael Scherer | 2011-02-12 | 1 | -1/+2 |
| | |||||
* | - group logically the 2 parts of the file, scripts at first, websites at | Michael Scherer | 2011-02-12 | 1 | -14/+14 |
| | | | | the end | ||||
* | - script should be root owned | Michael Scherer | 2011-02-12 | 1 | -2/+2 |
| | |||||
* | - use /var/lib/blog for home directory of the systm user running blog | Michael Scherer | 2011-02-12 | 1 | -7/+1 |
| | |||||
* | - more explicit comment | Michael Scherer | 2011-02-12 | 1 | -1/+2 |
| | |||||
* | - rename file ( no need to number it ) | Michael Scherer | 2011-02-12 | 2 | -1/+1 |
| | |||||
* | fix 'domain' (thanks boklm) | Damien Lallement | 2011-02-11 | 1 | -3/+3 |
| | |||||
* | add to avoid SPAM | Damien Lallement | 2011-02-11 | 1 | -3/+3 |
| | |||||
* | do not hardcode domain (spotted by misc) | Damien Lallement | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | add the user creation by puppet | Damien Lallement | 2011-02-11 | 1 | -15/+18 |
| | |||||
* | add a replyto for mail from bot and the user creation by puppet | Damien Lallement | 2011-02-11 | 1 | -2/+3 |
| | |||||
* | now support 'new post' or 'modification of last post' to prevent bad ↵ | Damien Lallement | 2011-01-19 | 1 | -15/+31 |
| | | | | notification mails | ||||
* | fix group/user | Damien Lallement | 2011-01-18 | 1 | -3/+3 |
| | |||||
* | add AllowOverride All to vhost | Damien Lallement | 2011-01-18 | 1 | -1/+2 |
| | |||||
* | typo | Damien Lallement | 2011-01-18 | 1 | -1/+1 |
| | |||||
* | add dep and rights | Damien Lallement | 2011-01-18 | 1 | -3/+4 |
| | |||||
* | fix the vhost for all locales | Damien Lallement | 2011-01-18 | 1 | -2/+1 |
| | |||||
* | use blog-test.mageia.org as vhost | Nicolas Vigier | 2011-01-18 | 2 | -2/+2 |
| | |||||
* | fix vhost filename | Nicolas Vigier | 2011-01-18 | 1 | -1/+1 |
| | |||||
* | use apache::vhost_other_app | Nicolas Vigier | 2011-01-18 | 1 | -7/+2 |
| | |||||
* | fix the path | Damien Lallement | 2011-01-18 | 1 | -3/+3 |
| | |||||
* | fix | Damien Lallement | 2011-01-18 | 1 | -3/+2 |
| | |||||
* | typo (vhost) | Damien Lallement | 2011-01-18 | 1 | -2/+2 |
| | |||||
* | missing file (vhost) | Damien Lallement | 2011-01-18 | 1 | -0/+12 |
| | |||||
* | add the vhost for blogs | Damien Lallement | 2011-01-18 | 1 | -1/+10 |
| | |||||
* | start the migration of blogs on champagne | Damien Lallement | 2011-01-18 | 1 | -3/+9 |
| | |||||
* | use mysql module, reindent the file to be consistent with space and more compact | Michael Scherer | 2011-01-09 | 1 | -30/+23 |
| | |||||
* | Fix the check on wget if server is down (thanks to rtp) | Damien Lallement | 2010-11-26 | 3 | -3/+13 |
| | |||||
* | - move apache requirement in the blog class ( so we do not forget it ) | Michael Scherer | 2010-11-21 | 1 | -5/+3 |
| | | | | | - since apache::mod_php implie apache::base, remove redundant include | ||||
* | - allows the PATH_TO_FILE value to be overidden for testing purpose | Michael Scherer | 2010-11-20 | 1 | -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 ahmad78 | Michael Scherer | 2010-11-20 | 1 | -1/+1 |
| | |||||
* | Change class | Damien Lallement | 2010-11-18 | 1 | -7/+9 |
| | |||||
* | Merge two modules: mysql and blog | Damien Lallement | 2010-11-18 | 1 | -1/+15 |
| | |||||
* | More verbose on new blog post to translate | Damien Lallement | 2010-11-16 | 1 | -1/+4 |
| | |||||
* | Fix cron for check new blog post | Damien Lallement | 2010-11-10 | 1 | -1/+1 |
| | |||||
* | Remove 'nail' on 'blog' and add 'mailx' on 'postfix' | Damien Lallement | 2010-11-10 | 1 | -3/+0 |
| | |||||
* | Add 'nail' on 'blog' and 'mod_php' on 'champagne' | Damien Lallement | 2010-11-10 | 1 | -3/+3 |
| | |||||
* | Shame on me, I forgot a pipe... | Damien Lallement | 2010-11-06 | 1 | -1/+1 |
| | |||||
* | - use mv -f instead of cp + rm ( shorter, cleaner ) | Michael Scherer | 2010-11-05 | 1 | -5/+4 |
| | | | | | - move file creation later rather than creating it and removing it after | ||||
* | fix typo :p | Damien Lallement | 2010-11-05 | 1 | -1/+1 |
| |