Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-13 | Changing EOL style to LF | Derek Allard | 22 | -5503/+5503 | |
2008-11-12 | Propset eol-style to CRLF | Derek Jones | 3 | -969/+969 | |
simplified paragraph tag cleanup regex | |||||
2008-11-02 | Added a doctype() function to the HTML helper. | Derek Allard | 1 | -375/+415 | |
2008-10-26 | Fixed some typos | Rick Ellis | 1 | -3/+2 | |
2008-10-23 | Improved meta function | Rick Ellis | 1 | -3/+23 | |
2008-10-20 | Added form_prep() call to set_value() | Rick Ellis | 1 | -2/+2 | |
2008-10-17 | Fixed a preg_replace bug if the supplied string contains the delimiter | Rick Ellis | 1 | -2/+2 | |
2008-10-17 | Function was operationg backward to user guide description. Bug #5007 | Rick Ellis | 1 | -1/+1 | |
2008-10-15 | Added support for arbitrary attributes in anchor_popup() of the URL helper. | Derek Allard | 1 | -53/+59 | |
2008-10-11 | modifications to url_title() | Derek Jones | 1 | -9/+10 | |
2008-10-06 | Added some code to ignore empty folders when deleting directories | Rick Ellis | 1 | -1/+5 | |
2008-10-06 | Altered auto_link() in the URL helper so that email addresses with "+" ↵ | Derek Allard | 1 | -1/+1 | |
included will be linked. | |||||
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 | 1 | -15/+15 | |
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-09-25 | Fixed incorrect parenthesis in form_open() function. (#5135) | Derek Allard | 1 | -1/+1 | |
A few doc typo fixes | |||||
2008-09-22 | minor whitespace cleanup | Derek Allard | 1 | -118/+119 | |
2008-09-20 | Removed the strict param from in_array() as this was causing some trouble ↵ | Rick Ellis | 1 | -4/+4 | |
with numeric field names | |||||
2008-09-13 | updated copyright | Rick Ellis | 9 | -9/+9 | |
2008-09-13 | updated copyright | Rick Ellis | 12 | -12/+12 | |
2008-09-13 | typography tweaks | Rick Ellis | 1 | -8/+3 | |
2008-09-12 | Continued working on typography class and docs | Rick Ellis | 1 | -18/+3 | |
2008-09-12 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2008-09-11 | Tweaked the auto_typography function | Rick Ellis | 1 | -1/+6 | |
2008-09-11 | Moved the "auto typography" class into its own class file in the libraries ↵ | Rick Ellis | 1 | -466/+3 | |
folder | |||||
2008-08-26 | Switched spaces to tabs | Rick Ellis | 1 | -5/+5 | |
2008-08-26 | Added some new functions that work with the new form validation class | Rick Ellis | 1 | -14/+321 | |
2008-08-21 | whitespace fixes | Derek Allard | 5 | -119/+119 | |
a minor re-ordering of the changelog | |||||
2008-08-20 | Added current_url() and uri_string() functions to the URL helper | Rick Ellis | 1 | -2/+40 | |
2008-08-13 | updated time zone list and offsets to match the world's current time zones | Derek Jones | 1 | -31/+41 | |
2008-08-12 | Added newline character in between hidden fields | Rick Ellis | 1 | -0/+1 | |
2008-08-07 | tightened human time stamp validation regex | Derek Jones | 1 | -1/+1 | |
2008-07-21 | removing stray quotes | Derek Allard | 1 | -1/+1 | |
2008-07-21 | Removed added newlines ("\n") from most form and html helper functions. | Derek Allard | 2 | -10/+15 | |
2008-06-30 | fixed some whitespace in the number helper and improved on the calculation ↵ | Derek Jones | 1 | -9/+9 | |
method | |||||
2008-06-27 | Moved the <label> output ability from the language library to a language ↵ | Derek Jones | 1 | -0/+58 | |
helper (hotfix for 1.6.3) | |||||
2008-06-27 | Fixed a double opening <p> tag in the index pages of each system ↵ | Derek Allard | 1 | -8/+3 | |
directory. | |||||
2008-06-26 | Number helper uses lang files | Derek Allard | 1 | -5/+8 | |
Bytes use whole numbers (123.0 bytes is just silly) | |||||
2008-06-19 | (no commit message) | Derek Allard | 1 | -67/+71 | |
2008-06-19 | added a Number helper | Derek Jones | 1 | -0/+68 | |
2008-06-19 | removed maxlength and size as automatically added attributes in form helper | Derek Allard | 1 | -1/+1 | |
2008-06-06 | goofed. Fixed up. | Derek Allard | 1 | -1/+6 | |
2008-06-06 | default to post method | Derek Allard | 1 | -4/+1 | |
2008-06-06 | Form helper refactored to allow form_open() and form_fieldset() to accept ↵ | Derek Allard | 1 | -19/+51 | |
arrays or strings as arguments. | |||||
2008-05-29 | added error suppression to fopen() in write_file() | Derek Jones | 1 | -1/+1 | |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 19 | -238/+244 | |
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace | |||||
2008-05-12 | removed an ereg from config | Derek Allard | 1 | -3/+3 | |
added a qualifier to a str_replace for \t in Input changed substr to strncmp in Codeigniter.php and directory_map function added braces in an if statement of unit test Removed "scripts" from the auto-load search path. Scripts were deprecated in Version 1.4.1 (September 21, 2006). If you still need to use them for legacy reasons, they must now be manually loaded in each Controller. | |||||
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end ↵ | Derek Jones | 19 | -20/+58 | |
of the file | |||||
2008-05-11 | Undoing change committed in r1115 | Derek Jones | 19 | -0/+19 | |
2008-05-11 | removed closing PHP tag from all framework files | Derek Jones | 19 | -19/+0 | |
2008-05-08 | added symbolic_permissions() and octal_permissions() to the File helper | Derek Jones | 1 | -0/+88 | |