MantisBT

View Issue Details Jump to Notes ] Wiki ] Related Changesets ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014216mantisbtadministrationpublic2012-05-06 08:482013-04-06 09:23
Reporterdregad 
Assigned Todregad 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version1.2.10 
Target Version1.2.11Fixed in Version1.2.11 
Summary0014216: The filter in managed_user_page.php is not persistent
DescriptionThe filter values are stored in a cookie whenever the criteria change, however these values are not properly restored when returning to the Manage Users page.
Tags2.0.x check
Attached Files

- Relationships
related to 0015721new Functionality to consider porting to master-2.0.x 

-  Notes
User avatar (0031770)
dregad (developer)
2012-05-06 08:59

The filter values stored in the cookie whenever the criteria change, were restored to the form variables instead of the sanitized ($c_) variables, and were therefore not taken into account when building the page.
User avatar (0036260)
grangeway (developer)
2013-04-05 17:57

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

- Related Changesets
MantisBT: master 93eb5401
Timestamp: 2012-05-06 03:16:56
Author: dregad
Details ] Diff ]
Add filter in Manage Users page to show/hide disabled users

This is a port of the following 1.2.x commits:

   - a21374af650c06a27bf9a930edbcbef9b41989ac,

Original patch written by David Newcomb.

Fixed issue with new filter not specified on the multi-page navigation
links. Also made minor cosmetic changes: whitespace, coding guidelines.

   - 129a8e5e93fda7537884bea371b794bb44c13c0c

Simplify code by using a for loop to print the column headers instead of
manually building the table cells one by one. Note that this actually
changes the label of the 'Protected' column from the padlock icon to a
text description.

Rename 'hide' variable to 'hide_inactive'. With the addition of the new
filter option 'show_disabled', using just 'hide' was potentially
confusing.

   - e28fa43081f8365fafbc0c2331938032a3fe89a4

The filter in managed_user_page.php is not persistent

The filter values stored in the cookie whenever the criteria change,
were restored to the form variables instead of the sanitized ($c_)
variables, and were therefore not taken into account when building the
page.

Fixes 0011726, 0014216
mod - core/print_api.php Diff ] File ]
mod - lang/strings_english.txt Diff ] File ]
mod - manage_user_page.php Diff ] File ]
MantisBT: master-1.2.x e28fa430
Timestamp: 2012-05-06 05:54:43
Author: dregad
Details ] Diff ]
The filter in managed_user_page.php is not persistent

The filter values stored in the cookie whenever the criteria change,
were restored to the form variables instead of the sanitized ($c_)
variables, and were therefore not taken into account when building the
page.

Fixes 0014216
mod - manage_user_page.php Diff ] File ]

- Issue History
Date Modified Username Field Change
2012-05-06 08:48 dregad New Issue
2012-05-06 08:48 dregad Status new => assigned
2012-05-06 08:48 dregad Assigned To => dregad
2012-05-06 08:59 dregad Note Added: 0031770
2012-05-06 08:59 dregad Status assigned => resolved
2012-05-06 08:59 dregad Fixed in Version => 1.2.11
2012-05-06 08:59 dregad Resolution open => fixed
2012-05-06 10:00 dregad Changeset attached => MantisBT master 93eb5401
2012-05-06 10:00 dregad Changeset attached => MantisBT master-1.2.x e28fa430
2012-06-06 23:53 jreese Status resolved => closed
2013-04-05 17:57 grangeway Status closed => acknowledged
2013-04-05 17:57 grangeway Note Added: 0036260
2013-04-05 18:35 grangeway Relationship added related to 0015721
2013-04-06 03:40 dregad Status acknowledged => closed
2013-04-06 07:23 grangeway Status closed => acknowledged
2013-04-06 09:22 dregad Tag Attached: 2.0.x check
2013-04-06 09:23 dregad Status acknowledged => closed


MantisBT 1.2.16dev master-1.2.x-8c2bd07 [^]
Copyright © 2000 - 2013 MantisBT Team
Time: 0.0971 seconds.
memory usage: 2,812 KB
Powered by Mantis Bugtracker