Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-09 | Fixed timezone change in index.php | Iban Eguia | 1 | -1/+2 | |
Now it does not ever change the local timezone, and it adds the option to get the 'local' time() | |||||
2012-06-08 | Merge remote-tracking branch 'upstream/develop' into new_date | Iban Eguia | 5 | -65/+101 | |
2012-06-07 | Deprecated do_hash() and read_file() in favor of hash() and ↵ | Andrey Andreev | 3 | -4/+8 | |
file_get_contents() respectively | |||||
2012-04-26 | Merge pull request #1004 from kwaanonline/develop | Phil Sturgeon | 1 | -60/+92 | |
Date Helper documentation update | |||||
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 6 | -151/+250 | |
Conflicts: system/core/Loader.php system/database/DB_query_builder.php system/database/drivers/cubrid/cubrid_driver.php system/database/drivers/mssql/mssql_driver.php system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php system/database/drivers/oci8/oci8_driver.php system/database/drivers/odbc/odbc_driver.php system/database/drivers/pdo/pdo_driver.php system/database/drivers/postgre/postgre_driver.php system/database/drivers/sqlite/sqlite_driver.php user_guide_src/source/changelog.rst user_guide_src/source/database/query_builder.rst | |||||
2012-03-27 | Added doccumentation for the new date helper. | Iban Eguia | 1 | -8/+14 | |
2012-03-26 | Merge pull request #994 from Razican/doctypes | Andrey Andreev | 1 | -21/+41 | |
Doctypes | |||||
2012-03-18 | use php's hash() function for do_hash() helper | freewil | 1 | -3/+4 | |
2012-03-16 | Fix form_fieldset_close() example to match actual return | tiyowan | 1 | -1/+1 | |
2012-03-15 | Add strip_slashes() to string helper documentation | tiyowan | 1 | -0/+30 | |
2012-03-14 | Fix form_input() associative array example to match actual return | tiyowan | 1 | -1/+1 | |
2012-03-14 | timespan() helper change | Roger Herbert | 2 | -120/+165 | |
2012-03-14 | Further improve the path helper | Andrey Andreev | 1 | -10/+10 | |
2012-03-14 | Merge pull request #1175 from toopay/path_helper | Andrey Andreev | 1 | -5/+11 | |
Path helper improvement | |||||
2012-03-13 | New line and changelog correction | Taufan Aditya | 1 | -0/+3 | |
2012-03-12 | typo | Michiel Vugteveen | 1 | -2/+2 | |
2012-03-12 | user guide udate | Michiel Vugteveen | 1 | -113/+152 | |
2012-03-12 | Doc | Taufan Aditya | 1 | -2/+2 | |
2012-03-12 | Path helper improvement | Taufan Aditya | 1 | -4/+7 | |
2012-03-12 | updated docs & changelog | Roger Herbert | 1 | -5/+8 | |
2012-02-19 | Renaming Active Record to Query Builder across the system | Jamie Rumbelow | 1 | -1/+1 | |
2012-01-31 | - Updated timezone selete list to match function output. | Kwaan Online | 1 | -60/+92 | |
- Updated timezone reference to match function output. - Note some reference locations have been abridged so they fit the table format. A note has been added to this effect. | |||||
2012-01-27 | Added doccumentation for the new doctypes. | Iban Eguia | 1 | -21/+41 | |
2011-12-14 | Added a reference note for people needing to limit to a set number of characters | Eric Barnes | 1 | -0/+5 | |
2011-12-09 | Added ability to change the separator value in the humanize function | Eric Barnes | 1 | -0/+6 | |
2011-11-27 | Updated docs for increment_string example. | Eric Barnes | 1 | -1/+1 | |
2011-11-07 | Adding auto-detection of best redirect method in url_helper. | Brandon Jones | 1 | -10/+11 | |
2011-10-20 | fix RST format and typo | kenjis | 1 | -1/+1 | |
2011-10-18 | updated Directory helper docs to use proper PHP method Sphinx roles | Derek Jones | 1 | -14/+13 | |
2011-10-14 | Line Break for L165 | Fumito Mizuno | 1 | -1/+2 | |
$mysql = '20061124092345'; $unix = mysql_to_unix($mysql); | |||||
2011-10-05 | replacing the old HTML user guide with a Sphinx-managed user guide | Derek Jones | 22 | -0/+3151 | |