summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-12-05Removed img_name from captcha helperPreetham3-5/+2
Signed-off-by: Preetham <me@preetham.in>
2014-12-05closing #51. Added img_id and img_name in capcha helperPreetham3-3/+10
Signed-off-by: Preetham <me@preetham.in>
2014-12-04[ci skip] Polish changes from PR #3361Andrey Andreev1-41/+41
2014-12-04[ci skip] Polish changes from PR #3365Andrey Andreev1-98/+104
2014-12-04Merge pull request #3390 from jim-parry/userguide/fix-metadataAndrey Andreev3-43/+61
[ci skip] User Guide - consolidate table & field metadata pages
2014-12-04DB forge/utilities polishing (docs) following #3375, #3378Andrey Andreev4-148/+98
2014-12-04User Guide - consolidate table & field metadata pagesJames L Parry3-43/+61
Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-12-04Add 'cache_query_string' configuration optionAndrey Andreev3-4/+26
Close #2349
2014-12-04[ci skip] Add changelog messages for Smiley helper and Cart library deprecationsAndrey Andreev1-0/+2
2014-12-04[ci skip] Update on the changes from PR #3388Andrey Andreev7-20/+32
- Fixed a broken link - Added missing notes about deprecations in the upgrade instructions - Improved consistency with other deprecation notices in the docs
2014-12-04Merge pull request #3388 from jim-parry/fix/deprecationAndrey Andreev5-2/+12
Flag the smiley helper and shopping cart as deprecated.
2014-12-04Zip library changes related to PR #3341Andrey Andreev3-36/+46
- Drop compression_encoding option, it requires PHP 5.4. - Change default compression_level to 2 as this was previously the hard-coded default. - Improve on the doc changes made in the PR.
2014-12-04Merge pull request #3341 from garrettair/gzcompress-argumentsAndrey Andreev3-2/+24
Adds Compression options to Zip Library
2014-12-04Flag the smiley helper and shopping cart as deprecated.James L Parry5-2/+12
They should be removed the next minor release. Lowered the "javascript" deprecation message to "important" instead of "warning", for consistency with the rest of CI. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-12-04Another correction following #3384Andrey Andreev1-2/+1
2014-12-03Updated Zip Library documentation to mention compression features.garrettair1-0/+5
Signed-off-by: garrettair <garrettair@gmail.com>
2014-12-03Updated changelog to include changes to the Zip Library.garrettair1-1/+5
Signed-off-by: garrettair <garrettair@gmail.com>
2014-12-03Some polishing following PR #3384Andrey Andreev2-6/+3
2014-12-03Merge pull request #3384 from ster/developAndrey Andreev2-0/+10
issue #2349 : Page caching with querystring
2014-12-03Merge pull request #3372 from joshk/patch-1Andrey Andreev1-1/+3
Use the new build env on Travis
2014-12-03Merge pull request #3385 from aanbar/remove_duplicatesAndrey Andreev1-8/+0
Remove duplicated method in database utilities documentation
2014-12-03Remove duplicated method in database utilities documentationAhmad Anbar1-8/+0
2014-12-03Fixed code style. Update changelog. #2349Stefano Mazzega2-3/+4
2014-12-03add querystring to page caching. #2349Stefano Mazzega1-3/+3
2014-12-03add querystring to page caching. #2349Stefano Mazzega1-0/+9
2014-12-03Merge pull request #3378 from jim-parry/userguide/database_utilitiesAndrey Andreev1-25/+109
User Guide update - Database Utilities
2014-12-03Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into ↵James L Parry6-30/+188
userguide/database_utilities
2014-12-03Merge pull request #3375 from jim-parry/userguide/dbforgeAndrey Andreev1-13/+136
User Guide update - Database Forge
2014-12-03Fix the user guide writeup for the DB forgeJames L Parry1-9/+105
Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-12-02Fix an error from the previous commitAndrey Andreev1-1/+1
2014-12-02Some optimizations & polishing following PR #3381Andrey Andreev3-18/+9
2014-12-02Merge pull request #3381 from aanbar/multiple_args_get_postAndrey Andreev3-10/+53
Allow pulling multiple get/post ...etc at once
2014-12-02Added changelog entryAhmad Anbar3-11/+42
updated documentation Fixed code style.
2014-12-02Allow pulling multiple get/post ...etc at onceAhmad Anbar1-0/+12
2014-12-02Regressions ... #3380 #3194 ab9217e316a79bc8fab2840c8f5bd2b9bc7a4dc0Andrey Andreev2-4/+5
2014-12-01Improve on the fix for #3380Andrey Andreev1-1/+1
2014-12-01Fix a regression from the previous commitAndrey Andreev1-1/+1
2014-12-01Fix #3380Andrey Andreev1-1/+1
2014-11-26User Guide update - Datbase UtilitiesJames L Parry1-2/+11
Fixed the return types Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-26User Guide update - Datbase UtilitiesJames L Parry1-1/+3
1) Updated TOC structure of the DB Utilities writeup 2) Added a class reference at the end, ordered by method name Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-26User Guide update - Datbase UtilitiesJames L Parry1-24/+97
1) Updated TOC structure of the DB Utilities writeup 2) Added a class reference at the end, ordered by method name Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-25Merge pull request #3373 from jim-parry/userguide/querybuilderAndrey Andreev2-79/+154
User Guide update - Query Builder (fixes #2512)
2014-11-25User Guide update - Database ForgeJames L Parry1-13/+40
Made section levels consistent with the other database reference docs. Added return value writeups. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-25User Guide update - Query Builder (fixes #2512)James L Parry2-79/+154
1) Changed the grouping for better readability, in the query builder writeup 2) Added return value descriptors for all methods 3) Added default setting to query builder configuration writeup. The TOC sidebar is much better than before, though still a bit messy. This will need fixing with the sphinx theme update, being done separately. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-25Use the new build env on TravisJosh Kalderimis1-1/+3
more ram and cpu, improved network and boot times http://docs.travis-ci.com/user/workers/container-based-infrastructure/ more docs coming soon
2014-11-25Merge pull request #3371 from jim-parry/userguide/contributingAndrey Andreev2-10/+10
User Guide update - Contributing
2014-11-25User Guide update - ContributingJames L Parry2-10/+10
1) Fixed typos in the documentation writeup 2) Moved the documentation writeup out of the hidden TOC into the "Contributing" section Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-25Merge pull request #3369 from jim-parry/userguide/databaseAndrey Andreev4-59/+71
Userguide/database - part 1
2014-11-25Database guide updateJames L Parry1-1/+2
Minor change to try to keep line lengths reasonable. Awkward with the example SQL queries. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-25Database guide updateJames L Parry1-1/+3
Minor change to try to keep line lengths reasonable. Awkward with the example SQL queries. Signed-off-by:James L Parry <jim_parry@bcit.ca>