The sole purpose of this repository is to maintain a collection of all the Symphony CMS extensions available from the official Downloads page or any other extensions that are being developed on GitHub, whether officially released or not.
To keep your collection up-to-date, just update the submodules. (Make sure your .git/config
file matches the submodule list at the bottom of this README to avoid any errors.)
git submodule update --init
Or in the odd case that this doesn't work (for whatever reason, Git complains that you're using the command improperly), use these separate commands, which do the same thing:
git submodule init
git submodule update
That should make things easier. If you create or discover any more, just fork, add and send a pull request to keep the library as current as possible.
Update: As of 10 October 2009, there are 134 extensions in the Unofficial Symphony CMS Extensions Library.
Name | Description | Version | Release Date | Author |
---|---|---|---|---|
A/B Split Test | Allows A/B split testing of a page. | 1.0 | 2008-08-07 | Mark Lewis |
Activity Log | 1.0.1 | 2009-05-19 | Rowan Lewis | |
Additional Page Types | Adds JSON and CSV as page output types | 0.1 | 2009-03-02 | Max Wheeler |
Admin CSS Override | 1.0 | 2009-05-31 | Michael Eichelsdoerfer | |
Admin Rainbow Headline | 1.0 | 2009-08-08 | Nils Werner | |
Advanced Symphony Database Connector (ASDC) | 1.2 | 2009-01-21 | Alistair Kearney | |
Akismet Spam Filtering | Allows you to add a spam filter to your front end saving events. | 1.3 | 2009-02-08 | Alistair Kearney |
Breadcrumb | 1.0 | 2009-01-02 | Alistair Kearney | |
Browse DevKit | 1.0.1 | 2009-05-20 | Rowan Lewis | |
CacheLite | Allows for simple frontend caching using the CacheLite library. | 0.1.5 | 2009-07-29 | Max Wheeler |
Calendar Overlay | Converts date fields into calendars. | 1.0.3 | 2009-04-02 | Rowan Lewis |
Can Of Spam | Protect your forms against spam with a hidden field. | 1.003 | 2009-02-18 | Rowan Lewis |
Clean URL Params | Allows you to use /key:value/ instead of ?key=value in URLs. | 1.0.0 | 2009-03-24 | Rowan Lewis |
Collapse Sectionfields | Add a link to collapse all fields in section edit pages, making field ordering a lot easier. | 1.0.1 | 2009-07-11 | Carsten de Vries |
Configuration Settings | Admin interface for Symphony System Preferences | 1.2 | 2009-08-12 | Stephen Bau |
Content Type Mappings | 1.3 | 2009-04-30 | Symphony Team | |
Cookie Monster | 1.1 | 2008-05-16 | Symphony Team | |
Cron | Symphony Extension that allows the automation of tasks via CRON | 1.0 | 2009-08-21 | Alistair Kearney |
DatabaseManipulator | PHP-level, SQL-like access to the database | 0.4 | 2009-01-21 | Your Hero Paul |
Database Synchroniser | Logs structural database changes to allow syncing between builds. | 0.6 | 2009-09-06 | Nick Dunn, Richard Warrender |
Data Source: Gravatar | 1.1 | 2008-10-21 | Nick Dunn | |
Data Source: Param Pool to XML | Adds parameter pool ($param) into your Page XML | 1.0 | 2009-09-23 | Nick Dunn |
Data Source: Server Headers | 1.1 | 2008-08-19 | Alistair Kearney | |
Data Source Cache | Force refresh of data source caches | 0.1 | 2009-02-23 | Nick Dunn |
Datestamp Helper | 1.0 | 2009-07-02 | Rainer Borene | |
Debug DevKit | 1.0.3 | 2009-07-24 | Rowan Lewis | |
Deutsche Ubersetzung | 1.0 | 2009-01-23 | Nils Hoerrmann | |
Duplicate Entry | Duplicate an existing entry using a "Save as New" button | 1.0 | 2009-09-23 | Nick Dunn |
Dynamic Event Redirect | 0.0.5 | 2009-04-01 | Max Wheeler | |
Entity Diagram | 1.3 | 2009-07-01 | Nick Dunn | |
EventEx: multiple section form submission | 1.01 | 2009-01-21 | Your Hero Paul | |
Export Ensemble | 1.9 | 2009-07-28 | Alistair Kearney | |
Export Install File | A modified Export Ensemble extension that exports only the workspace/install.sql file | 1.1 | 2009-07-10 | Stephen Bau |
Field: Address | A field for storing and geocoding address | 0.7 Beta | 2009-10-07 | Jeremy Boles |
Field: Advanced Taglist | 1.0 | 2009-01-21 | Alistair Kearney | |
Field: Advanced Upload | An enhanced upload field with image preview. | 1.004 | 2009-04-23 | Rowan Lewis |
Field: Bi Link | A bi-directional linking system for Symphony. | 1.0.11 | 2009-04-28 | Rowan Lewis |
Field: Character Counter Textarea | This extension installs a field for counting characters in textareas. | 1.1 | 2009-05-25 | Eoghan O'Brien |
Field: Character Counter Text Input | This extension installs a field for counting characters in text input. | 1.1.1 | 2009-05-25 | Eoghan O'Brien |
Field: Color Chooser | 1.1 | 2009-05-25 | Josh Nichols | |
Field: Curl Input | A field that validates and tests URLs with curl. | 1.0.4 | 2009-03-30 | Rowan Lewis |
Field: Date and Time | A date and time field for Symphony CMS allowing multiple dates and date ranges | 1.2 | 2009-08-26 | Nils Hoerrmann |
Field: Date Modified | 1.0 | 2009-10-05 | Craig Zheng | |
Field: Date Tag List | A new way of storing dates, merging a tag list with a date field. | 1.002 | 2008-12-05 | Rowan Lewis |
Field: Email | Symphony Extension that only accepts email addresses and provides a hash value in the XML | 1.0 | 2009-09-03 | Alistair Kearney |
Field: Enhanced Tag List | 1.2 | 2009-06-01 | Craig Zheng | |
Field: Expression | Define simple expressions and test values against them in a data source. | 1.0.3 | 2009-10-08 | Rowan Lewis |
Field: Filter | Allows to filter datasource and publishing with expressions and parameters. | 1.0 | 2009-03-12 | Marcin Konicki |
Field: Flex Date | A field that stores an expiry date allowing quick and easy manipulation. | 1.004 | 2009-03-19 | Rowan Lewis |
Field: Hash | 1.0 | 2008-04-13 | Symphony Team | |
Field: Image Cropper | Adds image cropping functionality to upload fields. | 0.1 | 2009-08-09 | Jonas Coch |
Field: Increment Number | 1.0 | 2008-12-19 | Nick Dunn | |
Field: Language | Adds browser-languages parameter to list of all parameters available for data-sources and XSLT to use. Enables language field. | 1.0 | 2009-03-04 | Marcin Konicki |
Field: Map Location | 1.0 | 2008-02-01 | Symphony Team | |
Field: Mediathek | 2.0 | 2009-08-11 | Nils Hoerrmann | |
Field: Medium Textarea | Extension of the default textarea field that stores data as `mediumtext` instead of `text`. | 1.0 | 2009-08-19 | Max Wheeler |
Field: Number | 1.4 | 2008-05-14 | Symphony Team | |
Field: Numeric Grouping | Group entries on output every nth entry. | 1.0.2 | 2009-03-30 | Rowan Lewis |
Field: Page Select Box | 1.2 | 2008-12-23 | Symphony Team | |
Field: Publish Notes | Lets you add arbitary HTML to the Publish screen. | 0.1.0 | 2009-07-29 | Max Wheeler |
Field: Reference Link | 1.1 | 2009-02-13 | Craig Zheng | |
Field: Reflection | Allows you to automatically combine multiple fields into one. | 1.0.6 | 2009-04-23 | Rowan Lewis |
Field: Repeating Date | A field that generates, stores and filters repeating dates. | 1.0.6 | 2009-05-15 | Rowan Lewis |
Field: Select Box Link | 1.10 | 2009-07-27 | Symphony Team | |
Field: Signed File Upload | 1.02 | 2009-07-31 | Tony Arnold | |
Field: Sub Section | Edit linked sections within a parent section. | 1.009 | 2009-01-29 | Rowan Lewis |
Field: System Date | 0.1 | 2009-08-05 | Alistair Kearney | |
Field: Text Box | An enhanced text input field. | 2.0.6 | 2009-07-24 | Rowan Lewis |
Field: Unique File Upload | Upload files with unique names, using the UNIX timestamp. | 1.0 | 2009-05-06 | Michael Eichelsdoerfer |
Field: Unique Text Input | 1.3 | 2008-12-12 | Symphony Team | |
Field: XML | Textarea field that only accepts valid XML | 1.0 | 2009-04-29 | Alistair Kearney |
Field: XML Select Box | 0.3.1 | 2009-09-07 | Nick Dunn | |
File Manager | Upload, Edit and manage files and folders. | 0.8.2 | 2008-01-31 | Alistair Kearney |
Filter: Email Template | 1.0.13 | 2008-04-01 | Rowan Lewis | |
Filter: No Editing of Entries | Allows you to prevent users from editing entries from front end forms. | 1.0 | 2009-06-12 | Nils Werner |
Firebug Profiler | View Symphony profile and debug information in Firebug. | 1.1 | 2009-05-05 | Nick Dunn |
Formatter: Rich Text (TinyMCE) | 1.01 | 2009-07-23 | Symphony Team | |
Formatter: Textile Plus | Format text using Textile with some extra features. | 1.0.2 | 2009-05-15 | Rowan Lewis |
Formatter: widgEditor | 0.1 | 2009-01-21 | Max Wheeler | |
Front End Authentication | 1.0 | 2008-09-24 | Symphony Team | |
Frontend Member Manager | Allows you to manage a member driven community. | 1.008 | 2009-03-18 | Rowan Lewis |
Global Parameter Loader | Allows you to add parameters, PHP evaluated or not, to Symphony's parameter pool. | 1.1.7 | 2009-05-24 | Carsten de Vries |
Global Resource Loader | Allows you to select datasources and events to be used on all pages. | 1.001 | 2009-01-08 | Rowan Lewis |
Google Custom Search Engine | Use Google AJAX Search API as data source in Symphony. | 2.3 | 2009-06-25 | Marcin Konicki |
HTML Formatter | Allows HTML to be used as input, safely. | 2.0.1 | 2009-06-26 | Rowan Lewis |
Import Manager | Import data from XML documents directly into Symphony. | 1.002 | 2009-01-06 | Rowan Lewis |
Improved Page Resolve | Pass parameters to index if none of them selects valid page. | 1.0 | 2009-03-02 | Marcin Konicki |
IP Location Lookup | 1.0 | 2008-05-04 | Alistair Kearney | |
JIT Image Manipulation | 1.02 | 2009-03-06 | Alistair Kearney | |
jQuery Date Picker | 1.1 | 2009-01-20 | Max Wheeler | |
Localisation Manager | A Symphony CMS Extension to manage back-end localisations. | 1.0 | 2009-09-13 | Nils Hoerrmann |
Logs DevKit | 1.0.1 | 2009-05-20 | Rowan Lewis | |
MailChimp | Supports subscribing a new address, first name, last name to your MailChimp account. | 1.0 | 2009-05-8 | Mark Lewis |
Maintenance Mode | 1.1 | 2009-01-27 | Alistair Kearney | |
Markdown and SmartyPants Text Formatter | Includes 3 Text Formatters: PHP Markdown, PHP Markdown Extra and PHP Markdown Extra plus SmartyPants. This Text-to-HTML conversion tool is developed by Michel Fortin. | 1.8 | 2007-12-06 | Alistair Kearney |
markItUp! | Add some basic text editor buttons to every textarea that is using one of supported formatters. | 1.0 | 2009-03-09 | Marcin Konicki |
Members | Front end authentication system for a members site | 1.0.1 | 2009-08-13 | Symphony Team |
Multiselect to Checkboxes | Convert all multiselect fields into checkboxes | 1.0 | 2009-05-17 | Fazal Khan |
Nested Cats | 1.0 | 2009-03-28 | Andrey Lubinov | |
New Visiter | Use to differentiate between new and repeat visitors. | 1.0 | 2009-04-12 | Mark Lewis |
Order Entries | 1.8 | 2009-09-28 | Nick Dunn | |
Page Fields | 1.0.3 | 2009-07-05 | Simon Keary | |
Pages Editor - Minimal | 1.0 | 2009-04-30 | Alistair Kearney | |
Page Templates | Create pages from predefined templates. | 0.7 | 2009-08-16 | Craig Zheng |
PayPal Payments | Allows you to process and track Website Payments Standard transactions from PayPal. | 1.0.1 | 2009-09-17 | Max Wheeler |
Ping-o-Matic | 1.1 | 2009-06-11 | Symphony Team | |
Populate Entry | Choose an existing entry and with its existing values create a new entry. | 1.0.2 | 2009-01-21 | Carsten de Vries |
Profile DevKit | 1.0.1 | 2009-05-20 | Rowan Lewis | |
Publish Filtering | Add a filter box to publish index pages. | 1.2 | 2009-07-14 | Nick Dunn |
reCAPTCHA | This is an event that uses the reCAPTCHA service to help prevent spam. | 1.0 | 2008-05-07 | Symphony Team |
Section Schemas | 1.2 | 2009-04-16 | Nick Dunn | |
Select Box Filter | Automatically add a filter to select boxes. | 1.0.0 | 2009-03-23 | Rowan Lewis |
SEO Manager | Manage page titles, descriptions, keywords and even headers. | 1.002 | 2008-12-11 | Rowan Lewis |
Session Monster | 1.0 | 2008-05-12 | Symphony Team | |
Shell | Symphony Extensions that allows running commands from the command line | 0.3 | 2008-08-18 | Alistair Kearney |
Shrimp | Intelligent short URL redirection. | 1.0.0 | 2009-07-01 | Max Wheeler |
Site Name | Symphony System Preference for modifying the site name | 1.0 | 2009-01-02 | Stephen Bau |
Static Section | 1.2 | 2009-08-07 | Nathan Martin | |
Templated Text Formatters | Allows to chain text formatters into one text formatter and/or create new text formatters based on installed templates. For example You can chain Markdown and BBCode text formatters, so text will be formatted by Markdown first and than by BBCode. | 1.5 | 2009-06-25 | Marcin Konicki |
Textformatter Labels | 1.0.1 | 2009-06-25 | Michael Eichelsdoerfer | |
Translation Manager | Import and export translation files, check state of translations. | 0.9 | 2008-12-24 | Marcin Konicki |
Typogrify Text Formatters | Format entries using Typogrify formatter | 1.0.1 | 2008-03-23 | Tony Arnold |
Uploadify | Add an upload progress bar to file uploads. | 1.000 | 2009-02-26 | Nick Dunn |
URL Segments | Outputs all URL segments as params. | 1.0.1 | 2009-09-16 | Max Wheeler |
Version | Symphony System Preference for viewing the currently installed version of Symphony | 1.0 | 2009-08-11 | Stephen Bau |
Vimeo Videos | Cache a video from Vimeo. | 0.1 | 2009-02-23 | Nick Dunn |
Yahoo! Search BOSS | Use Yahoo! Search BOSS API as data source in Symphony. | 1.3 | 2009-06-25 | Marcin Konicki |
A listing of all the Symphony CMS Extensions by name
- A/B Split Test | git://github.com/lewiswharf/ab_split_test.git
- Activity Log | git://github.com/rowan-lewis/activitylog.git
- Additional Page Types | git://github.com/makenosound/additional_page_types.git
- Address Field | git://github.com/jeremyboles/symphony-address_field.git
- Admin CSS Override | git://github.com/michael-e/admin_css_override.git
- Admin Rainbow Headline | git://github.com/phoque/admin_rainbow_headline.git
- Advanced Symphony Database Connector (ASDC) | git://github.com/pointybeard/asdc.git
- Advanced Taglist | git://github.com/pointybeard/advancedtaglist.git
- Advanced Upload Field | git://github.com/rowan-lewis/advanceduploadfield.git
- Akismet | git://github.com/pointybeard/akismet.git
- Bi-Link Field | git://github.com/rowan-lewis/bilinkfield.git
- Breadcrumb | git://github.com/pointybeard/breadcrumb.git
- Browse DevKit | git://github.com/rowan-lewis/browsedevkit.git
- CacheLite | git://github.com/makenosound/cachelite.git
- Calendar Overlay | git://github.com/rowan-lewis/calendaroverlay.git
- Can of Spam Filter | git://github.com/rowan-lewis/canofspam.git
- Clean URL Parameters | git://github.com/rowan-lewis/cleanurlparams.git
- Character Counter Text Input | git://github.com/eoghanobrien/sym_charactercount_textinput.git
- Character Counter Textarea | git://github.com/eoghanobrien/sym_charactercount_textarea.git
- Collapse Section Fields | git://github.com/carsten/collapse_sectionfields.git
- Color Chooser Field | git://github.com/MrBlank/symphony_color_chooser.git
- Configuration Settings | git://github.com/bauhouse/configuration.git
- Content Type Mappings | git://github.com/pointybeard/content_type_mappings.git
- Cookie Monster | git://github.com/pointybeard/cookiemonster.git
- Cron | git://github.com/pointybeard/cron.git
- Curl Input Field | git://github.com/rowan-lewis/curlinputfield.git
- DatabaseManipulator | git://github.com/yourheropaul/databasemanipulator.git
- Database Synchroniser | git://github.com/nickdunn/db_sync.git
- Data Source Cache | git://github.com/nickdunn/datasource_cache.git
- Datestamp Helper | git://github.com/rainerborene/datestamp_helper.git
- Date Modified Field | git://github.com/czheng/datemodified.git
- Date and Time Field | git://github.com/nilshoerrmann/datetime.git
- Date Tag List Field | git://github.com/rowan-lewis/datetaglistfield.git
- Debug DevKit | git://github.com/symphony/debugdevkit.git
- Downloadable Page Type | git://github.com/ashooner/Downloadable-Page-Type.git
- Duplicate Entry | git://github.com/nickdunn/duplicate_entry.git
- Dynamic Event Redirect | git://github.com/makenosound/dynamic_event_redirect.git
- Email Field | git://github.com/pointybeard/email_field.git
- Email Template Filter | git://github.com/rowan-lewis/emailtemplatefilter.git
- Enable Tabkey | git://github.com/phoque/Symphony-Enable-Tabkey.git
- Enhanced Tag List | git://github.com/czheng/enhancedtaglist.git
- Entity Diagram | git://github.com/nickdunn/entity_diagram.git
- Export Ensemble | git://github.com/pointybeard/export_ensemble.git
- Export Install File | git://github.com/bauhouse/export_install_file.git
- Expression Field | git://github.com/rowan-lewis/expressionfield.git
- EventEx | git://github.com/yourheropaul/eventex.git
- File Manager | git://github.com/pointybeard/filemanager.git
- Filter Field | git://github.com/ahwayakchih/filterfield.git
- Firebug Profiler | git://github.com/nickdunn/firebug_profiler.git
- Flex Date Field | git://github.com/rowan-lewis/flexdatefield.git
- Front End Authentication | git://github.com/pointybeard/frontend_authentication.git
- Frontend Member Manager | git://github.com/rowan-lewis/frontendmembermanager.git
- German | git://github.com/nilshoerrmann/german.git
- Global Parameter Loader | git://github.com/carsten/globalparamloader.git
- Global Resource Loader | git://github.com/rowan-lewis/globalresourceloader.git
- Google Custom Search Engine | git://github.com/ahwayakchih/gcse.git
- Gravatar | git://github.com/nickdunn/gravatar.git
- Hash Field | git://github.com/pointybeard/hashfield.git
- HTML Formatter | git://github.com/rowan-lewis/htmlformatter.git
- Image Cropper Field | git://github.com/klaftertief/imagecropper.git
- Import Manager | git://github.com/rowan-lewis/importmanager.git
- Improved Page Resolve | git://github.com/ahwayakchih/improvedpageresolve.git
- Increment Number Field | git://github.com/nickdunn/incrementnumberfield.git
- IP Location Lookup | git://github.com/pointybeard/iplocation_lookup.git
- jQuery for Symphony 2.0.2 | git://github.com/phoque/jQueryfor202.git
- jQuery Date Picker | git://github.com/makenosound/jquery_date_picker.git
- Just In Time (JIT) Image Manipulation | git://github.com/pointybeard/jit_image_manipulation.git
- Language Field | git://github.com/ahwayakchih/languagefield.git
- Library (ConfigurationAccessor class) | git://github.com/bauhouse/library.git
- Localisation Manager | git://github.com/nilshoerrmann/localisationmanager.git
- Logs DevKit | git://github.com/rowan-lewis/logsdevkit.git
- MailChimp | git://github.com/lewiswharf/mailchimp.git
- Maintenance Mode | git://github.com/pointybeard/maintenance_mode.git
- Map Location Field | git://github.com/pointybeard/maplocationfield.git
- Markdown and SmartyPants Text Formatter | git://github.com/pointybeard/markdown.git
- markItUp! | git://github.com/ahwayakchih/markitup.git
- Mass Upload Utility | git://github.com/scottkf/mass-upload-utility.git
- Mediathek | git://github.com/nilshoerrmann/mediathek.git
- Medium Textarea Field | git://github.com/makenosound/mediumtextareafield.git
- Members | git://github.com/bauhouse/members.git
- Multiselect to Checkboxes | git://github.com/Demwunz/multiselect_to_checkboxes.git
- New Visiter | git://github.com/lewiswharf/new_visiter.git
- Nested Categories | git://github.com/andrrr/nested_cats.git
- No Editing of Entries Filter | git://github.com/phoque/NoEditing.git
- Number Field | git://github.com/pointybeard/numberfield.git
- Numeric Grouping Field | git://github.com/rowan-lewis/numericgroupingfield.git
- Order Entries | git://github.com/nickdunn/order_entries.git
- Page Fields | git://github.com/skeary/page_fields.git
- Page Templates | git://github.com/czheng/pagetemplates.git
- Pages Editor Minimal | git://github.com/pointybeard/pages_editor_minimal.git
- Page Select Box Field | git://github.com/pointybeard/pagesfield.git
- Param Pool to XML | git://github.com/nickdunn/parampool_to_xml.git
- PayPal Payments | git://github.com/makenosound/paypal_payments.git
- Pessimistic Database Locking | git://github.com/scottkf/pessimistic-db-locking.git
- Ping-o-matic | git://github.com/nickdunn/pingomatic.git
- Populate Entry | git://github.com/carsten/populate_entry.git
- Profile DevKit | git://github.com/rowan-lewis/profiledevkit.git
- Publish Filtering | git://github.com/nickdunn/publishfiltering.git
- Publish Notes Field | git://github.com/makenosound/publishnotesfield.git
- ReCAPTCHA | git://github.com/pointybeard/recaptcha.git
- Reference Link | git://github.com/czheng/referencelink.git
- Reflection Field | git://github.com/rowan-lewis/reflectionfield.git
- Repeating Date Field | git://github.com/rowan-lewis/repeatingdatefield.git
- Rich Text (TinyMCE) Text Formatter | git://github.com/pointybeard/richtext_tinymce.git
- Section Schemas | git://github.com/nickdunn/section_schemas.git
- Select Box Filter | git://github.com/rowan-lewis/selectboxfilter.git
- Select Box Link Field | git://github.com/pointybeard/selectbox_link_field.git
- SEO Manager | git://github.com/rowan-lewis/seomanager.git
- Server Headers | git://github.com/pointybeard/serverheaders.git
- Session Monster | git://github.com/pointybeard/sessionmonster.git
- Shell | git://github.com/pointybeard/shell.git
- Shrimp | git://github.com/makenosound/shrimp.git
- Signed File Upload Field | git://github.com/tonyarnold/signedfileuploadfield.git
- Site Name | git://github.com/bauhouse/sitename.git
- Static Section Field | git://github.com/knupska/static_section.git
- Sub Section Field | git://github.com/rowan-lewis/subsectionfield.git
- System Date Field | git://github.com/pointybeard/system_date_field.git
- Templated Text Formatters | git://github.com/ahwayakchih/templatedtextformatters.git
- Text Box Field | git://github.com/rowan-lewis/textboxfield.git
- Textformatter Labels | git://github.com/michael-e/textformatter_labels.git
- Textile Plus Formatter | git://github.com/rowan-lewis/textileplusformatter.git
- Time Field | git://github.com/pointybeard/extension--time-field.git
- Translation Manager | git://github.com/ahwayakchih/translationmanager.git
- Typogrify | git clone git://github.com/tonyarnold/typogrify.git
- Unique File Upload Field | git://github.com/michael-e/uniqueuploadfield.git
- Unique Text Input Field | git://github.com/pointybeard/uniqueinputfield.git
- Uploadify | git://github.com/nickdunn/uploadify.git
- URL Segments | git://github.com/makenosound/url_segments.git
- Version | git://github.com/bauhouse/version.git
- Vimeo Videos | git://github.com/nickdunn/vimeo_videos.git
- widgEditor Text Formatter | git://github.com/makenosound/widgeditor.git
- XML Field | git://github.com/pointybeard/xmlfield.git
- XML Select Box | git://github.com/nickdunn/xml_selectbox.git
- Yahoo! Search BOSS | git://github.com/ahwayakchih/ysboss.git
Following is the list of Git submodule commands used to build this library:
git submodule add git://github.com/ahwayakchih/filterfield.git filterfield
git submodule add git://github.com/ahwayakchih/gcse.git gcse
git submodule add git://github.com/ahwayakchih/improvedpageresolve.git improvedpageresolve
git submodule add git://github.com/ahwayakchih/languagefield.git languagefield
git submodule add git://github.com/ahwayakchih/markitup.git markitup
git submodule add git://github.com/ahwayakchih/templatedtextformatters.git templatedtextformatters
git submodule add git://github.com/ahwayakchih/translationmanager.git translationmanager
git submodule add git://github.com/ahwayakchih/ysboss.git ysboss
git submodule add git://github.com/andrrr/nested_cats.git nested_cats
git submodule add git://github.com/ashooner/Downloadable-Page-Type.git Downloadable-Page-Type
git submodule add git://github.com/bauhouse/configuration.git configuration
git submodule add git://github.com/bauhouse/export_install_file.git export_install_file
git submodule add git://github.com/bauhouse/library.git library
git submodule add git://github.com/bauhouse/members.git members
git submodule add git://github.com/bauhouse/sitename.git sitename
git submodule add git://github.com/bauhouse/version.git version
git submodule add git://github.com/carsten/collapse_sectionfields.git collapse_sectionfields
git submodule add git://github.com/carsten/globalparamloader.git globalparamloader
git submodule add git://github.com/carsten/populate_entry.git populate_entry
git submodule add git://github.com/czheng/datemodified.git datemodified
git submodule add git://github.com/czheng/enhancedtaglist.git enhancedtaglist
git submodule add git://github.com/czheng/pagetemplates.git pagetemplates
git submodule add git://github.com/czheng/referencelink.git referencelink
git submodule add git://github.com/Demwunz/multiselect_to_checkboxes.git multiselect_to_checkboxes
git submodule add git://github.com/eoghanobrien/sym_charactercount_textarea.git charactercount_textarea
git submodule add git://github.com/eoghanobrien/sym_charactercount_textinput.git charactercounter_textinput
git submodule add git://github.com/jeremyboles/symphony-address_field.git address_field
git submodule add git://github.com/klaftertief/imagecropper.git imagecropper
git submodule add git://github.com/knupska/static_section.git static_section
git submodule add git://github.com/lewiswharf/ab_split_test.git ab_split_test
git submodule add git://github.com/lewiswharf/mailchimp.git mailchimp
git submodule add git://github.com/lewiswharf/new_visiter.git new_visiter
git submodule add git://github.com/makenosound/additional_page_types.git additional_page_types
git submodule add git://github.com/makenosound/cachelite.git cachelite
git submodule add git://github.com/makenosound/dynamic_event_redirect.git dynamic_event_redirect
git submodule add git://github.com/makenosound/jquery_date_picker.git jquery_date_picker
git submodule add git://github.com/makenosound/mediumtextareafield.git mediumtextareafield
git submodule add git://github.com/makenosound/paypal_payments.git paypal_payments
git submodule add git://github.com/makenosound/publishnotesfield.git publishnotesfield
git submodule add git://github.com/makenosound/shrimp.git shrimp
git submodule add git://github.com/makenosound/url_segments.git url_segments
git submodule add git://github.com/makenosound/widgeditor.git widgeditor
git submodule add git://github.com/michael-e/admin_css_override.git admin_css_override
git submodule add git://github.com/michael-e/textformatter_labels.git textformatter_labels
git submodule add git://github.com/michael-e/uniqueuploadfield.git uniqueuploadfield
git submodule add git://github.com/MrBlank/symphony_color_chooser.git color_chooser_field
git submodule add git://github.com/nickdunn/datasource_cache.git datasource_cache
git submodule add git://github.com/nickdunn/db_sync.git db_sync
git submodule add git://github.com/nickdunn/duplicate_entry.git duplicate_entry
git submodule add git://github.com/nickdunn/entity_diagram.git entity_diagram
git submodule add git://github.com/nickdunn/firebug_profiler.git firebug_profiler
git submodule add git://github.com/nickdunn/gravatar.git gravatar
git submodule add git://github.com/nickdunn/incrementnumberfield.git incrementnumberfield
git submodule add git://github.com/nickdunn/order_entries.git order_entries
git submodule add git://github.com/nickdunn/parampool_to_xml.git parampool_to_xml
git submodule add git://github.com/nickdunn/pingomatic.git pingomatic
git submodule add git://github.com/nickdunn/publishfiltering.git publishfiltering
git submodule add git://github.com/nickdunn/section_schemas.git section_schemas
git submodule add git://github.com/nickdunn/uploadify.git uploadify
git submodule add git://github.com/nickdunn/vimeo_videos.git vimeo_videos
git submodule add git://github.com/nickdunn/xml_selectbox.git xml_selectbox
git submodule add git://github.com/nilshoerrmann/datetime.git datetime
git submodule add git://github.com/nilshoerrmann/german.git german
git submodule add git://github.com/nilshoerrmann/localisationmanager.git localisationmanager
git submodule add git://github.com/nilshoerrmann/mediathek.git mediathek
git submodule add git://github.com/phoque/admin_rainbow_headline.git admin_rainbow_headline
git submodule add git://github.com/phoque/EnableTabkey.git EnableTabkey
git submodule add git://github.com/phoque/jQueryfor202.git jQueryfor202
git submodule add git://github.com/phoque/NoEditing.git NoEditing
git submodule add git://github.com/pointybeard/advancedtaglist.git advancedtaglist
git submodule add git://github.com/pointybeard/akismet.git akismet
git submodule add git://github.com/pointybeard/asdc.git asdc
git submodule add git://github.com/pointybeard/breadcrumb.git breadcrumb
git submodule add git://github.com/pointybeard/content_type_mappings.git content_type_mappings
git submodule add git://github.com/pointybeard/cookiemonster.git cookiemonster
git submodule add git://github.com/pointybeard/cron.git cron
git submodule add git://github.com/pointybeard/email_field.git email_field
git submodule add git://github.com/pointybeard/export_ensemble.git export_ensemble
git submodule add git://github.com/pointybeard/extension--time-field.git extension--time-field
git submodule add git://github.com/pointybeard/filemanager.git filemanager
git submodule add git://github.com/pointybeard/frontend_authentication.git frontend_authentication
git submodule add git://github.com/pointybeard/hashfield.git hashfield
git submodule add git://github.com/pointybeard/iplocation_lookup.git iplocation_lookup
git submodule add git://github.com/pointybeard/jit_image_manipulation.git jit_image_manipulation
git submodule add git://github.com/pointybeard/maintenance_mode.git maintenance_mode
git submodule add git://github.com/pointybeard/maplocationfield.git maplocationfield
git submodule add git://github.com/pointybeard/markdown.git markdown
git submodule add git://github.com/pointybeard/numberfield.git numberfield
git submodule add git://github.com/pointybeard/pages_editor_minimal.git pages_editor_minimal
git submodule add git://github.com/pointybeard/pagesfield.git pagesfield
git submodule add git://github.com/pointybeard/recaptcha.git recaptcha
git submodule add git://github.com/pointybeard/richtext_tinymce.git richtext_tinymce
git submodule add git://github.com/pointybeard/selectbox_link_field.git selectbox_link_field
git submodule add git://github.com/pointybeard/serverheaders.git serverheaders
git submodule add git://github.com/pointybeard/sessionmonster.git sessionmonster
git submodule add git://github.com/pointybeard/shell.git shell
git submodule add git://github.com/pointybeard/system_date_field.git system_date_field
git submodule add git://github.com/pointybeard/richtext_tinymce.git richtext_tinymce
git submodule add git://github.com/pointybeard/uniqueinputfield.git uniqueinputfield
git submodule add git://github.com/pointybeard/xmlfield.git xmlfield
git submodule add git://github.com/rainerborene/datestamp_helper.git datestamp_helper
git submodule add git://github.com/rowan-lewis/activitylog.git activitylog
git submodule add git://github.com/rowan-lewis/advanceduploadfield.git advanceduploadfield
git submodule add git://github.com/rowan-lewis/bilinkfield.git bilinkfield
git submodule add git://github.com/rowan-lewis/browsedevkit.git browsedevkit
git submodule add git://github.com/rowan-lewis/calendaroverlay.git calendaroverlay
git submodule add git://github.com/rowan-lewis/canofspam.git canofspam
git submodule add git://github.com/rowan-lewis/cleanurlparams.git cleanurlparams
git submodule add git://github.com/rowan-lewis/curlinputfield.git curlinputfield
git submodule add git://github.com/rowan-lewis/datetaglistfield.git datetaglistfield
git submodule add git://github.com/rowan-lewis/emailtemplatefilter.git emailtemplatefilter
git submodule add git://github.com/rowan-lewis/expressionfield.git expressionfield
git submodule add git://github.com/rowan-lewis/flexdatefield.git flexdatefield
git submodule add git://github.com/rowan-lewis/frontendmembermanager.git frontendmembermanager
git submodule add git://github.com/rowan-lewis/globalresourceloader.git globalresourceloader
git submodule add git://github.com/rowan-lewis/htmlformatter.git htmlformatter
git submodule add git://github.com/rowan-lewis/logsdevkit.git logsdevkit
git submodule add git://github.com/rowan-lewis/numericgroupingfield.git numericgroupingfield
git submodule add git://github.com/rowan-lewis/reflectionfield.git reflectionfield
git submodule add git://github.com/rowan-lewis/repeatingdatefield.git repeatingdatefield
git submodule add git://github.com/rowan-lewis/selectboxfilter.git selectboxfilter
git submodule add git://github.com/rowan-lewis/seomanager.git seomanager
git submodule add git://github.com/rowan-lewis/subsectionfield.git subsectionfield
git submodule add git://github.com/rowan-lewis/textboxfield.git textboxfield
git submodule add git://github.com/rowan-lewis/textileplusformatter.git textileplusformatter
git submodule add git://github.com/scottkf/mass-upload-utility.git mass-upload-utility
git submodule add git://github.com/scottkf/pessimistic-db-locking.git pessimistic-db-locking
git submodule add git://github.com/skeary/page_fields.git page_fields
git submodule add git://github.com/symphony/debugdevkit.git debugdevkit
git submodule add git://github.com/symphony/profiledevkit.git profiledevkit
git submodule add git://github.com/tonyarnold/signedfileuploadfield.git signedfileuploadfield
git submodule add git://github.com/tonyarnold/typogrify.git typogrify
git submodule add git://github.com/yourheropaul/databasemanipulator.git databasemanipulator
git submodule add git://github.com/yourheropaul/eventex.git eventex
Be sure that your extensions library has an up-to-date .git/config
file,
or you'll run into errors when running git submodule update --init
:
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
autocrlf = false
[remote "origin"]
url = git@github.com:bauhouse/extensions.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[submodule "ab_split_test"]
url = git://github.com/lewiswharf/ab_split_test.git
[submodule "activitylog"]
url = git://github.com/rowan-lewis/activitylog.git
[submodule "additional_page_types"]
url = git://github.com/makenosound/additional_page_types.git
[submodule "address_field"]
url = git://github.com/jeremyboles/symphony-address_field.git
[submodule "admin_css_override"]
url = git://github.com/michael-e/admin_css_override.git
[submodule "admin_rainbow_headline"]
url = git://github.com/phoque/admin_rainbow_headline.git
[submodule "advancedtaglist"]
url = git://github.com/pointybeard/advancedtaglist.git
[submodule "advanceduploadfield"]
url = git://github.com/rowan-lewis/advanceduploadfield.git
[submodule "akismet"]
url = git://github.com/pointybeard/akismet.git
[submodule "asdc"]
url = git://github.com/pointybeard/asdc.git
[submodule "bilinkfield"]
url = git://github.com/rowan-lewis/bilinkfield.git
[submodule "breadcrumb"]
url = git://github.com/pointybeard/breadcrumb.git
[submodule "browsedevkit"]
url = git://github.com/rowan-lewis/browsedevkit.git
[submodule "cachelite"]
url = git://github.com/makenosound/cachelite.git
[submodule "calendaroverlay"]
url = git://github.com/rowan-lewis/calendaroverlay.git
[submodule "canofspam"]
url = git://github.com/rowan-lewis/canofspam.git
[submodule "charactercount_textarea"]
url = git://github.com/eoghanobrien/sym_charactercount_textarea.git
[submodule "charactercounter_textinput"]
url = git://github.com/eoghanobrien/sym_charactercount_textinput.git
[submodule "cleanurlparams"]
url = git://github.com/rowan-lewis/cleanurlparams.git
[submodule "collapse_sectionfields"]
url = git://github.com/carsten/collapse_sectionfields.git
[submodule "color_chooser_field"]
url = git://github.com/MrBlank/symphony_color_chooser.git
[submodule "configuration"]
url = git://github.com/bauhouse/configuration.git
[submodule "content_type_mappings"]
url = git://github.com/pointybeard/content_type_mappings.git
[submodule "cookiemonster"]
url = git://github.com/pointybeard/cookiemonster.git
[submodule "cron"]
url = git://github.com/pointybeard/cron.git
[submodule "curlinputfield"]
url = git://github.com/rowan-lewis/curlinputfield.git
[submodule "databasemanipulator"]
url = git://github.com/yourheropaul/databasemanipulator.git
[submodule "datasource_cache"]
url = git://github.com/nickdunn/datasource_cache.git
[submodule "datemodified"]
url = git://github.com/czheng/datemodified.git
[submodule "datestamp_helper"]
url = git://github.com/rainerborene/datestamp_helper.git
[submodule "datetaglistfield"]
url = git://github.com/rowan-lewis/datetaglistfield.git
[submodule "datetime"]
url = git://github.com/nilshoerrmann/datetime.git
[submodule "db_sync"]
url = git://github.com/nickdunn/db_sync.git
[submodule "debugdevkit"]
url = git://github.com/symphony/debugdevkit.git
[submodule "Downloadable-Page-Type"]
url = git://github.com/ashooner/Downloadable-Page-Type.git
[submodule "duplicate_entry"]
url = git://github.com/nickdunn/duplicate_entry.git
[submodule "dynamic_event_redirect"]
url = git://github.com/makenosound/dynamic_event_redirect.git
[submodule "email_field"]
url = git://github.com/pointybeard/email_field.git
[submodule "emailtemplatefilter"]
url = git://github.com/rowan-lewis/emailtemplatefilter.git
[submodule "EnableTabkey"]
url = git://github.com/phoque/EnableTabkey.git
[submodule "enhancedtaglist"]
url = git://github.com/czheng/enhancedtaglist.git
[submodule "entity_diagram"]
url = git://github.com/nickdunn/entity_diagram.git
[submodule "eventex"]
url = git://github.com/yourheropaul/eventex.git
[submodule "export_ensemble"]
url = git://github.com/pointybeard/export_ensemble.git
[submodule "export_install_file"]
url = git://github.com/bauhouse/export_install_file.git
[submodule "expressionfield"]
url = git://github.com/rowan-lewis/expressionfield.git
[submodule "extension--time-field"]
url = git://github.com/pointybeard/extension--time-field.git
[submodule "filemanager"]
url = git://github.com/pointybeard/filemanager.git
[submodule "filterfield"]
url = git://github.com/ahwayakchih/filterfield.git
[submodule "firebug_profiler"]
url = git://github.com/nickdunn/firebug_profiler.git
[submodule "flexdatefield"]
url = git://github.com/rowan-lewis/flexdatefield.git
[submodule "frontend_authentication"]
url = git://github.com/pointybeard/frontend_authentication.git
[submodule "frontendmembermanager"]
url = git://github.com/rowan-lewis/frontendmembermanager.git
[submodule "gcse"]
url = git://github.com/ahwayakchih/gcse.git
[submodule "german"]
url = git://github.com/nilshoerrmann/german.git
[submodule "globalparamloader"]
url = git://github.com/carsten/globalparamloader.git
[submodule "globalresourceloader"]
url = git://github.com/rowan-lewis/globalresourceloader.git
[submodule "gravatar"]
url = git://github.com/nickdunn/gravatar.git
[submodule "hashfield"]
url = git://github.com/pointybeard/hashfield.git
[submodule "htmlformatter"]
url = git://github.com/rowan-lewis/htmlformatter.git
[submodule "imagecropper"]
url = git://github.com/klaftertief/imagecropper.git
[submodule "importmanager"]
url = git://github.com/rowan-lewis/importmanager.git
[submodule "improvedpageresolve"]
url = git://github.com/ahwayakchih/improvedpageresolve.git
[submodule "incrementnumberfield"]
url = git://github.com/nickdunn/incrementnumberfield.git
[submodule "iplocation_lookup"]
url = git://github.com/pointybeard/iplocation_lookup.git
[submodule "jit_image_manipulation"]
url = git://github.com/pointybeard/jit_image_manipulation.git
[submodule "jquery_date_picker"]
url = git://github.com/makenosound/jquery_date_picker.git
[submodule "jQueryfor202"]
url = git://github.com/phoque/jQueryfor202.git
[submodule "languagefield"]
url = git://github.com/ahwayakchih/languagefield.git
[submodule "library"]
url = git://github.com/bauhouse/library.git
[submodule "localisationmanager"]
url = git://github.com/nilshoerrmann/localisationmanager.git
[submodule "logsdevkit"]
url = git://github.com/rowan-lewis/logsdevkit.git
[submodule "mailchimp"]
url = git://github.com/lewiswharf/mailchimp.git
[submodule "maintenance_mode"]
url = git://github.com/pointybeard/maintenance_mode.git
[submodule "maplocationfield"]
url = git://github.com/pointybeard/maplocationfield.git
[submodule "markdown"]
url = git://github.com/pointybeard/markdown.git
[submodule "markitup"]
url = git://github.com/ahwayakchih/markitup.git
[submodule "mass-upload-utility"]
url = git://github.com/scottkf/mass-upload-utility.git
[submodule "mediathek"]
url = git://github.com/nilshoerrmann/mediathek.git
[submodule "mediumtextareafield"]
url = git://github.com/makenosound/mediumtextareafield.git
[submodule "members"]
url = git://github.com/bauhouse/members.git
[submodule "multiselect_to_checkboxes"]
url = git://github.com/Demwunz/multiselect_to_checkboxes.git
[submodule "nested_cats"]
url = git://github.com/andrrr/nested_cats.git
[submodule "new_visiter"]
url = git://github.com/lewiswharf/new_visiter.git
[submodule "NoEditing"]
url = git://github.com/phoque/NoEditing.git
[submodule "numberfield"]
url = git://github.com/pointybeard/numberfield.git
[submodule "numericgroupingfield"]
url = git://github.com/rowan-lewis/numericgroupingfield.git
[submodule "order_entries"]
url = git://github.com/nickdunn/order_entries.git
[submodule "page_fields"]
url = git://github.com/skeary/page_fields.git
[submodule "pages_editor_minimal"]
url = git://github.com/pointybeard/pages_editor_minimal.git
[submodule "pagesfield"]
url = git://github.com/pointybeard/pagesfield.git
[submodule "pagetemplates"]
url = git://github.com/czheng/pagetemplates.git
[submodule "parampool_to_xml"]
url = git://github.com/nickdunn/parampool_to_xml.git
[submodule "paypal_payments"]
url = git://github.com/makenosound/paypal_payments.git
[submodule "pessimistic-db-locking"]
url = git://github.com/scottkf/pessimistic-db-locking.git
[submodule "pingomatic"]
url = git://github.com/nickdunn/pingomatic.git
[submodule "populate_entry"]
url = git://github.com/carsten/populate_entry.git
[submodule "profiledevkit"]
url = git://github.com/symphony/profiledevkit.git
[submodule "publishfiltering"]
url = git://github.com/nickdunn/publishfiltering.git
[submodule "publishnotesfield"]
url = git://github.com/makenosound/publishnotesfield.git
[submodule "recaptcha"]
url = git://github.com/pointybeard/recaptcha.git
[submodule "referencelink"]
url = git://github.com/czheng/referencelink.git
[submodule "reflectionfield"]
url = git://github.com/rowan-lewis/reflectionfield.git
[submodule "repeatingdatefield"]
url = git://github.com/rowan-lewis/repeatingdatefield.git
[submodule "richtext_tinymce"]
url = git://github.com/pointybeard/richtext_tinymce.git
[submodule "section_schemas"]
url = git://github.com/nickdunn/section_schemas.git
[submodule "selectbox_link_field"]
url = git://github.com/pointybeard/selectbox_link_field.git
[submodule "selectboxfilter"]
url = git://github.com/rowan-lewis/selectboxfilter.git
[submodule "seomanager"]
url = git://github.com/rowan-lewis/seomanager.git
[submodule "serverheaders"]
url = git://github.com/pointybeard/serverheaders.git
[submodule "sessionmonster"]
url = git://github.com/pointybeard/sessionmonster.git
[submodule "shell"]
url = git://github.com/pointybeard/shell.git
[submodule "shrimp"]
url = git://github.com/makenosound/shrimp.git
[submodule "signedfileuploadfield"]
url = git://github.com/tonyarnold/signedfileuploadfield.git
[submodule "sitename"]
url = git://github.com/bauhouse/sitename.git
[submodule "static_section"]
url = git://github.com/knupska/static_section.git
[submodule "subsectionfield"]
url = git://github.com/rowan-lewis/subsectionfield.git
[submodule "system_date_field"]
url = git://github.com/pointybeard/system_date_field.git
[submodule "templatedtextformatters"]
url = git://github.com/ahwayakchih/templatedtextformatters.git
[submodule "textboxfield"]
url = git://github.com/rowan-lewis/textboxfield.git
[submodule "textformatter_labels"]
url = git://github.com/michael-e/textformatter_labels.git
[submodule "textileplusformatter"]
url = git://github.com/rowan-lewis/textileplusformatter.git
[submodule "translationmanager"]
url = git://github.com/ahwayakchih/translationmanager.git
[submodule "typogrify"]
url = git://github.com/tonyarnold/typogrify.git
[submodule "uniqueinputfield"]
url = git://github.com/pointybeard/uniqueinputfield.git
[submodule "uniqueuploadfield"]
url = git://github.com/michael-e/uniqueuploadfield.git
[submodule "uploadify"]
url = git://github.com/nickdunn/uploadify.git
[submodule "url_segments"]
url = git://github.com/makenosound/url_segments.git
[submodule "version"]
url = git://github.com/bauhouse/version.git
[submodule "vimeo_videos"]
url = git://github.com/nickdunn/vimeo_videos.git
[submodule "widgeditor"]
url = git://github.com/makenosound/widgeditor.git
[submodule "xml_selectbox"]
url = git://github.com/nickdunn/xml_selectbox.git
[submodule "xmlfield"]
url = git://github.com/pointybeard/xmlfield.git
[submodule "ysboss"]
url = git://github.com/ahwayakchih/ysboss.git