You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Dave Brondsema <br...@users.sf.net> on 2014/07/25 16:55:40 UTC

[allura:tickets] #7593 Allow site admins to add user audit entries



---

** [tickets:#7593] Allow site admins to add user audit entries**

**Status:** open
**Milestone:** forge-backlog
**Created:** Fri Jul 25, 2014 02:55 PM UTC by Dave Brondsema
**Last Updated:** Fri Jul 25, 2014 02:55 PM UTC
**Owner:** nobody

On the user auditlog pages (e.g. /nf/admin/users?username= as set up by [#7524]), add the ability for the admin users to enter comments as new audit log entries.  Automatically include the username of the user entering the comment.  Maybe something like "Comment by {c.user.username}: {comment}"


---

Sent from sourceforge.net because dev@allura.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7593 Allow site admins to add user audit entries

Posted by Igor Bondarenko <je...@users.sf.net>.
- **status**: in-progress --> code-review
- **Comment**:

Closed #636. Force-pushed `je/42cc_7593`



---

** [tickets:#7593] Allow site admins to add user audit entries**

**Status:** code-review
**Milestone:** forge-backlog
**Labels:** 42cc 
**Created:** Fri Jul 25, 2014 02:55 PM UTC by Dave Brondsema
**Last Updated:** Fri Aug 15, 2014 07:22 PM UTC
**Owner:** Igor Bondarenko

On the user auditlog pages (e.g. /nf/admin/users?username= as set up by [#7524]), add the ability for the admin users to enter comments as new audit log entries.  Automatically include the username of the user entering the comment.  Maybe something like "Comment by {c.user.username}: {comment}"


---

Sent from sourceforge.net because dev@allura.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7593 Allow site admins to add user audit entries

Posted by Dave Brondsema <br...@users.sf.net>.
- **status**: code-review --> in-progress
- **QA**: Dave Brondsema
- **Comment**:

I would make the `by` param on `comment_user` required (or move the method out of a model).  I think we should be trying to minimize and remove `c.user` (and app and project) usage in our models.

Line breaks in the textarea don't end up rendering as such.  Maybe the audit log display should convert linebreaks to <br>?  Or maybe even go so far as rendering through our markdown pipeline?  (I don't think that is too important but would be nice if it has no adverse affects)



---

** [tickets:#7593] Allow site admins to add user audit entries**

**Status:** in-progress
**Milestone:** forge-backlog
**Labels:** 42cc 
**Created:** Fri Jul 25, 2014 02:55 PM UTC by Dave Brondsema
**Last Updated:** Tue Aug 12, 2014 05:59 AM UTC
**Owner:** Igor Bondarenko

On the user auditlog pages (e.g. /nf/admin/users?username= as set up by [#7524]), add the ability for the admin users to enter comments as new audit log entries.  Automatically include the username of the user entering the comment.  Maybe something like "Comment by {c.user.username}: {comment}"


---

Sent from sourceforge.net because dev@allura.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7593 Allow site admins to add user audit entries

Posted by Dave Brondsema <br...@users.sf.net>.
- **labels**:  --> 42cc
- **status**: open --> in-progress
- **assigned_to**: Igor Bondarenko



---

** [tickets:#7593] Allow site admins to add user audit entries**

**Status:** in-progress
**Milestone:** forge-backlog
**Labels:** 42cc 
**Created:** Fri Jul 25, 2014 02:55 PM UTC by Dave Brondsema
**Last Updated:** Fri Jul 25, 2014 02:55 PM UTC
**Owner:** Igor Bondarenko

On the user auditlog pages (e.g. /nf/admin/users?username= as set up by [#7524]), add the ability for the admin users to enter comments as new audit log entries.  Automatically include the username of the user entering the comment.  Maybe something like "Comment by {c.user.username}: {comment}"


---

Sent from sourceforge.net because dev@allura.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7593 Allow site admins to add user audit entries

Posted by Dave Brondsema <br...@users.sf.net>.
- **status**: code-review --> closed
- **Milestone**: forge-backlog --> forge-aug-22
- **Comment**:

I changed markdown rendering to nl2br, see commit e0ab435c03caea0b9498b7f0b961e56509b70733 for details.



---

** [tickets:#7593] Allow site admins to add user audit entries**

**Status:** closed
**Milestone:** forge-aug-22
**Labels:** 42cc 
**Created:** Fri Jul 25, 2014 02:55 PM UTC by Dave Brondsema
**Last Updated:** Tue Aug 19, 2014 12:21 PM UTC
**Owner:** Igor Bondarenko

On the user auditlog pages (e.g. /nf/admin/users?username= as set up by [#7524]), add the ability for the admin users to enter comments as new audit log entries.  Automatically include the username of the user entering the comment.  Maybe something like "Comment by {c.user.username}: {comment}"


---

Sent from sourceforge.net because dev@allura.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7593 Allow site admins to add user audit entries

Posted by Igor Bondarenko <je...@users.sf.net>.
- **status**: in-progress --> code-review
- **Comment**:

Closed #627. `je/42cc_7593`



---

** [tickets:#7593] Allow site admins to add user audit entries**

**Status:** code-review
**Milestone:** forge-backlog
**Labels:** 42cc 
**Created:** Fri Jul 25, 2014 02:55 PM UTC by Dave Brondsema
**Last Updated:** Wed Aug 06, 2014 07:06 PM UTC
**Owner:** Igor Bondarenko

On the user auditlog pages (e.g. /nf/admin/users?username= as set up by [#7524]), add the ability for the admin users to enter comments as new audit log entries.  Automatically include the username of the user entering the comment.  Maybe something like "Comment by {c.user.username}: {comment}"


---

Sent from sourceforge.net because dev@allura.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.