summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
2015-12-08documentation for the new RuntimeExceptionHalmai, Csongor1-0/+4
2015-12-03Fix #4283Andrey Andreev1-1/+2
2015-12-01Modified as asked after pull request:Sébastien Adam1-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-26Merge pull request #4273 from suhindra/developAndrey Andreev1-2/+2
[ci skip] Fix another file name in the docsaccording Similarly to PR #4271
2015-11-26fix another file name according PR #4271Suhindra1-2/+2
Fix another file name in documentation according PR #4271
2015-11-26Merge pull request #4271 from galdiolo/patch-12Andrey Andreev1-1/+1
[ci skip] Fix file name in documentation
2015-11-25Fix file nameClaudio Galdiolo1-1/+1
With case-sensitive filesystem, visiting example.com/index.php/form/ returns a '404 Page Not Found' error
2015-11-25HTML Helper - doctype(): now default type is HTML 5Sébastien Adam1-4/+4
2015-11-25HTML Helper - meta(): now can generate HTML meta charset & Open Graph propertySébastien Adam1-6/+6
2015-11-24[ci skip] Add changelog entries for 5afa348b48a93f24957377dc12f86ae64665b944Andrey Andreev1-0/+5
Related: #4260
2015-11-23[ci skip] Update routing docsAndrey Andreev1-5/+6
Close #4258
2015-11-16Merge pull request #4236 from galdiolo/patch-11Andrey Andreev3-3/+3
[ci skip] Bump PHP version number to 5.5
2015-11-16Grammar correction in database configuration guideCraig Johnson1-1/+1
"it" changed to "in" on line 10. "in" seems like the correct word to be used there. Small change.
2015-11-16[ci skip] Polish changes from PR #4240Andrey Andreev1-2/+2
2015-11-16[ci skip] Fix #4245Andrey Andreev1-0/+1
2015-11-16Fix #4244Andrey Andreev1-0/+1
2015-11-16 Spaces around ! . Changelog entry in 3.1.0.kemeng1-0/+5
2015-11-12Grammar correction in database configuration guideCraig Johnson1-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 discouragedClaudio Galdiolo3-3/+3
PHP 5.4 reached end of life Signed-off-by: Claudio Galdiolo <claudio.galdiolo@gmail.com>
2015-11-09[ci skip] Add changelog entry for PR #4223Andrey Andreev1-0/+1
2015-11-09[ci skip] Fix an infinite loop in captcha helperAndrey Andreev1-0/+1
2015-11-09[ci skip] Add changelog entry for PR #4217Andrey Andreev1-0/+1
2015-11-04[ci skip] Fix a false default-fallback bug in set_checkbox(), set_radio()Andrey Andreev1-0/+1
Relevant: #4210
2015-11-04[ci skip] Add 3.0.4 to changelog as wellAndrey Andreev1-0/+4
2015-11-04Fix #4212Andrey Andreev1-0/+5
2015-11-04[ci skip] Add 3.0.4 to changelog as wellAndrey Andreev1-0/+5
2015-11-04Merge branch '3.0-stable' into developAndrey Andreev8-7/+126
2015-11-04[ci skip] Start of 3.0.4 developmentAndrey Andreev4-3/+19
2015-10-31[ci skip] Update download linkAndrey Andreev1-1/+1
2015-10-31[ci skip] Update changelog, version & upgrade instructionsAndrey Andreev4-5/+95
2015-10-30Fix #4192Andrey Andreev1-0/+1
2015-10-30[ci skip] Fix changelog entry from latest commitAndrey Andreev1-1/+1
#3201 is actually another issue, the bug fixed by a62aa820bdd3e642f44428b27f2c6cde1baf4adc was just reported in the comments there.
2015-10-30Fix #3201Andrey Andreev1-0/+1
2015-10-21Merge pull request #4167 from zhanghongyi/fix-pulldownInstructor, Computer Systems Technology2-5/+46
disable pulldown menu on mobile devices
2015-10-21Merge pull request #4167 from zhanghongyi/fix-pulldownInstructor, Computer Systems Technology2-5/+46
disable pulldown menu on mobile devices
2015-10-19rename cookie values to make codes clearHongyi Zhang1-9/+9
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com>
2015-10-19Fix #4171 and a number of other transaction bugsAndrey Andreev2-2/+8
2015-10-19Fix #4173Andrey Andreev1-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 cachingAndrey Andreev1-1/+1
It doesn't support set() ... Related: #4175
2015-10-18Fix #4179Andrey Andreev1-0/+1
2015-10-16fix a typo in commentHongyi Zhang1-1/+1
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com>
2015-10-16revert img alt changes, fix cookies, and improve pulldown menu in multiple ↵Hongyi Zhang3-9/+43
screen size Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com>
2015-10-13[ci skip] Fix #4170Andrey Andreev1-0/+2
2015-10-13[ci skip] Correct version number in user guide confAndrey Andreev1-2/+2
2015-10-12Merge branch '3.0-stable' into developAndrey Andreev15-65/+124
2015-10-12[ci skip] Correct download link for 3.0.3-devAndrey Andreev1-1/+1
2015-10-12[ci skip] This is 3.0.3-devAndrey Andreev4-3/+19
2015-10-12[ci skip] Add changelog entry for PR #4166Andrey Andreev1-0/+12
2015-10-12[ci skip] Add more info about security reporting to docsAndrey Andreev2-4/+19
2015-10-12disable pulldown menu on mobile devicesHongyi Zhang2-1/+8
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com>