Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / cloud

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 94
  • Merge Requests 10
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Merged
Merge request !47 opened Mar 23, 2014 by Őry Máté@orymate 
  • Report abuse
Report abuse

Feature: implement group details

  • Discussion 6
  • Commits 48
  • Changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Őry Máté @orymate commented Mar 23, 2014
    Owner

    member remove doesn't work fixed

    Edited May 06, 2014
    ~~member remove doesn't work~~ fixed
  • Őry Máté @orymate commented Mar 23, 2014
    Owner

    group owner can't edit their group; doesn't get owner permission on create fixed

    Edited May 06, 2014
    ~~group owner can't edit their group; doesn't get owner permission on create~~ fixed
  • Őry Máté @orymate commented Mar 23, 2014
    Owner

    no help text or label for mass user add field fixed

    --- a/circle/dashboard/templates/dashboard/group-detail.html
    +++ b/circle/dashboard/templates/dashboard/group-detail.html
    @@ -48,7 +51,8 @@
             </tr>
       </tbody>
       </table>
    -         <textarea name="list-new-namelist" class="form-control"></textarea>
    +  <textarea name="list-new-namelist" class="form-control"
    +         placeholder="{% trans "List of usernames (one per line)." %}"></textarea>
       <div class="form-actions">
         <button type="submit" class="btn btn-success">{% trans "Save" %}</button>
       </div>
    Edited May 06, 2014
    ~~no help text or label for mass user add field~~ fixed ``` --- a/circle/dashboard/templates/dashboard/group-detail.html +++ b/circle/dashboard/templates/dashboard/group-detail.html @@ -48,7 +51,8 @@ </tr> </tbody> </table> - <textarea name="list-new-namelist" class="form-control"></textarea> + <textarea name="list-new-namelist" class="form-control" + placeholder="{% trans "List of usernames (one per line)." %}"></textarea> <div class="form-actions"> <button type="submit" class="btn btn-success">{% trans "Save" %}</button> </div>
  • Bach Dániel @bachdaniel commented Mar 23, 2014
    Owner

    tests? Total: 185 line(s) Missing: 86 line(s) Coverage: 53% fixed

    Edited May 06, 2014
    ~~tests? Total: 185 line(s) Missing: 86 line(s) Coverage: 53%~~ fixed
  • Oláh István Gergely @ogergo commented Apr 14, 2014
    Developer

    Fixed member removing issue, label, permission problems, tests.

    Fixed member removing issue, label, permission problems, tests.
  • Bach Dániel
    @bachdaniel started a discussion on an old version of the diff Apr 15, 2014
    circle/dashboard/static/dashboard/group-details.js
    25 24 });
    26 25 return false;
    27 26 });
    27
    28 /* for Node removes buttons */
    29 $('.delete-from-group').click(function() {
    30 var href = $(this).attr('href');
    31 var tr = $(this).closest('tr');
    32 var group = $(this).data('group_pk');
    33 var member = $(this).data('member_pk');
    34 var dir = window.location.pathname.indexOf('list') == -1;
    35 addModalConfirmation(removeMember,
    36 { 'url': href,
    37 'data': [],
    38 'tr': tr,
    • Bach Dániel @bachdaniel commented Apr 15, 2014
      Owner

      tab! fixed

      Edited May 06, 2014
      ~~tab!~~ fixed
    Please register or sign in to reply
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Bach Dániel
Assignee
Bach Dániel @bachdaniel
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
3
3 participants
Reference: circle/cloud!47