23697dd525Changed purge_tags(). Tag purging was done directly to the database, leaving the tags' history entries orphan.
Parziphal
2014-02-20 16:48:24 -0500
28269e00c6Couple changes to generate_preview(). * Now accepts $force_regen option. * Calling tempfile_path() would cause an error. * Changed file_exists() for is_file().
Parziphal
2014-02-20 15:47:31 -0500
b77be4a59aFixed some errors in SimilarImages. - Correctly set-up cURL multi. - Removed exception thrown if one request returned empty response. Instead, the error is logged and the script continues.
Parziphal
2014-01-27 09:27:46 -0500
afad5bc175Fixed error on block action. Trying to block a mod or admin would redirect to action with no specific id, generating an error.
Parziphal
2014-01-25 00:17:21 -0500
30f9b207fdChanged EOL to Linux.
Parziphal
2014-01-25 00:17:21 -0500
678b055f52Fixed error regarding User::is_level_or_lower(). It was returning false for anonymous users, it now returns true.
Parziphal
2014-01-12 10:27:17 -0500
46fcd2f21bShowing post and tag edit counts in user profile.
Parziphal
2014-01-12 10:13:21 -0500
827072db46Fully enabled tag subscriptions.
Parziphal
2014-01-12 07:05:06 -0500
1bd69c151eFixed error that prevented TagImplication from being deleted (issue #44). Also removed some commented code and added some curly brackets (can't avoid it).
Parziphal
2014-01-05 22:17:37 -0500
a1a65f3509Fixed link to the "How to install" wiki.
Parziphal
2014-01-01 15:40:14 -0500
123b9f1cd0Updated readme. Removed outdated, non-relevant information and added a link to the "How to install" wiki page.
Parziphal
2014-01-01 15:38:27 -0500
444af49df4Small unimportant detail. The length of the "position" column was 255, when it's actually 1. This data isn't used anyway.
Parziphal
2014-01-01 15:35:43 -0500
cf9cba40b6Fully enabled Inline Images. A little detail: the "Add image" button was moved to a new table row, so it stands out more. Known bugs/errors: - When cropping an animated GIF inline (with a secondary JPG inline), although the images are correctly cropped, an empty error is displayed.
Parziphal
2013-12-31 14:22:59 -0500
3ca7ad5e94Imagick wasn't creating JPG outputs. Added a little comment regarding animated GIFs.
Parziphal
2013-12-31 12:01:35 -0500
0cf2e4a481Changed ApplicationController#notice I realized that the notice cookie was being sent right when calling the notice method, while in Moebooru the cookie is actually sent on the next request.
Parziphal
2013-12-31 10:20:27 -0500
33e86da790Adding support to Inline Images
Parziphal
2013-12-31 02:32:12 -0500
ba948f46a7Moved assets compilation to the end. Thus, in case of error, the assets can be compiled with the "assets compile:all" command.
Parziphal
2013-12-18 22:46:36 -0500
0e8359ba89Installation is now made using CLI.
Parziphal
2013-12-07 15:35:14 -0500
be797d2a17fixed some GIF thumbnails resulting in "corrupt" images. in order to do this, Imagick::coalesceImages() is called if the image to process is gif and has frames. this method slows down things, but ensures a good thumbnail.
Parziphal
2013-12-06 14:02:47 -0500
272fc76629fixed User::is_level... methods when anonymous they where returning true in some cases (like when calling is_unactivated). they now return false if anonymous.
Parziphal
2013-12-06 05:13:03 -0500
12e3a57053more changes related to advertisements. added position to advertisements. with it, one can choose to either show an horizontal add only at top, bottom or both. removed can_see_ads check from AdvertisementsHelper::print_advertisement() because it's already checked before calling it. horizontal-bottom ads in post#index are centered. removed "Reset hit count" checkbox in ads#edit. Width and Height in ads form are now "number" fields. Width and Height must now be set also for "Html" ads. made ads#show a little nicer. ads#create and ads#update redirect to ads#index if success. some other related changes.
Parziphal
2013-12-05 14:56:41 -0500
ff28733e94moved ad in post#index below pagination
Parziphal
2013-12-05 09:28:37 -0500
e2533565bcmore changes to advertisements added two new ad spots, bottom of post#index and post#show. spots can be selectively activated in the booru config. by default, only original spots are active.
Parziphal
2013-12-04 15:19:11 -0500
11d4f3772eenabled hash-key on cache
Parziphal
2013-12-03 22:51:09 -0500
baecd199a0locale for post#moderate in static#more
Parziphal
2013-12-03 16:00:36 -0500
781ecab67cadded link to Post->Moderate
Parziphal
2013-12-02 19:23:42 -0500
60e4a1229fmoved Dmails per-hour limit to config. also fixed error that caused users to be able to send limit + 1 dmails.
Parziphal
2013-12-02 17:29:26 -0500
c75071b77cfixed error in #diff
Parziphal
2013-12-02 16:26:13 -0500
cd55735461using jpeg's width and height in case sample's size isn't available. this will fix the error in post#show of the image having 0 width and height (thus not showing) if the image doesn't have a sample.
Parziphal
2013-12-02 10:59:03 -0500
322e190a57removed br after ad
Parziphal
2013-12-02 10:03:06 -0500
8de2c5ed67fixed display error in ads form
Parziphal
2013-12-02 09:43:52 -0500
d499dd7844updated cached schema for ads
Parziphal
2013-12-02 09:25:12 -0500
e7771f8667fixed error on redirection in update action
Parziphal
2013-12-01 21:27:23 -0500
0ab3ef62b8Added database tables for advertisements, controller is still missing. Added IP columns to dmails, forum_posts, comments.
Parziphal
2013-11-19 10:54:12 -0500