summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | added notekaren Carias2015-09-131-1/+4
| |/ / / / /
* | | | | | Merge branch 'improve-error-message' into 'master'Job van der Voort2015-09-121-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Improve english of error message See merge request !1284
| * | | | | Improve english of error messageRobert Schilling2015-09-121-1/+1
|/ / / / /
* | | | | Merge branch 'dashboard-titles' into 'master'Dmitriy Zaporozhets2015-09-1158-202/+260
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up overlap between dashboard and explore - Clean up overlap between dashboard and explore. ... 5d785457 - Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not. - Consistently case `Back to X` links. 260fcd45 - Link to help from signin page bottom. d92696d3 - Make Help accessible for guests. c258e977 cc @dzaporozhets See merge request !1260
| * \ \ \ \ Merge branch 'master' into dashboard-titlesdashboard-titlesDouwe Maan2015-09-10124-482/+1792
| |\ \ \ \ \
| * | | | | | Fix help access specDouwe Maan2015-09-091-1/+1
| | | | | | |
| * | | | | | Fix snippets exploration testDouwe Maan2015-09-091-1/+1
| | | | | | |
| * | | | | | Fix specDouwe Maan2015-09-091-1/+1
| | | | | | |
| * | | | | | Fix RootControllerDouwe Maan2015-09-091-1/+1
| | | | | | |
| * | | | | | Use new routing helperDouwe Maan2015-09-088-10/+10
| | | | | | |
| * | | | | | Move partial to right place and fix tests.Douwe Maan2015-09-086-10/+10
| | | | | | |
| * | | | | | Clean up overlap between dashboard and explore.Douwe Maan2015-09-0839-171/+228
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
| * | | | | | Consistently case `Back to X` links.Douwe Maan2015-09-085-7/+7
| | | | | | |
| * | | | | | Link to help from signin page bottom.Douwe Maan2015-09-081-1/+1
| | | | | | |
| * | | | | | Make Help accessible for guests.Douwe Maan2015-09-082-1/+3
| | | | | | |
* | | | | | | Merge branch 'rs-fix-highlighting' into 'master'Douwe Maan2015-09-115-7/+63
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Syntax highlighting improvements On the server side: During development I would occasionally see SanitizationFilter sanitizing the result of SyntaxHighlightFilter, even though its attributes were whitelisted. This updates the `clean_spans` transformer to return the whitelisted node as [suggested by the Sanitize docs](http://git.io/vZR8i). On the client side: - Makes the syntax_highlight JS more flexible - Adds JS specs - Simplifies highlighting of new notes - Adds highlighting to Markdown preview See merge request !1278
| * | | | | | RU-BO-COOOOOOOOPrs-fix-highlightingRobert Speicher2015-09-101-1/+1
| | | | | | |
| * | | | | | Simplify syntax highlighting of new notesRobert Speicher2015-09-101-2/+3
| | | | | | |
| * | | | | | Apply syntax highlighting to Markdown previewsRobert Speicher2015-09-101-0/+1
| | | | | | |
| * | | | | | Add specs for syntax_highlight JSRobert Speicher2015-09-102-1/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also makes it work when given a parent element containing a `.js-syntax-highlight` element so for dynamically-added things like notes or Markdown previews, we can more accurately target just the element we care about.
| * | | | | | Prevent result of SyntaxHighlightFilter being sanitizedRobert Speicher2015-09-101-4/+8
| | | | | | |
* | | | | | | Merge branch 'rescue-syntax-highlighting-errors-updated' into 'master'Robert Speicher2015-09-102-3/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add comments and clean up test for !1274 See merge request !1279
| * | | | | | | Add comments and clean up test for !1274Stan Hu2015-09-102-3/+2
| |/ / / / / /
* | | | | | | Merge branch 'fix-rouge-warning-noise' into 'master'Robert Schilling2015-09-103-26/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump rouge to 1.10.1 to remove warning noise and fix other syntax highlighting bugs rouge warnings begone! Closes #2128 Closes #2433 See merge request !1277
| * | | | | | Bump rouge to 1.10.1Stan Hu2015-09-103-27/+3
| | | | | | |
| * | | | | | Bump rouge to 1.10 to remove warning noise and fix other syntax highlighting ↵Stan Hu2015-09-102-2/+3
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugs Closes #2128 Closes #2433
* | | | | | Merge branch 'fix-changelog' into 'master'Robert Schilling2015-09-101-3/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some CHANGELOG entries Noticed a few things were off. See merge request !1276
| * | | | | Fix some CHANGELOG entriesStan Hu2015-09-101-3/+1
|/ / / / /
* | | | | Merge branch 'rs-changelog' into 'master'Robert Speicher2015-09-101-3/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing 7.14.x CHANGELOG entries [ci skip] See merge request !1275
| * | | | | Add missing 7.14.x CHANGELOG entriesRobert Speicher2015-09-101-3/+8
|/ / / / /
* | | | | Merge branch 'rescue-syntax-highlighting-errors' into 'master'Robert Schilling2015-09-103-1/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gracefully handle errors in syntax highlighting by leaving the block unformatted A bug in Rouge caused an Exception: ```undefined method `sub' for :Literal:Symbol``` That caused https://gitlab.com/embeddable-common-lisp/ecl/issues/156 to hit Error 500 and fail to display. If a failure occurs, just render the text as preformatted. Closes #2433 See merge request !1274
| * | | | | Gracefully handle errors in syntax highlighting by leaving the block unformattedStan Hu2015-09-103-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | Closes #2433
* | | | | | Merge pull request #9604 from ↵Stan Hu2015-09-105-0/+190
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | bpetheo/bpetheo_add_service_api_endpoint_to_retrive_service_parameters Added service API endpoint to retrieve service parameters
| * | | | | Added service API endpoint to retrieve service parametersPetheo Bence2015-09-105-0/+190
|/ / / / /
* | | | | Merge branch 'ui-improvements' into 'master'Dmitriy Zaporozhets2015-09-1010-80/+77
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UI improvements * Convert forked from button to text * Refactor md variables * Improve project fork page * Style blob show page * Style syntax highlight area for white theme See merge request !1273
| * | | | Style syntax highlight area for white themeui-improvementsDmitriy Zaporozhets2015-09-103-34/+36
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Style blob show pageDmitriy Zaporozhets2015-09-104-10/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Improve project fork pageDmitriy Zaporozhets2015-09-102-27/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Refactor md variablesDmitriy Zaporozhets2015-09-102-2/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Conver forked from button to textDmitriy Zaporozhets2015-09-102-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | Merge branch 'disable-issue-autofill' into 'master'Dmitriy Zaporozhets2015-09-101-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turned off autocomplete for new issue titles See merge request !1271
| * | | | | Turned off autocomplete for new issue titlesdisable-issue-autofillDarby2015-09-091-1/+1
| | | | | |
* | | | | | Merge branch 'fix-semaphore-twitter-identity-issue' into 'master'Dmitriy Zaporozhets2015-09-101-2/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update OmniAuth test to pass in Semaphore This has caused all the build failures on GitHub master for the last few days. This change seems to pass Semaphore build on GitHub: https://semaphoreci.com/stanhu/gitlabhq/branches/fix-semaphore-twitter-identity-issue-try2 Closes #2469 See merge request !1272
| * | | | | Fix testStan Hu2015-09-101-2/+4
| | | | | |
* | | | | | Fix fixed layoutDmitriy Zaporozhets2015-09-101-1/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | Merge pull request #9617 from dukex/patch-1Robert Speicher2015-09-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix 7.14 stable branch name in upgrade docs [ci skip]
| * | | | | fix 7.14 stable branch nameDuke2015-09-091-1/+1
|/ / / / /
* | | | | Improve accounts page UIDmitriy Zaporozhets2015-09-101-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | Merge branch 'ui-improvements' into 'master'Dmitriy Zaporozhets2015-09-099-15/+62
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ui improvements * allow containers without bg and border * style twbs panels See merge request !1270
| * | | | | Fix last element of sidebar being hidden for small screensDmitriy Zaporozhets2015-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>