Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
817163a1bcff02285f763bcf72ff02e86f218cf8
/
user_guide
/
general
817163a
Modified show_error() to allow sending of HTTP server response codes.
by Derek Jones
· 16 years ago
03d783b
bug fix and typo fixes
by Derek Allard
· 16 years ago
fc395a1
updated copyrights to 2009
by Derek Jones
· 16 years ago
733310d
Prep for 1.7.1 release
by Derek Jones
· 16 years ago
254c0e4
added "index" to the list of reserved controller names.
by Derek Allard
· 16 years ago
2976ade
doc link fixes
by Derek Allard
· 16 years ago
03d0a57
added a note on the scaffolding page that it has been deprecated.
by Derek Allard
· 16 years ago
4b6d493
changed some code in examples from <?php to <?php in the event that a local install tries to interpret the example as code
by Derek Allard
· 16 years ago
9babd66
added file format guidelines
by Derek Jones
· 16 years ago
2067d1a
Changing EOL style to LF
by Derek Allard
· 16 years ago
85e65f6
Propset eol-style to CRLF
by Derek Jones
· 16 years ago
8b15c61
fixed breadcrumb in Style Guide page
by Derek Jones
· 16 years ago
5c2fba5
fixed the version numbers in the download
by Derek Jones
· 16 years ago
ba5c4ce
typo fix
by Rick Ellis
· 16 years ago
a7cf027
postgre to postgres in a few documentation pages
by Derek Allard
· 16 years ago
28c90a3
made note on view page of optional third parameter
by Derek Allard
· 16 years ago
17c0120
Fixed a typo
by Rick Ellis
· 16 years ago
f5c7a6f
Did some reorganizing
by Rick Ellis
· 16 years ago
f06446e
by Rick Ellis
· 16 years ago
e0fc57b
removed random invisible character (ASCII 194) from HTML and PHP files
by Derek Jones
· 16 years ago
cb36e34
grammar changes
by Derek Allard
· 16 years ago
5a9fd7a
by Rick Ellis
· 16 years ago
2594953
Added Form Validation Library and updated docs
by Rick Ellis
· 16 years ago
7cdef03
Made a Loader changes so that the new validation class will work.
by Rick Ellis
· 16 years ago
928c55c
further whitespace fixes
by Derek Allard
· 16 years ago
cff895f
by Derek Allard
· 17 years ago
7acca32
added "ed" to "borrowed" (d'uh)
by Derek Allard
· 17 years ago
0f2121d
modified credits page to "ExpressionEngine Development Team".
by Derek Allard
· 17 years ago
1ca3fc4
changed user guide version to 1.6.3
by Derek Jones
· 17 years ago
ff845f9
changed your-site.com to example.com doc-wide
by Derek Jones
· 17 years ago
8039d4c
Charset information in the userguide has been moved above title for internationalization purposes (#4614)
by Derek Allard
· 17 years ago
95d0660
added routing example
by Derek Allard
· 17 years ago
36a8395
Fixed an example in Model docs
by Derek Allard
· 17 years ago
c8b2174
documented load->model in the Loader docs
by Derek Allard
· 17 years ago
0b59f27
Some sweeping syntax changes for consistency:
by Derek Jones
· 17 years ago
307cd61
clarified instructions for using display_override hook
by Derek Jones
· 17 years ago
278fe03
added $ in front of 'lang' variable in list
by Derek Jones
· 17 years ago
84ff799
added lang as a reserved var
by Derek Allard
· 17 years ago
6a217c3
added a few user-defined functions to the reserved list, minor format modifications
by Derek Jones
· 17 years ago
ee0a7f0
Added a Reserved Names page to the userguide, and migrated reserved controller names into it.
by Derek Allard
· 17 years ago
e50d1a8
added code sample showing the necessity of referencing the extended class in your application controllers instead of the core Controller class when extending the Controller
by Derek Jones
· 17 years ago
55bc1a8
changed an absolute path relative
by Derek Allard
· 17 years ago
d379734
added a note about security and filtering raw post data
by Derek Allard
· 17 years ago
6b7b11f
updated version number in user guide to 1.6.2
by Derek Jones
· 17 years ago
fd93d22
Flipped user guide page titles for easier recognition in tabs:
by Derek Jones
· 17 years ago
e370a35
example error fix
by Derek Allard
· 17 years ago
2f95597
changed guide examples to not use ?=, and instead use ?php echo
by Derek Allard
· 17 years ago
7c53be4
Added the ability to set CRLF settings via config in the Email class.
by Derek Allard
· 17 years ago
1ea127a
doc fixes
by Derek Allard
· 17 years ago
ce66d15
validation error fixes
by Derek Allard
· 17 years ago
2e44e0b
fixed a mistake in note for extending classes
by Derek Jones
· 17 years ago
0787043
Added Path Helper to table of contents and updated copyright dates for all user guide pages
by Derek Jones
· 17 years ago
197d10b
by Derek Allard
· 17 years ago
26b63aa
change 1.6.1 to 1.6.0.1
by Derek Allard
· 17 years ago
8ec4cfe
Added Exceptions and Log to system class list
by Derek Allard
· 17 years ago
067f2cc
change version number from 1.6.0 to 1.6.1
by Derek Allard
· 17 years ago
496bda6
fixed spelling
by Derek Jones
· 17 years ago
40effd8
updated requirements to reflect MySQL version
by Derek Jones
· 17 years ago
452c049
removed 'active_r' from model docs
by Derek Jones
· 17 years ago
269b942
added ability to "extend" helpers
by Derek Jones
· 17 years ago
74df78c
fixed link to quick reference PDF
by Derek Jones
· 17 years ago
7a9193a
replaced www.codeigniter.com with codeigniter.com
by Derek Jones
· 17 years ago
78c3fa8
assorted guide fixes and additions
by Derek Allard
· 17 years ago
afd99ac
Added attributes into <html> of userguide for valid html.
by Derek Allard
· 17 years ago
270c0aa
documentation for multiple views
by Derek Allard
· 17 years ago
3d879d5
ExpressionEngine Dev Team in credit
by Derek Allard
· 17 years ago
57211eb
clarified capitalization of model class names
by Derek Jones
· 17 years ago
bafe651
typos
by Derek Allard
· 17 years ago
39b622d
Many new Active Record functions, and another whack of stuff
by Derek Allard
· 17 years ago
7184f34
example fix
by Derek Allard
· 17 years ago
a19b942
modified an example that may cause confusion.
by Derek Allard
· 17 years ago
1dd09d0
userguide fixes, typos, examples.
by Derek Allard
· 17 years ago
b341237
Moved part of the userguide menu javascript to an external file.
by Derek Allard
· 17 years ago
befdc87
Added the ability to auto-load Models
by Derek Allard
· 17 years ago
6969393
added a warning note that caching only works when generating display via a view file.
by Derek Allard
· 17 years ago
2005ffe
changed <?= to <?php echo in an example
by Derek Allard
· 17 years ago
404e35d
added more descriptive titles to all user manual pages
by Derek Allard
· 17 years ago
60ca9b7
moved version number up in docs and CI_VERSION
by Derek Allard
· 18 years ago
c9e2b10
added language files to autoload
by Derek Allard
· 18 years ago
4b7d19d
typo Output vs output
by Derek Allard
· 18 years ago
c644128
fixed validation errors... about a zillion of em.
by Derek Allard
· 18 years ago
bc03091
changed search to use codeigniter.com vs www.codeigniter.com as Google seems to have spidered it much better.
by Derek Allard
· 18 years ago
ad2353d
by Rick Ellis
· 18 years ago
1f85263
by Rick Ellis
· 18 years ago
24d9544
added a note about regex and custom routes
by Derek Allard
· 18 years ago
d2df9bc
update pMachine to EllisLab
by Derek Allard
· 18 years ago
b8f3504
typo fix
by Derek Allard
· 18 years ago
32b50c9
changed pmachine links to ellislab
by Derek Allard
· 18 years ago
bc53894
missing ; added to example
by Derek Allard
· 18 years ago
9da4dbc
next and previous links fixed up
by Derek Allard
· 18 years ago
4185961
fixed incorrect link
by Derek Allard
· 18 years ago
0cb3404
by Rick Ellis
· 18 years ago
f743c73
Changed version number, added upgrade instructions
by Derek Allard
· 18 years ago
7a1f516
typo fix: thih to this
by Derek Allard
· 18 years ago
257651d
by Rick Ellis
· 18 years ago
325197e
by Rick Ellis
· 18 years ago
3fc979d
by admin
· 18 years ago
57b9e5c
by admin
· 18 years ago
a2b1209
by admin
· 18 years ago
b93464d
by admin
· 18 years ago
Next »