Pinned Repositories
AsyncIndex
composer-repository
Composer Repository for Magento Modules
E-MailPreview
This extension enables the merchants and developers to preview mail templates from the backend with real data.
EAVCleaner
Clean up your Magento database by removing orphaned, unused and wrongly added attribute, attribute values and settings (for M1)
GridControl
XML based Grid configuration
hackathon-casperjs
CasperJS tests on Magento
Hackathon_MageMonitoring
Magento Extension to get health of your Magento installation (Server, PHP, APC, Logs, Rewrites, Modules version installed ...)
HoneySpam
Spam protection module for customer registration, product review form and contact form.
magento-composer-installer
Composer installer for Magento modules
Sandfox_GeoIP
Connects MaxMind GeoIP DB to Magento
FireGento e. V. - Hackathons's Repositories
magento-hackathon/hackathon-casperjs
CasperJS tests on Magento
magento-hackathon/Implement-Module-for-prediction.io
There is a service called http://prediction.io/ which targets on predicting user behaviors. Could be very interesting for recommendation backend.
magento-hackathon/DiscountForATweet
magento-hackathon/Responsive-Email-Templates-with-CSS-Inliner
Idea from Kalen Jordan. We can take http://zurb.com/ink/ as a base.
magento-hackathon/Sandfox_IndexFix
magento-hackathon/HealthCheck
magento-hackathon/entitytype-manager
magento-hackathon/PaypalRoundBugfix
(hopefully) fixes the paypal cent bug
magento-hackathon/Hackathon_CustomUrls
This module allows you to make Magento routes like checkout/cart, customer/account, etc with your custom urls: mycart, myaccount.
magento-hackathon/Hackathon_StaticAssetsCache
Static assets, browser caches, HTTP headers which are an utter mess, CDNs and changing designs on websites... it all adds up to create an utter mess for anyone trying to deploy major changes to UI components of a website. CLS has built a customization which we include on all of our builds to version the combined CSS/JS assets used on a site (unfortunately it's not isolated and wouldn't make a good base for this). This has proved to be a major help. No waiting on a CDN to purge itself and no wondering how many clients are still seeing an old CSS file which may no longer match the current DOM structure. Extending this to reach all assets would be a stellar addition to core and benefit all merchants. Even something as simple as a timestamp stored in a cache record and then included URLs spit out to browsers would be an improvement. The trick is figuring out what method to use which works across all asset types, is compatible with origin CDN setups and is also reliable.
magento-hackathon/mage-git-info
Magento Module to show the git branch of the current Magento (possible switch branches as well)
magento-hackathon/gamification
pony
magento-hackathon/Sandfox_ExampleFPC
Sample Magento extension that implements simple FPC hole-punching based on Pixafy_ExampleFPC
magento-hackathon/MailGuard
magento-hackathon/Remote-Issue-Tracking
Adapt Magento's exception handling to allow for integration with 3rd party services such as http://bugsnag.com, Bitbucket, GitHub & YouTrack.
magento-hackathon/Shipping-rates-grid-in-Magento
I think it would be nice to have something like this https://github.com/thebod/Thebod_Shippingrates in magento, this modfication of Magento will allow nice and easy managment of shipping rates out of magento box.
magento-hackathon/CloudAssets
magento-hackathon/CMSTree
magento-hackathon/frontend-edit
magento-hackathon/Loewenstark_Acl
magento-hackathon/PDFCatalog
magento-hackathon/Firegento-ClockworkProvider
magento module for https://github.com/itsgoingd/clockwork-chrome
magento-hackathon/MultiServer
magento-hackathon/FrontendMonitoring
This module saves save events in the frontend to add points and badges
magento-hackathon/BetterGroupSwitcher
magento-hackathon/Replace-Extend-the-core-template-filter-system-to-allow-pluggable-directives-via-config-XML
Currently adding new directives to the template filter system involves rewriting the filter classes, but that is prone to conflict. The filter class should not contain any directives (or on a few core ones) and instead pull directives matching an interface in via the config system.
magento-hackathon/Sandfox_SitemapFix
magento-hackathon/CustomerReferral
This extension extends Extencion Created at the MM14ES - Kackathon
magento-hackathon/Implement-BCMath
As most people know, it's a horrible idea to use floating point numbers to represent currencies. For a more detailed explanation, see: http://stackoverflow.com/questions/3730019/why-not-use-double-or-float-to-represent-currency Let's get rid of rounding issues forever, and implement BC Math (Arbitrary Precision Mathemathics) to do currency related calculations: http://www.php.net/manual/en/book.bc.php
magento-hackathon/YoFo