Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
af3ae4f2179ab3fea8d4a484c6e02483fba1071c
/
user_guide_src
/
source
af3ae4f
Merge remote-tracking branch 'upstream/develop' into develop-db-sqlite3
by Andrey Andreev
· 13 years ago
002b4be
Improved plural() and singular().
by Phil Sturgeon
· 13 years ago
6b414d1
Merged in 2.1-stable changes.
by Phil Sturgeon
· 13 years ago
9f3ce15
Merge remote-tracking branch 'upstream/develop' into develop-db-sqlite3
by Andrey Andreev
· 13 years ago
46ac881
Fix issue #177
by Andrey Andreev
· 13 years ago
99cfa80
Merge upstream branch
by Andrey Andreev
· 13 years ago
5148029
Merge pull request #1069 from narfbg/develop-db-select
by Andrey Andreev
· 13 years ago
82e8ac1
Fix issue 1070
by Andrey Andreev
· 13 years ago
11454e0
Add an optional database name parameter to db_select()
by Andrey Andreev
· 13 years ago
93cac5c
Fix issue #1039
by Andrey Andreev
· 13 years ago
c4fcb6a
Merge remote-tracking branch 'upstream/develop' into develop-db-sqlite3
by Andrey Andreev
· 13 years ago
6b58e56
Fix a changelog entry
by Andrey Andreev
· 13 years ago
6b7368f
Merge remote-tracking branch 'upstream/develop' into develop-image-lib
by Andrey Andreev
· 13 years ago
75b0e8e
Merge upstream branch
by Andrey Andreev
· 13 years ago
1820933
Fixed PDO
by Taufan Aditya
· 13 years ago
8d7fffc
Merge remote-tracking branch 'upstream/develop' into develop-image-lib
by Andrey Andreev
· 13 years ago
81fe6bf
Merge remote-tracking branch 'upstream/develop' into develop-db-sqlite3
by Andrey Andreev
· 13 years ago
9448afb
Fix CI_Input::is_ajax_request()
by Andrey Andreev
· 13 years ago
69ff798
Merge remote-tracking branch 'upstream/develop' into develop-image-lib
by Andrey Andreev
· 13 years ago
33b27d0
Merge remote-tracking branch 'upstream/develop' into develop-db-sqlite3
by Andrey Andreev
· 13 years ago
7ff563d
Merge upstream
by Andrey Andreev
· 13 years ago
35c11fe
Merge remote-tracking branch 'upstream/develop' into develop-db-sqlite3
by Andrey Andreev
· 13 years ago
247e122
Merge remote-tracking branch 'upstream/develop' into develop-image-lib
by Andrey Andreev
· 13 years ago
5b0b5b9
Add note about HTTPS detection change to 3.0 changelog
by Ross Duggan
· 13 years ago
dd2c41f
Merge upstream branch
by Andrey Andreev
· 13 years ago
f055fa9
Add PHP version check in db_pconnect()
by Andrey Andreev
· 13 years ago
3a91cab
Update the changelog
by Andrey Andreev
· 13 years ago
82c8307
Added try catch example in style guide
by Timothy Warren
· 13 years ago
624010f
Added bit about having mod_rewrite enabled for removing index.php
by CroNiX
· 13 years ago
5aca23e
Change hardcoded "application" directory to use the APPPATH constant as it would not work if you relocate /application or /system folders outside of web root.
by CroNiX
· 13 years ago
eea2ff5
Fix issue #154
by Andrey Andreev
· 13 years ago
8ae24c5
Add SQLite3 database driver
by Andrey Andreev
· 13 years ago
8e70b79
CI_Image_lib::image_reproportion() to work if only one of either width or height are set
by Andrey Andreev
· 13 years ago
1e42cdc
Merge pull request #908 from insign/patch-1
by Phil Sturgeon
· 13 years ago
5287f66
Removed the first slash of the line 51. With this, the goal of the code don't work. I tried it in many Apache servers. Sorry if I am wrong.
by insign
· 13 years ago
d47baab
Fix issue #904
by Andrey Andreev
· 13 years ago
352d60e
Merge pull request #850 from RS71/develop
by Phil Sturgeon
· 13 years ago
75f7c12
Remove loading of ['core'] elements
by Andrey Andreev
· 13 years ago
17c50eb
Merge upstream branch
by Andrey Andreev
· 13 years ago
43fcdbc
Added pagination change log item back.
by Eric Barnes
· 13 years ago
0fc6409
Update user_guide_src/source/changelog.rst
by RS71
· 13 years ago
23ea93b
Update user_guide_src/source/libraries/security.rst
by RS71
· 13 years ago
69b3b9f
Merge remote-tracking branch 'upstream/develop' into develop-xmlrpc
by Andrey Andreev
· 13 years ago
d81150f
Update the changelog
by Andrey Andreev
· 13 years ago
7c9766a
Some additions to mimes.php
by Andrey Andreev
· 13 years ago
0defe5d
Updating copyright date to 2012
by Greg Aker
· 13 years ago
79d88a1
Merge pull request #818 from narfbg/develop-image-lib
by Phil Sturgeon
· 13 years ago
64dbdfb
Added support for 3-length hex color values format and a number of validation improvements
by Andrey Andreev
· 13 years ago
836b1c3
Merge pull request #847 from WanWizard/feature/ar_parentheses
by Greg Aker
· 13 years ago
92ce848
Merge pull request #824 from bergal/patch-1
by Greg Aker
· 13 years ago
7219c07
added query grouping to Active Record
by WanWizard
· 13 years ago
fcb8ee8
Fixing a documentation linking error in the 3.0 upgrade notes.
by Greg Aker
· 13 years ago
0fa9d83
Adding 3.0.0 release notes documentation file.
by Greg Aker
· 13 years ago
eb7494f
Merge pull request #680 from bubbafoley/load_get_vars
by Phil Sturgeon
· 13 years ago
350e4b6
Merge pull request #837 from EllisLab/feature/remove-sha-lib
by Phil Sturgeon
· 13 years ago
ffd24a4
Fixing a couple of issues in documentation files that occur when running Sphinx 'make html'
by Greg Aker
· 13 years ago
d1af185
Removing previously deprecated SHA1 library and removed SHA1 method in the Encryption Library
by Greg Aker
· 13 years ago
d34686f
Merge upstream branch
by Andrey Andreev
· 13 years ago
a96ade3
Merge branch 'patch-4' of https://github.com/kylefarris/CodeIgniter into kylefarris-patch-4
by Greg Aker
· 13 years ago
f41c9cf
Updating changelog & adding a migrations documentation file so those docs can be started on.
by Greg Aker
· 13 years ago
41dd493
Fix news item href
by Andrew Bergal
· 13 years ago
a92b903
Improve the Image manipulation library
by Andrey Andreev
· 13 years ago
bb24883
Improved the Cart library
by Andrey Andreev
· 13 years ago
fec2f59
Merge pull request #801 from Mancy/master
by Phil Sturgeon
· 13 years ago
0d91fd2
#798: update changelog and typo fix
by Mancy
· 13 years ago
dc3e4be
Fixed year and month seconds for timespan().
by Eric Barnes
· 13 years ago
d054e13
Added #795 to changelog
by Eric Barnes
· 13 years ago
399cca9
Added a reference note for people needing to limit to a set number of characters
by Eric Barnes
· 13 years ago
f75ec11
Added in a remove item from cart function to save the "hacky" method of updating a product with 0 quantity, updated the changelog to reflect and to be neater and more readable surrounding the changes of the Cart library
by Andrew Seymour
· 13 years ago
de2e96a
Added the ability to get the contents in a different order
by Andrew Seymour
· 13 years ago
3dd6663
Merged the two if's together as suggested by @philsturgeon - updated the Changelog to include something that may be important
by Andrew Seymour
· 13 years ago
2e5bda3
Updated Cart.php to handle quantity changes differently (now auto-increments), also updated the changelog to reflect this change for the people that are currently using this library
by Andrew Seymour
· 13 years ago
cde712c
Added ability to change the separator value in the humanize function
by Eric Barnes
· 13 years ago
7a617a0
Fixed typo in introductory paragraph.
by Zac Clancy
· 13 years ago
96b41c6
Merge branch 'develop' of https://github.com/tomasz154/CodeIgniter into tomasz154-develop
by Eric Barnes
· 13 years ago
17bcd2b
updated changelog with dbforge fix
by Tomasz T
· 13 years ago
3cece7b
Updated change log
by Eric Barnes
· 13 years ago
5d4da1b
Added change log item for bug #608
by Eric Barnes
· 13 years ago
1866d4f
The changelog entry for issue #647
by Thomas Traub
· 13 years ago
f30da66
Added change log message about logger chmod. Refs: #739
by Eric Barnes
· 13 years ago
1d86153
Updated change log with fixed issues.
by Eric Barnes
· 13 years ago
292a0f6
Changed the array structure in the userguide
by Felix Balfoort
· 13 years ago
68f5d49
changed much to many in the documentation
by Felix Balfoort
· 13 years ago
85fe96d
Updated change log and and database configuration to include failover
by Felix Balfoort
· 13 years ago
6d0356b
Merge pull request #690 from Repox/develop
by Phil Sturgeon
· 13 years ago
21fc2b6
Merge branch 'patch-1' of https://github.com/has2k1/CodeIgniter into has2k1-patch-1
by Eric Barnes
· 13 years ago
bc20481
Updated docs for increment_string example.
by Eric Barnes
· 13 years ago
5fb9a59
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
by Repox
· 13 years ago
e3d60b8
Reworded new attach() section in email user guide
by trit
· 13 years ago
88c739e
Added an entry for the new Email::attach parameters
by trit
· 13 years ago
7f42519
Added a couple of style tweaks and a note about function change in changelog
by trit
· 13 years ago
66970cb
Updated changelog with _trans_depth fix.
by Jacob Terry
· 13 years ago
1f9a40f
Altered the explenation of the rewrite rules to better fit the actual result.
by Repox
· 13 years ago
ed47727
Altered the suggested mod_rewrite rules for removing index.php from URL to better fit the needs between CI routing and asset files. This suggestion addresses issue #684
by Repox
· 13 years ago
d0c09b9
Typo in "Watermarking Preferences". Configuration parameter is "wm_padding", but it is listed as "padding".
by David Dotson
· 13 years ago
c737c94
Updated syntax in changewlog.
by Phil Sturgeon
· 13 years ago
9001a88
Update user_guide_src/source/changelog.rst
by has2k1
· 13 years ago
81dd223
add method get_vars() to CI_Loader to retrieve all variables loaded with $this->load->vars()
by Shane Pearson
· 13 years ago
1b8d2e4
Fixed conflicts.
by Phil Sturgeon
· 13 years ago
f748ebc
Changelog tweaking the Sphinx docs to match old HTML docs for 2.1 and accurately describe what 3.0 has added so far.
by Phil Sturgeon
· 13 years ago
Next »