summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/lib
Commit message (Collapse)AuthorAgeFilesLines
* Added day name to contributions calendarcontrib-calendar-tooltip-namePhil Hughes2016-07-041-0/+4
| | | | Closes #19367
* Markdown toolbar inserts code blocksmd-toolbar-multiline-codePhil Hughes2016-06-271-10/+35
| | | | Closes #19173
* Reorganize the lib directory.Connor Shea2016-06-2314-0/+0
|
* Re-implement page-specific JS in a better way.Connor Shea2016-06-233-0/+5
| | | | This makes larger libraries more cacheable and will allow us to use SRI with the dynamically included libraries.
* Made markdown buttons work on all markdown textareasPhil Hughes2016-06-171-12/+24
| | | | Selecting multiple rows & a list correctly creates the selected text into a list
* Improved designPhil Hughes2016-06-171-105/+43
| | | | Updated JS to remove undo manager - instead let the browser handle it all
* Move buttons to upper right.Jacob Schatz2016-06-171-1/+1
|
* Proper class jquery selector for `off`.Jacob Schatz2016-06-171-1/+1
|
* No need to add bold for the class selector for removing eventsJacob Schatz2016-06-171-1/+1
|
* Remove console.logJacob Schatz2016-06-171-4/+5
|
* Add undo history once they click the enter or backspace keyJacob Schatz2016-06-171-1/+12
|
* Add redo stateJacob Schatz2016-06-171-0/+3
|
* Overwrite undo historyJacob Schatz2016-06-171-4/+44
|
* Initial markdown ez buttonsJacob Schatz2016-06-171-0/+74
|
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Fatih Acet2016-06-161-1/+18
|\ | | | | | | | | | | | | category-search-dropdown # Conflicts: # app/assets/javascripts/lib/common_utils.js.coffee
| * Prevent default disabled buttons and links.preventdefault-disabled-buttonsFatih Acet2016-06-151-0/+7
| |
| * Fix project star tooltip on the fly.Fatih Acet2016-06-151-0/+12
| | | | | | | | Introduced new util called updateTooltipTitle.
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Fatih Acet2016-06-102-1/+30
|\ \ | |/ | | | | | | | | | | category-search-dropdown # Conflicts: # app/assets/javascripts/lib/common_utils.js.coffee
| * Merge branch 'milestone-tooltip' into 'master' Jacob Schatz2016-06-091-0/+24
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add milestone expire date to the right sidebar ## What does this MR do? Shows milestone expire date tooltip in the sidebar. It also shows the tooltip when sidebar is collapsed. ## Are there points in the code the reviewer needs to double check? `common_utils.js.coffee` and `milestones_helper.rb` should be reviewed deeply. ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/issues/17355 ## Screencast ![zngAcytBWq](/uploads/bd8514506aa5010aef9b081455ee90af/zngAcytBWq.gif) See merge request !4448
| | * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into milestone-tooltipFatih Acet2016-06-081-1/+1
| | |\
| | * | Copy changes for milestone due dates.Fatih Acet2016-06-081-1/+1
| | | |
| | * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into milestone-tooltipFatih Acet2016-06-061-0/+2
| | |\ \
| | * | | Added a new common util called $.timefor.Fatih Acet2016-06-031-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will use $.timeago behind the scene and it does the opposite of what $.timeago does. $.timefor("Thu Jun 05 2016 23:40:39 GMT+0300 (EEST)") will return "3 days remaining".
| * | | | Fix local timeago on user dashboardAlfredo Sumaran2016-06-091-1/+8
| | |_|/ | |/| |
* | | | Add new utils.Fatih Acet2016-06-091-3/+16
| | | |
* | | | Added a common util to get project slug.Fatih Acet2016-06-071-0/+13
|/ / /
* | | Updated MR notes.notes-are-awardablesFatih Acet2016-06-061-1/+1
| |/ |/|
* | Merge branch 'master' into awardablesZJ van de Weg2016-05-301-1/+10
|\ \ | |/
| * Merge branch 'issue-filter-name-options' into 'master' Jacob Schatz2016-05-251-1/+10
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issuable filtering improvements This improves the filtering of issues and merge requests by creating a single file that encapsulates all the filtering. Previously this was done with a file for issues and a file for merge requests. Created the ability for the text search to be done alongside other filterables. Previously because this was outside the filterable form, this wasn't possible and would instead do either filter dropdown or text filter - not both. Fixes #4252 Fixed issue with not being able to filter and sort issues without refreshing the page. Fixes #15269 See merge request !3699
| | * Fixed up JS commentsPhil Hughes2016-05-201-2/+2
| | |
| | * Issuable filtering improvementsPhil Hughes2016-05-161-1/+10
| | | | | | | | | | | | | | | | | | This improves the filtering of issues and merge requests by creating a single file that encapsulates all the filtering. Previously this was done with a file for issues and a file for merge requests. Created the ability for the text search to be done alongside other filterables. Previously because this was outside the filterable form, this wasn't possible and would instead do either filter dropdown or text filter - not both.
* | | Merge branch 'master' into awardablesZJ van de Weg2016-05-251-0/+9
|\ \ \ | |/ /
| * | Dropdown implementationzj-gitignore-dropdownAlfredo Sumaran2016-05-201-0/+9
| |/
* | Add Gitlab namespace AwardEmoji.Fatih Acet2016-05-191-1/+1
| |
* | Uses the same emoji-menu and just moves it around depending where it should ↵Phil Hughes2016-05-191-0/+2
| | | | | | | | | | | | | | | | | | | | be viewed # Conflicts: # app/assets/javascripts/awards_handler.coffee # app/assets/stylesheets/pages/notes.scss # app/helpers/issues_helper.rb # app/views/projects/notes/_note.html.haml
* | revert front end changesZeger-Jan van de Weg2016-05-111-9/+0
| |
* | Merge branch 'master' into awardablesZeger-Jan van de Weg2016-05-112-6/+44
|\ \ | |/
| * some refactoringArinde Eniola2016-04-191-10/+6
| |
| * abstract code for removing or getting a param query string from urlArinde Eniola2016-04-161-0/+16
| |
| * Fix issue with labels not showing initially.Jacob Schatz2016-04-131-0/+2
| |
| * Filter by multiple labels with little animation.Jacob Schatz2016-04-131-4/+28
| |
* | move frontend logic from previous MR to new MRArinde Eniola2016-05-061-0/+9
|/
* Merge branch 'issue_14206' into 'master' Jacob Schatz2016-04-121-0/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix datetimes on tooltips Closes #14206 Updates tooltip datetimes on `.timeago()` instances. **Inline notes** ![Screen_Shot_2016-04-07_at_1.25.12_PM](/uploads/2f55390a7e91dabf75e71fe3bda91849/Screen_Shot_2016-04-07_at_1.25.12_PM.png) **Existing and new notes** ![Screen_Shot_2016-04-07_at_1.24.49_PM](/uploads/202bb7476738eb048f2d94abb68174e7/Screen_Shot_2016-04-07_at_1.24.49_PM.png) **Issuable dates** ![Screen_Shot_2016-04-07_at_1.24.32_PM](/uploads/80fd5cc3c06fade0b1c615bc7b7611a8/Screen_Shot_2016-04-07_at_1.24.32_PM.png) **Build dates** ![Screen_Shot_2016-04-07_at_1.25.02_PM](/uploads/832f43284005ea610a3ad54a49b97104/Screen_Shot_2016-04-07_at_1.25.02_PM.png) See merge request !3497
| * Rename method and initialize .timeago insideAlfredo Sumaran2016-04-111-1/+3
| |
| * Add datetime_utility.js.coffeeAlfredo Sumaran2016-04-071-0/+15
| |
* | Hides notification after X amount of secondsPhil Hughes2016-04-111-0/+5
|/
* Merge branch 'fix_missing_filters_on_status_tab_change' into 'master' Jacob Schatz2016-04-061-0/+31
|\ | | | | | | | | | | | | | | | | Fix missing filters on status tab when user swithches to another state closes #14769 ![fixi](/uploads/7733ec714b70b2157104af4b039953c3/fixi.gif) See merge request !3482
| * attach the utitlity function to the global scope with some changesArinde Eniola2016-04-022-33/+31
| |
| * fix missing filters on status tab when user swithches to another stateArinde Eniola2016-04-021-0/+33
| |
* | Merge branch 'build-updates' into 'master' Douwe Maan2016-04-031-0/+30
|\ \ | |/ |/| | | | | | | | | | | | | | | Build updates Fixes #10851 ![build-updates](/uploads/52e09e679ca457f3d818f9a12fd8382b/build-updates.gif) See merge request !2604