summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-16add css for rendered markdownFlorian Pritz1-0/+73
2011-10-01check if file exists before getting mtimeFlorian Pritz1-1/+1
2011-10-01add mtime to url for default.cssFlorian Pritz1-1/+1
2011-09-30add expire header for css files and append mtime to urlFlorian Pritz3-2/+11
2011-09-30highlight complete line; not only line numberFlorian Pritz2-0/+38
2011-09-15valid_id: bail early if we can't get the file dataFlorian Pritz1-0/+3
2011-09-15remove unneeded call to filename2extensionFlorian Pritz1-1/+0
2011-09-15remove leftover codeFlorian Pritz1-2/+0
2011-09-13fix undefined variables in upload_form when using a cli clientFlorian Pritz1-4/+11
2011-09-11properly initialize $lengths arrayFlorian Pritz1-5/+6
2011-09-11add upload_history to front pageFlorian Pritz1-2/+3
2011-09-11add upload_history pageFlorian Pritz5-0/+185
2011-09-11use system wide error_reporting valueFlorian Pritz1-2/+2
2011-09-08fix markdown.pl pathFlorian Pritz1-1/+1
2011-08-21mimetype: use magicFlorian Pritz1-1/+1
2011-08-21Merge branch 'working'Florian Pritz61-628/+2100
2011-08-21Merge commit 'v2.0.3' into workingFlorian Pritz59-634/+2096
2011-08-21Merge commit '1224f191d48d6dce920138a82e142134cc0b5231' into workingFlorian Pritz4-4/+10
2011-08-21add htaccess filesFlorian Pritz3-0/+4
2011-08-20Merge branch 'release/v2.0.3'Derek Jones142-348/+387
2011-08-20updated version number in user guide, removed some stray merge markers found ...Derek Jones130-137/+131
2011-08-19hide "Latest release" on client page if there is noneFlorian Pritz2-2/+4
2011-08-19move inclusion of file_plaintext/client view to controllerFlorian Pritz2-4/+3
2011-08-19remove old upload snippetsFlorian Pritz1-4/+0
2011-08-19make "contact me" on the main page optionalFlorian Pritz3-2/+5
2011-08-19fix warning if data/client/latest doen't existFlorian Pritz1-1/+3
2011-08-15rewrite scripts/mimetype to support ascii with color codesFlorian Pritz2-476/+33
2011-08-15export sane $PATHFlorian Pritz1-0/+1
2011-08-13Bumped the version number. Can somebody with a working find and replace fix u...Phil Sturgeon1-1/+1
2011-08-13Fixed conflicts in changelog.Phil Sturgeon2-2/+8
2011-08-13Fixed conflicts.Phil Sturgeon2-1/+3
2011-08-13Fixed conflicts.Phil Sturgeon3-2/+3
2011-08-13Improved logic for plural() and singular() as words like "tax" would become "...Phil Sturgeon1-48/+67
2011-08-13Fixed conflict in changelog.Phil Sturgeon2-1/+3
2011-08-13Merge changelog.Adam Jackett1-0/+2
2011-08-13Fixed mysql and mysqli drivers to set NOT NULL as default for creating fields...Adam Jackett2-4/+12
2011-08-13Added having() fix to changelog.Adam Jackett1-0/+1
2011-08-13Fixed having method to insert quotes.Adam Jackett1-1/+1
2011-08-13Added note for fixed issue #199 in changelog.Phil Sturgeon1-1/+2
2011-08-13Fixed issue #199 - Attributes passed as string does not include a space betwe...Eric Barnes1-0/+4
2011-08-13Fixed conflict in changelog.Phil Sturgeon3-0/+23
2011-08-13sync total items count and total amount price; by sum of quantity of each ite...MarcosCoelho1-1/+3
2011-08-13Fixed conflicted changelog.Phil Sturgeon3-2/+24
2011-08-13Was working on this file so PHP5ified the method visibility scopes. Pointless...Phil Sturgeon1-154/+106
2011-07-15added .gitignore, removed .hg filesDerek Jones3-15/+9
2011-07-03reverted texb.ttf font which had been compromised in 982b43c3590a by a anothe...Derek Jones1-0/+0
2011-07-02hand merged remaining unresolved files following the backout of 648b42a75739,...Derek Jones229-2046/+2045
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones230-2110/+2110
2011-07-01add ascii highlighting with escape color supportFlorian Pritz2-4/+30
2011-06-23delete: return correct error if ID doesn't existFlorian Pritz1-4/+3