Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-01 | Modified as asked after pull request: | Sébastien Adam | 1 | -2/+2 | |
* comment of meta fuction adapted * alignments in meta fuction adapted * using '===' comparator in meta function * changing back the example of the meta function help * changing back the default value of the doctype function Also changing test unit to reflect the modification of the meta function (original tests not modified). | |||||
2015-11-25 | HTML Helper - doctype(): now default type is HTML 5 | Sébastien Adam | 1 | -4/+4 | |
2015-11-25 | HTML Helper - meta(): now can generate HTML meta charset & Open Graph property | Sébastien Adam | 1 | -6/+6 | |
2015-11-16 | Merge pull request #4236 from galdiolo/patch-11 | Andrey Andreev | 3 | -3/+3 | |
[ci skip] Bump PHP version number to 5.5 | |||||
2015-11-16 | [ci skip] Polish changes from PR #4240 | Andrey Andreev | 1 | -2/+2 | |
2015-11-16 | Spaces around ! . Changelog entry in 3.1.0. | kemeng | 1 | -0/+5 | |
2015-11-12 | Grammar correction in database configuration guide | Craig Johnson | 1 | -1/+1 | |
"it" changed to "in" on line 10. "in" seems like the correct word to be used there. Small change. | |||||
2015-11-11 | [ci skip] Make it clear that PHP <5.5 usage is discouraged | Claudio Galdiolo | 3 | -3/+3 | |
PHP 5.4 reached end of life Signed-off-by: Claudio Galdiolo <claudio.galdiolo@gmail.com> | |||||
2015-11-04 | [ci skip] Add 3.0.4 to changelog as well | Andrey Andreev | 1 | -0/+4 | |
2015-11-04 | Merge branch '3.0-stable' into develop | Andrey Andreev | 8 | -7/+126 | |
2015-11-04 | [ci skip] Start of 3.0.4 development | Andrey Andreev | 4 | -3/+19 | |
2015-10-31 | [ci skip] Update download link | Andrey Andreev | 1 | -1/+1 | |
2015-10-31 | [ci skip] Update changelog, version & upgrade instructions | Andrey Andreev | 4 | -5/+95 | |
2015-10-30 | Fix #4192 | Andrey Andreev | 1 | -0/+1 | |
2015-10-30 | [ci skip] Fix changelog entry from latest commit | Andrey Andreev | 1 | -1/+1 | |
#3201 is actually another issue, the bug fixed by a62aa820bdd3e642f44428b27f2c6cde1baf4adc was just reported in the comments there. | |||||
2015-10-30 | Fix #3201 | Andrey Andreev | 1 | -0/+1 | |
2015-10-21 | Merge pull request #4167 from zhanghongyi/fix-pulldown | Instructor, Computer Systems Technology | 2 | -5/+46 | |
disable pulldown menu on mobile devices | |||||
2015-10-21 | Merge pull request #4167 from zhanghongyi/fix-pulldown | Instructor, Computer Systems Technology | 2 | -5/+46 | |
disable pulldown menu on mobile devices | |||||
2015-10-19 | rename cookie values to make codes clear | Hongyi Zhang | 1 | -9/+9 | |
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com> | |||||
2015-10-19 | Fix #4171 and a number of other transaction bugs | Andrey Andreev | 2 | -2/+8 | |
2015-10-19 | Fix #4173 | Andrey Andreev | 1 | -0/+1 | |
This reverts commit 7cc6cea2d421862726081a39e932dbceeefcc775 from PR #3968. At the time this seemed logical, but turns out it breaks the ability to create non-PRIMARY composite keys, so ... | |||||
2015-10-19 | [ci skip] Fix docs about QB caching | Andrey Andreev | 1 | -1/+1 | |
It doesn't support set() ... Related: #4175 | |||||
2015-10-18 | Fix #4179 | Andrey Andreev | 1 | -0/+1 | |
2015-10-16 | fix a typo in comment | Hongyi Zhang | 1 | -1/+1 | |
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com> | |||||
2015-10-16 | revert img alt changes, fix cookies, and improve pulldown menu in multiple ↵ | Hongyi Zhang | 3 | -9/+43 | |
screen size Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com> | |||||
2015-10-13 | [ci skip] Fix #4170 | Andrey Andreev | 1 | -0/+2 | |
2015-10-13 | [ci skip] Correct version number in user guide conf | Andrey Andreev | 1 | -2/+2 | |
2015-10-12 | Merge branch '3.0-stable' into develop | Andrey Andreev | 15 | -65/+124 | |
2015-10-12 | [ci skip] Correct download link for 3.0.3-dev | Andrey Andreev | 1 | -1/+1 | |
2015-10-12 | [ci skip] This is 3.0.3-dev | Andrey Andreev | 4 | -3/+19 | |
2015-10-12 | [ci skip] Add changelog entry for PR #4166 | Andrey Andreev | 1 | -0/+12 | |
2015-10-12 | [ci skip] Add more info about security reporting to docs | Andrey Andreev | 2 | -4/+19 | |
2015-10-12 | disable pulldown menu on mobile devices | Hongyi Zhang | 2 | -1/+8 | |
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com> | |||||
2015-10-08 | [ci skip] Prepare 3.0.2 release | Andrey Andreev | 3 | -4/+8 | |
2015-10-08 | [ci skip] Fix broken links in user guide | Andrey Andreev | 2 | -2/+2 | |
2015-10-02 | [ci skip] Some consistency in the docs' theme CSS | Andrey Andreev | 1 | -37/+35 | |
2015-10-02 | [ci skip] Some consistency in the docs' theme CSS | Andrey Andreev | 1 | -37/+35 | |
2015-10-02 | Rearrange the TOC slightly, to support consistency between the side menu and ↵ | Master Yoda | 1 | -10/+10 | |
the sphonx toctree-derived pulldown menu. Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-10-02 | Merge pull request #4153 from jim-parry/doc/toc | Andrey Andreev | 1 | -10/+10 | |
[ci skip] Adjust user guide TOC | |||||
2015-10-02 | Merge pull request #4148 from zhanghongyi/generate-pulldown | Andrey Andreev | 5 | -76/+121 | |
[ci skip] Generate docs pulldown menu using sphinx toctree | |||||
2015-10-02 | Rearrange the TOC slightly, to support consistency between the side menu and ↵ | Master Yoda | 1 | -10/+10 | |
the sphonx toctree-derived pulldown menu. Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-10-02 | minor fixes: add back theme codes | Hongyi Zhang | 2 | -2/+3 | |
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com> | |||||
2015-10-02 | Fix indentations | Hongyi Zhang | 3 | -21/+19 | |
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com> | |||||
2015-09-30 | add end modification message back | Hongyi Zhang | 1 | -0/+2 | |
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com> | |||||
2015-09-30 | refactor pulldown menu generation using sphinx toctree | Hongyi Zhang | 5 | -69/+113 | |
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com> | |||||
2015-09-29 | [ci skip] Add changelog message for PR #4126 | Andrey Andreev | 1 | -0/+1 | |
2015-09-29 | Merge pull request #4126 from zoaked/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Persist config file rules when using FV reset_validation() | |||||
2015-09-29 | Merge pull request #4126 from zoaked/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Persist config file rules when using FV reset_validation() | |||||
2015-09-28 | Update changelog.rst | zoaked | 1 | -1/+0 | |
2015-09-28 | [ci skip] Explain per-directory logic for 404_override too | Andrey Andreev | 1 | -2/+4 | |