aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* migrate codebase to use squareball. again :)feature/squareballRafael G. Martins2019-09-0222-4214/+1558
* tests: common: sort: fixesRafael G. Martins2019-07-241-6/+7
* make: fixed filename generation for pagination_tagsRafael G. Martins2019-07-242-0/+531
* make: exec: support printing blogc variablesRafael G. Martins2019-07-141-28/+64
* Revert "common: added bc_slist_remove"Rafael G. Martins2019-05-011-35/+0
* Revert "make: support posts autoloading"Rafael G. Martins2019-05-011-248/+0
* make: support posts autoloadingRafael G. Martins2019-04-281-0/+248
* make: support posts sortingRafael G. Martins2019-04-281-0/+220
* blogc: added FILTER_SORT, to sort posts by DATERafael G. Martins2019-04-281-16/+179
* common: added bc_slist_removeRafael G. Martins2019-04-281-0/+35
* common: added bc_slist_sortRafael G. Martins2019-04-281-0/+147
* make: removed atom_legacy_entry_id settingRafael G. Martins2019-04-211-84/+14
* make: use permalinks as atom idsRafael G. Martins2019-04-202-76/+76
* make: added listing_entry testRafael G. Martins2019-04-031-3/+14
* make: added support for `blogc -e`Rafael G. Martins2019-04-031-12/+42
* blogc: added `-e` cli option and `listing_entry` template blockRafael G. Martins2019-04-023-29/+241
* blogc: content: do not escape inline codeRafael G. Martins2019-02-241-3/+11
* blogc: sysinfo: simplified username impl. fixed testsRafael G. Martins2019-02-231-31/+9
* blogc: test "inject" functionsRafael G. Martins2019-02-102-0/+87
* blogc: rusage: added tests, fixed minor issueRafael G. Martins2019-02-101-0/+104
* blogc: sysinfo: added testsRafael G. Martins2019-02-103-4/+236
* blogc: funcvars: code simplified, added testsRafael G. Martins2019-02-101-0/+84
* blogc: template: allow whitespaces in template tags, not just spacesRafael G. Martins2019-02-091-0/+130
* *: update copyrightRafael G. Martins2019-01-1521-21/+21
* make: settings: removed unused functionRafael G. Martins2018-12-161-3/+0
* *: update copyrightRafael G. Martins2018-10-1421-21/+21
* make: added atom_dump helper ruleRafael G. Martins2018-07-262-0/+250
* make: allow custom atom templatesRafael G. Martins2018-07-261-0/+251
* make: implemented atom_legacy_entry_id settingRafael G. Martins2018-07-251-0/+128
* common: added bc_str_to_boolRafael G. Martins2018-07-251-0/+26
* make: fixed filename generation for rules and atom feedRafael G. Martins2018-07-252-58/+554
* make: added utilitary function to generate filenamesRafael G. Martins2018-07-251-0/+119
* make: handle empty prefixes properlyRafael G. Martins2018-07-242-3/+68
* common: config-parser: fix empty values supportRafael G. Martins2018-07-231-0/+318
* git-receiver: git shell should reinstall hooks if symlinks are brokenRafael G. Martins2018-06-121-0/+15
* git-receiver: fixed segfault on pre-receive hookRafael G. Martins2018-06-101-2/+20
* make: disable post listings if {atom_,}posts_per_page is 0Rafael G. Martins2018-06-101-46/+1
* make: test atom_posts_per_page = -1Rafael G. Martins2018-06-101-0/+15
* Revert "make: disable pagination rules if <= 0 posts per page"Rafael G. Martins2018-06-101-0/+48
* make: disable pagination rules if <= 0 posts per pageRafael G. Martins2018-06-091-48/+0
* git-receiver: allow users to define builds dirRafael G. Martins2018-05-313-4/+5
* git-receiver: allow users to define the htdocs symlink pathRafael G. Martins2018-05-311-3/+82
* git-receiver: centralize settings to reuse laterRafael G. Martins2018-05-301-10/+10
* git-receiver: allow users to change the base directoryRafael G. Martins2018-05-302-2/+2
* git-receiver: added support to use as an authorized_keys commmandRafael G. Martins2018-05-261-0/+7
* make: fixed pagination, added testsRafael G. Martins2018-03-201-0/+377
* blogc: common: replace unsigned int with size_tRafael G. Martins2018-03-202-3/+3
* make: rename TAG_CLOUD to MAKE_TAGSRafael G. Martins2018-03-121-3/+3
* make: added `MAKE_POST` var to `posts` and `pages` rulesRafael G. Martins2018-03-111-22/+35
* make: fix memory leakRafael G. Martins2018-03-111-0/+1