Latest JAS v1.1.0
144 plugins online

Data add touch item action

JAS13NOV001
Project
JAS Core (JAS)
Reported
A simple action which updates the "updated" time stamp and nothing else. Handy when needing to trigger recache of lister plugin sections when multiple modules are involved. $d=Data::cache("module", "touch", "item"); $d->setValue("nr", $id); $d->submit(); Only "forceUpdate" and ID fields will be checked and subitted, all other fields may not be checked to avoid potential errors. Storage object "edit" function should be used which should just update the relevant forceUpdate fields...

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...

Determine what to do with sync

JAS13OCT016
Project
JAS Core (JAS)
Reported
The sync support is rather buggy. It should probably disabled as part of the 1.0 release and reworked as part of JAS 1.1.

Rewrite template pageBrowser

JAS13OCT014
Project
JAS Core (JAS)
Reported
Rank
3
Current page browser is far to restrictive and doesn't support advanced template features. Also consider remarks in: PLGN14AUG003

Plugin info + dependency editor

JBE13OCT001
Project
Reported
Rank
2
Allow root to easily change pluginInfo+pluginDependencies  information

Workflow dynamic conditions

JAS13OCT010
Project
JAS Core (JAS)
Tags
Reported
Rank
2
Workflow should have support dynamic conditions. That is, determineState should check with the reference module if the state may be changed. This can be done using the "disable" parameter by which the disabled options are provided to determineState, validateState and getOptions. Additionally the workflow transitions module itself can do so user validations (root only, has to be in group, etc) before it allows for a certain state change.

Add template if regexp support

JAS13OCT002
Project
JAS Core (JAS)
Reported
Rank
2
<!_if $field =~ ^\w+$>Content is display if $field is matches normal characters only<!/_if>

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.