Commit Graph

141 Commits

Author SHA1 Message Date
Parziphal
4f8ef06df3 Fixed issue #63. Again. 2014-02-09 22:15:08 -05:00
Parziphal
650083e3c0 Fixed issue #63. 2014-02-08 20:35:15 -05:00
Parziphal
e1baa567d1 Invalid URL would cause error. 2014-01-27 10:20:19 -05:00
Parziphal
98d44e06c8 Fixed issue #57. 2014-01-27 09:41:44 -05:00
Parziphal
b77be4a59a Fixed 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.
2014-01-27 09:27:46 -05:00
Parziphal
cec5bb7b82 Fixed issue #56. 2014-01-27 08:23:51 -05:00
Parziphal
0af47672c5 Fixed issue #55. 2014-01-27 08:13:26 -05:00
Parziphal
41e5dcc8f4 Added UserLog. 2014-01-26 15:43:12 -05:00
Parziphal
632a528baa Fixed issue #54. 2014-01-26 07:22:04 -05:00
Parziphal
afad5bc175 Fixed error on block action.
Trying to block a mod or admin would redirect to action with no specific id, generating an error.
2014-01-26 01:41:06 -05:00
Parziphal
30f9b207fd Changed EOL to Linux. 2014-01-26 01:40:41 -05:00
Parziphal
613346841d Fixed issue #53. 2014-01-24 21:57:50 -05:00
Parziphal
0f1b2bd1ad Updated readme. 2014-01-24 08:30:11 -05:00
Parziphal
5501abab43 Fixed user mailer views.
They had test code... reverted to original state.
2014-01-21 22:35:15 -05:00
Parziphal
fcfb09c0d0 Fixed issue #50. 2014-01-21 21:13:44 -05:00
Parziphal
685a3230f8 Fixed issue #49. 2014-01-21 20:16:33 -05:00
Parziphal
5776745bb8 Fixed issue #48. 2014-01-17 08:43:34 -05:00
Parziphal
5878242e32 Fixed issue #47. 2014-01-14 09:18:16 -05:00
Parziphal
678b055f52 Fixed error regarding User::is_level_or_lower().
It was returning false for anonymous users, it now returns true.
2014-01-12 10:27:17 -05:00
Parziphal
46fcd2f21b Showing post and tag edit counts in user profile. 2014-01-12 10:13:21 -05:00
Parziphal
827072db46 Fully enabled tag subscriptions. 2014-01-12 10:09:26 -05:00
Parziphal
1bd69c151e Fixed error that prevented TagImplication from being deleted (issue #44).
Also removed some commented code and added some curly brackets (can't avoid it).
2014-01-05 22:17:37 -05:00
Parziphal
a1a65f3509 Fixed link to the "How to install" wiki. 2014-01-01 15:40:14 -05:00
Parziphal
123b9f1cd0 Updated readme.
Removed outdated, non-relevant information and added a link to the "How to install" wiki page.
2014-01-01 15:38:27 -05:00
Parziphal
444af49df4 Small unimportant detail.
The length of the "position" column was 255, when it's actually 1. This data isn't used anyway.
2014-01-01 15:35:43 -05:00
Parziphal
cf9cba40b6 Fully 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.
2013-12-31 14:22:59 -05:00
Parziphal
3ca7ad5e94 Imagick wasn't creating JPG outputs.
Added a little comment regarding animated GIFs.
2013-12-31 12:01:35 -05:00
Parziphal
0cf2e4a481 Changed 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.
2013-12-31 10:20:27 -05:00
Parziphal
33e86da790 Adding support to Inline Images 2013-12-31 02:32:12 -05:00
Parziphal
ba948f46a7 Moved assets compilation to the end.
Thus, in case of error, the assets can be compiled with the "assets compile:all" command.
2013-12-18 22:46:36 -05:00
Parziphal
b289ee6f53 updated readme 2013-12-07 15:37:27 -05:00
Parziphal
0e8359ba89 Installation is now made using CLI. 2013-12-07 15:35:14 -05:00
Parziphal
be797d2a17 fixed 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.
2013-12-06 14:02:47 -05:00
Parziphal
272fc76629 fixed User::is_level... methods when anonymous
they where returning true in some cases (like when calling is_unactivated).
they now return false if anonymous.
2013-12-06 05:13:03 -05:00
Parziphal
12e3a57053 more 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.

made ad#show a little nicer
2013-12-05 15:09:26 -05:00
Parziphal
ff28733e94 moved ad in post#index below pagination 2013-12-05 09:28:37 -05:00
Parziphal
e2533565bc more 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.
2013-12-04 15:19:11 -05:00
Parziphal
11d4f3772e enabled hash-key on cache 2013-12-03 22:51:09 -05:00
Parziphal
baecd199a0 locale for post#moderate in static#more 2013-12-03 16:00:36 -05:00
Parziphal
781ecab67c added link to Post->Moderate 2013-12-02 19:23:42 -05:00
Parziphal
60e4a1229f moved Dmails per-hour limit to config.
also fixed error that caused users to be able to send limit + 1 dmails.
2013-12-02 17:29:26 -05:00
Parziphal
c75071b77c fixed error in #diff 2013-12-02 16:26:13 -05:00
Parziphal
cd55735461 using 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.
2013-12-02 10:59:03 -05:00
Parziphal
322e190a57 removed br after ad 2013-12-02 10:03:06 -05:00
Parziphal
8de2c5ed67 fixed display error in ads form 2013-12-02 09:43:52 -05:00
Parziphal
d499dd7844 updated cached schema for ads 2013-12-02 09:25:12 -05:00
Parziphal
e7771f8667 fixed error on redirection in update action 2013-12-01 21:27:23 -05:00
Parziphal
2218817e42 updated readme 2013-12-01 21:26:48 -05:00
Parziphal
bfd9978032 added html option to advertisements 2013-12-01 21:26:35 -05:00
Parziphal
ae5952fc8c updated readme 2013-12-01 15:15:29 -05:00