- Queries
- All Stories
- Search
- Advanced Search
All Stories
Mar 21 2015
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.
Mar 10 2015
Mar 9 2015
Mar 6 2015
Rename hooks and fix example hook
Mar 3 2015
Mar 2 2015
Feb 25 2015
Feb 24 2015
Feb 22 2015
Code works, but it doesn't comply to coding standards.
Example hook in modules/custom/units/sections/sections_config.php file, that is currently commented out, still uses hAFTER.
Solve merge conflicts after D33 merge
Feb 20 2015
Change weight, applied to search by one word
Need to think about what are pros/cons of each approach described as inline comment below.
Feb 11 2015
Feb 6 2015
Jan 30 2015
Jan 26 2015
Jan 23 2015
Jan 22 2015
Fix error templates
Jan 20 2015
Just this one minor fix and we're done I guess.
fixes from http://qa.in-portal.org/D3#627
Jan 19 2015
Jan 16 2015
Almost there. Still I think following can be improved.
QA fixes
QA fixes
This will also solve problem in D3, where with enabled debugger System Log never logs fatal error about non-existing object method call.