| Anonymous | Login | Signup for a new account | 2013.05.19 11:01 CEST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000986 | [Piwigo] search | minor | always | 2009.05.05 10:59 | 2010.05.11 21:55 | ||
| Reporter | ddtddt | View Status | public | ||||
| Assigned To | ddtddt | ||||||
| Priority | normal | Resolution | fixed | Platform | |||
| Status | closed | OS | |||||
| Projection | none | OS Version | |||||
| ETA | none | Fixed in Version | 2.0.10 | Product Version | 2.0.9 | ||
| Target Version | 2.0.10 | Product Build | |||||
| Summary | 0000986: [admin maintenance screen] ability to clear *_search table | ||||||
| Description |
The search results are stored in a table for reuse (Today it is not the case) Add ability to empty the table in the maintenance of the administration of Piwigo |
||||||
| Steps To Reproduce | |||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| browser | any | ||||||
| Database engine and version | |||||||
| PHP version | |||||||
| Web server | Apache 1.3.x | ||||||
| Attached Files | |||||||
|
|
|||||||
Notes |
|
|
(0002588) ddtddt (administrator) 2009.05.05 11:35 |
in maintenance.php Add row 103: case 'search' : { $query = ' DELETE FROM '.SEARCH_TABLE.' ;'; pwg_query($query); break; } in maintenance.tpl add row 17 in admin.lang.php add $lang['Purge search history'] = 'Purge search history'; ex FR : $lang['Purge search history'] = 'Purger l\'historique des recherches'; |
|
(0002681) svn (reporter) 2009.07.04 21:05 |
[Subversion] r3516 by ddtddt on branch 2.0 -----[Subversion commit log]---------------------------------------------------- bug 986 branche 2 |
|
(0002683) ddtddt (administrator) 2009.07.04 21:22 |
[Subversion] r3615 / [Subversion] r3617 |
|
(0003508) ddtddt (administrator) 2010.03.09 18:08 |
URL doesn't give the section |
|
(0003509) svn (reporter) 2010.03.09 18:09 |
[Subversion] r5093 by ddtddt on branch 2.0 -----[Subversion commit log]---------------------------------------------------- [Branche2] bug:986 |
|
(0003510) svn (reporter) 2010.03.09 18:12 |
[Subversion] r5094 by ddtddt on trunk -----[Subversion commit log]---------------------------------------------------- [trunk] merge 5093 bug:986 |
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group Contact |