Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Aksara Cuneus R2.tar.gz | 2022-10-18 | 5.3 MB | |
Aksara Cuneus R2.zip | 2022-10-18 | 5.6 MB | |
README.md | 2022-10-18 | 1.7 kB | |
Totals: 3 Items | 11.0 MB | 0 |
Updates
- Removing the icon if blank icon is selected;
- Fixing the filter of "where" object to keep the null value as where clause;
- Update the view path to using 404 page when data doesn't exists;
- Fixing the slug field input to be validated;
- Add the XSS filtering for field input;
- Fixing the visitor logs to prevent the SQL Injection from the header modification and write anomaly logs;
- Add the "LOWER" function to match case insensitive char type (PostgreSQL);
- Add the 404 page override when the data requested was not found;
- Add the 404 view file to themes (and the capability to override from active theme);
- Fixing the query string parameter for hyperlink;
- Fixing the multiple database connection attempt;
- Fixing the active menu link;
- Transform the char field type to lowercase to match case insensitive record on WHERE clause (PostgreSQL).
What's Changed
- change some by @ganjarnugraha in https://github.com/abydahana/aksara/pull/303
- Fixing the query string parameter for hyperlink by @abydahana in https://github.com/abydahana/aksara/pull/304
- Fixing the connection attempt by @abydahana in https://github.com/abydahana/aksara/pull/305
- Commit for update to 4.5.2 by @abydahana in https://github.com/abydahana/aksara/pull/306
- Add the version changes by @abydahana in https://github.com/abydahana/aksara/pull/307
- Fixing the active menu link by @abydahana in https://github.com/abydahana/aksara/pull/308
- Transform the char field type to lowercase by @abydahana in https://github.com/abydahana/aksara/pull/309
Full Changelog: https://github.com/abydahana/aksara/compare/4.5.1...4.5.2