96b3b5c72asubfolders in data/
Shish
2012-01-23 05:39:47 +00:00
9009ab2c95named the foreign keys.
NaGeL
2012-01-22 20:20:26 +01:00
ddd3f99835deleting the user withouth images delete resulted in image deletion too: the DB entriy gets removed but the image stays on the Hard drive. this is fixed. also the Foreign key needs to be manually updated in images table. named the foreign keys in install.php for easier altering in the future.
NaGeL
2012-01-22 20:14:35 +01:00
023384149fUser deletion (Deletes the user with comments, favorites and private messages) User deletion with uploaded images ( all above plus the images the user uploaded) Also the Database fix that is all needed for this in DBupdate.php
NaGeL
2012-01-22 18:55:52 +01:00
1ccc26ebd4Merge branch 'master' of git://github.com/shish/shimmie2
NaGeL
2012-01-22 16:30:12 +01:00
3338ff0420tags/source/rating/locked should only update/log if different than current
Daku
2012-01-21 00:17:07 +00:00
7049b3bf4drating/source/locked now log info when set
Daku
2012-01-20 23:04:28 +00:00
b219d79a22A database update, for user deletion now user_favorites clean itself too. And a DBfix for those who installed shimmie before this date.
NaGeL
2012-01-20 22:08:19 +01:00
eeaa27133afixed rating with bookmarklet
Daku
2012-01-20 12:37:24 +00:00
53211aa0a7delete with jquery should no longer hide under flash
Daku
2012-01-20 12:36:52 +00:00
79b4adf1d1renamed style.css for the upload ext to avoid autoloading
Daku
2012-01-18 08:09:49 +00:00
208320f072Reeeeeeally old bug that nobody cared about: getrusage returns CPU time used by the current process, not by the current page. PHP-FPM has many pages per process
Shish
2012-01-20 05:45:09 +00:00
f5edb4fb4ethe 24 hour limit can apply to the page count too, making that also 70x faster
Shish
2012-01-20 05:24:29 +00:00
9b96b44d64tag cache is glitchy, too many things might update it
Shish
2012-01-20 05:13:07 +00:00
4c2adce744limiting by date at the database level is ~70x faster than limiting by page at the PHP level
Shish
2012-01-20 04:32:21 +00:00
f100e6a9d45 may have been a little extreme
Shish
2012-01-20 04:05:54 +00:00
49e7bfa1b2tidy up some ancient base_href / data_href messes; base_href as a config variable is no longer used
Shish
2012-01-20 03:29:29 +00:00
18e36f9b31Rather 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.
Shish
2012-01-20 03:15:58 +00:00
36e443e07dthe 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.
Shish
2012-01-20 03:12:48 +00:00
8eaaa6a7caAdded user deletion. User is deleted from database the Comments are deleted too, unknown reason for me Noting else is deleted so far.
NaGeL
2012-01-19 18:23:43 +01:00
557a82e7beFixed linking bug in admin_user/list page.
NaGeL
2012-01-19 16:43:20 +01:00
8ba22d8fbcsame for user-agent
Shish
2012-01-19 15:28:55 +00:00
b8bdbd3533after detecting an error, don't carry on processing the bad data...
Shish
2012-01-19 15:23:44 +00:00
7608107232lib/askismet expects the referrer to either be set manually, or exist; if it doesn't exist we need to set it manually
Shish
2012-01-19 15:20:32 +00:00
a75d8744c9Merge branch 'master' of github.com:shish/shimmie2
Shish
2012-01-18 18:00:10 +00:00
b1d1d71093author search from nagel
Shish
2012-01-18 17:53:52 +00:00
b52651c558added [align=(left|center|right)] BBcode which aligns text naturally.
NaGeL
2012-01-17 22:45:24 +01:00
bdf274074csome people like heading to the image after an image that isn't there (mostly robots with old URLs)
Shish
2012-01-18 03:13:27 +00:00
3c6217fa4cadded [align=(left|center|right)] BBcode which aligns text naturally.
NaGeL
2012-01-17 22:45:24 +01:00
342600cb40This code is not used in the master branch. Moved into separate branch 'revert_by_ip'.
green-ponies (jgen)
2012-01-15 12:02:54 -05:00
daf51d5477Feature to Revert Tag changes by IP address. Allows you to revert all edits made by a specific ip during a specified timeframe.
green-ponies (jgen)
2012-01-15 11:57:32 -05:00
9d36a6a1bbsometimes when looking for next/prev the image doesn't exist
Shish
2012-01-14 14:38:45 +00:00
aa452bf8ebAdded $force to vars
Thasan
2012-01-14 11:15:13 +02:00
0a4e8e05f0quieten notices of overwritten things
Shish
2012-01-14 01:51:44 +00:00
7195d3d1f3Changes using empty instead of strlen.
green-ponies (jgen)
2012-01-12 23:07:14 -05:00
2c6b5128c6More tweaks for minor speed gains.
green-ponies (jgen)
2012-01-12 21:17:37 -05:00
0b03f91f1cFixed the new upload form. Changed it over to use jQuery since shimmie has that already. Works with FF, Chrome, and IE 7 now.
green-ponies (jgen)
2012-01-09 20:45:30 -05:00
f7fc253075Display message if no comments.
green-ponies (jgen)
2012-01-08 22:18:17 -05:00
dcf96456f1Fixed issue with Cancelling Transloads. Also added some features to the Bookmarklet.
green-ponies (jgen)
2012-01-08 16:50:35 -05:00
57da47c93ausing the new uploader
green-ponies (jgen)
2012-01-08 13:36:39 -05:00