User:Soulweaver/SigServer Changelog Next: Difference between revisions

From AniDB
Jump to navigation Jump to search
(Created page with "WIP list for changelog page to be added at next release. More items may be added. == Version 1.1.0 (yyyy-mm-dd) == * [Feature] Allow prefix operators; negative numbers are n...")
 
m (It doesn't actually enforce it to be an integer.)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
WIP list for changelog page to be added at next release. More items may be added.
WIP list for changelog page to be added at next release. More items may be added.


== Version 1.1.0 (yyyy-mm-dd) ==
== Version 1.x.y (yyyy-mm-dd) ==
 
<div style="font-size:0.9em">
* [Feature] Allow prefix operators; negative numbers are now supported without workarounds like <code><nowiki>{{0 - 1}}</nowiki></code>
* [Fix] The <code>uppercase</code> function now works correctly with the "first" option instead of always returning the string "First".
* [Feature] Extend the <code>date()</code> function; second parameter may now be a numeric value representing the unix timestamp, and third parameter may now be an offset from UTC to shift the output time with
* [Fix] The <code>max</code>, <code>min</code> and <code>mod</code> functions are now more strict about the operands provided to them.
* [Feature] Add <code>middle</code>/<code>center</code> keywords to text alignment
** <code>max</code> and <code>min</code> ignore all non-numeric values given to them and return an error if no numbers were left.
* [Feature] Implement per-signature anime title language selection ({{t|1701}})
** <code>mod</code> only allows numeric values and a positive number as the divisor.
* [Feature] Implement per-signature episode title language selection ({{t|2989}})
* [Removal] The warning message that alerts about a signature being too large for the AnimeReactor forums is now gone, since the forum itself is gone.
* [Feature] Added several new fonts to choose from, both for variety and for required non-Latin language support: <code>code2000</code> (several scripts; [https://en.wikipedia.org/wiki/Code2000 info]), <code>florencesans</code> (Latin scripts), <code>jackeyfont</code> (pixel font for Japanese scripts), <code>lateef</code> (Arabic scripts), <code>notonaskharabic</code> (Arabic scripts – no Latin support), <code>notosanscjk</code> (Japanese, Chinese, Korean scripts), <code>ubuntu</code> and <code>ubuntu_bold</code> (Latin, Greek, Cyrillic scripts)
* [Misc] PHP 7 support
* [Feature] New variable: <code>$stat_mylist_last_aid</code>
</div>
* [Fix] Use HTTPS for external links and retain scheme for local ones ({{t|2457}})
* [Fix] Fonts with underscores in their names can now be set as default fonts
* [Fix] Variable <code>$animestat_a''n''_g''n''_group_gshortname</code> now works correctly
* [Fix] <code>$animestat_an_g''n''_group_*</code> variables now work even if the group's release has no ratings
* [Fix] Finished anime variables didn't include movies finished by watching files of partial episodes ({{t|962}}; fixed on AniDB side)
* [Misc] Lots of code cleanup behind the scenes
* [Misc] Most labels in forms are now correctly connected to their respective input tags
* [Misc] Renamed some variables for consistency; old names will still work for now
** <code>$stat_mylist_lastanime</code> -> <code>$stat_mylist_last_aname</code>
** <code>$stat_mylist_lastanime_date</code> -> <code>$stat_mylist_last_date</code>
** <code>$latestanime_idn_name</code> -> <code>$latestanime_idn_aname</code>

Latest revision as of 18:45, 7 March 2018

WIP list for changelog page to be added at next release. More items may be added.

Version 1.x.y (yyyy-mm-dd)

  • [Fix] The uppercase function now works correctly with the "first" option instead of always returning the string "First".
  • [Fix] The max, min and mod functions are now more strict about the operands provided to them.
    • max and min ignore all non-numeric values given to them and return an error if no numbers were left.
    • mod only allows numeric values and a positive number as the divisor.
  • [Removal] The warning message that alerts about a signature being too large for the AnimeReactor forums is now gone, since the forum itself is gone.
  • [Misc] PHP 7 support