Commit Graph

13 Commits

Author SHA1 Message Date
patchon
b877650e3d 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
9825058fef
Revert "Fix up css for syntax page"
This reverts commit 5afb1564ce.
2016-06-28 22:54:41 +10:00
Eliot Whalan
14e7df342d
Revert "Try again"
This reverts commit 7658c76460.
2016-06-28 22:54:34 +10:00
Eliot Whalan
7658c76460
Try again 2016-06-28 22:53:35 +10:00
Eliot Whalan
5afb1564ce
Fix up css for syntax page 2016-06-28 22:51:33 +10:00
Eliot Whalan
f562758f35
Fix up padding 2016-06-26 18:18:14 +10:00
Eliot Whalan
704e1444e4
Fixup syntax box 2016-06-24 16:26:43 +10:00
Eliot Whalan
a25fbd518a
Add jquery resizing to all pages 2016-06-24 16:22:06 +10:00
Eliot Whalan
ad232fa642
Remove margin-right from buttons 2016-06-24 15:47:31 +10:00
Eliot Whalan
4471eba47a
Add clone paste handler 2016-06-24 12:59:29 +10:00
Eliot Whalan
e9fe27ea2d
Add download button 2016-06-24 12:17:23 +10:00
Eliot Whalan
07180d93fb
Add more buttons and add row div 2016-06-23 20:59:12 +10:00
Eliot Whalan
3d22aa63fd
Try syntax highlighting 2016-06-23 20:41:45 +10:00