Latest JAS v1.1.0
144 plugins online

Add show_page and show_pages support

JAS15FEB002
Project
JAS Core (JAS)
Tags
Reported
Rank
3
Generally show_from+show_total are used to split data over multiple pages. As such it's seems logical to support this natively. If show_page is set it should be used to calculate show_from (show_page * show_total) prior to getting the data (and thus overwriting the set show_from). When the data is gathered and show_count is set this value should be used to calculate show_pages ( ceil ( show_count / show_total)).

User module features

JAS14OCT001
Project
JAS Core (JAS)
Tags
Reported
Rank
3
IP (range) lock downbrute force protection (X attempts from same IP per Y minutes)email confirmation (should contain only the logic, requires an email field in a project module)timezone / language settingsseparators (also CSV) settingsdate/time format settingsEach feature should be configurable (config module) and should have the option to be locked down for admins (non owner). This should also be extended to changing username and password. It seems logical to add a user/settings action th...

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

Add MD5 hash to file fields

JAS14AUG001
Project
JAS Core (JAS)
Tags
Reported
Rank
3
The file (and image) field should get an additional field for the MD5 hash. The /files/ would then need a "MD5" variable that would download a "text/plain" file with the hash as content. The filename can be generated based on the original filename and a .md5 suffix (filename.ext.md5).  Note that it's probably wise to add a MD5 property to the file/image fields to allow it to be enabled/disabled.

Add priority and impact fields to ITS

PLGN14JAN001
Project
Plugins (PLGN)
Plugin
Reported
Rank
3

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.


Report issues

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