Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Use @ when accessing variables in templates" | Dan Fandrich | 2024-10-04 | 4 | -6/+6 |
| | | | | | | Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622. | ||||
* | Use @ when accessing variables in templates | Dan Fandrich | 2024-10-04 | 4 | -6/+6 |
| | | | | Access without the @ symbol is the older method and is discouraged. | ||||
* | Fix some typos in user-visible strings | Dan Fandrich | 2024-08-15 | 1 | -1/+1 |
| | |||||
* | Fix typos in comments | Dan Fandrich | 2024-08-15 | 1 | -1/+1 |
| | | | | This should result in no difference in configuration. | ||||
* | Switch links to https: where possible | Dan Fandrich | 2024-01-25 | 1 | -1/+1 |
| | | | | | | | All these point to valid https: resources, but there is a small chance that some unusual interaction will cause it not to work. Some of these changes also won't take effect until the server is restarted, so we'll need to keep this in mind if failures occur long from now. | ||||
* | Fix Removing leading `/' from member names' warning | Dan Fandrich | 2023-12-12 | 1 | -2/+3 |
| | | | | This should stop an unnecessary cron warning e-mail. | ||||
* | Also backup the sv locale in backup_blog-files.sh | Dan Fandrich | 2023-12-12 | 1 | -1/+1 |
| | |||||
* | lint fixes for blog | Thomas Backlund | 2015-10-19 | 2 | -2/+2 |
| | |||||
* | blog: add variables to set blog emails | Nicolas Vigier | 2013-04-16 | 1 | -2/+2 |
| | |||||
* | - Fix sending empty mail | Damien Lallement | 2013-03-06 | 1 | -21/+18 |
| | | | | | | | - Fix 'from'/'reply-to' - Update mail content - Fix warning detection about new post or updated post | ||||
* | add uk blog | Damien Lallement | 2012-04-16 | 2 | -2/+2 |
| | |||||
* | change backup directory path | Nicolas Vigier | 2011-05-15 | 2 | -2/+2 |
| | |||||
* | use blog_location variable in backup blog script | Nicolas Vigier | 2011-05-15 | 1 | -1/+1 |
| | |||||
* | - use lzma, as this reduce the size of backups file from 607 Mo to 460 Mo | Michael Scherer | 2011-04-28 | 1 | -1/+1 |
| | | | | | ( around 25 % ) | ||||
* | fix tar option (ter), remove 'v' option (spotted by pterjan) | Damien Lallement | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | fix tar option (bis) | Damien Lallement | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | fix tar option | Damien Lallement | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | update backup files to do a tar.gz instead of 'rsync' not to spend a lot of ↵ | Damien Lallement | 2011-04-04 | 1 | -1/+1 |
| | | | | space for backup | ||||
* | add backup for planet and fix typo on backup-files for blog | Damien Lallement | 2011-03-30 | 1 | -1/+1 |
| | |||||
* | remove verbose on rsync | Damien Lallement | 2011-03-30 | 1 | -1/+1 |
| | |||||
* | update url for making misc proud of me | Damien Lallement | 2011-03-30 | 1 | -1/+1 |
| | |||||
* | add backup for blog files (missing script) | Damien Lallement | 2011-03-30 | 1 | -0/+23 |
| | |||||
* | udpate script to have a week of backup | Damien Lallement | 2011-03-21 | 1 | -1/+16 |
| | |||||
* | typo | Damien Lallement | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | fix path for backup | Damien Lallement | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | add db backup and update class names to be more explicit | Damien Lallement | 2011-03-18 | 2 | -0/+17 |
| | |||||
* | change url for english blog | Damien Lallement | 2011-03-07 | 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 |
| | |||||
* | - add ssl support on blog, and reuse the vhost_base module ( so there | Michael Scherer | 2011-02-12 | 1 | -4/+0 |
| | | | | is less template to write ) | ||||
* | - use variable for the blog domain and location (less stuff to change | Michael Scherer | 2011-02-12 | 1 | -3/+3 |
| | | | | later ) | ||||
* | - rename file ( no need to number it ) | Michael Scherer | 2011-02-12 | 1 | -0/+0 |
| | |||||
* | fix 'domain' (thanks boklm) | Damien Lallement | 2011-02-11 | 1 | -3/+3 |
| | |||||
* | add to avoid SPAM | Damien Lallement | 2011-02-11 | 1 | -3/+3 |
| | |||||
* | 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 | ||||
* | add AllowOverride All to vhost | Damien Lallement | 2011-01-18 | 1 | -1/+2 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | fix the path | Damien Lallement | 2011-01-18 | 1 | -3/+3 |
| | |||||
* | fix | Damien Lallement | 2011-01-18 | 1 | -3/+2 |
| | |||||
* | missing file (vhost) | Damien Lallement | 2011-01-18 | 1 | -0/+12 |
| | |||||
* | Fix the check on wget if server is down (thanks to rtp) | Damien Lallement | 2010-11-26 | 2 | -1/+11 |
| | |||||
* | - 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 |
| | |||||
* | More verbose on new blog post to translate | Damien Lallement | 2010-11-16 | 1 | -1/+4 |
| | |||||
* | 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 the path to '/usr/local/bin' '/var/lib/blog' | Damien Lallement | 2010-11-05 | 1 | -1/+1 |
| | |||||
* | fix the mail address and message on blog | Damien Lallement | 2010-11-05 | 1 | -1/+1 |
| |