Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
164a1f28dd8f8093d260748e0d85fa714f232a57
/
user_guide_src
f755cfd
Merge pull request #2440 from vlakoff/develop
by Andrey Andreev
· 12 years ago
e418e1e
Removes an obstacle to building the docs.
by Kevin Smith
· 12 years ago
d3f9efe
Adds a few new lines to note directive to fix a build error in the docs.
by Kevin Smith
· 12 years ago
d0c30ab
Logging functions: level parameter is not optional
by vlakoff
· 12 years ago
206d951
Fix issue #2388 / PR #2413 changelog entry
by Andrey Andreev
· 12 years ago
83c6efe
Added to the changelog.
by buhay
· 12 years ago
3a66fac
user guide newline.
by ash
· 12 years ago
68b285f
changelog change
by ash
· 12 years ago
ba95713
changed changelog format.
by ash
· 12 years ago
29ae72d
removed sanity checks (developer-supplied value, not user input), added changelog entry, changed variable names
by ash
· 12 years ago
4fa6385
Documentation change - explanation of captcha_word_length and character_pool_for_generated_word
by ash
· 12 years ago
9c7e651
documenation edit
by ash
· 12 years ago
3fd9bf8
Updated documenation
by ash
· 12 years ago
0e4237f
Fix #2380 and deprecate CI_Router::fetch_*() methods
by Andrey Andreev
· 12 years ago
1ccaaae
Add a changelog entry for PR #2343
by Andrey Andreev
· 12 years ago
e514c76
[ci skip] Add changelog entries for PR #2303
by Andrey Andreev
· 12 years ago
4ad3708
User guide: fix list of allowed URI characters
by vlakoff
· 12 years ago
cf58d7e
Merge pull request #2365 from vlakoff/develop
by Andrey Andreev
· 12 years ago
52301c7
Documentation: fix some outdated paths
by vlakoff
· 12 years ago
3b0c08a
Fix #2353
by Andrey Andreev
· 12 years ago
5269c1c
Merge pull request #2348 from nisheeth-barthwal/feature/nested_keys
by Andrey Andreev
· 12 years ago
7713081
There are 21 preferences, not 17
by Darren Benney
· 12 years ago
a5bcfb1
Removed $recurse parameter in lieu of auto parsing. Changed "provision" entry.
by nisheeth-barthwal
· 12 years ago
a945d07
Removed entry for erroneous bugfix
by nisheeth-barthwal
· 12 years ago
a7447d2
Added array notation for keys in Input library
by nisheeth-barthwal
· 12 years ago
76f42d9
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
by nisheeth-barthwal
· 12 years ago
affc3bc
Fix a typo in changelog.rst
by vlakoff
· 12 years ago
9a6032d
Documentation: another update to reserved names list
by vlakoff
· 12 years ago
b527bb5
Documentation: update reserved names list
by vlakoff
· 12 years ago
7d10006
Fixed #2289
by nisheeth-barthwal
· 12 years ago
50dfe01
Updated in accordance with feedback from @narfbg
by Daniel Hunsaker
· 12 years ago
e5d7af5
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-status
by Daniel Hunsaker
· 12 years ago
5780d8b
Fix #2298
by Andrey Andreev
· 12 years ago
d746f26
Style guide PR tweaks.
by Eric Roberts
· 12 years ago
4addd5e
Update Style Guide page.
by Eric Roberts
· 12 years ago
3b5b7f4
Updated exit codes as constant values
by Daniel Hunsaker
· 12 years ago
05f3ad2
Fix #2273
by Cory
· 12 years ago
3e01437
Manually apply PR #2234
by Andrey Andreev
· 12 years ago
73cf876
[ci skip] Remove a changelog line for a non-existent change
by Andrey Andreev
· 12 years ago
4796ceb
Update user_guide_src/source/tutorial/news_section.rst
by Kevin Smith
· 12 years ago
a1ff8b3
[ci skip] Fix some changelog entries
by Andrey Andreev
· 12 years ago
d2dbee4
Merge pull request #2261 from nisheeth-barthwal/develop
by Andrey Andreev
· 12 years ago
32c1e62
Updated changelog
by nisheeth-barthwal
· 12 years ago
92b8246
Add an upgrade note about change in the results of Directory Helper's directory_map()
by vlakoff
· 12 years ago
a4d272e
Fix typos in upgrade_300.rst
by vlakoff
· 12 years ago
73c75cb
removed a stray tab
by nisheeth-barthwal
· 12 years ago
193f0c7
removed PR from the bug list
by nisheeth-barthwal
· 12 years ago
9892d4d
Styleguide fixes
by nisheeth-barthwal
· 12 years ago
9ecde43
Clean up
by nisheeth-barthwal
· 12 years ago
a107a0f
Fix some stuff from recent pull requests
by Andrey Andreev
· 12 years ago
73abf95
Merge pull request #2243 from chrispassas/develop
by Andrey Andreev
· 12 years ago
3567246
Various cosmetic fixes
by vlakoff
· 12 years ago
554d5dc
changes according to narfbg's request
by Tim
· 12 years ago
0bd6b28
Added support for changing the default log file extension from .php to whatever is preferred. example (.log)
by Chris Passas
· 12 years ago
f986650
Add entry in user guide changelog.
by Sajan Parikh
· 12 years ago
df3bfed
Cleaned up for pull request.
by Sajan Parikh
· 12 years ago
7c16288
Fixed documentation.
by Sajan Parikh
· 12 years ago
8151cbb
Fix/improve #2211
by Andrey Andreev
· 12 years ago
4421ad0
fixed #2207 user guide error
by Bo-Yi Wu
· 12 years ago
7e55977
Replace CI_Upload::clean_file_name() usage with CI_Security::sanitize_filename()
by Andrey Andreev
· 12 years ago
d911fcc
[ci skip] Add some changelog entries
by Andrey Andreev
· 12 years ago
7bea4fb
Merge pull request #2203 from vlakoff/develop
by Andrey Andreev
· 12 years ago
0c1e163
Adjustments in routing documentation
by vlakoff
· 12 years ago
c26d34f
Fix issue #2202 and alter Loader Class docs
by Andrey Andreev
· 12 years ago
3608e1a
Libraries' filenames must be named in a ucfirst-like manner
by Andrey Andreev
· 12 years ago
1a00149
Move db_select() call from CI_DB_driver::initialize() to db_connect()
by Andrey Andreev
· 12 years ago
3b1e6e6
Removed slash from URI helper doc
by Melvin Lammerts
· 12 years ago
9f690f1
Partially implement PR #2155
by Andrey Andreev
· 12 years ago
5b60a3b
[ci skip] Fix issue #2157 - docs on the email library
by Andrey Andreev
· 12 years ago
5a519db
Implement autoload model aliasing (#2117)
by Andrey Andreev
· 12 years ago
7545ffd
Fix SQLSRV escape_str()
by Andrey Andreev
· 12 years ago
024cfec
Syntax fixes in documentation source
by vlakoff
· 12 years ago
594bfd7
Merge pull request #2075 from sourcejedi/patch-1
by Andrey Andreev
· 12 years ago
93fa7e1
doc: fix table markup in previous commit
by Alan Jenkins
· 12 years ago
80500af
[ci skip] Happy new year
by Andrey Andreev
· 12 years ago
61c4d0a
[ci skip] Minor style/spacing changes following PR #2087
by Andrey Andreev
· 12 years ago
bee50e7
fixes #2081 : fix change log entry Signed-off-by:Andrew Podner <a.podner@me.com>
by Andrew Podner
· 12 years ago
4851217
fixes #2081 : change parameter/variable name to 'foreign_key_checks', update change log
by Andrew Podner
· 12 years ago
79494dd
Resolves issue #2081 : provides an option to include statements to disable and re-enable foreign key checks in a MySQL database backup output statement.
by Andrew Podner
· 12 years ago
3bc548e
Fix 2073
by Andrey Andreev
· 12 years ago
802f33d
doc: xss_clean() method is in Security, not Input
by Alan Jenkins
· 12 years ago
d4eec9f
Fix issue #539
by Andrey Andreev
· 12 years ago
d6a1902
Remove slash!
by Eric Roberts
· 12 years ago
24a13f5
Format tweaks
by Eric Roberts
· 12 years ago
b9e35f2
Merge branch 'refs/heads/develop' into feature/form_error_msgs
by Eric Roberts
· 12 years ago
5c54f18
Added changelog entry.
by Aaron Adams
· 12 years ago
c1c99d5
[ci skip] Correct a changelog entry
by Andrey Andreev
· 12 years ago
9515dd3
Fix issue #2061
by Andrey Andreev
· 12 years ago
69edc43
Rename DB_result _data_seek() to data_seek() and make it publicly available
by Andrey Andreev
· 12 years ago
05aa2d6
Add min_width and min_height options to the Upload class
by Andrey Andreev
· 12 years ago
0259d12
Improve schema support for Postgre
by Andrey Andreev
· 12 years ago
838a9d6
[ci skip] Cleaned some spaces
by Andrey Andreev
· 12 years ago
b37d2bc
Add CI_Output::delete_cache()
by Andrey Andreev
· 12 years ago
4173823
Fix #2041
by Andrey Andreev
· 12 years ago
cc4b003
Added CI_Output::get_header()
by Andrey Andreev
· 12 years ago
3b40706
Language helper lang() to accept optional HTML attributes
by Andrey Andreev
· 12 years ago
b11b9f3
Implement cascade-style loading of language files
by Andrey Andreev
· 12 years ago
daaca88
Add 'valid_url' rule to Form Validation (issue #1966)
by Andrey Andreev
· 12 years ago
61797f6
CI_Email::print_debugger() option to limit the type of data to be printed
by Andrey Andreev
· 12 years ago
f5513d6
Merge pull request #2026 from johnathancroom/keep_flash_data_array
by Andrey Andreev
· 12 years ago
Next »