I've just added a webmaster@ email alias (via the gandi console) pointing to… you :-) @anlambert (via your Inria email address). You can use that for wordpress upgrade notifications.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sep 20 2017
Seems the easy way to send notifications is to use this WP plugin: https://wordpress.org/plugins/wp-updates-notifier/. We need to set up a webmaster email account though.
And of course right now there are a bunch of pending Wordpress upgrades, including a major version upgrade of the Layers theme :-)
Mar 31 2017
Mar 20 2017
Fixed, thanks.
Mar 2 2017
Feb 21 2017
This has now been done, using the Wordpress customizer > Additional header scripts.
doc for Inria's centralized Piwik instance is at:
Feb 9 2017
It looks like we are doing just fine with antispam measures on the wiki as we are, closing.
It looks like we are doing just fine with antispam measures on the wiki as we are, closing.
Feb 3 2017
This is now done.
In the end, I've implemented it only in the archive page, because it doesn't really belong to the development page as it is now.
Feb 2 2017
Jan 31 2017
Jan 27 2017
Jan 25 2017
Jan 24 2017
Mmph, commits are mentioned twice since i rebased after roberto's fix commit.
Anyway, deployed!
Jan 23 2017
Current commits listed before are current deployed on production for demo.
Jan 20 2017
Jan 18 2017
Jan 13 2017
Apply better style to differentiate between deprecated, upcoming, and current api endpoints (cf. T631)
Jan 12 2017
Jan 11 2017
Oct 4 2016
Since a recent release of phabricator, both text and logo can be changed (which has been done).
Aug 2 2016
done on pergamon with (etckeeper) commit d5d99e7fe0666cdcb5497b4c8595861f6496adf9
Jul 7 2016
Jul 6 2016
Fixed by changing loop syntax to a more compatible var...of. Issue was a failure at search.js load.
Jul 5 2016
This is most likely a drag and drop compatibility issue. Unfortunately, the user that reported this is no longer on IRC so I can't get additional details. In any case, the search form should still be accessible by clicking the search box - can anyone with access to Safari please confirm that this is the case?
Jun 30 2016
Jun 29 2016
For the records, this is currently the case only for the /archive page, but it might spread elsewhere if/when we decide to use flot on other pages.
Jun 16 2016
Jun 15 2016
Still need to be prettified, but everything is there for this to be done via CSS and minor changes to the HTML in functions.php
Jun 14 2016
Jun 11 2016
Jun 1 2016
This seems to be extremely complex to do until upstream makes it possible. We will live with the current status in the meantime.
May 13 2016
Apr 27 2016
Apr 1 2016
Mar 20 2016
Mar 10 2016
Mar 2 2016
D'oh, we can actually only change the "Phabricator" text with the knobs provided by upstream. I've done that now.
Ok, it's a first step :-)
D'oh, we can actually only change the "Phabricator" text with the knobs provided by upstream. I've done that now.
Here is a 77x77 SVG (easily resizable with inkscape)
https://forge.softwareheritage.org/F192
We should at least be able to customize the logo. Do we have a vector version available somewhere?
Feb 22 2016
Jan 14 2016
it's not visible in the commit, but I've also just added the following (horrible) anacrontab line to our gandi simple-paas instance
4@hourly 0 statcache wget -qO /srv/data/web/vhosts/www.softwareheritage.org/htdocs/stat-counters.js.new https://archive.softwareheritage.org/api/1/stat/counters/\?callback=swh_load_counters && mv /srv/data/web/vhosts/www.softwareheritage.org/htdocs/stat-counters.js.new /srv/data/web/vhosts/www.softwareheritage.org/htdocs/stat-counters.js
to maintain the cached copy of stat-counters up to date (every 4 hours)