Commit message (Collapse) | Author | Age | Files | ||
---|---|---|---|---|---|
... | |||||
* | Added a comment | Grégoire | 2015-10-01 | 1 | |
| | |||||
* | (no commit message) | Grégoire | 2015-09-30 | 1 | |
| | |||||
* | Don't display the Preferences URL on the website part. | Guilhem Moulin | 2015-09-30 | 1 | |
| | |||||
* | Don't display the Preferences URL on the website part. | Guilhem Moulin | 2015-09-30 | 1 | |
| | |||||
* | wibble | Guilhem Moulin | 2015-09-30 | 1 | |
| | |||||
* | Fix glyphicon for Preferences and Source URLs. | Guilhem Moulin | 2015-09-30 | 1 | |
| | |||||
* | Add a 'Preferences' URL. | Guilhem Moulin | 2015-09-30 | 1 | |
| | |||||
* | Also mark [[done]] links as closed issues. | Guilhem Moulin | 2015-09-30 | 3 | |
| | |||||
* | (no commit message) | guilhem | 2015-09-30 | 1 | |
| | |||||
* | Merge branch 'master' of ssh://git.fripost.org/fripost-wiki | Grégoire Détrez | 2015-09-29 | 1 | |
|\ | |||||
| * | Added a comment | Grégoire | 2015-09-29 | 1 | |
| | | |||||
* | | Make the bug list prettier | Grégoire Détrez | 2015-09-29 | 5 | |
|/ | |||||
* | Make comments prettier | Grégoire Détrez | 2015-09-29 | 3 | |
| | |||||
* | Merge branch 'master' of ssh://git.fripost.org/fripost-wiki | Grégoire Détrez | 2015-09-29 | 1 | |
|\ | |||||
| * | Added a comment | guilhem | 2015-09-29 | 1 | |
| | | |||||
* | | Fix floating image at end of page | Grégoire Détrez | 2015-09-29 | 1 | |
|/ | |||||
* | Added a comment | Grégoire | 2015-09-28 | 1 | |
| | |||||
* | Added a comment | guilhem | 2015-09-28 | 1 | |
| | |||||
* | Added a comment | Grégoire | 2015-09-28 | 1 | |
| | |||||
* | Roundcube question added to faq | Gustav Eek | 2015-09-16 | 1 | |
| | |||||
* | Add SHA256 fingerprint to git.fripost.org. | Guilhem Moulin | 2015-08-31 | 1 | |
| | |||||
* | Add SHA256 fingerprint to git.fripost.org. | Guilhem Moulin | 2015-08-31 | 1 | |
| | |||||
* | Create describe mutt tracker issue | Gustav Eek | 2015-08-23 | 1 | |
| | |||||
* | Use ansible instead for Thunderbird autoconfiguration. | Guilhem Moulin | 2015-06-06 | 1 | |
| | |||||
* | Provide Thunderbird autoconfiguration. | Guilhem Moulin | 2015-06-06 | 1 | |
| | | | | | | | References: - https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration - https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration/FileFormat/HowTo - https://wiki.mozilla.org/Thunderbird:Autoconfiguration:ConfigFileFormat | ||||
* | Rename files to avoid invalid char ‘:’. | Guilhem Moulin | 2015-06-05 | 4 | |
| | |||||
* | Added a comment | guilhem | 2015-06-05 | 1 | |
| | |||||
* | Added a comment | guilhem | 2015-06-05 | 1 | |
| | |||||
* | Add a note regarding noreply aliases. | Guilhem Moulin | 2015-06-05 | 1 | |
| | |||||
* | Close some issues. | Guilhem Moulin | 2015-06-05 | 3 | |
| | |||||
* | Fix links. | Guilhem Moulin | 2015-06-01 | 1 | |
| | |||||
* | The number of domains is unlimited. | Guilhem Moulin | 2015-06-01 | 1 | |
| | |||||
* | typo | Guilhem Moulin | 2015-06-01 | 1 | |
| | |||||
* | typo | Guilhem Moulin | 2015-06-01 | 1 | |
| | |||||
* | typo | Guilhem Moulin | 2015-06-01 | 1 | |
| | |||||
* | Update certs. | Guilhem Moulin | 2015-05-31 | 2 | |
| | |||||
* | Remove edit link from headers for the website. | Guilhem Moulin | 2015-05-31 | 1 | |
| | |||||
* | Change title for website. | Guilhem Moulin | 2015-05-31 | 1 | |
| | |||||
* | typo | Guilhem Moulin | 2015-05-31 | 1 | |
| | |||||
* | Don't offer to edit the website. | Guilhem Moulin | 2015-05-31 | 1 | |
| | |||||
* | Update links to website. | Guilhem Moulin | 2015-05-31 | 1 | |
| | |||||
* | Wiki-preview discriptions completed with some notes | Gustav Eek | 2015-04-24 | 2 | |
| | | | | | | The descritpion on how to set up a wiki preview is completed with how to handle the need for to test absolute links through update the */etc/hosts* file. | ||||
* | Temporary link changes | Gustav Eek | 2015-04-24 | 1 | |
| | | | | | | | | | Of course the navigation bar links on the wiki can not yet point to the addresses to be. The template page.tmpl is modified so that navigation links point to relative path pages. When fripost.org and wiki.fripost.org are served from the same instance, then the navigation bar URL's should be updated again. | ||||
* | Merge branch 'website-separation' | Gustav Eek | 2015-04-24 | 19 | |
|\ | | | | | | | | | Conflicts: templates/page.tmpl | ||||
| * | Modifications between absolute and relative paths | Gustav Eek | 2015-04-24 | 4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In website documents, *http://fripost.org/<document>* corresponding to *./website/<document>*, links refering to the wiki, *http://fripost.org/<document>* corresponding to *./<document>*, need absolute paths and vise verse. This commit contains changes due to that. Note that links in wiki documents refering to website documents does not strictly need to follow the absolute path rule: both *http://fripost.org/kontakt* and *./website/kontakt* works equally well. Note also that URL's to fripost.org are written as "http://..." instead of "https://". The reason is that my local lab setup does not have security enabled. | ||||
| * | Merge branch 'move-website' into website-separationge-website-separation | Gustav Eek | 2015-04-24 | 3 | |
| |\ | |||||
| | * | Revert "Suggestions to look modifications" | Gustav Eek | 2015-04-24 | 1 | |
| | | | | | | | | | | | | This reverts commit b4043f739fbbe30bdbe553f30b0e902f726b1232. | ||||
| | * | Update cert for imap.fripost.org:993ge-move-website | Guilhem Moulin | 2015-03-02 | 2 | |
| | | | |||||
| | * | Suggestions to look modifications | Gustav Eek | 2015-03-01 | 1 | |
| | | | |||||
| | * | Website merge, some structure added to the ticket | Gustav Eek | 2015-01-20 | 1 | |
| | | | | | | | | | | | | | | | Some structure is added to the tracker ticket, and some concerns are raised. |