Skip to content

Commit

Permalink
Bump version to 1.5.0 - stable
Browse files Browse the repository at this point in the history
Moved admin CCS + Images to a better location
  • Loading branch information
jeroenvermeulen committed May 15, 2014
1 parent fb1c6ae commit 98ffdbc
Show file tree
Hide file tree
Showing 8 changed files with 79 additions and 26 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,13 @@
/php.ini.sample
/pkginfo
/shell
/skin/adminhtml/default
/skin/adminhtml/default/default/images/*
!/skin/adminhtml/default/default/images/jeroenvermeulen
/skin/adminhtml/default/default/lib
/skin/adminhtml/default/default/media
/skin/adminhtml/default/default/xmlconnect
/skin/adminhtml/default/default/*.css
/skin/adminhtml/default/default/*.ico
/skin/frontend
/skin/install
/var/cache
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,11 @@

### v1.4.2-beta

* Fixed issue #15: Autocomplete error on Solr3
* Fixed issue #15: Autocomplete error on Solr3

### v1.5.0

* The first "stable" version
* Added "Test Connection" button to configuration
* Added logos to configuration - Thanks @toonvd
* Added Dutch translations
26 changes: 23 additions & 3 deletions modman
Original file line number Diff line number Diff line change
@@ -1,11 +1,31 @@
## JeroenVermeulen_Solarium Extension - Solr search for Magento CE

# Extension Dir
app/code/community/JeroenVermeulen/Solarium/ app/code/community/JeroenVermeulen/Solarium/

# Frontend layout
app/design/frontend/base/default/layout/jeroenvermeulen/solarium.xml app/design/frontend/base/default/layout/jeroenvermeulen/solarium.xml

# Backend layout
app/design/adminhtml/default/default/layout/jeroenvermeulen/solarium.xml app/design/adminhtml/base/default/layout/jeroenvermeulen/solarium.xml

# Magento global configuration module XML
app/etc/modules/JeroenVermeulen_Solarium.xml app/etc/modules/JeroenVermeulen_Solarium.xml
js/solarium/autocomplete.js js/solarium/autocomplete.js

# Translation
app/locale/nl_NL/JeroenVermeulen_Solarium.csv app/locale/nl_NL/JeroenVermeulen_Solarium.csv

# JavaScript libraries
js/solarium/ js/solarium/

# The Solarium Library, by Bas de Nooijer
lib/Solarium/ lib/Solarium/

# The EventDispatcher component from the Symfony framework
lib/Symfony/Component/EventDispatcher/ lib/Symfony/Component/EventDispatcher/
skin/adminhtml/base/default/css/jeroenvermeulen/solarium.css skin/adminhtml/base/default/css/jeroenvermeulen/solarium.css
skin/adminhtml/base/default/images/jeroenvermeulen/ skin/adminhtml/base/default/images/jeroenvermeulen/

# Backend CSS File
skin/adminhtml/default/default/css/jeroenvermeulen/solarium.css skin/adminhtml/default/default/css/jeroenvermeulen/solarium.css

# Backend Image Files
skin/adminhtml/default/default/images/jeroenvermeulen/solarium/ skin/adminhtml/default/default/images/jeroenvermeulen/solarium/
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
* @copyright Copyright (c) 2014 Jeroen Vermeulen (http://www.jeroenvermeulen.eu)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
ul.tabs a.solarium-tab span:after,
ul.tabs a.solarium-tab:hover span:after{ content:url('../../images/jeroenvermeulen/solarium_small.png'); }
h3.solarium-header{ margin-top:-15px; }
.solarium-header:after { content:url('../../images/jeroenvermeulen/solarium_large.png'); }
ul.tabs a.solarium-tab span:after, ul.tabs a.solarium-tab:hover span:after {
content:url('../../images/jeroenvermeulen/solarium/logo_small.png'); }

h3.solarium-header { margin-top:-15px; }

.solarium-header:after { content:url('../../images/jeroenvermeulen/solarium/logo_large.png'); }
Binary file added var/connect/JeroenVermeulen_Solarium-1.5.0.tgz
Binary file not shown.
52 changes: 35 additions & 17 deletions var/connect/JeroenVermeulen_Solarium.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<_>
<form_key>LB001WPAnE44yhSJ</form_key>
<form_key>F1ORDmSGZQ9dcoTC</form_key>
<name>JeroenVermeulen_Solarium</name>
<channel>community</channel>
<version_ids>
Expand All @@ -22,14 +22,12 @@ Report bugs: https://github.com/jeroenvermeulen/magento-solarium/issues
</description>
<license>OSL-3.0</license>
<license_uri>http://opensource.org/licenses/osl-3.0.php</license_uri>
<version>1.4.2</version>
<stability>beta</stability>
<notes>Beta version.
Do not use on a production shop right away.

* Fixed issue #15: Autocomplete error on Solr3

You need to update the `schema.xml` on your Solr server to fix the issue.</notes>
<version>1.5.0</version>
<stability>stable</stability>
<notes> * The first &quot;stable&quot; version
* Added &quot;Test Connection&quot; button to configuration
* Added logos to configuration - Thanks @toonvd
* Added Dutch translations</notes>
<authors>
<name>
<name>Jeroen Vermeulen BVBA</name>
Expand Down Expand Up @@ -58,7 +56,7 @@ You need to update the `schema.xml` on your Solr server to fix the issue.</notes
<max/>
</max>
<files>
<files> </files>
<files> </files>
</files>
</package>
<extension>
Expand All @@ -75,31 +73,43 @@ You need to update the `schema.xml` on your Solr server to fix the issue.</notes
</depends>
<contents>
<target>
<target>magelocal</target>
<target>magecommunity</target>
<target>magedesign</target>
<target>magedesign</target>
<target>mageetc</target>
<target>mageweb</target>
<target>magelib</target>
<target>magelib</target>
<target>magedesign</target>
<target>mageweb</target>
<target>mageskin</target>
<target>mageskin</target>
<target>magecommunity</target>
<target>magelocale</target>
</target>
<path>
<path/>
<path>JeroenVermeulen/Solarium</path>
<path>frontend/base/default/layout/jeroenvermeulen/solarium.xml</path>
<path>adminhtml/default/default/layout/jeroenvermeulen/solarium.xml</path>
<path>modules/JeroenVermeulen_Solarium.xml</path>
<path>js/solarium</path>
<path>Solarium</path>
<path>Symfony/Component/EventDispatcher</path>
<path>frontend/base/default/layout/jeroenvermeulen/solarium.xml</path>
<path>js/solarium</path>
<path>adminhtml/default/default/css/jeroenvermeulen/solarium.css</path>
<path>adminhtml/default/default/images/jeroenvermeulen/solarium</path>
<path>JeroenVermeulen/Solarium</path>
<path>nl_NL/JeroenVermeulen_Solarium.csv</path>
</path>
<type>
<type>file</type>
<type>dir</type>
<type>file</type>
<type>file</type>
<type>file</type>
<type>dir</type>
<type>dir</type>
<type>dir</type>
<type>file</type>
<type>dir</type>
<type>dir</type>
<type>file</type>
</type>
<include>
<include/>
Expand All @@ -109,6 +119,10 @@ You need to update the `schema.xml` on your Solr server to fix the issue.</notes
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
</include>
<ignore>
<ignore/>
Expand All @@ -118,6 +132,10 @@ You need to update the `schema.xml` on your Solr server to fix the issue.</notes
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
</ignore>
</contents>
</_>

0 comments on commit 98ffdbc

Please sign in to comment.