Age | Commit message (Expand) | Author | Files | Lines |
2012-09-17 | Merge pull request #1783 from vlakoff/develop | Andrey Andreev | 1 | -1/+1 |
2012-09-13 | directory_map() was skipping files and directories named "0" | vlakoff | 1 | -1/+1 |
2012-09-12 | Better server test in redirect() of URL helper | vlakoff | 1 | -1/+1 |
2012-09-07 | Merge pull request #1760 from vlakoff/develop-2 | Alex Bilbie | 1 | -1/+1 |
2012-09-05 | Merge pull request #1750 from vlakoff/develop | Andrey Andreev | 1 | -1/+2 |
2012-09-04 | More complicated but faster method | vlakoff | 1 | -1/+2 |
2012-09-03 | Slightly robuster test | vlakoff | 1 | -1/+1 |
2012-08-31 | Simplification in Text Helper's character_limiter() | vlakoff | 1 | -1/+1 |
2012-08-19 | Fixes issue #1678 | pickupman | 1 | -2/+1 |
2012-08-15 | Fix issue #1712 | Andrey Andreev | 1 | -1/+1 |
2012-08-14 | fix issue 1706 | Michiel Vugteveen | 1 | -1/+4 |
2012-07-29 | Adding a common stringify_attributes function for dealing with attributes thr... | Eric Barnes | 3 | -100/+8 |
2012-07-28 | Adding optional attributes as array or object for html helper | Eric Barnes | 1 | -19/+40 |
2012-07-27 | Improve change from f0ecb55dfe8dbfaf4c65dbe9d7e1bba8c131ebf4 and add changelo... | Andrey Andreev | 1 | -1/+1 |
2012-07-26 | If $htdocs = FALSE delete_files would never unlink | Phil Sturgeon | 1 | -1/+1 |
2012-07-22 | Removing $reduce_linebreaks in auto_typography helper. Fixes #1642 | Eric Barnes | 1 | -2/+2 |
2012-07-22 | Comment fix. Html5 is most popular these days and should be added to comment.... | Przemyslaw Tomaszewski | 1 | -3/+3 |
2012-07-13 | Fix issue #1613 | Andrey Andreev | 1 | -1/+6 |
2012-07-12 | Important space fix :) | vkeranov | 1 | -1/+1 |
2012-07-12 | Wrong url again | vkeranov | 1 | -1/+1 |
2012-07-12 | Another typo... | vkeranov | 1 | -1/+1 |
2012-07-12 | Fixed typo in the comments | vkeranov | 1 | -2/+1 |
2012-07-04 | Ahem. | Phil Sturgeon | 1 | -2/+2 |
2012-07-04 | Further update to `element()` to remove more unexpected results. | Phil Sturgeon | 1 | -2/+2 |
2012-07-04 | Having `"0"` in an array would give you NULL with `elements()`. BAD!
| Phil Sturgeon | 1 | -1/+1 |
2012-07-04 | Deprecate Date helper standard_date() | Andrey Andreev | 1 | -0/+13 |
2012-07-04 | Optimize standard_date() | Andrey Andreev | 1 | -15/+13 |
2012-07-02 | Fix issue #1551 | Andrey Andreev | 1 | -4/+4 |
2012-07-02 | Update Array Helper documentation | vlakoff | 1 | -1/+1 |
2012-07-01 | If you don't know an answer, just say that you don't know. | Phil Sturgeon | 1 | -2/+2 |
2012-06-27 | valid_email() to always return boolean | Andrey Andreev | 1 | -1/+1 |
2012-06-27 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into email | Timothy Warren | 6 | -117/+117 |
2012-06-27 | URL Helper redirect() to utilize HTTP/1.1 response code 303 See Other | Andrey Andreev | 1 | -3/+11 |
2012-06-26 | Fix issue #427 | Andrey Andreev | 1 | -1/+2 |
2012-06-22 | Added optional fourth parameter to timezone_menu | Mat Whitney | 1 | -2/+18 |
2012-06-17 | Add deprecated docblock tags for do_hash() and read_file() | Andrey Andreev | 2 | -0/+2 |
2012-06-16 | anchor_popup() improvements | Andrey Andreev | 1 | -3/+13 |
2012-06-16 | Fix two anchor_popup() issues | Andrey Andreev | 1 | -5/+2 |
2012-06-16 | Fix local_to_gmt() | Andrey Andreev | 1 | -7/+7 |
2012-06-16 | Small improvements to form_open() | Andrey Andreev | 1 | -4/+6 |
2012-06-16 | Spelling fixes - `wether` to `whether` | Alex Bilbie | 1 | -1/+1 |
2012-06-15 | Fix issue #520 | Andrey Andreev | 1 | -0/+4 |
2012-06-15 | Optimize encode_php_tags() | Andrey Andreev | 1 | -1/+1 |
2012-06-14 | Improve date helper functions human_to_unix() and nice_date() | Andrey Andreev | 1 | -37/+14 |
2012-06-14 | Some date helper improvements | Andrey Andreev | 1 | -60/+43 |
2012-06-14 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into email | Timothy Warren | 1 | -25/+22 |
2012-06-14 | Some optimizations to the date helper | Andrey Andreev | 1 | -10/+8 |
2012-06-13 | Fixed some stuff in documentation. | Iban Eguia | 1 | -2/+2 |
2012-06-12 | Changed the config parameter. The session's _get_time() function has also ch... | Iban Eguia | 1 | -1/+1 |
2012-06-12 | Merge upstream | Timothy Warren | 5 | -62/+25 |