Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-17 | Added a call to the parent contructor, as this was causing errors. | Rick Ellis | 1 | -7/+1 | |
2008-10-17 | Fixed bug 4775. The constant AMP was undefined... this was a copy/past from ↵ | Rick Ellis | 1 | -1/+1 | |
EE code, where AMP exists. | |||||
2008-10-17 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-10-17 | Added brackets around database name in MS SQL driver when selecting the ↵ | Rick Ellis | 1 | -1/+3 | |
database, in the event that reserved characters are used in the name (bug report: 4915) | |||||
2008-10-17 | (no commit message) | Rick Ellis | 2 | -1/+9 | |
2008-10-17 | Fixed a number of bug reports related to table/db names not being escaped or ↵ | Rick Ellis | 16 | -383/+107 | |
prefixed correctly. | |||||
2008-10-17 | Fixed a number of bug reports related to table/db names not being escaped or ↵ | Rick Ellis | 12 | -655/+602 | |
prefixed correctly. | |||||
2008-10-15 | example typo fix | Derek Allard | 2 | -3/+3 | |
2008-10-15 | Added support for arbitrary attributes in anchor_popup() of the URL helper. | Derek Allard | 2 | -53/+60 | |
2008-10-11 | modifications to url_title() | Derek Jones | 2 | -9/+12 | |
2008-10-09 | fixed spelling of existant to existent | Derek Jones | 2 | -2/+3 | |
2008-10-09 | moved call to $RES->num_rows() further down in code so that oracle-specific ↵ | Derek Jones | 2 | -1/+4 | |
class variables would be set properly as needed before executing | |||||
2008-10-07 | minor formatting | Derek Allard | 1 | -8/+8 | |
2008-10-07 | syntax error | Derek Jones | 1 | -1/+1 | |
2008-10-07 | unset $Version, $Path, and $Domain cookie keys, to prevent Disallowed Key ↵ | Derek Jones | 2 | -0/+10 | |
Characters from halting app execution on environments which improperly set these as keys | |||||
2008-10-07 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-10-07 | Explicitly added driver name variable in each DB driver, based on this bug ↵ | Rick Ellis | 7 | -1/+14 | |
report: #4436 | |||||
2008-10-07 | (no commit message) | Rick Ellis | 3 | -3/+3 | |
2008-10-07 | Fixed bug (#3472) that was adding quotes incorrectly. | Rick Ellis | 1 | -2/+2 | |
2008-10-07 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-10-07 | Added a file lock check during cache writing, as per suggestion at bug #3466 | Rick Ellis | 1 | -3/+10 | |
2008-10-07 | Oops! Didn't realize that the CI super object was not being used by the ↵ | Rick Ellis | 3 | -4/+13 | |
main Driver. Fixed... | |||||
2008-10-07 | (no commit message) | Rick Ellis | 1 | -0/+2 | |
2008-10-07 | Fixed Oracle bug (#3306) that was preventing multiple queries in one action | Rick Ellis | 1 | -0/+1 | |
2008-10-07 | Fixed a bug (#2985) in which multiple queries using a single request were ↵ | Rick Ellis | 1 | -0/+1 | |
not being honored | |||||
2008-10-07 | Added $params to ODBC constructor, based on bug report #3374 | Rick Ellis | 1 | -1/+9 | |
2008-10-07 | Added support for empty connection strings, based on bug # 3135 | Rick Ellis | 1 | -7/+32 | |
2008-10-07 | There was a call to $this->input->_remove_invisible_characters($str); It ↵ | Rick Ellis | 4 | -4/+4 | |
should have been: $this->input->CI->_remove_invisible_characters($str); | |||||
2008-10-06 | Added some code to ignore empty folders when deleting directories | Rick Ellis | 1 | -1/+5 | |
2008-10-06 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-10-06 | Added set_status_header() function to docs | Rick Ellis | 1 | -0/+10 | |
2008-10-06 | Altered auto_link() in the URL helper so that email addresses with "+" ↵ | Derek Allard | 2 | -13/+14 | |
included will be linked. | |||||
2008-10-04 | removed some ereg() calls for better performance | Rick Ellis | 1 | -4/+4 | |
2008-10-04 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-10-04 | Added description of the max_filename parameter | Rick Ellis | 1 | -0/+6 | |
2008-10-04 | Tweaked the last feature added to limit file name length | Rick Ellis | 1 | -0/+1 | |
2008-10-04 | Added function to optionally limit the length of the file name | Rick Ellis | 1 | -3/+54 | |
2008-10-03 | tweak of temp tag and highlighting replacement to accommodate environments ↵ | Derek Jones | 1 | -4/+3 | |
with different colors specified for highlight_string() | |||||
2008-10-03 | modified how we're performing text highlighting to prevent extra or missing ↵ | Derek Jones | 2 | -15/+16 | |
span tags. Namely, removed the start and ending markers, as if the code being highlighted would be styled the same, PHP would put it all in the same <span>, so when we removed our own additions, it would remove the needed opening span style | |||||
2008-10-03 | When I fixed a bug that did not permit the default route to be in a ↵ | Rick Ellis | 1 | -1/+16 | |
sub-folder, I introducted a different bug (#5285), which this should fix | |||||
2008-10-02 | changed | Derek Jones | 2 | -1/+2 | |
if ($this->cur_page > $this->num_links) to if ($this->cur_page > ($this-> num_links + 1)) so the "First" link only renders when the link for page 1 is now shown | |||||
2008-10-02 | Added set_status_header function | Rick Ellis | 1 | -20/+59 | |
2008-10-02 | added $protect_braced_quotes to Typography class, to prevent curly-quoting ↵ | Derek Jones | 2 | -1/+27 | |
single and double quoted string within {curly "braces"} | |||||
2008-10-01 | Tweaked the filter_uri function for better security | Rick Ellis | 1 | -11/+17 | |
2008-10-01 | Removed some errant spaces and tabs | Rick Ellis | 1 | -2/+2 | |
2008-10-01 | Updated copyright | Rick Ellis | 1 | -1/+1 | |
2008-10-01 | Fixed extra text in img() function description of the userguide | Derek Allard | 2 | -3/+2 | |
2008-10-01 | Removed some errant spaces | Rick Ellis | 1 | -2/+2 | |
2008-10-01 | Added set_staus_header | Rick Ellis | 1 | -7/+53 | |
2008-10-01 | removed an errant tab | Rick Ellis | 1 | -1/+1 | |