| age |
author |
description |
| 6 years |
n01senet |
quick fix for the quick fix for broken description decode |
| 6 years |
Chouser |
Add RSS feed for recent pastes -- good for live bookmarking! |
| 6 years |
n01senet |
reapply quick fix for non-ascii chars |
| 6 years |
n01senet |
merge vim syntax highlighting? |
| 6 years |
n01senet |
Quick hack to prevent non-ascii descriptions from breaking cmd=recent |
| 6 years |
chouser |
quick fix for bad line endings |
| 6 years |
Chouser |
Add vim-based syntax hiliting. URLs in text even turn into links! |
| 6 years |
Chouser |
Add ability to reset passwords from the command line. |
| 6 years |
chouser |
add list of recent pastes |
| 6 years |
chouser |
Allow Apache to redirect from /omnipaste to /omnipaste/ (trailing slash) |
| 6 years |
chouser |
merge removal of .htaccess |
| 6 years |
chouser |
expand tabs instead of displaying ^I |
| 6 years |
chouser |
Move annoying .htaccess out of the way. |
| 6 years |
chouser |
Handle the display of some control sequences. Not perfect, but avoids |
| 6 years |
chouser |
Initial attempt at cmd=recent |
| 6 years |
chouser |
Use a db cursor that generates dictionaries rather than tuples. |
| 6 years |
chouser |
Return old id instead of creating new nugget with duplicate data |
| 6 years |
chouser |
Default new nuggets to NULL mimeType. Try to guess on lookup. |
| 6 years |
chouser |
Tidy up CSS for pretty.kid |
| 6 years |
chouser |
Use CSS-generated line numbers instead of pre, table, etc. |
| 6 years |
chouser |
Add privatize toggle on nugget display |
| 6 years |
chouser |
Reorganize dbinit. Avoid table name 'schema' reserved in some |
| 6 years |
chouser |
merge whitespace differences |
| 6 years |
chouser |
(Add private checkbox for nuggets.) |
| 6 years |
chouser |
Generate random password for new user. |
| 6 years |
chouser |
Add private checkbox for nuggets. |
| 6 years |
chouser |
Use JavaScript to expand create nugget textarea to fill the window. |
| 6 years |
chouser |
Fix bad password-setting behavior. |
| 6 years |
agriffis |
merge from Chouser |
| 6 years |
agriffis |
Bug fix, --pass was setting nick |
| 6 years |
chouser |
live password fixes |
| 6 years |
agriffis |
Use production paste by default, beta with switch |
| 6 years |
agriffis |
Update ompa to work with authenticated betapaste |
| 6 years |
chouser |
On create, redirect to url with pretty=yes |
| 6 years |
chouser |
update todo list |
| 6 years |
agriffis |
Make cxn a class variable so it can be reused |
| 6 years |
agriffis |
Add ompa, command-line program for generating omnipastes |
| 6 years |
chouser |
Store authcode in browser cookie. |
| 6 years |
chouser |
Translucent text fields. Not sure if this is good. |
| 6 years |
chouser |
Password protect usernames. |
| 6 years |
chouser |
Blank lines were disappearing. Fixed that and other visual details. |
| 6 years |
chouser |
Always use UTF-8 encoding for HTML pages. |
| 6 years |
chouser |
Fix pretty pring again, to prevent double-spacing and an extra line number. |
| 6 years |
chouser |
background colors alternate from one line to the next |
| 6 years |
chouser |
prettify the input form and output page. include line numbers on output. |
| 6 years |
chouser |
[project @ remove opconf.file from repo -- you'll still need it in an installation] |
| 6 years |
chouser |
[project @ move more code into the process method so that more errors are caught instead of hanging the browser request] |
| 6 years |
chouser |
[project @ don't store real opconf settings in the darcs repo] |
| 6 years |
chouser |
[project @ slightly better error message.] |
| 6 years |
chouser |
[project @ Use leading underscore to indicate a filesystem object rather than a database nugget.] |
| 6 years |
chouser |
[project @ move config from in-web-tree xml to out-of-web-tree python] |
| 6 years |
chouser |
[project @ move database config to an external xml file] |
| 6 years |
chouser |
[project @ First use of kid template -- form for creating a new nugget] |
| 6 years |
chouser |
[project @ calculate the lookupurl instead of hard-coding it] |
| 6 years |
chouser |
[project @ use random string for nugget id rather than incrememting base64] |
| 6 years |
chouser |
[project @ use mimeTypes and pretty, instead of "view". Add redirect for application/x-url] |
| 6 years |
chouser |
[project @ add todo list] |
| 6 years |
chouser |
[project @ Full round-trip now, with minimal lookup.] |
| 6 years |
chouser |
[project @ implemented action=create] |
| 6 years |
chouser |
[project @ omnipaste is born: fastcgi and database access] |