tim-reynolds / magento-qconfig
Magento 配置快速搜索
Requires
This package is not auto-updated.
Last update: 2024-09-28 14:53:06 UTC
README
/**
* Open Source Initiative OSI - The MIT License (MIT):Licensing
*
* The MIT License (MIT)
* Copyright (c) 2012 Tim Reynolds
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
Magento 快速配置模块
我创建了此模块,以便使我的客户在 Magento 管理员的“系统 -> 配置”区域工作更加容易。使用 qsearch,您将获得一个文本框,可以搜索字段的标签和值,以匹配您的输入。不匹配的区域将被着色,让您可以快速准确地导航配置区域。简单而有效。
安装
将仓库克隆到您的计算机。将 src/ 目录的内容复制到您的 Magento 根目录。然后进入管理员并清除配置和布局缓存。
此模块已在 Community 1.7 和 Enterprise 1.12 上进行了测试。如果您有任何问题,请与我联系,但如许可证所述,此产品不提供任何保证。请在生产环境中推送之前在开发环境中进行测试!
待办事项
尚不支持具有源模型的单选/多选输入。我尝试过几次,但还没有一个让我满意的解决方案。如果您搜索“启用”,将找不到很多内容,因为实际值是“1”。此外,搜索国家/地区/区域文本名称不会工作,但搜索简码会(en_us 与 United States)。
不谦虚的自我宣传
我希望您喜欢这个模块。我还有几个其他模块想要回馈社区。如果您喜欢这个模块,并且需要在商业项目上获得帮助,请随时联系我。您可以通过 Reynolds.TimJ@gmail.com 或在 Twitter @razialx 上联系我。
动机和感谢
由于 Magento 社区对我非常棒,我决定以此作为一些小小的感谢。我早就想写这个,但总是很忙。最终的动力来自于 Alan Storm (@alanstorm, http://alanstorm.com) 发布了一个优秀的模块,可以使用键盘快速导航管理菜单。您还应该购买他关于 Magento 布局的电子书。我还要感谢其他伟大的社区成员(并请原谅我,我肯定会忘记很多):@VinaiKopp @fbrnc @sherrierohde @sparcksoft @kab8609 @benmarks @markshust @monocat @arush @b_ike @colinmollenhour @alistairstead @aschroder @cloudhead @zerkella @s3lf 和许多许多其他的人。感谢你们使这个成为最好的软件社区!