From: SourceForge.net <no...@so...> - 2004-08-13 21:39:30
|
Feature Requests item #1008981, was opened at 2004-08-13 16:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1008981&group_id=8956 Category: gui Group: None Status: Open Priority: 5 Submitted By: Aaron Axelsen (axelseaa) Assigned to: Nobody/Anonymous (nobody) Summary: Multiple pages for viewing lists. Initial Comment: For users who have a large number of surveys in the system, it may be useful to be able to set a variable to say 25 surveys displayed per page. This way it won't take a year to open a page which will list a large number of surveys. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1008981&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-13 00:05:42
|
Feature Requests item #1008981, was opened at 2004-08-14 07:39 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1008981&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gui Group: None Status: Open Priority: 5 Submitted By: Aaron Axelsen (axelseaa) >Assigned to: Kon Angelopoulos (angek) Summary: Multiple pages for viewing lists. Initial Comment: For users who have a large number of surveys in the system, it may be useful to be able to set a variable to say 25 surveys displayed per page. This way it won't take a year to open a page which will list a large number of surveys. ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2005-07-13 10:05 Message: Logged In: YES user_id=198398 This is worth implementing as I too have seen the effects of this and waiting for the page to load can be frustrating. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1008981&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-27 22:45:35
|
Feature Requests item #1008981, was opened at 2004-08-14 07:39 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1008981&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gui Group: None Status: Open Priority: 5 Submitted By: Aaron Axelsen (axelseaa) Assigned to: Kon Angelopoulos (angek) Summary: Multiple pages for viewing lists. Initial Comment: For users who have a large number of surveys in the system, it may be useful to be able to set a variable to say 25 surveys displayed per page. This way it won't take a year to open a page which will list a large number of surveys. ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2005-07-28 08:45 Message: Logged In: YES user_id=198398 attached is a diff file of admin/include/where/results.inc with changes to allow a predefined number of survey links to appear in the "view results" page of phpESP. IN addition to the changes in this file please also add the following lines to your phpESP.ini.php file: // Number of surveys to list per page in results view: $ESPCONFIG['no_surveys'] = 15; ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-13 10:05 Message: Logged In: YES user_id=198398 This is worth implementing as I too have seen the effects of this and waiting for the page to load can be frustrating. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1008981&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-08-08 14:28:08
|
Feature Requests item #1008981, was opened at 2004-08-13 16:39 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1008981&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gui Group: None Status: Open Priority: 5 Submitted By: Aaron Axelsen (axelseaa) Assigned to: Kon Angelopoulos (angek) Summary: Multiple pages for viewing lists. Initial Comment: For users who have a large number of surveys in the system, it may be useful to be able to set a variable to say 25 surveys displayed per page. This way it won't take a year to open a page which will list a large number of surveys. ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-08-08 09:28 Message: Logged In: YES user_id=14116 This should be done in a general way that works for all the lists of surveys we have(edit, copy, purge, etc...) and should worked into the new UI for 2.0. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-27 17:45 Message: Logged In: YES user_id=198398 attached is a diff file of admin/include/where/results.inc with changes to allow a predefined number of survey links to appear in the "view results" page of phpESP. IN addition to the changes in this file please also add the following lines to your phpESP.ini.php file: // Number of surveys to list per page in results view: $ESPCONFIG['no_surveys'] = 15; ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-12 19:05 Message: Logged In: YES user_id=198398 This is worth implementing as I too have seen the effects of this and waiting for the page to load can be frustrating. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1008981&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-08-09 22:17:19
|
Feature Requests item #1008981, was opened at 2004-08-14 07:39 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1008981&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gui Group: None Status: Open Priority: 5 Submitted By: Aaron Axelsen (axelseaa) Assigned to: Kon Angelopoulos (angek) Summary: Multiple pages for viewing lists. Initial Comment: For users who have a large number of surveys in the system, it may be useful to be able to set a variable to say 25 surveys displayed per page. This way it won't take a year to open a page which will list a large number of surveys. ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2005-08-10 08:17 Message: Logged In: YES user_id=198398 yes indeed. I'll start coding it for all lists. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-08-09 00:28 Message: Logged In: YES user_id=14116 This should be done in a general way that works for all the lists of surveys we have(edit, copy, purge, etc...) and should worked into the new UI for 2.0. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-28 08:45 Message: Logged In: YES user_id=198398 attached is a diff file of admin/include/where/results.inc with changes to allow a predefined number of survey links to appear in the "view results" page of phpESP. IN addition to the changes in this file please also add the following lines to your phpESP.ini.php file: // Number of surveys to list per page in results view: $ESPCONFIG['no_surveys'] = 15; ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-13 10:05 Message: Logged In: YES user_id=198398 This is worth implementing as I too have seen the effects of this and waiting for the page to load can be frustrating. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1008981&group_id=8956 |