Commit Graph

  • 2f565c66d3 ignore oekaki Shish 2012-01-23 05:40:00 +00:00
  • 96b3b5c72a subfolders in data/ Shish 2012-01-23 05:39:47 +00:00
  • 9009ab2c95 named the foreign keys. NaGeL 2012-01-22 20:20:26 +01:00
  • ddd3f99835 deleting 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
  • 023384149f User 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
  • 1ccc26ebd4 Merge branch 'master' of git://github.com/shish/shimmie2 NaGeL 2012-01-22 16:30:12 +01:00
  • 03204859c1 merge~ Shish 2012-01-22 15:11:39 +00:00
  • ddf61714f6 argh sql syntaxes Shish 2012-01-22 14:54:03 +00:00
  • 565b15c91e access the start time too... Shish 2012-01-22 14:48:06 +00:00
  • f3c0c0e637 allow a configurable timezone Shish 2012-01-22 14:40:41 +00:00
  • da45389c42 have autodate include hours and minutes Shish 2012-01-22 14:40:25 +00:00
  • 0300ee79c6 Merge pull request #93 from DakuTree/master Shish Moom 2012-01-22 06:12:04 -08:00
  • f589ee3f80 git ignore update Daku 2012-01-21 13:13:10 +00:00
  • 3338ff0420 tags/source/rating/locked should only update/log if different than current Daku 2012-01-21 00:17:07 +00:00
  • 7049b3bf4d rating/source/locked now log info when set Daku 2012-01-20 23:04:28 +00:00
  • b219d79a22 A 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
  • eeaa27133a fixed rating with bookmarklet Daku 2012-01-20 12:37:24 +00:00
  • 53211aa0a7 delete with jquery should no longer hide under flash Daku 2012-01-20 12:36:52 +00:00
  • 471e3d057a fixed bookmarklet on danbooru flash pages again.. Daku 2012-01-20 12:27:01 +00:00
  • dc10fa22af change email form now shows in lite theme Daku 2012-01-20 10:46:18 +00:00
  • 38e2f961fb holiday ext should work properly now Daku 2012-01-18 16:08:51 +00:00
  • 9a35401666 image replace form now uses jquery Daku 2012-01-18 15:32:43 +00:00
  • df20a75271 removing holiday feature from lite theme Daku 2012-01-18 09:56:25 +00:00
  • fd9ab64132 Holiday ext Daku 2012-01-18 09:55:00 +00:00
  • 79b4adf1d1 renamed style.css for the upload ext to avoid autoloading Daku 2012-01-18 08:09:49 +00:00
  • 208320f072 Reeeeeeally 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
  • f5edb4fb4e the 24 hour limit can apply to the page count too, making that also 70x faster Shish 2012-01-20 05:24:29 +00:00
  • 9b96b44d64 tag cache is glitchy, too many things might update it Shish 2012-01-20 05:13:07 +00:00
  • 4c2adce744 limiting 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
  • f100e6a9d4 5 may have been a little extreme Shish 2012-01-20 04:05:54 +00:00
  • 49e7bfa1b2 tidy 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
  • 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. Shish 2012-01-20 03:15:58 +00:00
  • 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. Shish 2012-01-20 03:12:48 +00:00
  • 8eaaa6a7ca Added 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
  • 557a82e7be Fixed linking bug in admin_user/list page. NaGeL 2012-01-19 16:43:20 +01:00
  • 8ba22d8fbc same for user-agent Shish 2012-01-19 15:28:55 +00:00
  • 520fb08652 just gitignore update NaGeL 2012-01-19 16:28:16 +01:00
  • b8bdbd3533 after detecting an error, don't carry on processing the bad data... Shish 2012-01-19 15:23:44 +00:00
  • 7608107232 lib/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
  • a75d8744c9 Merge branch 'master' of github.com:shish/shimmie2 Shish 2012-01-18 18:00:10 +00:00
  • b1d1d71093 author search from nagel Shish 2012-01-18 17:53:52 +00:00
  • b52651c558 added [align=(left|center|right)] BBcode which aligns text naturally. NaGeL 2012-01-17 22:45:24 +01:00
  • bdf274074c some 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
  • 3c6217fa4c added [align=(left|center|right)] BBcode which aligns text naturally. NaGeL 2012-01-17 22:45:24 +01:00
  • 46776bf853 added author=<name> search tag. NaGeL 2012-01-17 22:43:16 +01:00
  • e46c22a228 weighted CDN targets Shish 2012-01-17 15:47:58 +00:00
  • 153e3ca3db Merge branch 'master' of github.com:shish/shimmie2 Shish 2012-01-17 15:33:53 +00:00
  • 940b95c9e6 searching for image hash bans Shish 2012-01-17 15:33:42 +00:00
  • dff8aa06fe Merge pull request #92 from DakuTree/master Shish Moom 2012-01-17 07:14:08 -08:00
  • a336944b11 uploader fixes Daku 2012-01-17 10:56:52 +00:00
  • a45c09b2b6 Bookmarklet now checks if ext is supported/filesize is lower than limit before attempting to upload. Daku 2012-01-17 07:57:58 +00:00
  • 433197e187 Bookmarklet seems to work fine with Gelbooru now... Daku 2012-01-17 04:57:14 +00:00
  • 9f5465c0e5 Bookmarklet now asks if you want to use current/new tags again. Daku 2012-01-17 04:28:45 +00:00
  • fcb8307f58 Booru bookmarklet now works with shimmie sites + is now loaded via .js script on the site. Daku 2012-01-17 04:03:32 +00:00
  • 7759700160 fixes tag_edit__locked/locked errors Daku 2012-01-17 03:58:28 +00:00
  • 5ac53ceb84 Small holiday feature for lite theme. Loads extra stylesheet on certain holidays. Daku 2012-01-17 03:52:38 +00:00
  • c3aa7f14dd named placeholder for rating search Shish 2012-01-16 22:53:14 +00:00
  • 17b5268452 Merge pull request #91 from green-ponies/master Shish Moom 2012-01-16 14:37:23 -08:00
  • 211e191b50 Removing unnecessary and incorrect mysql_real_escape_string() calls. green-ponies (jgen) 2012-01-16 17:30:06 -05:00
  • 9a4ea2bc77 merge green-ponies/master Shish 2012-01-16 21:19:10 +00:00
  • ce303d4fe3 Needs to have the get_base_href() first. green-ponies (jgen) 2012-01-16 16:11:53 -05:00
  • 7045b21b44 uploader javascript fixes from jgen (copy & paste is easier than fixing merge conflicts >.>;;) Shish 2012-01-16 21:10:51 +00:00
  • 46960eed48 Fix for Notes missing js files. green-ponies (jgen) 2012-01-16 16:06:05 -05:00
  • 6ca81cb636 Merge branch 'master' of github.com:shish/shimmie2 Shish 2012-01-16 20:59:00 +00:00
  • cc3bda38f0 attempt to hand-merge jgen's revert by IP vits Shish 2012-01-16 20:58:55 +00:00
  • d46244f926 Display message if no comments. green-ponies (jgen) 2012-01-08 22:18:17 -05:00
  • fdca5e4662 Patch for displaying error message when disk full. green-ponies (jgen) 2011-11-04 01:00:45 -04:00
  • 40c3861bc9 Merge pull request #76 from tkorpe/master Shish Moom 2012-01-16 12:41:56 -08:00
  • 8f56b9ae2c argh php, syntax that used to be required is now deprecated... Shish 2012-01-16 19:58:03 +00:00
  • cd7de93a0a Changing for-loops to use pre-calculated values. Rather than calculating the value each time. green-ponies (jgen) 2012-01-16 00:07:04 -05:00
  • 8252534cff Small changes with quotes. green-ponies (jgen) 2012-01-15 23:03:27 -05:00
  • 9bde42d452 consistent hashing for multiple data mirrors Shish 2012-01-16 02:53:38 +00:00
  • d1495050ab Merge remote-tracking branch 'remotes/shish/master' into speed green-ponies (jgen) 2012-01-15 21:35:11 -05:00
  • ab4e1db0b8 Merge remote-tracking branch 'remotes/shish/master' into revert_by_ip green-ponies (jgen) 2012-01-15 21:34:47 -05:00
  • 5ab776d1ef Merge remote-tracking branch 'remotes/shish/master' green-ponies (jgen) 2012-01-15 21:33:14 -05:00
  • 5b9c8b736d remove debug Shish 2012-01-16 01:50:44 +00:00
  • f0105125d1 Merge branch 'master' of github.com:shish/shimmie2 Shish 2012-01-16 01:35:44 +00:00
  • 6d88e3f4d8 twitter feed ext Shish 2012-01-16 01:35:36 +00:00
  • 342600cb40 This 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
  • daf51d5477 Feature 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
  • 9d36a6a1bb sometimes when looking for next/prev the image doesn't exist Shish 2012-01-14 14:38:45 +00:00
  • aa452bf8eb Added $force to vars Thasan 2012-01-14 11:15:13 +02:00
  • 0a4e8e05f0 quieten notices of overwritten things Shish 2012-01-14 01:51:44 +00:00
  • 7195d3d1f3 Changes using empty instead of strlen. green-ponies (jgen) 2012-01-12 23:07:14 -05:00
  • 2c6b5128c6 More tweaks for minor speed gains. green-ponies (jgen) 2012-01-12 21:17:37 -05:00
  • 3f7646bc8b typo green-ponies (jgen) 2012-01-12 20:30:26 -05:00
  • aa9c8c2097 Small change to index. green-ponies (jgen) 2012-01-12 20:28:16 -05:00
  • fc12bbbfe5 More small changes to help save a few microseconds. green-ponies (jgen) 2012-01-12 15:46:34 -05:00
  • d7ff1b96ab More stupid typos. Gah. green-ponies (jgen) 2012-01-12 15:13:38 -05:00
  • c739e5b2e8 Silly typo. green-ponies (jgen) 2012-01-12 15:06:32 -05:00
  • ea6f853891 Changes to the index file as well. green-ponies (jgen) 2012-01-12 14:47:24 -05:00
  • 2e0e8475a1 A few more small changes for speed. green-ponies (jgen) 2012-01-12 14:46:58 -05:00
  • cd34879cf1 oops, forgot debug code Thasan 2012-01-12 03:59:58 +02:00
  • 9f8a49483f check if thumbnail already exists before regenerating it, way to force regen. Thasan 2012-01-12 03:54:27 +02:00
  • 26d383198a More small changes for speed. green-ponies (jgen) 2012-01-11 15:57:00 -05:00
  • ea15574226 Changes and tweaks for speed. Because every microsecond counts! :P These changes are based on information from: http://phpbench.com/ http://stackoverflow.com/questions/482202/is-there-a-performance-benefit-single-quote-vs-double-quote-in-php green-ponies (jgen) 2012-01-11 15:08:27 -05:00
  • 0b03f91f1c Fixed 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
  • f7fc253075 Display message if no comments. green-ponies (jgen) 2012-01-08 22:18:17 -05:00
  • dcf96456f1 Fixed issue with Cancelling Transloads. Also added some features to the Bookmarklet. green-ponies (jgen) 2012-01-08 16:50:35 -05:00
  • 57da47c93a using the new uploader green-ponies (jgen) 2012-01-08 13:36:39 -05:00