Latest JAS v1.1.0
144 plugins online

Add filter plugin

PLGN13OCT004
Project
Plugins (PLGN)
Plugin
Tags
Reported
Add a plugin which allows to create simple, yet configurable, filters.  Basic idea is to create a list of checkboxes with all possible/used values for a specific field. Each values is ORed and each field will be "ANDed".

root_url doesn't seem to work properly in native projects

PLGN14AUG004
Project
Plugins (PLGN)
Tags
Reported
Rank
2
Templates using root_url in a native project (default project isn't JAS) seems to incorrectly create the URLs. Presumably this is due to the "/images/" functionality in the pager plugin.

Page browser should know about filters

PLGN14AUG003
Project
Plugins (PLGN)
Plugin
Reported
Rank
4
Currently the page browser logic in the lister plugin only remembers the sorting and the filters in rewrite mode. It should use a more generic approach where it reads the relevant filters from the Data object and use that. Additionally it's probably a good idea to split off the page browser logic in the lister plugin from the output function so other plugins can easily reuse this logic.  Convert by: JAS13OCT014

Define proper pager API

PLGN13OCT005
Project
Plugins (PLGN)
Plugin
Tags
API,
Reported
The pager plugin is available through $this->pager, the API that it offers should be properly defined: Frontend function setTitle($title) function jasScript($show) function addJavaScript($file) function removeJavaScript($file) function addStyleSheet($file, $media=false) function removeStyleSheet($file) function metaKeywords($keywords, $append=false) function metaDescription($text, $append=false) function addRelationLinks($rel, $link) function removeRelationLinks($rel, $link)...

Add pager link tags configuration

PLGN13OCT007
Project
Plugins (PLGN)
Plugin
Reported
It should be possible to configure default + page specific link tags by selecting the relevant page. The majority should be auto-detected by default.  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Verty's Admin - Passwords</title> <link rel="index" href="index.html"/> <link rel="home" href="home.html"/> <...

Add pager meta tags configuration

PLGN13OCT008
Project
Plugins (PLGN)
Plugin
Reported
Rank
2
It should be possible to add a default + page specific set of meta keywords+description. Page level keywords should should be appended whereas page level description should overwrite. <meta> Tags - Examples of Use Define keywords for search engines: <meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript"> Define a description of your web page: <meta name="description" content="Free Web tutorials on HTML and CSS"> Define the author of a page: <meta...

Add root_url to plugins

PLGN13OCT003
Project
Plugins (PLGN)
Plugin
Tags
Reported
Add to the following plugins based on ITS plugin: listerblogphotoalbumforumnavigation

CMS plugin hide category

PLGN13OCT001
Project
Plugins (PLGN)
Plugin
Tags
CMS,
Reported
Add an option to the CMS plugin to hide the category selection and use the default value.


Report issues

We're currently not allowing issue reporting directly via ITS. Please use the feedback form to submit your issues.