Changes between Initial Version and Version 1 of Ticket #24982
- Timestamp:
- 08/07/2013 06:25:58 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24982 – Description
initial v1 1 As @nacin put in in [ ticket:comment:24078:36], install.php needs better [http://en.wikipedia.org/wiki/Poka-yoke poka-yoke] — a Japanese term for 'mistake-proofing' — for error handling and validation, especially since 'admin' was removed as the default username in [24998].1 As @nacin put in in [comment:36:ticket:24078], install.php needs better [http://en.wikipedia.org/wiki/Poka-yoke poka-yoke] — a Japanese term for 'mistake-proofing' — for error handling and validation, especially since 'admin' was removed as the default username in [24998]. 2 2 3 3 Currently, displayed errors take the form of 'ERROR some error' which isn't great. That formatting needs improvement but it also seems like this might be a good opportunity introduce some in-line validation. Whether that be js with no-js fallbacks or what-have-you.