Commit graph

2010 commits

Author SHA1 Message Date
Shish
18e36f9b31 Rather than three levels of configuration, let's have two (define()'d values in config.php for system-level stuff, the web-editable config table for user-level stuff). Basically switches database_dsn from a global variable to a defined constant. 2012-01-20 03:15:58 +00:00
Shish
36e443e07d the algorithm for listing old comments pages is *really* inefficient; the first few pages are quick, page 100 can take a few seconds to generate... rule34 has over 100,000 pages of comments. Limit to the first few pages for now, as I don't know anyone who even goes past the front page. 2012-01-20 03:12:48 +00:00
NaGeL
8eaaa6a7ca Added user deletion.
User is deleted from database
the Comments are deleted too, unknown reason for me
Noting else is deleted so far.
2012-01-19 18:23:43 +01:00
NaGeL
557a82e7be Fixed linking bug in admin_user/list page. 2012-01-19 16:43:20 +01:00
Shish
8ba22d8fbc same for user-agent 2012-01-19 15:28:55 +00:00
NaGeL
520fb08652 just gitignore update 2012-01-19 16:28:16 +01:00
Shish
b8bdbd3533 after detecting an error, don't carry on processing the bad data... 2012-01-19 15:23:44 +00:00
Shish
7608107232 lib/askismet expects the referrer to either be set manually, or exist; if it doesn't exist we need to set it manually 2012-01-19 15:20:32 +00:00
Shish
a75d8744c9 Merge branch 'master' of github.com:shish/shimmie2 2012-01-18 18:00:10 +00:00
Shish
b1d1d71093 author search from nagel 2012-01-18 17:53:52 +00:00
NaGeL
b52651c558 added [align=(left|center|right)] BBcode which aligns text naturally. 2012-01-18 17:49:29 +00:00
Shish
bdf274074c some people like heading to the image after an image that isn't there (mostly robots with old URLs) 2012-01-18 03:13:27 +00:00
NaGeL
3c6217fa4c added [align=(left|center|right)] BBcode which aligns text naturally. 2012-01-17 22:45:24 +01:00
NaGeL
46776bf853 added author=<name> search tag. 2012-01-17 22:43:16 +01:00
Shish
e46c22a228 weighted CDN targets 2012-01-17 15:47:58 +00:00
Shish
153e3ca3db Merge branch 'master' of github.com:shish/shimmie2 2012-01-17 15:33:53 +00:00
Shish
940b95c9e6 searching for image hash bans 2012-01-17 15:33:42 +00:00
Shish Moom
dff8aa06fe Merge pull request #92 from DakuTree/master
Bookmarklet update + Holiday feature for lite theme.
2012-01-17 07:14:08 -08:00
Daku
a336944b11 uploader fixes 2012-01-17 10:56:52 +00:00
Daku
a45c09b2b6 Bookmarklet now checks if ext is supported/filesize is lower than limit before attempting to upload. 2012-01-17 07:57:58 +00:00
Daku
433197e187 Bookmarklet seems to work fine with Gelbooru now... 2012-01-17 04:57:14 +00:00
Daku
9f5465c0e5 Bookmarklet now asks if you want to use current/new tags again. 2012-01-17 04:28:45 +00:00
Daku
fcb8307f58 Booru bookmarklet now works with shimmie sites + is now loaded via .js script on the site. 2012-01-17 04:03:32 +00:00
Daku
7759700160 fixes tag_edit__locked/locked errors 2012-01-17 03:58:28 +00:00
Daku
5ac53ceb84 Small holiday feature for lite theme. Loads extra stylesheet on certain holidays. 2012-01-17 03:52:38 +00:00
Shish
c3aa7f14dd named placeholder for rating search 2012-01-16 22:53:14 +00:00
Shish Moom
17b5268452 Merge pull request #91 from green-ponies/master
Additional fix for notes.
2012-01-16 14:37:23 -08:00
green-ponies (jgen)
211e191b50 Removing unnecessary and incorrect mysql_real_escape_string() calls. 2012-01-16 17:30:06 -05:00
Shish
9a4ea2bc77 merge green-ponies/master 2012-01-16 21:19:10 +00:00
green-ponies (jgen)
ce303d4fe3 Needs to have the get_base_href() first. 2012-01-16 16:11:53 -05:00
Shish
7045b21b44 uploader javascript fixes from jgen (copy & paste is easier than fixing merge conflicts >.>;;) 2012-01-16 21:10:51 +00:00
green-ponies (jgen)
46960eed48 Fix for Notes missing js files. 2012-01-16 16:06:05 -05:00
Shish
6ca81cb636 Merge branch 'master' of github.com:shish/shimmie2 2012-01-16 20:59:00 +00:00
Shish
cc3bda38f0 attempt to hand-merge jgen's revert by IP vits 2012-01-16 20:58:55 +00:00
green-ponies (jgen)
d46244f926 Display message if no comments. 2012-01-16 20:54:34 +00:00
green-ponies (jgen)
fdca5e4662 Patch for displaying error message when disk full. 2012-01-16 20:52:26 +00:00
Shish Moom
40c3861bc9 Merge pull request #76 from tkorpe/master
Bulk add faster
2012-01-16 12:41:56 -08:00
Shish
8f56b9ae2c argh php, syntax that used to be required is now deprecated... 2012-01-16 19:58:03 +00:00
green-ponies (jgen)
cd7de93a0a Changing for-loops to use pre-calculated values.
Rather than calculating the value each time.
2012-01-16 00:07:04 -05:00
green-ponies (jgen)
8252534cff Small changes with quotes. 2012-01-15 23:03:27 -05:00
Shish
9bde42d452 consistent hashing for multiple data mirrors 2012-01-16 02:53:38 +00:00
green-ponies (jgen)
d1495050ab Merge remote-tracking branch 'remotes/shish/master' into speed 2012-01-15 21:35:11 -05:00
green-ponies (jgen)
ab4e1db0b8 Merge remote-tracking branch 'remotes/shish/master' into revert_by_ip 2012-01-15 21:34:47 -05:00
green-ponies (jgen)
5ab776d1ef Merge remote-tracking branch 'remotes/shish/master' 2012-01-15 21:33:14 -05:00
Shish
5b9c8b736d remove debug 2012-01-16 01:50:44 +00:00
Shish
f0105125d1 Merge branch 'master' of github.com:shish/shimmie2 2012-01-16 01:35:44 +00:00
Shish
6d88e3f4d8 twitter feed ext 2012-01-16 01:35:36 +00:00
green-ponies (jgen)
342600cb40 This code is not used in the master branch.
Moved into separate branch 'revert_by_ip'.
2012-01-15 12:02:54 -05:00
green-ponies (jgen)
daf51d5477 Feature to Revert Tag changes by IP address.
Allows you to revert all edits made by a specific ip during a specified timeframe.
2012-01-15 11:57:32 -05:00
Shish
9d36a6a1bb sometimes when looking for next/prev the image doesn't exist 2012-01-14 14:38:45 +00:00