Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comits from develop to i18n #157

Open
wants to merge 394 commits into
base: i18n
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
394 commits
Select commit Hold shift + click to select a range
0801014
Allow for multi-segment table names in Migration generator. Fixes #114
lonnieezell Jul 13, 2015
9c712e2
Revert "Ensure that special characters don't break the password check…
lonnieezell Jul 14, 2015
e6b12c2
Update CodeIgniter Fix #3890
ggallon Jul 15, 2015
c6503ac
Update CodeIgniter Fix #3903
ggallon Jul 15, 2015
c8778ce
Update CodeIgniter Fix #3904
ggallon Jul 15, 2015
4f5cd77
Update CodeIgniter Merge pull request #3909 from MichaelFoss/patch-1
ggallon Jul 15, 2015
c7a85a9
Update CodeIgniter Fix #3908
ggallon Jul 15, 2015
4541cdc
Update CodeIgniter Alter CI_Upload logging levels
ggallon Jul 15, 2015
5f7976f
Update CodeIgniter Work-around for https://bugs.php.net/bug.php?id=39598
ggallon Jul 15, 2015
489a370
Update CodeIgniter Fix #3913
ggallon Jul 15, 2015
6eb3e43
Update CodeIgniter A small optimization in CI_Cache::is_supported()
ggallon Jul 15, 2015
580a324
Update CodeIgniter Merge pull request #3924 from EdersonTS/patch-1
ggallon Jul 15, 2015
9188bc3
Update CodeIgniter Fix #3932
ggallon Jul 15, 2015
c03f107
Update CodeIgniter Merge pull request #3930 from rochefort/fix-is_robot
ggallon Jul 15, 2015
281a966
Update CodeIgniter Fix regression caused by 59d1ffd927ef3b63dbadf42e1…
ggallon Jul 15, 2015
99d771a
Update CodeIgniter Close #3934
ggallon Jul 15, 2015
03e4284
Update CodeIgniter Merge pull request #3940 from ftwbzhao/develop
ggallon Jul 15, 2015
7460f80
Update CodeIgniter Apply PR #3940 to sqlite3 driver and fix a wrong v…
ggallon Jul 15, 2015
e738dd6
Update CodeIgniter Close #3941
ggallon Jul 15, 2015
59f50e3
Update CodeIgniter Fix QB delete() for multiple tables with where()
ggallon Jul 15, 2015
869329b
Update CodeIgniter Merge pull request #3953 from calvintam236/develop
ggallon Jul 15, 2015
3c5f64f
Update CodeIgniter Merge pull request #3957 from ftwbzhao/feature/uni…
ggallon Jul 15, 2015
8645f6c
Update CodeIgniter Merge pull request #3955 from ftwbzhao/ci3.0
ggallon Jul 15, 2015
63d4a23
Update CodeIgniter [ci skip] Update config/migration.php comments
ggallon Jul 15, 2015
5cbf9f1
Update CodeIgniter Merge pull request #3952 from ftwbzhao/develop
ggallon Jul 15, 2015
6ec48ae
Update CodeIgniter Merge pull request #3958 from ftwbzhao/feature/router
ggallon Jul 15, 2015
c5b9e74
Update CodeIgniter Fix #3963
ggallon Jul 15, 2015
9810cdf
Update CodeIgniter [ci skip] Cleanup some whitespace in CI_Unit_test
ggallon Jul 15, 2015
7243899
Update CodeIgniter Fix #3965
ggallon Jul 15, 2015
c844cb8
Update CodeIgniter [ci skip] Clarify comments about libraries/drivers…
ggallon Jul 15, 2015
ed20e1a
Update CodeIgniter [ci skip] Update 'ico' entry in config/mimes.php
ggallon Jul 15, 2015
cad9233
Update CodeIgniter Merge branch 'feature/unicode_url_title' into develop
ggallon Jul 15, 2015
125954a
Update CodeIgniter allow add of keys with array
ggallon Jul 15, 2015
db25fc2
Update CodeIgniter Merge branch 'feature/form_helper' of github.com:d…
ggallon Jul 15, 2015
da70f81
Update CodeIgniter Polish changes from PR #3893
ggallon Jul 15, 2015
0368de2
Update CodeIgniter Merge pull request #3977 from MSDehghan/develop
ggallon Jul 15, 2015
3fa815f
Update CodeIgniter Merge pull request #3715 from infinit89/patch-1
ggallon Jul 15, 2015
33da12a
Update CodeIgniter Merge branch 'patch-1' of github.com:w0den/CodeIgn…
ggallon Jul 15, 2015
0a0f2b1
Update CodeIgniter [ci skip] Revert styleguide violations from PR #3828
ggallon Jul 15, 2015
9c8f022
Update CodeIgniter [ci skip] Add changelog entries for PR #3828
ggallon Jul 15, 2015
253fb65
Fix missing semicolon (ConfigStore)
ggallon Jul 15, 2015
411d896
Fix Typo (CIDbModel)
ggallon Jul 15, 2015
d71423d
Merge pull request #125 from dev-ggallon/develop
lonnieezell Jul 15, 2015
15d58bb
Merge pull request #124 from dev-ggallon/Feature/Update_CodeIgniter
lonnieezell Jul 15, 2015
8d9a3a5
Update CodeIgniter Merge branch 'feature/mysqli-ssl' of github.com:nd…
ggallon Jul 23, 2015
21ea00b
Update CodeIgniter Refactor proposed changes from PR #3896
ggallon Jul 23, 2015
a8d3e3a
Update CodeIgniter [ci skip] Add note about colon-separated ssl_ciphe…
ggallon Jul 23, 2015
518ac12
Update CodeIgniter Improve the ssl_cipher check for MySQLi
ggallon Jul 23, 2015
3592f9e
Update CodeIgniter Add SSL support for PDO_MYSQL too
ggallon Jul 23, 2015
c0dc954
Update CodeIgniter Add 'ssl_verify' option for mysqli driver
ggallon Jul 23, 2015
62b06d7
Update CodeIgniter [ci skip] Fix a bug reported via PR #3704
ggallon Jul 23, 2015
164826c
Update CodeIgniter [ci skip] Fix #3778
ggallon Jul 23, 2015
db7c998
Update CodeIgniter Fix #3752
ggallon Jul 23, 2015
82829f9
Update CodeIgniter Fix an internal bug in QB where() escaping
ggallon Jul 23, 2015
fb1e336
Update CodeIgniter Fix #3279
ggallon Jul 23, 2015
6626153
Update CodeIgniter Fix #3989
ggallon Jul 23, 2015
2827201
Update CodeIgniter Fix #3991
ggallon Jul 23, 2015
7dab9fc
Update CodeIgniter Add class_exists() checks to CI_Loader::model()
ggallon Jul 23, 2015
b7f1652
Update CodeIgniter Remove eval()-related logic from function_exists()
ggallon Jul 23, 2015
ba62982
Update CodeIgniter Fix an issue with CI_Upload max filesize
ggallon Jul 23, 2015
028e478
Update CodeIgniter Merge pull request #3995 from rajatsharma94/develop
ggallon Jul 23, 2015
9b20e05
Merge pull request #126 from dev-ggallon/f/Update_CodeIgniter
lonnieezell Jul 24, 2015
47807b9
Allow app controllers to override any module controller of the same n…
lonnieezell Jul 24, 2015
467f44f
Merge branch 'develop' of https://github.com/ci-bonfire/Sprint into d…
lonnieezell Jul 24, 2015
c0b27b0
Adding note about security hole contact info to the Readme
lonnieezell Jul 24, 2015
a3ab2d7
Added missing use statement for the escaper in ThemedController. Fixe…
lonnieezell Jul 24, 2015
f1bdda5
Fix for getMetaItem method
Jul 29, 2015
056a579
Merge pull request #1 from shpeilin/shpeilin-patch-1
Jul 29, 2015
4c384b4
Merge pull request #129 from shpeilin/develop
lonnieezell Jul 29, 2015
21830b8
Fix withMeta to actually retrieve the array of meta data. Fixes #130
lonnieezell Aug 4, 2015
d7030be
Merge branch 'develop' of https://github.com/ci-bonfire/Sprint into d…
lonnieezell Aug 4, 2015
61cb36a
Remove JSON support from model. Add support for finding results as cu…
lonnieezell Aug 20, 2015
f0cfd7a
Updated docs to reflect new custom class model features and removing …
lonnieezell Aug 20, 2015
39a174b
Replace all of CIDbModel's database wrapper methods with a simple __c…
lonnieezell Aug 20, 2015
89af336
Normalizing path in sandbox to make it work in Windows as well. Fixes…
lonnieezell Sep 4, 2015
8fe872a
Update CodeIgniter Merge pull request #3996 from calvintam236/develop
ggallon Sep 6, 2015
f2dbda8
Update CodeIgniter Fix #4000
ggallon Sep 6, 2015
875d92b
Update CodeIgniter Revert "Fix #3989"
ggallon Sep 6, 2015
430d310
Update CodeIgniter Revert "Fix an internal bug in QB where() escaping"
ggallon Sep 6, 2015
34a9974
Update CodeIgniter Close #4004
ggallon Sep 6, 2015
523edb9
Update CodeIgniter Fix #4005
ggallon Sep 6, 2015
e791cbe
Update CodeIgniter Fix a 'counter-#3989' bug
ggallon Sep 6, 2015
8bd044d
Update CodeIgniter Fix #4012
ggallon Sep 6, 2015
48d0523
Update CodeIgniter [ci skip] Normalize tabs/spaces
ggallon Sep 6, 2015
9c77f15
Update CodeIgniter Fix #4015
ggallon Sep 6, 2015
4a99b10
Update CodeIgniter Fix #4027
ggallon Sep 6, 2015
99b3e3b
Update CodeIgniter Merge pull request #4028 from bjjay/patch-1
ggallon Sep 6, 2015
737f3e7
Update CodeIgniter Fix #4026
ggallon Sep 6, 2015
7e43160
Update CodeIgniter Fix ReDoS-bug in string_helper.php
ggallon Sep 6, 2015
9b3b4a9
Update CodeIgniter Fix #4023
ggallon Sep 6, 2015
f6d2ad2
Update CodeIgniter [ci skip] Start of 3.0.2-dev
ggallon Sep 6, 2015
c6b42ef
Update CodeIgniter [ci skip] Partial patch for #2284
ggallon Sep 6, 2015
0148809
Update CodeIgniter Update config/constants.php with defined() checks
ggallon Sep 6, 2015
e39ecc9
Update CodeIgniter Fix typo in comments
ggallon Sep 6, 2015
639cc9d
Update CodeIgniter Fix #4052
ggallon Sep 6, 2015
2662e20
Update CodeIgniter Fix #4056
ggallon Sep 6, 2015
333b17f
Update CodeIgniter Allow capitals in the middle of model names
ggallon Sep 6, 2015
da446e9
Update CodeIgniter [ci skip] Fix 'sqlsrv' connect failure endless loop
ggallon Sep 6, 2015
cb80c1e
Update CodeIgniter Fix #4065
ggallon Sep 6, 2015
ed1ccc1
Update CodeIgniter Fix #4066
ggallon Sep 6, 2015
fa94e98
Update CodeIgniter Fix #4073
ggallon Sep 6, 2015
1e0ac16
Update CodeIgniter Fix #4086
ggallon Sep 6, 2015
e772011
Update CodeIgniter [ci skip] Fix #4091
ggallon Sep 6, 2015
cb863e3
Update CodeIgniter Merge pull request #4092 from mpmont/3.0-stable
ggallon Sep 6, 2015
cca736e
Update CodeIgniter [ci skip] Correct session database setup docs
ggallon Sep 6, 2015
af1a2be
Update CodeIgniter Fix #4093
ggallon Sep 6, 2015
696e9f0
Update CodeIgniter Fix #4096
ggallon Sep 6, 2015
ec61fa9
Merge pull request #133 from dev-ggallon/f/Update_CodeIgniter
lonnieezell Sep 8, 2015
c25b3bc
Update CodeIgniter Move csrf_verify() call out of _sanitize_globals()
ggallon Sep 8, 2015
8b3b845
Update CodeIgniter Remove unnecessary count() calls from _sanitize_gl…
ggallon Sep 8, 2015
f043177
Update CodeIgniter Fix #4106
ggallon Sep 11, 2015
0e0d2ab
Update CodeIgniter Change form validation library to allow the pipe c…
ggallon Sep 11, 2015
f736bca
Update CodeIgniter Fix & extend 700619cebf75c4e4fcda6a2d7bea1afb84a029e4
ggallon Sep 11, 2015
2682006
Update CodeIgniter Last commit didn't adjust a RE index
ggallon Sep 11, 2015
0095a6b
Update CodeIgniter Replace the latest XSS patches
ggallon Sep 11, 2015
1b61f65
Update CodeIgniter Improve on previous commit
ggallon Sep 11, 2015
1e6c243
Update CodeIgniter Harden xss_clean() more
ggallon Sep 11, 2015
5bddd64
Update CodeIgniter Move _remove_evil_attributes() call
ggallon Sep 14, 2015
6a3b998
Update CodeIgniter Add 'eval' to a JS blacklist in xss_clean()
ggallon Sep 14, 2015
a58ce19
Update CodeIgniter Fix #4109
ggallon Sep 15, 2015
07c45d5
Update CodeIgniter Fix #4044
ggallon Sep 15, 2015
783579c
Update CodeIgniter Fix #4032
ggallon Sep 15, 2015
b63152e
Update CodeIgniter Close #4098
ggallon Sep 15, 2015
e3c4172
Update CodeIgniter Another addition to tag detection patterns in xss_…
ggallon Sep 15, 2015
4b9f8ac
Update CodeIgniter Missing character in the evil attributes pattern
ggallon Sep 17, 2015
20fb4e0
Update CodeIgniter Fix #4120
ggallon Sep 17, 2015
06511aa
Update CodeIgniter Fix #4116 Close #4117
ggallon Sep 17, 2015
4099807
Update CodeIgniter Refactor 'evil attributes' sanitization logic
ggallon Sep 20, 2015
3570e74
Update CodeIgniter Don't allow open-ended tags to pass through xss_cl…
ggallon Sep 20, 2015
1070df9
Update CodeIgniter More XSS stuff
ggallon Sep 21, 2015
6113adc
Update CodeIgniter Fix #4137
ggallon Sep 25, 2015
8b9f1c5
Update CodeIgniter Merge pull request #4126 from zoaked/patch-1
ggallon Sep 30, 2015
12db158
Merge pull request #134 from dev-ggallon/f/Update_CodeIgniter
lonnieezell Sep 30, 2015
04d4656
Update CodeIgniter More XSS stuff
ggallon Oct 12, 2015
a313e15
Update CodeIgniter Close #4155
ggallon Oct 12, 2015
7fdd3be
Update CodeIgniter Some more intrusive XSS cleaning
ggallon Oct 12, 2015
9c32070
Update CodeIgniter [ci skip] Prepare 3.0.2 release
ggallon Oct 12, 2015
4d5dba5
Update CodeIgniter Readme.rst
ggallon Oct 12, 2015
f500ff5
Update CodeIgniter Optimize csv_from_result speed.
ggallon Oct 19, 2015
22ed52f
Update CodeIgniter [ci skip] This is 3.0.3-dev
ggallon Oct 19, 2015
de9a9fb
Update CodeIgniter [ci skip] Fix #4170
ggallon Oct 19, 2015
308f9e9
Update CodeIgniter Fix #4179
ggallon Oct 19, 2015
248a495
Update CodeIgniter Fix #4173
ggallon Oct 19, 2015
500e905
Update CodeIgniter Fix #4171 and a number of other transaction bugs
ggallon Oct 19, 2015
d914a6c
Update CodeIgniter Fix #3201
ggallon Nov 1, 2015
eab960c
Update CodeIgniter Fix #4192
ggallon Nov 1, 2015
8895d86
Update CodeIgniter Harden xss_clean()
ggallon Nov 1, 2015
a4d4286
Update CodeIgniter Prevent Host header injections
ggallon Nov 1, 2015
b298f6c
Update CodeIgniter Use proper randomness when generating CAPTCHAs
ggallon Nov 1, 2015
4b3cabe
Update CodeIgniter [ci skip] Update version 3.0.3
ggallon Nov 1, 2015
2ed3910
Merge pull request #135 from dev-ggallon/Feature/Update_CodeIgniter
lonnieezell Nov 2, 2015
2801f8b
Uppercasing the Users controller in Modules docs. Fixes #136
lonnieezell Nov 17, 2015
1ec3ebb
Merge branch 'develop' of https://github.com/ci-bonfire/Sprint into d…
lonnieezell Nov 17, 2015
f0c41ae
Update CodeIgniter [ci skip] Start of 3.0.4 development
ggallon Dec 11, 2015
96aa297
Update CodeIgniter Fix #4212
ggallon Dec 11, 2015
640e3ce
Update CodeIgniter [ci skip] Fix a false default-fallback bug in set_…
ggallon Dec 11, 2015
b0b20b5
Update CodeIgniter Merge pull request #4218 from schwemmer/develop
ggallon Dec 11, 2015
5fa0149
Update CodeIgniter Merge pull request #4217 from natesilva/fix-ipv6-b…
ggallon Dec 11, 2015
816c666
Update CodeIgniter [ci skip] Fix an infinite loop in captcha helper
ggallon Dec 11, 2015
51037fb
Update CodeIgniter Merge pull request #4223 from j0inty/develop
ggallon Dec 11, 2015
1d93c77
Update CodeIgniter Fix #4244
ggallon Dec 11, 2015
68bb946
Update CodeIgniter [ci skip] Fix #4245
ggallon Dec 11, 2015
49be5f2
Update CodeIgniter [ci skip] Remove some redundant code from DB_forge
ggallon Dec 11, 2015
bf50e78
Update CodeIgniter Use PHP7's random_bytes() when possible
ggallon Dec 11, 2015
6b5dbcb
Update CodeIgniter Fix #4283
ggallon Dec 11, 2015
3c4ee58
Update CodeIgniter Merge pull request #4291 from b-kaxa/fix-phpdoc
ggallon Dec 11, 2015
13c6d29
Update CodeIgniter Fix #4306
ggallon Dec 11, 2015
9cff035
Update CodeIgniter Fix #4039
ggallon Dec 11, 2015
5211372
Merge pull request #137 from dev-ggallon/f/Update_CodeIgniter
lonnieezell Dec 12, 2015
ad2931b
Class ThemedController Corrected reference @package
ggallon Dec 13, 2015
269fb59
Added or corrected Comment Class
ggallon Dec 13, 2015
b975033
Remove space
ggallon Dec 13, 2015
06de60d
Corrected CSS Class
ggallon Dec 13, 2015
33ecfca
Merge pull request #138 from dev-ggallon/f/Docs
lonnieezell Dec 14, 2015
9a1363b
Merge pull request #139 from dev-ggallon/f/Fix_css_class
lonnieezell Dec 14, 2015
7b81205
Merge pull request #140 from dev-ggallon/f/Bonfire
lonnieezell Dec 14, 2015
7d455c9
Merge pull request #141 from dev-ggallon/f/commentClass
lonnieezell Dec 14, 2015
ffca8d3
Update CodeIgniter [ci skip] Proper error handling for Sessions on PHP 5
ggallon Dec 15, 2015
0760cec
Update CodeIgniter Fix #4312
ggallon Dec 15, 2015
06eabea
Update CodeIgniter Close #4313
ggallon Dec 15, 2015
b9e7e16
Update CodeIgniter Fix version() for Oracle DB drivers
ggallon Dec 15, 2015
aa923dc
Update CodeIgniter Really fix #4039
ggallon Dec 15, 2015
904a242
Update CodeIgniter Fix logical errors from af849696d43f5c3b68962af1ae…
ggallon Dec 15, 2015
f6fa23b
Merge pull request #142 from dev-ggallon/f/Update_CodeIgniter
lonnieezell Dec 15, 2015
2d6b855
Set language used within API controllers to a default value instead o…
lonnieezell Jan 2, 2016
df8a487
Merge branch 'develop' of https://github.com/ci-bonfire/Sprint into d…
lonnieezell Jan 2, 2016
66d82f6
Check for the existence of a language file before using it in ApiCont…
lonnieezell Jan 3, 2016
b25faba
Update CodeIgniter Fix #4331
ggallon Jan 5, 2016
427d981
Update CodeIgniter Fix #4343
ggallon Jan 5, 2016
1ca1430
Update CodeIgniter Fix #4350
ggallon Jan 5, 2016
d9f9dd2
LocalAuthentication login strategy update
michalsn Jan 7, 2016
3b84e13
isThrottled fix
michalsn Jan 7, 2016
463bf47
Fix time between failed logins
michalsn Jan 7, 2016
90d1344
Digest API Authentication add login attempts
michalsn Jan 7, 2016
35cb7d7
APIAuthentication - check throttling right after validation
michalsn Jan 7, 2016
59db3ab
fix test
michalsn Jan 7, 2016
ea5dccf
fix tests
michalsn Jan 7, 2016
f306bca
Merge pull request #144 from michalsn/patch/patch-1
lonnieezell Jan 10, 2016
a766f8d
Merge pull request #145 from michalsn/patch/patch-2
lonnieezell Jan 10, 2016
368a039
Merge pull request #146 from michalsn/patch/patch-3
lonnieezell Jan 10, 2016
ce69c9f
Merge pull request #148 from michalsn/patch/patch-5
lonnieezell Jan 10, 2016
06e1bf0
Merge pull request #147 from michalsn/patch/patch-4
lonnieezell Jan 10, 2016
642f592
Update CodeIgniter Fix #4337
ggallon Jan 10, 2016
f177505
Update CodeIgniter Fix #4362
ggallon Jan 10, 2016
43dd48a
Update CodeIgniter Merge branch 'feature/oci_offset' into 3.0-stable
ggallon Jan 10, 2016
cbe01bc
Update CodeIgniter [ci skip] Add Oracle 12.1 OFFSET support to PDO_OC…
ggallon Jan 10, 2016
64b010b
Update CodeIgniter Add support for MYSQLI_CLIENT_SSL_DONT_VERIFY_SERV…
ggallon Jan 10, 2016
28c7d94
Update CodeIgniter Fix MySQL's 'stricton' feature
ggallon Jan 10, 2016
69dc866
Update CodeIgniter Add MySQL stricton changes to mysqli and pdo/mysql…
ggallon Jan 10, 2016
33349f2
Update CodeIgniter Fix MySQL errors from latest commits
ggallon Jan 10, 2016
15fb17f
Update CodeIgniter MySQL stricton again ... remove the version condition
ggallon Jan 10, 2016
849151a
Docs Security Authorization fix title
ggallon Jan 10, 2016
17da97a
Revert "Docs Security Authorization fix title"
ggallon Jan 10, 2016
e2250a1
Merge pull request #149 from dev-ggallon/f/Update_CodeIgniter
lonnieezell Jan 11, 2016
6f448b2
#150 login attempts improvements
michalsn Jan 11, 2016
a381405
#150 use ip_address() method from input class to spot IP address
michalsn Jan 12, 2016
b39a7fb
#150 fix migration name
michalsn Jan 12, 2016
6bb0fd5
Merge pull request #151 from michalsn/feature/better-login-attempts
lonnieezell Jan 12, 2016
0d4702e
#25 throttle password reset form
michalsn Jan 13, 2016
154c586
Merge pull request #152 from michalsn/feature/throttle-password-reset
lonnieezell Jan 13, 2016
30a9162
fix purgeLoginAttempts method
michalsn Jan 14, 2016
727d1c2
Merge pull request #153 from michalsn/patch/patch-6
lonnieezell Jan 15, 2016
5afbde3
fix #154
michalsn Jan 15, 2016
1ef7766
Modifying model generator to default to arrays to match up with the v…
lonnieezell Jan 29, 2016
5149cc9
Merge pull request #155 from michalsn/patch/patch-7
lonnieezell Jan 29, 2016
a7c8b8c
Updating to latest version of Codecept.
lonnieezell Jan 29, 2016
f738534
Fixing bug in reset method that was causing tests to fail.
lonnieezell Jan 29, 2016
eba62ca
Fixing a couple of tests to run error free under PHP 7
lonnieezell Jan 29, 2016
010c241
fix php errors under PHP7 during tests
michalsn Feb 16, 2016
7859b3e
update composer.json
michalsn Feb 16, 2016
1be0d2d
Merge pull request #163 from michalsn/patch/tests-php7
lonnieezell Feb 16, 2016
9cf6c09
Merge pull request #164 from michalsn/patch/composer
lonnieezell Feb 16, 2016
0efd3aa
Working on getting acceptance tests running again.
lonnieezell Feb 22, 2016
f5bc1cf
Fixing Login acceptance test.
lonnieezell Feb 22, 2016
a2563c3
acceptance tests fix - add missing type
michalsn Feb 23, 2016
e54387c
Merge pull request #165 from michalsn/patch/acceptance-tests-2
lonnieezell Feb 23, 2016
eb2b61c
Update view_update.tpl.php
Jul 21, 2016
b62a26b
Merge pull request #168 from kfern-github/develop
lonnieezell Jul 21, 2016
a165047
Update Builder.php for links on base installation
silverark Aug 9, 2016
606a76b
Merge pull request #169 from silverark/patch-1
lonnieezell Aug 10, 2016
e5ebb03
Update CIDbModel to allow joining other tables.
silverark Jan 4, 2018
891052d
Update Tests for Patch
silverark Jan 4, 2018
5210fbc
Merge pull request #179 from silverark/patch-3
lonnieezell Jan 5, 2018
eccbf4a
Update models.md
shayhurley Mar 14, 2018
68bf646
Merge pull request #181 from shayhurley/patch-1
lonnieezell Mar 15, 2018
fab9fc3
Small Fixes and Typo
yahyaerturan Mar 25, 2018
a031de8
Merge pull request #182 from yahyaerturan/develop
lonnieezell Mar 26, 2018
95f98af
typos correction for models.md
ComputingFroggy Apr 21, 2018
e5f516c
Merge pull request #183 from ComputingFroggy/patch-1
lonnieezell Apr 22, 2018
1bac4b5
Update readme.md
lonnieezell Jan 2, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Lists files and folders that should NOT be included
# in archives made by git. Mostly used when pulling
# the project in through Composer and using --prefer-dist

.travis.yml
.gitattributes
readme.md

tests/unit/myth/
tests/acceptance/myth/
tests/functional/myth/

10 changes: 10 additions & 0 deletions application/config/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,16 @@
//
$config['theme.parse_views'] = false;

//--------------------------------------------------------------------
// Auto Escape Vars
//--------------------------------------------------------------------
// If TRUE, will auto escape any vars set using set_var() or passed
// in a $data array to one of the theme methods.
//
// This can be overridden on a per-call basis.
//
$config['theme.auto_escape'] = true;

//--------------------------------------------------------------------
// Settings Stores
//--------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions application/config/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
//
// This is the number of SECONDS max.
//
$config['auth.max_throttle_time'] = 45;
$config['auth.max_throttle_time'] = 50;

//--------------------------------------------------------------------
// Start Throttling After
Expand Down Expand Up @@ -208,7 +208,7 @@
// - 'email' The are sent an email with an activation link/code
// - 'manual' Requires manual approval by a site administrator.
//
$config['auth.activation_method'] = 'email';
$config['auth.activation_method'] = 'auto';


//--------------------------------------------------------------------
Expand Down
25 changes: 6 additions & 19 deletions application/config/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,15 @@
| $autoload['packages'] = array(APPPATH.'third_party', '/usr/local/shared');
|
*/

$autoload['packages'] = array(APPPATH.'third_party');


/*
| -------------------------------------------------------------------
| Auto-load Libraries
| -------------------------------------------------------------------
| These are the classes located in the system/libraries folder
| or in your application/libraries folder.
| These are the classes located in system/libraries/ or your
| application/libraries/ directory, with the addition of the
| 'database' library, which is somewhat of a special case.
|
| Prototype:
|
Expand All @@ -59,26 +58,23 @@
|
| $autoload['libraries'] = array('user_agent' => 'ua');
*/

$autoload['libraries'] = array();


/*
| -------------------------------------------------------------------
| Auto-load Drivers
| -------------------------------------------------------------------
| These classes are located in the system/libraries folder or in your
| application/libraries folder within their own subdirectory. They
| These classes are located in system/libraries/ or in your
| application/libraries/ directory, but are also placed inside their
| own subdirectory and they extend the CI_Driver_Library class. They
| offer multiple interchangeable driver options.
|
| Prototype:
|
| $autoload['drivers'] = array('cache');
*/

$autoload['drivers'] = array();


/*
| -------------------------------------------------------------------
| Auto-load Helper Files
Expand All @@ -87,10 +83,8 @@
|
| $autoload['helper'] = array('url', 'file');
*/

$autoload['helper'] = array('url', 'language');


/*
| -------------------------------------------------------------------
| Auto-load Config files
Expand All @@ -103,10 +97,8 @@
| config files. Otherwise, leave it blank.
|
*/

$autoload['config'] = array('application');


/*
| -------------------------------------------------------------------
| Auto-load Language files
Expand All @@ -119,10 +111,8 @@
| "codeigniter_lang.php" would be referenced as array('codeigniter');
|
*/

$autoload['language'] = array('application');


/*
| -------------------------------------------------------------------
| Auto-load Models
Expand All @@ -136,11 +126,8 @@
|
| $autoload['model'] = array('first_model' => 'first');
*/

$autoload['model'] = array();



/**
* Load PHPError
* todo Look into enabling save file feature because that would be bad ass
Expand Down
46 changes: 29 additions & 17 deletions application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@
|
| http://example.com/
|
| If this is not set then CodeIgniter will try guess the protocol, domain
| and path to your installation. However, you should always configure this
| explicitly and never rely on auto-guessing, especially in production
| environments.
| WARNING: You MUST set this value!
|
| If it is not set, then CodeIgniter will try guess the protocol and path
| your installation, but due to security concerns the hostname will be set
| to $_SERVER['SERVER_ADDR'] if available, or localhost otherwise.
| The auto-detection mechanism exists only for convenience during
| development and MUST NOT be used in production!
|
| If you need to allow multiple domains, remember that this file is still
| a PHP script and you can easily do that on your own.
|
*/
$config['base_url'] = '';
Expand Down Expand Up @@ -67,7 +73,6 @@
|
| http://codeigniter.com/user_guide/general/urls.html
*/

$config['url_suffix'] = '';

/*
Expand Down Expand Up @@ -164,7 +169,6 @@
*/
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-';


/*
|--------------------------------------------------------------------------
| Enable Query Strings
Expand Down Expand Up @@ -201,8 +205,6 @@
| Error Logging Threshold
|--------------------------------------------------------------------------
|
| If you have enabled error logging, you can set an error threshold to
| determine what gets logged. Threshold options are:
| You can enable error logging by setting a threshold over zero. The
| threshold determines what gets logged. Threshold options are:
|
Expand Down Expand Up @@ -297,8 +299,15 @@
| Cache Include Query String
|--------------------------------------------------------------------------
|
| Set this to TRUE if you want to use different cache files depending on the
| URL query string. Please be aware this might result in numerous cache files.
| Whether to take the URL query string into consideration when generating
| output cache files. Valid options are:
|
| FALSE = Disabled
| TRUE = Enabled, take all query parameters into account.
| Please be aware that this may result in numerous cache
| files generated for the same page over and over again.
| array('q') = Enabled, but only take into account the specified list
| of query parameters.
|
*/
$config['cache_query_string'] = FALSE;
Expand Down Expand Up @@ -336,10 +345,10 @@
|
| 'sess_save_path'
|
| The location to save sessions to, driver dependant.
| The location to save sessions to, driver dependent.
|
| For the 'files' driver, it's a path to a writable directory.
| WARNING: Only absolute paths are supported!
| WARNING: Only absolute paths are supported!
|
| For the 'database' driver, it's a table name.
| Please read up the manual for the format with other session drivers.
Expand All @@ -350,6 +359,9 @@
|
| Whether to match the user's IP address when reading the session data.
|
| WARNING: If you're using the database driver, don't forget to update
| your session table's PRIMARY KEY when changing this setting.
|
| 'sess_time_to_update'
|
| How many seconds between CI regenerating the session ID.
Expand All @@ -365,14 +377,13 @@
|
*/
$config['sess_driver'] = 'files';
$config['sess_cookie_name'] = 'ci_session';
$config['sess_cookie_name'] = 'id';
$config['sess_expiration'] = 7200;
$config['sess_save_path'] = NULL;
$config['sess_match_ip'] = FALSE;
$config['sess_match_ip'] = true;
$config['sess_time_to_update'] = 300;
$config['sess_regenerate_destroy'] = FALSE;


/*
|--------------------------------------------------------------------------
| Cookie Related Variables
Expand Down Expand Up @@ -400,7 +411,7 @@
|--------------------------------------------------------------------------
|
| Determines whether to standardize newline characters in input data,
| meaning to replace \r\n, \r, \n occurences with the PHP_EOL value.
| meaning to replace \r\n, \r, \n occurrences with the PHP_EOL value.
|
| This is particularly useful for portability between UNIX-based OSes,
| (usually \n) and Windows (\r\n).
Expand Down Expand Up @@ -487,10 +498,11 @@
| can rewrite the tags on-the-fly, enabling you to utilize that syntax
| in your view files. Options are TRUE or FALSE (boolean)
|
| Note: You need to have eval() enabled for this to work.
|
*/
$config['rewrite_short_tags'] = FALSE;


/*
|--------------------------------------------------------------------------
| Reverse Proxy IPs
Expand Down
69 changes: 34 additions & 35 deletions application/config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@

define('SPRINT_VERSION', '1.0-beta1');

/*
|--------------------------------------------------------------------------
| Display Debug backtrace
|--------------------------------------------------------------------------
|
| If set to TRUE, a backtrace will be displayed along with php errors. If
| error_reporting is disabled, the backtrace will not display, regardless
| of this setting
|
*/
defined('SHOW_DEBUG_BACKTRACE') OR define('SHOW_DEBUG_BACKTRACE', TRUE);

/*
|--------------------------------------------------------------------------
| File and Directory Modes
Expand All @@ -16,10 +28,10 @@
| always be used to set the mode correctly.
|
*/
define('FILE_READ_MODE', 0644);
define('FILE_WRITE_MODE', 0666);
define('DIR_READ_MODE', 0755);
define('DIR_WRITE_MODE', 0755);
defined('FILE_READ_MODE') OR define('FILE_READ_MODE', 0644);
defined('FILE_WRITE_MODE') OR define('FILE_WRITE_MODE', 0666);
defined('DIR_READ_MODE') OR define('DIR_READ_MODE', 0755);
defined('DIR_WRITE_MODE') OR define('DIR_WRITE_MODE', 0755);

/*
|--------------------------------------------------------------------------
Expand All @@ -29,27 +41,14 @@
| These modes are used when working with fopen()/popen()
|
*/

define('FOPEN_READ', 'rb');
define('FOPEN_READ_WRITE', 'r+b');
define('FOPEN_WRITE_CREATE_DESTRUCTIVE', 'wb'); // truncates existing file data, use with care
define('FOPEN_READ_WRITE_CREATE_DESTRUCTIVE', 'w+b'); // truncates existing file data, use with care
define('FOPEN_WRITE_CREATE', 'ab');
define('FOPEN_READ_WRITE_CREATE', 'a+b');
define('FOPEN_WRITE_CREATE_STRICT', 'xb');
define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b');

/*
|--------------------------------------------------------------------------
| Display Debug backtrace
|--------------------------------------------------------------------------
|
| If set to TRUE, a backtrace will be displayed along with php errors. If
| error_reporting is disabled, the backtrace will not display, regardless
| of this setting
|
*/
define('SHOW_DEBUG_BACKTRACE', TRUE);
defined('FOPEN_READ') OR define('FOPEN_READ', 'rb');
defined('FOPEN_READ_WRITE') OR define('FOPEN_READ_WRITE', 'r+b');
defined('FOPEN_WRITE_CREATE_DESTRUCTIVE') OR define('FOPEN_WRITE_CREATE_DESTRUCTIVE', 'wb'); // truncates existing file data, use with care
defined('FOPEN_READ_WRITE_CREATE_DESCTRUCTIVE') OR define('FOPEN_READ_WRITE_CREATE_DESTRUCTIVE', 'w+b'); // truncates existing file data, use with care
defined('FOPEN_WRITE_CREATE') OR define('FOPEN_WRITE_CREATE', 'ab');
defined('FOPEN_READ_WRITE_CREATE') OR define('FOPEN_READ_WRITE_CREATE', 'a+b');
defined('FOPEN_WRITE_CREATE_STRICT') OR define('FOPEN_WRITE_CREATE_STRICT', 'xb');
defined('FOPEN_READ_WRITE_CREATE_STRICT') OR define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b');

/*
|--------------------------------------------------------------------------
Expand All @@ -76,13 +75,13 @@
| http://tldp.org/LDP/abs/html/exitcodes.html
|
*/
define('EXIT_SUCCESS', 0); // no errors
define('EXIT_ERROR', 1); // generic error
define('EXIT_CONFIG', 3); // configuration error
define('EXIT_UNKNOWN_FILE', 4); // file not found
define('EXIT_UNKNOWN_CLASS', 5); // unknown class
define('EXIT_UNKNOWN_METHOD', 6); // unknown class member
define('EXIT_USER_INPUT', 7); // invalid user input
define('EXIT_DATABASE', 8); // database error
define('EXIT__AUTO_MIN', 9); // lowest automatically-assigned error code
define('EXIT__AUTO_MAX', 125); // highest automatically-assigned error code
defined('EXIT_SUCCESS') OR define('EXIT_SUCCESS', 0); // no errors
defined('EXIT_ERROR') OR define('EXIT_ERROR', 1); // generic error
defined('EXIT_CONFIG') OR define('EXIT_CONFIG', 3); // configuration error
defined('EXIT_UNKNOWN_FILE') OR define('EXIT_UNKNOWN_FILE', 4); // file not found
defined('EXIT_UNKNOWN_CLASS') OR define('EXIT_UNKNOWN_CLASS', 5); // unknown class
defined('EXIT_UNKNOWN_METHOD') OR define('EXIT_UNKNOWN_METHOD', 6); // unknown class member
defined('EXIT_USER_INPUT') OR define('EXIT_USER_INPUT', 7); // invalid user input
defined('EXIT_DATABASE') OR define('EXIT_DATABASE', 8); // database error
defined('EXIT__AUTO_MIN') OR define('EXIT__AUTO_MIN', 9); // lowest automatically-assigned error code
defined('EXIT__AUTO_MAX') OR define('EXIT__AUTO_MAX', 125); // highest automatically-assigned error code
Loading