summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-23fix copyright yearFlorian Pritz2-2/+2
2011-06-23remove compatibility mimetype generationFlorian Pritz1-2/+2
2011-06-22completed doc change for user_agent length increaseDerek Jones1-1/+1
2011-06-15Removed Alex's README.Phil Sturgeon1-8/+0
2011-06-15Merged base_url changes.philsturgeon4-42/+98
2011-06-15Automated merge with ssh://bitbucket.org/anaxamaxan/ci-docs-editphilsturgeon1-1/+1
2011-06-15Merged Alex Bilbies MSSQL changes.philsturgeon267-3118/+4088
2011-06-12upload_error: print more precise error messageFlorian Pritz3-3/+12
2011-06-11support simple request ranges for direct downloadsFlorian Pritz2-10/+101
2011-06-11file_mod->download() remove useless checkFlorian Pritz1-1/+1
2011-06-06remove do_paste()Florian Pritz1-42/+0
2011-06-06remove double html_{header,footer} viewsFlorian Pritz2-26/+2
2011-06-06use javascript to allow text pastesFlorian Pritz2-11/+67
2011-06-04refactor cli client checkFlorian Pritz1-4/+6
2011-06-04fix status code for redirect in show_urlFlorian Pritz1-1/+1
2011-06-04simplify do_paste and return correct status codesFlorian Pritz3-10/+7
2011-06-03remove double line endingFlorian Pritz1-1/+0
2011-06-01support .smlFlorian Pritz1-0/+1
2011-05-29fix days on plaintext upload_form viewFlorian Pritz1-1/+1
2011-05-28.slax -> textFlorian Pritz1-0/+1
2011-05-28remove text upload noticeFlorian Pritz1-1/+0
2011-05-28use correct suffixes for sizesFlorian Pritz1-1/+1
2011-05-28display configured age limit on front pageFlorian Pritz3-2/+3
2011-05-18fix missing </p>Florian Pritz1-1/+1
2011-05-18add CDATA to javascriptFlorian Pritz1-0/+2
2011-05-18fix leftover </form>Florian Pritz1-1/+1
2011-05-18add .xsl -> xmlFlorian Pritz1-0/+1
2011-05-16add highlighting for .dtd filesFlorian Pritz1-0/+1
2011-05-16make file_mod->download easier to readFlorian Pritz1-112/+143
2011-05-13Just edited the ridiculous bit about DOS in the CLI page.Anaxamaxan1-1/+1
2011-05-08Wrapped all common functions to check if it already exists. This allows anyo...Dan Horrigan1-13/+48
2011-05-06Fix #275 -- regression in db::_compile_select(). Thanks @patwork for the patchGreg Aker1-11/+15
2011-04-29add s -> asm aliasFlorian Pritz1-0/+1
2011-04-28hg flow init, add .hgflow filePhil Sturgeon1-0/+8
2011-04-27merging in changesGreg Aker232-2174/+2160
2011-04-27Added insert_batch() function to the PostgreSQL database driver. Thanks to e...Greg Aker2-0/+19
2011-04-27Removed the GET, POST, and COOKIE Data from security since we now allow $_GET...Eric Barnes1-7/+1
2011-04-27Reverting last change. Don't know what I was thinking. :(Eric Barnes1-1/+1
2011-04-26Automatic base_url generation was missing a ending slash.Eric Barnes1-1/+1
2011-04-25swapping out preg_replace() in the driver library where str_replace() works j...Greg Aker1-4/+4
2011-04-25Fixed double-space typo.Razican230-2110/+2110
2011-04-25Fixed #74.Razican1-0/+5
2011-04-25Fixed #60.Razican1-11/+11
2011-04-25Fixed typo error in toc.html in documentation.Razican1-1/+1
2011-04-25Fixed #243 - Changed php version in the style guide to match requirements.Eric Barnes1-1/+1
2011-04-25Duplicate this->db->insert_batch in documentation. Fixes #202Eric Barnes1-24/+0
2011-04-23add pl->perl aliasFlorian Pritz1-1/+2
2011-04-23Removing debug code accidentally committed.Greg Aker1-1/+1
2011-04-23typo in modification to MySQLi driver. Fixes #236Derek Jones1-1/+1
2011-04-22default value of $total_rows in Pagination class should be number. And fix Us...kenjis2-3/+3