summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
2015-05-02[ci skip] Fix timezones list in date helper docsAndrey Andreev1-1/+1
Close #3818
2015-05-02[ci skip] Fix a doc link causing a Sphinx compile warningAndrey Andreev1-2/+2
2015-04-30Fix #3823Andrey Andreev1-0/+1
2015-04-30Fix typos in user guide.Master Yoda2-2/+2
Corrected "csrf_regenerate" in libraries/security.rst (it read "csrf_regeneration", incorrect per source code). Corrected "blog" as default controller in general/controllers.rst (it read "Blog", not per convention).
2015-04-29Add list_fields() support for SQLite3Andrey Andreev1-0/+4
2015-04-29Fix #3816Andrey Andreev1-0/+1
2015-04-29Fix migration_versionkenjis1-2/+2
2015-04-24A changelog update 3.Ivan Tcholakov1-1/+1
2015-04-24A changelog update 2.Ivan Tcholakov1-1/+1
2015-04-24A changelog update.Ivan Tcholakov1-0/+1
2015-04-20Fix #3787Andrey Andreev1-0/+1
2015-04-14Fix #3771Andrey Andreev1-0/+1
2015-04-14Fix #3773Andrey Andreev1-0/+1
2015-04-12Close #3761Andrey Andreev1-0/+1
2015-04-09add changelog for #3744ftwbzhao1-0/+1
2015-04-04Fix #3733Andrey Andreev1-1/+5
Close #3734
2015-04-04Edit dbforge drop_table line 230LouisMilotte1-2/+2
At current the documentation does not distinguish between DROP TABLE IF EXISTS table_name and DROP TABLE table_name. As seen by the DB_forge.php class in system/database; the function accepts a Boolean as the second parameter as to whether or not to apply the IF EXISTS mysql condition.
2015-04-02fixing typoSentabi1-2/+2
2015-04-01[ci skip] Update version numbersAndrey Andreev1-2/+2
2015-04-01Mitigate potential DoS attacks against hash_pbkdf2()Andrey Andreev1-2/+12
Related: #3720
2015-03-31[ci skip] Update security recommendationsAndrey Andreev1-4/+8
2015-03-31[ci skip] Update version numberAndrey Andreev2-4/+2
2015-03-30[ci skip] Fix a broken link in the changelogAndrey Andreev1-1/+1
2015-03-27Fix an example in the tutorial.Master Yoda1-1/+1
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-03-25Fixed user guide internal & external links to resolve problems reported by ↵Master Yoda25-82/+74
sphinx "make linkcheck" Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-03-21[ci skip] Forbid DB session usage with cache_on enabledAndrey Andreev1-1/+2
2015-03-21[ci skip] Remove an obsolete note about referencesAndrey Andreev1-14/+6
Close #3686
2015-03-19[ci skip] Fix a typo in session docsAndrey Andreev1-2/+2
2015-03-18Fixed a typo in uri.rst documentationRafael Schwemmer1-2/+2
2015-03-16[ci skip] Polish changes from PR #3669Andrey Andreev2-7/+8
2015-03-16update documentation in database/query_builder.rst, change 2 tabs + 4 spaces ↵yaoshanliang2-2/+7
to 3 tabs.
2015-03-15add changelog and documentation for adding an optional parameter to ↵yaoshanliang1-0/+2
``count_all_results()``
2015-03-13Merge pull request #3662 from avenirer/patch-8Andrey Andreev1-4/+7
[ci skip] HTML helper docs: additional info on heading()
2015-03-13Close #3663Andrey Andreev1-0/+1
2015-03-12Update html_helper.rstAdrian Voicu1-3/+3
2015-03-12Update html_helper.rstAdrian Voicu1-6/+6
2015-03-12Update html_helper.rstAdrian Voicu1-1/+1
2015-03-12additional info on heading() functionAdrian Voicu1-8/+11
...worth mentioning...
2015-03-11[ci skip] Add a note about password storage in CI_Encryption docsAndrey Andreev1-0/+5
I saw at least 2 occurrences of encryption instead of hashing being used for password storage during the past week ...
2015-03-08[ci skip] Update CI_Encryption docsAndrey Andreev1-0/+21
Close #3647
2015-03-07Merge pull request #3650 from jim-parry/fix/housekeepingAndrey Andreev1-1/+1
[ci skip] Housekeeping.
2015-03-07removed ending S from csv_from_results and xml_from_results DButil Class ↵Mattias Hedman1-3/+3
reference section in userguide Signed-off-by: Mattias Hedman <mattias.hedman@stopp.se>
2015-03-07Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into ↵Master Yoda10-70/+105
fix/housekeeping
2015-03-07Housekeeping.Master Yoda1-1/+1
Corrected typo in user guide for sessions, corrected misepelled key in calendar language file, added two links & updated wording on the repo readme. Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-03-04Fix #3627: Keep timed locks for more than 5 secondsAndrey Andreev1-4/+2
Emulated locks for Redis and Memcached now have a TTL of 300 seconds (the default HTTP request timeout value on many environments) and 30 attemps, each separated by sleep(1), are made by the blocked request to try and obtain a lock if it has been freed. Additionaly, the blocking time for MySQL's locks, which are also timed, is also set to 300 seconds.
2015-03-02Small typosv3tli01-2/+2
Missed variable..
2015-02-28[ci skip] Formally deprecate 'global_xss_filtering'Andrey Andreev3-0/+21
2015-02-26Merge pull request #3604 from Ignasimg/patch-1Andrey Andreev2-2/+15
Add support for raw_input_stream
2015-02-26fix wrong step countFu Xu1-1/+1
2015-02-26Update input.rstIgnasimg1-3/+9