summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove old methods and classesDmitriy Zaporozhets2013-12-251-584/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make note anchors actually workDmitriy Zaporozhets2013-12-251-3/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Drop rjs from Notes#indexDmitriy Zaporozhets2013-11-291-3/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* FIX: note-original-content appending itself too many timesCornelio Hopmann2013-11-101-4/+8
|
* Show autocomplete list when editing notes.Jack Weeden2013-07-291-1/+2
|
* Fix typosJohannes Schleifenbaum2013-07-291-1/+1
|
* Fix multiple trigger on button attachmentDmitriy Zaporozhets2013-07-101-0/+6
|
* Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-07-021-7/+140
|\ | | | | | | | | | | | | Conflicts: app/views/dashboard/projects.html.haml app/views/layouts/_head_panel.html.haml config/routes.rb
| * Ability to edit commentsJack Weeden2013-07-011-7/+140
| |
* | Unbind note events to prevent firing twice with turbolinksDmitriy Zaporozhets2013-06-211-1/+11
|/
* add attachemnts support for wallDmitriy Zaporozhets2013-03-191-1/+0
|
* Remove wall from basic notes logicDmitriy Zaporozhets2013-03-191-141/+0
|
* Result of misspellings run.Kevin Lyda2013-03-171-1/+1
| | | | | | | | | Most of these are comments but a few are strings for users. Might be an idea to run this from time to time: https://github.com/lyda/misspell-check It runs mostly clean now.
* a bit of restyling. Replace some images with icons. Simplify note formDmitriy Zaporozhets2013-01-311-2/+2
|
* change logic on line_codeDmitriy Zaporozhets2013-01-151-0/+4
|
* Fix comment and reply buttonsRiyad Preukschas2013-01-021-0/+1
|
* Revamped note form options.Riyad Preukschas2012-12-031-26/+63
|
* Fix a bunch of smaller glitches.Riyad Preukschas2012-12-031-45/+27
|
* Fix handling form errors.Riyad Preukschas2012-12-031-11/+55
|
* Unify forms for discussions and main target.Riyad Preukschas2012-12-031-33/+88
| | | | | Allows previews and uploads in all forms. Also fixes #1730
* Fix wall notesRiyad Preukschas2012-12-031-2/+18
|
* Fix common form and note previewRiyad Preukschas2012-12-031-65/+76
|
* Move code for appending a discussion note to notes JSRiyad Preukschas2012-12-031-0/+14
|
* Reformat notes JSRiyad Preukschas2012-12-031-189/+177
|
* Refactor discussion replyRiyad Preukschas2012-12-031-28/+32
|
* Refactor diff notes creationRiyad Preukschas2012-12-031-78/+171
|
* Make notes JS know which notes are new in a requestRiyad Preukschas2012-12-031-19/+20
|
* Update notes views to support discussionsRiyad Preukschas2012-12-031-3/+10
|
* Fix Notes JSRiyad Preukschas2012-11-141-7/+29
| | | | Also fixes #1983
* Fix vote counting to only count main target notes (not mixed in ones)Riyad Preukschas2012-10-101-1/+1
|
* Merge branch 'update-votes-when-adding-notes' of ↵Dmitriy Zaporozhets2012-09-181-3/+40
|\ | | | | | | https://github.com/riyad/gitlabhq into riyad-update-votes-when-adding-notes
| * Update votes when creating or refreshing notesRiyad Preukschas2012-09-151-3/+40
| |
* | Fix project update. Make slim form only for reversed commentsDmitriy Zaporozhets2012-09-181-5/+10
|/
* Update Notes JS for reversed notesRiyad Preukschas2012-09-141-7/+20
|
* Rename note.js to notes.jsRiyad Preukschas2012-09-141-0/+238