Latest JAS v1.1.0
144 plugins online

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

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

Make system plugins 1.0

JAS13OCT019
Project
JAS Core (JAS)
Reported
Content Content management Lister Pager Unit testing

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


Report issues

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