Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify help path prefixingrs-fix-help-links | Robert Speicher | 2015-09-23 | 1 | -17/+4 |
| | |||||
* | Prevent double-prefixing of help page paths | Robert Speicher | 2015-09-22 | 1 | -0/+18 |
| | | | | | | | | Prior, because the link "api/README.md" was matched twice, the first link became "help/help/api/README.md". Now we do a negative lookahead to make sure the link doesn't start with `help/`. This fix is still not ideal, see TODO note. | ||||
* | Make Help accessible for guests. | Douwe Maan | 2015-09-08 | 1 | -0/+2 |
| | |||||
* | Use File.join instead of Rails.root.join in HelpController | Robert Speicher | 2015-08-18 | 1 | -2/+4 |
| | |||||
* | Add helpers for header title and sidebar, and move setting those from ↵ | Douwe Maan | 2015-05-01 | 1 | -6/+1 |
| | | | | controllers to layouts. | ||||
* | Set head panel title of help section. | Douwe Maan | 2015-04-30 | 1 | -0/+7 |
| | |||||
* | Add a page title to every page. | Douwe Maan | 2015-04-30 | 1 | -4/+4 |
| | |||||
* | Loosen help page parameter constraints for category | Robert Speicher | 2015-04-15 | 1 | -1/+1 |
| | |||||
* | Re-fix image rendering for help pages | Robert Speicher | 2015-04-15 | 1 | -6/+36 |
| | |||||
* | Revert "Fix and improve help rendering" | Robert Speicher | 2015-04-15 | 1 | -23/+7 |
| | | | | This reverts commit d365004e684e98459061fcd5fbaf9bea880934a8. | ||||
* | Add explanation to HelpController#clean_path_info. | Douwe Maan | 2015-04-14 | 1 | -3/+16 |
| | |||||
* | Fix directory traversal vulnerability around help pages. | Douwe Maan | 2015-04-10 | 1 | -1/+19 |
| | |||||
* | Fix and improve help rendering | Sullivan SENECHAL | 2015-04-03 | 1 | -5/+23 |
| | |||||
* | Add GitLab UI development kit | Dmitriy Zaporozhets | 2015-03-08 | 1 | -0/+3 |
| | |||||
* | Remove garbage and apply wiki style | Dmitriy Zaporozhets | 2014-06-14 | 1 | -11/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | render items from doc | Job van der Voort | 2014-05-29 | 1 | -0/+11 |
| | |||||
* | Show shotcut dialog on ? | Dmitriy Zaporozhets | 2013-06-30 | 1 | -0/+3 |
| | |||||
* | Improve api docs | Dmitriy Zaporozhets | 2013-06-06 | 1 | -0/+11 |
| | |||||
* | UI: add new button, top panel restyle etc | Dmitriy Zaporozhets | 2012-01-18 | 1 | -0/+4 |