SigServer:Changelog: Difference between revisions

From AniDB
Jump to navigation Jump to search
Line 6: Line 6:
*[Feature] <code>fetch();</code> to fetch the variable given as string argument ({{t|882}})
*[Feature] <code>fetch();</code> to fetch the variable given as string argument ({{t|882}})
*[Feature] <code>div();</code> for integer division ({{t|895}})
*[Feature] <code>div();</code> for integer division ({{t|895}})
*[Feature] <code>random();</code> returns random 2 decimal float 0 < x <= 1 ({{t|1055}})
*[Feature] <code>random(int);</code> returns random integer between 0 and int - 1 ({{t|1055}})


*[Bug] Variable prefix conflict ({{t|850}})
*[Bug] Variable prefix conflict ({{t|850}})

Revision as of 21:43, 9 April 2008

Version 1.0.0.0 (Not released yet)

  • [Feature] Time wasted, MyList total time and number of AVDumped files added to $stat (984)
  • [Feature] Alternative (prefered) way of setting variables using SigMath ({{ @var = "value" }}) (1008) solving 851 as well
  • [Feature] length(); to determine a string's length (845)
  • [Feature] fetch(); to fetch the variable given as string argument (882)
  • [Feature] div(); for integer division (895)
  • [Feature] random(int); returns random integer between 0 and int - 1 (1055)
  • [Bug] Variable prefix conflict (850)
  • [Bug] XML Error crash on "&" in XML data (1074)
  • [Misc] "Down for maintenance" when database is down (852)
  • [Misc] Show cached signature when database is down (853)
  • [Misc] Rewrite of SigMath engine (883)
  • [Misc] Background Nyuu renamed to Lucy (874)
  • [Misc] Limit number of signatures (1004)

Version 0.1.2.0 Beta (2007-12-14 - 2008-03-12)

  • [Bug] PNG Image transparency wasn't preserved (842)
  • [Bug] SigServer is borked (1006)

Version 0.1.1.0 Beta (2007-12-13)

  • [Feature] Uppercase/lowercase functions added (820)
  • [Feature] Signature URLs ending with file extensions (837)
  • [Feature] Manual setting of JPEG compression level (806)
  • [Feature] Unlimited amount of backgrounds/images/signatures for admin users (819)
  • [Feature] More redirect options added (807)
  • [Feature] Separation of default and custom backgrounds (816)
  • [Feature] All available data feeds supported (805)
  • [Bug] 0 not classified as a value (821)
  • [Bug] <shape hollow="false"> broken (827)
  • [Bug] No error page on session cookie error (808)
  • [Bug] Statistics reset cron job didn't run (829)
  • [Misc] SigServer documentation moved to wiki (826)
  • [Misc] More default backgrounds within ARC limits (818)

Version 0.1.0.0 Beta (2007-11-25)

  • Initial release