index
:
phorkie.git
master
Self-hosted pastebin software written in PHP. Pastes are editable, may have multiple files and are stored in git repositories.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2012-04-18
fix broken commit dots
v0.1.0
Christian Weiske
2012-04-18
setup check
Christian Weiske
2012-04-17
fix historic binary file downloads
Christian Weiske
2012-04-17
raw download for older revisions
Christian Weiske
2012-04-17
move filename sanitation to tools
Christian Weiske
2012-04-17
do not show tools when looking at revision
Christian Weiske
2012-04-17
revision display support
Christian Weiske
2012-04-17
do not ask libravatar for anonymous commits
Christian Weiske
2012-04-17
use anonymous image
Christian Weiske
2012-04-17
show history in sidebar
Christian Weiske
2012-04-15
fix git clone urls
Christian Weiske
2012-04-15
no code div for images
Christian Weiske
2012-04-15
do not show text field for binary files
Christian Weiske
2012-04-15
use key as class name
Christian Weiske
2012-04-15
add image renderer
Christian Weiske
2012-04-13
php lint (syntax validation) support
Christian Weiske
2012-04-13
do not overwrite variable
Christian Weiske
2012-04-13
highlighting of errorneous lines in from tool output
Christian Weiske
2012-04-13
first tool supported: xmllint
Christian Weiske
2012-04-13
fix ticket #1: error setting name with slashes
Christian Weiske
2012-04-13
fix git dir creation
Christian Weiske
2012-04-13
fix git dir creation
Christian Weiske
2012-04-11
separate git and work directories - gives nicer public git clone urls
Christian Weiske
2012-04-05
basic file upload works
Christian Weiske
2012-04-04
automatically add file extension to new files when it has no extension
Christian Weiske
2012-04-03
deleting files works now
Christian Weiske
2012-04-03
show public and private git urls if configured
Christian Weiske
2012-04-03
better rst error handling
Christian Weiske
2012-04-03
rST rendering is possible now
Christian Weiske
2012-04-03
rename Phorkie to phorkie (lowercase)
Christian Weiske
2012-04-03
proper type dropdown for files now
Christian Weiske
2012-04-03
file type and language definition happens in config.default.php now
Christian Weiske
2012-04-02
do not add files that are empty and have no name
Christian Weiske
2012-04-02
include geshi only once
Christian Weiske
2012-03-30
paste deletion is possible now
Christian Weiske
2012-03-29
merge paste creation and paste edit code
Christian Weiske
2012-03-28
editing works basically
Christian Weiske
2012-03-28
preparation for file editing
Christian Weiske
2012-03-28
determine mime type by file extension, not by geshi type
Christian Weiske
2012-03-28
highlighting for htm/html files
Christian Weiske
2012-03-27
xml mime type
Christian Weiske
2012-03-27
listing all pastes works
Christian Weiske
2012-03-26
forking works now
Christian Weiske
2012-03-26
use repositories class
Christian Weiske
2012-03-26
no error when no description
Christian Weiske
2012-03-26
syntax highlighting with geshi
Christian Weiske
2012-03-26
raw download support
Christian Weiske
2012-03-26
use repository and file classes
Christian Weiske