aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* make: pass TAG_CLOUD variable to blogc.Rafael G. Martins2018-03-101-0/+45
* blogc: template parser refactoringRafael G. Martins2018-02-213-390/+390
* make: disable bm_find_binary tests when running embeddedRafael G. Martins2018-01-071-0/+6
* Allow lines starting with * or **baylej2017-10-251-6/+6
* make: added 'html_order' and 'atom_order' settingsRafael G. Martins2017-08-032-5/+123
* loader: added FILTER_REVERSERafael G. Martins2017-07-251-0/+47
* allow source config keys without valueRafael G. Martins2017-06-281-7/+4
* utils: trie: fixed bug in foreach implementation.Rafael G. Martins2017-06-242-3/+82
* make: copy rule should support directories, recursivelyRafael G. Martins2017-04-301-0/+70
* make: settings: do not read output_dir from blogcfileRafael G. Martins2017-04-282-92/+83
* make: fix testsRafael G. Martins2017-04-111-12/+3
* make: all builds are "production" by default, enable "dev" on cli.Rafael G. Martins2017-03-111-6/+5
* make: add support to "production" buildsRafael G. Martins2017-03-071-6/+48
* make: s/env/global/Rafael G. Martins2017-03-062-28/+28
* runserver: fixed request read. increased bufferRafael G. Martins2017-03-051-32/+1
* make: added missing testRafael G. Martins2017-03-031-0/+4
* make: improved testsRafael G. Martins2017-03-031-3/+3
* make: reworked binary lookups, added them to ctxRafael G. Martins2017-03-034-60/+56
* make: implement binary lookup in a more portable wayRafael G. Martins2017-03-014-0/+8
* make: keep backward compatibility with [copy_files]Rafael G. Martins2017-02-251-0/+93
* make: renamed [environment] to [global]Rafael G. Martins2017-02-252-3/+120
* *: updated copyrightRafael G. Martins2017-02-2520-20/+20
* make: parse runserver arguments from cli, instead of envRafael G. Martins2017-02-241-0/+104