Advertisement
Guest User

My Imouto Changlog v. 1.0.6

a guest
Nov 2nd, 2013
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. Changes for MyImouto v1.0.6
  2.  
  3. Changes:
  4. Enabled History feature: keeps track of changes done to posts, tags, pools and notes.
  5.  
  6. Post notes now use Markdown instead of allowing HTML (Danbooru's <td> tag can still be used though).
  7.  
  8. Enabled Tag Cloud (160)
  9.  
  10. Improved database queries for post#index (better, faster)
  11.  
  12. Supports Imagick for image processing.
  13.  
  14. Framework now supports Memcached for caching, read HowToUse wiki for more info.
  15.  
  16. Enabled various cache-related features.
  17.  
  18. Fileinfo is no longer used to get images file type, GD's getimagesize is used instead.
  19.  
  20. Enabled Pool copy and Pool post metadata transfer (181, 183).
  21.  
  22. Posts with blacklisted tags in wiki#index are hidden, like in note#index (186)
  23.  
  24. Enabled Admin controller, it can be accessed from the More page.
  25.  
  26. Moved Fix tag count to Admin controller; removed the link under the Tag menu.
  27.  
  28. Added manual tag purge (i.e. delete all tags with count of 0) in Admin controller (175)
  29.  
  30. Notes won't hide in post#show upon "mouse up" after dragging the image.
  31.  
  32. "Browse" link in post#index footer now links to browse with the current search, if any.
  33.  
  34. Form to upload posts now checks if either file or source fields are not empty before submitting (162)
  35.  
  36. Tag completion can be enabled in home page (tag_completion_in_homepage config option) (152)
  37.  
  38. Posts are ordered by id after being ordered by index_timestamp (139)
  39.  
  40. Added a link to admin#index in More
  41.  
  42. Added a menu like user#edit to the layout for Admin controller
  43.  
  44. Tags overflowing in title in post#index are now hidden instead of overlapping
  45.  
  46. Revisited code related to Tag Summary (which is used for Tag Completion)
  47.  
  48. Removed the Post\FilenameParsingMethods trait, their methods where put in the Post\FileMethods trait.
  49.  
  50. Changed pools.description column to text (was varchar(128)) to hold larger texts (191)
  51.  
  52. Updated DText help page (187)
  53.  
  54. Updated Notes help page regarding Markdown.
  55.  
  56. Updated DText class (217, 218)
  57.  
  58.  
  59. Fixes:
  60. Fixed error when creating new user (149)
  61.  
  62. Fixed error in script/daemons/job_task_processor.php (153)
  63.  
  64. Fixed children posts notice in app/views/post/show_partials/_status_notices.php (154)
  65.  
  66. External data search job task didn't grab post source from first result (155)
  67.  
  68. table_data.name column's length increased, wasn't big enough (156)
  69.  
  70. Images would randomly not show in post#show with "image resize" user option activated (157)
  71.  
  72. "Post already exists" message was missing when uploading an already existing post (161)
  73.  
  74. Fixed Artists section, many bugs specially with URLs (169, 177)
  75.  
  76. Pretty URLs for PNG versions showed a + sign instead of spaces (171)
  77.  
  78. Editing avatar from profile showed "Error: Not Found" (174)
  79.  
  80. Fixed all "Related ..." links in post#show (135, 167)
  81.  
  82. Fixed post#random, it wasn't too random (176)
  83.  
  84. "Show conversation" in dmail#show rendered a parse error (182)
  85.  
  86. Fixed error when editing an artist's wiki (184)
  87.  
  88. "Artist Help" link under help menu in Artist controller linked to help#artist instead of help#artists (188)
  89.  
  90. Post's source in post#show had the first character cut off (195)
  91.  
  92. Fixed paginator links in forum, they were linking to the index (197)
  93.  
  94. Parent post wasn't aware of new child upon post upload (198)
  95.  
  96. "Favorited by" in post#show showed an error when post had more than 6 favorites (200)
  97.  
  98. Mouse over tags with apostrophes wouldn't highlight direct link bar in post#index (201)
  99.  
  100. Fixed errors in wiki#index when searching for "title:something".
  101.  
  102. Mail replies would add "Re:" to the title for each reply (209)
  103.  
  104. Fixed Tag::compact_tags(), it was returning all tags (211)
  105.  
  106. Fixed comment#moderate
  107.  
  108. Fixed error when trying to edit a forum post on a locked thread (215)
  109.  
  110. Even if a tag implication had more than one consequent, only one was applied (168)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement