Last created items
Plugins ldapdao

Description
Provides a plugin for jAuth, allowing to authenticate against an ldap server, and registering user into the app with a dao (jauthdb module).
-
Author Laurentj
-
Item by laurentj
-
WebSite
-
Repository
Last version
1.1 (stable)
-
Created 03/06/15 14:26
-
Compatible Jelix 1.6
-
Download : jelix-ldapdao-module.zip
Changelog
Pour jelix 1.6 et 1.7
Plugins Legacy jDb plugins

Description
These are deprecated plugins for jDb since they use deprecated API of PHP. They are not bundled with Jelix since Jelix 1.7, and need Jelix 1.7+ to work.
Available plugins:
- sqlite (for sqlite 2.0, using deprecated sqlite_* php functions)
- mysql (using deprecated mysql_* php functions)
Description
Ce sont des plugins obsolètes pour jDb, car ils utilisent des API PHP obsolètes. Ils ne sont plus fourni avec Jelix depuis Jelix 1.7.
Plugins fournis:
- sqlite (pour sqlite 2.0, utilisant les fonctions obsolètes sqlite_*)
- mysql (utilisant les fonctions obsolètes mysql_*)
-
Author Laurentj
-
Item by laurentj
-
WebSite
-
Repository
Last version
1.7.0 (mature)
-
Created 28/05/15 10:29
-
Compatible Jelix 1.7
-
Download : jelix-legacy-db-plugins.zip
Changelog
Release for Jelix 1.7
Plugins php-redis-plugin

Description
This is a plugin fo jKVDb allowing storing data within a Redis database.
This plugin is available outside Jelix since Jelix 1.7.
Description
Plugin pour jKVDb pour stocker des données dans une base Redis.
Il était auparavant fourni avec Jelix 1.6- mais est disponible séparément pour Jelix 1.7+, via un zip ou via Composer.
-
Author Laurentj
-
Item by laurentj
-
WebSite
-
Repository
Last version
1.7.1 (stable)
-
Created 28/05/15 10:06
-
Compatible Jelix 1.7
-
Download : jelix-php-redis-plugin.zip
Changelog
Release for Jelix 1.7
Plugins jDb PgSQL Asy

Description
This jDb plugin add three routines to the default Jelix PostgreSQL driver. These routines call the three PHP commands : pg_send_query(), pg_get_result(), pg_connection_busy(). In order to allow for multiple parallel queries, a new connection is made to the database each time you call pg_send_query(). Be careful as this can quickly lead to a database overload. It is not recommended to use this plugin an a hosted website. Only use it on your own dedicated server.
Description
Ce plugin jDb ajoute trois routines au driver de PostgreSQL par défaut de Jelix. Ces routines appellent les trois commandes PHP : pg_send_query(), pg_get_result(), pg_connection_busy(). Afin d'autoriser plusieurs requêtes en paralléle, une nouvelle connexion à la base de données est faite pour chaque appel de pg_send_query(). Soyez prudents car ceci peut rapidement conduire à une surcharge de la base de données. Il n'est pas recommandé d'utiliser ce plugin sur site web mutualisé. Ne l'utilisez que si vous avez votre propre serveur dédié.
-
Author Yannick DEVOS
-
Item by yan_vn
-
WebSite
- Repository
Last version
Béta 0.99 (pre-alpha)
-
Created 29/09/13 04:06
-
Compatible Jelix 1.5
-
Download : JELIX_JDB_PGSQL_ASY.zip
Changelog
Première version, encore en tests.
Plugins jCompass

Description
A sub-plugin for CSSprepro. It allows an app to use Compass (SASS and/or SCSS files) compilation through official Compass command line.
Description
Un sous-plugin pour CSSprepro. Votre application pourra ainsi compiler les fichiers Compass (SASS et/ou SCSS) en utilisant la version officielle en ligne de commande de Compass.
-
Author Brice TENCÉ
-
Item by
-
Repository
Last version
0.1 (alpha)
-
Created 28/06/13 11:02
-
Compatible Jelix 1.5
-
Download : jCompass-0.1.zip
Changelog
Une première version fonctionnelle mais très peu testée.
Plugins jSass

Description
A sub-plugin for CSSprepro. It allows an app to use SASS and/or SCSS files compilation through original Sass command line.
Description
Un sous-plugin pour CSSprepro. Votre application pourra ainsi compiler les fichiers SASS et/ou SCSS en utilisant le projet Sass original (par ligne de commande).
-
Author Brice TENCÉ
-
Item by
-
Repository
Last version
0.1 (stable)
-
Created 28/06/13 10:58
-
Compatible Jelix 1.5
-
Download : jSass-0.1.zip
Changelog
Une première version fonctionnelle (mais peu testée).
Plugins jelix-techinfo-debugbar

-
Author Brice TENCÉ
-
Item by
-
Repository
Last version
0.3 (stable)
-
Created 25/02/13 21:43
-
Compatible Jelix 1.5
-
Download : jelix-techinfo-debugbar-0.3.zip
Changelog
Jelix 1.5 support (new way of getting config). Thanks to vdemonchy for his PR.
Plugins jPhpsass

Description
A sub-plugin for CSSprepro. It allows an app to use SASS and/or SCSS files compilation through phpsass, which is a PHP implementation of Sass.
Description
Un sous-plugin pour CSSprepro. Votre application pourra ainsi compiler les fichiers SASS et/ou SCSS en utilisant phpsass, qui est une implémentation PHP de Sass
-
Author Brice TENCÉ
-
Item by
-
Repository
Last version
0.1 (stable)
-
Created 14/02/13 22:56
-
Compatible trunk
-
Download : jPhpsass-0.1.zip
Changelog
Une première version fonctionnelle. À noter : le zip de téléchargement, créé par GitHub ne contient pas phpsass, qui est un submodule Git. Il faudra soit vous le procurer par vous-même, soit faire un clone du dépot de jPhpsass.
Plugins CSSprepro

-
Author Brice TENCÉ
-
Item by
-
Repository
Last version
0.1 (stable)
-
Created 14/02/13 22:09
-
Compatible trunk
-
Download : CSSprepro-0.1.zip
Changelog
First release. Just tested a few with jPhpsass.
Plugins incrementalpagelinks

Description
This pager tpl plugin is an alternative to {pagelinks} plugin. It permits to make incremental paging.
Instead of :
url?offset=15, url?offset=30, url?offset=45
You get :
url?page=2, url?page=3, url?page=4
Description
Ce plugin tpl de pagination est une alternative au plugin {pagelinks}. Il permet de faire une pagination incrémentale.
Au lieu de :
url?offset=15, url?offset=30, url?offset=45
Vous obtenez :
url?page=2, url?page=3, url?page=4
-
Author Michel MA
-
Item by mich
-
Repository