Age | Commit message (Expand) | Author | Files | Lines |
2012-10-22 | retab css; remove unused css class | Florian Pritz | 1 | -76/+72 |
2012-10-22 | Fix aligment if last line of paste is empty | Florian Pritz | 1 | -0/+3 |
2012-10-22 | Merge upload_form.js into script.js | Florian Pritz | 3 | -17/+15 |
2012-10-22 | Remove old css files | Florian Pritz | 3 | -342/+0 |
2012-10-22 | ID/info: add missing htmlspecialchars() | Florian Pritz | 1 | -1/+1 |
2012-10-22 | switch design to bootstrap; minor fixes along the way | Florian Pritz | 43 | -248/+1034 |
2012-10-16 | Fall back to plain text if lexer is unknown/broken | Florian Pritz | 3 | -15/+52 |
2012-10-10 | Accept authentication via post parameters | Florian Pritz | 1 | -5/+18 |
2012-10-09 | Rename $mode to $lexer | Florian Pritz | 2 | -42/+42 |
2012-10-08 | Merge tag '2.1.3' | Florian Pritz | 11 | -117/+106 |
2012-10-08 | Really fix #1715 | Andrey Andreev | 1 | -1/+1 |
2012-10-08 | Fix issue #1715 | Andrey Andreev | 2 | -4/+5 |
2012-10-07 | Bump version number to 2.1.3 | Andrey Andreev | 145 | -146/+232 |
2012-10-07 | c/file/download: display an error if highlighting fails | Florian Pritz | 1 | -5/+9 |
2012-10-07 | scripts/mimetype: detect ascii with long lines correctly | Florian Pritz | 1 | -1/+1 |
2012-10-07 | c/file/download: remove useless return statement | Florian Pritz | 1 | -2/+0 |
2012-10-07 | c/file/download: stop working around CI's output class | Florian Pritz | 1 | -3/+4 |
2012-10-06 | Backport security fixes | Andrey Andreev | 2 | -26/+27 |
2012-10-06 | Fix issues #227 and #907 | Andrey Andreev | 2 | -35/+36 |
2012-10-04 | Backport fix for issue #1699 | Andrey Andreev | 2 | -21/+12 |
2012-09-26 | c/file/_download: urldecode mode to fix lexers with spaces | Florian Pritz | 1 | -1/+1 |
2012-09-23 | error_general: Prevent endless loop | Florian Pritz | 1 | -2/+2 |
2012-09-11 | file/cron: always remove stale files | Florian Pritz | 2 | -0/+8 |
2012-09-10 | Let pygments guess input encoding | Florian Pritz | 1 | -1/+1 |
2012-09-09 | m/file: add text/x-tcl to autodetection | Florian Pritz | 1 | -0/+1 |
2012-09-05 | Backport a fix for oci8_result::num_rows() | Andrey Andreev | 1 | -6/+4 |
2012-08-31 | Fix missing require_session call | Florian Pritz | 1 | -0/+1 |
2012-08-28 | Only create new sessions when the are really needed | Florian Pritz | 2 | -3/+39 |
2012-08-28 | Move most config files back to app/config/ | Florian Pritz | 16 | -2/+21 |
2012-08-16 | Add help message when running file controller via CLI | Florian Pritz | 1 | -0/+12 |
2012-08-16 | Add example crontab | Florian Pritz | 2 | -0/+3 |
2012-08-16 | remove .highlight directory | Florian Pritz | 3 | -108/+0 |
2012-08-16 | html_header: fix indentation | Florian Pritz | 1 | -19/+19 |
2012-08-16 | Add Content-Type meta tag | Florian Pritz | 1 | -0/+1 |
2012-08-16 | remove 'class="no"' from highlit html | Florian Pritz | 2 | -1/+3 |
2012-08-16 | switch to pygments | Florian Pritz | 414 | -65278/+68 |
2012-08-16 | paste.css: fix indentation | Florian Pritz | 1 | -37/+37 |
2012-08-09 | rename file_mod to mfile | Florian Pritz | 2 | -33/+33 |
2012-08-01 | Style fix and changelog entry for pull #1675 | Andrey Andreev | 2 | -1/+2 |
2012-08-01 | Merge pull request #1675 from Dentxinho/patch-1 | Alex Bilbie | 1 | -1/+1 |
2012-07-31 | Fix warning by profiler when userdata has objects | Raul Baldner junior | 1 | -1/+1 |
2012-07-26 | fix typo in migration "add username index" | Florian Pritz | 1 | -1/+1 |
2012-07-24 | Don't call undefined functions on error page | Florian Pritz | 1 | -11/+84 |
2012-07-24 | Change is_loaded() to return a reference | Andrey Andreev | 1 | -1/+1 |
2012-07-22 | display header on client page when using browser | Florian Pritz | 1 | -2/+2 |
2012-07-22 | fix call to _non_existent() typos | Florian Pritz | 1 | -2/+2 |
2012-07-18 | Backport fix for issue #1314 | Andrey Andreev | 2 | -2/+6 |
2012-07-18 | htaccess: add workaround for fastcgi and http authorization header | Florian Pritz | 1 | -0/+1 |
2012-07-12 | Add cron function for user controller | Florian Pritz | 2 | -0/+15 |
2012-07-12 | Improve design of general error page | Florian Pritz | 3 | -61/+26 |