Custom Query (2152 matches)
Results (1165 - 1167 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1249 | fixed | Exclude script tag from extraction for i18n | pudo | rgrp |
Description |
Currently have this script section put in for i18n. It shouldn't be. <script type="text/javascript"> //<![CDATA[ (function($){ $.fn.ajaxCreateSlug = function(name, url) { var title = this; var updater = { init: function(title, name) { // Add a new element where the validity of the package name can be displayed this.name_field = name; this.title_field = title; this.name_field.parent().append('<div id="package_name_valid_msg"></div>'); this.title_field.blur(this.title_change_handler()) this.title_field.keyup(this.title_change_handler()) this.name_field.keyup(this.name_change_handler()); this.name_field.blur(this.name_blur_handler()); this.url = url; }, .... |
|||
#1250 | fixed | Search results should be sorted by score rather than alphabetical | pudo | rgrp |
Description |
At the moment we sort search results alphabetically. While this is useful for doing 'browse' case where no search bad for all other cases. Adopt default sort order of 'score' though may wish to keep alphabetical for no search term (i.e. wildcard). Options:
Aside: may also wish to support search in query api but that is for later! |
|||
#1281 | fixed | Locale change flash message in wrong language | pudo | pudo |
Description |
When you change the locale, it displays a flash message "Language has been set to: English" in the original language, not the one we have just changed to. |
Note: See TracQuery
for help on using queries.