[#8422] greedily prefetch thread artifact refs and attachments in batches
optimize more discussion thread queries
text fixes for links in code repositories
[#8443] nofollow on links that point to code tool repositories
Project Activy And User Profile Link Add nofollow
Only activate+enable users exactly when needed
[#8442] added nofollow to links inside code repositories including the sidebar
[#8442] added missing rel=nofollow attribute to links
Code Repos Links Should nofollow
looks good!
optimize more discussion thread queries
dw/8422 I did similar batch fetching in the thread widget for each post in the thread. We now also batch look up ArtifactReferences as well as Attachments. This should work for all type of threads (i.e. discussion, ticket discussion, wiki responses, etc.).
[#8422] greedily prefetch thread artifact refs and attachments in batches
improved noindex detection for code repositories links
[#8442] added missing rel=nofollow attribute to links
[#8444] adde canonical tag and rel=next/prev where pagination is used to wiki, discussions and tickets
clean up some py2-only special methods
Latest pip/setuptools so travis builds ok
Add Canonical Link For Tool Sections
fixup! fixup! [#8443] nofollow on links that point to code tool repositories
fixup! [#8443] nofollow on links that point to code tool repositories
[#8443] nofollow on links that point to code tool repositories
Better detection of empty wiki pages
Better detection of empty wiki pages
[#8443] included nofollow attr to public links in user profile and activity
Project Activy And User Profile Link Add nofollow
[#8442] added nofollow to links inside code repositories including the sidebar
Code Repos Links Should nofollow
noindex, follow on discussion stats page
[#8441] improved page title and h1 tag content
Project Members Page Better Title and H1
update timermiddleware, remove "future" dep
[#8441] improved page title and h1 tag content
Project Members Page Better Title and H1
Add Canonical Link To Project Activity
[#8440] added canonical link to project activity section
Add Canonical Link To Project Activity
Make ForgeSVN optional again in rebuild-all.bash
added noindex, follow header tag to project search
minor logging tweaks
Create a .git-blame-ignore-revs file
[#8439] added noindex, follow header to searches for Tickets, Block, Wiki and Discussion tools and nofollow to search result links
Tool Search Add noindex, follow
fixup! fixup! [#8439] added noindex, follow header to searches for Tickets, Block, Wiki and Discussion tools and nofollow to search result links
fixup! [#8439] added noindex, follow header to searches for Tickets, Block, Wiki and Discussion tools and nofollow to search result links
[#8437] set noindex, follow for empty blog and dicussion tools
[#8437] noindex, follow header for empty svn and git repositories
[#8437] nofollow on empty main/single topic discussion pages
Do Not Index Empty Blog and Discussion Forums
Home
Thai Lottery
Thai Lottery
Oops. I apologize, that was a miss-type. I tested both http and https just to be sure.
I noticed you mentioned "https://localhost:8080" with httpS. I don't know if that's what you were actually accessing or not, but there's no https support for local allura. So you'll need to make sure your browser connects to plain http.
That makes a lot of sense. I overlooked checking all forum topics not just the first. Should look good now. Also added a checked inside the topic page to add noindex, follow if there's no threads.
[#8437] nofollow on empty main/single topic discussion pages
[#8438] dynamically use current avatar urls in activity stream; fix Anonymous linking
Probably should check all the forums not just the first one, to be accurate. And while we're doing this, lets look at when you click into a forum. If the forum has no posts, then we should have a noindex at that level too I think.
Oh yeah good catch. Added check for number of topics on forum :)
fixup! [#8437] noindex, follow header for empty svn and git repositories
[#8439] added noindex, follow header to searches for Tickets, Block, Wiki and Discussion tools and nofollow to search result links
Tool Search Add noindex, follow
Do Not Index Empty Blog and Discussion Forums
For discussion forums, a common situation (e.g. if you install a new Discussion tool) is to have some forums but there are no posts in them. I think we should check for that
disable gravatar
Running "docker-compose ps" shows all listed containers as up, this includes allura_http1. (Sorry, formatting may get broken...) allura_http_1 /usr/sbin/apache2 -D Up 0.0.0.0:8080->80/tcp,:::8 FOREG ... 080->80/tcp allura_inmail_1 paster smtp_server Up 0.0.0.0:8825->8825/tcp,:: docker- ... :8825->8825/tcp allura_mongo_1 docker-entrypoint.sh Up 0.0.0.0:27017->27017/tcp, mongo ... :::27017->27017/tcp allura_outmail_1 python -u -m smtpd -n -c Up 8826/tcp a ... allura_solr_1 docker-entrypoint.sh Up 0.0.0.0:8983->8983/tcp,::...
[#8437] noindex, follow header for empty svn and git repositories
Interesting you can get to some services, and even getting redirected to the 'neighborhoods' URL sometimes. Does docker-compose ps say the "web" container is up? Any errors in docker-compose logs web? Are you using an IP or hostname besides localhost? If so see note 2 at https://forge-allura.apache.org/docs/getting_started/installation.html#first-run
disable gravatar
db/8438 Can add use_gravatar = true to .ini if you want to continue to use gravatars.
[#8438] option to disable gravatar usage
[#8438] better titles on some user-profile project admin pages
disable gravatar
[#8435] added nofollow,index for wiki history pages
Robots Tag For Wiki History Pages
Thanks for the reply. I didn't see any obvious errors when following the Docker steps, but upon spinning up the containers I couldn't connect to the web interface on port 8080. Though oddly I could get to the SOLR web interface and MongoDB responded when I poked it with a web browser. I would eventually get a time out on 8080. Sometimes I would get redirected to the 'neighborhoods' URL if I waited long enough, but still no page. I did run across ticket 8406 while I was Googling for an answer. It...
fixup! [#8435] added nofollow,index for wiki history pages
[#8437] set noindex, follow for empty blog and dicussion tools
Do Not Index Empty Blog and Discussion Forums
What errors did you get? [#8406] has another user's error messages with Ubuntu, if your error matches one of those perhaps that will help. We are way overdue for making a release, you could try installing from latest git instead of 1.13.0. It should be stable and has quite a few fixes & improvements.
List of Supported Distros?
dependency-check Upgrade WebTest 3.0.0 -> no upgrade, and its deps: beautifulsoup4,soupsieve,waitress,webob
[#8434] tickets search results count change reverted
#8434 check if variable is a dict before iterating
Tickets Tool Search Better Error Handling
[#8435] added nofollow,index for wiki history pages
Robots Tag For Wiki History Pages
On forums, use a 404 page instead of redirecting to a "deleted" page
On forums, use a 404 page instead of redirecting to a "deleted" page
diffs - add max file size
merged
[#8432] diffs - add max file size
bump ming version
added missing trailing slash on stats link
#8434 check if variable is a dict before iterating
Tickets Tool Search Better Error Handling
Search / Discussion: Improve default ranking of results
handle dir/file/symlink changes better
[#8431] avoid errors when a directory changes to file (blob) or symlink
[#8431] support git symlinks formally a bit