Cose style fixes.
- Queries
- All Stories
- Search
- Advanced Search
All Stories
Apr 23 2015
Apr 22 2015
Apr 16 2015
Apr 15 2015
Apr 9 2015
Apr 3 2015
Apr 2 2015
Apr 1 2015
Mar 31 2015
Mar 27 2015
Mar 26 2015
Mar 25 2015
Changes in theme adding/deleting processes, related DB structure changes.
Mar 24 2015
Mar 23 2015
Mar 21 2015
Store all thumbnails under /system/thumbs/ folder
Need to cover all resized images as well (see associated discussion in Confluence).
Mar 20 2015
Removed assignment by reference (=&), that was introduced in previous patch.
Mar 19 2015
CS fixes
Mar 18 2015
Changed grid configuration to use icons from core module.
Mar 12 2015
The http://qa.in-portal.org/D8?id=120 diff was created using wrong command arc diff --update D8 instead of arc diff --update D8 --cl and that's why it doesn't contain any relevant changes.
Fixes.
Used more proper methods for escape/unescape request values.
Fiх to search logic, to allow keywords in URL without full search results recalculation.
Mar 11 2015
Now numeric fields (int, float, double) won't have 0 stored in database, when an empty string value is submitted from the form.
Turns out this have negative side effect for numeric fields, where empty string is converted to 0 in database.