reosarevok is looking mostly at "required software"
2011-11-01 30533, 2011
navap wonders what to do with old images such as http://wiki.musicbrainz.org/Image:MBComponents.png
2011-11-01 30534, 2011
reosarevok
Remove?
2011-11-01 30540, 2011
reosarevok
are they used anywhere?
2011-11-01 30522, 2011
navap
Not really
2011-11-01 30543, 2011
navap
There are lots of old images such as of the old schema as well
2011-11-01 30545, 2011
reosarevok
voiceinsideyou, ocharles: Does a text like 'Search indexes are updated every 3 hours. If you just added the content you're looking for, use the search bar at the top and select the \"Direct database search\" option from the results page.' sound OK for that page?
2011-11-01 30522, 2011
ocharles
hrm, you can't choose direct database from the search bar at the top
2011-11-01 30525, 2011
navap
Where is that text going?
2011-11-01 30545, 2011
navap
You'd want to direct them to click the search link in the menu
2011-11-01 30500, 2011
reosarevok
ocharles, that's why it says "from the results page"
2011-11-01 30505, 2011
reosarevok
navap, /taglookup
2011-11-01 30526, 2011
reosarevok
But yeah, that makes sense
2011-11-01 30505, 2011
navap
Ah. Well you'd want to direct them to visit /search. If you wanted to get fancy you could pass on the search parameters in the url.
2011-11-01 30531, 2011
reosarevok
navap, 'Search indexes are updated every 3 hours. If you just added the content you're looking for and you can't find it here, click Search from the top menu and select the \"Direct database search\" option.'
2011-11-01 30532, 2011
reosarevok
?
2011-11-01 30539, 2011
reosarevok doesn't really know how to get fancy :p
2011-11-01 30500, 2011
reosarevok
I mean
2011-11-01 30510, 2011
reosarevok
From this page, they could be searching for a recording or for a release
2011-11-01 30528, 2011
reosarevok
So I don't know if it's even possible to get fancy...
2011-11-01 30554, 2011
navap
hm. Well at least you can make a link to the search page instead of sayig 'click search...'
2011-11-01 30512, 2011
navap
If you open up the template for the menu (root/layout/menu.tt) you'll see how to do tha
2011-11-01 30510, 2011
reosarevok
Ok :)
2011-11-01 30556, 2011
navap
AIDs have started submitting for me again.
2011-11-01 30506, 2011
navap
That's a bad acronym
2011-11-01 30528, 2011
reosarevok
That it is
2011-11-01 30554, 2011
reosarevok
navap, is there any way to make it select the Direct Database option from the search link?
2011-11-01 30505, 2011
navap
I think you should be able to do this: c.uri_for('/search', { direct = 1 }), but without giving it other parameters the page gives you form errors
2011-11-01 30543, 2011
navap
So I don't know if it's worth it
2011-11-01 30547, 2011
reosarevok
Probably not
2011-11-01 30514, 2011
reosarevok guesses if someone is too stupid to click the option he'd be too stupid to read the text anyway
2011-11-01 30545, 2011
reosarevok
So this should be 'Search indexes are updated every 3 hours. If you just added the content you're looking for and you can't find it here, go ' <a href="[% c.uri_for('/search') %]">[% l('to the Search page') %]</a> ' and select the \"Direct database search\" option.'
So all in all: [%- create_guideline(l('Search indexes are updated every 3 hours. If you just added the content you're looking for and you can't find it here, go to {url|the Search page} and select the \"Direct database search\" option.', {url => c.uri_for('/search')})) %]