Commit Graph

13 Commits

Author SHA1 Message Date
patchon 5a0b1f5d4d Initial commit of Pastebin fork
This commit is quite big rewrite and individual commits for each feature is
unfortunately not available. This fork introduces quite a lot of new features,
and possibly while doing so, some bugs as well. Nonetheless the features
introduced are listed below.

- Support for multiple database backends (sqlite3, postgresql and mysql are now
  supported). Configurations options like dbname/tablename/ports/adresses/etc.
  are supported as well.

- Support for dynamically adding lexers (languages) and styles (themes) from
  pygments. This means no manual configuration depending on where the
  installation is done. There is however a way of adding "prioritized" lexers.
  This feature can be nice to use sine pygments now days support hundreds of
  languages, some more common than others. Simply add the "display name" for
  each lexer you want to prioritize in the file 'assets/prio-lexers' and they
  will show up first in the list when the user selects languages.

- Support for changing styles and lexers directly from the webgui on the fly
  (no reload of the page, just content update).

- Support for row-highlightning (on/off) and rownumbers (show/hide).

- Support for showing information about when paste expires.

- Support for goo.gl-shortener.

- Extreme debugging.
2016-12-19 19:43:37 +01:00
Eliot Whalan 0c252c3c4b Revert "Fix up css for syntax page"
This reverts commit 5afb1564ce.
2016-06-28 22:54:41 +10:00
Eliot Whalan 9fa1fa73fe Revert "Try again"
This reverts commit 7658c76460.
2016-06-28 22:54:34 +10:00
Eliot Whalan 69c66a7557 Try again 2016-06-28 22:53:35 +10:00
Eliot Whalan 3ff9dd740d Fix up css for syntax page 2016-06-28 22:51:33 +10:00
Eliot Whalan 672ce0d77a Fix up padding 2016-06-26 18:18:14 +10:00
Eliot Whalan 556f953637 Fixup syntax box 2016-06-24 16:26:43 +10:00
Eliot Whalan 565a11a2aa Add jquery resizing to all pages 2016-06-24 16:22:06 +10:00
Eliot Whalan 9d3b49d904 Remove margin-right from buttons 2016-06-24 15:47:31 +10:00
Eliot Whalan 5e25d4cc88 Add clone paste handler 2016-06-24 12:59:29 +10:00
Eliot Whalan ac2eb12dfb Add download button 2016-06-24 12:17:23 +10:00
Eliot Whalan 82d977eb85 Add more buttons and add row div 2016-06-23 20:59:12 +10:00
Eliot Whalan 5c9c3ef187 Try syntax highlighting 2016-06-23 20:41:45 +10:00