| Commit message (Expand) | Author | Age | Files | Lines |
* | *: centralize error handling | Rafael G. Martins | 2016-09-09 | 5 | -5/+0 |
* | common: rename macros | Rafael G. Martins | 2016-09-09 | 1 | -18/+18 |
* | *: moved error handling to src/common/ | Rafael G. Martins | 2016-09-03 | 6 | -267/+272 |
* | *: s/sb_/bc_/g | Rafael G. Martins | 2016-09-03 | 6 | -828/+828 |
* | *: big code reorganization. | Rafael G. Martins | 2016-09-03 | 9 | -22/+22 |
* | *: fixed includes | Rafael G. Martins | 2016-07-07 | 9 | -39/+9 |
* | template-parser: fixed block scope | Rafael G. Martins | 2016-07-07 | 1 | -6/+148 |
* | renderer: utils: fixed memory bugs found by clang static analyzer | Rafael G. Martins | 2016-07-05 | 1 | -0/+1 |
* | utf8: fix test | Rafael G. Martins | 2016-07-04 | 1 | -1/+1 |
* | utf8: fix test data type | Rafael G. Martins | 2016-07-04 | 1 | -3/+3 |
* | utf8: skip BOM, if found | Rafael G. Martins | 2016-07-04 | 1 | -1/+21 |
* | blogc: added utf8 validation | Rafael G. Martins | 2016-07-03 | 1 | -0/+83 |
* | template-parser: minor fix | Rafael G. Martins | 2016-07-03 | 1 | -1/+1 |
* | Revert "error: improved parser error reporting" | Rafael G. Martins | 2016-07-03 | 3 | -132/+61 |
* | error: improved parser error reporting | Rafael G. Martins | 2016-07-03 | 3 | -61/+132 |
* | template-parser: fixed error message | Rafael G. Martins | 2016-07-03 | 1 | -1/+1 |
* | template-parser: renderer: implemented 'else' support in templates | Rafael G. Martins | 2016-07-03 | 2 | -9/+330 |
* | content-parser: fixed tests | Rafael G. Martins | 2016-06-29 | 1 | -6/+6 |
* | content-parser: added more line break tests | Rafael G. Martins | 2016-06-29 | 1 | -0/+8 |
* | content-parser: rewrote inline parser. | Rafael G. Martins | 2016-06-29 | 2 | -34/+161 |
* | renderer: added support to truncate variables. | Rafael G. Martins | 2016-05-30 | 1 | -0/+28 |
* | content-parser: encode HTML entities in DESCRIPTION variable | Rafael G. Martins | 2016-05-24 | 1 | -0/+3 |
* | content-parser: fixed DESCRIPTION variable. | Rafael G. Martins | 2016-05-23 | 1 | -5/+50 |
* | content-parser: do not use paragraphs inside blockquote for DESCRIPTION | Rafael G. Martins | 2016-05-22 | 1 | -4/+4 |
* | remove squareball for good | Rafael G. Martins | 2016-04-27 | 6 | -6/+6 |
* | moved squareball back to blogc source tree. | Rafael G. Martins | 2016-04-27 | 2 | -1/+960 |
* | Revert "*: use squareball error infrastructure" | Rafael G. Martins | 2016-04-27 | 6 | -321/+321 |
* | Revert "error: removed uneeded tests" | Rafael G. Martins | 2016-04-27 | 1 | -0/+24 |
* | content-parser: extract post description from content | Rafael G. Martins | 2016-04-20 | 3 | -94/+367 |
* | content-parser: do not convert -- and --- to &ndash and &mdash inside code | Rafael G. Martins | 2016-04-17 | 1 | -0/+31 |
* | error: removed uneeded tests | Rafael G. Martins | 2016-03-13 | 1 | -24/+0 |
* | *: use squareball error infrastructure | Rafael G. Martins | 2016-03-13 | 6 | -321/+321 |
* | content-parser: fixed em/en-dash logic | Rafael G. Martins | 2016-03-05 | 1 | -8/+8 |
* | content-parser: fixed a bug in previous patch | Rafael G. Martins | 2016-03-05 | 1 | -4/+4 |
* | content-parser: convert -- and --- to &ndash and &mdash | Rafael G. Martins | 2016-03-05 | 1 | -6/+26 |
* | build: replace src/utils with squareball | Rafael G. Martins | 2016-02-26 | 7 | -1408/+529 |
* | man: tests: minor documentation fix and more test coverage | Rafael G. Martins | 2016-02-21 | 1 | -0/+9 |
* | content-parser: added more tests | Rafael G. Martins | 2016-02-21 | 1 | -0/+15 |
* | content-parser: added more tests | Rafael G. Martins | 2016-02-21 | 1 | -0/+12 |
* | content-parser: fixed parser bug when handling links | Rafael G. Martins | 2016-02-21 | 1 | -0/+12 |
* | content-parser: fixed bug that parsed text with '!' + link as image | Rafael G. Martins | 2016-02-13 | 1 | -0/+14 |
* | renderer: fix bug when 'if' evals to false after 'if' evals to true | Rafael G. Martins | 2016-01-25 | 1 | -0/+32 |
* | content-parser: encode html entities found in code blocks (fixes #3) | Rafael G. Martins | 2016-01-22 | 1 | -4/+16 |
* | template-parser: added whitespace cleaners. needs more tests and docs | Rafael G. Martins | 2016-01-14 | 2 | -14/+89 |
* | fixed copyright | Rafael G. Martins | 2016-01-08 | 8 | -8/+8 |
* | renderer: handle FOREACH_ITEM as a normal variable | Rafael G. Martins | 2016-01-08 | 1 | -4/+52 |
* | renderer: improved foreach tests | Rafael G. Martins | 2016-01-04 | 1 | -2/+8 |
* | loader: parse tags as space-separated string | Rafael G. Martins | 2015-12-29 | 1 | -2/+2 |
* | renderer: foreach variables should be splitted in spaces rather than commas | Rafael G. Martins | 2015-12-29 | 1 | -5/+5 |
* | template-parser: do not accept variables startins with numbers and _ | Rafael G. Martins | 2015-12-29 | 1 | -1/+73 |