Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-18 | Fixed a typo | Rick Ellis | 1 | -1/+1 | |
2008-10-17 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2008-10-15 | example typo fix | Derek Allard | 1 | -2/+2 | |
2008-10-06 | Added set_status_header() function to docs | Rick Ellis | 1 | -0/+10 | |
2008-10-04 | Added description of the max_filename parameter | Rick Ellis | 1 | -0/+6 | |
2008-10-02 | added $protect_braced_quotes to Typography class, to prevent curly-quoting ↵ | Derek Jones | 1 | -0/+10 | |
single and double quoted string within {curly "braces"} | |||||
2008-09-25 | Fixed incorrect parenthesis in form_open() function. (#5135) | Derek Allard | 1 | -2/+2 | |
A few doc typo fixes | |||||
2008-09-22 | typos, html validation | Derek Allard | 1 | -11/+5 | |
2008-09-20 | Added the ability to set translatable field names | Rick Ellis | 1 | -1/+24 | |
2008-09-13 | typography tweaks | Rick Ellis | 1 | -1/+25 | |
2008-09-12 | (no commit message) | Rick Ellis | 1 | -0/+131 | |
2008-09-12 | Continued working on typography class and docs | Rick Ellis | 2 | -2/+2 | |
2008-09-05 | removed superfluous "the" | Derek Allard | 1 | -1/+1 | |
2008-09-04 | removed random invisible character (ASCII 194) from HTML and PHP files | Derek Jones | 1 | -16/+16 | |
2008-08-31 | grammar changes | Derek Allard | 1 | -1/+1 | |
2008-08-26 | (no commit message) | Rick Ellis | 1 | -0/+3 | |
2008-08-26 | (no commit message) | Rick Ellis | 1 | -2/+57 | |
2008-08-26 | (no commit message) | Rick Ellis | 1 | -0/+2 | |
2008-08-26 | Added Form Validation Library and updated docs | Rick Ellis | 24 | -29/+1173 | |
2008-08-26 | Made a Loader changes so that the new validation class will work. | Rick Ellis | 23 | -23/+23 | |
Made some doc style changes | |||||
2008-08-26 | Fixed a typo | Rick Ellis | 1 | -1/+1 | |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -1/+29 | |
2008-08-21 | typo in xmlrpc | Derek Allard | 1 | -1/+1 | |
2008-08-21 | added user_data field to sessions userguide page | Derek Allard | 1 | -0/+1 | |
2008-08-21 | further whitespace fixes | Derek Allard | 2 | -128/+76 | |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -19/+50 | |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -14/+35 | |
2008-08-12 | (no commit message) | Rick Ellis | 1 | -2/+13 | |
2008-08-10 | image_heigth to image_height | Derek Allard | 1 | -1/+1 | |
2008-07-16 | fixed a series of "next" and "previous" topic links that pointed to the ↵ | Derek Allard | 1 | -1/+1 | |
wrong pages. | |||||
2008-07-16 | added a note re: caching | Derek Allard | 1 | -1/+2 | |
2008-07-11 | fixed an example | Derek Allard | 1 | -4/+4 | |
2008-06-27 | Moved the <label> output ability from the language library to a language ↵ | Derek Jones | 1 | -6/+1 | |
helper (hotfix for 1.6.3) | |||||
2008-06-27 | changed user guide version to 1.6.3 | Derek Jones | 23 | -23/+23 | |
2008-06-26 | changed your-site.com to example.com doc-wide | Derek Jones | 9 | -24/+24 | |
2008-06-21 | documentation fix, horizontal to vertical | Derek Allard | 1 | -1/+1 | |
2008-06-20 | Added the ability to automatically output language items as form labels in ↵ | Derek Allard | 1 | -0/+10 | |
the Language class. | |||||
2008-06-20 | Added get_post() to the Input class. | Derek Allard | 1 | -0/+12 | |
Documented get() in the Input class. | |||||
2008-06-13 | Added "Using Associative Arrays In a Request Parameter" example to the ↵ | Derek Allard | 1 | -1/+28 | |
XMLRPC userguide page. | |||||
2008-05-31 | Charset information in the userguide has been moved above title for ↵ | Derek Allard | 23 | -23/+23 | |
internationalization purposes (#4614) | |||||
2008-05-29 | made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify ↵ | Derek Jones | 1 | -2/+2 | |
multi-column non-primary keys in table creation | |||||
2008-05-26 | grammar, typo and example corrections | Derek Allard | 2 | -8/+8 | |
2008-05-25 | fixed a missing semi colon in pagination example | Derek Allard | 1 | -2/+2 | |
2008-05-21 | customizable query string | Derek Allard | 1 | -1/+1 | |
2008-05-21 | Added support for query strings to the Pagination class, automatically ↵ | Derek Allard | 1 | -3/+8 | |
detected or explicitly declared. | |||||
2008-05-18 | documented load->model in the Loader docs | Derek Allard | 1 | -1/+9 | |
2008-05-16 | fixed syntax error in code sample | Derek Jones | 1 | -2/+2 | |
2008-05-15 | added ability to use xss_clean() to test images, and improved security for ↵ | Derek Jones | 1 | -0/+5 | |
vectors particular to the Opera family of browsers | |||||
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 7 | -12/+12 | |
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace | |||||
2008-05-12 | added cropping to the list of items "maintain_ratio" can be used on. | Derek Allard | 1 | -1/+1 | |