Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
de6a63bd4bd5dcb52ed05224b5ad65800b3812da
de6a63b
[ci skip] Fix /readme.rst links
by Andrey Andreev
· 11 years ago
88d16d7
Fix #2845
by Andrey Andreev
· 11 years ago
aa9a4f7
Fix #2844
by Andrey Andreev
· 11 years ago
505431a
Add <math> to 'naughty' HTML elements
by Andrey Andreev
· 11 years ago
dbd999f
Previous commit caused side effects ...
by Andrey Andreev
· 11 years ago
b69103e
Fix CI_Security::_remove_evil_attributes() being way too aggressive
by Andrey Andreev
· 11 years ago
adf3bde
Re-add 'on\w*' to evil attributes (rel #2667)
by Andrey Andreev
· 11 years ago
12445ca
Partially fix #2667
by Andrey Andreev
· 11 years ago
2b284f9
[ci skip] Add a link to PHP bug 54709 in is_really_writable()'s docblock
by Andrey Andreev
· 11 years ago
c53a178
CI_Security: Also add <svg> to 'naughty' HTML elements
by Andrey Andreev
· 11 years ago
c715b22
CI_Security: Add <select> and <keygen> tags to the list of 'naughty' HTML elements
by Andrey Andreev
· 11 years ago
ee7633c
Fix syntax errors
by Andrey Andreev
· 11 years ago
25ca235
CI_Security: Add 'form' and 'xlink:href' to evil attributes
by Andrey Andreev
· 11 years ago
d98cbb8
Add &newline; and &tab; to CI_Security::
by Andrey Andreev
· 11 years ago
ecc260e
Righting a wrong in the Session library
by Andrey Andreev
· 11 years ago
8fb31c9
[ci skip] AND -> &&
by Andrey Andreev
· 11 years ago
18eba24
Fix #2836
by Andrey Andreev
· 11 years ago
c67c3fb
CI_Security::_decode_entity() to replace dangerous HTML5 entities
by Andrey Andreev
· 11 years ago
4356806
Add <button> to the list of 'naugthy' html elements in CI_Security::xss_clean()
by Andrey Andreev
· 11 years ago
1a9a4dc
Merge branch 'feature/dbforge_table_attributes' into develop
by Andrey Andreev
· 11 years ago
ba8bf56
SQLSRV improvements
by Andrey Andreev
· 11 years ago
27f798b
Add support for optional table attributes to CI_DB_forge::create_table()
by Andrey Andreev
· 11 years ago
4d05716
Fix #2729
by Andrey Andreev
· 11 years ago
3aecedb
Fix #2737
by Andrey Andreev
· 11 years ago
ebdb4ea
Merge branch 'develop' into feature/output_compressed_cache
by Andrey Andreev
· 11 years ago
1c8245a
Polish changes from PR #2830
by Andrey Andreev
· 11 years ago
9039a35
Merge pull request #2830 from abdmaster/fix/config/database_save_queries
by Andrey Andreev
· 11 years ago
5cf7eff
Fix whitespaces to tabs.
by Ahmedul Haque Abid
· 11 years ago
4b9b507
Added save_queries config setting in config/database.php
by Ahmedul Haque Abid
· 11 years ago
99e2f8e
Fix #2829
by Andrey Andreev
· 11 years ago
f375272
Merge branch 'develop' into feature/output_compressed_cache
by Andrey Andreev
· 11 years ago
a9237cb
Fix 2 Router-related errors
by Andrey Andreev
· 11 years ago
87f1dd5
Merge branch 'develop' into feature/output_compressed_cache
by Andrey Andreev
· 11 years ago
a439905
Fix CI_URI:: not being properly indexed
by Andrey Andreev
· 11 years ago
ecaef96
Merge branch 'develop' into feature/output_compressed_cache
by Andrey Andreev
· 11 years ago
b2a0e70
Fix #2825
by Andrey Andreev
· 11 years ago
a00be04
Fix #2827
by Andrey Andreev
· 11 years ago
e17ccdb
Merge branch 'feature/uri_routing_overhaul' into 'develop'
by Andrey Andreev
· 11 years ago
88cf55b
Add autoloading library aliasing support (supersedes PR #2824)
by Andrey Andreev
· 11 years ago
a9938a0
Minor changes related to CI_User_agent
by Andrey Andreev
· 11 years ago
6672b82
Unit tests: Full code coverage of Benchmark class
by Andrey Andreev
· 11 years ago
e33e9c1
Add CI_Model unit test
by Andrey Andreev
· 11 years ago
3cf23cd
Merge pull request #2823 from fredemmott/hhvm-travis
by Andrey Andreev
· 11 years ago
8e93b79
Disable HHVM mysqli and pgsql tests
by Fred Emmott
· 11 years ago
291676b
Add a unit test for CI_Utf8::_is_ascii()
by Andrey Andreev
· 11 years ago
279459e
Add some unit tests for CI_Input
by Andrey Andreev
· 11 years ago
30d5324
URI Routing overhaul
by Andrey Andreev
· 11 years ago
08fef7d
Fix #2799 by adding conditional PCRE UTF-8 support to CI_URI::filter_uri()
by Andrey Andreev
· 11 years ago
60f71be
Merge changes from develop
by Andrey Andreev
· 11 years ago
d8b1ad3
Fix #2822: Incorrect usage of fwrite()
by Andrey Andreev
· 11 years ago
1b0a6a0
Merge pull request #2811 from dionysiosarvanitis/fix/ie11_user_agent
by Andrey Andreev
· 11 years ago
2cdd50e
Trident prefix added to avoid potential false positives.
by Dionysis Arvanitis
· 11 years ago
de14aa5
CI_URI changes related to the 'permitted_uri_chars' setting
by Andrey Andreev
· 11 years ago
3d21520
Fix incorrect checks for the fwrite() return value
by Andrey Andreev
· 11 years ago
e0d7755
Merge pull request #2819 from fredemmott/hhvm-travis
by Andrey Andreev
· 11 years ago
2e8ee6e
Dont break the build if tests only fail on HHVM
by Fred Emmott
· 11 years ago
c75cb69
Enable HHVM on travis-ci
by Fred Emmott
· 11 years ago
7892699
Merge pull request #2815 from fredemmott/fix-hhvm
by Andrey Andreev
· 11 years ago
9765472
Don't throw in mock autoloader
by Fred Emmott
· 11 years ago
3559af1
Merge pull request #2808 from melounek/filename_as_url
by Andrey Andreev
· 11 years ago
0c234d0
IE11 User Agent support added
by Dionysis Arvanitis
· 11 years ago
4e6c528
Finally get rid of the CI_Router::_set_overrides() calls
by Andrey Andreev
· 11 years ago
1dbdf72c
condition repair and comments
by Petr Heralecky
· 11 years ago
63f07cb
documentation repairs
by Petr Heralecky
· 11 years ago
ceb03af
rename src to file
by Petr Heralecky
· 11 years ago
232ea65
attach files by absolute url
by Petr Heralecky
· 11 years ago
9916bfc
Use config_item() in CI_Output::__construct()
by Andrey Andreev
· 11 years ago
155ee72
Compress output before storing it to cache, if output compression is enabled
by Andrey Andreev
· 11 years ago
c809726
Further changes related to PR #2807
by Andrey Andreev
· 11 years ago
2b21ee8
Merge pull request #2807 from melounek/develop
by Andrey Andreev
· 11 years ago
9ad2fff
variable repair
by Petr Heralecky
· 11 years ago
230fca3
styleguided 2
by Petr Heralecky
· 11 years ago
de88615
styleguided
by Petr Heralecky
· 11 years ago
300e3f0
Added Email::attach_cid() returning CID
by Petr Heralecky
· 11 years ago
a0a73c9
Add HTTP response code 307 support in URL helper redirect()
by Andrey Andreev
· 11 years ago
f74abcb
Merge pull request #2805 from iBotPeaches/develop
by Andrey Andreev
· 11 years ago
05be087
d'oh - :noindex: in wrong place
by Connor Tumbleson
· 11 years ago
528591d
fix doc warnings
by Connor Tumbleson
· 11 years ago
43d7fa7
Implement atomic increment/decrement in Cache library
by Andrey Andreev
· 11 years ago
40235e6
Fix #133
by Andrey Andreev
· 11 years ago
d1755f8
Update Calendar library test following PR #2802
by Andrey Andreev
· 11 years ago
e9e885d
Merge pull request #2802 from marcossffilho/develop
by Andrey Andreev
· 11 years ago
2e914b7
Updates for the Calendar Pull Request
by Marcos SF Filho
· 11 years ago
2af226f
Merge pull request #2804 from abdmaster/feature/form_validation/custom_error_per_field
by Andrey Andreev
· 11 years ago
7945d30
Fixed the comment and array alignment.
by Ahmedul Haque Abid
· 11 years ago
e334118
Fixed coding styles in form_validation.rst
by Ahmedul Haque Abid
· 11 years ago
d8a3716
Added space after 'if' condition
by Ahmedul Haque Abid
· 11 years ago
ea29488
Changed the rest of 'error_msg' to 'errors'
by Ahmedul Haque Abid
· 11 years ago
e9b0ccc
Added the missing "is" in the comment
by Ahmedul Haque Abid
· 11 years ago
34cf490
Merge branch 'develop' into feature/form_validation/custom_error_per_field
by Ahmedul Haque Abid
· 11 years ago
df3bda5
Added spaces between parameters and fixed the arrays to be more readable.
by Ahmedul Haque Abid
· 11 years ago
b07a428
Updated comment messages.
by Ahmedul Haque Abid
· 11 years ago
a0bf829
Updated change log message for form validation custrom errors.
by Ahmedul Haque Abid
· 11 years ago
557c6ec
Removed extra space between closing parenthesis.
by Ahmedul Haque Abid
· 11 years ago
bc1cbad
Fixed a missed variable $errors in set_rules().
by Ahmedul Haque Abid
· 11 years ago
0742fad
Changed $error_msg to $errors
by Ahmedul Haque Abid
· 11 years ago
27e91a0
Add CI_User_agent::parse() to allow parsing a custom user-agent string
by Andrey Andreev
· 11 years ago
10925d2
Remove preg_quote() call from CI_User_agent::_set_browser() and add another pattern for Opera
by Andrey Andreev
· 11 years ago
0cd7c92
Unnecessary rtrim and update docs for Calendar class
by Marcos SF Filho
· 11 years ago
c4f6616
Join two if statement into one
by Marcos SF Filho
· 11 years ago
Next »