Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make: rules: added pagination_tags | Rafael G. Martins | 2019-07-15 | 4 | -44/+248 |
| | | | | needs tests, but is supposed to work | ||||
* | make: exec: support printing blogc variables | Rafael G. Martins | 2019-07-14 | 3 | -25/+34 |
| | | | | needs more tests | ||||
* | Revert "common: added bc_slist_remove" | Rafael G. Martins | 2019-05-01 | 2 | -20/+0 |
| | | | | This reverts commit 0cfb3dad5de015b658b0917c43fabe420781f39f. | ||||
* | Revert "make: support posts autoloading" | Rafael G. Martins | 2019-05-01 | 4 | -136/+24 |
| | | | | | | | | It works mostly fine, but if you build a website, delete some files and try to rebuild, it won't be able to detect the removed files. This may be reverted when I find a solution for this problem. This reverts commit 792ac4ec66dd098109a88065420ef95c1a78624f. | ||||
* | make: support posts autoloading | Rafael G. Martins | 2019-04-28 | 4 | -24/+136 |
| | |||||
* | make: support posts sorting | Rafael G. Martins | 2019-04-28 | 2 | -3/+10 |
| | |||||
* | blogc: added FILTER_SORT, to sort posts by DATE | Rafael G. Martins | 2019-04-28 | 1 | -30/+90 |
| | |||||
* | common: added bc_slist_remove | Rafael G. Martins | 2019-04-28 | 2 | -0/+20 |
| | |||||
* | common: added bc_slist_sort | Rafael G. Martins | 2019-04-28 | 2 | -0/+62 |
| | |||||
* | make: do not follow symlinks when resolving blogcfile path | Rafael G. Martins | 2019-04-25 | 5 | -10/+56 |
| | |||||
* | make: do not call exit directly | Rafael G. Martins | 2019-04-22 | 1 | -1/+1 |
| | |||||
* | make: removed atom_legacy_entry_id setting | Rafael G. Martins | 2019-04-21 | 1 | -11/+8 |
| | |||||
* | make: use permalinks as atom ids | Rafael G. Martins | 2019-04-20 | 1 | -2/+2 |
| | | | | | | | | | | | | I have just realized that was implementing atom feeds wrong for long time. atom ids are supposed to be valid uris. this is a small but breaking change. it is supposed to make some clients think that all of the old posts were republished. This can be avoided by running something like this, before upgrading: $ blogc-make atom_dump > templates/atom.tmpl however, keep in mind that your atom ids are invalid :/ | ||||
* | blogc: added support for formatted variables in -p | Rafael G. Martins | 2019-04-13 | 1 | -5/+4 |
| | |||||
* | make: fixed reloading of listing_entry | Rafael G. Martins | 2019-04-04 | 1 | -0/+2 |
| | |||||
* | make: added support for `blogc -e` | Rafael G. Martins | 2019-04-03 | 7 | -28/+50 |
| | | | | must still add tests | ||||
* | blogc: added `-e` cli option and `listing_entry` template block | Rafael G. Martins | 2019-04-02 | 4 | -10/+52 |
| | |||||
* | blogc: -p should return special code when variable not found | Rafael G. Martins | 2019-03-28 | 1 | -1/+7 |
| | |||||
* | blogc: exit 1 on error | Rafael G. Martins | 2019-03-28 | 1 | -10/+10 |
| | |||||
* | git-receiver: exit 1 on error | Rafael G. Martins | 2019-03-28 | 4 | -33/+33 |
| | |||||
* | runserver: exit 1 on error | Rafael G. Martins | 2019-03-28 | 2 | -12/+12 |
| | |||||
* | make: exit 1 on error | Rafael G. Martins | 2019-03-28 | 6 | -30/+30 |
| | |||||
* | blogc: dump source file variables as well as global variables | Rafael G. Martins | 2019-03-27 | 1 | -5/+10 |
| | |||||
* | blogc: content: do not escape inline code | Rafael G. Martins | 2019-02-24 | 1 | -2/+2 |
| | | | | | | this is more compatible with markdown spec[1] [1] https://daringfireball.net/projects/markdown/syntax#code | ||||
* | blogc: sysinfo: simplified username impl. fixed tests | Rafael G. Martins | 2019-02-23 | 3 | -30/+2 |
| | |||||
* | blogc: rusage: added tests, fixed minor issue | Rafael G. Martins | 2019-02-10 | 2 | -2/+4 |
| | |||||
* | blogc: sysinfo: added tests | Rafael G. Martins | 2019-02-10 | 1 | -0/+2 |
| | |||||
* | blogc: funcvars: code simplified, added tests | Rafael G. Martins | 2019-02-10 | 3 | -10/+11 |
| | |||||
* | blogc: template: allow whitespaces in template tags, not just spaces | Rafael G. Martins | 2019-02-09 | 3 | -16/+24 |
| | |||||
* | blogc: sysinfo: fix memory leak | Rafael G. Martins | 2019-02-08 | 1 | -0/+1 |
| | |||||
* | blogc: added "inside docker" template variable | Rafael G. Martins | 2019-02-04 | 4 | -1/+44 |
| | |||||
* | blogc: added username template variable | Rafael G. Martins | 2019-02-03 | 3 | -0/+49 |
| | |||||
* | blogc: added datetime template variable | Rafael G. Martins | 2019-02-03 | 3 | -0/+46 |
| | |||||
* | blogc: unistd.h wont provide gethostname | Rafael G. Martins | 2019-02-03 | 1 | -0/+2 |
| | |||||
* | blogc: added hostmane template variable | Rafael G. Martins | 2019-02-03 | 3 | -0/+77 |
| | |||||
* | blogc: rusage: fix formatting | Rafael G. Martins | 2019-02-02 | 1 | -4/+4 |
| | |||||
* | blogc: optimized getrusage calls | Rafael G. Martins | 2019-02-02 | 4 | -43/+31 |
| | |||||
* | blogc: fix rusage macro | Rafael G. Martins | 2019-02-02 | 1 | -2/+6 |
| | |||||
* | blogc: do not add rusage vars if not supported | Rafael G. Martins | 2019-02-02 | 3 | -1/+22 |
| | |||||
* | blogc: added template variables for memory and cpu time resource usage | Rafael G. Martins | 2019-02-02 | 5 | -3/+183 |
| | | | | | | | this include infrastructure required to have variables evaluated as lazy function calls. missing tests, docs and improvements. | ||||
* | *: update copyright | Rafael G. Martins | 2019-01-15 | 67 | -67/+67 |
| | |||||
* | removed blogc-github-lambda | Rafael G. Martins | 2019-01-15 | 1 | -257/+0 |
| | | | | it will be provided in a separate repository soon | ||||
* | make: fixed bug when trying to call a rule with incomplete name | Rafael G. Martins | 2019-01-15 | 1 | -1/+2 |
| | | | | | previous code was calling all the rules that matched the substring provided. it should only run exact matches. | ||||
* | renderer: fix a (very) unlikely segfault detected by scan-build | Rafael G. Martins | 2018-12-20 | 1 | -2/+2 |
| | |||||
* | make: include limits.h | Rafael G. Martins | 2018-12-17 | 1 | -0/+1 |
| | |||||
* | make: fixed memory leak | Rafael G. Martins | 2018-12-17 | 1 | -0/+1 |
| | |||||
* | git-receiver: make: runserver: improved realpath(3) usage | Rafael G. Martins | 2018-12-17 | 4 | -9/+26 |
| | |||||
* | make: settings: removed unused function | Rafael G. Martins | 2018-12-16 | 2 | -24/+0 |
| | |||||
* | github-lambda: http accept code is 202, not 201 | Rafael G. Martins | 2018-10-16 | 1 | -1/+1 |
| | |||||
* | *: update copyright | Rafael G. Martins | 2018-10-14 | 68 | -68/+68 |
| |