Latest JAS v1.1.0
144 plugins online

Copy user generate password doesn't work

JAS14MAY001
Project
JAS Core (JAS)
Reported
When copying a user the password script doesn't show the Generate button... 

Add priority and impact fields to ITS

PLGN14JAN001
Project
Plugins (PLGN)
Plugin
Reported
Rank
3

Changing language back to EN doesn't update session

JAS14JAN002
Project
JAS Core (JAS)
Reported
When changing the language back to EN in the config it reloads the configuration but it doesn't seem to change the relevant jses value

Move all to illegal category fails to get data

JMT13NOV002
Project
Tags
Reported
If an error occurs when move a "list" of items to another category it doesn't get the relevant data the next time the CMS is displayed. Presumably this is because catnr is replaced catnr[0], catnr[1], etc in the (hidden) CMS fields

Core should use setAction and setExtra functions

JAS13NOV006
Project
JAS Core (JAS)
Reported
all this->action="whatever" should be replaced with this->setAction("whatever"). Same for this->extra

Fix hardcoded category reference fields

JAS13NOV005
Project
JAS Core (JAS)
Tags
Reported
All code that reference to "catnr" should use "getRightsReference"

Fix hardcoded ID fields

JAS13NOV004
Project
JAS Core (JAS)
Tags
ID,
Reported
All code that reference to "nr" should use "getID"

DT timezone & date support support

JAS13NOV003
Project
JAS Core (JAS)
Tags
Reported
Add change default timezone(timezone=false (=default in config)) and date(format, tme=false (= current time)) to DT.

Move protocols, formats APIs to subfolders

JAS13NOV002
Project
JAS Core (JAS)
Reported
Currently all protocols (socket, http, smtp, etc), formats (csv, xml, etc) and APIs (data, csv, xmli) all reside in the include folder. They should be moved to the relevant subfolders to keep the include folder somewhat clean.

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


Report issues

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