![]() |
|
PluginsVernet Loïc |
|
Vernet Loïc is a developer for 7 plugins.
![]() |
sfBBCodeParserPlugin
MIT
sf 1.4sf 1.3sf 1.2sf 1.1
|
15
users |
The sfBBCodeParserPlugin allows you to parse BBCode and get the corresponding html output. There are 6 available filters which provide the following tags: * Basic (b, i, u, s, sub, sup) * Extended (color, size, font, align, quote, code, h1 to h6) * Images (img) * Links (url) * Lists (list, ulist, li) * Email (email) You can activate the filters you want, for each filter you can also tell witch tags can be use. And finally you can make your own filters with your own tags. Almost everything can be configured in the plugin, filters, tags, attributes, opening and closing character... The plugin is based on the PEAR library HTML_BBCodeParser http://pear.php.net/package/HTML_BBCodeParser but the PEAR dependencies were removed so you don't have to install it in order to use the plugin. |
![]() |
sfDB4toPropelPlugin
MIT
sf 1.4sf 1.3sf 1.2
|
11
users |
sDB4toPropelPlugin is a plugin that adds to symfony a new task: propel:db4-to-propel that allows you to convert a DB4 schema (a DBDesigner4 schema) into a valid Propel schema.yml file, with this plugin you can just forget the boring work of building your schema.yml by hand. ;) |
![]() |
sfLightboxPlugin
MIT
sf 1.4sf 1.3sf 1.2sf 1.1sf 1.0
|
59
users |
sfLightboxPlugin is a symfony plugin that provides an easy to use wrapper for the Lightbox2 javascript library. |
![]() |
sfProjectAnalyserPlugin
MIT
sf 1.4sf 1.3sf 1.2sf 1.1
|
29
users |
The sfProjectAnalyserPlugin allows you to analyse your symfony project, it can raise several coding standards alerts. A YAML configuration file allows you to switch what to analyse and also allows you to parameter threshold for each alert. |
![]() |
sfTaskLoggerPlugin
MIT
sf 1.4sf 1.3sf 1.2sf 1.1
|
9
users |
The sfTaskLoggerPlugin allows you to run custom tasks and store the results. Results are stored in the database in a specific table and/or in a log file. Each task has its own log file, witch is stored in a specific directory depending on its namespace and name. (/log/tasks/:TASK_NAMESPACE/:TASK_NAME). It allows you to have a clean log history of all the CRON executed by your symfony project. |
![]() |
sfTCPDFPlugin
MIT
sf 1.4sf 1.3sf 1.2sf 1.1
|
111
users |
The sfTCPDFPlugin provides abstraction for the TCPDF library. The main interest of this FPDF "fork" resides in the fact that it handles any UTF8 strings witch the native encoding format used by symfony. |
![]() |
sfToolsPlugin
MIT
sf 1.4sf 1.3sf 1.2sf 1.1sf 1.0
|
4
users |
The sfToolsPlugin provides some tools and debugging functions. * sfDebugTools (dump(), dump2(), getElapsedTime()) * sfFileTools (sanitizeFilename()) |