summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/installation
AgeCommit message (Collapse)AuthorFilesLines
2012-06-26Fixing various Sphinx bugs and syntax errors in docsDerek Jones1-2/+2
2012-06-14Polish changes from pull #1233 - Session class already has the ↵Andrey Andreev1-9/+2
time_reference setting - 'GMT' is a valid timezone, so nothing needs to be changed in order to work properly (upgrade notes) - Altered some description text
2012-06-14Merge pull request #1223 from Razican/new_dateAndrey Andreev1-2/+9
New now() function for the Date helper
2012-06-13Fixed some stuff in documentation.Iban Eguia1-2/+2
2012-06-12Changed the config parameter. The session's _get_time() function has also ↵Iban Eguia1-3/+2
changed.
2012-06-10Merge branch 2.1-stable into developAndrey Andreev1-1/+2
2012-06-09Fixed timezone change in index.phpIban Eguia1-1/+2
Now it does not ever change the local timezone, and it adds the option to get the 'local' time()
2012-06-08Updated the upgrade guide to specify which are the supported timezones.Iban Eguia1-1/+2
2012-06-08Merge remote-tracking branch 'upstream/develop' into new_dateIban Eguia2-4/+26
2012-05-23Merge pull request #1357 from timw4mail/errorsPhil Sturgeon1-1/+6
Move errors to views folder
2012-05-22fix typo in step 8Brent Ashley1-1/+1
2012-05-22Add step to move existing core extensions to new folderBrent Ashley1-1/+8
2012-05-16Add note in the upgrade guide to move errors folderTimothy Warren1-1/+6
2012-04-26Adding some update notes for 3.0.0 (renaming AR to QB)Jamie Rumbelow1-0/+10
2012-03-27Fixed a typo and added the route for the config file.Iban Eguia1-2/+2
2012-03-27Added doccumentation for the new date helper.Iban Eguia1-0/+6
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
2012-01-08Remove loading of ['core'] elementsAndrey Andreev1-2/+7
2011-12-27Fixing a documentation linking error in the 3.0 upgrade notes.Greg Aker1-1/+1
2011-12-27Adding 3.0.0 release notes documentation file.Greg Aker1-0/+28
2011-10-18added some additional notes to the 2.0.0 update notes to highlight some of ↵Derek Jones1-0/+52
the potential gotchas, fixes #588
2011-10-05fixed code block spacing in installation docs filesDerek Jones5-8/+51
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones28-0/+1386