Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: e49a4c9613e2e77ca02149a27c5181d4a86d3253
https://github.com/phpmyadmin/website/commit/e49a4c9613e2e77ca02149a27c5181…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-06-12 (Sun, 12 Jun 2016)
Changed paths:
M news/feeds.py
M pmaweb/context_processors.py
M pmaweb/sitemaps.py
Log Message:
-----------
Honor publish timestamp for news posts
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 443e5cc2d9ef4addf03ab27b6f5787594a90845d
https://github.com/phpmyadmin/website/commit/443e5cc2d9ef4addf03ab27b6f5787…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-06-12 (Sun, 12 Jun 2016)
Changed paths:
M pmaweb/sitemaps.py
Log Message:
-----------
Do not leak draft PMASAs in sitemap
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: fc1e3b3c222860ea23f4e21eff706b75a04b2ff4
https://github.com/phpmyadmin/website/commit/fc1e3b3c222860ea23f4e21eff706b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-06-12 (Sun, 12 Jun 2016)
Changed paths:
M data/__init__.py
M data/awards.py
M data/menu.py
M data/screenshots.py
M data/themes.py
M demo/management/commands/fetch_versions.py
M demo/models.py
M files/__init__.py
M files/admin.py
M files/feeds.py
M files/management/__init__.py
M files/management/commands/__init__.py
M files/management/commands/add_missing_checksums.py
M files/management/commands/import_files.py
M files/management/commands/import_rss_releases.py
M files/management/commands/import_themes.py
M files/management/commands/rank_downloads.py
M files/models.py
M files/tests.py
M files/utils.py
M files/views.py
M manage.py
M news/__init__.py
M news/admin.py
M news/feeds.py
M news/management/__init__.py
M news/management/commands/__init__.py
M news/management/commands/fetch_planet.py
M news/management/commands/import_rss_news.py
M news/models.py
M news/tests.py
M news/views.py
M pmaweb/__init__.py
M pmaweb/cdn.py
M pmaweb/context_processors.py
M pmaweb/management/commands/purge_cdn.py
M pmaweb/settings.py
M pmaweb/sitemaps.py
M pmaweb/tests.py
M pmaweb/urls.py
M pmaweb/views.py
M pmaweb/wsgi.py
M security/__init__.py
M security/admin.py
M security/feeds.py
M security/management/__init__.py
M security/management/commands/__init__.py
M security/management/commands/import_pmasa.py
M security/models.py
M security/tests.py
M security/views.py
M translations/management/commands/fetch_translations.py
M translations/models.py
M translations/tests.py
Log Message:
-----------
Update copyright header
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 5dad5ff727a53ba2c8783c801aa7a4fc116855bc
https://github.com/phpmyadmin/website/commit/5dad5ff727a53ba2c8783c801aa7a4…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-06-12 (Sun, 12 Jun 2016)
Changed paths:
M pmaweb/sitemaps.py
Log Message:
-----------
Avoid premature evaluation of sitemaps
We want sitemaps to reflect current state when rendering, not when
application was started.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/website/compare/bc1e4aff5f61...5dad5ff727a5
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 812590e038631e4b32c6af7f289e045e4db1b1b3
https://github.com/phpmyadmin/docker/commit/812590e038631e4b32c6af7f289e045…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-06-10 (Fri, 10 Jun 2016)
Changed paths:
M README.md
M config.inc.php
Log Message:
-----------
Remove PMA_ABSOLUTE_URI as it is no longer needed with 4.6
Signed-off-by: Michal Čihař <michal(a)cihar.com>