Commit Graph

  • cb4f5971a8 Fixed issue #65. Parziphal 2014-03-08 14:03:16 -0500
  • efed545ccd Fixed issue #66. Parziphal 2014-03-08 12:27:33 -0500
  • 23697dd525 Changed purge_tags(). Tag purging was done directly to the database, leaving the tags' history entries orphan. Parziphal 2014-02-20 16:48:24 -0500
  • 28269e00c6 Couple 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
  • dde2121e8d Fixed tag_subs.tag_query charset. Parziphal 2014-02-20 15:46:38 -0500
  • 5a5973ff09 Changed to proper layout setter. Parziphal 2014-02-20 15:44:20 -0500
  • 1a46f1a56a Fixed error #63. Again x2. Parziphal 2014-02-09 23:47:22 -0500
  • 4f8ef06df3 Fixed issue #63. Again. Parziphal 2014-02-09 22:15:08 -0500
  • 650083e3c0 Fixed issue #63. Parziphal 2014-02-08 20:35:15 -0500
  • e1baa567d1 Invalid URL would cause error. Parziphal 2014-01-27 10:20:19 -0500
  • 98d44e06c8 Fixed issue #57. Parziphal 2014-01-27 09:41:44 -0500
  • 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. Parziphal 2014-01-27 09:27:46 -0500
  • cec5bb7b82 Fixed issue #56. Parziphal 2014-01-27 08:23:51 -0500
  • 0af47672c5 Fixed issue #55. Parziphal 2014-01-27 08:13:26 -0500
  • 41e5dcc8f4 Added UserLog. Parziphal 2014-01-26 15:43:12 -0500
  • 632a528baa Fixed issue #54. Parziphal 2014-01-26 07:22:04 -0500
  • afad5bc175 Fixed 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
  • 30f9b207fd Changed EOL to Linux. Parziphal 2014-01-25 00:17:21 -0500
  • 613346841d Fixed issue #53. Parziphal 2014-01-24 21:57:50 -0500
  • 0f1b2bd1ad Updated readme. Parziphal 2014-01-24 08:30:11 -0500
  • 5501abab43 Fixed user mailer views. They had test code... reverted to original state. Parziphal 2014-01-21 22:35:15 -0500
  • fcfb09c0d0 Fixed issue #50. Parziphal 2014-01-21 21:13:44 -0500
  • 685a3230f8 Fixed issue #49. Parziphal 2014-01-21 20:16:33 -0500
  • 5776745bb8 Fixed issue #48. Parziphal 2014-01-17 08:43:34 -0500
  • 5878242e32 Fixed issue #47. Parziphal 2014-01-14 09:18:16 -0500
  • 678b055f52 Fixed 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
  • 46fcd2f21b Showing post and tag edit counts in user profile. Parziphal 2014-01-12 10:13:21 -0500
  • 827072db46 Fully enabled tag subscriptions. Parziphal 2014-01-12 07:05:06 -0500
  • 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). Parziphal 2014-01-05 22:17:37 -0500
  • a1a65f3509 Fixed link to the "How to install" wiki. Parziphal 2014-01-01 15:40:14 -0500
  • 123b9f1cd0 Updated 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
  • 444af49df4 Small 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
  • 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. Parziphal 2013-12-31 14:22:59 -0500
  • 3ca7ad5e94 Imagick wasn't creating JPG outputs. Added a little comment regarding animated GIFs. Parziphal 2013-12-31 12:01:35 -0500
  • 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. Parziphal 2013-12-31 10:20:27 -0500
  • 33e86da790 Adding support to Inline Images Parziphal 2013-12-31 02:32:12 -0500
  • ba948f46a7 Moved 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
  • b289ee6f53 updated readme Parziphal 2013-12-07 15:37:27 -0500
  • 0e8359ba89 Installation is now made using CLI. Parziphal 2013-12-07 15:35:14 -0500
  • 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. Parziphal 2013-12-06 14:02:47 -0500
  • 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. Parziphal 2013-12-06 05:13:03 -0500
  • 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. Parziphal 2013-12-05 14:56:41 -0500
  • ff28733e94 moved ad in post#index below pagination Parziphal 2013-12-05 09:28:37 -0500
  • 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. Parziphal 2013-12-04 15:19:11 -0500
  • 11d4f3772e enabled hash-key on cache Parziphal 2013-12-03 22:51:09 -0500
  • baecd199a0 locale for post#moderate in static#more Parziphal 2013-12-03 16:00:36 -0500
  • 781ecab67c added link to Post->Moderate Parziphal 2013-12-02 19:23:42 -0500
  • 60e4a1229f moved 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
  • c75071b77c fixed error in #diff Parziphal 2013-12-02 16:26:13 -0500
  • 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. Parziphal 2013-12-02 10:59:03 -0500
  • 322e190a57 removed br after ad Parziphal 2013-12-02 10:03:06 -0500
  • 8de2c5ed67 fixed display error in ads form Parziphal 2013-12-02 09:43:52 -0500
  • d499dd7844 updated cached schema for ads Parziphal 2013-12-02 09:25:12 -0500
  • e7771f8667 fixed error on redirection in update action Parziphal 2013-12-01 21:27:23 -0500
  • 2218817e42 updated readme Parziphal 2013-12-01 21:26:48 -0500
  • bfd9978032 added html option to advertisements Parziphal 2013-12-01 21:26:35 -0500
  • ae5952fc8c updated readme Parziphal 2013-12-01 15:15:29 -0500
  • fcb105ed05 fixed fullMessages Parziphal 2013-12-01 12:20:16 -0500
  • ffe6a41300 fixed AdvertisementsController filters Parziphal 2013-11-29 18:13:31 -0500
  • 92494e80d5 enabled Advertisements Parziphal 2013-11-21 14:08:11 -0500
  • 248d95a4a0 reverted Post.resize_image to original Parziphal 2013-11-21 14:04:29 -0500
  • a04e2e590c use jQuery's 'on' method Parziphal 2013-11-21 14:03:07 -0500
  • 3f70df54ee cached main menu Parziphal 2013-11-21 14:02:16 -0500
  • e26647dd41 removed post/referral partial Parziphal 2013-11-21 13:58:31 -0500
  • 0375132f0b added page title to user#home Parziphal 2013-11-20 15:59:13 -0500
  • fb7177093b merged dev Parziphal 2013-11-19 15:16:56 -0500
  • bfd32aed4c updated readme Parziphal 2013-11-19 12:39:51 -0500
  • 8d1c326f32 fix on cache fetch Parziphal 2013-11-19 12:34:50 -0500
  • 799f1d0a5c enabled more cache-related code Parziphal 2013-11-19 12:31:38 -0500
  • f3934387cb added default_guest_name option Parziphal 2013-11-19 11:40:30 -0500
  • 0ab3ef62b8 Added database tables for advertisements, controller is still missing. Added IP columns to dmails, forum_posts, comments. Parziphal 2013-11-19 10:54:12 -0500
  • ee3b6c37ac Advertisement + schema Parziphal 2013-11-17 23:33:10 -0500
  • 3fd8924f0e return to corresponding forum page after editing a reply (#19) Parziphal 2013-11-17 01:44:01 -0500
  • 69b6c0cbcd fix tag sort upon save (#25) Parziphal 2013-11-17 01:24:38 -0500
  • c849ad1da7 enabled ga code Parziphal 2013-11-13 15:21:28 -0500
  • 41acd01798 enabled ga code Parziphal 2013-11-13 15:18:22 -0500
  • fd1b89bace fixed Post::get_sample_width/height Parziphal 2013-11-13 12:55:23 -0500
  • 3dd3c8c81f callbacks, set_avatar fix Parziphal 2013-11-13 12:53:33 -0500
  • 6fc7d4c02b more updating Parziphal 2013-11-08 11:47:26 -0500
  • fdb44ed398 updating Parziphal 2013-11-08 11:42:19 -0500
  • af73304164 updating Parziphal 2013-11-08 11:40:39 -0500
  • 0545bde1a0 updating Parziphal 2013-11-08 11:37:29 -0500
  • 1ae6c3183b fixed Tag::mass_edit Parziphal 2013-11-05 11:01:32 -0500
  • a6141ad7a7 updated readme Parziphal 2013-11-04 00:29:25 -0500
  • 1e39f255e9 updated readme again Parziphal 2013-11-03 23:50:27 -0500
  • c9d2ccb750 updated readme Parziphal 2013-11-03 23:47:29 -0500
  • 5fdac2c062 fixed scripts Parziphal 2013-11-03 23:45:13 -0500
  • 740dd2a1f0 no more create-project Parziphal 2013-11-03 23:39:24 -0500
  • 63c49877e9 test Parziphal 2013-11-03 15:36:57 -0500
  • 671dccc07c sort cached_tags before saving Parziphal 2013-11-03 14:25:22 -0500
  • 734c9a2e59 fixed dmails Parziphal 2013-11-03 13:34:02 -0500
  • 730d4d77c5 fixed Post:: setter Parziphal 2013-11-03 13:15:36 -0500
  • ccb15c2da6 updated readme Parziphal 2013-11-03 12:23:51 -0500
  • dac9734933 small detail, trailing comma Parziphal 2013-11-03 12:19:33 -0500
  • c8ff2560ea Post had to be saved again after create Parziphal 2013-11-03 12:17:11 -0500
  • 64786741d7 fixed DText, added htmLawed for validation Parziphal 2013-11-03 12:01:28 -0500
  • d04b0ad012 wiki#preview showed layout Parziphal 2013-11-03 11:20:37 -0500
  • 2183fa9186 fixed Tag::update_cache() Parziphal 2013-11-03 11:11:29 -0500
  • 037393a237 fixed wiki#edit Parziphal 2013-11-03 10:57:33 -0500
  • 4385992e00 added page title to forum#show Parziphal 2013-11-03 10:54:13 -0500