Printer Friendly Version Attach Files
|
leiger |
01 Jan 2011 06:03. Edited 1 times. (Edit, Permalink) Happy New Year! Today I'm releasing the next version of STE, version 3.23. Version 3.23 (01 January 2011) [ New Year edition ]Changes to editor:
Changes to extensions:
Known issues:
To take advantage of developer mode for extensions, you need to enable it first. Look for the "Development tools" heading on the download page. Included page "inc:signature" does not exist (create it now) |
titen96 |
01 Jan 2011 06:09. Edited 0 times. (Edit, Permalink) Happy new year Included page "inc:signature" does not exist (create it now) |
Ed Johnson |
01 Jan 2011 21:42. Edited 0 times. (Edit, Permalink) Sounds great. I'm going to try to work with the developer version tonight. I got called into work and a 1 hour issue turned into tying me up most of the day. I hate it when my plans to play with STE get screwed up! Included page "inc:signature" does not exist (create it now) |
Ed Johnson |
01 Jan 2011 23:35. Edited 0 times. (Edit, Permalink) I just spent some time with the new version in developer mode. The local install of extensions works great! Thanks for adding that option even though only you and I voted for it. ;) I'm having some problems with the new delete instruction. I tried to use the email regex example from this page as a means of testing a more "complex" expression and it's not working for me. I may be doing something wrong with the syntax, so thought I'd post here before posting a bug report. Here's my test code (based on the css module extension):
delete show="" and delete disable="" work perfectly, but not my regex. One other minor issue… A question mark in appended to all variable input prompts. That makes sense for for input-boolean, but not for other variable types. Overall, I really like the improvements. Nice work (again!) Included page "inc:signature" does not exist (create it now) |
bcammo |
02 Jan 2011 00:00. Edited 0 times. (Edit, Permalink) Great job again Shane! The developer install function works flawlessly, and will definitely come in handy. As will the new rename pages feature. I'm finding myself using STE more and more each day :) Included page "inc:signature" does not exist (create it now) |
Ed Johnson |
02 Jan 2011 00:13. Edited 0 times. (Edit, Permalink) I spent some time updating the extensions Llist of valid instructions and variables page. It could use some TLC from others who are using the new instructions and variables. I left some comments in the source. I'm also thinking it could use a mini-makeover that includes converting the layout to a table since the instructions and variables are expanding. Included page "inc:signature" does not exist (create it now) |
leiger |
02 Jan 2011 01:31. Edited 0 times. (Edit, Permalink) Thanks for the feedback! @Ed Johnson: You are using the regex /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/ … as far as I am aware the /^ and $/ are not required… but I just tried it and it's not even working when I remove those. I'll admit, I didn't actually do any testing using a regex value and just assumed it would work… seems I assumed wrong :) Will have to look into it further. Thanks for updating the documentation as well! Will have a look at it now and see if I can add any more info to the page. Included page "inc:signature" does not exist (create it now) |
