Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the replace placeholder to use the filenamefix-upload-ui | Stan Hu | 2015-09-15 | 1 | -3/+3 |
| | | | | | | | | | | | | | | Dynamically adjust placedholder for uploads and fix Dropzone event handlers Override error handler to prevent error messages from being inserted underneath image preview Fix tests Use regexp instead of startsWith for better browser compatibility Remove duplicate code in _replace.html.haml and use one template Remove files upon error and retain alert messages until user adds a new file | ||||
* | Add "Replace" and "Upload" features | liyakun | 2015-09-15 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | Refactor upload and replace functionality Rename file and move CSS Fix typo Make dropzone a div Remove unnecessary file Change color of "upload existing one" Add missing changes | ||||
* | Fix commit data retrieval when branch name has single quotes | Stan Hu | 2015-07-26 | 1 | -0/+7 |
| | | | | Closes #1724 | ||||
* | Refactor rake tasks for tests | Dmitriy Zaporozhets | 2015-06-23 | 1 | -1/+1 |
| | |||||
* | Remove "Multiselect Blob" feature specs | Robert Speicher | 2015-06-19 | 1 | -85/+0 |
| | | | | These are well covered by the new Jasmine tests, and faster! | ||||
* | WebEditor: save to new branch: spinach | Valery Sizov | 2015-02-24 | 1 | -0/+22 |
| | |||||
* | Set right test as tricky | Dmitriy Zaporozhets | 2015-01-29 | 1 | -2/+2 |
| | |||||
* | Skip tricky test for semaphore | Dmitriy Zaporozhets | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | Add tests for initializing bare repo and creating new file in it | Dmitriy Zaporozhets | 2015-01-27 | 1 | -0/+13 |
| | |||||
* | Add tests for disabled blob edit button cases. | Ciro Santilli | 2014-12-30 | 1 | -0/+10 |
| | |||||
* | Use :message key, not :error for File::Service. | Ciro Santilli | 2014-10-13 | 1 | -0/+20 |
| | |||||
* | Merge pull request #7942 from cirosantilli/commit-changes-uppercase | Dmitriy Zaporozhets | 2014-10-13 | 1 | -2/+2 |
|\ | | | | | Make new and edit file submit more uniform | ||||
| * | Make new and edit file submit more uniform | Ciro Santilli | 2014-10-08 | 1 | -2/+2 |
| | | |||||
* | | Upcase missing feature names | Ciro Santilli | 2014-10-07 | 1 | -1/+1 |
|/ | |||||
* | Make Spinach test names consistent | Ciro Santilli | 2014-10-05 | 5 | -5/+5 |
| | | | | | | | - do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path | ||||
* | Titleize blob action buttons. | Ciro Santilli | 2014-09-30 | 2 | -10/+10 |
| | |||||
* | Add web UI file CRUD tests. | Ciro Santilli | 2014-09-26 | 1 | -0/+30 |
| | | | | me/ciro/bak/git/cirosantilli.com/web' | ||||
* | Typo it -> its. | Ciro Santilli | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | Add permalink to fixed SHA URL on blob view. | Ciro Santilli | 2014-09-01 | 1 | -0/+12 |
| | |||||
* | fix searching on empty project, prevent 500 | Robert Schilling | 2014-08-11 | 1 | -2/+8 |
| | | | | Fix hound | ||||
* | Fix markdown tests. Use new repo for testing. Fixed gitlab-shell test setup | Dmitriy Zaporozhets | 2014-07-31 | 1 | -12/+12 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix browse code spinach tests | Dmitriy Zaporozhets | 2014-07-31 | 4 | -11/+11 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add tests to check for correct browse link name. | Marin Jankovski | 2014-07-09 | 1 | -1/+13 |
| | |||||
* | Fix blob highlight tests | Dmitriy Zaporozhets | 2014-06-12 | 1 | -3/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Editing preview | skv-headless | 2014-04-15 | 1 | -0/+10 |
| | |||||
* | Blob and tree gfm links to anchors work. | Ciro Santillli | 2014-02-23 | 1 | -11/+27 |
| | | | | Fixes #6046 | ||||
* | Headers have ids and link to their own id. | Ciro Santillli | 2014-02-11 | 1 | -9/+33 |
| | |||||
* | Test if the views behave correctly with reference style relative links. | Marin Jankovski | 2014-01-23 | 1 | -0/+12 |
| | |||||
* | Enable multiline select for blobs. | Jason Hollingsworth | 2013-11-27 | 1 | -0/+86 |
| | | | | | | Holding shift will allow users to click and select multiple lines. The behavior is similar to GitHub. Complete with tests. | ||||
* | Feature test for New file feature | Dmitriy Zaporozhets | 2013-11-05 | 1 | -0/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Links in Readme in tree view. | Marin Jankovski | 2013-10-14 | 1 | -1/+6 |
| | |||||
* | Skip relative links render in help page. | Marin Jankovski | 2013-10-11 | 1 | -0/+5 |
| | |||||
* | Test if markdown is rendered properly. | Marin Jankovski | 2013-10-11 | 1 | -0/+70 |
| | |||||
* | changed Gitlab to GitLab | Ben Bodenmiller | 2013-05-19 | 1 | -3/+3 |
| | |||||
* | Implemented code search feature | Javier Castro | 2013-05-09 | 1 | -0/+9 |
| | |||||
* | Team features are green now | Dmitriy Zaporozhets | 2013-02-21 | 2 | -3/+3 |
| | |||||
* | Minor improve to UI and code formatting of gitlab web editor | randx | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | WebEditor: minor spinach fixes | Valeriy Sizov | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | WebEditor: spinach | Valeriy Sizov | 2012-10-12 | 1 | -0/+6 |
| | |||||
* | add spinach steps for project issues and source features | Nihad Abbasov | 2012-09-10 | 2 | -13/+11 |
| | |||||
* | rewrite project commits features using spinach | Nihad Abbasov | 2012-09-10 | 2 | -0/+33 |