Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-29 | add multipaste support | Florian Pritz | 1 | -85/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | fix paste view on mobile devices | Markus Cisler | 1 | -88/+86 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Fix modal not showing up | Florian Pritz | 1 | -68/+72 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Make lexer errors full with again | Florian Pritz | 1 | -3/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | almost migrated to bootstrap3 | Markus Cisler | 1 | -16/+18 | |
2013-08-08 | Add delete button to info popup on paste page | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-09 | implement repasting (fills textarea with ID's content) | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-25 | automatically wrap lines | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-29 | Add button to wrap long lines in code view | Florian Pritz | 1 | -0/+1 | |
Since wrapping would break the line numbers we hide them. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-26 | fix missing htmlspecialchars in html_header.php | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-25 | Increase width of paste container | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | Don't send a cli client unwanted HTML code | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | switch design to bootstrap; minor fixes along the way | Florian Pritz | 1 | -49/+82 | |
Initial-work-by: Oliver Mader <b52@reaktor42.de> Additional-work-by: Markus Cisler <mrkscslr@gmail.com> Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-16 | Fall back to plain text if lexer is unknown/broken | Florian Pritz | 1 | -2/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-08-16 | html_header: fix indentation | Florian Pritz | 1 | -19/+19 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-08-16 | Add Content-Type meta tag | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-08-16 | switch to pygments | Florian Pritz | 1 | -2/+4 | |
- faster than geshi - easier to modify the css because there is only one - geshi upstream seems pretty dead Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-05-10 | Replace timeout (delete) link with info link | Florian Pritz | 1 | -1/+2 | |
The delete link won't ask for confirmation anymore, so don't use it. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-05-01 | use function to generate links to css files | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-05-01 | move file link generation from controller to view | Florian Pritz | 1 | -6/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-10-01 | check if file exists before getting mtime | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-09-30 | add expire header for css files and append mtime to url | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-09-30 | highlight complete line; not only line number | Florian Pritz | 1 | -0/+29 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-01-28 | update to CI 2.0 | Florian Pritz | 1 | -0/+21 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> |