summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets
Commit message (Collapse)AuthorAgeFilesLines
* Add copy-to-clipboard button to Snippets#showrs-snippets-clipboardRobert Speicher2015-12-091-2/+2
| | | | Closes #3701
* Use consistent casing for page titlesDouwe Maan2015-12-022-2/+2
|
* Update style of snippets pagesDouwe Maan2015-10-181-12/+8
|
* Update style of snippet detail pageDouwe Maan2015-10-181-13/+16
|
* fix spinach features to use new button wordingsHan Loong Liauw2015-10-151-0/+1
| | | | Also fixed an accidental deletion of pratial
* change capitalisation in buttonsHan Loong Liauw2015-10-152-3/+5
|
* New snippet design for projectsHan Loong Liauw2015-10-142-27/+10
| | | | | | | | Split out header into shared partial Used action partials to have unique actions for shared and personal snippets changed back to created date in list view Switched to using existing color classes
* Move project header title definition to view in question.Douwe Maan2015-09-175-0/+9
|
* Restyle snippets renderingDmitriy Zaporozhets2015-08-272-17/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Rename abilities to correspond contoller/model action namesrename-abilitiesDmitriy Zaporozhets2015-06-262-2/+2
| | | | | | | | | | | | | | | | | write_ was renamed to create_ modify_ was renamed to update_ So now in update action we have next code def create can?(current_user, :create_issue, @issue) end def update can?(current_user, :update_issue, @issue) end Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Capitalize "X" in "New X".Douwe Maan2015-04-301-1/+1
|
* Add a page title to every page.Douwe Maan2015-04-304-0/+4
|
* Add new admin settingsVinnie Okada2015-04-262-2/+2
| | | | | Add new global application settings for default project and snippet visibility levels.
* Refactor buttonsDmitriy Zaporozhets2015-03-141-3/+3
|
* Improve css for file actionsDmitriy Zaporozhets2015-03-131-2/+2
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-144-8/+8
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-031-1/+1
|
* Refactor snippets viewsDmitriy Zaporozhets2014-06-145-61/+38
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve files/snippets action buttonsDmitriy Zaporozhets2014-06-131-6/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor scssDmitriy Zaporozhets2014-02-201-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Enable markdown formatting for snippets in projects.Takao Baba2014-02-041-6/+2
|
* Merge branch 'highlight-js' into 'master'Dmitriy Zaporozhets2014-01-281-2/+1
|\ | | | | | | | | | | | | | | Highlight.Js Replace pygments code highlight with client-side library - highlight.js http://highlightjs.org/
| * Add highlight.js support to markdown, snippets etcDmitriy Zaporozhets2014-01-271-2/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Remove snippet expiration date from UIRobert Schilling2014-01-251-7/+0
|/
* Small UI improvement to snippet formDmitriy Zaporozhets2014-01-121-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Removed expiration from snippetsJeroen van Baarsen2014-01-111-9/+7
| | | | | * Removed the expiration from the project snippets * Fixed the layout for the project snippets
* Replace chosen with select2Dmitriy Zaporozhets2014-01-111-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Restyle issue form. Replace inputsDmitriy Zaporozhets2014-01-011-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* alert-error to alert-dangerDmitriy Zaporozhets2013-12-311-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Migrate forms and inputs pt1Dmitriy Zaporozhets2013-12-311-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update form classesDmitriy Zaporozhets2013-12-311-6/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove unnecessary ago keywordDmitriy Zaporozhets2013-12-301-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add time ago tooltips to show actual date/timeDrew Blessing2013-12-141-1/+2
| | | | | | | | | | | | | | | | | | Clean up admin dashboad tooltips Clean up admin dashboad tooltips Clean up admin dashboad tooltips Add helper method change to use app helper Modify tooltips to use new helper Convert remaining times Adjust one tooltip
* Fixed all the confirm: deprecation warningsJeroen van Baarsen2013-12-101-1/+1
|
* avatar upload on profile pageSteven Thonus2013-10-092-2/+2
|
* Fixed styling for delete button of snippetDmitriy Zaporozhets2013-09-251-3/+3
|
* Minor UI improvementsDmitriy Zaporozhets2013-08-122-5/+10
|
* use control-group classes for inline forms in project area pagesDmitriy Zaporozhets2013-08-071-6/+6
|
* Improve UI for project snippetsDmitriy Zaporozhets2013-07-182-11/+6
|
* scss: rename file_content to file-content etcDmitriy Zaporozhets2013-07-132-6/+6
|
* remove unnecessary %br/%hr and stylesDmitriy Zaporozhets2013-07-131-1/+0
|
* Replace page_title with page-title. Correct margin for some blocks/layoutsDmitriy Zaporozhets2013-07-133-3/+3
|
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-231-1/+1
|
* Restyle snippetsDmitriy Zaporozhets2013-06-054-26/+39
|
* Permissions for Project Snippet fixedAndrew8xx82013-03-252-2/+2
|
* Snippets feature refactored. Tests now use spinachAndrew8xx82013-03-245-6/+6
|
* Project snippets moved to /projectsAndrew8xx82013-03-237-0/+96