Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
6984d153f68f1f89fa6800143498cc4914441d66
/
user_guide_src
6984d15
Add a changelog entry
by Andrey Andreev
· 13 years ago
f931113
Updated Form Validation's documentation for set_rules() now accepting an array of rules
by Kevin Wood-Friend
· 13 years ago
fe8f5e2
Updated changelog for set_rules() accepting an array of rules, as well as a string.
by Kevin Wood-Friend
· 13 years ago
4e9538f
Fix issue #145
by Andrey Andreev
· 13 years ago
f696c1f
Fix issue #1202
by Andrey Andreev
· 13 years ago
5a1e5e3
Add support for the anchor 'rel' attribute in the Pagination library
by Andrey Andreev
· 13 years ago
c9195a7
Add changelog for pull #1017
by Andrey Andreev
· 13 years ago
782de11
Added MySQLi backup() support
by Andrey Andreev
· 13 years ago
079fbfc
Changed APPPATH, BASEPATH and VIEWPATH to be absolute paths (fixes issue #1321) and removed EXT constant
by Andrey Andreev
· 13 years ago
c73df1d
Add changelog entry for issue #7
by Andrey Andreev
· 13 years ago
4287023
join() with multiple conditions and optional escape parameter
by Andrey Andreev
· 13 years ago
5d28176
Fix issue #1264
by Andrey Andreev
· 13 years ago
e630279
Fix a join() issue
by Andrey Andreev
· 13 years ago
df24219
Alter documentation on requirements for the SQLSRV driver
by Andrey Andreev
· 13 years ago
71379ca
Add OFFSET support for SQL Server 2005+ in MSSQL/SQLSRV
by Andrey Andreev
· 13 years ago
650b4c0
Remove unused qb_order property + other minor changes
by Andrey Andreev
· 13 years ago
37ec30c
changelog
by Michiel Vugteveen
· 13 years ago
d454f0e
Add BETWEEN to _has_operator()
by Andrey Andreev
· 13 years ago
bf94058
Fix issue #1452
by Andrey Andreev
· 13 years ago
5a25718
Merge branch 2.1-stable into develop
by Andrey Andreev
· 13 years ago
9e674f7
Cleanup the new Redis cache driver and add a changelog entry for it
by Andrey Andreev
· 13 years ago
d25c589
Add OFFSET support for SQL Server 2012
by Andrey Andreev
· 13 years ago
9637b40
escape_identifiers() to accept arrays as well
by Andrey Andreev
· 13 years ago
082ee2b
Added MSSQL/SQLSRV field escaping support with QUOTE_IDENTIFIER detection (issue #706)
by Andrey Andreev
· 13 years ago
b2457b7
Add ics files support to mimes.php (issue #1441)
by Andrey Andreev
· 13 years ago
c2c361b
Add a changelog note
by Andrey Andreev
· 13 years ago
af4d55d
Fix issue #861 (and previous commit, for that matter)
by Andrey Andreev
· 13 years ago
1f26edc
Added a work-around for MSSQL/SQLSRV create_table() with INT column types (column lengths are not supported)
by Andrey Andreev
· 13 years ago
d09ff35
Revert 296ab9a06e3c648de56861ad67581236a6dae71a - there's no bug to fix
by Andrey Andreev
· 13 years ago
0f0b769
Deprecated do_hash() and read_file() in favor of hash() and file_get_contents() respectively
by Andrey Andreev
· 13 years ago
3dfa14b
remove text about ipv4/ipv6 support in the doc
by Joffrey Jaffeux
· 13 years ago
7da3c55
Merge https://github.com/EllisLab/CodeIgniter into valid-ipv6
by Joffrey Jaffeux
· 13 years ago
1ab6f65
removed ip_version()
by Joffrey Jaffeux
· 13 years ago
61fb9c1
Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into issue_1374
by Cory
· 13 years ago
d284360
Merge https://github.com/EllisLab/CodeIgniter into valid-ipv6
by Joffrey Jaffeux
· 13 years ago
3c56237
Modifying changelog to reflect the change
by Cory
· 13 years ago
47b6733
Add a second parameter (charset) to CI_Output::set_content_type() + fix for issue #666
by Andrey Andreev
· 13 years ago
6c85154
bad spacing
by Joffrey Jaffeux
· 13 years ago
5f33f36
update documentation for ip_version() and tells valid_ip() now supports ipv6
by Joffrey Jaffeux
· 13 years ago
73ed3ed
update changelog for ipv6 support
by Joffrey Jaffeux
· 13 years ago
4c8bf73
Merge pull request #933 from wrightlabs/patch-1
by Andrey Andreev
· 13 years ago
d490139
Added Fennec as Firefox Mobile to config/user_agents.php (issue #1063)
by Andrey Andreev
· 13 years ago
6683c3c
Merge pull request #1415 from mickeywu/develop
by Andrey Andreev
· 13 years ago
aa31f05
Update develop
by Mickey Wu
· 13 years ago
24bd230
Fix a magic_quotes-related bug and changed the default parameter value for is_php()
by Andrey Andreev
· 13 years ago
6ef498b
Added get_mimes() function to system/core/Commons.php.The MIMEs array from config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411
by Andrey Andreev
· 13 years ago
005dd43
Merge pull request #1420 from IT-Can/fix-issue-1419
by Andrey Andreev
· 13 years ago
2fd0506
changelog
by Michiel Vugteveen
· 13 years ago
142b618
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
by Phil Sturgeon
· 13 years ago
dda21f6
Added support for $_SERVER['CI_ENV'] in index.php
by Phil Sturgeon
· 13 years ago
149c077
Changed load model examples to use lowercase model name. Fixes #1417
by Alex Bilbie
· 13 years ago
697b75e
Changed example model name to follow the CI styleguide class naming conventions
by Alex Bilbie
· 13 years ago
2e757d8
Update user_guide_src/source/changelog.rst
by Mickey Wu
· 13 years ago
bfc1cad
Made set_header() public in Email library and updated documentation.
by Mickey Wu
· 13 years ago
991cfa2
Changed documentation and added note to changelog as per @philsturgeon request
by Thanasis Polychronakis
· 13 years ago
8bbf4e0
automatic list formatting was broken
by vlakoff
· 13 years ago
fa5a9e5
create_captcha() helper documentation
by madhazelnut
· 13 years ago
650f2a2
Fix issue #862
by Andrey Andreev
· 13 years ago
21cb2d3
Fix issue #136 (MySQL escape_like_str())
by Andrey Andreev
· 13 years ago
d06acd8
Added update_batch() support for PostgreSQL (issue #356)
by Andrey Andreev
· 13 years ago
846acc7
Fix issue #319
by Andrey Andreev
· 13 years ago
55d3ad4
Fix issue #121
by Andrey Andreev
· 13 years ago
470805b
Fix issues #44 & #110
by Andrey Andreev
· 13 years ago
7b5eb73
Fix issue #1273 and some cleanup in Query Builder
by Andrey Andreev
· 13 years ago
13a9bf4
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
by Phil Sturgeon
· 13 years ago
55a6ddb
Input, Session and Cookie get's will return NULL.
by Phil Sturgeon
· 13 years ago
3046c9f
Merge pull request #1357 from timw4mail/errors
by Phil Sturgeon
· 13 years ago
e0d5464
Merge pull request #1379 from brentashley/develop
by Phil Sturgeon
· 13 years ago
2fceb85
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errors
by Timothy Warren
· 13 years ago
f46e726
Fix a typo in the changelog
by Andrey Andreev
· 13 years ago
79922c0
Removed the parameter use in database drivers' _close() and added a default _close() method in CI_DB_driver + some changelog fixes
by Andrey Andreev
· 13 years ago
0b42795
fix typo in step 8
by Brent Ashley
· 13 years ago
4337771
Add step to move existing core extensions to new folder
by Brent Ashley
· 13 years ago
249204b
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errors
by Timothy Warren
· 13 years ago
1d79efe
Merge pull request #1372 from juanitomint/develop
by Andrey Andreev
· 13 years ago
441dfc3
added a comment for unbuffered_row
by Juan Ignacio Borda
· 13 years ago
da7c9e0
Fixed typo
by Juan Ignacio Borda
· 13 years ago
49cbec5
Fixed some spaces
by Juan Ignacio Borda
· 13 years ago
67a08ed
Add missing changelog entries from 2.1-stable
by Andrey Andreev
· 13 years ago
d981e29
Added doc notes for unbuffered_row() function
by Juan Ignacio Borda
· 13 years ago
97aefa5
Added changelog entry
by Timothy Warren
· 13 years ago
55450de
merge upstream
by Timothy Warren
· 13 years ago
98fde46
Add parens to changelog entry
by Timothy Warren
· 13 years ago
16642c7
Update inflector docblocks, add changelog entry
by Timothy Warren
· 13 years ago
351c2e1
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errors
by Timothy Warren
· 13 years ago
2ed226b
Add note in the upgrade guide to move errors folder
by Timothy Warren
· 13 years ago
242925b
Minor changes on the pull #1355 additions
by Andrey Andreev
· 13 years ago
caa9c7c
Merge pull request #1355 from shidec/develop
by Andrey Andreev
· 13 years ago
5963db7
escaping boolean data type for postgre change log
by Soesapto Joeni Hantoro
· 13 years ago
46d53fb
Fix issue #1349
by Andrey Andreev
· 13 years ago
ca7d822
User_agent library improvements
by Andrey Andreev
· 13 years ago
0e18f62
changelog entry
by Michiel Vugteveen
· 13 years ago
ee04a91
Changelog fix
by Andrey Andreev
· 13 years ago
81aa94b
Reverted rui_string change.
by Phil Sturgeon
· 13 years ago
ce747c8
Merge upstream branch
by Andrey Andreev
· 13 years ago
6fb427d
Merge pull request #1266 from timw4mail/patch
by Phil Sturgeon
· 13 years ago
79ac3d1
Merge pull request #1004 from kwaanonline/develop
by Phil Sturgeon
· 13 years ago
f59bb1a
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch
by Timothy Warren
· 13 years ago
ba46361
Fixed conflicts.
by Phil Sturgeon
· 13 years ago
cdfbd52
Fixed issue #122 - ruri_string() in subdirs.
by Phil Sturgeon
· 13 years ago
Next »