summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers/url_helper.rst
AgeCommit message (Collapse)AuthorFilesLines
2018-02-12[ci skip] Fix rendering of literal 'http://' strings in the manualAndrey Andreev1-2/+2
2016-05-11Merge pull request #4625 from rochefort/missing_parenthesisAndrey Andreev1-3/+3
[ci skip] Minor documentation fixes
2016-04-28Merge pull request #4603 from rochefort/fix-typeAndrey Andreev1-2/+2
[ci skip] Fix a parameter type in url_title() docs
2015-03-25Fixed user guide internal & external links to resolve problems reported by ↵Master Yoda1-2/+2
sphinx "make linkcheck" Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-02-02[ci skip] Fix #3515Andrey Andreev1-21/+21
2014-02-07[ci skip] Add return types to helper docs (+ some other formatting)Andrey Andreev1-19/+25
2013-07-20Update URL Helper docsDerek Jones1-213/+195
2013-07-18Add an optional parameter to URL helpers base_url() and site_url() ↵Andrey Andreev1-2/+4
(supersedes #2535)
2013-01-24Move db_select() call from CI_DB_driver::initialize() to db_connect()Andrey Andreev1-1/+1
so that it's only called by drivers that need it ('mysql', 'mssql'). As proposed in issue #2187.
2013-01-23Removed slash from URI helper docMelvin Lammerts1-2/+2
In my current projects I don't see '/controller/method' but 'controller/method' when calling uri_string().
2012-11-09Polish docs for URL and XML helpers and deprecate obsolete options for ↵Andrey Andreev1-124/+176
String helper random_string() and URL helper url_title()
2012-09-17redirect() documentation: add a note for IIS usersvlakoff1-0/+4
2012-09-12Better server test in redirect() of URL helpervlakoff1-1/+1
"Location" header bugs are specific to IIS; previous test was matching all HTTP servers under Windows. This test isn't perfect yet ($_SERVER['SERVER_SOFTWARE'], which corresponds to the "Server" header of HTTP response, might be missing), but there is no perfect test. "Refresh" method makes the window blank for quite a noticeable time, so let's not affect other servers because of IIS.
2012-07-29Added documentation for mailto function.InFog1-1/+6
2012-06-26Fixing various Sphinx bugs and syntax errors in docsDerek Jones1-3/+3
2012-06-16anchor_popup() improvementsAndrey Andreev1-9/+17
2011-11-07Adding auto-detection of best redirect method in url_helper.Brandon Jones1-10/+11
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones1-0/+313