#11558 closed enhancement (fixed)
Add jQuery UI version to System Information on the About page
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.2 |
Component: | general | Version: | |
Severity: | normal | Keywords: | jqueryui about |
Cc: | Branch: | ||
Release Notes: |
The |
||
API Changes: | |||
Internal Changes: |
Attachments (2)
Change History (9)
by , 11 years ago
Attachment: | SystemInformation.png added |
---|
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Maybe jQuery Timepicker Addon ($.ui.timepicker.version
) should also be added?
send_internal_error() and error template should probably also be extended accordingly.
comment:3 by , 11 years ago
Thanks, I will make the changes in those places as well. I wasn't sure about the need for the jQuery Timepicker version. All of the dependencies listed in the System Information table are external, or at least could be changed through a configuration option, as in the case of jQuery and jQuery UI (jquery_location
, jquery_ui_location
). I guess it would be possible though, for someone to drop a new jquery-ui-addons.js
in the environment's htdocs
directory, so it could be overridden. Might as well include it?
by , 11 years ago
Attachment: | SystemInformation2.png added |
---|
comment:4 by , 11 years ago
Additional changes can be found in log:rjollos.git:t11558. After this ticket is concluded, I'll proposing some refactoring in a future ticket.
comment:5 by , 11 years ago
Milestone: | next-stable-1.0.x → 1.0.2 |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:6 by , 11 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
comment:7 by , 11 years ago
#11565 proposes a refactoring related to this ticket, to reduce code duplication between the About and Error pages.
Proposed change in log:rjollos.git:t11558.