SigServer:Changelog: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
{{TOCright}} | {{TOCright}} | ||
== Version 1.0.0.0 (Not released yet) == | == Version 1.0.0.0 (Not released yet) == | ||
*[Feature] Time wasted, MyList total time and number of AVDumped files added to $stat ( | *[Feature] Time wasted, MyList total time and number of AVDumped files added to $stat ({{t|984}}) | ||
*[Feature] Alternative of setting variable using SigMath (<code><nowiki>{{ @var = "value" }}</nowiki></code>) ( | *[Feature] Alternative of setting variable using SigMath (<code><nowiki>{{ @var = "value" }}</nowiki></code>) ({{t|1008}}) solving {{t|851}} as well | ||
*[Feature] <code>length();</code> to determine a string's length ( | *[Feature] <code>length();</code> to determine a string's length ({{t|845}}) | ||
*[Feature] <code>fetch();</code> to fetch the variable given as string argument ( | *[Feature] <code>fetch();</code> to fetch the variable given as string argument ({{t|882}}) | ||
*[Feature] <code>div();</code> for integer division ( | *[Feature] <code>div();</code> for integer division ({{t|895}}) | ||
*[Bug] Variable prefix conflict ( | *[Bug] Variable prefix conflict ({{t|850}}) | ||
*[Misc] "Down for maintenance" when database is down ( | *[Misc] "Down for maintenance" when database is down ({{t|852}}) | ||
*[Misc] Show cached signature when database is down ( | *[Misc] Show cached signature when database is down ({{t|853}}) | ||
*[Misc] Rewrite of SigMath engine ( | *[Misc] Rewrite of SigMath engine ({{t|883}}) | ||
== Version 0.1.2.0 Beta (2007-12-14 - 2008-03-12) == | == Version 0.1.2.0 Beta (2007-12-14 - 2008-03-12) == | ||
*[Bug] PNG Image transparency wasn't preserved ( | *[Bug] PNG Image transparency wasn't preserved ({{t|842}}) | ||
*[Bug] SigServer is borked ( | *[Bug] SigServer is borked ({{t|1006}}) | ||
== Version 0.1.1.0 Beta (2007-12-13) == | == Version 0.1.1.0 Beta (2007-12-13) == | ||
*[Feature] Uppercase/lowercase functions added ( | *[Feature] Uppercase/lowercase functions added ({{t|820}}) | ||
*[Feature] Signature URLs ending with file extensions ( | *[Feature] Signature URLs ending with file extensions ({{t|837}}) | ||
*[Feature] Manual setting of JPEG compression level ( | *[Feature] Manual setting of JPEG compression level ({{t|806}}) | ||
*[Feature] Unlimited amount of backgrounds/images/signatures for admin users ( | *[Feature] Unlimited amount of backgrounds/images/signatures for admin users ({{t|819}}) | ||
*[Feature] More redirect options added ( | *[Feature] More redirect options added ({{t|807}}) | ||
*[Feature] Separation of default and custom backgrounds ( | *[Feature] Separation of default and custom backgrounds ({{t|816}}) | ||
*[Feature] All available data feeds supported ( | *[Feature] All available data feeds supported ({{t|805}}) | ||
*[Bug] 0 not classified as a value ( | *[Bug] 0 not classified as a value ({{t|821}}) | ||
*[Bug] <code><shape hollow="false"></code> broken ( | *[Bug] <code><shape hollow="false"></code> broken ({{t|827}}) | ||
*[Bug] No error page on session cookie error ( | *[Bug] No error page on session cookie error ({{t|808}}) | ||
*[Bug] Statistics reset cron job didn't run ( | *[Bug] Statistics reset cron job didn't run ({{t|829}}) | ||
*[Misc] SigServer documentation moved to wiki ( | *[Misc] SigServer documentation moved to wiki ({{t|826}}) | ||
*[Misc] More default backgrounds within ARC limits ( | *[Misc] More default backgrounds within ARC limits ({{t|818}}) | ||
== Version 0.1.0.0 Beta (2007-11-25) == | == Version 0.1.0.0 Beta (2007-11-25) == |
Revision as of 02:11, 13 March 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 of setting variable 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)
- [Bug] Variable prefix conflict (850)
- [Misc] "Down for maintenance" when database is down (852)
- [Misc] Show cached signature when database is down (853)
- [Misc] Rewrite of SigMath engine (883)
Version 0.1.2.0 Beta (2007-12-14 - 2008-03-12)
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