|
|
|
@124
|
[124]
|
9 months |
s0undt3ch |
Fix some SQLAlchemy deprecation warnings and some PostgreSql? problems.
|
|
|
|
@120
|
[120]
|
10 months |
s0undt3ch |
Make the hilights cache use dbm instead of memory(recreated every server …
|
|
|
|
@119
|
[119]
|
10 months |
s0undt3ch |
Minor change on layout.html, make py:match stop on first …
|
|
|
|
@118
|
[118]
|
10 months |
s0undt3ch |
Made lineanchor links unique, that was they can also be used on the …
|
|
|
|
@117
|
[117]
|
10 months |
s0undt3ch |
Added caching to the hilight process which was turning out to be very slow …
|
|
|
|
@116
|
[116]
|
10 months |
s0undt3ch |
Secure paste submit form against Cross-site requestforgery.
|
|
|
|
@115
|
[115]
|
10 months |
s0undt3ch |
Add non expiring cache to diff's, one is unable to change saved pastes so …
|
|
|
|
@114
|
[114]
|
10 months |
s0undt3ch |
Replace missed href="#" with href="javascript:;".
Allow both pastes on …
|
|
|
|
@113
|
[113]
|
10 months |
s0undt3ch |
Implemented rudimentary unidiff between pastes, and allow users to …
|
|
|
|
@112
|
[112]
|
10 months |
s0undt3ch |
Include a profiler wsgi(not going to be packaged into releases).
Increase …
|
|
|
|
@111
|
[111]
|
10 months |
s0undt3ch |
Don't use # on href's to be used by ajax, use javascript:; …
|
|
|
|
@108
|
[108]
|
11 months |
s0undt3ch |
Set xmlrpc url to the defined one on the spec(let's see if crawlers stop …
|
|
|
|
@97
|
[97]
|
11 months |
s0undt3ch |
Removing no longer needed cssmin.py and jsmin.py.
|
|
|
|
@91
|
[91]
|
11 months |
s0undt3ch |
Updated setup.py to require PylonsGenshi.
Removed the minifications …
|
|
|
|
@49
|
[49]
|
11 months |
s0undt3ch |
Temporary check-in until the MinificationWebHelpers package is commited …
|
|
|
|
@46
|
[46]
|
11 months |
s0undt3ch |
Update the JS minification code to also combine all js files passed into a …
|
|
|
|
@45
|
[45]
|
11 months |
s0undt3ch |
Removed the minification process from websetup.
|
|
|
|
@44
|
[44]
|
11 months |
s0undt3ch |
Cache into dbm the "minification" of javascripts which will never …
|
|
|
|
@43
|
[43]
|
11 months |
s0undt3ch |
Made minifying the JS files automatic upon the first request to them.
|
|
|
|
@42
|
[42]
|
11 months |
s0undt3ch |
We now generate the minified versions of the needed javascript files when …
|
|
|
|
@41
|
[41]
|
11 months |
s0undt3ch |
Include our own error page to be shown when not in debug mode.
|
|
|
|
@40
|
[40]
|
11 months |
s0undt3ch |
Pastie's logo is now also a link to "Home".
|
|
|
|
@39
|
[39]
|
11 months |
s0undt3ch |
Add the python version of JSMin as an extra. Perhaps later automate the …
|
|
|
|
@38
|
[38]
|
11 months |
s0undt3ch |
Use minified versions of JS instead.
|
|
|
|
@37
|
[37]
|
11 months |
s0undt3ch |
Send packed js if not running in debug mode.
|
|
|
|
@36
|
[36]
|
11 months |
s0undt3ch |
Allow a user to specify his pastie's name so it shows up on title.
|
|
|
|
@35
|
[35]
|
11 months |
s0undt3ch |
Added support for anchor links for the generated anchors.
|
|
|
|
@34
|
[34]
|
11 months |
s0undt3ch |
Favicon only for browsers that support png's!!!
|
|
|
|
@33
|
[33]
|
11 months |
s0undt3ch |
Fix the paste tree.
|
|
|
|
@32
|
[32]
|
11 months |
s0undt3ch |
Corrected CSS issues related to new png backgrounds.
|
|
|
|
@31
|
[31]
|
11 months |
s0undt3ch |
Made the header menu and copyright images with a white bg so that no fix …
|
|
|
|
@30
|
[30]
|
11 months |
s0undt3ch |
Include the png fix for the DAM IE's!!!
|
|
|
|
@29
|
[29]
|
11 months |
s0undt3ch |
Fixed the cache cleaning issues(hopefully). Added a png favicon for …
|
|
|
|
@28
|
[28]
|
11 months |
s0undt3ch |
Fixed favicon.ico url.
|
|
|
|
@27
|
[27]
|
11 months |
s0undt3ch |
Minor fix.
|
|
|
|
@26
|
[26]
|
11 months |
s0undt3ch |
Now paste contents show when browsing pastes tagged with a specific tag. …
|
|
|
|
@25
|
[25]
|
11 months |
s0undt3ch |
Corrected routes order.
|
|
|
|
@24
|
[24]
|
11 months |
s0undt3ch |
Removed prints.
|
|
|
|
@23
|
[23]
|
11 months |
s0undt3ch |
Added a logo, and a favicon. Corrected routes.
|
|
|
|
@22
|
[22]
|
11 months |
s0undt3ch |
Corrected pastes list.
|
|
|
|
@21
|
[21]
|
11 months |
s0undt3ch |
Started using the AlternativePaginator.
|
|
|
|
@20
|
[20]
|
11 months |
s0undt3ch |
Highlight current paste in the paste's tree.
|
|
|
|
@19
|
[19]
|
11 months |
s0undt3ch |
We now have the tree of the pastes working.
|
|
|
|
@18
|
[18]
|
11 months |
s0undt3ch |
Display usefull messages in case of an empty database.
|
|
|
|
@17
|
[17]
|
11 months |
s0undt3ch |
Now parent_id's are actually saved.
|
|
|
|
@16
|
[16]
|
11 months |
s0undt3ch |
Minor implementation of replying to a paste implemented.
|
|
|
|
@15
|
[15]
|
11 months |
s0undt3ch |
Update xmlrpc controller, now we really try to guess the lexer used.
|
|
|
|
@14
|
[14]
|
11 months |
s0undt3ch |
First check-in of the xmlrpc controller, not yet fully working.
|
|
|
|
@13
|
[13]
|
11 months |
s0undt3ch |
Fix copyright animation.
|
|
|
|
@12
|
[12]
|
11 months |
s0undt3ch |
Remove some print's and set 20 items for pagination.
|
|
|
|
@11
|
[11]
|
11 months |
s0undt3ch |
Update egg info.
|
|
|
|
@10
|
[10]
|
11 months |
s0undt3ch |
Fix DNS blacklist servers validator.
|
|
|
|
@9
|
[9]
|
11 months |
s0undt3ch |
Added autocomplete to the tags input.
|
|
|
|
@8
|
[8]
|
11 months |
s0undt3ch |
Add the validators.
|
|
|
|
@7
|
[7]
|
11 months |
s0undt3ch |
Implemented Spam Content Checking through bayes and ip-blcklist. In case …
|
|
|
|
@6
|
[6]
|
11 months |
s0undt3ch |
Update JS's.
|
|
|
|
@5
|
[5]
|
11 months |
s0undt3ch |
Add the helpers template.
|
|
|
|
@4
|
[4]
|
11 months |
s0undt3ch |
Separate Genshi html helper functions into a seperate file.
Cleanup CSS. …
|
|
|
|
@3
|
[3]
|
11 months |
s0undt3ch |
Added the templates, some js, and some propset's.
|
|
|
|
@2
|
[2]
|
11 months |
s0undt3ch |
Initial project commit.
|
|
|
|
@1
|
[1]
|
11 months |
s0undt3ch |
Initial Skel Import
|