[phpmyadmin/website] 516918: Link RSS feed from news page

Branch: refs/heads/django Home: https://github.com/phpmyadmin/website Commit: 51691839eb79b354a39e84faf7a07704e9362341 https://github.com/phpmyadmin/website/commit/51691839eb79b354a39e84faf7a0770... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/templates/news/post_archive.html Log Message: ----------- Link RSS feed from news page Signed-off-by: Michal Čihař <michal@cihar.com> Commit: f5deefe194cc91691d59630bd6be4a179f8dd9c6 https://github.com/phpmyadmin/website/commit/f5deefe194cc91691d59630bd6be4a1... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: A pmaweb/templates/_verify.html M pmaweb/templates/downloads.html M pmaweb/templates/files/release_detail.html Log Message: ----------- Document signature verification Include short introduction to signature verification and link to our documentation for more details. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 75d5d531531cfb836b2d99ef82b3e43ce7bf4f4f https://github.com/phpmyadmin/website/commit/75d5d531531cfb836b2d99ef82b3e43... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M build.xml Log Message: ----------- Adjust build.xml to new website code Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6917172e2d5079db306b78b633e8946b917e4c51 https://github.com/phpmyadmin/website/commit/6917172e2d5079db306b78b633e8946... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M files/migrations/0001_initial.py M news/migrations/0001_initial.py M security/migrations/0001_initial.py Log Message: ----------- Remove markup_type and rendered fields from migraitons These are automatically created by markupfield. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 3d853a067bd3bd7bdf163428c8ea4610f9b7dc7a https://github.com/phpmyadmin/website/commit/3d853a067bd3bd7bdf163428c8ea461... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M files/migrations/0001_initial.py M news/migrations/0001_initial.py M security/migrations/0001_initial.py Log Message: ----------- Revert "Remove markup_type and rendered fields from migraitons" This reverts commit 6917172e2d5079db306b78b633e8946b917e4c51. This fails with more recent markupfield. Commit: bf5de79848051d02b94c315758b25761d573a7cc https://github.com/phpmyadmin/website/commit/bf5de79848051d02b94c315758b2576... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Correctly redirect home page Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 92ca3b0a733a4b54d9d83b091a4bef241192aed9 https://github.com/phpmyadmin/website/commit/92ca3b0a733a4b54d9d83b091a4bef2... Author: Marc Delisle <marc@infomarc.info> Date: 2015-07-02 (Thu, 07 July 2015) -04:00 Changed paths: M pmaweb/templates/_verify.html Log Message: ----------- Improve wording Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: cc227219244801d0155cb274d5784b9f424e26b0 https://github.com/phpmyadmin/website/commit/cc227219244801d0155cb274d5784b9... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M .gitignore Log Message: ----------- Fix gitignore Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b7a86c9f59cbf1cf559188ec11d423cbcbbbc467 https://github.com/phpmyadmin/website/commit/b7a86c9f59cbf1cf559188ec11d423c... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: D pmaweb/static/css/feed.css Log Message: ----------- Remove not used css Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 9418edd8b9d91ec5e27bf73bf4e739fd88d8fa57 https://github.com/phpmyadmin/website/commit/9418edd8b9d91ec5e27bf73bf4e739f... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/static/images/certs4less_240x65.jpg M pmaweb/static/images/sqlmaestro_250x70.png Log Message: ----------- Optimize images Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 920e5e2f9515d2de74939e9e594dd52cd8b23230 https://github.com/phpmyadmin/website/commit/920e5e2f9515d2de74939e9e594dd52... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M data/awards.py M data/screenshots.py M pmaweb/templates/awards.html M pmaweb/templates/themes.html M pmaweb/templates/try.html Log Message: ----------- Correctly use static framework for images Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 1e77991de3f01b339a55363c175ed2ab685261fe https://github.com/phpmyadmin/website/commit/1e77991de3f01b339a55363c175ed2a... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/settings.py M pmaweb/templates/base.html M requirements.txt Log Message: ----------- Use JS/CSS compressor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 9273ceab225bd3f8cdcc83c1a65f79a19998299b https://github.com/phpmyadmin/website/commit/9273ceab225bd3f8cdcc83c1a65f79a... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/templates/base.html Log Message: ----------- Do not mess up with media parameter, breaks merging CSS files Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a43a374f0ae8d0883a5ee35efa133b519a02f1db https://github.com/phpmyadmin/website/commit/a43a374f0ae8d0883a5ee35efa133b5... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/static/css/style.css M pmaweb/static/js/master_sorting_table.js M pmaweb/templates/translations.html D pmaweb/static/images/icon-table-sort-asc.png D pmaweb/static/images/icon-table-sort-desc.png D pmaweb/static/images/icon-table-sort.png Log Message: ----------- Use font awesome to indicate sorting It fits nicer into the website and also avoids loading further images. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: d95b2fabcf815fcc623dc30cda06adfc0ea34435 https://github.com/phpmyadmin/website/commit/d95b2fabcf815fcc623dc30cda06adf... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Redirect another documentation URL Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a6fe468dd9992658818648d007d2627d511cc1f1 https://github.com/phpmyadmin/website/commit/a6fe468dd9992658818648d007d2627... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Redirect to historical git repository Signed-off-by: Michal Čihař <michal@cihar.com> Commit: d181caddc5e0e3def11d7ac57d1abc4597754996 https://github.com/phpmyadmin/website/commit/d181caddc5e0e3def11d7ac57d1abc4... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Compatibility redirect for setup script Signed-off-by: Michal Čihař <michal@cihar.com> Commit: d706a304c4b415f75829b6f06fa3986d1785ba11 https://github.com/phpmyadmin/website/commit/d706a304c4b415f75829b6f06fa3986... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Handle another historical URL for documentation Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e77278896c0fa9a0657f057c1469b8960c289f30 https://github.com/phpmyadmin/website/commit/e77278896c0fa9a0657f057c1469b89... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Handle some broken links Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 57882c042068ffdd9ee188dad7a1e1a2ceff080b https://github.com/phpmyadmin/website/commit/57882c042068ffdd9ee188dad7a1e1a... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Handle more old documentation URLs Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 14d28f63c30b1aed22590d7dd572e21384c451fc https://github.com/phpmyadmin/website/commit/14d28f63c30b1aed22590d7dd572e21... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Handle some more broken links Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 450264274eb978fab3b661f0df3de20c4ec3b6e0 https://github.com/phpmyadmin/website/commit/450264274eb978fab3b661f0df3de20... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Another alias for version.txt Was used in some historical releases. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 675b33e023ddaf1eab10b50c71bc458f3b5de960 https://github.com/phpmyadmin/website/commit/675b33e023ddaf1eab10b50c71bc458... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/views.py Log Message: ----------- Fix broken link Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 07fd3ae638116eee65a24989c362bf7bf465ccdb https://github.com/phpmyadmin/website/commit/07fd3ae638116eee65a24989c362bf7... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Handle broken PMASA links as well Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 22a2b0c8759d0c8d556956e2e8603389d2a2fa88 https://github.com/phpmyadmin/website/commit/22a2b0c8759d0c8d556956e2e860338... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Simplify regexp Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 2b4d7004e4f30ab88a86775bd435a9289d9db24b https://github.com/phpmyadmin/website/commit/2b4d7004e4f30ab88a86775bd435a92... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Handle another broken URL Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 8e155bb8020f1539f39ee5fd83e71845fb83fea3 https://github.com/phpmyadmin/website/commit/8e155bb8020f1539f39ee5fd83e7184... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Handle another frequent URL breakage Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 17824593d5822b407dfc08c2a8da50326db9ba9d https://github.com/phpmyadmin/website/commit/17824593d5822b407dfc08c2a8da503... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Another link to docs Signed-off-by: Michal Čihař <michal@cihar.com> Commit: d784ae29f4a85148589999dab046e674c70ac250 https://github.com/phpmyadmin/website/commit/d784ae29f4a85148589999dab046e67... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-02 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Avoid using named groups Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 081f778d7b32ac19ed4f34015bc02e9b65608a2a https://github.com/phpmyadmin/website/commit/081f778d7b32ac19ed4f34015bc02e9... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-03 (Fri, 07 July 2015) +02:00 Changed paths: M pmaweb/tests.py M pmaweb/urls.py M pmaweb/views.py M security/tests.py M security/views.py Log Message: ----------- Better handle invalid PMASA names Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 5ae5c9ad43785270de3304f5553ac320288a5cd2 https://github.com/phpmyadmin/website/commit/5ae5c9ad43785270de3304f5553ac32... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-03 (Fri, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Another frequently broken urls Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 0973469b15149f27b0a923b7535a3a04995722d0 https://github.com/phpmyadmin/website/commit/0973469b15149f27b0a923b7535a3a0... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-03 (Fri, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Home page was also sometimes wrongly referenced with space Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 7396e8dded68977a7db24ce9adbe1a10680c4dd3 https://github.com/phpmyadmin/website/commit/7396e8dded68977a7db24ce9adbe1a1... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-03 (Fri, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Another URL with possible space Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 46bbd1569e8c9717f4e6384996746f0f9f661e55 https://github.com/phpmyadmin/website/commit/46bbd1569e8c9717f4e6384996746f0... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-03 (Fri, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Handle changelog link from historical docs Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 7ccf268ecbb86ef088f1d7329092df1680ab9962 https://github.com/phpmyadmin/website/commit/7ccf268ecbb86ef088f1d7329092df1... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-03 (Fri, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Fix link to index.html Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 409a2e2a657e9d285492c04099844059468ebfd4 https://github.com/phpmyadmin/website/commit/409a2e2a657e9d285492c0409984405... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-03 (Fri, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Another link to localized docs Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 9a8bbaf02637274be4471fa546a532d2013e9ce5 https://github.com/phpmyadmin/website/commit/9a8bbaf02637274be4471fa546a532d... Author: Marc Delisle <marc@infomarc.info> Date: 2015-07-06 (Mon, 07 July 2015) -04:00 Changed paths: M pmaweb/templates/about.html Log Message: ----------- Update project history Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: ce757d1e7111e7fbf91a77b67ba44aa7f9cd36d1 https://github.com/phpmyadmin/website/commit/ce757d1e7111e7fbf91a77b67ba44aa... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-07 (Tue, 07 July 2015) +02:00 Changed paths: M security/views.py Log Message: ----------- Gracefully handle incomplete PMASA ids Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 163b2cc7402e70f8096fc3eae2a61dd74292c2a6 https://github.com/phpmyadmin/website/commit/163b2cc7402e70f8096fc3eae2a61dd... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-07 (Tue, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Add compatibility redirect for sitemap.xml Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ef858ee282a4f11fdb3e6bffe505a544147b7034 https://github.com/phpmyadmin/website/commit/ef858ee282a4f11fdb3e6bffe505a54... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-07 (Tue, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Hanle lower case URLs as well Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 55c2baea9190f4c2018f94fd823794924a842e83 https://github.com/phpmyadmin/website/commit/55c2baea9190f4c2018f94fd8237949... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-07 (Tue, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Another wrong link to our docs Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 7e2d7b0f313976d5b5b14c02cb7ba759f9136860 https://github.com/phpmyadmin/website/commit/7e2d7b0f313976d5b5b14c02cb7ba75... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-07 (Tue, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py M pmaweb/views.py Log Message: ----------- gophp5 page compatibility Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ee40ddbd6447ad25519f2f90dfcb9911bcb366bf https://github.com/phpmyadmin/website/commit/ee40ddbd6447ad25519f2f90dfcb991... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-07 (Tue, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Handle broken links from Typo3 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 81f4aba0c6751919c9585442e33a5781397269a3 https://github.com/phpmyadmin/website/commit/81f4aba0c6751919c9585442e33a578... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-07 (Tue, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Handle old cvs link Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 8a47e894bfee4829fb35989f3ea86638ffaaf81d https://github.com/phpmyadmin/website/commit/8a47e894bfee4829fb35989f3ea8663... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-07 (Tue, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Accept any tail string here Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 073391de3e3d3a5bda07babc4a8a04c8356dee03 https://github.com/phpmyadmin/website/commit/073391de3e3d3a5bda07babc4a8a04c... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-07 (Tue, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Another broken link Signed-off-by: Michal Čihař <michal@cihar.com> Commit: feefcdcd6f2bb24d77e921ef99271fbc9898d789 https://github.com/phpmyadmin/website/commit/feefcdcd6f2bb24d77e921ef99271fb... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-09 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/templates/phpmyadmin.xml Log Message: ----------- Adjust generator Signed-off-by: Michal Čihař <michal@cihar.com> Commit: d72ab7a885d6b3134a2feeb85dde23fcaea02646 https://github.com/phpmyadmin/website/commit/d72ab7a885d6b3134a2feeb85dde23f... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-09 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/templates/about.html Log Message: ----------- Use https for openhub link Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 45a5d0b3b44f86c3a3da11c7f7d830cb2b542d0d https://github.com/phpmyadmin/website/commit/45a5d0b3b44f86c3a3da11c7f7d830c... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-09 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/templates/about-website.html Log Message: ----------- Include link to all version files Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 1c596c1857067c102a7fc77400e1945b080f440b https://github.com/phpmyadmin/website/commit/1c596c1857067c102a7fc77400e1945... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-09 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/templates/about-website.html Log Message: ----------- Website no longer runs on sf.net Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 0bab1d8c1d9ae922b391ceda3c2b5a7a2670ba1b https://github.com/phpmyadmin/website/commit/0bab1d8c1d9ae922b391ceda3c2b5a7... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-09 (Thu, 07 July 2015) +02:00 Changed paths: M pmaweb/templates/about-website.html Log Message: ----------- Avoid double slash in URL Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 20a45de8853baf0fcfa09adf6dcc609dfefe3095 https://github.com/phpmyadmin/website/commit/20a45de8853baf0fcfa09adf6dcc609... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-15 (Wed, 07 July 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Another location for favicon Signed-off-by: Michal Čihař <michal@cihar.com> Commit: c868ca08e5313dc5fa751c434455212676511082 https://github.com/phpmyadmin/website/commit/c868ca08e5313dc5fa751c434455212... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-15 (Wed, 07 July 2015) +02:00 Changed paths: M pmaweb/static/css/style.css Log Message: ----------- Limit maximal width of text for better readability Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 40ca311f8219f1de5c22d2ddff765e60dcff4e7c https://github.com/phpmyadmin/website/commit/40ca311f8219f1de5c22d2ddff765e6... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-15 (Wed, 07 July 2015) +02:00 Changed paths: M pmaweb/static/css/style.css Log Message: ----------- Max width for lists as well Signed-off-by: Michal Čihař <michal@cihar.com> Commit: d024c4eb0207afeddf8c0a8a2ded2d7119884f38 https://github.com/phpmyadmin/website/commit/d024c4eb0207afeddf8c0a8a2ded2d7... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-15 (Wed, 07 July 2015) +02:00 Changed paths: M pmaweb/static/css/style.css Log Message: ----------- Simplify top menu design As suggested at https://plus.google.com/u/0/+phpmyadmin/posts/YJZ8F5spr1w?cfem=1 Commit: f27cdc4702fe1aafae76bdcc93f354c75255c4d4 https://github.com/phpmyadmin/website/commit/f27cdc4702fe1aafae76bdcc93f354c... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-15 (Wed, 07 July 2015) +02:00 Changed paths: M pmaweb/static/css/style.css Log Message: ----------- Make links better to read Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b94957c4d000697555b7caf333fed2640663e1c0 https://github.com/phpmyadmin/website/commit/b94957c4d000697555b7caf333fed26... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-15 (Wed, 07 July 2015) +02:00 Changed paths: M pmaweb/static/css/style.css Log Message: ----------- Remove special style for footer color Signed-off-by: Michal Čihař <michal@cihar.com> Commit: cfa4f8daab2834c25a957e2d159c2796975b94e9 https://github.com/phpmyadmin/website/commit/cfa4f8daab2834c25a957e2d159c279... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-15 (Wed, 07 July 2015) +02:00 Changed paths: A demo/__init__.py A demo/admin.py A demo/management/__init__.py A demo/management/commands/__init__.py A demo/management/commands/fetch_versions.py A demo/migrations/0001_initial.py A demo/migrations/0002_demo_master_version.py A demo/migrations/__init__.py A demo/models.py A demo/tests.py A demo/views.py A pmaweb/templates/_list-demos.html M pmaweb/context_processors.py M pmaweb/settings.py M pmaweb/templates/try.html Log Message: ----------- Initial code for listing demos directly on the website Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 9af84c129871a3fcbf4249106a629b3f4e527c25 https://github.com/phpmyadmin/website/commit/9af84c129871a3fcbf4249106a629b3... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-15 (Wed, 07 July 2015) +02:00 Changed paths: M demo/models.py M pmaweb/templates/_list-demos.html Log Message: ----------- Implement demo descriptions Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e5e29b17881ca55b9d8d08043d84a82ab4eaf94e https://github.com/phpmyadmin/website/commit/e5e29b17881ca55b9d8d08043d84a82... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-15 (Wed, 07 July 2015) +02:00 Changed paths: M pmaweb/templates/try.html Log Message: ----------- Include content from demo server Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 25d87da2d344d05f2e6ed696cb89bc3cb18d2d2d https://github.com/phpmyadmin/website/commit/25d87da2d344d05f2e6ed696cb89bc3... Author: Marc Delisle <marc@infomarc.info> Date: 2015-07-19 (Sun, 07 July 2015) -04:00 Changed paths: A pmaweb/static/images/hostname_cl_220x75.png M pmaweb/templates/sponsors.html Log Message: ----------- New Bronze sponsor hostname.cl Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 6a65fd50ed49455ca88012568ea1b0d334cef6d2 https://github.com/phpmyadmin/website/commit/6a65fd50ed49455ca88012568ea1b0d... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-20 (Mon, 07 July 2015) +02:00 Changed paths: M pmaweb/static/css/style.css Log Message: ----------- Remove unused CSS Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 24cd433bd7826782e91e17abff154a17c52952dc https://github.com/phpmyadmin/website/commit/24cd433bd7826782e91e17abff154a1... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-20 (Mon, 07 July 2015) +02:00 Changed paths: M pmaweb/templates/contribute.html M pmaweb/templates/phpmyadmin-doap.xml M pmaweb/templates/support.html M pmaweb/templates/translate.html Log Message: ----------- Replace SourceForge.net issue trackers with GitHub ones Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 57d7de65435ec9768c334547412d40ea209ce963 https://github.com/phpmyadmin/website/commit/57d7de65435ec9768c334547412d40e... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-21 (Tue, 07 July 2015) +02:00 Changed paths: M pmaweb/templates/sponsors.html D pmaweb/static/images/greengeeks_250x70.png Log Message: ----------- Remove expired sponsorship Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 41108230d0dc0c86d18c6e017f9456b854167ce5 https://github.com/phpmyadmin/website/commit/41108230d0dc0c86d18c6e017f9456b... Author: Marc Delisle <marc@infomarc.info> Date: 2015-07-22 (Wed, 07 July 2015) -07:00 Changed paths: M pmaweb/templates/index.html Log Message: ----------- Remove the mention of the old Sourceforge.net Community Choice Awards from the home page Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 0ed9f66d8b87c8ee64cfa0121d11cfa1db22bd07 https://github.com/phpmyadmin/website/commit/0ed9f66d8b87c8ee64cfa0121d11cfa... Author: Michal Čihař <michal@cihar.com> Date: 2015-07-24 (Fri, 07 July 2015) +02:00 Changed paths: M pmaweb/templates/base.html M pmaweb/templates/phpmyadmin.xml M pmaweb/templates/support.html M pmaweb/templates/team.html M pmaweb/templates/translate.html Log Message: ----------- Move mailing lists to own server Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 713eb945a148096a3ec91faa81c1e15fe7333b5b https://github.com/phpmyadmin/website/commit/713eb945a148096a3ec91faa81c1e15... Author: Michal Čihař <michal@cihar.com> Date: 2015-08-03 (Mon, 08 August 2015) +02:00 Changed paths: A pmaweb/static/images/greengeeks_250x70.png M pmaweb/templates/sponsors.html Log Message: ----------- Revert "Remove expired sponsorship" This reverts commit 57d7de65435ec9768c334547412d40ea209ce963. They have subscribed again. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 2dd03ba3a2a1bd6acd4e3488ff4ec825026cd7bc https://github.com/phpmyadmin/website/commit/2dd03ba3a2a1bd6acd4e3488ff4ec82... Author: Michal Čihař <michal@cihar.com> Date: 2015-08-05 (Wed, 08 August 2015) +02:00 Changed paths: M pmaweb/templates/news/post_archive.html M pmaweb/urls.py Log Message: ----------- Paginate news in URL not in the parameter Currently CDN is configured to ignore query strings, so let's use it this way. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 9f1443841b55494222b2f8b000ca5ca265f97b0f https://github.com/phpmyadmin/website/commit/9f1443841b55494222b2f8b000ca5ca... Author: Michal Čihař <michal@cihar.com> Date: 2015-08-05 (Wed, 08 August 2015) +02:00 Changed paths: M news/models.py Log Message: ----------- Automatically purge all news pages on post change Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 8213c5519cd01aebe401344ddb744a88627c9e25 https://github.com/phpmyadmin/website/commit/8213c5519cd01aebe401344ddb744a8... Author: Michal Čihař <michal@cihar.com> Date: 2015-08-05 (Wed, 08 August 2015) +02:00 Changed paths: M news/models.py Log Message: ----------- Fix typo Signed-off-by: Michal Čihař <michal@cihar.com> Commit: bf3ddb094f591f876b37d87a93cd84c4b0c77ecd https://github.com/phpmyadmin/website/commit/bf3ddb094f591f876b37d87a93cd84c... Author: Michal Čihař <michal@cihar.com> Date: 2015-08-05 (Wed, 08 August 2015) +02:00 Changed paths: M news/models.py M pmaweb/tests.py Log Message: ----------- Purge all news pages on CDN in single request Also adjust testsuite to it. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: f7446d4d387dce941a3e1ae444d3577f82f2f664 https://github.com/phpmyadmin/website/commit/f7446d4d387dce941a3e1ae444d3577... Author: Michal Čihař <michal@cihar.com> Date: 2015-08-06 (Thu, 08 August 2015) +02:00 Changed paths: A pmaweb/templates/version/list.txt M pmaweb/urls.py Log Message: ----------- Add plain text files listing Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 8a5d500f29b504cb57bced00758764d96546a039 https://github.com/phpmyadmin/website/commit/8a5d500f29b504cb57bced00758764d... Author: Michal Čihař <michal@cihar.com> Date: 2015-08-06 (Thu, 08 August 2015) +02:00 Changed paths: M pmaweb/templates/version/list.txt Log Message: ----------- Fix typo in variable name Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 0e7926d4db54d102e123de5d39e7c05816acfafb https://github.com/phpmyadmin/website/commit/0e7926d4db54d102e123de5d39e7c05... Author: Michal Čihař <michal@cihar.com> Date: 2015-08-06 (Thu, 08 August 2015) +02:00 Changed paths: M pmaweb/templates/about-website.html Log Message: ----------- Document machine readable version dumps Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 82ca606433210b87847bf789b5400000054b921a https://github.com/phpmyadmin/website/commit/82ca606433210b87847bf789b540000... Author: Michal Čihař <michal@cihar.com> Date: 2015-08-11 (Tue, 08 August 2015) +02:00 Changed paths: A pmaweb/templates/version/packages.json M pmaweb/context_processors.py M pmaweb/urls.py Log Message: ----------- Attempt to export composer packages feed Not sure if this can be somehow useful, see https://github.com/phpmyadmin/phpmyadmin/issues/6261 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 17b16c3ac4ca1184ca6ef7209d7ee3d97c84ee4d https://github.com/phpmyadmin/website/commit/17b16c3ac4ca1184ca6ef7209d7ee3d... Author: Andrey Aleksanyants <aaleksanyants@yahoo.com> Date: 2015-08-14 (Fri, 08 August 2015) +02:00 Changed paths: M pmaweb/static/favicon.ico Log Message: ----------- Better favicon with same image for all resolutions Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 09c070d77e62ea153274ed833e80c3731244b4a6 https://github.com/phpmyadmin/website/commit/09c070d77e62ea153274ed833e80c37... Author: Michal Čihař <michal@cihar.com> Date: 2015-08-20 (Thu, 08 August 2015) +02:00 Changed paths: M pmaweb/templates/try.html Log Message: ----------- Do not mention Drizzle on demo server Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 29fb97b01d39f1f83365571706a875ec375a0207 https://github.com/phpmyadmin/website/commit/29fb97b01d39f1f83365571706a875e... Author: Michal Čihař <michal@cihar.com> Date: 2015-08-20 (Thu, 08 August 2015) +02:00 Changed paths: M files/models.py Log Message: ----------- Purge CDN cache for version.json and similar Otherwise users still see older version. See https://github.com/phpmyadmin/phpmyadmin/issues/11417 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 522f73761acbf1b6a4de41da5d250dc6d8186ace https://github.com/phpmyadmin/website/commit/522f73761acbf1b6a4de41da5d250dc... Author: Michal Čihař <michal@cihar.com> Date: 2015-08-21 (Fri, 08 August 2015) +02:00 Changed paths: M pmaweb/tests.py Log Message: ----------- Simplify tests Signed-off-by: Michal Čihař <michal@cihar.com> Commit: efadf8e5a0c5cd026052286a4fb4d42592d72487 https://github.com/phpmyadmin/website/commit/efadf8e5a0c5cd026052286a4fb4d42... Author: Marc Delisle <marc@infomarc.info> Date: 2015-08-21 (Fri, 08 August 2015) -04:00 Changed paths: M pmaweb/templates/index.html Log Message: ----------- Remove reference to Drizzle on our website's home page Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 0b66190b81d972377d3069e9153b298262c0af59 https://github.com/phpmyadmin/website/commit/0b66190b81d972377d3069e9153b298... Author: Marc Delisle <marc@infomarc.info> Date: 2015-08-21 (Fri, 08 August 2015) -04:00 Changed paths: M files/models.py Log Message: ----------- Prepare for 4.5 releases Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 0785503659d9c9a7e0137ffa74aeedc4807b5c52 https://github.com/phpmyadmin/website/commit/0785503659d9c9a7e0137ffa74aeedc... Author: Marc Delisle <marc@infomarc.info> Date: 2015-08-28 (Fri, 08 August 2015) -04:00 Changed paths: M files/models.py Log Message: ----------- Clarify the range of PHP versions compatible Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: c0755350a0cf601ec4cc7bebc158a63635623ab0 https://github.com/phpmyadmin/website/commit/c0755350a0cf601ec4cc7bebc158a63... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-02 (Wed, 09 September 2015) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 8d2c9b7d803788f45f845dac46a379ed821b07fa https://github.com/phpmyadmin/website/commit/8d2c9b7d803788f45f845dac46a379e... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-08 (Tue, 09 September 2015) +02:00 Changed paths: M pmaweb/urls.py M security/models.py M security/views.py Log Message: ----------- Display draft security issues on different URL Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b7c1d32e61e96b1333f4f2940fbc5d02ae8f251e https://github.com/phpmyadmin/website/commit/b7c1d32e61e96b1333f4f2940fbc5d0... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-08 (Tue, 09 September 2015) +02:00 Changed paths: M README.rst Log Message: ----------- Document draft security announcements Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ab238a4f68fd43c9469a4c6adaadbacec3fa0feb https://github.com/phpmyadmin/website/commit/ab238a4f68fd43c9469a4c6adaadbac... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-08 (Tue, 09 September 2015) +02:00 Changed paths: M files/views.py M pmaweb/urls.py D pmaweb/templates/version/version.json Log Message: ----------- Use JSON encoder to generate version.json This allows us to easily extent condent. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a5285818d4f7a3329c6bc9247602dad3adc4b799 https://github.com/phpmyadmin/website/commit/a5285818d4f7a3329c6bc9247602dad... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-08 (Tue, 09 September 2015) +02:00 Changed paths: M files/models.py Log Message: ----------- Add missing spaces Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 49241b8a29cf1000367cda061c841973fe11a2ea https://github.com/phpmyadmin/website/commit/49241b8a29cf1000367cda061c84197... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-08 (Tue, 09 September 2015) +02:00 Changed paths: M pmaweb/tests.py Log Message: ----------- Fix test for PMASA Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 4565d1cbf6a8828830cfcc5321db0a42a34838b6 https://github.com/phpmyadmin/website/commit/4565d1cbf6a8828830cfcc5321db0a4... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-08 (Tue, 09 September 2015) +02:00 Changed paths: A security/migrations/0003_auto_20150908_0930.py M security/models.py Log Message: ----------- Make references optional Signed-off-by: Michal Čihař <michal@cihar.com> Commit: fccc8d8d6d9f2dfbeb143ef51a498232b9b2e3cc https://github.com/phpmyadmin/website/commit/fccc8d8d6d9f2dfbeb143ef51a49823... Author: Marc Delisle <marc@infomarc.info> Date: 2015-09-08 (Tue, 09 September 2015) -04:00 Changed paths: M files/models.py Log Message: ----------- Change minimum PHP version requirement, see http://stackoverflow.com/questions/32349895/warning-in-libraries-phpseclib-c... Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: ac857a060e94c782842c8018c1fff00c13fc240b https://github.com/phpmyadmin/website/commit/ac857a060e94c782842c8018c1fff00... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-09 (Wed, 09 September 2015) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add DailyHosting.net sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 59d220ce7bb801b2c2c21a2231daae70f3dffa86 https://github.com/phpmyadmin/website/commit/59d220ce7bb801b2c2c21a2231daae7... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-09 (Wed, 09 September 2015) +02:00 Changed paths: A pmaweb/static/images/dailylogo-250.jpg Log Message: ----------- Add sponsor logo Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 29dd2a7ecd611323dde308fc75d29d07709ca8bc https://github.com/phpmyadmin/website/commit/29dd2a7ecd611323dde308fc75d29d0... Author: Marc Delisle <marc@infomarc.info> Date: 2015-09-09 (Wed, 09 September 2015) -04:00 Changed paths: M pmaweb/templates/index.html Log Message: ----------- Project is now 17 Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 21fb8d7020a32f37704127940d72323c60813136 https://github.com/phpmyadmin/website/commit/21fb8d7020a32f37704127940d72323... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-09 (Wed, 09 September 2015) +02:00 Changed paths: M files/models.py M pmaweb/context_processors.py Log Message: ----------- Factor out code for getting current releases Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e5bea01373486d0397ebf9c6b1aa9ddb6f42105c https://github.com/phpmyadmin/website/commit/e5bea01373486d0397ebf9c6b1aa9dd... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-09 (Wed, 09 September 2015) +02:00 Changed paths: M files/views.py Log Message: ----------- List all current releases in version.json See https://github.com/phpmyadmin/phpmyadmin/issues/11464 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: f751b2625d55d93d6d4b61d384c5657578614dc6 https://github.com/phpmyadmin/website/commit/f751b2625d55d93d6d4b61d384c5657... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-09 (Wed, 09 September 2015) +02:00 Changed paths: M files/models.py M files/views.py Log Message: ----------- Export PHP/MySQL requirements in version.json See https://github.com/phpmyadmin/phpmyadmin/issues/11464 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 68ad00c1d1859236c4488d5221260909443e0afa https://github.com/phpmyadmin/website/commit/68ad00c1d1859236c4488d522126090... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-10 (Thu, 09 September 2015) +02:00 Changed paths: A pmaweb/static/images/security-audit_250.jpg M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor (Security Audit Systems) Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 419e235c7957ee74affb216ddb463dac87077bc6 https://github.com/phpmyadmin/website/commit/419e235c7957ee74affb216ddb463da... Author: Marc Delisle <marc@infomarc.info> Date: 2015-09-10 (Thu, 09 September 2015) -04:00 Changed paths: M files/models.py Log Message: ----------- New LTS date for 4.0, see http://wiki.phpmyadmin.net/pma/2015-09_Meeting#Long_time_support Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: b0cb4f7d4ebe443b87e19db80770af7198f90499 https://github.com/phpmyadmin/website/commit/b0cb4f7d4ebe443b87e19db80770af7... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-10 (Thu, 09 September 2015) +02:00 Changed paths: M files/models.py Log Message: ----------- Define upper bounds for PHP versions Hopefully I've filled in correct versions now. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 5a69c0b30fbccc9526fe5ca326f809452b4122b3 https://github.com/phpmyadmin/website/commit/5a69c0b30fbccc9526fe5ca326f8094... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-11 (Fri, 09 September 2015) +02:00 Changed paths: M .travis.yml M requirements-test.txt Log Message: ----------- Chain test dependencies Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 37940ae5f7635e75a3fe080abadcb8f6c5efbe3c https://github.com/phpmyadmin/website/commit/37940ae5f7635e75a3fe080abadcb8f... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-11 (Fri, 09 September 2015) +02:00 Changed paths: M README.rst Log Message: ----------- Document development Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a9a17c939e75803947b50be0522eaac95224af6e https://github.com/phpmyadmin/website/commit/a9a17c939e75803947b50be0522eaac... Author: Marc Delisle <marc@infomarc.info> Date: 2015-09-17 (Thu, 09 September 2015) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Clarify our implicit way of sorting sponsors on one level Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: f75e2e5cac7bae814ae975178f32569fed0a6d1f https://github.com/phpmyadmin/website/commit/f75e2e5cac7bae814ae975178f32569... Author: Marc Delisle <marc@infomarc.info> Date: 2015-09-21 (Mon, 09 September 2015) -04:00 Changed paths: M data/themes.py Log Message: ----------- New metro theme for phpMyAdmin 4.5 Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 6b505a0ed984ccb5ab168802fce5c07c2f4099cb https://github.com/phpmyadmin/website/commit/6b505a0ed984ccb5ab168802fce5c07... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-21 (Mon, 09 September 2015) +02:00 Changed paths: M data/themes.py Log Message: ----------- Remove not used template Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 8e95e645b078f068322a25d590168454f8035c84 https://github.com/phpmyadmin/website/commit/8e95e645b078f068322a25d59016845... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-21 (Mon, 09 September 2015) +02:00 Changed paths: M data/themes.py Log Message: ----------- Add definitions for 4.5 compatible theme Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 18b0289a0bbffdeeef01715bbe616af0a04d795e https://github.com/phpmyadmin/website/commit/18b0289a0bbffdeeef01715bbe616af... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-21 (Mon, 09 September 2015) +02:00 Changed paths: M files/management/commands/import_themes.py Log Message: ----------- Clarify error message Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 423937b008bfda712d83280d74736c47cde177c1 https://github.com/phpmyadmin/website/commit/423937b008bfda712d83280d74736c4... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-21 (Mon, 09 September 2015) +02:00 Changed paths: M files/management/commands/import_themes.py M files/utils.py Log Message: ----------- Calculate the checksums if the file is not present Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 736a48537cf2944588ce2c03558ca8d7bc40d0bf https://github.com/phpmyadmin/website/commit/736a48537cf2944588ce2c03558ca8d... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-21 (Mon, 09 September 2015) +02:00 Changed paths: M pmaweb/templates/themes.html Log Message: ----------- Display PGP signature for theme if present Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 3e71e8f6df6d3f7bae38c17e2f234ec76799c19d https://github.com/phpmyadmin/website/commit/3e71e8f6df6d3f7bae38c17e2f234ec... Author: Michal Čihař <michal@cihar.com> Date: 2015-09-21 (Mon, 09 September 2015) +02:00 Changed paths: M pmaweb/templates/themes.html Log Message: ----------- Include PGP verification instructions on theme pages Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e9aaddd6d05905ff4a0c1d59c89f5577f371a847 https://github.com/phpmyadmin/website/commit/e9aaddd6d05905ff4a0c1d59c89f557... Author: Marc Delisle <marc@infomarc.info> Date: 2015-09-23 (Wed, 09 September 2015) -04:00 Changed paths: M pmaweb/settings.py Log Message: ----------- Show the 4.5 branch Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 3c84c448c0ef6add756410c8891480a96e868f38 https://github.com/phpmyadmin/website/commit/3c84c448c0ef6add756410c8891480a... Author: Marc Delisle <marc@infomarc.info> Date: 2015-09-23 (Wed, 09 September 2015) -04:00 Changed paths: M files/models.py Log Message: ----------- Update versions description Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 6923451dc63234c0fff6bb511464220a747a82fa https://github.com/phpmyadmin/website/commit/6923451dc63234c0fff6bb511464220... Author: Marc Delisle <marc@infomarc.info> Date: 2015-09-23 (Wed, 09 September 2015) -04:00 Changed paths: M files/models.py Log Message: ----------- Add missing space Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: b56794352efaaaa4bde501663d8a875c4391de62 https://github.com/phpmyadmin/website/commit/b56794352efaaaa4bde501663d8a875... Author: Marc Delisle <marc@infomarc.info> Date: 2015-09-25 (Fri, 09 September 2015) -04:00 Changed paths: A pmaweb/static/images/dailyfantasycafe_250x23.png M pmaweb/templates/sponsors.html Log Message: ----------- Add Bronze sponsor: Daily Fantasy Cafe Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 217e802efa773e54a7206ea006daa5a10ccaa578 https://github.com/phpmyadmin/website/commit/217e802efa773e54a7206ea006daa5a... Author: Marc Delisle <marc@infomarc.info> Date: 2015-09-26 (Sat, 09 September 2015) -04:00 Changed paths: M pmaweb/templates/support.html Log Message: ----------- Two years later, we no longer need to refer to the phase out date Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 59a43d31a4a52ab6af8b59fbe238dd51e2f94ceb https://github.com/phpmyadmin/website/commit/59a43d31a4a52ab6af8b59fbe238dd5... Author: Marc Delisle <marc@infomarc.info> Date: 2015-09-30 (Wed, 09 September 2015) -04:00 Changed paths: M data/awards.py Log Message: ----------- Remove dead link Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 713e10e40515a3ae2268afe24d502e09a659677f https://github.com/phpmyadmin/website/commit/713e10e40515a3ae2268afe24d502e0... Author: Marc Delisle <marc@infomarc.info> Date: 2015-09-30 (Wed, 09 September 2015) -04:00 Changed paths: M data/awards.py Log Message: ----------- Revert "Remove dead link" This reverts commit 59a43d31a4a52ab6af8b59fbe238dd51e2f94ceb. Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: a96962537ea60026a2edf3b17ef925f14875388b https://github.com/phpmyadmin/website/commit/a96962537ea60026a2edf3b17ef925f... Author: Marc Delisle <marc@infomarc.info> Date: 2015-09-30 (Wed, 09 September 2015) -04:00 Changed paths: M data/awards.py Log Message: ----------- Remove one dead link Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 11c1afa574f5d1f487033b20b8c0e3071c80ac40 https://github.com/phpmyadmin/website/commit/11c1afa574f5d1f487033b20b8c0e30... Author: Michal Čihař <michal@cihar.com> Date: 2015-10-01 (Thu, 10 October 2015) +02:00 Changed paths: M files/models.py Log Message: ----------- Do not fail on no release within branch Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ef082d93a55430f34e149e8e24a85201d9e6a620 https://github.com/phpmyadmin/website/commit/ef082d93a55430f34e149e8e24a8520... Author: Marc Delisle <marc@infomarc.info> Date: 2015-10-01 (Thu, 10 October 2015) -04:00 Changed paths: M pmaweb/settings.py Log Message: ----------- The 4.3 branch is EOL Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 6e020939d458aa9b2b4aff46654661780c2f7a16 https://github.com/phpmyadmin/website/commit/6e020939d458aa9b2b4aff466546617... Author: Marc Delisle <marc@infomarc.info> Date: 2015-10-01 (Thu, 10 October 2015) -04:00 Changed paths: M files/models.py Log Message: ----------- Merge branch 'master' of https://github.com/phpmyadmin/website Commit: e38ab95333b630b69427ca605413c833154b618c https://github.com/phpmyadmin/website/commit/e38ab95333b630b69427ca605413c83... Author: Michal Čihař <michal@cihar.com> Date: 2015-10-07 (Wed, 10 October 2015) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Handle more broken URLs Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 19b6e36b69503129a4f851e0cb72515a1f2ac15c https://github.com/phpmyadmin/website/commit/19b6e36b69503129a4f851e0cb72515... Author: Michal Čihař <michal@cihar.com> Date: 2015-10-07 (Wed, 10 October 2015) +02:00 Changed paths: M pmaweb/static/css/style.css Log Message: ----------- No units needed for 0px Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b2bd723a03ac72994505443996a3aa59a56567d5 https://github.com/phpmyadmin/website/commit/b2bd723a03ac72994505443996a3aa5... Author: Michal Čihař <michal@cihar.com> Date: 2015-10-07 (Wed, 10 October 2015) +02:00 Changed paths: M pmaweb/static/js/utils.js Log Message: ----------- No need to store fader Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 01a1ef2cd3e2ec092a2267843b6e744321c30540 https://github.com/phpmyadmin/website/commit/01a1ef2cd3e2ec092a2267843b6e744... Author: Michal Čihař <michal@cihar.com> Date: 2015-10-07 (Wed, 10 October 2015) +02:00 Changed paths: M pmaweb/static/js/utils.js Log Message: ----------- Use type safe comparison Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 8dd1ea2a01f6de62094bbd58fde94c65d9884e56 https://github.com/phpmyadmin/website/commit/8dd1ea2a01f6de62094bbd58fde94c6... Author: Michal Čihař <michal@cihar.com> Date: 2015-10-07 (Wed, 10 October 2015) +02:00 Changed paths: M data/awards.py Log Message: ----------- Fix trailing whitespace Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 2423d3cf40597a28fbd7184a3aa07d6be54fdae7 https://github.com/phpmyadmin/website/commit/2423d3cf40597a28fbd7184a3aa07d6... Author: Michal Čihař <michal@cihar.com> Date: 2015-10-07 (Wed, 10 October 2015) +02:00 Changed paths: M pylint.rc Log Message: ----------- Load Django plugin for pylint Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 04123145d07d55a8098c7cd83b2c8745c076bdf3 https://github.com/phpmyadmin/website/commit/04123145d07d55a8098c7cd83b2c874... Author: Michal Čihař <michal@cihar.com> Date: 2015-10-07 (Wed, 10 October 2015) +02:00 Changed paths: M README.rst Log Message: ----------- Add status badges Signed-off-by: Michal Čihař <michal@cihar.com> Commit: f57658c6cef7f11ec6f7c65bb31809ca82566b74 https://github.com/phpmyadmin/website/commit/f57658c6cef7f11ec6f7c65bb31809c... Author: Michal Čihař <michal@cihar.com> Date: 2015-10-07 (Wed, 10 October 2015) +02:00 Changed paths: M demo/management/commands/fetch_versions.py Log Message: ----------- Simplify code Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e061ef8252ef6ab96a70a6c0145b571ab06d284e https://github.com/phpmyadmin/website/commit/e061ef8252ef6ab96a70a6c0145b571... Author: Michal Čihař <michal@cihar.com> Date: 2015-10-07 (Wed, 10 October 2015) +02:00 Changed paths: M demo/management/commands/fetch_versions.py Log Message: ----------- Fix typo Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 1a5c32e1a931d4a0146cce5e42c0ec7151b0f119 https://github.com/phpmyadmin/website/commit/1a5c32e1a931d4a0146cce5e42c0ec7... Author: Marc Delisle <marc@infomarc.info> Date: 2015-10-07 (Wed, 10 October 2015) -04:00 Changed paths: M pmaweb/templates/about-website.html Log Message: ----------- Fix typo Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 0c59cf1d54e43d4ea195ea7ace5e443724473815 https://github.com/phpmyadmin/website/commit/0c59cf1d54e43d4ea195ea7ace5e443... Author: Marc Delisle <marc@infomarc.info> Date: 2015-10-07 (Wed, 10 October 2015) -04:00 Changed paths: M pmaweb/templates/index.html Log Message: ----------- Clarify features Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 1a02d3222c995eed721cd6d2a63391999d5f5f33 https://github.com/phpmyadmin/website/commit/1a02d3222c995eed721cd6d2a633919... Author: Marc Delisle <marc@infomarc.info> Date: 2015-10-08 (Thu, 10 October 2015) -04:00 Changed paths: A pmaweb/static/images/sfc_logo.png M pmaweb/static/css/style.css M pmaweb/templates/index.html Log Message: ----------- Mention Conservancy on home page Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 290e560e2337f3bae11ffeb8a28cca0f6bf9ba42 https://github.com/phpmyadmin/website/commit/290e560e2337f3bae11ffeb8a28cca0... Author: Marc Delisle <marc@infomarc.info> Date: 2015-10-14 (Wed, 10 October 2015) -04:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- New sponsoring levels and conditions (Yearly only) Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 4002b8f73280ffaa44c9b197aa9690815cba507e https://github.com/phpmyadmin/website/commit/4002b8f73280ffaa44c9b197aa96908... Author: Marc Delisle <marc@infomarc.info> Date: 2015-10-14 (Wed, 10 October 2015) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add correct mail link Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 330c1b2ef6bb10680ba1a1a06fb527d41483aaa1 https://github.com/phpmyadmin/website/commit/330c1b2ef6bb10680ba1a1a06fb527d... Author: Marc Delisle <marc@infomarc.info> Date: 2015-10-15 (Thu, 10 October 2015) -04:00 Changed paths: A pmaweb/static/images/joyluxe_150x72.png M pmaweb/templates/sponsors.html Log Message: ----------- New sponsor: Joyluxe (old Bronze program, upgraded to Silver for this month) Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 69c8b05e30101e4e71d1b7bfa10d335482049a38 https://github.com/phpmyadmin/website/commit/69c8b05e30101e4e71d1b7bfa10d335... Author: Marc Delisle <marc@infomarc.info> Date: 2015-10-17 (Sat, 10 October 2015) -04:00 Changed paths: M pmaweb/templates/downloads.html Log Message: ----------- Use a generic statement for version requirements Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 40f8dbf197136902165f554a9099527e93ec651e https://github.com/phpmyadmin/website/commit/40f8dbf197136902165f554a9099527... Author: Marc Delisle <marc@infomarc.info> Date: 2015-10-26 (Mon, 10 October 2015) -04:00 Changed paths: M pmaweb/templates/sponsors.html D pmaweb/static/images/greengeeks_250x70.png Log Message: ----------- Sponsorship was expired and sponsor cancelled Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 4fc27cc81aa8bd33272f99d6b81f4f93e3d5275e https://github.com/phpmyadmin/website/commit/4fc27cc81aa8bd33272f99d6b81f4f9... Author: Marc Delisle <marc@infomarc.info> Date: 2015-10-27 (Tue, 10 October 2015) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Missing level in the description Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 823c0a16178cc492ba4843e56ca61f051a8e12b0 https://github.com/phpmyadmin/website/commit/823c0a16178cc492ba4843e56ca61f0... Author: Marc Delisle <marc@infomarc.info> Date: 2015-11-03 (Tue, 11 November 2015) -05:00 Changed paths: M pmaweb/templates/team.html D pmaweb/static/images/heads/chirayu.jpg Log Message: ----------- Team member resigned Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 9f546f3f2654fb9534f3de43cdaa0b1dfec8ac1e https://github.com/phpmyadmin/website/commit/9f546f3f2654fb9534f3de43cdaa0b1... Author: Marc Delisle <marc@infomarc.info> Date: 2015-11-05 (Thu, 11 November 2015) -05:00 Changed paths: A pmaweb/static/images/heads/deven.jpg M pmaweb/templates/team.html Log Message: ----------- New team member: Deven Bansod Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: f6df3f1d9b1a49c75b7af424e9d5b0a3dec51dd5 https://github.com/phpmyadmin/website/commit/f6df3f1d9b1a49c75b7af424e9d5b0a... Author: Marc Delisle <marc@infomarc.info> Date: 2015-11-17 (Tue, 11 November 2015) -05:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html D pmaweb/static/images/dailylogo-250.jpg D pmaweb/static/images/joyluxe_150x72.png D pmaweb/static/images/navicat_250x130.jpg Log Message: ----------- Adjust to new sponsorship levels Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 53f85e9567af0117349d4a6d88e5ee1014e9232b https://github.com/phpmyadmin/website/commit/53f85e9567af0117349d4a6d88e5ee1... Author: Michal Čihař <michal@cihar.com> Date: 2015-11-23 (Mon, 11 November 2015) +01:00 Changed paths: M README.rst Log Message: ----------- Fix codacy URL Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 5bdbe215fbf3d76423df2e656ac5164bd41d6934 https://github.com/phpmyadmin/website/commit/5bdbe215fbf3d76423df2e656ac5164... Author: Marc Delisle <marc@infomarc.info> Date: 2015-11-24 (Tue, 11 November 2015) -05:00 Changed paths: M pmaweb/templates/team.html Log Message: ----------- New minimal entry for Dan Ungureanu Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 8b8333e385570241191fc28abb6679a842ac6baf https://github.com/phpmyadmin/website/commit/8b8333e385570241191fc28abb6679a... Author: Marc Delisle <marc@infomarc.info> Date: 2015-11-24 (Tue, 11 November 2015) -05:00 Changed paths: M README.rst Log Message: ----------- Merge branch 'master' of https://github.com/phpmyadmin/website Commit: ff177c7743813b3a8d4d3bc110cc26f08a6e9df6 https://github.com/phpmyadmin/website/commit/ff177c7743813b3a8d4d3bc110cc26f... Author: Marc Delisle <marc@infomarc.info> Date: 2015-11-26 (Thu, 11 November 2015) -05:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Adjust headers for the current number of sponsors Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: f10b557e722f2caed62ac75a808d36bb5d91963e https://github.com/phpmyadmin/website/commit/f10b557e722f2caed62ac75a808d36b... Author: Michal Čihař <michal@cihar.com> Date: 2015-12-01 (Tue, 12 December 2015) +01:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Avoid deprecation warnings with Django 1.9 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a82dbe6bfd8e77434591573392623b1cb02119c1 https://github.com/phpmyadmin/website/commit/a82dbe6bfd8e77434591573392623b1... Author: Michal Čihař <michal@cihar.com> Date: 2015-12-01 (Tue, 12 December 2015) +01:00 Changed paths: M files/management/commands/import_files.py Log Message: ----------- Specify lxml backend for bs4 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 389ea3d49403ffce946f508ab3e0a6a700e9989e https://github.com/phpmyadmin/website/commit/389ea3d49403ffce946f508ab3e0a6a... Author: Michal Čihař <michal@cihar.com> Date: 2015-12-01 (Tue, 12 December 2015) +01:00 Changed paths: M files/views.py M pmaweb/templates/about-website.html M pmaweb/urls.py Log Message: ----------- Add direct download link for latest stable version Fixes https://github.com/phpmyadmin/phpmyadmin/issues/11469 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 88d645a01c7a9d6e203d8075548b96f0571c7b71 https://github.com/phpmyadmin/website/commit/88d645a01c7a9d6e203d8075548b96f... Author: Michal Čihař <michal@cihar.com> Date: 2015-12-01 (Tue, 12 December 2015) +01:00 Changed paths: M pmaweb/templates/about-website.html Log Message: ----------- Fix zip download URL Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b3c303bd8dcc931eb0061394e500acec047138d0 https://github.com/phpmyadmin/website/commit/b3c303bd8dcc931eb0061394e500ace... Author: Michal Čihař <michal@cihar.com> Date: 2015-12-01 (Tue, 12 December 2015) +01:00 Changed paths: M files/models.py Log Message: ----------- Purge permalinks on release change Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e1e8006dc760e2f7fc8db41c52c34ccf3d6992bd https://github.com/phpmyadmin/website/commit/e1e8006dc760e2f7fc8db41c52c34cc... Author: Marc Delisle <marc@infomarc.info> Date: 2015-12-03 (Thu, 12 December 2015) -05:00 Changed paths: M pmaweb/templates/support.html Log Message: ----------- Fixes #15 Remove or clarify statement about asking questions on Stack Overflow on support page Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 3b8b1621dcde041e20f07395ab5babaed49f2202 https://github.com/phpmyadmin/website/commit/3b8b1621dcde041e20f07395ab5baba... Author: Marc Delisle <marc@infomarc.info> Date: 2015-12-03 (Thu, 12 December 2015) -05:00 Changed paths: M pmaweb/templates/support.html Log Message: ----------- Fix typo Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 7de86a9513f37053ecd977d2a16b024a7ea29ddf https://github.com/phpmyadmin/website/commit/7de86a9513f37053ecd977d2a16b024... Author: Michal Čihař <michal@cihar.com> Date: 2015-12-04 (Fri, 12 December 2015) +01:00 Changed paths: M files/models.py M pmaweb/settings.py Log Message: ----------- Add dockerhub integration This ensures that the docker image is up to date once we release new version. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 86772082d5a8842f0a8b92ab8400a37bb4040e83 https://github.com/phpmyadmin/website/commit/86772082d5a8842f0a8b92ab8400a37... Author: Michal Čihař <michal@cihar.com> Date: 2015-12-04 (Fri, 12 December 2015) +01:00 Changed paths: M files/models.py Log Message: ----------- Fix trigger url Signed-off-by: Michal Čihař <michal@cihar.com> Commit: f8538a0da2afb439f35062e1783da76fcaf17eac https://github.com/phpmyadmin/website/commit/f8538a0da2afb439f35062e1783da76... Author: Marc Delisle <marc@infomarc.info> Date: 2015-12-04 (Fri, 12 December 2015) -05:00 Changed paths: M pmaweb/templates/_littleboxes.html Log Message: ----------- Switch to GSoC 2016 Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 18fad0d5970fe41995418735f521aa136c8ce335 https://github.com/phpmyadmin/website/commit/18fad0d5970fe41995418735f521aa1... Author: Michal Čihař <michal@cihar.com> Date: 2015-12-09 (Wed, 12 December 2015) +01:00 Changed paths: M pmaweb/templates/sponsors.html D pmaweb/static/images/buy-hosting-250x70.png D pmaweb/static/images/certs4less_240x65.jpg D pmaweb/static/images/certs4less_250x68.jpg Log Message: ----------- Remove expired sponsors Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 28cd2764e4052632550203ad2cc7df54fdc3fb7a https://github.com/phpmyadmin/website/commit/28cd2764e4052632550203ad2cc7df5... Author: Michal Čihař <michal@cihar.com> Date: 2015-12-09 (Wed, 12 December 2015) +01:00 Changed paths: M pmaweb/templates/about.html M pmaweb/templates/team.html Log Message: ----------- Document that we are currently using GitHub Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 413bd4d83a3ee96d0b60adb4b535d94cf6afa8c7 https://github.com/phpmyadmin/website/commit/413bd4d83a3ee96d0b60adb4b535d94... Author: Michal Čihař <michal@cihar.com> Date: 2015-12-09 (Wed, 12 December 2015) +01:00 Changed paths: M pmaweb/templates/sponsors.html D pmaweb/static/images/sourceforge.png Log Message: ----------- Remove sf.net from technology partners We no longer use their services. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 55284b38fac5a638988d6ad06de54bea2e57b835 https://github.com/phpmyadmin/website/commit/55284b38fac5a638988d6ad06de54be... Author: Michal Čihař <michal@cihar.com> Date: 2015-12-27 (Sun, 12 December 2015) +01:00 Changed paths: M pmaweb/static/js/utils.js Log Message: ----------- Show up to date themes by default Fixes #14 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 773884d5ab6af1d6e480f8d975e61d6157d43c3c https://github.com/phpmyadmin/website/commit/773884d5ab6af1d6e480f8d975e61d6... Author: Michal Čihař <michal@cihar.com> Date: 2015-12-27 (Sun, 12 December 2015) +01:00 Changed paths: M pmaweb/static/js/utils.js M pmaweb/templates/themes.html Log Message: ----------- Highlight currently selected theme compatibility Issue #14 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 8db526607bf3171c5b331828bdf545a25615bcf2 https://github.com/phpmyadmin/website/commit/8db526607bf3171c5b331828bdf545a... Author: Marc Delisle <marc@infomarc.info> Date: 2015-12-28 (Mon, 12 December 2015) -05:00 Changed paths: M pmaweb/templates/team.html D pmaweb/static/images/heads/smita.jpg Log Message: ----------- Team member resigned Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: ad065835a9f0a7b98658d11faa606181ada7bf2c https://github.com/phpmyadmin/website/commit/ad065835a9f0a7b98658d11faa60618... Author: Marc Delisle <marc@infomarc.info> Date: 2015-12-29 (Tue, 12 December 2015) -05:00 Changed paths: M pmaweb/templates/team.html D pmaweb/static/images/heads/hugues.jpg Log Message: ----------- Team member resigned Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: b5c0ddf310857fd20e73d689c0cbdd7e8b96128f https://github.com/phpmyadmin/website/commit/b5c0ddf310857fd20e73d689c0cbdd7... Author: Hajime Inoue <hinoue-work@users.noreply.github.com> Date: 2015-12-30 (Wed, 12 December 2015) -05:00 Changed paths: M pmaweb/templates/index.html Log Message: ----------- Fix spelling of Software Software is misspelled as 'Sofware' in link to SFC. Commit: 934b94880d9fb1fe5b69886e5ef7da55daeac067 https://github.com/phpmyadmin/website/commit/934b94880d9fb1fe5b69886e5ef7da5... Author: Marc Delisle <marc@infomarc.info> Date: 2015-12-30 (Wed, 12 December 2015) -05:00 Changed paths: M pmaweb/templates/index.html Log Message: ----------- Merge pull request #16 from hinoue-work/patch-1 Fix spelling of Software Commit: 74e3da2857b94b82fd39eea31f9a701f36069153 https://github.com/phpmyadmin/website/commit/74e3da2857b94b82fd39eea31f9a701... Author: Marc Delisle <marc@infomarc.info> Date: 2015-12-31 (Thu, 12 December 2015) -05:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- New Bronze sponsor: Appeals Law Group Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: ef25b8574826c7ce7b2e2ab2964102b41a4a7704 https://github.com/phpmyadmin/website/commit/ef25b8574826c7ce7b2e2ab2964102b... Author: Michal Čihař <michal@cihar.com> Date: 2016-01-04 (Mon, 01 January 2016) +01:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 04756236450b506baef69d4541e8894ae7200657 https://github.com/phpmyadmin/website/commit/04756236450b506baef69d4541e8894... Author: Michal Čihař <michal@cihar.com> Date: 2016-01-08 (Fri, 01 January 2016) +01:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add id so it is possible to reference directly section Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 567fbc82654d60b2db963fe637a12b808750cace https://github.com/phpmyadmin/website/commit/567fbc82654d60b2db963fe637a12b8... Author: Michal Čihař <michal@cihar.com> Date: 2016-01-08 (Fri, 01 January 2016) +01:00 Changed paths: M requirements.txt Log Message: ----------- Avoid django_compressor 2.0 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e978b34c48f5442a1f40b73b68f686e888f8e3e6 https://github.com/phpmyadmin/website/commit/e978b34c48f5442a1f40b73b68f686e... Author: Michal Čihař <michal@cihar.com> Date: 2016-01-12 (Tue, 01 January 2016) +01:00 Changed paths: M pmaweb/templates/security/pmasa_detail.html M pmaweb/templates/security/rss.html Log Message: ----------- Use https://cve.mitre.org/ for CVE URLs Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 158c591d27189372ebbd00f5c906049965140f90 https://github.com/phpmyadmin/website/commit/158c591d27189372ebbd00f5c906049... Author: Marc Delisle <marc@infomarc.info> Date: 2016-01-13 (Wed, 01 January 2016) -05:00 Changed paths: M pmaweb/templates/donate.html Log Message: ----------- Clarify expenses and suggest a donation amount Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: de8c237a96956849feafe6687e58a038d81f52ae https://github.com/phpmyadmin/website/commit/de8c237a96956849feafe6687e58a03... Author: Marc Delisle <marc@infomarc.info> Date: 2016-01-20 (Wed, 01 January 2016) -05:00 Changed paths: M pmaweb/templates/develop.html Log Message: ----------- Fix reference to internals doc Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: c8e2db68b41c7226996b7795630a58f7fa5aaabd https://github.com/phpmyadmin/website/commit/c8e2db68b41c7226996b7795630a58f... Author: Michal Čihař <michal@cihar.com> Date: 2016-01-28 (Thu, 01 January 2016) +01:00 Changed paths: M pmaweb/templates/team.html D pmaweb/static/images/heads/marc.jpg Log Message: ----------- Remove Marc and mark Isaac as release manager Signed-off-by: Michal Čihař <michal@cihar.com> Commit: f7bfbfa8004bfd9eb81b26a84557c7071982c32d https://github.com/phpmyadmin/website/commit/f7bfbfa8004bfd9eb81b26a84557c70... Author: Michal Čihař <michal@cihar.com> Date: 2016-02-10 (Wed, 02 February 2016) +01:00 Changed paths: A pmaweb/static/images/linuxtag/2004/DSC01068.jpg A pmaweb/static/images/linuxtag/2004/MOV01051.mpg A pmaweb/static/images/linuxtag/2004/sw_patents_demo.jpg Log Message: ----------- Add some photos from our presence on LinuxTag 2004 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b7bec81abb34c7369f7583ef55c10fe7e2f34847 https://github.com/phpmyadmin/website/commit/b7bec81abb34c7369f7583ef55c10fe... Author: Michal Čihař <michal@cihar.com> Date: 2016-02-10 (Wed, 02 February 2016) +01:00 Changed paths: M files/models.py Log Message: ----------- Document end of support for 4.5 branch Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 1b1602595c88f8773d2ea5d5060c4ac370cc6d53 https://github.com/phpmyadmin/website/commit/1b1602595c88f8773d2ea5d5060c4ac... Author: Michal Čihař <michal@cihar.com> Date: 2016-02-10 (Wed, 02 February 2016) +01:00 Changed paths: M files/models.py Log Message: ----------- Extended support for 4.4 branch Signed-off-by: Michal Čihař <michal@cihar.com> Commit: afae956cf81b7a62647be9923c7090309f6f8534 https://github.com/phpmyadmin/website/commit/afae956cf81b7a62647be9923c70903... Author: Michal Čihař <michal@cihar.com> Date: 2016-02-10 (Wed, 02 February 2016) +01:00 Changed paths: M files/models.py Log Message: ----------- Always use full month for security support Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a685043c064ef4d28bf6fa19a2718dc94d6a758b https://github.com/phpmyadmin/website/commit/a685043c064ef4d28bf6fa19a2718dc... Author: Michal Čihař <michal@cihar.com> Date: 2016-02-10 (Wed, 02 February 2016) +01:00 Changed paths: M files/models.py Log Message: ----------- Fix syntax error Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e5aaf72749256350be2cf207f9497a76d34ea14e https://github.com/phpmyadmin/website/commit/e5aaf72749256350be2cf207f9497a7... Author: Michal Čihař <michal@cihar.com> Date: 2016-02-10 (Wed, 02 February 2016) +01:00 Changed paths: M files/models.py Log Message: ----------- Clarify that 4.5 is fully supported now Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 8a5bc0eb34cb7ef095fe8124463cd1e1aa4fe7ab https://github.com/phpmyadmin/website/commit/8a5bc0eb34cb7ef095fe8124463cd1e... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2016-02-10 (Wed, 02 February 2016) -05:00 Changed paths: M files/models.py Log Message: ----------- Add 4.6 branch Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 36151fb96764b114c72fbf5dc3c48531d38ff0bb https://github.com/phpmyadmin/website/commit/36151fb96764b114c72fbf5dc3c4853... Author: Michal Čihař <michal@cihar.com> Date: 2016-02-10 (Wed, 02 February 2016) +01:00 Changed paths: M files/models.py Log Message: ----------- Add version deps for 4.6 branch Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e917e77ba67e6dc512aba7d03bc37680df96d362 https://github.com/phpmyadmin/website/commit/e917e77ba67e6dc512aba7d03bc3768... Author: Michal Čihař <michal@cihar.com> Date: 2016-02-10 (Wed, 02 February 2016) +01:00 Changed paths: M files/models.py Log Message: ----------- Add descriptions for alpha versions Signed-off-by: Michal Čihař <michal@cihar.com> Commit: d5903d01e7d120c35027cb0eac9c765b711c3f67 https://github.com/phpmyadmin/website/commit/d5903d01e7d120c35027cb0eac9c765... Author: Michal Čihař <michal@cihar.com> Date: 2016-02-23 (Tue, 02 February 2016) +01:00 Changed paths: M news/views.py Log Message: ----------- Avoid parsing GET parameters Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 7f45bdecd859e2ab8941d7ade0f13098e180a28e https://github.com/phpmyadmin/website/commit/7f45bdecd859e2ab8941d7ade0f1309... Author: Michal Čihař <michal@cihar.com> Date: 2016-02-24 (Wed, 02 February 2016) +01:00 Changed paths: A pmaweb/static/images/wpbeginner-250.png M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Add new platinum sponsor (wpbeginner) Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e91edfabf04a98e2f848ebf3aba29ea9be36ed93 https://github.com/phpmyadmin/website/commit/e91edfabf04a98e2f848ebf3aba29ea... Author: Michal Čihař <michal@cihar.com> Date: 2016-02-24 (Wed, 02 February 2016) +01:00 Changed paths: M pmaweb/static/css/style.css M pmaweb/templates/sponsors.html Log Message: ----------- Improve sponsor logos allignment - Avoid using for spacing - Align the logos Signed-off-by: Michal Čihař <michal@cihar.com> Commit: eb3a87c6c53fbcf046aca5f1b3b2f8510f74103b https://github.com/phpmyadmin/website/commit/eb3a87c6c53fbcf046aca5f1b3b2f85... Author: Michal Čihař <michal@cihar.com> Date: 2016-02-24 (Wed, 02 February 2016) +01:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Adjust label now when we have more sponsors Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 856522d843cd6d3bf2dc913ae79f4bdbaea1662b https://github.com/phpmyadmin/website/commit/856522d843cd6d3bf2dc913ae79f4bd... Author: Michal Čihař <michal@cihar.com> Date: 2016-02-24 (Wed, 02 February 2016) +01:00 Changed paths: M pmaweb/static/images/wpbeginner-250.png Log Message: ----------- Update wpbeginner logo Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 44d07e70fd5b980dc9d9dea19924bf476552127c https://github.com/phpmyadmin/website/commit/44d07e70fd5b980dc9d9dea19924bf4... Author: Michal Čihař <michal@cihar.com> Date: 2016-03-01 (Tue, 03 March 2016) +01:00 Changed paths: M pmaweb/templates/_littleboxes.html Log Message: ----------- Remove GSoC link as we won't participate this year Signed-off-by: Michal Čihař <michal@cihar.com> Commit: afae129c8bd0cbd8c37bb4e7784d1cf0ecb21d9c https://github.com/phpmyadmin/website/commit/afae129c8bd0cbd8c37bb4e7784d1cf... Author: Michal Čihař <michal@cihar.com> Date: 2016-03-01 (Tue, 03 March 2016) +01:00 Changed paths: A pmaweb/static/images/chameleon-john.png M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Add new gold sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: cfb2b88f58b61a9e0ac46942e2c81937f4234394 https://github.com/phpmyadmin/website/commit/cfb2b88f58b61a9e0ac46942e2c8193... Author: Michal Čihař <michal@cihar.com> Date: 2016-03-01 (Tue, 03 March 2016) +01:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Adjust sponsors alt text Signed-off-by: Michal Čihař <michal@cihar.com> Commit: bd438088a76c349845aab1e585413ad5c0e7602e https://github.com/phpmyadmin/website/commit/bd438088a76c349845aab1e585413ad... Author: Michal Čihař <michal@cihar.com> Date: 2016-03-08 (Tue, 03 March 2016) +01:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Web Hosting Secret Revealed is now Gold sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b71ac05013f16b156da455bd3fe05615ce70d16d https://github.com/phpmyadmin/website/commit/b71ac05013f16b156da455bd3fe0561... Author: Michal Čihař <michal@cihar.com> Date: 2016-03-17 (Thu, 03 March 2016) +01:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 91d2d2d78dfc9d4f4c9ad048bcc961cbe00f55a0 https://github.com/phpmyadmin/website/commit/91d2d2d78dfc9d4f4c9ad048bcc961c... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2016-03-22 (Tue, 03 March 2016) -04:00 Changed paths: M pmaweb/settings.py Log Message: ----------- Add 4.6.0 for download, remove 4.5.x Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 8a415e5bcc3c76b932fa88f5c0568745d7203039 https://github.com/phpmyadmin/website/commit/8a415e5bcc3c76b932fa88f5c056874... Author: Atul Pratap Singh <atulpratapsingh05@gmail.com> Date: 2016-03-27 (Sun, 03 March 2016) +05:30 Changed paths: M pmaweb/templates/team.html D pmaweb/static/images/heads/atul.jpg Log Message: ----------- Team member resigned Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com> Commit: 1ecfb1b827e8353b797e7491b6021a35a8ca24d7 https://github.com/phpmyadmin/website/commit/1ecfb1b827e8353b797e7491b6021a3... Author: Michal Čihař <michal@cihar.com> Date: 2016-04-05 (Tue, 04 April 2016) +02:00 Changed paths: A pmaweb/static/images/travel-ticker.png M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- We have new Gold sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ae0e354f190d21c405cd944faaf6a4158ab3ecd8 https://github.com/phpmyadmin/website/commit/ae0e354f190d21c405cd944faaf6a41... Author: Michal Čihař <michal@cihar.com> Date: 2016-04-21 (Thu, 04 April 2016) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add makeawebsitehub.com sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 9dc6d31d863dd67ce4fae5d6313f2c0001059950 https://github.com/phpmyadmin/website/commit/9dc6d31d863dd67ce4fae5d6313f2c0... Author: Michal Čihař <michal@cihar.com> Date: 2016-04-21 (Thu, 04 April 2016) +02:00 Changed paths: A pmaweb/static/images/hostingfacts.png M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Add HostingFacts.com sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 1fb88cb35d9a74cdba6afb152d4a1259f43def74 https://github.com/phpmyadmin/website/commit/1fb88cb35d9a74cdba6afb152d4a125... Author: Michal Čihař <michal@cihar.com> Date: 2016-05-09 (Mon, 05 May 2016) +02:00 Changed paths: A pmaweb/static/images/couponcodehoster.png M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: dfc9c3ed75e3f4e86ba9a42a40cc2cc1fb06e182 https://github.com/phpmyadmin/website/commit/dfc9c3ed75e3f4e86ba9a42a40cc2cc... Author: Michal Čihař <michal@cihar.com> Date: 2016-05-10 (Tue, 05 May 2016) +02:00 Changed paths: M pmaweb/static/css/style.css M pmaweb/templates/_sponsors.html Log Message: ----------- Impoved rendering for not full height logos Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 827863d2b5917bc03e06c340e190e018631ee2b1 https://github.com/phpmyadmin/website/commit/827863d2b5917bc03e06c340e190e01... Author: Michal Čihař <michal@cihar.com> Date: 2016-05-10 (Tue, 05 May 2016) +02:00 Changed paths: M pmaweb/templates/_verify.html M pmaweb/templates/docs.html M pmaweb/templates/downloads.html M pmaweb/templates/try.html M pmaweb/urls.py Log Message: ----------- Use https for documentation links See phpmyadmin/phpmyadmin#12225 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6a1c41ebb015744c2593f6ee06dbd4ffb9696a03 https://github.com/phpmyadmin/website/commit/6a1c41ebb015744c2593f6ee06dbd4f... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2016-05-13 (Fri, 05 May 2016) -04:00 Changed paths: M data/themes.py Log Message: ----------- Update Metro theme for PMA 4.6 Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: a870e3ec9dbafe6bddc475e274239034592a9d68 https://github.com/phpmyadmin/website/commit/a870e3ec9dbafe6bddc475e27423903... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2016-05-13 (Fri, 05 May 2016) -04:00 Changed paths: M data/themes.py Log Message: ----------- Theme code for PMA 4.6 Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: fcf89970d84a7c44fb538bf29da72398b5525ed2 https://github.com/phpmyadmin/website/commit/fcf89970d84a7c44fb538bf29da7239... Author: Michal Čihař <michal@cihar.com> Date: 2016-05-16 (Mon, 05 May 2016) +02:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b5ff64ad3b490cd016294a4b2f6baffd5129059e https://github.com/phpmyadmin/website/commit/b5ff64ad3b490cd016294a4b2f6baff... Author: Michal Čihař <michal@cihar.com> Date: 2016-05-16 (Mon, 05 May 2016) +02:00 Changed paths: M pmaweb/static/css/style.css M pmaweb/templates/_sponsors.html Log Message: ----------- Improve front page sponsors rendering Correctly align images and text of different height. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 61110509a70446d28d691837a147d1d245cb5d7e https://github.com/phpmyadmin/website/commit/61110509a70446d28d691837a147d1d... Author: Michal Čihař <michal@cihar.com> Date: 2016-05-16 (Mon, 05 May 2016) +02:00 Changed paths: A pmaweb/static/images/webhostingsecretrevealed.png M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html D pmaweb/static/images/webhostingsecretrevealed.jpg Log Message: ----------- Use png image for sponsor and reduce it to correct size Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 0fc4cfc6efe3d1cb664f8cbe9ae815bf8f82d528 https://github.com/phpmyadmin/website/commit/0fc4cfc6efe3d1cb664f8cbe9ae815b... Author: Michal Čihař <michal@cihar.com> Date: 2016-05-16 (Mon, 05 May 2016) +02:00 Changed paths: D pmaweb/static/images/2mhost_250x70.jpg D pmaweb/static/images/codghostsnet_250x70.png D pmaweb/static/images/hostoople_250x70.png D pmaweb/static/images/shimply250x70.png D pmaweb/static/images/sqlmaestro_250x70.png Log Message: ----------- Remove not used sponsor images Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a986f2e750adeb1125e7c6ace422ed8188b50bde https://github.com/phpmyadmin/website/commit/a986f2e750adeb1125e7c6ace422ed8... Author: Michal Čihař <michal@cihar.com> Date: 2016-05-16 (Mon, 05 May 2016) +02:00 Changed paths: A pmaweb/static/images/security-audit_250.png M pmaweb/templates/sponsors.html D pmaweb/static/images/security-audit_250.jpg Log Message: ----------- Convert image to PNG to reduce size Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 1d45efd653873187f932a70023496f13687a062f https://github.com/phpmyadmin/website/commit/1d45efd653873187f932a70023496f1... Author: Michal Čihař <michal@cihar.com> Date: 2016-05-20 (Fri, 05 May 2016) +02:00 Changed paths: M translations/management/commands/fetch_translations.py Log Message: ----------- No need to make timestamp aware Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6a03519cb5ab776a1c6ffb1cd4f55e7e0a812f86 https://github.com/phpmyadmin/website/commit/6a03519cb5ab776a1c6ffb1cd4f55e7... Author: Michal Čihař <michal@cihar.com> Date: 2016-05-25 (Wed, 05 May 2016) +02:00 Changed paths: M pmaweb/templates/support.html Log Message: ----------- Incorporate getting help page from wiki This is really good overview of where to look for help, so I believe it should be included in our website. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6a62be57b6f8c62bac2cd0c76df0270ce72651a6 https://github.com/phpmyadmin/website/commit/6a62be57b6f8c62bac2cd0c76df0270... Author: Michal Čihař <michal@cihar.com> Date: 2016-06-09 (Thu, 06 June 2016) +02:00 Changed paths: M pmaweb/templates/base.html M pmaweb/templates/news/post_detail.html Log Message: ----------- Include more opengraph metadata Signed-off-by: Michal Čihař <michal@cihar.com> Commit: f0751294279131a9d8d57e798ad0d14918846d27 https://github.com/phpmyadmin/website/commit/f0751294279131a9d8d57e798ad0d14... Author: Michal Čihař <michal@cihar.com> Date: 2016-06-09 (Thu, 06 June 2016) +02:00 Changed paths: M pmaweb/templates/news/post_detail.html Log Message: ----------- Add author/publisher tags Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 1685057bcacdd0d0b9deb702571334465eb960fa https://github.com/phpmyadmin/website/commit/1685057bcacdd0d0b9deb7025713344... Author: Michal Čihař <michal@cihar.com> Date: 2016-06-09 (Thu, 06 June 2016) +02:00 Changed paths: M pmaweb/templates/base.html Log Message: ----------- Fix og:image link Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 141e61898b311a4b509bde184f71f69acbd05aeb https://github.com/phpmyadmin/website/commit/141e61898b311a4b509bde184f71f69... Author: Michal Čihař <michal@cihar.com> Date: 2016-06-09 (Thu, 06 June 2016) +02:00 Changed paths: M pmaweb/templates/news/post_detail.html Log Message: ----------- Fix typo in property name Signed-off-by: Michal Čihař <michal@cihar.com> Commit: bc1e4aff5f61e14e87fa9e42d9cfce9b9ae44b85 https://github.com/phpmyadmin/website/commit/bc1e4aff5f61e14e87fa9e42d9cfce9... Author: Michal Čihař <michal@cihar.com> Date: 2016-06-09 (Thu, 06 June 2016) +02:00 Changed paths: M files/models.py Log Message: ----------- Clarify MySQL version requirements Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e49a4c9613e2e77ca02149a27c5181d4a86d3253 https://github.com/phpmyadmin/website/commit/e49a4c9613e2e77ca02149a27c5181d... Author: Michal Čihař <michal@cihar.com> Date: 2016-06-12 (Sun, 06 June 2016) +02:00 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@cihar.com> Commit: 443e5cc2d9ef4addf03ab27b6f5787594a90845d https://github.com/phpmyadmin/website/commit/443e5cc2d9ef4addf03ab27b6f57875... Author: Michal Čihař <michal@cihar.com> Date: 2016-06-12 (Sun, 06 June 2016) +02:00 Changed paths: M pmaweb/sitemaps.py Log Message: ----------- Do not leak draft PMASAs in sitemap Signed-off-by: Michal Čihař <michal@cihar.com> Commit: fc1e3b3c222860ea23f4e21eff706b75a04b2ff4 https://github.com/phpmyadmin/website/commit/fc1e3b3c222860ea23f4e21eff706b7... Author: Michal Čihař <michal@cihar.com> Date: 2016-06-12 (Sun, 06 June 2016) +02:00 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@cihar.com> Commit: 5dad5ff727a53ba2c8783c801aa7a4fc116855bc https://github.com/phpmyadmin/website/commit/5dad5ff727a53ba2c8783c801aa7a4f... Author: Michal Čihař <michal@cihar.com> Date: 2016-06-12 (Sun, 06 June 2016) +02:00 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@cihar.com> Commit: aa29a1c2da435b5a3a7aee7791dc32c36f90eae0 https://github.com/phpmyadmin/website/commit/aa29a1c2da435b5a3a7aee7791dc32c... Author: Michal Čihař <michal@cihar.com> Date: 2016-06-13 (Mon, 06 June 2016) +02:00 Changed paths: A pmaweb/static/images/01casinos.png M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Add 01casinos sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: da5af8370e5f0db5219c26e8eff0f108e0adbf05 https://github.com/phpmyadmin/website/commit/da5af8370e5f0db5219c26e8eff0f10... Author: Michal Čihař <michal@cihar.com> Date: 2016-06-15 (Wed, 06 June 2016) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add unbreakableit.com sponsor link Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 3e46316b813658698d74a779046b5201ddea58f5 https://github.com/phpmyadmin/website/commit/3e46316b813658698d74a779046b520... Author: Michal Čihař <michal@cihar.com> Date: 2016-06-16 (Thu, 06 June 2016) +02:00 Changed paths: A pmaweb/static/images/tobi.png M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Add tobi.com sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: be04a46aabe0f584ba562f43cf81dcfec892fd55 https://github.com/phpmyadmin/website/commit/be04a46aabe0f584ba562f43cf81dcf... Author: Michal Čihař <michal@cihar.com> Date: 2016-06-22 (Wed, 06 June 2016) +02:00 Changed paths: A security/migrations/0004_auto_20160622_1134.py M security/models.py Log Message: ----------- Remove length limit for references Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 3963d431c86d889fab03f56e2d68076b8e07a8b5 https://github.com/phpmyadmin/website/commit/3963d431c86d889fab03f56e2d68076... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-07 (Thu, 07 July 2016) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Mention text link option for home page to avoid frequent questoins Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 855e04e7ef687abd0368a2e834b31d0c3b34fc68 https://github.com/phpmyadmin/website/commit/855e04e7ef687abd0368a2e834b31d0... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-07 (Thu, 07 July 2016) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new bronze sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 43c396f5f4f4717e184d8780b466ed173351a47a https://github.com/phpmyadmin/website/commit/43c396f5f4f4717e184d8780b466ed1... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-07 (Thu, 07 July 2016) +02:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/downloads.html Log Message: ----------- Move WPBeginner sponsorship logo to downloads Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 08de26d0310231fecd38d60b9590173f35ca08ff https://github.com/phpmyadmin/website/commit/08de26d0310231fecd38d60b9590173... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-18 (Mon, 07 July 2016) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Adjust sponsorship level New terms from last year are now in effect. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 85509a6b3917a97d79c4b1ac5fcd594ee039b0e9 https://github.com/phpmyadmin/website/commit/85509a6b3917a97d79c4b1ac5fcd594... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-18 (Mon, 07 July 2016) +02:00 Changed paths: D pmaweb/static/images/hostname_cl_220x75.png Log Message: ----------- Remove no longer used logo Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 2f3b7e39864f0346b92a4b604e92392a2b36c9df https://github.com/phpmyadmin/website/commit/2f3b7e39864f0346b92a4b604e92392... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-18 (Mon, 07 July 2016) +02:00 Changed paths: A pmaweb/static/images/mobileslots.png M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Ad new Gold sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 9dbfac080ea5a732915f34c96ce49900fdad9286 https://github.com/phpmyadmin/website/commit/9dbfac080ea5a732915f34c96ce4990... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M README.rst Log Message: ----------- Update link for feedparser Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a51c7af1686377d364fa1850be7b4766b212b0b9 https://github.com/phpmyadmin/website/commit/a51c7af1686377d364fa1850be7b476... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M README.rst Log Message: ----------- Use https in links where available Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 3595e8ca40b91738289cd12b1da4a16b24155047 https://github.com/phpmyadmin/website/commit/3595e8ca40b91738289cd12b1da4a16... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M translations/management/commands/fetch_translations.py Log Message: ----------- Download translation stats by https Signed-off-by: Michal Čihař <michal@cihar.com> Commit: facc56f67f7415c15dcf330436b37296ae75da66 https://github.com/phpmyadmin/website/commit/facc56f67f7415c15dcf330436b3729... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M data/awards.py Log Message: ----------- Fix awards links Most of them pointed to non existing page, so pick site home page instead. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 03b2ebeab5d4ae3a8bd053a164f5820736a9d6ce https://github.com/phpmyadmin/website/commit/03b2ebeab5d4ae3a8bd053a164f5820... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M demo/management/commands/fetch_versions.py M demo/models.py M pmaweb/templates/404.html M pmaweb/templates/_gitdl.html M pmaweb/templates/_littleboxes.html M pmaweb/templates/about-website.html M pmaweb/templates/about.html M pmaweb/templates/base.html M pmaweb/templates/contest.html M pmaweb/templates/contribute.html M pmaweb/templates/develop.html M pmaweb/templates/docs.html M pmaweb/templates/index.html M pmaweb/templates/phpmyadmin-doap.xml M pmaweb/templates/phpmyadmin.xml M pmaweb/templates/security/pmasa_detail.html M pmaweb/templates/support.html M pmaweb/templates/team.html M pmaweb/templates/translate.html M pmaweb/templates/try.html M pmaweb/tests.py Log Message: ----------- Use https in links where available Signed-off-by: Michal Čihař <michal@cihar.com> Commit: afc95469d4838ad350130e72b57cc2b404b2b4ac https://github.com/phpmyadmin/website/commit/afc95469d4838ad350130e72b57cc2b... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M pmaweb/templates/docs.html Log Message: ----------- Remove link to outdated page Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 3fbc6355cbf176edaa4bb8e8ce509011ff1c49d1 https://github.com/phpmyadmin/website/commit/3fbc6355cbf176edaa4bb8e8ce50901... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Disable Swekey redirect It is no longer working. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b06ccf29ae13d57aa9c2933669cdaaca8de04837 https://github.com/phpmyadmin/website/commit/b06ccf29ae13d57aa9c2933669cdaac... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Use https in link redirects Signed-off-by: Michal Čihař <michal@cihar.com> Commit: d93284112056209475c7036e23e1e15db22f2687 https://github.com/phpmyadmin/website/commit/d93284112056209475c7036e23e1e15... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Use https for technology partners Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a4816ef46cbcca84db4e559a2f977ed23348d5f9 https://github.com/phpmyadmin/website/commit/a4816ef46cbcca84db4e559a2f977ed... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: A files/migrations/0002_auto_20160726_1036.py M files/models.py Log Message: ----------- Add SHA256 checksum Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a7c58022df08bdd1d8270e52c7f3d2e3cbef4ca7 https://github.com/phpmyadmin/website/commit/a7c58022df08bdd1d8270e52c7f3d2e... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M files/management/commands/add_missing_checksums.py Log Message: ----------- Add sha256 calculation Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 7c9753db783551380ffde7603b2c5dd89a86a130 https://github.com/phpmyadmin/website/commit/7c9753db783551380ffde7603b2c5dd... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M files/management/commands/import_files.py M files/management/commands/import_themes.py Log Message: ----------- Load sha256 on file import Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 03c49aeb63c3a21872e718f513743c77af048f9d https://github.com/phpmyadmin/website/commit/03c49aeb63c3a21872e718f513743c7... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M files/utils.py Log Message: ----------- Add sha256 calculation Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e628f23cafae74c96b8a06eddcdf296de14fce84 https://github.com/phpmyadmin/website/commit/e628f23cafae74c96b8a06eddcdf296... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M pmaweb/templates/_dllist.html Log Message: ----------- List checksum links for all downloads Signed-off-by: Michal Čihař <michal@cihar.com> Commit: dd499f85e2df9b3d97d63b11f28b98baa660c782 https://github.com/phpmyadmin/website/commit/dd499f85e2df9b3d97d63b11f28b98b... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M pmaweb/templates/_dllist.html Log Message: ----------- Do not list MD5 checksums by default Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 130214483d9d3b1d02f6495676aff6e49f316d14 https://github.com/phpmyadmin/website/commit/130214483d9d3b1d02f6495676aff6e... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M pmaweb/templates/news/post_archive.html Log Message: ----------- Use https for twitter link Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 4907e287eb82c791476d77a854475c4353965bc2 https://github.com/phpmyadmin/website/commit/4907e287eb82c791476d77a854475c4... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: D files/management/commands/import_rss_releases.py D news/management/commands/import_rss_news.py Log Message: ----------- Remove not needed import scripts Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 62f0c467ddcd6b306cde60fb5793ead2de3140da https://github.com/phpmyadmin/website/commit/62f0c467ddcd6b306cde60fb5793ead... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M pmaweb/templates/donate.html Log Message: ----------- Remove flattr button, keep just the link Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 14da57a80cc4a03e871f98b8b72030dc1f1d5820 https://github.com/phpmyadmin/website/commit/14da57a80cc4a03e871f98b8b72030d... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M pmaweb/templates/license.html Log Message: ----------- Link to gnu.org for GNU GPL license Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 66b862c261474654388045463eee0b4a5be72e27 https://github.com/phpmyadmin/website/commit/66b862c261474654388045463eee0b4... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M pmaweb/templates/license.html Log Message: ----------- Use https for license link Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 883a675bcf69edd192493c6c8bf3ea0a99b6c9f4 https://github.com/phpmyadmin/website/commit/883a675bcf69edd192493c6c8bf3ea0... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M pmaweb/templates/15-years.html Log Message: ----------- Use https for 15 years page Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 92720e9120eee45b6872b535bb0c85c342e7772c https://github.com/phpmyadmin/website/commit/92720e9120eee45b6872b535bb0c85c... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M pmaweb/templates/base.html M pmaweb/urls.py M pmaweb/views.py D pmaweb/templates/search.html Log Message: ----------- Remove search page The Google CSE was disabled quite some time ago... Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 743becad3dee2c8f0593edd3e66db88ccfb60511 https://github.com/phpmyadmin/website/commit/743becad3dee2c8f0593edd3e66db88... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-26 (Tue, 07 July 2016) +02:00 Changed paths: M pmaweb/sitemaps.py Log Message: ----------- Remove search from sitemap Signed-off-by: Michal Čihař <michal@cihar.com> Commit: c4550262f4b3e5c4fb9d1fd8a1aa459354bf0b33 https://github.com/phpmyadmin/website/commit/c4550262f4b3e5c4fb9d1fd8a1aa459... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-27 (Wed, 07 July 2016) +02:00 Changed paths: D pmaweb/templates/security/PMASA-2003-1 D pmaweb/templates/security/PMASA-2004-1 D pmaweb/templates/security/PMASA-2004-2 D pmaweb/templates/security/PMASA-2004-3 D pmaweb/templates/security/PMASA-2004-4 D pmaweb/templates/security/PMASA-2005-1 D pmaweb/templates/security/PMASA-2005-2 D pmaweb/templates/security/PMASA-2005-3 D pmaweb/templates/security/PMASA-2005-4 D pmaweb/templates/security/PMASA-2005-5 D pmaweb/templates/security/PMASA-2005-6 D pmaweb/templates/security/PMASA-2005-7 D pmaweb/templates/security/PMASA-2005-8 D pmaweb/templates/security/PMASA-2005-9 D pmaweb/templates/security/PMASA-2006-1 D pmaweb/templates/security/PMASA-2006-2 D pmaweb/templates/security/PMASA-2006-3 D pmaweb/templates/security/PMASA-2006-4 D pmaweb/templates/security/PMASA-2006-5 D pmaweb/templates/security/PMASA-2006-6 D pmaweb/templates/security/PMASA-2006-7 D pmaweb/templates/security/PMASA-2006-8 D pmaweb/templates/security/PMASA-2006-9 D pmaweb/templates/security/PMASA-2007-1 D pmaweb/templates/security/PMASA-2007-2 D pmaweb/templates/security/PMASA-2007-3 D pmaweb/templates/security/PMASA-2007-4 D pmaweb/templates/security/PMASA-2007-5 D pmaweb/templates/security/PMASA-2007-6 D pmaweb/templates/security/PMASA-2007-7 D pmaweb/templates/security/PMASA-2007-8 D pmaweb/templates/security/PMASA-2008-1 D pmaweb/templates/security/PMASA-2008-10 D pmaweb/templates/security/PMASA-2008-2 D pmaweb/templates/security/PMASA-2008-3 D pmaweb/templates/security/PMASA-2008-4 D pmaweb/templates/security/PMASA-2008-5 D pmaweb/templates/security/PMASA-2008-6 D pmaweb/templates/security/PMASA-2008-7 D pmaweb/templates/security/PMASA-2008-8 D pmaweb/templates/security/PMASA-2008-9 D pmaweb/templates/security/PMASA-2009-1 D pmaweb/templates/security/PMASA-2009-2 D pmaweb/templates/security/PMASA-2009-3 D pmaweb/templates/security/PMASA-2009-4 D pmaweb/templates/security/PMASA-2009-5 D pmaweb/templates/security/PMASA-2009-6 D pmaweb/templates/security/PMASA-2010-1 D pmaweb/templates/security/PMASA-2010-10 D pmaweb/templates/security/PMASA-2010-2 D pmaweb/templates/security/PMASA-2010-3 D pmaweb/templates/security/PMASA-2010-4 D pmaweb/templates/security/PMASA-2010-5 D pmaweb/templates/security/PMASA-2010-6 D pmaweb/templates/security/PMASA-2010-7 D pmaweb/templates/security/PMASA-2010-8 D pmaweb/templates/security/PMASA-2010-9 D pmaweb/templates/security/PMASA-2011-1 D pmaweb/templates/security/PMASA-2011-10 D pmaweb/templates/security/PMASA-2011-11 D pmaweb/templates/security/PMASA-2011-12 D pmaweb/templates/security/PMASA-2011-13 D pmaweb/templates/security/PMASA-2011-14 D pmaweb/templates/security/PMASA-2011-15 D pmaweb/templates/security/PMASA-2011-16 D pmaweb/templates/security/PMASA-2011-17 D pmaweb/templates/security/PMASA-2011-18 D pmaweb/templates/security/PMASA-2011-19 D pmaweb/templates/security/PMASA-2011-2 D pmaweb/templates/security/PMASA-2011-20 D pmaweb/templates/security/PMASA-2011-3 D pmaweb/templates/security/PMASA-2011-4 D pmaweb/templates/security/PMASA-2011-5 D pmaweb/templates/security/PMASA-2011-6 D pmaweb/templates/security/PMASA-2011-7 D pmaweb/templates/security/PMASA-2011-8 D pmaweb/templates/security/PMASA-2011-9 D pmaweb/templates/security/PMASA-2012-1 D pmaweb/templates/security/PMASA-2012-2 D pmaweb/templates/security/PMASA-2012-3 D pmaweb/templates/security/PMASA-2012-4 D pmaweb/templates/security/PMASA-2012-5 D pmaweb/templates/security/PMASA-2012-6 D pmaweb/templates/security/PMASA-2012-7 D pmaweb/templates/security/PMASA-2013-1 D pmaweb/templates/security/PMASA-2013-10 D pmaweb/templates/security/PMASA-2013-11 D pmaweb/templates/security/PMASA-2013-12 D pmaweb/templates/security/PMASA-2013-13 D pmaweb/templates/security/PMASA-2013-14 D pmaweb/templates/security/PMASA-2013-15 D pmaweb/templates/security/PMASA-2013-2 D pmaweb/templates/security/PMASA-2013-3 D pmaweb/templates/security/PMASA-2013-4 D pmaweb/templates/security/PMASA-2013-5 D pmaweb/templates/security/PMASA-2013-6 D pmaweb/templates/security/PMASA-2013-7 D pmaweb/templates/security/PMASA-2013-8 D pmaweb/templates/security/PMASA-2013-9 D pmaweb/templates/security/PMASA-2014-1 D pmaweb/templates/security/PMASA-2014-10 D pmaweb/templates/security/PMASA-2014-11 D pmaweb/templates/security/PMASA-2014-12 D pmaweb/templates/security/PMASA-2014-13 D pmaweb/templates/security/PMASA-2014-14 D pmaweb/templates/security/PMASA-2014-15 D pmaweb/templates/security/PMASA-2014-16 D pmaweb/templates/security/PMASA-2014-17 D pmaweb/templates/security/PMASA-2014-18 D pmaweb/templates/security/PMASA-2014-2 D pmaweb/templates/security/PMASA-2014-3 D pmaweb/templates/security/PMASA-2014-4 D pmaweb/templates/security/PMASA-2014-5 D pmaweb/templates/security/PMASA-2014-6 D pmaweb/templates/security/PMASA-2014-7 D pmaweb/templates/security/PMASA-2014-8 D pmaweb/templates/security/PMASA-2014-9 D pmaweb/templates/security/PMASA-2015-1 D pmaweb/templates/security/PMASA-2015-2 D pmaweb/templates/security/PMASA-2015-3 D security/management/__init__.py D security/management/commands/__init__.py D security/management/commands/import_pmasa.py Log Message: ----------- Remove files used to import data to new website Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 951718f532ebc85729f53beacdeb566435b2f8b8 https://github.com/phpmyadmin/website/commit/951718f532ebc85729f53beacdeb566... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-28 (Thu, 07 July 2016) +02:00 Changed paths: M news/management/commands/fetch_planet.py M pmaweb/templates/index.html M pmaweb/templates/news/post_archive.html M pmaweb/templates/team.html Log Message: ----------- Use https for planet links See https://github.com/phpmyadmin/phpmyadmin/issues/12407 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 1dae0c7639f57ead264ad7da74e8e1c98858b373 https://github.com/phpmyadmin/website/commit/1dae0c7639f57ead264ad7da74e8e1c... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-28 (Thu, 07 July 2016) +02:00 Changed paths: M pmaweb/fixtures/test_data.json Log Message: ----------- Use https in test data links Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 959ed89de03fef87f7f277382f583994823c6f00 https://github.com/phpmyadmin/website/commit/959ed89de03fef87f7f277382f58399... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-28 (Thu, 07 July 2016) +02:00 Changed paths: M pmaweb/templates/downloads.html Log Message: ----------- Use https for wikipedia links Signed-off-by: Michal Čihař <michal@cihar.com> Commit: eb5703a9dcc17b003e303f2550ab777ea2f432a4 https://github.com/phpmyadmin/website/commit/eb5703a9dcc17b003e303f2550ab777... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-29 (Fri, 07 July 2016) +02:00 Changed paths: M pmaweb/static/js/utils.js Log Message: ----------- Filter allowed selector values Fixes #20 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 0e1e948ff5f9d1eb481b8f50661d3891c718e586 https://github.com/phpmyadmin/website/commit/0e1e948ff5f9d1eb481b8f50661d389... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-29 (Fri, 07 July 2016) +02:00 Changed paths: M pmaweb/templates/base.html Log Message: ----------- Define mime type for style Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ae9a9c0eab3431b7c0f1cd06e896069f37bfb6ef https://github.com/phpmyadmin/website/commit/ae9a9c0eab3431b7c0f1cd06e896069... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-29 (Fri, 07 July 2016) +02:00 Changed paths: M pmaweb/settings.py Log Message: ----------- Enable offline javascript/css compression Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6ace58dba4b7fab2666a6ea01553701a5361b9f6 https://github.com/phpmyadmin/website/commit/6ace58dba4b7fab2666a6ea01553701... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-29 (Fri, 07 July 2016) +02:00 Changed paths: M pmaweb/settings.py Log Message: ----------- Enable CSS compression Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 55d2bddc0ecde31459e10c0508d3db09a1ca6133 https://github.com/phpmyadmin/website/commit/55d2bddc0ecde31459e10c0508d3db0... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-29 (Fri, 07 July 2016) +02:00 Changed paths: M pmaweb/static/images/01casinos.png M pmaweb/static/images/BrowserStackLogo.png M pmaweb/static/images/awards/2002-12-sfnet-potm.png M pmaweb/static/images/awards/2005-os2world.png M pmaweb/static/images/awards/2006-phpmag-ger.png M pmaweb/static/images/awards/2006-trophees-logo.png M pmaweb/static/images/awards/percona-live-logo.png M pmaweb/static/images/awards/sf_cca_2006_winner.png M pmaweb/static/images/awards/sf_cca_2008_winner.png M pmaweb/static/images/awards/sf_cca_2009_logo.png M pmaweb/static/images/cdn77_logo.png M pmaweb/static/images/chameleon-john.png M pmaweb/static/images/couponcodehoster.png M pmaweb/static/images/dailyfantasycafe_250x23.png M pmaweb/static/images/github.png M pmaweb/static/images/hostingfacts.png M pmaweb/static/images/icon-48.png M pmaweb/static/images/icon.png M pmaweb/static/images/logo-blue-64.png M pmaweb/static/images/logo-og.png M pmaweb/static/images/logo.png M pmaweb/static/images/mobileslots.png M pmaweb/static/images/screenshots/advisor-small.png M pmaweb/static/images/screenshots/advisor.png M pmaweb/static/images/screenshots/designer-small.png M pmaweb/static/images/screenshots/designer.png M pmaweb/static/images/screenshots/gis-small.png M pmaweb/static/images/screenshots/gis.png M pmaweb/static/images/screenshots/monitor-small.png M pmaweb/static/images/screenshots/monitor.png M pmaweb/static/images/screenshots/rtl-small.png M pmaweb/static/images/screenshots/rtl.png M pmaweb/static/images/screenshots/structure-small.png M pmaweb/static/images/screenshots/structure.png M pmaweb/static/images/screenshots/transformations-small.png M pmaweb/static/images/screenshots/transformations.png M pmaweb/static/images/screenshots/users-small.png M pmaweb/static/images/screenshots/users.png M pmaweb/static/images/scriptcase_200x68.png M pmaweb/static/images/scrutinizer.png M pmaweb/static/images/security-audit_250.png M pmaweb/static/images/sfc_logo.png M pmaweb/static/images/themes/aqua.png M pmaweb/static/images/themes/aqua_brushed.png M pmaweb/static/images/themes/arctic_ocean.png M pmaweb/static/images/themes/blueorange.png M pmaweb/static/images/themes/cactica_blues.png M pmaweb/static/images/themes/cleanstrap.png M pmaweb/static/images/themes/clearview3.png M pmaweb/static/images/themes/crimson_gray.png M pmaweb/static/images/themes/dark_lime.png M pmaweb/static/images/themes/darkblue_gray.png M pmaweb/static/images/themes/darkblue_orange.png M pmaweb/static/images/themes/garv_blue.png M pmaweb/static/images/themes/graphite.png M pmaweb/static/images/themes/graphivore.png M pmaweb/static/images/themes/green_orange.png M pmaweb/static/images/themes/grid.png M pmaweb/static/images/themes/hillside.png M pmaweb/static/images/themes/metro.png M pmaweb/static/images/themes/openphpnuke.png M pmaweb/static/images/themes/original_small.png M pmaweb/static/images/themes/paradice.png M pmaweb/static/images/themes/pixeline.png M pmaweb/static/images/themes/pmahomme.png M pmaweb/static/images/themes/silk.png M pmaweb/static/images/themes/silkline.png M pmaweb/static/images/themes/smooth_yellow.png M pmaweb/static/images/themes/toba.png M pmaweb/static/images/themes/very_small.png M pmaweb/static/images/themes/xampp.png M pmaweb/static/images/themes/xp_basic.png M pmaweb/static/images/themes/xp_blue.png M pmaweb/static/images/themes/xp_dirty.png M pmaweb/static/images/themes/xp_green.png M pmaweb/static/images/themes/xp_silver.png M pmaweb/static/images/tobi.png M pmaweb/static/images/travel-ticker.png M pmaweb/static/images/webhostingsecretrevealed.png M pmaweb/static/images/weblate-button.png M pmaweb/static/images/wpbeginner-250.png Log Message: ----------- Optimize images Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 584f10fa3d92e0c34168b1b9b57411ca7beb6db3 https://github.com/phpmyadmin/website/commit/584f10fa3d92e0c34168b1b9b57411c... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-29 (Fri, 07 July 2016) +02:00 Changed paths: M pmaweb/templates/base.html D pmaweb/static/js/mootools-more.js Log Message: ----------- Remove not really used mootools-more Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 454ae78ef48c534c9b4ee6169c25d97cf5504a10 https://github.com/phpmyadmin/website/commit/454ae78ef48c534c9b4ee6169c25d97... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-29 (Fri, 07 July 2016) +02:00 Changed paths: M pmaweb/static/js/utils.js Log Message: ----------- Fix theme selector defaults lodaing condition Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e71a97941ac50ccd564119ab44a31753199c890a https://github.com/phpmyadmin/website/commit/e71a97941ac50ccd564119ab44a3175... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-29 (Fri, 07 July 2016) +02:00 Changed paths: M pmaweb/static/js/utils.js Log Message: ----------- Allow all match as well Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 511584437c6d2a3ba49a16624a62b327b711d449 https://github.com/phpmyadmin/website/commit/511584437c6d2a3ba49a16624a62b32... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-29 (Fri, 07 July 2016) +02:00 Changed paths: D pmaweb/static/js/master_sorting_table.js Log Message: ----------- Remove table sorting code Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 814bcaeefe18081160b95ebb3641c4bc4f1959f5 https://github.com/phpmyadmin/website/commit/814bcaeefe18081160b95ebb3641c4b... Author: Michal Čihař <michal@cihar.com> Date: 2016-07-29 (Fri, 07 July 2016) +02:00 Changed paths: M pmaweb/static/css/style.css M pmaweb/templates/base.html M pmaweb/templates/translations.html Log Message: ----------- Remove table sorting code Signed-off-by: Michal Čihař <michal@cihar.com> Commit: f0ef1d8d8f1a7c09ed6ebc81f6167ff0c9be53d3 https://github.com/phpmyadmin/website/commit/f0ef1d8d8f1a7c09ed6ebc81f6167ff... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-02 (Tue, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/_security_contact.html Log Message: ----------- Document security contact encryption Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 33f6f03b1715b411ae8f4e107b748bdfb43650b3 https://github.com/phpmyadmin/website/commit/33f6f03b1715b411ae8f4e107b748bd... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-03 (Wed, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Add new gold sponsor (7binaryoptions.com) Signed-off-by: Michal Čihař <michal@cihar.com> Commit: c23f698f73787d5f6834a37345800a32b4cee11a https://github.com/phpmyadmin/website/commit/c23f698f73787d5f6834a37345800a3... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-03 (Wed, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/contribute.html Log Message: ----------- Fix GSoC link Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 26f5f5e1cd65e695a210641d8b0294a232660af7 https://github.com/phpmyadmin/website/commit/26f5f5e1cd65e695a210641d8b0294a... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-04 (Thu, 08 August 2016) +02:00 Changed paths: M files/models.py M pmaweb/templates/version/packages.json Log Message: ----------- Report correct type for tar.gz downloads Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 690839cc0012678b3ddf7ce00caaf0e44c35c8c6 https://github.com/phpmyadmin/website/commit/690839cc0012678b3ddf7ce00caaf0e... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-04 (Thu, 08 August 2016) +02:00 Changed paths: M files/models.py M files/views.py M pmaweb/urls.py Log Message: ----------- Allow to download PGP signatures for latest release Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e13ef92e73241e0d4ef40d82853c651bd48f20a8 https://github.com/phpmyadmin/website/commit/e13ef92e73241e0d4ef40d82853c651... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-04 (Thu, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/_dllist.html M pmaweb/templates/about-website.html Log Message: ----------- Mention PGP signatures on latest version links Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 819d41cf080feaf73d0ff0c4c9cbb5a6115a96d1 https://github.com/phpmyadmin/website/commit/819d41cf080feaf73d0ff0c4c9cbb5a... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-04 (Thu, 08 August 2016) +02:00 Changed paths: M data/themes.py M pmaweb/tests.py Log Message: ----------- Use https for links Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 7d7bb9bf288f05135ad13deb46d4fe923493d21c https://github.com/phpmyadmin/website/commit/7d7bb9bf288f05135ad13deb46d4fe9... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-04 (Thu, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Use https for Navicat link, their side does redirect to it anyway Signed-off-by: Michal Čihař <michal@cihar.com> Commit: f85518ff95a3d60c319a05fd839c049fef51c5de https://github.com/phpmyadmin/website/commit/f85518ff95a3d60c319a05fd839c049... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-04 (Thu, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/themes.html Log Message: ----------- Include SHA1 and SHA256 for themes Fixes #25 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 0da92e1c0fb1f00cfe9edad922b52dc22573fb74 https://github.com/phpmyadmin/website/commit/0da92e1c0fb1f00cfe9edad922b52dc... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-04 (Thu, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/files/release_list.html Log Message: ----------- Add size and verification to quick download list Fixes #24 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ab89f16ee4e1ba686f32c93e94063a07eb758cc4 https://github.com/phpmyadmin/website/commit/ab89f16ee4e1ba686f32c93e94063a0... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-04 (Thu, 08 August 2016) +02:00 Changed paths: M .travis.yml M requirements-test.txt Log Message: ----------- Switch to new codecov client Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 332538c8eeec9a8da02342eae7c74c3829f2bbd3 https://github.com/phpmyadmin/website/commit/332538c8eeec9a8da02342eae7c74c3... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-04 (Thu, 08 August 2016) +02:00 Changed paths: M requirements-test.txt Log Message: ----------- Add missing dependency Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 63beff7bb5cd97a31f5d8a6e02bb849ba3f1b76e https://github.com/phpmyadmin/website/commit/63beff7bb5cd97a31f5d8a6e02bb849... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/about.html Log Message: ----------- Document missing milestones Fixes #23 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 28373d46b8864ea0ff9af48e484c4bcefac2eef8 https://github.com/phpmyadmin/website/commit/28373d46b8864ea0ff9af48e484c4bc... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: A pmaweb/static/bootstrap/css/bootstrap-theme.css A pmaweb/static/bootstrap/css/bootstrap-theme.css.map A pmaweb/static/bootstrap/css/bootstrap-theme.min.css A pmaweb/static/bootstrap/css/bootstrap-theme.min.css.map A pmaweb/static/bootstrap/css/bootstrap.css A pmaweb/static/bootstrap/css/bootstrap.css.map A pmaweb/static/bootstrap/css/bootstrap.min.css A pmaweb/static/bootstrap/css/bootstrap.min.css.map A pmaweb/static/bootstrap/fonts/glyphicons-halflings-regular.eot A pmaweb/static/bootstrap/fonts/glyphicons-halflings-regular.svg A pmaweb/static/bootstrap/fonts/glyphicons-halflings-regular.ttf A pmaweb/static/bootstrap/fonts/glyphicons-halflings-regular.woff A pmaweb/static/bootstrap/fonts/glyphicons-halflings-regular.woff2 A pmaweb/static/bootstrap/js/bootstrap.js A pmaweb/static/bootstrap/js/bootstrap.min.js A pmaweb/static/bootstrap/js/jquery-2.2.4.js A pmaweb/static/bootstrap/js/npm.js M pmaweb/templates/_dlbox.html M pmaweb/templates/_littleboxes.html M pmaweb/templates/base.html M pmaweb/templates/downloads.html M pmaweb/templates/index.html M pmaweb/templates/security/_list.html M pmaweb/templates/security/index.html M pmaweb/templates/security/pmasa_detail.html M pmaweb/templates/try.html Log Message: ----------- Initial porting of website code to bootstrap Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 4a7aa0f661d4acab017d1467edc4bfe80f5166bd https://github.com/phpmyadmin/website/commit/4a7aa0f661d4acab017d1467edc4bfe... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/index.html Log Message: ----------- Simplify markup on home page Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 1dfaa41f435ef88b99963b61e53dfa33094660a9 https://github.com/phpmyadmin/website/commit/1dfaa41f435ef88b99963b61e53dfa3... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/docs.html Log Message: ----------- Improve layout of documentation page Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 37543b6611bbf6d0f9e1ebfa0b0a6dae035c8e25 https://github.com/phpmyadmin/website/commit/37543b6611bbf6d0f9e1ebfa0b0a6da... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/css/style.css M pmaweb/templates/base.html Log Message: ----------- Re-enable custom styling Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a002d5cd4f6bd843a891a47db659ee88aa2810be https://github.com/phpmyadmin/website/commit/a002d5cd4f6bd843a891a47db659ee8... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/css/style.css M pmaweb/templates/security/_list.html Log Message: ----------- Better look for security page Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 1b735f4d2df0b3c26b99579cfdbe635df2543111 https://github.com/phpmyadmin/website/commit/1b735f4d2df0b3c26b99579cfdbe635... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/css/style.css Log Message: ----------- Fix footer rendering Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 8cf281919120b6e8f88f88376c1b43379e37546c https://github.com/phpmyadmin/website/commit/8cf281919120b6e8f88f88376c1b433... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/base.html Log Message: ----------- Hide headline on small screens Signed-off-by: Michal Čihař <michal@cihar.com> Commit: f44bde0146f684c81f2fb10d846842bd2e1e9a44 https://github.com/phpmyadmin/website/commit/f44bde0146f684c81f2fb10d846842b... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/context_processors.py M pmaweb/static/css/style.css M pmaweb/templates/security/_list.html M security/views.py Log Message: ----------- Add collapsing of PMASA listing There is too many of them, so group them by year. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6e7ca9deadff9e08f3ea2923cad0612871426cfa https://github.com/phpmyadmin/website/commit/6e7ca9deadff9e08f3ea2923cad0612... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/security/_list.html Log Message: ----------- Show count of PMASAs per year Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b0e22240e60502879e57b5c90a33a040cc0e57d5 https://github.com/phpmyadmin/website/commit/b0e22240e60502879e57b5c90a33a04... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/donate.html Log Message: ----------- Make sponsorship more visible on donate page Signed-off-by: Michal Čihař <michal@cihar.com> Commit: aec339cc1c4103b5c16302865a7392b9cd5e9967 https://github.com/phpmyadmin/website/commit/aec339cc1c4103b5c16302865a7392b... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/404.html M pmaweb/templates/_littleboxes.html M pmaweb/templates/index.html M pmaweb/templates/news/post_archive.html M pmaweb/templates/try.html Log Message: ----------- Add iconts to all action buttons Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6c6cafae1680dcc4a88779941b1b82daabb61e52 https://github.com/phpmyadmin/website/commit/6c6cafae1680dcc4a88779941b1b82d... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/css/style.css Log Message: ----------- Better alignment of sponsor logos Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 4ef02348110ef721c01fd77e8f981b81ff09c96b https://github.com/phpmyadmin/website/commit/4ef02348110ef721c01fd77e8f981b8... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/security/_list.html M pmaweb/templates/security/index.html M pmaweb/templates/security/pmasa_detail.html Log Message: ----------- More space for PMASA list Signed-off-by: Michal Čihař <michal@cihar.com> Commit: fb0c4e6aea0ef0a563a66256442954162260faff https://github.com/phpmyadmin/website/commit/fb0c4e6aea0ef0a563a662564429541... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/css/style.css M pmaweb/templates/team.html Log Message: ----------- Improve look of team page Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 223c265c58bc1d8960463e373eec7b4532c6d3b2 https://github.com/phpmyadmin/website/commit/223c265c58bc1d8960463e373eec7b4... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/try.html Log Message: ----------- Fixed screenshots listing Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6d81c0b8f220e3e28f8792aaff38c09c8ad0b7a0 https://github.com/phpmyadmin/website/commit/6d81c0b8f220e3e28f8792aaff38c09... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Better structure sponsors page Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 5b32a9d427dea912c1aed7b2c9e2fc777ba7a54f https://github.com/phpmyadmin/website/commit/5b32a9d427dea912c1aed7b2c9e2fc7... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: A files/templatetags/__init__.py A files/templatetags/downloads.py M pmaweb/templates/about.html Log Message: ----------- Link to release page on our website rather than to wiki Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 21ffee25184448756f2b1c376d45f32c9144aeb0 https://github.com/phpmyadmin/website/commit/21ffee25184448756f2b1c376d45f32... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/about.html Log Message: ----------- Remove OpenHub page, it embedds ugly Signed-off-by: Michal Čihař <michal@cihar.com> Commit: cdb8912859fc2f1a2e8812697305869cd17b422d https://github.com/phpmyadmin/website/commit/cdb8912859fc2f1a2e8812697305869... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/docs.html Log Message: ----------- Fix books list rendering Signed-off-by: Michal Čihař <michal@cihar.com> Commit: cf57a5110c4254026d1b167fb41cabdc9a99923a https://github.com/phpmyadmin/website/commit/cf57a5110c4254026d1b167fb41cabd... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/css/style.css Log Message: ----------- Remove not needed styling Pagination is natively supported by bootstrap. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 5972e5d9d556be9c37a240964de0cd13a6255cd2 https://github.com/phpmyadmin/website/commit/5972e5d9d556be9c37a240964de0cd1... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/css/style.css M pmaweb/templates/awards.html Log Message: ----------- Simplify awards rendering Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 437e90fc02cd297519cd35e0bfb876e19ee279ef https://github.com/phpmyadmin/website/commit/437e90fc02cd297519cd35e0bfb876e... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: A pmaweb/static/js/loader.js M pmaweb/static/css/style.css M pmaweb/templates/base.html M pmaweb/templates/index.html Log Message: ----------- Add image rotation script Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 87ede6c2ad857969b356538ea157d8a22459e52c https://github.com/phpmyadmin/website/commit/87ede6c2ad857969b356538ea157d8a... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/js/utils.js M pmaweb/templates/base.html D pmaweb/static/js/fader.js Log Message: ----------- Remove no longer needed fader Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 431912623d0e88934970b7f844a6dfd717322fbe https://github.com/phpmyadmin/website/commit/431912623d0e88934970b7f844a6dfd... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: A pmaweb/static/colorbox/colorbox.css A pmaweb/static/colorbox/images/border.png A pmaweb/static/colorbox/images/controls.png A pmaweb/static/colorbox/images/loading.gif A pmaweb/static/colorbox/images/loading_background.png A pmaweb/static/colorbox/jquery.colorbox.js M pmaweb/static/js/loader.js M pmaweb/templates/base.html M pmaweb/templates/try.html Log Message: ----------- Add colorbox for screenshots display Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 62537231b8fb628aaa7d9370bc2c0b7e26d88189 https://github.com/phpmyadmin/website/commit/62537231b8fb628aaa7d9370bc2c0b7... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/awards.html Log Message: ----------- Use colorboc for awards Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 0eaeb260090deb954956fe9755fe6439860bedb1 https://github.com/phpmyadmin/website/commit/0eaeb260090deb954956fe9755fe643... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/team.html Log Message: ----------- Use colorbox for meetings Signed-off-by: Michal Čihař <michal@cihar.com> Commit: be6efc9724996187bbeeafade118e8ef3073055b https://github.com/phpmyadmin/website/commit/be6efc9724996187bbeeafade118e8e... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/themes.html Log Message: ----------- Use colorbox for themes Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e9b4595e6456105aa463ef12decf9854b2e2dd6c https://github.com/phpmyadmin/website/commit/e9b4595e6456105aa463ef12decf985... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: D pmaweb/static/css/slimbox.css D pmaweb/static/images/slimbox/closelabel.gif D pmaweb/static/images/slimbox/loading.gif D pmaweb/static/images/slimbox/nextlabel.gif D pmaweb/static/images/slimbox/prevlabel.gif D pmaweb/static/js/slimbox.js Log Message: ----------- Remove slimbox Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 7becc576d0f92c1736aefdd70d2d35cb97a61e72 https://github.com/phpmyadmin/website/commit/7becc576d0f92c1736aefdd70d2d35c... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M README.rst Log Message: ----------- Update website libs info Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 5bcb5ee4d57d65533eece543a27c879377022c3a https://github.com/phpmyadmin/website/commit/5bcb5ee4d57d65533eece543a27c879... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M files/models.py M pmaweb/static/css/style.css M pmaweb/templates/404.html M pmaweb/templates/base.html M pmaweb/templates/index.html M pmaweb/templates/news/post_archive.html M pmaweb/templates/try.html Log Message: ----------- Move action buttons to the right There was unused space there and I think they fit better there. This also allows to have them on every page. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 339acc83d7935825c12fda6016ec8e8d291f99a5 https://github.com/phpmyadmin/website/commit/339acc83d7935825c12fda6016ec8e8... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: A pmaweb/templates/_sponsorship_note.html M pmaweb/templates/_sponsors.html M pmaweb/templates/downloads.html Log Message: ----------- Unify sponsorship listings Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 2600ef28cd8f8f32e4fd1fc7fcd2d067b6e4cc95 https://github.com/phpmyadmin/website/commit/2600ef28cd8f8f32e4fd1fc7fcd2d06... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/js/loader.js M pmaweb/templates/base.html M pmaweb/templates/themes.html D pmaweb/static/js/utils.js Log Message: ----------- Implement theme selection using jQuery Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 292d928639daddda2a711ce5c96bd95c4d2c92cd https://github.com/phpmyadmin/website/commit/292d928639daddda2a711ce5c96bd95... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/css/style.css M pmaweb/static/js/loader.js Log Message: ----------- Remove unused css Signed-off-by: Michal Čihař <michal@cihar.com> Commit: aebf9bf2c450cafaaee473847c651580a5015978 https://github.com/phpmyadmin/website/commit/aebf9bf2c450cafaaee473847c65158... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/css/style.css M pmaweb/templates/themes.html Log Message: ----------- Use bootstrap for themes presentation Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b64e8614186be7dddd304dba75f1b7e60906872b https://github.com/phpmyadmin/website/commit/b64e8614186be7dddd304dba75f1b7e... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/tests.py Log Message: ----------- Adjust tests to puring all pages on some saves Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 0bb9c1d163a52d94bcdc63b8e1a1f8a16a683fbf https://github.com/phpmyadmin/website/commit/0bb9c1d163a52d94bcdc63b8e1a1f8a... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/css/style.css M pmaweb/templates/translations.html M translations/models.py Log Message: ----------- Use bootstrap for progressbar Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 2a13ec270fbde38f315ab2c602bf5e7e6bc3b012 https://github.com/phpmyadmin/website/commit/2a13ec270fbde38f315ab2c602bf5e7... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/css/style.css M pmaweb/templates/sponsors.html Log Message: ----------- Remove custom table styling Signed-off-by: Michal Čihař <michal@cihar.com> Commit: fc90e7f2c4789919429e7efb0588d5a89e996d1e https://github.com/phpmyadmin/website/commit/fc90e7f2c4789919429e7efb0588d5a... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M translations/tests.py Log Message: ----------- Fix tests for new progressbar Signed-off-by: Michal Čihař <michal@cihar.com> Commit: caa3db77916bbe5b5351df56638b32b30979fd69 https://github.com/phpmyadmin/website/commit/caa3db77916bbe5b5351df56638b32b... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/css/style.css M pmaweb/templates/_dllist.html Log Message: ----------- USe bootstrap styling for download listings Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e84b35afa277ed814c6bd169a8b9d195355240a0 https://github.com/phpmyadmin/website/commit/e84b35afa277ed814c6bd169a8b9d19... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: A pmaweb/static/bootstrap/config.json M pmaweb/static/bootstrap/css/bootstrap-theme.css M pmaweb/static/bootstrap/css/bootstrap.css M pmaweb/static/bootstrap/js/bootstrap.js D pmaweb/static/bootstrap/css/bootstrap-theme.css.map D pmaweb/static/bootstrap/css/bootstrap-theme.min.css D pmaweb/static/bootstrap/css/bootstrap-theme.min.css.map D pmaweb/static/bootstrap/css/bootstrap.css.map D pmaweb/static/bootstrap/css/bootstrap.min.css D pmaweb/static/bootstrap/css/bootstrap.min.css.map D pmaweb/static/bootstrap/fonts/glyphicons-halflings-regular.eot D pmaweb/static/bootstrap/fonts/glyphicons-halflings-regular.svg D pmaweb/static/bootstrap/fonts/glyphicons-halflings-regular.ttf D pmaweb/static/bootstrap/fonts/glyphicons-halflings-regular.woff D pmaweb/static/bootstrap/fonts/glyphicons-halflings-regular.woff2 D pmaweb/static/bootstrap/js/bootstrap.min.js D pmaweb/static/bootstrap/js/npm.js Log Message: ----------- Use custom bootstrap package Removed not used components to reduce size. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 2ebdc9855f8d0112cca140b74d6374c3da20e1df https://github.com/phpmyadmin/website/commit/2ebdc9855f8d0112cca140b74d6374c... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/base.html Log Message: ----------- Use bootstrap theme for better look Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 456050ecfee9419da32ae8f808ef6c81f8650e4f https://github.com/phpmyadmin/website/commit/456050ecfee9419da32ae8f808ef6c8... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/bootstrap/config.json M pmaweb/static/bootstrap/css/bootstrap-theme.css M pmaweb/static/bootstrap/css/bootstrap.css M pmaweb/static/bootstrap/js/bootstrap.js Log Message: ----------- Add component animations, used on security page Signed-off-by: Michal Čihař <michal@cihar.com> Commit: efae284663555a3aa865e1c051b29189c79741b3 https://github.com/phpmyadmin/website/commit/efae284663555a3aa865e1c051b2918... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/files/release_list.html Log Message: ----------- Nicer releases listing Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b5bc81f03a88a40b72d931a284241a4ebe623a41 https://github.com/phpmyadmin/website/commit/b5bc81f03a88a40b72d931a284241a4... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/_dllist.html Log Message: ----------- Improve look of file downloads Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 8fa165d813744223355703e2473ea03159ea4aa5 https://github.com/phpmyadmin/website/commit/8fa165d813744223355703e2473ea03... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: A pmaweb/templates/_dlrow.html A pmaweb/templates/_dltable.html M pmaweb/templates/_dllist.html M pmaweb/templates/themes.html Log Message: ----------- Share code for download listing Now used for themes as well. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 87a80f7ebca70281dfdb967ad20feb287ee1083f https://github.com/phpmyadmin/website/commit/87a80f7ebca70281dfdb967ad20feb2... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M files/models.py Log Message: ----------- Do not return pgp url for not signed objects Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 5370c34624d31a768864430e8c8b3b30eaf71aed https://github.com/phpmyadmin/website/commit/5370c34624d31a768864430e8c8b3b3... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/base.html Log Message: ----------- Better place navbar Signed-off-by: Michal Čihař <michal@cihar.com> Commit: bd6081c13b415afe85fa40302e55627cdb1bfd20 https://github.com/phpmyadmin/website/commit/bd6081c13b415afe85fa40302e55627... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: A codecov.yml Log Message: ----------- Add Codecov configuration Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ab7ba9b338be53fd27d04e9f72f541f11adf6c0b https://github.com/phpmyadmin/website/commit/ab7ba9b338be53fd27d04e9f72f541f... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/css/style.css M pmaweb/templates/_dlrow.html M pmaweb/templates/sponsors.html M pmaweb/templates/translations.html Log Message: ----------- Simplify CSS selectors Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a9a1aa74cc1fb021593fbc6a15fe2c7f70bf71bf https://github.com/phpmyadmin/website/commit/a9a1aa74cc1fb021593fbc6a15fe2c7... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/js/loader.js Log Message: ----------- Reference function by name rather than by string Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 3ff29f0b717a8d630e5084361fdbbb2c642cbfb6 https://github.com/phpmyadmin/website/commit/3ff29f0b717a8d630e5084361fdbbb2... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/js/loader.js Log Message: ----------- Consistently use camelCase for functions Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 5261d435612bcb852334604355d0c168bb431b9e https://github.com/phpmyadmin/website/commit/5261d435612bcb852334604355d0c16... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/js/loader.js Log Message: ----------- Remove unused code Signed-off-by: Michal Čihař <michal@cihar.com> Commit: cf538c7b34aee1bf27a4462476574a1e631dd011 https://github.com/phpmyadmin/website/commit/cf538c7b34aee1bf27a4462476574a1... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: A codecov.yml Log Message: ----------- Merge branch 'master' into bootstrap Commit: 77a88e26068ef4a9439751519c362c9d1385454a https://github.com/phpmyadmin/website/commit/77a88e26068ef4a9439751519c362c9... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/bootstrap/config.json M pmaweb/static/bootstrap/css/bootstrap-theme.css M pmaweb/static/bootstrap/css/bootstrap.css M pmaweb/static/bootstrap/js/bootstrap.js Log Message: ----------- Add bootstrap components for modals Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 27b3836018f26a79652f13f0a59c331e2bd52428 https://github.com/phpmyadmin/website/commit/27b3836018f26a79652f13f0a59c331... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/js/loader.js M pmaweb/templates/_dlbox.html M pmaweb/templates/_dlrow.html M pmaweb/templates/base.html Log Message: ----------- Add popup after user clicked on download This popup covers two topic: - encourages users to verify downloaded file (either by SHA sums or by PGP) - suggests donating to phpMyAdmin (fixes #17) Signed-off-by: Michal Čihař <michal@cihar.com> Commit: f3b03dd83c0d80eb7225164aa4d8d67aeecde397 https://github.com/phpmyadmin/website/commit/f3b03dd83c0d80eb7225164aa4d8d67... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M README.rst Log Message: ----------- Document importing test data Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 95391a0a14a84191cfeaa99c3cdf3bc4d7e16fe4 https://github.com/phpmyadmin/website/commit/95391a0a14a84191cfeaa99c3cdf3bc... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/js/loader.js Log Message: ----------- Use type safe comparing Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a3c085f024b30d051827dfadee9c161dbc29b93b https://github.com/phpmyadmin/website/commit/a3c085f024b30d051827dfadee9c161... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/base.html Log Message: ----------- Update Google analytics code Signed-off-by: Michal Čihař <michal@cihar.com> Commit: edf7a10f82299541814dea30705c7ef284461b17 https://github.com/phpmyadmin/website/commit/edf7a10f82299541814dea30705c7ef... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/bootstrap/config.json M pmaweb/static/bootstrap/css/bootstrap-theme.css M pmaweb/static/bootstrap/css/bootstrap.css M pmaweb/static/bootstrap/js/bootstrap.js Log Message: ----------- Include collapse js plugin in Bootstrap It is used for security pages Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 18b121ee59b6e5891885e3a0fad89e033ed318a6 https://github.com/phpmyadmin/website/commit/18b121ee59b6e5891885e3a0fad89e0... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/bootstrap/config.json M pmaweb/static/bootstrap/css/bootstrap-theme.css M pmaweb/static/bootstrap/css/bootstrap.css M pmaweb/static/bootstrap/js/bootstrap.js Log Message: ----------- Merge branch 'bootstrap' into download-popup Commit: 4611ee5d8895ec864cbbe28c31cb196c286ecc11 https://github.com/phpmyadmin/website/commit/4611ee5d8895ec864cbbe28c31cb196... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/css/style.css M pmaweb/templates/base.html Log Message: ----------- Align action boxes with rest of page Use same layout in header as for splitting page, so that the buttons are now in line with sponsors or security navigation menu. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 96bd0005d845dde0474e3670798464194d9b70ae https://github.com/phpmyadmin/website/commit/96bd0005d845dde0474e36707984641... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-05 (Fri, 08 August 2016) +02:00 Changed paths: M pmaweb/static/css/style.css M pmaweb/templates/base.html Log Message: ----------- Merge branch 'bootstrap' into download-popup Commit: 0030a7f2b3b1cd8138b6b649f6e29da5d2d87668 https://github.com/phpmyadmin/website/commit/0030a7f2b3b1cd8138b6b649f6e29da... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-08 (Mon, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/_security_contact.html Log Message: ----------- Add direct download option for security PGP key Signed-off-by: Michal Čihař <michal@cihar.com> Commit: cdcc704d87c536222c57a062101b74e486d659e1 https://github.com/phpmyadmin/website/commit/cdcc704d87c536222c57a062101b74e... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-08 (Mon, 08 August 2016) +02:00 Changed paths: M README.rst M pmaweb/templates/_security_contact.html M pmaweb/templates/base.html Log Message: ----------- Merge branch 'master' into bootstrap Commit: d7899dfb665f73be96be0b060bb6251281c27278 https://github.com/phpmyadmin/website/commit/d7899dfb665f73be96be0b060bb6251... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-08 (Mon, 08 August 2016) +02:00 Changed paths: M README.rst M pmaweb/templates/_security_contact.html M pmaweb/templates/base.html Log Message: ----------- Merge branch 'bootstrap' into download-popup Commit: 9898abdb3b4132e74bc637d23b11620486647df9 https://github.com/phpmyadmin/website/commit/9898abdb3b4132e74bc637d23b11620... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-08 (Mon, 08 August 2016) +02:00 Changed paths: A pmaweb/management/commands/purge_docs_cdn.py M pmaweb/cdn.py M pmaweb/settings.py Log Message: ----------- Add docs CDN purge command Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 5636c4d68696984068fcce510f7ab52c774d83b7 https://github.com/phpmyadmin/website/commit/5636c4d68696984068fcce510f7ab52... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-08 (Mon, 08 August 2016) +02:00 Changed paths: M files/models.py M pmaweb/templates/_dllist.html M pmaweb/templates/files/release_list.html Log Message: ----------- Add support for rendering historical releases without files Signed-off-by: Michal Čihař <michal@cihar.com> Commit: d695c41fcdea1d7fb9cb09ad9ab63cae42d4a9db https://github.com/phpmyadmin/website/commit/d695c41fcdea1d7fb9cb09ad9ab63ca... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-08 (Mon, 08 August 2016) +02:00 Changed paths: A pmaweb/management/commands/purge_docs_cdn.py M files/models.py M pmaweb/cdn.py M pmaweb/settings.py M pmaweb/templates/_dllist.html M pmaweb/templates/files/release_list.html Log Message: ----------- Merge branch 'master' into bootstrap Commit: a8e1a9a1cbce98f903b11594b16b7d00ee31a30a https://github.com/phpmyadmin/website/commit/a8e1a9a1cbce98f903b11594b16b7d0... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-08 (Mon, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/version/packages.json Log Message: ----------- Do not list downloads with no URL Signed-off-by: Michal Čihař <michal@cihar.com> Commit: becc805be5ed7e251404061478e3b023b22a3e97 https://github.com/phpmyadmin/website/commit/becc805be5ed7e251404061478e3b02... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-08 (Mon, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove cancelled sponsorship Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 9cabe187a64f50456bf946399b231a8cd0f1b6d8 https://github.com/phpmyadmin/website/commit/9cabe187a64f50456bf946399b231a8... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-08 (Mon, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: c584a21cdf1fac8366a0ebfbc01226e33f4f68ef https://github.com/phpmyadmin/website/commit/c584a21cdf1fac8366a0ebfbc01226e... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-17 (Wed, 08 August 2016) +02:00 Changed paths: M security/models.py Log Message: ----------- Strip whitespace before parsing commits Signed-off-by: Michal Čihař <michal@cihar.com> Commit: bf4b2a524994e084c9b197ed2209ffc322067535 https://github.com/phpmyadmin/website/commit/bf4b2a524994e084c9b197ed2209ffc... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-17 (Wed, 08 August 2016) +02:00 Changed paths: M requirements.txt Log Message: ----------- Use Django 1.8 for tests to match production Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b9b7fb33eb228de386d9c25a83531358253d31f8 https://github.com/phpmyadmin/website/commit/b9b7fb33eb228de386d9c25a8353135... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-18 (Thu, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/sponsors.html M pmaweb/templates/version/packages.json M requirements.txt M security/models.py Log Message: ----------- Merge branch 'master' into bootstrap Commit: 938f6ab0bdfe2654f8220b674412e5caae15487d https://github.com/phpmyadmin/website/commit/938f6ab0bdfe2654f8220b674412e5c... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-18 (Thu, 08 August 2016) +02:00 Changed paths: A pmaweb/management/commands/purge_docs_cdn.py M files/models.py M pmaweb/cdn.py M pmaweb/settings.py M pmaweb/templates/_dllist.html M pmaweb/templates/files/release_list.html M pmaweb/templates/sponsors.html M pmaweb/templates/version/packages.json M requirements.txt M security/models.py Log Message: ----------- Merge branch 'bootstrap' into download-popup Commit: f456de11182b4bc52fffd7672c8444bed86a3bb0 https://github.com/phpmyadmin/website/commit/f456de11182b4bc52fffd7672c8444b... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-20 (Sat, 08 August 2016) +02:00 Changed paths: A files/templatetags/__init__.py A files/templatetags/downloads.py A pmaweb/static/bootstrap/config.json A pmaweb/static/bootstrap/css/bootstrap-theme.css A pmaweb/static/bootstrap/css/bootstrap.css A pmaweb/static/bootstrap/js/bootstrap.js A pmaweb/static/bootstrap/js/jquery-2.2.4.js A pmaweb/static/colorbox/colorbox.css A pmaweb/static/colorbox/images/border.png A pmaweb/static/colorbox/images/controls.png A pmaweb/static/colorbox/images/loading.gif A pmaweb/static/colorbox/images/loading_background.png A pmaweb/static/colorbox/jquery.colorbox.js A pmaweb/static/js/loader.js A pmaweb/templates/_dlrow.html A pmaweb/templates/_dltable.html A pmaweb/templates/_sponsorship_note.html M README.rst M files/models.py M pmaweb/context_processors.py M pmaweb/static/css/style.css M pmaweb/templates/404.html M pmaweb/templates/_dlbox.html M pmaweb/templates/_dllist.html M pmaweb/templates/_littleboxes.html M pmaweb/templates/_sponsors.html M pmaweb/templates/about.html M pmaweb/templates/awards.html M pmaweb/templates/base.html M pmaweb/templates/docs.html M pmaweb/templates/donate.html M pmaweb/templates/downloads.html M pmaweb/templates/files/release_list.html M pmaweb/templates/index.html M pmaweb/templates/news/post_archive.html M pmaweb/templates/security/_list.html M pmaweb/templates/security/index.html M pmaweb/templates/security/pmasa_detail.html M pmaweb/templates/sponsors.html M pmaweb/templates/team.html M pmaweb/templates/themes.html M pmaweb/templates/translations.html M pmaweb/templates/try.html M pmaweb/tests.py M security/views.py M translations/models.py M translations/tests.py D pmaweb/static/css/slimbox.css D pmaweb/static/images/slimbox/closelabel.gif D pmaweb/static/images/slimbox/loading.gif D pmaweb/static/images/slimbox/nextlabel.gif D pmaweb/static/images/slimbox/prevlabel.gif D pmaweb/static/js/fader.js D pmaweb/static/js/slimbox.js D pmaweb/static/js/utils.js Log Message: ----------- Merge pull request #22 from nijel/bootstrap Bootstrap version of website Commit: 4acef5783981e50afe8f343474ce411d239580c4 https://github.com/phpmyadmin/website/commit/4acef5783981e50afe8f343474ce411... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-20 (Sat, 08 August 2016) +02:00 Changed paths: M pmaweb/static/bootstrap/config.json M pmaweb/static/js/loader.js M pmaweb/templates/_dlbox.html M pmaweb/templates/_dlrow.html M pmaweb/templates/base.html Log Message: ----------- Merge pull request #26 from nijel/download-popup Download popup Commit: d6ab15c0438c70ed600402533fe59c04f9e7ba31 https://github.com/phpmyadmin/website/commit/d6ab15c0438c70ed600402533fe59c0... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-24 (Wed, 08 August 2016) +02:00 Changed paths: D pmaweb/static/images/aoe.jpg Log Message: ----------- Move AOE link as they now follow new terms Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 90e96a3d43807913fb0240de5dcd1e35b1c76db9 https://github.com/phpmyadmin/website/commit/90e96a3d43807913fb0240de5dcd1e3... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-25 (Thu, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Move AOE link as they now follow new terms Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6e9cf0f42cc5316a0816937424746e50b12430dd https://github.com/phpmyadmin/website/commit/6e9cf0f42cc5316a0816937424746e5... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-25 (Thu, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: c44573c617829efde1416cd62375bda2bc35ec16 https://github.com/phpmyadmin/website/commit/c44573c617829efde1416cd62375bda... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-30 (Tue, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/translate.html Log Message: ----------- Add missing link Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 73505567a237db5a429f0f06429f349e4c727125 https://github.com/phpmyadmin/website/commit/73505567a237db5a429f0f06429f349... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-30 (Tue, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/develop.html Log Message: ----------- Directly point to newbie tagged bugs Signed-off-by: Michal Čihař <michal@cihar.com> Commit: bfd63bd968883f2759ae5949a97712ca085b3857 https://github.com/phpmyadmin/website/commit/bfd63bd968883f2759ae5949a97712c... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-30 (Tue, 08 August 2016) +02:00 Changed paths: M pmaweb/templates/_security_contact.html Log Message: ----------- Mention Keybase on security page See https://github.com/phpmyadmin/phpmyadmin/issues/12510 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 97928ff7ac14b8f0ef61373cac8b38c3924a4123 https://github.com/phpmyadmin/website/commit/97928ff7ac14b8f0ef61373cac8b38c... Author: Michal Čihař <michal@cihar.com> Date: 2016-09-07 (Wed, 09 September 2016) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add Binary Uno sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ab73a2b752ccaf9d4e40add647001a2b36a04a90 https://github.com/phpmyadmin/website/commit/ab73a2b752ccaf9d4e40add647001a2... Author: Deven Bansod <devenbansod.bits@gmail.com> Date: 2016-09-11 (Sun, 09 September 2016) +05:30 Changed paths: A pmaweb/static/images/debconf-2016/debconf-2016-med.jpg A pmaweb/static/images/debconf-2016/debconf-2016-tn.jpg M pmaweb/templates/team.html Log Message: ----------- Add DebConf16 team photo and short description to Team page Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com> Commit: 3a8a378d8a95e0564f9cccfd1e1e9c01d4dd547c https://github.com/phpmyadmin/website/commit/3a8a378d8a95e0564f9cccfd1e1e9c0... Author: Michal Čihař <michal@cihar.com> Date: 2016-09-13 (Tue, 09 September 2016) +02:00 Changed paths: A pmaweb/static/images/debconf-2016/debconf-2016-med.jpg A pmaweb/static/images/debconf-2016/debconf-2016-tn.jpg M pmaweb/templates/team.html Log Message: ----------- Merge pull request #28 from devenbansod/add_debconf_meet_new Add DebConf16 team photo and short description to Team page Commit: 9ec0a1e92d6bd26351e88e4b2fb8568ed8f87ef7 https://github.com/phpmyadmin/website/commit/9ec0a1e92d6bd26351e88e4b2fb8568... Author: Michal Čihař <michal@cihar.com> Date: 2016-09-16 (Fri, 09 September 2016) +02:00 Changed paths: M pmaweb/templates/security/index.html Log Message: ----------- Adjust to current sidebar location Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 4b00064c71f1784fd23df9d074fafde5d03ab963 https://github.com/phpmyadmin/website/commit/4b00064c71f1784fd23df9d074fafde... Author: Michal Čihař <michal@cihar.com> Date: 2016-09-16 (Fri, 09 September 2016) +02:00 Changed paths: M pmaweb/static/images/01casinos.png M pmaweb/static/images/BrowserStackLogo.png M pmaweb/static/images/awards/2002-12-sfnet-potm.png M pmaweb/static/images/awards/2003-php-conf.jpg M pmaweb/static/images/awards/2003-phpmag-ger.gif M pmaweb/static/images/awards/2003-phpmag-int.gif M pmaweb/static/images/awards/2005-os2world.png M pmaweb/static/images/awards/2006-phpmag-ger.png M pmaweb/static/images/awards/2006-trophees-logo.png M pmaweb/static/images/awards/2006-trophees-marc.jpg M pmaweb/static/images/awards/2013-community-awards-1.jpg M pmaweb/static/images/awards/2013-community-awards-2.jpg M pmaweb/static/images/awards/2013-community-awards-3.jpg M pmaweb/static/images/awards/infoworld-bossie-2008.jpg M pmaweb/static/images/awards/percona-live-logo.png M pmaweb/static/images/awards/sf_cca_2006_winner.png M pmaweb/static/images/awards/sf_cca_2007_sysadmin.gif M pmaweb/static/images/awards/sf_cca_2007_trophy.jpg M pmaweb/static/images/awards/sf_cca_2008_trophies.jpg M pmaweb/static/images/awards/sf_cca_2008_winner.png M pmaweb/static/images/awards/sf_cca_2009_logo.png M pmaweb/static/images/awards/sf_cca_2009_trophy.jpg M pmaweb/static/images/books/pma_cz_90x122.jpg M pmaweb/static/images/books/pma_en_100x123.png M pmaweb/static/images/books/pma_en_3.4_150x185.png M pmaweb/static/images/books/pma_es_100x123.png M pmaweb/static/images/books/pma_starter_150x184.jpg M pmaweb/static/images/cdn77_logo.png M pmaweb/static/images/chameleon-john.png M pmaweb/static/images/couponcodehoster.png M pmaweb/static/images/dailyfantasycafe_250x23.png M pmaweb/static/images/debconf-2013/debconf-2013-med.jpg M pmaweb/static/images/debconf-2013/debconf-2013-tn.jpg M pmaweb/static/images/fosdem-2010/fosdem-2010-med.jpg M pmaweb/static/images/fosdem-2010/fosdem-2010-tn.jpg M pmaweb/static/images/fosdem-2012/fosdem-2012-med.jpg M pmaweb/static/images/fosdem-2012/fosdem-2012-tn.jpg M pmaweb/static/images/fosdem-2015/fosdem-2015-med.jpg M pmaweb/static/images/fosdem-2015/fosdem-2015-tn.jpg M pmaweb/static/images/github.png M pmaweb/static/images/heads/deven.jpg M pmaweb/static/images/heads/isaac.jpg M pmaweb/static/images/heads/madhura.jpg M pmaweb/static/images/heads/nijel.jpg M pmaweb/static/images/hostingfacts.png M pmaweb/static/images/icon-48.png M pmaweb/static/images/icon.png M pmaweb/static/images/linuxtag/IMG_4187.JPG M pmaweb/static/images/linuxtag/IMG_4187_tn.JPG M pmaweb/static/images/linuxtag/IMG_4189.JPG M pmaweb/static/images/linuxtag/IMG_4189_tn.JPG M pmaweb/static/images/logo-blue-64.png M pmaweb/static/images/logo-og.png M pmaweb/static/images/logo.png M pmaweb/static/images/mobileslots.png M pmaweb/static/images/navicat_250x250.jpg M pmaweb/static/images/screenshots/advisor-small.png M pmaweb/static/images/screenshots/advisor.png M pmaweb/static/images/screenshots/designer-small.png M pmaweb/static/images/screenshots/designer.png M pmaweb/static/images/screenshots/gis-small.png M pmaweb/static/images/screenshots/gis.png M pmaweb/static/images/screenshots/monitor-small.png M pmaweb/static/images/screenshots/monitor.png M pmaweb/static/images/screenshots/rtl-small.png M pmaweb/static/images/screenshots/rtl.png M pmaweb/static/images/screenshots/structure-small.png M pmaweb/static/images/screenshots/structure.png M pmaweb/static/images/screenshots/transformations-small.png M pmaweb/static/images/screenshots/transformations.png M pmaweb/static/images/screenshots/users-small.png M pmaweb/static/images/screenshots/users.png M pmaweb/static/images/scriptcase_200x68.png M pmaweb/static/images/scrutinizer.png M pmaweb/static/images/security-audit_250.png M pmaweb/static/images/sfc_logo.png M pmaweb/static/images/themes/aqua.png M pmaweb/static/images/themes/aqua_brushed.png M pmaweb/static/images/themes/arctic_ocean.png M pmaweb/static/images/themes/blueorange.png M pmaweb/static/images/themes/cactica_blues.png M pmaweb/static/images/themes/cleanstrap.png M pmaweb/static/images/themes/clearview3.png M pmaweb/static/images/themes/crimson_gray.png M pmaweb/static/images/themes/dark_lime.png M pmaweb/static/images/themes/darkblue_gray.png M pmaweb/static/images/themes/darkblue_orange.png M pmaweb/static/images/themes/garv_blue.png M pmaweb/static/images/themes/graphite.png M pmaweb/static/images/themes/graphivore.png M pmaweb/static/images/themes/green_orange.png M pmaweb/static/images/themes/grid.png M pmaweb/static/images/themes/hillside.png M pmaweb/static/images/themes/metro.png M pmaweb/static/images/themes/openphpnuke.png M pmaweb/static/images/themes/original_small.png M pmaweb/static/images/themes/paradice.png M pmaweb/static/images/themes/pixeline.png M pmaweb/static/images/themes/pmahomme.png M pmaweb/static/images/themes/silk.png M pmaweb/static/images/themes/silkline.png M pmaweb/static/images/themes/smooth_yellow.png M pmaweb/static/images/themes/toba.png M pmaweb/static/images/themes/very_small.png M pmaweb/static/images/themes/xampp.png M pmaweb/static/images/themes/xp_basic.png M pmaweb/static/images/themes/xp_blue.png M pmaweb/static/images/themes/xp_dirty.png M pmaweb/static/images/themes/xp_green.png M pmaweb/static/images/themes/xp_silver.png M pmaweb/static/images/tobi.png M pmaweb/static/images/travel-ticker.png M pmaweb/static/images/webhostingsecretrevealed.png M pmaweb/static/images/weblate-button.png M pmaweb/static/images/wpbeginner-250.png Log Message: ----------- Strip metadata from web images Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 4973137215960b14a5c05fd2244a72802397c653 https://github.com/phpmyadmin/website/commit/4973137215960b14a5c05fd2244a728... Author: Michal Čihař <michal@cihar.com> Date: 2016-09-16 (Fri, 09 September 2016) +02:00 Changed paths: A pmaweb/static/images/debconf-2016/debconf-2016-med.jpg A pmaweb/static/images/debconf-2016/debconf-2016-tn.jpg M pmaweb/templates/team.html Log Message: ----------- Merge branch 'master' of github.com:phpmyadmin/website Commit: d75cc19d7e25303b18c09703517f341caaceec96 https://github.com/phpmyadmin/website/commit/d75cc19d7e25303b18c09703517f341... Author: Michal Čihař <michal@cihar.com> Date: 2016-09-19 (Mon, 09 September 2016) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new Brone sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: f44c3052e4e5b84fcc0b1d2b8038d5c6f67010cb https://github.com/phpmyadmin/website/commit/f44c3052e4e5b84fcc0b1d2b8038d5c... Author: Marc Delisle <marc@infomarc.info> Date: 2016-09-21 (Wed, 09 September 2016) -04:00 Changed paths: M pmaweb/templates/index.html Log Message: ----------- Project's birthday is September 9 Commit: b57cd82e72b023953bb2582c947ac3cc5083218c https://github.com/phpmyadmin/website/commit/b57cd82e72b023953bb2582c947ac3c... Author: Michal Čihař <michal@cihar.com> Date: 2016-09-21 (Wed, 09 September 2016) +02:00 Changed paths: M pmaweb/templates/index.html Log Message: ----------- Merge pull request #31 from lem9/patch-1 Project's birthday is September 9 Commit: 1dbfff799e16f4b805e524a7c27b84595496279d https://github.com/phpmyadmin/website/commit/1dbfff799e16f4b805e524a7c27b845... Author: Michal Čihař <michal@cihar.com> Date: 2016-10-03 (Mon, 10 October 2016) +02:00 Changed paths: M pmaweb/templates/sponsors.html D pmaweb/static/images/dailyfantasycafe_250x23.png Log Message: ----------- Move sponsor to Bronze level New conditions apply, $1000 yearly is now Bronze level. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 3441f1932c10d9a4b116a006f3ce6ba00b429c95 https://github.com/phpmyadmin/website/commit/3441f1932c10d9a4b116a006f3ce6ba... Author: Michal Čihař <michal@cihar.com> Date: 2016-10-04 (Tue, 10 October 2016) +02:00 Changed paths: A .well-known/keybase.txt Log Message: ----------- Add keybase website claim Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 701909829ea0119340f8c618a15a7efbfa1b2f89 https://github.com/phpmyadmin/website/commit/701909829ea0119340f8c618a15a7ef... Author: Michal Čihař <michal@cihar.com> Date: 2016-10-11 (Tue, 10 October 2016) +02:00 Changed paths: M pmaweb/templates/_gitdl.html Log Message: ----------- Use https URL for git Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 1b092b02cc907091e447eaf57306dc04c045c502 https://github.com/phpmyadmin/website/commit/1b092b02cc907091e447eaf57306dc0... Author: Michal Čihař <michal@cihar.com> Date: 2016-10-11 (Tue, 10 October 2016) +02:00 Changed paths: M demo/management/commands/fetch_versions.py Log Message: ----------- Pass correct param to super() Signed-off-by: Michal Čihař <michal@cihar.com> Commit: c0e52df35f63e54084a04217f0a2dfcc73ac0186 https://github.com/phpmyadmin/website/commit/c0e52df35f63e54084a04217f0a2dfc... Author: Michal Čihař <michal@cihar.com> Date: 2016-10-12 (Wed, 10 October 2016) +02:00 Changed paths: M demo/management/commands/fetch_versions.py Log Message: ----------- Fix super call We really do not want to use super here. While fixing that also add missing param from OrderedDict.__setitem__. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: edd22b09ed9d776d3bc442248986e00d7bb5aecc https://github.com/phpmyadmin/website/commit/edd22b09ed9d776d3bc442248986e00... Author: Michal Čihař <michal@cihar.com> Date: 2016-10-12 (Wed, 10 October 2016) +02:00 Changed paths: M pmaweb/settings.py Log Message: ----------- Move template settings to be compatible with Django 1.10 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ade8e7f6b36fc9080297aeb6c4d9ea3fa8ea1602 https://github.com/phpmyadmin/website/commit/ade8e7f6b36fc9080297aeb6c4d9ea3... Author: Michal Čihař <michal@cihar.com> Date: 2016-10-12 (Wed, 10 October 2016) +02:00 Changed paths: A pmaweb/templates/_sponsorship_conditions.html M pmaweb/templates/donate.html M pmaweb/templates/sponsors.html Log Message: ----------- Include sponsorship conditions on donate page as well It really fits there and people expect to find it there. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 5c35732a7a19fc26b44ec2f6344d10cf58ab0bc1 https://github.com/phpmyadmin/website/commit/5c35732a7a19fc26b44ec2f6344d10c... Author: Michal Čihař <michal@cihar.com> Date: 2016-10-21 (Fri, 10 October 2016) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 8df461a04d6b4baa8014c4b5f0f04a5277893903 https://github.com/phpmyadmin/website/commit/8df461a04d6b4baa8014c4b5f0f04a5... Author: Michal Čihař <michal@cihar.com> Date: 2016-10-21 (Fri, 10 October 2016) +02:00 Changed paths: A pmaweb/static/images/casino2k.png M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor casino2k Signed-off-by: Michal Čihař <michal@cihar.com> Commit: dd89d6357ed3e69dc78cb9962bfe693c473b0bc0 https://github.com/phpmyadmin/website/commit/dd89d6357ed3e69dc78cb9962bfe693... Author: Michal Čihař <michal@cihar.com> Date: 2016-11-08 (Tue, 11 November 2016) +01:00 Changed paths: A pmaweb/static/images/roxy-palace.png M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Add roxypalace.com sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 44786e36e161a54eb15074695222ce2e9a43c3b8 https://github.com/phpmyadmin/website/commit/44786e36e161a54eb15074695222ce2... Author: Michal Čihař <michal@cihar.com> Date: 2016-11-08 (Tue, 11 November 2016) +01:00 Changed paths: A pmaweb/static/images/eternity-rose.png M pmaweb/templates/sponsors.html Log Message: ----------- Add eternityrose sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: f6a7ff33e7b805468480c40c69beebee98d5cb79 https://github.com/phpmyadmin/website/commit/f6a7ff33e7b805468480c40c69beebe... Author: Michal Čihař <michal@cihar.com> Date: 2016-11-09 (Wed, 11 November 2016) +01:00 Changed paths: M pmaweb/templates/_sponsorship_conditions.html Log Message: ----------- Increase price for Gold level as agreed on the team meeting Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b615a3bc7d0f846a8d0bbd6b8ae1674403fff12f https://github.com/phpmyadmin/website/commit/b615a3bc7d0f846a8d0bbd6b8ae1674... Author: Michal Čihař <michal@cihar.com> Date: 2016-11-10 (Thu, 11 November 2016) +01:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new Bronze sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e02510e63564d58b82f58da9a5d5ffac30e2bfe6 https://github.com/phpmyadmin/website/commit/e02510e63564d58b82f58da9a5d5ffa... Author: Michal Čihař <michal@cihar.com> Date: 2016-11-14 (Mon, 11 November 2016) +01:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new Bronze sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 2d1743cf89bcb8a60b472babccdf0f3f18714cb6 https://github.com/phpmyadmin/website/commit/2d1743cf89bcb8a60b472babccdf0f3... Author: Michal Čihař <michal@cihar.com> Date: 2016-11-21 (Mon, 11 November 2016) +01:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new Bronze sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: d07ae5feb03218daa9664cfa076120c8e5fc6bdb https://github.com/phpmyadmin/website/commit/d07ae5feb03218daa9664cfa076120c... Author: Michal Čihař <michal@cihar.com> Date: 2016-11-21 (Mon, 11 November 2016) +01:00 Changed paths: M pmaweb/templates/sponsors.html D pmaweb/static/images/scriptcase_200x68.png Log Message: ----------- Remove expired sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 9133db77a6014b27eb80fa0befc93c0adb691894 https://github.com/phpmyadmin/website/commit/9133db77a6014b27eb80fa0befc93c0... Author: Michal Čihař <michal@cihar.com> Date: 2016-11-21 (Mon, 11 November 2016) +01:00 Changed paths: M pmaweb/templates/_sponsorship_conditions.html Log Message: ----------- Document not acceptable sites As agreed on the team meeting, see https://irc.phpmyadmin.net/meetbot/phpmyadmin/2016/phpmyadmin.2016-11-09-12.... Signed-off-by: Michal Čihař <michal@cihar.com> Commit: d95d7d54a9afab029cd90be2d5596c2bf10016af https://github.com/phpmyadmin/website/commit/d95d7d54a9afab029cd90be2d5596c2... Author: Michal Čihař <michal@cihar.com> Date: 2016-11-24 (Thu, 11 November 2016) +01:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Remove unused import Signed-off-by: Michal Čihař <michal@cihar.com> Commit: f59a3eedbffb721bbe49d71a15886e2e2e12494d https://github.com/phpmyadmin/website/commit/f59a3eedbffb721bbe49d71a15886e2... Author: Michal Čihař <michal@cihar.com> Date: 2016-11-24 (Thu, 11 November 2016) +01:00 Changed paths: A files/migrations/0003_auto_20161124_0825.py M files/management/commands/add_missing_checksums.py M files/management/commands/import_files.py M files/management/commands/import_themes.py M files/models.py M files/utils.py M pmaweb/fixtures/test_data.json Log Message: ----------- Remove md5 fields We do not display it anywhere, so there is no point in storing and calculating it. See https://github.com/phpmyadmin/scripts/issues/4 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: aa17bc446665535f694e4368c2f7cabb8dfdbf99 https://github.com/phpmyadmin/website/commit/aa17bc446665535f694e4368c2f7cab... Author: Michal Čihař <michal@cihar.com> Date: 2016-11-24 (Thu, 11 November 2016) +01:00 Changed paths: M pmaweb/templates/base.html Log Message: ----------- Add more prominent GitHub link Fixes #40 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6333b4807ccd100796894af1c5c85269a66453c6 https://github.com/phpmyadmin/website/commit/6333b4807ccd100796894af1c5c8526... Author: Michal Čihař <michal@cihar.com> Date: 2016-11-25 (Fri, 11 November 2016) +01:00 Changed paths: M pmaweb/templates/_sponsorship_conditions.html Log Message: ----------- Update to mention illegal content links See team mailing list thread for decision (needs login): https://lists.phpmyadmin.net/mailman/private/team/2016-November/004976.html Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 3bc7435e81cf1a325f3887b96f425080b5f6e863 https://github.com/phpmyadmin/website/commit/3bc7435e81cf1a325f3887b96f42508... Author: Michal Čihař <michal@cihar.com> Date: 2016-11-25 (Fri, 11 November 2016) +01:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove platinum sponsor from this page for now He doesn't want to be listed with gambling sites. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 3bb28f0db497da67b5a62c1a12caf331764fc09b https://github.com/phpmyadmin/website/commit/3bb28f0db497da67b5a62c1a12caf33... Author: Michal Čihař <michal@cihar.com> Date: 2016-11-25 (Fri, 11 November 2016) +01:00 Changed paths: M pmaweb/templates/_sponsorship_conditions.html Log Message: ----------- Add missing comma Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 876dc426c44cc44790791d2f5fc4ebb54f88a888 https://github.com/phpmyadmin/website/commit/876dc426c44cc44790791d2f5fc4ebb... Author: Michal Čihař <michal@cihar.com> Date: 2016-11-26 (Sat, 11 November 2016) +01:00 Changed paths: M pmaweb/templates/security/pmasa_detail.html M security/models.py Log Message: ----------- Properly state that there is no CVE assigned yet Signed-off-by: Michal Čihař <michal@cihar.com> Commit: c9f2dfca931a3541d9247f438b9b4194937f5d26 https://github.com/phpmyadmin/website/commit/c9f2dfca931a3541d9247f438b9b419... Author: Michal Čihař <michal@cihar.com> Date: 2016-11-28 (Mon, 11 November 2016) +01:00 Changed paths: M pmaweb/templates/_sponsorship_conditions.html Log Message: ----------- Merge pull request #44 from nijel/sponsor-areas Document not acceptable sites Commit: c9c48679599cf3212a5cb3fdbce889a99dc8d6ec https://github.com/phpmyadmin/website/commit/c9c48679599cf3212a5cb3fdbce889a... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-01 (Thu, 12 December 2016) +01:00 Changed paths: M pmaweb/settings.py Log Message: ----------- No longer offer 4.4 for download It has reached EOL month ago. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 56317d77ecb4ec790db1d06c74fc2990e3b328f0 https://github.com/phpmyadmin/website/commit/56317d77ecb4ec790db1d06c74fc299... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-01 (Thu, 12 December 2016) +01:00 Changed paths: M pmaweb/settings.py Log Message: ----------- Merge pull request #46 from nijel/eol-4.4 No longer offer 4.4 for download Commit: 40663ada1902add9ed5036c88caee3022af96bd5 https://github.com/phpmyadmin/website/commit/40663ada1902add9ed5036c88caee30... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-06 (Tue, 12 December 2016) +01:00 Changed paths: M pmaweb/templates/version/packages.json Log Message: ----------- Include undocumented checksum field for SHA1 hash Fixes #47 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 528f0cc93965de30d7c1bef6750e030a3945761d https://github.com/phpmyadmin/website/commit/528f0cc93965de30d7c1bef6750e030... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-06 (Tue, 12 December 2016) +01:00 Changed paths: M pmaweb/templates/downloads.html Log Message: ----------- Mention Docker image on downloads page Fixes #48 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: c282aa16c0678b1e71c2780b2dfffc84edc90d1d https://github.com/phpmyadmin/website/commit/c282aa16c0678b1e71c2780b2dfffc8... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-06 (Tue, 12 December 2016) +01:00 Changed paths: M pmaweb/templates/downloads.html Log Message: ----------- Mention composer on downloads page Issue #48 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a124463094889d3e9892df2fcbe30bbc3eaeed42 https://github.com/phpmyadmin/website/commit/a124463094889d3e9892df2fcbe30bb... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-08 (Thu, 12 December 2016) +01:00 Changed paths: D pmaweb/static/js/mootools.js Log Message: ----------- Remove no longer used file Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 7e77cc33c6a14722e1d8bdb80712e3cbcbd0b430 https://github.com/phpmyadmin/website/commit/7e77cc33c6a14722e1d8bdb80712e3c... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-08 (Thu, 12 December 2016) +01:00 Changed paths: M pmaweb/templates/_dlbox.html M pmaweb/templates/_dlrow.html Log Message: ----------- Remove Piwik support (which we do not use) Signed-off-by: Michal Čihař <michal@cihar.com> Commit: bdea1b42ae4d15d832401ccf0b38eb407005831d https://github.com/phpmyadmin/website/commit/bdea1b42ae4d15d832401ccf0b38eb4... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-08 (Thu, 12 December 2016) +01:00 Changed paths: M pmaweb/static/js/loader.js Log Message: ----------- Track downloads in Google Analytics Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 50f7416ce71bc2d5d72cd29d1bb9d378e032c29d https://github.com/phpmyadmin/website/commit/50f7416ce71bc2d5d72cd29d1bb9d37... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-08 (Thu, 12 December 2016) +01:00 Changed paths: M pmaweb/static/js/loader.js Log Message: ----------- Use event tracking for downloads It seems better fit for tracking external links. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b24d7fc775d951007d0636f9a3151c4a4e854e0e https://github.com/phpmyadmin/website/commit/b24d7fc775d951007d0636f9a3151c4... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-08 (Thu, 12 December 2016) +01:00 Changed paths: M pmaweb/static/js/loader.js Log Message: ----------- Simplify event tracking Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 030ec97a53118b1b94d338f3804723bc745cf70a https://github.com/phpmyadmin/website/commit/030ec97a53118b1b94d338f3804723b... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-08 (Thu, 12 December 2016) +01:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add Bronze sponsor: Metapress Tutorials Signed-off-by: Michal Čihař <michal@cihar.com> Commit: c308074bc9d086c8f59acbb384154f334e209ea4 https://github.com/phpmyadmin/website/commit/c308074bc9d086c8f59acbb384154f3... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-09 (Fri, 12 December 2016) +01:00 Changed paths: M pmaweb/templates/themes.html Log Message: ----------- Document support status of themes Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 89d73ef650c937e2c2da3bea855d2e63094d1087 https://github.com/phpmyadmin/website/commit/89d73ef650c937e2c2da3bea855d2e6... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-13 (Tue, 12 December 2016) +01:00 Changed paths: A pmaweb/static/images/themes/pmaterial.png M data/themes.py Log Message: ----------- Add data for pmaterial-1.0 theme See https://github.com/phpmyadmin/phpmyadmin/pull/12771 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 228a762601d7ea56164d4f87fd1fe55eb64f0d73 https://github.com/phpmyadmin/website/commit/228a762601d7ea56164d4f87fd1fe55... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-13 (Tue, 12 December 2016) +01:00 Changed paths: M pmaweb/templates/themes.html Log Message: ----------- Merge pull request #49 from nijel/themes-support Document support status of themes Commit: 19bb9cea1e519af137dfa20b0876a114f57fd165 https://github.com/phpmyadmin/website/commit/19bb9cea1e519af137dfa20b0876a11... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-13 (Tue, 12 December 2016) +01:00 Changed paths: A pmaweb/static/images/themes/mhn-1.0.png M data/themes.py Log Message: ----------- Add data for MHN 1.0 See https://github.com/phpmyadmin/themes/pull/12 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b586667c58c6150075ceed84ee67f7882e8660aa https://github.com/phpmyadmin/website/commit/b586667c58c6150075ceed84ee67f78... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-13 (Tue, 12 December 2016) +01:00 Changed paths: A pmaweb/static/images/themes/mhn.png D pmaweb/static/images/themes/mhn-1.0.png Log Message: ----------- Rename file Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a726631ded2ae3d466a634ff040a53ebb7b79fc4 https://github.com/phpmyadmin/website/commit/a726631ded2ae3d466a634ff040a53e... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-15 (Thu, 12 December 2016) +01:00 Changed paths: M pmaweb/static/images/01casinos.png M pmaweb/static/images/BrowserStackLogo.png M pmaweb/static/images/cdn77_logo.png M pmaweb/static/images/chameleon-john.png M pmaweb/static/images/couponcodehoster.png M pmaweb/static/images/github.png M pmaweb/static/images/hostingfacts.png M pmaweb/static/images/icon-48.png M pmaweb/static/images/icon.png M pmaweb/static/images/logo-blue-64.png M pmaweb/static/images/logo-og.png M pmaweb/static/images/logo.png M pmaweb/static/images/mobileslots.png M pmaweb/static/images/roxy-palace.png M pmaweb/static/images/scrutinizer.png M pmaweb/static/images/security-audit_250.png M pmaweb/static/images/sfc_logo.png M pmaweb/static/images/tobi.png M pmaweb/static/images/travel-ticker.png M pmaweb/static/images/webhostingsecretrevealed.png M pmaweb/static/images/weblate-button.png M pmaweb/static/images/wpbeginner-250.png Log Message: ----------- Optimize PNG images Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 03e4cd8d0e57dfecb473605e273e91301b19680d https://github.com/phpmyadmin/website/commit/03e4cd8d0e57dfecb473605e273e913... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-15 (Thu, 12 December 2016) +01:00 Changed paths: M pmaweb/static/images/01casinos.png M pmaweb/static/images/BrowserStackLogo.png M pmaweb/static/images/casino2k.png M pmaweb/static/images/cdn77_logo.png M pmaweb/static/images/chameleon-john.png M pmaweb/static/images/couponcodehoster.png M pmaweb/static/images/eternity-rose.png M pmaweb/static/images/github.png M pmaweb/static/images/hostingfacts.png M pmaweb/static/images/icon-48.png M pmaweb/static/images/icon.png M pmaweb/static/images/logo-blue-64.png M pmaweb/static/images/logo-og.png M pmaweb/static/images/logo.png M pmaweb/static/images/mobileslots.png M pmaweb/static/images/roxy-palace.png M pmaweb/static/images/scrutinizer.png M pmaweb/static/images/security-audit_250.png M pmaweb/static/images/sfc_logo.png M pmaweb/static/images/tobi.png M pmaweb/static/images/travel-ticker.png M pmaweb/static/images/webhostingsecretrevealed.png M pmaweb/static/images/weblate-button.png M pmaweb/static/images/wpbeginner-250.png Log Message: ----------- Remove not needed metadata from png Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 407dd3125367e574fbc5601d38bd38144dc05b10 https://github.com/phpmyadmin/website/commit/407dd3125367e574fbc5601d38bd381... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-15 (Thu, 12 December 2016) +01:00 Changed paths: M pmaweb/static/images/themes/aqua.png M pmaweb/static/images/themes/aqua_brushed.png M pmaweb/static/images/themes/arctic_ocean.png M pmaweb/static/images/themes/blueorange.png M pmaweb/static/images/themes/cactica_blues.png M pmaweb/static/images/themes/cleanstrap.png M pmaweb/static/images/themes/clearview3.png M pmaweb/static/images/themes/crimson_gray.png M pmaweb/static/images/themes/dark_lime.png M pmaweb/static/images/themes/darkblue_gray.png M pmaweb/static/images/themes/darkblue_orange.png M pmaweb/static/images/themes/garv_blue.png M pmaweb/static/images/themes/graphite.png M pmaweb/static/images/themes/graphivore.png M pmaweb/static/images/themes/green_orange.png M pmaweb/static/images/themes/grid.png M pmaweb/static/images/themes/hillside.png M pmaweb/static/images/themes/metro.png M pmaweb/static/images/themes/openphpnuke.png M pmaweb/static/images/themes/original_small.png M pmaweb/static/images/themes/paradice.png M pmaweb/static/images/themes/pixeline.png M pmaweb/static/images/themes/pmahomme.png M pmaweb/static/images/themes/silk.png M pmaweb/static/images/themes/silkline.png M pmaweb/static/images/themes/smooth_yellow.png M pmaweb/static/images/themes/toba.png M pmaweb/static/images/themes/very_small.png M pmaweb/static/images/themes/xampp.png M pmaweb/static/images/themes/xp_basic.png M pmaweb/static/images/themes/xp_blue.png M pmaweb/static/images/themes/xp_dirty.png M pmaweb/static/images/themes/xp_green.png M pmaweb/static/images/themes/xp_silver.png Log Message: ----------- Optimize PNG images Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 45216d62094d8e1ac279704962ec4b0fbacf8d4e https://github.com/phpmyadmin/website/commit/45216d62094d8e1ac279704962ec4b0... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2016-12-17 (Sat, 12 December 2016) -05:00 Changed paths: M pmaweb/templates/downloads.html Log Message: ----------- Improve daily snapshot download link See https://github.com/phpmyadmin/phpmyadmin/issues/12821 Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: ca44cff8457468994ec2fb8b6effecacc54312d7 https://github.com/phpmyadmin/website/commit/ca44cff8457468994ec2fb8b6effeca... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-17 (Sat, 12 December 2016) +01:00 Changed paths: M pmaweb/templates/downloads.html Log Message: ----------- Merge pull request #50 from ibennetch/dailylink Improve daily snapshot download link Commit: f6944f3ff7e92bc0634d0c3865ab394900db27b0 https://github.com/phpmyadmin/website/commit/f6944f3ff7e92bc0634d0c3865ab394... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2016-12-17 (Sat, 12 December 2016) -05:00 Changed paths: M pmaweb/templates/_gitdl.html Log Message: ----------- Hints about using Composer for library dependencies Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 3dce9b5ba62a08436faea5440574610a247677e9 https://github.com/phpmyadmin/website/commit/3dce9b5ba62a08436faea5440574610... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2016-12-18 (Sun, 12 December 2016) -05:00 Changed paths: M pmaweb/templates/_gitdl.html Log Message: ----------- Make wiki link https Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: a85da33db5edc442f13e94d2ce393414122bb3a6 https://github.com/phpmyadmin/website/commit/a85da33db5edc442f13e94d2ce39341... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2016-12-18 (Sun, 12 December 2016) -05:00 Changed paths: M pmaweb/templates/_gitdl.html Log Message: ----------- Use documentation link instead of wiki for Composer information Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 42045c090cdc3af8aaec319953ae90d34196cf01 https://github.com/phpmyadmin/website/commit/42045c090cdc3af8aaec319953ae90d... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-19 (Mon, 12 December 2016) +01:00 Changed paths: M files/models.py M pmaweb/static/css/style.css M pmaweb/templates/_dllist.html M pmaweb/templates/_dlrow.html Log Message: ----------- Feature the most usual download option Most people want all-languages.zip, so let's make it clear: * show it first in the listings * show it bold Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 505676cef4d4bb27742d3cd99c7ed335877e7af6 https://github.com/phpmyadmin/website/commit/505676cef4d4bb27742d3cd99c7ed33... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-19 (Mon, 12 December 2016) +01:00 Changed paths: A pmaweb/static/images/themes/fallen.png M data/themes.py Log Message: ----------- Add data for fallen theme See https://github.com/phpmyadmin/themes/pull/16 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 11b97e0a43ac6eb7422a37a4f24235531a248ea1 https://github.com/phpmyadmin/website/commit/11b97e0a43ac6eb7422a37a4f242355... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-19 (Mon, 12 December 2016) +01:00 Changed paths: M files/models.py M pmaweb/static/css/style.css M pmaweb/templates/_dllist.html M pmaweb/templates/_dlrow.html Log Message: ----------- Merge pull request #51 from nijel/featured-dl Feature the most usual download option Commit: 46fc4a00ef9757be10abb570a61cbe2251fce1c3 https://github.com/phpmyadmin/website/commit/46fc4a00ef9757be10abb570a61cbe2... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-20 (Tue, 12 December 2016) +01:00 Changed paths: M data/themes.py Log Message: ----------- New fallen version See https://github.com/phpmyadmin/themes/pull/17 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: f1539af9ae88638c306d892df6c480991e684009 https://github.com/phpmyadmin/website/commit/f1539af9ae88638c306d892df6c4809... Author: Michal Čihař <michal@cihar.com> Date: 2016-12-22 (Thu, 12 December 2016) +01:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor link Signed-off-by: Michal Čihař <michal@cihar.com> Commit: be814f66027796c80c8098c16dc62bf14bf7165f https://github.com/phpmyadmin/website/commit/be814f66027796c80c8098c16dc62bf... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2016-12-29 (Thu, 12 December 2016) -05:00 Changed paths: M pmaweb/templates/_sponsorship_conditions.html Log Message: ----------- Improve language of Bronze Paypal link using language provided by Bradley Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 08b52ac1a14fae7eb3d034b787d7c894e399ee9c https://github.com/phpmyadmin/website/commit/08b52ac1a14fae7eb3d034b787d7c89... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2016-12-29 (Thu, 12 December 2016) -05:00 Changed paths: M pmaweb/templates/downloads.html M pmaweb/templates/support.html Log Message: ----------- Improve phrasing and text in a few places Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 667dea8f70c9284bca4930d2cb7404e74d44cee9 https://github.com/phpmyadmin/website/commit/667dea8f70c9284bca4930d2cb7404e... Author: Michal Čihař <michal@cihar.com> Date: 2017-01-02 (Mon, 01 January 2017) +01:00 Changed paths: M pmaweb/templates/_sponsorship_conditions.html Log Message: ----------- Document sponsorship process Hopefully this will set correct expectations for sponsors. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: d09ebc5cc28108e34c2062dffdc9b8139b4a000c https://github.com/phpmyadmin/website/commit/d09ebc5cc28108e34c2062dffdc9b81... Author: Michal Čihař <michal@cihar.com> Date: 2017-01-02 (Mon, 01 January 2017) +01:00 Changed paths: M files/models.py Log Message: ----------- The 4.6 release supports PHP 7.1 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b0191dcbbcbf5662457693b15cda1adccab035c5 https://github.com/phpmyadmin/website/commit/b0191dcbbcbf5662457693b15cda1ad... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2017-01-02 (Mon, 01 January 2017) -05:00 Changed paths: M pmaweb/templates/_sponsorship_conditions.html Log Message: ----------- Minor style fixes Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 78a0193d2aeb1b6689028af37339eceac34b27a9 https://github.com/phpmyadmin/website/commit/78a0193d2aeb1b6689028af37339ece... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2017-01-02 (Mon, 01 January 2017) -05:00 Changed paths: M pmaweb/templates/_sponsorship_conditions.html Log Message: ----------- Merge pull request #53 from nijel/sponsor-steps Document sponsorship process Commit: 700711b97a22a9896935ffa0dbf261336e8bc81a https://github.com/phpmyadmin/website/commit/700711b97a22a9896935ffa0dbf2613... Author: Michal Čihař <michal@cihar.com> Date: 2017-01-03 (Tue, 01 January 2017) +01:00 Changed paths: M pmaweb/templates/_sponsorship_conditions.html Log Message: ----------- Add anchor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 15e2f0b04cf2f706acbcbba3ce9ac77d8d998c28 https://github.com/phpmyadmin/website/commit/15e2f0b04cf2f706acbcbba3ce9ac77... Author: Michal Čihař <michal@cihar.com> Date: 2017-01-05 (Thu, 01 January 2017) +01:00 Changed paths: A pmaweb/static/images/awards/2017-hosting-advice.png M data/awards.py Log Message: ----------- Add Best Database Admin Tool for Business Hosting award Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6490df4fa56bf47f7ba7069600f95c2d2321740a https://github.com/phpmyadmin/website/commit/6490df4fa56bf47f7ba7069600f95c2... Author: Michal Čihař <michal@cihar.com> Date: 2017-01-17 (Tue, 01 January 2017) +01:00 Changed paths: M data/themes.py Log Message: ----------- Add new theme version Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 526dc6d040582b9d5249c2d996d0ba42928f0d87 https://github.com/phpmyadmin/website/commit/526dc6d040582b9d5249c2d996d0ba4... Author: Michal Čihař <michal@cihar.com> Date: 2017-01-17 (Tue, 01 January 2017) +01:00 Changed paths: M data/themes.py Log Message: ----------- Ignore old versions of the theme Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a1c61894a5c27b16e2602351a66c7cb89db69947 https://github.com/phpmyadmin/website/commit/a1c61894a5c27b16e2602351a66c7cb... Author: Michal Čihař <michal@cihar.com> Date: 2017-01-17 (Tue, 01 January 2017) +01:00 Changed paths: M pmaweb/templates/license.html Log Message: ----------- Change website content license to CC BY 4.0 - upgrade to current CC - remove the share alike condition as it makes it hard to include thinkgs like screenshots in third part materials Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b3449384003c2297a8c8ffcb0d9d69d10e98b10f https://github.com/phpmyadmin/website/commit/b3449384003c2297a8c8ffcb0d9d69d... Author: Michal Čihař <michal@cihar.com> Date: 2017-01-18 (Wed, 01 January 2017) +01:00 Changed paths: M pmaweb/templates/license.html Log Message: ----------- Merge pull request #54 from nijel/license Change website content license to CC BY 4.0 Commit: bf3a237a9d3c69af0f755cf5d6248da7559a8bcc https://github.com/phpmyadmin/website/commit/bf3a237a9d3c69af0f755cf5d6248da... Author: Michal Čihař <michal@cihar.com> Date: 2017-01-21 (Sat, 01 January 2017) +01:00 Changed paths: A security/management/__init__.py A security/management/commands/__init__.py A security/management/commands/list_drafts.py Log Message: ----------- add management command to list draft PMASAs Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 7bfd9de74f72368fc7d2d1c1b21c43a3f3933c62 https://github.com/phpmyadmin/website/commit/7bfd9de74f72368fc7d2d1c1b21c43a... Author: Michal Čihař <michal@cihar.com> Date: 2017-01-21 (Sat, 01 January 2017) +01:00 Changed paths: M security/management/commands/list_drafts.py Log Message: ----------- Really list draft PMASAs Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ebe905f91557c387422474f29c435821f0a52b15 https://github.com/phpmyadmin/website/commit/ebe905f91557c387422474f29c43582... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2017-01-23 (Mon, 01 January 2017) -05:00 Changed paths: M files/models.py M pmaweb/settings.py Log Message: ----------- Stern warning for 4.4 release, which is out of security support Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 542363a45fe27ebf5e7ddcc8883a1514fa233243 https://github.com/phpmyadmin/website/commit/542363a45fe27ebf5e7ddcc8883a151... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2017-01-23 (Mon, 01 January 2017) -05:00 Changed paths: M files/models.py Log Message: ----------- Fix up formatting since this printed literal html directives which is obviously incorrect Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: b74bf9b30a80b979d4a652333ca52bab6171af62 https://github.com/phpmyadmin/website/commit/b74bf9b30a80b979d4a652333ca52ba... Author: Michal Čihař <michal@cihar.com> Date: 2017-01-26 (Thu, 01 January 2017) +01:00 Changed paths: M files/models.py Log Message: ----------- Update version information - add 4.7 - correctly describe old 4.5 - fix PHP versions for 4.6 - add fallback when no description is found Fixes https://github.com/phpmyadmin/phpmyadmin/issues/12928 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 9aa0b992f49b8fc4c127c26d42b71b793681002d https://github.com/phpmyadmin/website/commit/9aa0b992f49b8fc4c127c26d42b71b7... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2017-01-31 (Tue, 01 January 2017) -05:00 Changed paths: M pmaweb/templates/downloads.html Log Message: ----------- Add information about syndication feeds to download page. Issue phpmyadmin/phpmyadmin#12869 Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: ca5cc4f3e8433a198e22a18f34fbfbe89b8b2015 https://github.com/phpmyadmin/website/commit/ca5cc4f3e8433a198e22a18f34fbfbe... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2017-01-31 (Tue, 01 January 2017) -05:00 Changed paths: M pmaweb/templates/downloads.html Log Message: ----------- Correct typo in markup relating to syndication mention on download page Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 2516683411ea0baf45d29a4e856a11d8544ef527 https://github.com/phpmyadmin/website/commit/2516683411ea0baf45d29a4e856a11d... Author: Michal Čihař <michal@cihar.com> Date: 2017-02-06 (Mon, 02 February 2017) +01:00 Changed paths: M pmaweb/templates/_sponsorship_conditions.html Log Message: ----------- Clarify text conditions We already enforce it like this since beginning (to avoid being seen as advertisement which we can not sell to honor non profit status). Signed-off-by: Michal Čihař <michal@cihar.com> Commit: c2862dc7e3491e6a2e8a5f3ec85596ab5bab7a7e https://github.com/phpmyadmin/website/commit/c2862dc7e3491e6a2e8a5f3ec85596a... Author: Michal Čihař <michal@cihar.com> Date: 2017-02-07 (Tue, 02 February 2017) +01:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Change sponsor link Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6a5f9f3c6d5304eb0dc51df42120029bb655aa21 https://github.com/phpmyadmin/website/commit/6a5f9f3c6d5304eb0dc51df42120029... Author: Michal Čihař <michal@cihar.com> Date: 2017-02-07 (Tue, 02 February 2017) +01:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add Entertainment Nation as a Bronze sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a885b6e065530f1d303be08f36cb0d4e2de036eb https://github.com/phpmyadmin/website/commit/a885b6e065530f1d303be08f36cb0d4... Author: Michal Čihař <michal@cihar.com> Date: 2017-02-11 (Sat, 02 February 2017) +01:00 Changed paths: M pmaweb/templates/_sponsorship_conditions.html Log Message: ----------- Merge pull request #55 from nijel/clarify-text Clarify text conditions Commit: e00abfb8eb07bcd6afe965b72d0e0a85e387d905 https://github.com/phpmyadmin/website/commit/e00abfb8eb07bcd6afe965b72d0e0a8... Author: Michal Čihař <michal@cihar.com> Date: 2017-02-20 (Mon, 02 February 2017) +01:00 Changed paths: M files/models.py Log Message: ----------- Add phpMyAdmin 4.7 informaiton about PHP/MySQL support Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 61fe3b68485bc7854cbea9b9953d46c19d2b99ac https://github.com/phpmyadmin/website/commit/61fe3b68485bc7854cbea9b9953d46c... Author: Michal Čihař <michal@cihar.com> Date: 2017-02-20 (Mon, 02 February 2017) +01:00 Changed paths: M data/themes.py Log Message: ----------- Add metadata for 4.7 compatible themes See https://github.com/phpmyadmin/themes/pull/20 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6c8569028c5d1b437ea2bc34190b6fe9eba338de https://github.com/phpmyadmin/website/commit/6c8569028c5d1b437ea2bc34190b6fe... Author: Michal Čihař <michal@cihar.com> Date: 2017-02-22 (Wed, 02 February 2017) +01:00 Changed paths: M pmaweb/templates/support.html Log Message: ----------- Link to security page from support So that it's clear how to report security issues. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 3e99e20b0e109774c2ecbd047d9f5591517bf352 https://github.com/phpmyadmin/website/commit/3e99e20b0e109774c2ecbd047d9f559... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-06 (Mon, 03 March 2017) +01:00 Changed paths: M pmaweb/urls.py M pmaweb/views.py Log Message: ----------- Add GitHub API proxy for commit and tree - this way we reduce pressure we put on GitHub - we also avoid their rate limiting - all requests from phpMyAdmin will go to single web with single SSL certificate, see https://github.com/phpmyadmin/phpmyadmin/issues/12846 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a0715519f5d7a13bc3eae95e3f14822ecc87f264 https://github.com/phpmyadmin/website/commit/a0715519f5d7a13bc3eae95e3f14822... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-06 (Mon, 03 March 2017) +01:00 Changed paths: M pmaweb/settings.py M pmaweb/views.py Log Message: ----------- Allow to use authentication against github This way we have higher rate limits. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 79f384e9e7e961c596a602030624a2f963340e26 https://github.com/phpmyadmin/website/commit/79f384e9e7e961c596a602030624a2f... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-06 (Mon, 03 March 2017) +01:00 Changed paths: M pmaweb/views.py Log Message: ----------- Improve proxy error handling Properly handle error responses. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a7da016713f802481794b5e1297f5146fd144ee3 https://github.com/phpmyadmin/website/commit/a7da016713f802481794b5e1297f514... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-09 (Thu, 03 March 2017) +01:00 Changed paths: M requirements.txt Log Message: ----------- Test with Django 1.10 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 8092b00b1a79abf4a7584f5b9c43b51afd9b9602 https://github.com/phpmyadmin/website/commit/8092b00b1a79abf4a7584f5b9c43b51... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-09 (Thu, 03 March 2017) +01:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Fix sitemap rendering on current Django Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 1cb6b7bed33e06a6650d267daa9bc96f1e606ce6 https://github.com/phpmyadmin/website/commit/1cb6b7bed33e06a6650d267daa9bc96... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-09 (Thu, 03 March 2017) +01:00 Changed paths: M pmaweb/tests.py Log Message: ----------- Add tests for sitemaps Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 1d695e2ad5960f9953e08b9d60f0f73344f389dc https://github.com/phpmyadmin/website/commit/1d695e2ad5960f9953e08b9d60f0f73... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-20 (Mon, 03 March 2017) +01:00 Changed paths: A pmaweb/templates/sponsors-subscribe.html M pmaweb/templates/_sponsorship_conditions.html M pmaweb/urls.py Log Message: ----------- Move sponsorship subscription to separate page On Conservancy request to avoid problems with refunding. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 5f131620e7f83e471110136224ca02c291446dc3 https://github.com/phpmyadmin/website/commit/5f131620e7f83e471110136224ca02c... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-20 (Mon, 03 March 2017) +01:00 Changed paths: M pmaweb/templates/_security_contact.html Log Message: ----------- Mention harderning label in issue tracker on security page Fixes #58 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 91a99730825f39b25c584ad4319b8c120d615f1c https://github.com/phpmyadmin/website/commit/91a99730825f39b25c584ad4319b8c1... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-21 (Tue, 03 March 2017) +01:00 Changed paths: M pmaweb/static/js/loader.js M pmaweb/templates/_dlrow.html M pmaweb/templates/base.html M pmaweb/templates/files/release_list.html Log Message: ----------- Do not promote checking SHA1 Fixes #59 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: bc3325160c3ddade63bd3b8d4ac24fb87278e670 https://github.com/phpmyadmin/website/commit/bc3325160c3ddade63bd3b8d4ac24fb... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-21 (Tue, 03 March 2017) +01:00 Changed paths: M pmaweb/templates/_dlbox.html Log Message: ----------- Remove no longer used data-sha1 Issue #59 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: fc06b4bf19180af2e06f2f2aa0d0300cca483931 https://github.com/phpmyadmin/website/commit/fc06b4bf19180af2e06f2f2aa0d0300... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-21 (Tue, 03 March 2017) +01:00 Changed paths: A security/migrations/0005_auto_20170321_1149.py Log Message: ----------- Add migration for 2017 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 411c41f47f39b8ce29c6f11ab42e91f26e7d9658 https://github.com/phpmyadmin/website/commit/411c41f47f39b8ce29c6f11ab42e91f... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-21 (Tue, 03 March 2017) +01:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new bronze sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ad03bf1d5a329ec14d58d686cd7fd2194a41e906 https://github.com/phpmyadmin/website/commit/ad03bf1d5a329ec14d58d686cd7fd21... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-21 (Tue, 03 March 2017) +01:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Change sponsor link to https Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 22a699e13ba6db9dfb7759c08d38431f4889aece https://github.com/phpmyadmin/website/commit/22a699e13ba6db9dfb7759c08d38431... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-21 (Tue, 03 March 2017) +01:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Change sponsor URL to include www Signed-off-by: Michal Čihař <michal@cihar.com> Commit: db1ebbcb42c25b7ebd66584ab95a21c21360749f https://github.com/phpmyadmin/website/commit/db1ebbcb42c25b7ebd66584ab95a21c... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-21 (Tue, 03 March 2017) +01:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 9e29e25c4d4acf5aabe61ac9ee26747a758f3443 https://github.com/phpmyadmin/website/commit/9e29e25c4d4acf5aabe61ac9ee26747... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-21 (Tue, 03 March 2017) +01:00 Changed paths: M pmaweb/templates/security/index.html Log Message: ----------- Link to our (new) documentation from security page Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 1bbc0bb4750021305aacc22e3b341890a9747f43 https://github.com/phpmyadmin/website/commit/1bbc0bb4750021305aacc22e3b34189... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-21 (Tue, 03 March 2017) +01:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsorship Signed-off-by: Michal Čihař <michal@cihar.com> Commit: d38edf9fb5540a3467f266a30d1514661a2b45e7 https://github.com/phpmyadmin/website/commit/d38edf9fb5540a3467f266a30d15146... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-29 (Wed, 03 March 2017) +02:00 Changed paths: A security/migrations/0006_auto_20170329_0732.py M security/models.py Log Message: ----------- Add help text how to fill not yet assigned CVE Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 9dad5b92b0d8f02d8ad6d0d0a0cd8b81e8caa0e0 https://github.com/phpmyadmin/website/commit/9dad5b92b0d8f02d8ad6d0d0a0cd8b8... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2017-03-29 (Wed, 03 March 2017) -04:00 Changed paths: M pmaweb/settings.py Log Message: ----------- Remove phpMyAdmin 4.6 from download, add 4.7 Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: c71ae06d292746391f46e606509f917af045e2e6 https://github.com/phpmyadmin/website/commit/c71ae06d292746391f46e606509f917... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-30 (Thu, 03 March 2017) +02:00 Changed paths: M pmaweb/settings.py Log Message: ----------- Remove 4.4 from download page Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 855ed7fe31cba88bdb47e5863deafeb7f492227f https://github.com/phpmyadmin/website/commit/855ed7fe31cba88bdb47e5863deafeb... Author: Michal Čihař <michal@cihar.com> Date: 2017-03-30 (Thu, 03 March 2017) +02:00 Changed paths: M files/models.py Log Message: ----------- Clarify descriptions for older versions Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 1242ba4849abf3bb8f893e2a8edbfaaf09d7c9d1 https://github.com/phpmyadmin/website/commit/1242ba4849abf3bb8f893e2a8edbfaa... Author: Michal Čihař <michal@cihar.com> Date: 2017-04-03 (Mon, 04 April 2017) +02:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html D pmaweb/static/images/webhostingsecretrevealed.png Log Message: ----------- Remove expired sponsorship Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 337fe4a22e7359903b6a07a9d7b84512e6fd9a60 https://github.com/phpmyadmin/website/commit/337fe4a22e7359903b6a07a9d7b8451... Author: Michal Čihař <michal@cihar.com> Date: 2017-04-07 (Fri, 04 April 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new bronze sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 146d21b191cd08648fa389d7c15e2a07e347697e https://github.com/phpmyadmin/website/commit/146d21b191cd08648fa389d7c15e2a0... Author: Michal Čihař <michal@cihar.com> Date: 2017-04-07 (Fri, 04 April 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new bronze sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 0e9d1b5d0e628a1149a68e0f76d67b97d4ceaa77 https://github.com/phpmyadmin/website/commit/0e9d1b5d0e628a1149a68e0f76d67b9... Author: Michal Čihař <michal@cihar.com> Date: 2017-04-07 (Fri, 04 April 2017) +02:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html D pmaweb/static/images/chameleon-john.png D pmaweb/static/images/travel-ticker.png Log Message: ----------- Remove expired sponsors Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ee9baec926967157c67df50ee58c6f7fc21a2918 https://github.com/phpmyadmin/website/commit/ee9baec926967157c67df50ee58c6f7... Author: Michal Čihař <michal@cihar.com> Date: 2017-04-12 (Wed, 04 April 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new bronze sponosr Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ceb207b988e42addde3a3ee61c8570e6d2fc8780 https://github.com/phpmyadmin/website/commit/ceb207b988e42addde3a3ee61c8570e... Author: Michal Čihař <michal@cihar.com> Date: 2017-04-12 (Wed, 04 April 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new bronze sponosr Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 460ca21cd6e9a15c99b3ec2d7096f96835326a5c https://github.com/phpmyadmin/website/commit/460ca21cd6e9a15c99b3ec2d7096f96... Author: Michal Čihař <michal@cihar.com> Date: 2017-04-28 (Fri, 04 April 2017) +02:00 Changed paths: M pmaweb/templates/docs.html Log Message: ----------- Fix localized documentation links - the readthedocs now properly uses language in the URL - use docs.phpmyadmin.net URL - sort them alphabetically - list all projects we are building Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6920f5f6edce81597d76ee0f77b22d9ff0c457d2 https://github.com/phpmyadmin/website/commit/6920f5f6edce81597d76ee0f77b22d9... Author: Michal Čihař <michal@cihar.com> Date: 2017-04-28 (Fri, 04 April 2017) +02:00 Changed paths: M files/models.py Log Message: ----------- Clarify that 4.0 does not support current PHP It seems people try to use it and get erorrs, so let's be clear. Also it is now EOL. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 977461fd6ca3a8d9a1f86a05b3bb5d96eb5796b9 https://github.com/phpmyadmin/website/commit/977461fd6ca3a8d9a1f86a05b3bb5d9... Author: Michal Čihař <michal@cihar.com> Date: 2017-04-28 (Fri, 04 April 2017) +02:00 Changed paths: M pmaweb/static/images/logo-og.png M pmaweb/static/images/logo.png Log Message: ----------- Update logo images The old ones did not have proper transparency (due to lack of support for that in some browsers by the time they were created). As we don't seem to have sources for the original logo, I've used slightly newer version which was used on t-shirts and stickers. See https://github.com/phpmyadmin/phpmyadmin/issues/13218 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 145bebaae62756b3acdf88c86aa9ddb0a90bd267 https://github.com/phpmyadmin/website/commit/145bebaae62756b3acdf88c86aa9ddb... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-04 (Thu, 05 May 2017) +02:00 Changed paths: M pmaweb/static/images/logo-og.png M pmaweb/static/images/logo.png Log Message: ----------- Merge pull request #63 from nijel/logo Update logo images Commit: 2f5df381d62755534bb3bf6589618905ada54e75 https://github.com/phpmyadmin/website/commit/2f5df381d62755534bb3bf658961890... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-04 (Thu, 05 May 2017) +02:00 Changed paths: M data/themes.py Log Message: ----------- Add fallen 0.5 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 09edc77f3f952db47a7e882a3ec0e09c57c60767 https://github.com/phpmyadmin/website/commit/09edc77f3f952db47a7e882a3ec0e09... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-04 (Thu, 05 May 2017) +02:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html D pmaweb/static/images/hostingfacts.png Log Message: ----------- Remove expired sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 07e55540dff17ba384ffd29891602105836f8f44 https://github.com/phpmyadmin/website/commit/07e55540dff17ba384ffd2989160210... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-05 (Fri, 05 May 2017) +02:00 Changed paths: M pmaweb/templates/about-website.html M pmaweb/urls.py Log Message: ----------- Adjust lastest download links to match current release structure Fixes #62 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ab13f8706b8961bb6c1f1b60490b88eae2f617ca https://github.com/phpmyadmin/website/commit/ab13f8706b8961bb6c1f1b60490b88e... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-05 (Fri, 05 May 2017) +02:00 Changed paths: A pmaweb/templates/_stable-download.html M files/models.py M files/views.py M pmaweb/templates/_dlrow.html M pmaweb/templates/about-website.html M pmaweb/templates/downloads.html M pmaweb/urls.py Log Message: ----------- Generate latest download lists based on real data This way it won't get outdated, but rather fail on rendering when we do change something. Issue #62 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 3e1186f65da3a567ae4d67a17558ff252d50e3e8 https://github.com/phpmyadmin/website/commit/3e1186f65da3a567ae4d67a17558ff2... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-05 (Fri, 05 May 2017) +02:00 Changed paths: M pmaweb/templates/downloads.html Log Message: ----------- Add some anchors to downloads page Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 2b9806b79fa496de60a2c4d3e79082bf14e260eb https://github.com/phpmyadmin/website/commit/2b9806b79fa496de60a2c4d3e79082b... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-05 (Fri, 05 May 2017) +02:00 Changed paths: M .gitignore Log Message: ----------- Ignore all sqlite databases Signed-off-by: Michal Čihař <michal@cihar.com> Commit: eea9688cff73352a6a660076bd949321847d90d7 https://github.com/phpmyadmin/website/commit/eea9688cff73352a6a660076bd94932... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-05 (Fri, 05 May 2017) +02:00 Changed paths: A files/migrations/0004_release_snapshot.py M files/models.py M pmaweb/context_processors.py M pmaweb/sitemaps.py Log Message: ----------- Extend release model to track snapshots See https://github.com/phpmyadmin/phpmyadmin/issues/12821 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 621e343216a07674fbf19eeb874ae45bdb8592b9 https://github.com/phpmyadmin/website/commit/621e343216a07674fbf19eeb874ae45... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-05 (Fri, 05 May 2017) +02:00 Changed paths: M files/management/commands/import_files.py M files/models.py Log Message: ----------- Add suppoft for loading snapshots into website See https://github.com/phpmyadmin/phpmyadmin/issues/12821 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 151a0f2b220145ce55af3ac088e91ba4530dfbcc https://github.com/phpmyadmin/website/commit/151a0f2b220145ce55af3ac088e91ba... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-05 (Fri, 05 May 2017) +02:00 Changed paths: M files/views.py Log Message: ----------- Avoid listing snapshots on releases list Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e774bbef81098528bc2c134184ed98ad165cf1b1 https://github.com/phpmyadmin/website/commit/e774bbef81098528bc2c134184ed98a... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-05 (Fri, 05 May 2017) +02:00 Changed paths: M pmaweb/context_processors.py M pmaweb/templates/_release.html M pmaweb/templates/downloads.html Log Message: ----------- List daily snapshots on website Fixes https://github.com/phpmyadmin/phpmyadmin/issues/12821 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 0cb12e4a285f842cd800942b5e3732a11963481b https://github.com/phpmyadmin/website/commit/0cb12e4a285f842cd800942b5e3732a... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-05 (Fri, 05 May 2017) +02:00 Changed paths: M files/models.py Log Message: ----------- Add descriptions for 4.8 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a2f19f64d7e2b7923e6f1d51483db47848569fec https://github.com/phpmyadmin/website/commit/a2f19f64d7e2b7923e6f1d51483db47... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-05 (Fri, 05 May 2017) +02:00 Changed paths: M pmaweb/templates/_gitdl.html Log Message: ----------- Talk about phpmyadmin repo in specific That's what most people will want anyway. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 51400b902ca5bd87f3a06f895f701202a7be9fd0 https://github.com/phpmyadmin/website/commit/51400b902ca5bd87f3a06f895f70120... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-05 (Fri, 05 May 2017) +02:00 Changed paths: M pmaweb/templates/downloads.html Log Message: ----------- Avoid linking to github downloads They are not really suitable for users and for developers it's better to clone using git. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ca38a9d2e66e678388eadc347953b53582292ca5 https://github.com/phpmyadmin/website/commit/ca38a9d2e66e678388eadc347953b53... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-09 (Tue, 05 May 2017) +02:00 Changed paths: M files/models.py M pmaweb/templates/_dlrow.html Log Message: ----------- Simplify listing of stable files List just filename (same as we do with other downloads). Fixes #64 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e05d40dfe7ea646ab1a372b1a0231f75618f47a9 https://github.com/phpmyadmin/website/commit/e05d40dfe7ea646ab1a372b1a0231f7... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-09 (Tue, 05 May 2017) +02:00 Changed paths: A files/management/commands/docker_trigger.py M files/models.py Log Message: ----------- Move docker hub trigger to management command As we use fixed URLs for regular build, it makes no sense to trigger on every download. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: aea8a198bd10c6c9e1605b9b2d2907e988b4e514 https://github.com/phpmyadmin/website/commit/aea8a198bd10c6c9e1605b9b2d2907e... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-09 (Tue, 05 May 2017) +02:00 Changed paths: M files/management/commands/import_files.py Log Message: ----------- Parse snapshot metadata Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 51015342d8ccd2c0e70bf45179060526bd116555 https://github.com/phpmyadmin/website/commit/51015342d8ccd2c0e70bf4517906052... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-09 (Tue, 05 May 2017) +02:00 Changed paths: M pmaweb/templates/_release.html Log Message: ----------- Display release metadata Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 594462944f9738d4b91833b42de71037ac6d0ae9 https://github.com/phpmyadmin/website/commit/594462944f9738d4b91833b42de7103... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-11 (Thu, 05 May 2017) +02:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html D pmaweb/static/images/couponcodehoster.png Log Message: ----------- Remove expired sponsorship Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 4e3f7a51354efc15d869ada7798cf936a2c598d0 https://github.com/phpmyadmin/website/commit/4e3f7a51354efc15d869ada7798cf93... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-12 (Fri, 05 May 2017) +02:00 Changed paths: A news/migrations/0003_auto_20170512_1407.py M news/models.py Log Message: ----------- Allow longer field for title Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 72f673fbe4bf94664c3d3c25bab2cd364959a84a https://github.com/phpmyadmin/website/commit/72f673fbe4bf94664c3d3c25bab2cd3... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-16 (Tue, 05 May 2017) +02:00 Changed paths: A files/migrations/0005_theme_show.py M files/admin.py M files/models.py M pmaweb/context_processors.py Log Message: ----------- Allow to hide themes from listing This is manual action. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 23b418ffab0c2ddcb375de5e0aeb4e6bd60a5403 https://github.com/phpmyadmin/website/commit/23b418ffab0c2ddcb375de5e0aeb4e6... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-16 (Tue, 05 May 2017) +02:00 Changed paths: M data/themes.py Log Message: ----------- Remove not used attribute We never hide new themes, just the old ones, so it makes no sense to define this in data which is used when theme is first published. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b63cc0455520af92ab6eaeeb1742dee7c9b53d4f https://github.com/phpmyadmin/website/commit/b63cc0455520af92ab6eaeeb1742dee... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-16 (Tue, 05 May 2017) +02:00 Changed paths: M files/management/commands/import_themes.py Log Message: ----------- Add support for reading theme.json when importing themes This makes no longer necessary to fill in THEMES dict for new themes. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 263a3a6d7c007041519a6ce34ce042c670b1fcb4 https://github.com/phpmyadmin/website/commit/263a3a6d7c007041519a6ce34ce042c... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-16 (Tue, 05 May 2017) +02:00 Changed paths: A files/migrations/0006_theme_url.py M files/management/commands/import_themes.py M files/models.py M pmaweb/templates/themes.html Log Message: ----------- Include theme URL in theme data and use it on website This will aplly only to new themes, where authors can specify this in theme.json. Fixes #57 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: f68034b63a8c0f1f5908d25880e1601c4b5047fe https://github.com/phpmyadmin/website/commit/f68034b63a8c0f1f5908d25880e1601... Author: Michal Čihař <michal@cihar.com> Date: 2017-05-16 (Tue, 05 May 2017) +02:00 Changed paths: M files/management/commands/import_themes.py Log Message: ----------- Warn about missing theme.json Also avoid processing already imported themes. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: d82c44b3461d7cd42907a82211eb56735acf973a https://github.com/phpmyadmin/website/commit/d82c44b3461d7cd42907a82211eb567... Author: Michal Čihař <michal@cihar.com> Date: 2017-06-01 (Thu, 06 June 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add tinki.nl sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: d1e9efe4bf360846f3a58bd1f6fa67df1a15390c https://github.com/phpmyadmin/website/commit/d1e9efe4bf360846f3a58bd1f6fa67d... Author: Michal Čihař <michal@cihar.com> Date: 2017-06-01 (Thu, 06 June 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add xopenhub.pro sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a140e30227f251dd757912e068b4511b20d6ca25 https://github.com/phpmyadmin/website/commit/a140e30227f251dd757912e068b4511... Author: Michal Čihař <michal@cihar.com> Date: 2017-06-01 (Thu, 06 June 2017) +02:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsorship (no longer fits) Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 382ec5760f376cea586d8341b69c902467faa89f https://github.com/phpmyadmin/website/commit/382ec5760f376cea586d8341b69c902... Author: Michal Čihař <michal@cihar.com> Date: 2017-06-07 (Wed, 06 June 2017) +02:00 Changed paths: A pmaweb/static/images/navicat_250x250.png M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html D pmaweb/static/images/navicat_250x250.jpg Log Message: ----------- Update Navicat logo Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e3fd2ef6b0803fb246d598c73d2574a23b3670e1 https://github.com/phpmyadmin/website/commit/e3fd2ef6b0803fb246d598c73d2574a... Author: Michal Čihař <michal@cihar.com> Date: 2017-06-09 (Fri, 06 June 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Changed anchor on sponsor request Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 243258a655866373988dddfea0ae0f0d54968a1b https://github.com/phpmyadmin/website/commit/243258a655866373988dddfea0ae0f0... Author: Michal Čihař <michal@cihar.com> Date: 2017-06-16 (Fri, 06 June 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsors Signed-off-by: Michal Čihař <michal@cihar.com> Commit: c54fe093700af58469770e33280f12c665785396 https://github.com/phpmyadmin/website/commit/c54fe093700af58469770e33280f12c... Author: Michal Čihař <michal@cihar.com> Date: 2017-06-16 (Fri, 06 June 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 9bc6ce6391bbaa61c637e1b5d19a255960e9f97f https://github.com/phpmyadmin/website/commit/9bc6ce6391bbaa61c637e1b5d19a255... Author: Marc Delisle <marc@infomarc.info> Date: 2017-06-17 (Sat, 06 June 2017) -04:00 Changed paths: M pmaweb/templates/base.html Log Message: ----------- Fix typos, improve wording Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 5dc99ab668ec0849d254b0e99c20e40bb42c829a https://github.com/phpmyadmin/website/commit/5dc99ab668ec0849d254b0e99c20e40... Author: Michal Čihař <michal@cihar.com> Date: 2017-06-17 (Sat, 06 June 2017) +02:00 Changed paths: M pmaweb/templates/base.html Log Message: ----------- Merge pull request #66 from lem9/patch-2 Fix typos, improve wording Commit: 10d7539f0c4b40471e3930a94cc2146e4a5e485e https://github.com/phpmyadmin/website/commit/10d7539f0c4b40471e3930a94cc2146... Author: Michal Čihař <michal@cihar.com> Date: 2017-06-19 (Mon, 06 June 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 2e6ed18a207d66a65e50ca1fa76df3324b65b89b https://github.com/phpmyadmin/website/commit/2e6ed18a207d66a65e50ca1fa76df33... Author: Michal Čihař <michal@cihar.com> Date: 2017-06-27 (Tue, 06 June 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add another sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b73b930dbd61efef55d048dbddd152dd6f90c1f2 https://github.com/phpmyadmin/website/commit/b73b930dbd61efef55d048dbddd152d... Author: Michal Čihař <michal@cihar.com> Date: 2017-06-30 (Fri, 06 June 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new Brozne sponsor link Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 213dcbd354af747f426513d6b08734516d9e1a1c https://github.com/phpmyadmin/website/commit/213dcbd354af747f426513d6b087345... Author: Michal Čihař <michal@cihar.com> Date: 2017-07-09 (Sun, 07 July 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Change sponsor link Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 177bbdbb5cb1e5b999f5e17928994bf950774ca3 https://github.com/phpmyadmin/website/commit/177bbdbb5cb1e5b999f5e17928994bf... Author: Michal Čihař <michal@cihar.com> Date: 2017-07-10 (Mon, 07 July 2017) +02:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html D pmaweb/static/images/01casinos.png Log Message: ----------- Remove expired sponsors Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 28a1ada05e5db974017c174d5ff67d1632999835 https://github.com/phpmyadmin/website/commit/28a1ada05e5db974017c174d5ff67d1... Author: Michal Čihař <michal@cihar.com> Date: 2017-07-10 (Mon, 07 July 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove sponsor from sponsors page as well Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6af3a48aea23c7670acadc474ccdbc93987b87ed https://github.com/phpmyadmin/website/commit/6af3a48aea23c7670acadc474ccdbc9... Author: Michal Čihař <michal@cihar.com> Date: 2017-07-12 (Wed, 07 July 2017) +02:00 Changed paths: M README.rst Log Message: ----------- Update Codacy badge Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 45e2760814d3c554595f4b0960d4b12aefc927c8 https://github.com/phpmyadmin/website/commit/45e2760814d3c554595f4b0960d4b12... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2017-07-12 (Wed, 07 July 2017) -04:00 Changed paths: A pmaweb/static/images/heads/mauricio.jpg M pmaweb/templates/team.html Log Message: ----------- Add Mauricio to the team directory Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 48548b0bee8cbc836bcef568332ffb289af8cc3c https://github.com/phpmyadmin/website/commit/48548b0bee8cbc836bcef568332ffb2... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2017-07-12 (Wed, 07 July 2017) -04:00 Changed paths: M pmaweb/templates/team.html Log Message: ----------- Remember to include his photo Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 304a8866dee56bd70ecb2a052596142ec26d27e9 https://github.com/phpmyadmin/website/commit/304a8866dee56bd70ecb2a052596142... Author: Maurício Meneghini Fauth <mauriciofauth@gmail.com> Date: 2017-07-12 (Wed, 07 July 2017) -03:00 Changed paths: M pmaweb/templates/team.html Log Message: ----------- Fix duplicate name Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> Commit: 998ae7190b54aeb028c546628eca2ca326c39815 https://github.com/phpmyadmin/website/commit/998ae7190b54aeb028c546628eca2ca... Author: Michal Čihař <michal@cihar.com> Date: 2017-07-21 (Fri, 07 July 2017) +02:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html D pmaweb/static/images/mobileslots.png Log Message: ----------- Remove expired sponsor This reverts commit 2f3b7e39864f0346b92a4b604e92392a2b36c9df. Commit: 444dd28ea718d005d76f4bfd977afec5bc863f92 https://github.com/phpmyadmin/website/commit/444dd28ea718d005d76f4bfd977afec... Author: Michal Čihař <michal@cihar.com> Date: 2017-07-21 (Fri, 07 July 2017) +02:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html D pmaweb/static/images/tobi.png Log Message: ----------- Remove expired sponsor This reverts commit 3e46316b813658698d74a779046b5201ddea58f5. Commit: e2112f0fb43f042be551ecaadb05b1cc79ba5360 https://github.com/phpmyadmin/website/commit/e2112f0fb43f042be551ecaadb05b1c... Author: Michal Čihař <michal@cihar.com> Date: 2017-07-21 (Fri, 07 July 2017) +02:00 Changed paths: M pmaweb/static/images/logo-og.png M pmaweb/static/images/logo.png Log Message: ----------- Update logo to remove shadow See https://github.com/phpmyadmin/phpmyadmin/issues/13415 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: c2056955f3e188d1992f9573f713fee693bab9ed https://github.com/phpmyadmin/website/commit/c2056955f3e188d1992f9573f713fee... Author: Michal Čihař <michal@cihar.com> Date: 2017-08-02 (Wed, 08 August 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 88b1671a83061a1d98d615cffec7fba311233a2b https://github.com/phpmyadmin/website/commit/88b1671a83061a1d98d615cffec7fba... Author: Michal Čihař <michal@cihar.com> Date: 2017-08-08 (Tue, 08 August 2017) -04:00 Changed paths: A pmaweb/static/images/debconf-2017/debconf-2017-med.jpg A pmaweb/static/images/debconf-2017/debconf-2017-tn.jpg A pmaweb/static/images/debconf-2017/debconf-2017.jpg M pmaweb/templates/team.html Log Message: ----------- Add Montreal photo Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 42bff8eb0d0631779e5cba3f0911c2aa4d7fcdef https://github.com/phpmyadmin/website/commit/42bff8eb0d0631779e5cba3f0911c2a... Author: Michal Čihař <michal@cihar.com> Date: 2017-08-08 (Tue, 08 August 2017) -04:00 Changed paths: M pmaweb/static/css/style.css M pmaweb/templates/team.html M pmaweb/templates/try.html Log Message: ----------- Fix allignment of screenshots and team meetin photos Fixes #65 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 5294675a10142716e9527142a28b39416d9b4f17 https://github.com/phpmyadmin/website/commit/5294675a10142716e9527142a28b394... Author: Michal Čihař <michal@cihar.com> Date: 2017-08-09 (Wed, 08 August 2017) -04:00 Changed paths: M pmaweb/views.py Log Message: ----------- Better document REDIRECT_MAP Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 57f519a94f35e50454da2e28e2406a83959d6239 https://github.com/phpmyadmin/website/commit/57f519a94f35e50454da2e28e2406a8... Author: Michal Čihař <michal@cihar.com> Date: 2017-08-11 (Fri, 08 August 2017) -04:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsorship Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 48a2bdb6431c587048fc380346aff05ef48a7694 https://github.com/phpmyadmin/website/commit/48a2bdb6431c587048fc380346aff05... Author: Michal Čihař <michal@cihar.com> Date: 2017-08-11 (Fri, 08 August 2017) -04:00 Changed paths: M pmaweb/templates/team.html Log Message: ----------- List team members in order shown on photo Signed-off-by: Michal Čihař <michal@cihar.com> Commit: eeb575581bc6672e474a02643144f560fefdd1fc https://github.com/phpmyadmin/website/commit/eeb575581bc6672e474a02643144f56... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2017-08-11 (Fri, 08 August 2017) -04:00 Changed paths: A pmaweb/templates/contractor.html M pmaweb/templates/contribute.html M pmaweb/urls.py Log Message: ----------- Add a page for the contract developer position Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 4f590d36793d75d0e614dbf9c7388969beb33de2 https://github.com/phpmyadmin/website/commit/4f590d36793d75d0e614dbf9c738896... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2017-08-11 (Fri, 08 August 2017) -04:00 Changed paths: M pmaweb/templates/contribute.html Log Message: ----------- Add contractor mention to donation section Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 3bc46a666b28bca816bb969d169e485a5e187a73 https://github.com/phpmyadmin/website/commit/3bc46a666b28bca816bb969d169e485... Author: Michal Čihař <michal@cihar.com> Date: 2017-08-12 (Sat, 08 August 2017) -04:00 Changed paths: M pmaweb/urls.py Log Message: ----------- Fix name for contractor page Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e9f6a64fbef0fbd5be8d53e0a34f4d8548ae9f1a https://github.com/phpmyadmin/website/commit/e9f6a64fbef0fbd5be8d53e0a34f4d8... Author: Michal Čihař <michal@cihar.com> Date: 2017-08-12 (Sat, 08 August 2017) -04:00 Changed paths: M pmaweb/tests.py Log Message: ----------- Add test for rendering contractor page Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ff00081651d8f76523ce142c4f25c429b207a671 https://github.com/phpmyadmin/website/commit/ff00081651d8f76523ce142c4f25c42... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2017-08-12 (Sat, 08 August 2017) -04:00 Changed paths: M pmaweb/tests.py M pmaweb/urls.py Log Message: ----------- Merge pull request #1 from nijel/tests Fixes and adds tests for new page Commit: 97452ad275de4fb89cc94ec6e792143c3a5a6454 https://github.com/phpmyadmin/website/commit/97452ad275de4fb89cc94ec6e792143... Author: Michal Čihař <michal@cihar.com> Date: 2017-08-12 (Sat, 08 August 2017) -04:00 Changed paths: A pmaweb/templates/contractor.html M pmaweb/templates/contribute.html M pmaweb/tests.py M pmaweb/urls.py Log Message: ----------- Merge pull request #67 from ibennetch/contractor Add a page for the contract developer position Commit: f9a55a6129582b49872db8a21bcbaf17b2b8a9f0 https://github.com/phpmyadmin/website/commit/f9a55a6129582b49872db8a21bcbaf1... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2017-08-12 (Sat, 08 August 2017) -04:00 Changed paths: M pmaweb/templates/team.html Log Message: ----------- Add DebConf17 description Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: f7102800a0162035d783810f01214fc302821bdc https://github.com/phpmyadmin/website/commit/f7102800a0162035d783810f01214fc... Author: Michal Čihař <michal@cihar.com> Date: 2017-08-13 (Sun, 08 August 2017) -04:00 Changed paths: M pmaweb/templates/team.html Log Message: ----------- Merge pull request #68 from ibennetch/deb17 Add DebConf17 description Commit: 9648625d72f3452af8b6cd7535553453905d1b13 https://github.com/phpmyadmin/website/commit/9648625d72f3452af8b6cd753555345... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2017-08-14 (Mon, 08 August 2017) -04:00 Changed paths: M pmaweb/templates/contractor.html Log Message: ----------- Improve wording of work break down Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 2d5d96cf57930a4b01cc7f1b5a31b1815e716ac1 https://github.com/phpmyadmin/website/commit/2d5d96cf57930a4b01cc7f1b5a31b18... Author: Michal Čihař <michal@cihar.com> Date: 2017-08-23 (Wed, 08 August 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new bronze sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e907ac7e0c8fc4d3e22af897af38c66219ec0cbc https://github.com/phpmyadmin/website/commit/e907ac7e0c8fc4d3e22af897af38c66... Author: Michal Čihař <michal@cihar.com> Date: 2017-08-27 (Sun, 08 August 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Adjust anchor text Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 8985518ad79fde980692ffb427f7d03d5e1c44d5 https://github.com/phpmyadmin/website/commit/8985518ad79fde980692ffb427f7d03... Author: Michal Čihař <michal@cihar.com> Date: 2017-08-29 (Tue, 08 August 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsorship Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 5e3a0f19e85097a1f24827c6aff9976b498bc432 https://github.com/phpmyadmin/website/commit/5e3a0f19e85097a1f24827c6aff9976... Author: Marc Delisle <marc@infomarc.info> Date: 2017-09-03 (Sun, 09 September 2017) -04:00 Changed paths: M pmaweb/templates/team.html Log Message: ----------- Reorganize the team's description Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: b6c070b209a065de974318e3372ed11b1aa2a167 https://github.com/phpmyadmin/website/commit/b6c070b209a065de974318e3372ed11... Author: Michal Čihař <michal@cihar.com> Date: 2017-09-04 (Mon, 09 September 2017) +02:00 Changed paths: M pmaweb/templates/team.html Log Message: ----------- Merge pull request #69 from lem9/patch-3 Reorganize the team's description Commit: 619b0d9b5740592e3545aa6d26fea98ccb27e8ba https://github.com/phpmyadmin/website/commit/619b0d9b5740592e3545aa6d26fea98... Author: Michal Čihař <michal@cihar.com> Date: 2017-09-04 (Mon, 09 September 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsorship Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 7df40ab67675f8d15077c39e7baf6a0618c9b9e7 https://github.com/phpmyadmin/website/commit/7df40ab67675f8d15077c39e7baf6a0... Author: Michal Čihař <michal@cihar.com> Date: 2017-09-05 (Tue, 09 September 2017) +02:00 Changed paths: A .github/stale.yml Log Message: ----------- Add configuration for Probot Stale See https://github.com/probot/stale/ Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 0d064d43b7ae00df6bf90b683383a3a6b420f616 https://github.com/phpmyadmin/website/commit/0d064d43b7ae00df6bf90b683383a3a... Author: Michal Čihař <michal@cihar.com> Date: 2017-09-08 (Fri, 09 September 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ef9f1e953df900e5d42390ab0f47512a88645e26 https://github.com/phpmyadmin/website/commit/ef9f1e953df900e5d42390ab0f47512... Author: Michal Čihař <michal@cihar.com> Date: 2017-09-08 (Fri, 09 September 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsorship Signed-off-by: Michal Čihař <michal@cihar.com> Commit: d6bdb0579ec8f6d92f040c906138e28d7199d24b https://github.com/phpmyadmin/website/commit/d6bdb0579ec8f6d92f040c906138e28... Author: Marc Delisle <marc@infomarc.info> Date: 2017-09-19 (Tue, 09 September 2017) -04:00 Changed paths: M pmaweb/templates/index.html Log Message: ----------- Avoid the need of a yearly update Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: ca92a182e21585ba65df061e6ba1d428c48103b1 https://github.com/phpmyadmin/website/commit/ca92a182e21585ba65df061e6ba1d42... Author: Maurício Meneghini Fauth <mauriciofauth@gmail.com> Date: 2017-09-19 (Tue, 09 September 2017) -03:00 Changed paths: M pmaweb/templates/index.html Log Message: ----------- Merge pull request #70 from lem9/patch-4 Avoid the need of a yearly update Commit: 2fa3c73ab3ebec4af7cb137e60c9e5b2a7b09db8 https://github.com/phpmyadmin/website/commit/2fa3c73ab3ebec4af7cb137e60c9e5b... Author: Michal Čihař <michal@cihar.com> Date: 2017-10-16 (Mon, 10 October 2017) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ad432196acb4379f4eea4a180f37f6ef0af9f21c https://github.com/phpmyadmin/website/commit/ad432196acb4379f4eea4a180f37f6e... Author: Michal Čihař <michal@cihar.com> Date: 2017-10-25 (Wed, 10 October 2017) +02:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html D pmaweb/static/images/casino2k.png Log Message: ----------- Remove expired sponsorship Signed-off-by: Michal Čihař <michal@cihar.com> Commit: fe64388c089d8964b9afcd9e5ec5ca3215e17e10 https://github.com/phpmyadmin/website/commit/fe64388c089d8964b9afcd9e5ec5ca3... Author: Michal Čihař <michal@cihar.com> Date: 2017-11-14 (Tue, 11 November 2017) +01:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html D pmaweb/static/images/roxy-palace.png Log Message: ----------- Remove expired sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 8a149739e2aeed360a22772ffb1be00f303c2aa2 https://github.com/phpmyadmin/website/commit/8a149739e2aeed360a22772ffb1be00... Author: Michal Čihař <michal@cihar.com> Date: 2017-11-14 (Tue, 11 November 2017) +01:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/downloads.html M pmaweb/templates/sponsors.html Log Message: ----------- Move wpbeginner sponsor back to regular locations This was temporary placement to avoid listing next to gambling sites. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 0bd9c1e9c8735e44152e33b34f2724d08b079005 https://github.com/phpmyadmin/website/commit/0bd9c1e9c8735e44152e33b34f2724d... Author: Michal Čihař <michal@cihar.com> Date: 2017-11-14 (Tue, 11 November 2017) +01:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Add label to promote sponsorship location Signed-off-by: Michal Čihař <michal@cihar.com> Commit: eae3415783ed83c4d37dfa9f24e0852f0fa6caa4 https://github.com/phpmyadmin/website/commit/eae3415783ed83c4d37dfa9f24e0852... Author: Michal Čihař <michal@cihar.com> Date: 2017-11-20 (Mon, 11 November 2017) +01:00 Changed paths: M files/management/commands/import_files.py Log Message: ----------- Fix files import after adding index.html files We need to ingore these and do not try to process them as a release. Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13820 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 16460519403c7ac974737eb4954c1c0b3420a420 https://github.com/phpmyadmin/website/commit/16460519403c7ac974737eb4954c1c0... Author: Michal Čihař <michal@cihar.com> Date: 2017-12-01 (Fri, 12 December 2017) +01:00 Changed paths: M files/models.py Log Message: ----------- Document support for PHP 7.2 It should work since phpMyAdmin 4.7.4 See https://github.com/phpmyadmin/phpmyadmin/pull/13414 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: c993abb6d167527b26cbfc6f12469a6bdf7dfdae https://github.com/phpmyadmin/website/commit/c993abb6d167527b26cbfc6f12469a6... Author: Michal Čihař <michal@cihar.com> Date: 2018-01-02 (Tue, 01 January 2018) +01:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsorship Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ae14a29bc09ea799fe0366356ede4c2e9cc925e6 https://github.com/phpmyadmin/website/commit/ae14a29bc09ea799fe0366356ede4c2... Author: Michal Čihař <michal@cihar.com> Date: 2018-01-08 (Mon, 01 January 2018) +01:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add anchor for technology partners Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 2c265b44cb9d291cf5d834a503d7dce272df4c34 https://github.com/phpmyadmin/website/commit/2c265b44cb9d291cf5d834a503d7dce... Author: Michal Čihař <michal@cihar.com> Date: 2018-01-08 (Mon, 01 January 2018) +01:00 Changed paths: M files/models.py Log Message: ----------- Avoid purging release from CDN multiple times in single request In case several files are added, it's quite easy to hit CDN limits. Also it makes no sense to fire several same purge requests at once. Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13886 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: ed017c2fe6f3c02cdb503d46cd656e9bae6e4742 https://github.com/phpmyadmin/website/commit/ed017c2fe6f3c02cdb503d46cd656e9... Author: Michal Čihař <michal@cihar.com> Date: 2018-01-22 (Mon, 01 January 2018) +01:00 Changed paths: M pmaweb/tests.py Log Message: ----------- Fix test with limited CDN purging Signed-off-by: Michal Čihař <michal@cihar.com> Commit: b574e70b14863d1ab297ff2f65854cc70db4c99f https://github.com/phpmyadmin/website/commit/b574e70b14863d1ab297ff2f65854cc... Author: Michal Čihař <michal@cihar.com> Date: 2018-01-22 (Mon, 01 January 2018) +01:00 Changed paths: M pmaweb/templates/_sponsorship_conditions.html Log Message: ----------- Revert "Increase price for Gold level as agreed on the team meeting" This reverts commit f6a7ff33e7b805468480c40c69beebee98d5cb79. Commit: 16dbe28482a584cebbed4f4493a3b0634aa19a4e https://github.com/phpmyadmin/website/commit/16dbe28482a584cebbed4f4493a3b06... Author: Michal Čihař <michal@cihar.com> Date: 2018-02-06 (Tue, 02 February 2018) +01:00 Changed paths: M pmaweb/templates/_sponsorship_conditions.html Log Message: ----------- Merge pull request #71 from nijel/gold Revert "Increase price for Gold level as agreed on the team meeting" Commit: c4e4163a32db31da01f097becf060799827b118d https://github.com/phpmyadmin/website/commit/c4e4163a32db31da01f097becf06079... Author: Michal Čihař <michal@cihar.com> Date: 2018-02-09 (Fri, 02 February 2018) +01:00 Changed paths: A pmaweb/static/images/baba-support.png A pmaweb/static/images/crumbles.png M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Add baba support and crumbles sponsors Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 9b91b5fb52dee7ab1d285688fc6d99961602cfbd https://github.com/phpmyadmin/website/commit/9b91b5fb52dee7ab1d285688fc6d999... Author: Michal Čihař <michal@cihar.com> Date: 2018-02-09 (Fri, 02 February 2018) +01:00 Changed paths: M pmaweb/templates/_sponsors.html Log Message: ----------- Fix alt title Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 91e2e1fde05b0871774760aa87b2c59c2847606a https://github.com/phpmyadmin/website/commit/91e2e1fde05b0871774760aa87b2c59... Author: Michal Čihař <michal@cihar.com> Date: 2018-02-09 (Fri, 02 February 2018) +01:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Add ThemeIsle sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 12e776d9e317ea6257e80dbd3adb5545429fff9c https://github.com/phpmyadmin/website/commit/12e776d9e317ea6257e80dbd3adb554... Author: Michal Čihař <michal@cihar.com> Date: 2018-02-09 (Fri, 02 February 2018) +01:00 Changed paths: A pmaweb/static/images/themeisle.png Log Message: ----------- Add forgotten sponsor image Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a0352926a2904c841b1ba37da714743a66ce031d https://github.com/phpmyadmin/website/commit/a0352926a2904c841b1ba37da714743... Author: Michal Čihař <michal@cihar.com> Date: 2018-02-27 (Tue, 02 February 2018) +01:00 Changed paths: A pmaweb/static/images/alienwp.png M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e63d363ba69d0b5751c1eddee230aeaa8d7f9ae3 https://github.com/phpmyadmin/website/commit/e63d363ba69d0b5751c1eddee230aea... Author: Michal Čihař <michal@cihar.com> Date: 2018-03-01 (Thu, 03 March 2018) +01:00 Changed paths: M pmaweb/templates/downloads.html Log Message: ----------- Add overview table with supported versions Fixes https://github.com/phpmyadmin/phpmyadmin/issues/14005 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e92228b863a8f641453b054baee9a00471941e73 https://github.com/phpmyadmin/website/commit/e92228b863a8f641453b054baee9a00... Author: Michal Čihař <michal@cihar.com> Date: 2018-03-09 (Fri, 03 March 2018) +01:00 Changed paths: M pmaweb/templates/_sponsorship_conditions.html Log Message: ----------- Remove date since when we limit sponsor areas It is no interest to todays sponsors and all sponsors from past in these areas are expired. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 73316ff4ae527692c8d243f3dcbe3d324eeb45f6 https://github.com/phpmyadmin/website/commit/73316ff4ae527692c8d243f3dcbe3d3... Author: Michal Čihař <michal@cihar.com> Date: 2018-03-09 (Fri, 03 March 2018) +01:00 Changed paths: M pmaweb/templates/_sponsorship_conditions.html Log Message: ----------- Clarify that there are no discounts Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 279fa8422b113685e4983fd66ecf829011dd5cc1 https://github.com/phpmyadmin/website/commit/279fa8422b113685e4983fd66ecf829... Author: Michal Čihař <michal@cihar.com> Date: 2018-04-06 (Fri, 04 April 2018) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 0501cd1dd92a1254ad53946cd4a0765190948c8d https://github.com/phpmyadmin/website/commit/0501cd1dd92a1254ad53946cd4a0765... Author: Michal Čihař <michal@cihar.com> Date: 2018-04-06 (Fri, 04 April 2018) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 0373702e9dcb641111f6ac8867ada35bc0baed76 https://github.com/phpmyadmin/website/commit/0373702e9dcb641111f6ac8867ada35... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-04-07 (Sat, 04 April 2018) -04:00 Changed paths: M pmaweb/settings.py Log Message: ----------- Move to 4.8.x branch Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: a9ff23e829f83f465c0c063c3316b492c160f493 https://github.com/phpmyadmin/website/commit/a9ff23e829f83f465c0c063c3316b49... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-04-07 (Sat, 04 April 2018) -04:00 Changed paths: M pmaweb/templates/downloads.html Log Message: ----------- Post date for 4.7 EOL, since 4.8.0 is now released Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 4882a4a00f8f53f7aaf1a3efddfb6b48e2df229b https://github.com/phpmyadmin/website/commit/4882a4a00f8f53f7aaf1a3efddfb6b4... Author: Michal Čihař <michal@cihar.com> Date: 2018-04-09 (Mon, 04 April 2018) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: cebdd0978bc0100d3453fe0d853f4ed8a2bc55e4 https://github.com/phpmyadmin/website/commit/cebdd0978bc0100d3453fe0d853f4ed... Author: Michal Čihař <michal@cihar.com> Date: 2018-04-16 (Mon, 04 April 2018) +02:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 34bcd3fc59f72503ab03fbb1d14cdf8a2e43fc23 https://github.com/phpmyadmin/website/commit/34bcd3fc59f72503ab03fbb1d14cdf8... Author: Michal Čihař <michal@cihar.com> Date: 2018-04-16 (Mon, 04 April 2018) +02:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Fix typo in markup Signed-off-by: Michal Čihař <michal@cihar.com> Commit: f0291cd9726067be31c4158c875ae1dfb0b79ad9 https://github.com/phpmyadmin/website/commit/f0291cd9726067be31c4158c875ae1d... Author: Michal Čihař <michal@cihar.com> Date: 2018-04-16 (Mon, 04 April 2018) +02:00 Changed paths: A pmaweb/static/images/promocodewatch.png Log Message: ----------- Add sponsor logo Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 0ca65a2f52afa573bf6bc21673bfdd5519baf201 https://github.com/phpmyadmin/website/commit/0ca65a2f52afa573bf6bc21673bfdd5... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-04-17 (Tue, 04 April 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 5ecef9e7c7186cec7ef54364dd20d3fb4aaf9bf9 https://github.com/phpmyadmin/website/commit/5ecef9e7c7186cec7ef54364dd20d3f... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-04-18 (Wed, 04 April 2018) -04:00 Changed paths: M data/themes.py Log Message: ----------- List themes compatible with 4.8 Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 1b870250c710cbd458c9bc479737e1abe4d2eb2a https://github.com/phpmyadmin/website/commit/1b870250c710cbd458c9bc479737e1a... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-04-20 (Fri, 04 April 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add three new sponsors Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: aa71c0cc2a787cc163cbc725ff316f00d865a4f9 https://github.com/phpmyadmin/website/commit/aa71c0cc2a787cc163cbc725ff316f0... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-04-20 (Fri, 04 April 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove cancelled sponsorship Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 41c64d9ff27917ccf67ab5a23526b7b51ad2ed56 https://github.com/phpmyadmin/website/commit/41c64d9ff27917ccf67ab5a23526b7b... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-04-23 (Mon, 04 April 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 06cd925a87bbe68227373d223850423fa9d58948 https://github.com/phpmyadmin/website/commit/06cd925a87bbe68227373d223850423... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-04-24 (Tue, 04 April 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Correct sponsor name Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: b5eb08bc33eba179a3cefbeee508ac0d1d1cf38e https://github.com/phpmyadmin/website/commit/b5eb08bc33eba179a3cefbeee508ac0... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-04-25 (Wed, 04 April 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 809c706951fc0831ccd1db49d23ae8ff73e23f90 https://github.com/phpmyadmin/website/commit/809c706951fc0831ccd1db49d23ae8f... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-05-07 (Mon, 05 May 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsorship for ChefWorks They may elect to renew in the future, but will get back to us in the future. Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 121b93014f82106d5d378367e98660b521c01238 https://github.com/phpmyadmin/website/commit/121b93014f82106d5d378367e98660b... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-05-08 (Tue, 05 May 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html D pmaweb/static/images/eternity-rose.png Log Message: ----------- Remove expired sponsor Eternity Rose Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: a6b93c339195459889e90ca5a3c80b4a79a7d070 https://github.com/phpmyadmin/website/commit/a6b93c339195459889e90ca5a3c80b4... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-05-11 (Fri, 05 May 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor sneakerbaron Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: e010ae245fc859540a0ee6cccbf816ae950571f3 https://github.com/phpmyadmin/website/commit/e010ae245fc859540a0ee6cccbf816a... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-05-11 (Fri, 05 May 2018) -04:00 Changed paths: A pmaweb/static/images/clfip.png M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Chhabra Law Firm Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: b273bc69a5986c566d363c34ddc2d60fcc8f75f5 https://github.com/phpmyadmin/website/commit/b273bc69a5986c566d363c34ddc2d60... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-05-17 (Thu, 05 May 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor promocodi.com Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 4af24a12b8b1da0df0d04615f4799d474af22c7e https://github.com/phpmyadmin/website/commit/4af24a12b8b1da0df0d04615f4799d4... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-05-30 (Wed, 05 May 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor FIT.nl Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 7ce93bb7c8c8da1f666a09cc9b8bdb8359df1464 https://github.com/phpmyadmin/website/commit/7ce93bb7c8c8da1f666a09cc9b8bdb8... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-06-05 (Tue, 06 June 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Heer Law Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: c24f640c8c2570fcb75a5a6bbc97fb9fac98a87c https://github.com/phpmyadmin/website/commit/c24f640c8c2570fcb75a5a6bbc97fb9... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-06-07 (Thu, 06 June 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add again ChefWorks as a Bronze sponsor. See also commit 809c706951fc0831ccd1db49d23ae8ff73e23f90 Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: a965c157c4e9ebde0169201ea680ea582dccd06f https://github.com/phpmyadmin/website/commit/a965c157c4e9ebde0169201ea680ea5... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-06-19 (Tue, 06 June 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsor Local Digital Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: bc4db60f26410c778b3942847df44dd2ad786a57 https://github.com/phpmyadmin/website/commit/bc4db60f26410c778b3942847df44dd... Author: William Desportes <williamdes@wdes.fr> Date: 2018-06-21 (Thu, 06 June 2018) +02:00 Changed paths: M pmaweb/templates/security/rss.html Log Message: ----------- Fix CVE link Closes: #73 Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: fc236b0c2f9231f8abd89f162dc519997c3959c4 https://github.com/phpmyadmin/website/commit/fc236b0c2f9231f8abd89f162dc5199... Author: William Desportes <williamdes@wdes.fr> Date: 2018-06-21 (Thu, 06 June 2018) +02:00 Changed paths: M pmaweb/fixtures/test_data.json Log Message: ----------- Add test data for #73 Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: c0876172e80b4f6eff2285c064f0db9d77937e4f https://github.com/phpmyadmin/website/commit/c0876172e80b4f6eff2285c064f0db9... Author: William Desportes <williamdes@wdes.fr> Date: 2018-06-21 (Thu, 06 June 2018) +02:00 Changed paths: M README.rst Log Message: ----------- [README] Add migrate command Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: e1d8ca53344fcad8280e9a732b63fc04c7d7f3a8 https://github.com/phpmyadmin/website/commit/e1d8ca53344fcad8280e9a732b63fc0... Author: Michal Čihař <michal@cihar.com> Date: 2018-06-26 (Tue, 06 June 2018) +02:00 Changed paths: M README.rst M pmaweb/fixtures/test_data.json M pmaweb/templates/security/rss.html Log Message: ----------- Merge pull request #74 from williamdes/master Fix CVE links & update README Commit: 82dcf6e9c5b93051ddbc5b72ba584595e1637c19 https://github.com/phpmyadmin/website/commit/82dcf6e9c5b93051ddbc5b72ba58459... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-07-21 (Sat, 07 July 2018) -04:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html D pmaweb/static/images/navicat_250x250.png Log Message: ----------- Remove expired sponsor Navicat Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 68edda2cca193d4c2eae02a616ecce939211999d https://github.com/phpmyadmin/website/commit/68edda2cca193d4c2eae02a616ecce9... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-07-21 (Sat, 07 July 2018) -04:00 Changed paths: M pmaweb/templates/_sponsors.html Log Message: ----------- Trying to improve the blank Diamond position on the home page Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 7a78d987c1af745e9e681d28d1d9a0271e2e3654 https://github.com/phpmyadmin/website/commit/7a78d987c1af745e9e681d28d1d9a02... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-07-25 (Wed, 07 July 2018) -04:00 Changed paths: A pmaweb/static/images/engineforex.png M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor EngineForex Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: f4ad1e982dd7b4dd5a1270a0b04f2a3b916fc3a8 https://github.com/phpmyadmin/website/commit/f4ad1e982dd7b4dd5a1270a0b04f2a3... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-07-26 (Thu, 07 July 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Fix typo Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: dca5bcc585c86a01448d0fc4b6b19ed854295de8 https://github.com/phpmyadmin/website/commit/dca5bcc585c86a01448d0fc4b6b19ed... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-07-26 (Thu, 07 July 2018) -04:00 Changed paths: M pmaweb/templates/_sponsors.html Log Message: ----------- Fix typo Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: e33364cb5b901745f0baac703ae36490e3a143dc https://github.com/phpmyadmin/website/commit/e33364cb5b901745f0baac703ae3649... Author: Michal Čihař <michal@cihar.com> Date: 2018-07-26 (Thu, 07 July 2018) +02:00 Changed paths: M pmaweb/templates/docs.html Log Message: ----------- Remove link to devshed.com It seems to be broken now and the doc is anyway outdated. Issue #78 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 635f25567da809555a43713964522c9b21e4437b https://github.com/phpmyadmin/website/commit/635f25567da809555a43713964522c9... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-07-29 (Sun, 07 July 2018) -04:00 Changed paths: M files/models.py Log Message: ----------- Update current/future/older description on download page Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 5ba47f5409c76b01fd557178e9438ee818f3d3bf https://github.com/phpmyadmin/website/commit/5ba47f5409c76b01fd557178e9438ee... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-08-03 (Fri, 08 August 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsor Area Points Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: f74a4bf0f870201468512e175c518279e0aef56c https://github.com/phpmyadmin/website/commit/f74a4bf0f870201468512e175c51827... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-08-03 (Fri, 08 August 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsor EcoHosting Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: c60bfc97c3766515243f4c7987582870f1247b9b https://github.com/phpmyadmin/website/commit/c60bfc97c3766515243f4c798758287... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-08-05 (Sun, 08 August 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove promocodi early at Cristiano's request Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: c2418bf00fdf34b1481ac3beca1370caa6c0bfa4 https://github.com/phpmyadmin/website/commit/c2418bf00fdf34b1481ac3beca1370c... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-08-07 (Tue, 08 August 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor yoursmarthomeguide.com Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: e03dce1e4693c0b8d26768b375a364764a339abc https://github.com/phpmyadmin/website/commit/e03dce1e4693c0b8d26768b375a3647... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-08-07 (Tue, 08 August 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Fix bad copy/paste of sponsor URL Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: baca156f59118a8a37e0a4f004b5d1f12ea09c4c https://github.com/phpmyadmin/website/commit/baca156f59118a8a37e0a4f004b5d1f... Author: Michal Čihař <michal@cihar.com> Date: 2018-08-16 (Thu, 08 August 2018) +02:00 Changed paths: M pmaweb/cdn.py D pmaweb/management/commands/purge_docs_cdn.py Log Message: ----------- Remove no longer needed docs CDN It is served directly by readthedocs.org Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 813c68e52238266c593a7f38c09f79f3654700cf https://github.com/phpmyadmin/website/commit/813c68e52238266c593a7f38c09f79f... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-09-05 (Wed, 09 September 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsor teranicouture.com Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: a8ede9231ed453132454bdd6c6e43dc5fac5ffc0 https://github.com/phpmyadmin/website/commit/a8ede9231ed453132454bdd6c6e43dc... Author: William Desportes <williamdes@wdes.fr> Date: 2018-09-16 (Sun, 09 September 2018) +02:00 Changed paths: M files/models.py M files/tests.py M files/views.py Log Message: ----------- Fix latest checksum urls - Fix /downloads/phpMyAdmin-latest-all-languages.zip.sha256 - Fix /downloads/phpMyAdmin-latest-source.tar.xz.sha256 Fixes: https://github.com/phpmyadmin/phpmyadmin/issues/14616 Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: a9a7532890f2b0ecc2ffdac4b297998eecdee970 https://github.com/phpmyadmin/website/commit/a9a7532890f2b0ecc2ffdac4b297998... Author: Michal Čihař <michal@cihar.com> Date: 2018-09-16 (Sun, 09 September 2018) +02:00 Changed paths: M files/models.py M files/tests.py M files/views.py Log Message: ----------- Merge pull request #80 from williamdes/master Fix latest checksum urls Commit: 559b93486101834bdcba8c560427fc979edb8dd9 https://github.com/phpmyadmin/website/commit/559b93486101834bdcba8c560427fc9... Author: Michal Čihař <michal@cihar.com> Date: 2018-09-16 (Sun, 09 September 2018) +02:00 Changed paths: M files/views.py Log Message: ----------- Fix result.get_checksum_url invocation (see #80) Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a039aba0c5018b8e195037e36835c41270ba0246 https://github.com/phpmyadmin/website/commit/a039aba0c5018b8e195037e36835c41... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-09-16 (Sun, 09 September 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsor bestvpnrating.com Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 633d161e6f7c19bfe5c88c7c02f25785ae5168f9 https://github.com/phpmyadmin/website/commit/633d161e6f7c19bfe5c88c7c02f2578... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-09-19 (Wed, 09 September 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Positive Byte Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 38ee89af76c856a735feea49d2703fbcf3f0fb97 https://github.com/phpmyadmin/website/commit/38ee89af76c856a735feea49d2703fb... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-09-25 (Tue, 09 September 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Apollo Live Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 06f9dad7a0988880d4adf4c060c33436924ab350 https://github.com/phpmyadmin/website/commit/06f9dad7a0988880d4adf4c060c3343... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-09-27 (Thu, 09 September 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add returning sponsor bestvpnrating.com Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 0ea6174085a33481d69892bc4cff7190d6edce7e https://github.com/phpmyadmin/website/commit/0ea6174085a33481d69892bc4cff719... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-10-04 (Thu, 10 October 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Move bestvpnrating up a bit, returning them to their previous position. Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: b1f2d059fa0d6fac45c5f367a0a06bf3bd0a8ef4 https://github.com/phpmyadmin/website/commit/b1f2d059fa0d6fac45c5f367a0a06bf... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-10-08 (Mon, 10 October 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor internetvergelijk.nl Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: b0c3807d4637ca2fa76458e9b731e9e49b9aae04 https://github.com/phpmyadmin/website/commit/b0c3807d4637ca2fa76458e9b731e9e... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-10-08 (Mon, 10 October 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Correct anchor text for Internet vergelijken Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: cac5c041a61eed00699324667088af207887cbb2 https://github.com/phpmyadmin/website/commit/cac5c041a61eed00699324667088af2... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-10-08 (Mon, 10 October 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- fix typo in sponsor URL Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: cd99407e6e13bef76e1514084732ca4c6b5ce3f1 https://github.com/phpmyadmin/website/commit/cd99407e6e13bef76e1514084732ca4... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-10-16 (Tue, 10 October 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsor xwordmedia Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 260a1de774514e2c7ec59ba174637bcee50f0789 https://github.com/phpmyadmin/website/commit/260a1de774514e2c7ec59ba174637bc... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-10-31 (Wed, 10 October 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsor Daily Fantasy Cafe Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 4273e81a3bf696bb1ff458b492f6dbe9cf7bbf50 https://github.com/phpmyadmin/website/commit/4273e81a3bf696bb1ff458b492f6dbe... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-10-31 (Wed, 10 October 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Dallas Hand and Wrist Institute Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 13de577d74b274fd4a5d47ff186d1bd91138b0a6 https://github.com/phpmyadmin/website/commit/13de577d74b274fd4a5d47ff186d1bd... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-11-02 (Fri, 11 November 2018) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor beencrypted.com Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 819815276775a031a26c2d73b99c6e5fadee487c https://github.com/phpmyadmin/website/commit/819815276775a031a26c2d73b99c6e5... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-11-03 (Sat, 11 November 2018) -05:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Zoutons US Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 7f457b582208c124a06fa77370bd38dfa5eaa38b https://github.com/phpmyadmin/website/commit/7f457b582208c124a06fa77370bd38d... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-11-13 (Tue, 11 November 2018) -05:00 Changed paths: M pmaweb/templates/docs.html M pmaweb/templates/index.html Log Message: ----------- Update link to the phpMyAdmin book, the short link seems to have been redirected by Packt Fixes: #79 Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 0b5de46ac40969a69c34ddce2dfd44d9253e5393 https://github.com/phpmyadmin/website/commit/0b5de46ac40969a69c34ddce2dfd44d... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-11-22 (Thu, 11 November 2018) -05:00 Changed paths: M pmaweb/templates/team.html Log Message: ----------- Add William to team page Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 4aac1d87cba246922f24f9c5825ee3339ec39415 https://github.com/phpmyadmin/website/commit/4aac1d87cba246922f24f9c5825ee33... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-11-27 (Tue, 11 November 2018) -05:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Update link from dailyhosting to realestatesandpoint Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 86a14e0eae83ea2f44379cfda822a5093d5a219a https://github.com/phpmyadmin/website/commit/86a14e0eae83ea2f44379cfda822a50... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-12-05 (Wed, 12 December 2018) -05:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Workers Compensation Insurance Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 89366a23ab2035c194cdabfb74fd766db4268dc5 https://github.com/phpmyadmin/website/commit/89366a23ab2035c194cdabfb74fd766... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-12-31 (Mon, 12 December 2018) -07:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Axo Finans Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 59ffcde6f6448ba41b408993a843feee4560ec34 https://github.com/phpmyadmin/website/commit/59ffcde6f6448ba41b408993a843fee... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-12-31 (Mon, 12 December 2018) -07:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Fix typo/bad copy-paste Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 5177dc2197d76fb7fa93942737275f1824a87ad6 https://github.com/phpmyadmin/website/commit/5177dc2197d76fb7fa93942737275f1... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2018-12-31 (Mon, 12 December 2018) -07:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsor Flaptor Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 72b7c58bc41ba4d27dadcd19f6e59090460044dd https://github.com/phpmyadmin/website/commit/72b7c58bc41ba4d27dadcd19f6e5909... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-01-02 (Wed, 01 January 2019) -05:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Huren.nl Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 90d76163d8127fbe0b4af3f63fd912c6882b9f66 https://github.com/phpmyadmin/website/commit/90d76163d8127fbe0b4af3f63fd912c... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-01-14 (Mon, 01 January 2019) -05:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Maldives holidays Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 923abb07549aee9b31c8540dc76404033d8c25c6 https://github.com/phpmyadmin/website/commit/923abb07549aee9b31c8540dc764040... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-01-14 (Mon, 01 January 2019) -05:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Omega Media Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 3d7256c9d40de349fc6612e082cb634f1781c298 https://github.com/phpmyadmin/website/commit/3d7256c9d40de349fc6612e082cb634... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-01-15 (Tue, 01 January 2019) -05:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor PrivacyEnd Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 3f96c2ea0ceedec67a460ee04ed78895afa70a09 https://github.com/phpmyadmin/website/commit/3f96c2ea0ceedec67a460ee04ed7889... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-01-29 (Tue, 01 January 2019) -05:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html D pmaweb/static/images/wpbeginner-250.png Log Message: ----------- Remove expired sponsor WPBeginner Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 340256bc2abfaddaf17fa4231a7f2a3073feb01e https://github.com/phpmyadmin/website/commit/340256bc2abfaddaf17fa4231a7f2a3... Author: Michal Čihař <michal@cihar.com> Date: 2019-02-16 (Sat, 02 February 2019) +01:00 Changed paths: M pmaweb/templates/contractor.html Log Message: ----------- Soften wording about license of contractor word phpMyAdmin is using several libraries and even some our code is not released under GPL (coding standard is MIT and error reporting server is BSD licensed), so it makes no sense to talk only about GPL here. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 58c4018e63450db1632e60bd23d5f1c653922352 https://github.com/phpmyadmin/website/commit/58c4018e63450db1632e60bd23d5f1c... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-02-18 (Mon, 02 February 2019) -05:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Candour Digital Agency Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 99cab254b75770afbd7cf1cd2c48e050fc90ac07 https://github.com/phpmyadmin/website/commit/99cab254b75770afbd7cf1cd2c48e05... Author: Michal Čihař <michal@cihar.com> Date: 2019-02-18 (Mon, 02 February 2019) +01:00 Changed paths: M pmaweb/templates/contractor.html Log Message: ----------- Merge pull request #83 from nijel/contract Soften wording about license of contractor word Commit: 890b41101fad0c24882d38d88cb56709cf577e3f https://github.com/phpmyadmin/website/commit/890b41101fad0c24882d38d88cb5670... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-03-06 (Wed, 03 March 2019) -05:00 Changed paths: M pmaweb/templates/docs.html Log Message: ----------- Add new third party tutorial Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: a8818673a377b3670c78f3fa96578d402664ee00 https://github.com/phpmyadmin/website/commit/a8818673a377b3670c78f3fa96578d4... Author: Michal Čihař <michal@cihar.com> Date: 2019-03-07 (Thu, 03 March 2019) +01:00 Changed paths: M pmaweb/settings.py Log Message: ----------- Remove 4.0 from listing on download page Fixes https://github.com/phpmyadmin/phpmyadmin/issues/15005 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e293707382b253032df2d97401987889314bd4ec https://github.com/phpmyadmin/website/commit/e293707382b253032df2d9740198788... Author: Michal Čihař <michal@cihar.com> Date: 2019-03-10 (Sun, 03 March 2019) +01:00 Changed paths: M pmaweb/settings.py Log Message: ----------- Remove unused setting Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e46404515ff1f6b70eca57a8b63ea9da567afa11 https://github.com/phpmyadmin/website/commit/e46404515ff1f6b70eca57a8b63ea9d... Author: Michal Čihař <michal@cihar.com> Date: 2019-03-10 (Sun, 03 March 2019) +01:00 Changed paths: M files/management/commands/import_files.py M pmaweb/cdn.py M pmaweb/settings.py Log Message: ----------- Purge CDN caches for modified files I'm pretty sure it used to happend automatically on files sync before, but apparently it's no longer the case. Fixes #18 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 7c5db36f631279b0a3e8bdafed9d102a2e910dc6 https://github.com/phpmyadmin/website/commit/7c5db36f631279b0a3e8bdafed9d102... Author: Michal Čihař <michal@cihar.com> Date: 2019-03-10 (Sun, 03 March 2019) +01:00 Changed paths: M files/management/commands/import_files.py Log Message: ----------- Batch files purging on CDN to avoid ratelimiting Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 7649b3211e9b1a24f165128be659065252b6471a https://github.com/phpmyadmin/website/commit/7649b3211e9b1a24f165128be659065... Author: Michal Čihař <michal@cihar.com> Date: 2019-03-10 (Sun, 03 March 2019) +01:00 Changed paths: M files/management/commands/import_files.py Log Message: ----------- Purge sha* files from CDN cache on screenshot update Fixes #84 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 4577b7ac10354b9cc384ca5f2e8abcebcd9493ee https://github.com/phpmyadmin/website/commit/4577b7ac10354b9cc384ca5f2e8abce... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-03-18 (Mon, 03 March 2019) -04:00 Changed paths: A pmaweb/static/images/retool.png M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html Log Message: ----------- Add new platinum sponsor Retool Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: e2698733324493c69be0470e69703aaeb9c2a8bf https://github.com/phpmyadmin/website/commit/e2698733324493c69be0470e69703aa... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-03-19 (Tue, 03 March 2019) -04:00 Changed paths: M pmaweb/templates/sponsors.html D pmaweb/static/images/themeisle.png Log Message: ----------- Remove expired sponsor ThemeIsle Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 289dcdf48b605c4f9d4809723b7e282bbe103244 https://github.com/phpmyadmin/website/commit/289dcdf48b605c4f9d4809723b7e282... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-03-19 (Tue, 03 March 2019) -04:00 Changed paths: M pmaweb/templates/sponsors.html D pmaweb/static/images/baba-support.png Log Message: ----------- Remove expired sponsor Baba Support Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 5ed037fbb822789c24edd5f92f273b411ee08872 https://github.com/phpmyadmin/website/commit/5ed037fbb822789c24edd5f92f273b4... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-03-19 (Tue, 03 March 2019) -04:00 Changed paths: M pmaweb/templates/sponsors.html D pmaweb/static/images/crumbles.png Log Message: ----------- Remove expired sponsor Crumbles Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 02a41e12b26eb83160ed76fc9a2916ec9be9331a https://github.com/phpmyadmin/website/commit/02a41e12b26eb83160ed76fc9a2916e... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-03-23 (Sat, 03 March 2019) -04:00 Changed paths: M pmaweb/templates/_sponsors.html Log Message: ----------- Finish removing expired sponsors Crumbles, Baba Support, and ThemeIsle Related to these commits: * 5ed037fbb822789c24edd5f92f273b411ee08872 * 289dcdf48b605c4f9d4809723b7e282bbe103244 * e2698733324493c69be0470e69703aaeb9c2a8bf Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: b8047f07d86b07690f01c530963472a043b5874a https://github.com/phpmyadmin/website/commit/b8047f07d86b07690f01c530963472a... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-03-27 (Wed, 03 March 2019) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor zmarta.se Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: e5780fd7200cb0f10fff178680ad35718fe37d0a https://github.com/phpmyadmin/website/commit/e5780fd7200cb0f10fff178680ad357... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-03-27 (Wed, 03 March 2019) -05:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor zmarta.se (modify link) Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: f968ef36eec5131d47762ac58ab005129540e367 https://github.com/phpmyadmin/website/commit/f968ef36eec5131d47762ac58ab0051... Author: Marc Delisle <marc@infomarc.info> Date: 2019-04-02 (Tue, 04 April 2019) -04:00 Changed paths: M pmaweb/templates/_sponsorship_conditions.html Log Message: ----------- Improve English Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: 18cd218c290e2cb302db6b1111a39431321c3d0f https://github.com/phpmyadmin/website/commit/18cd218c290e2cb302db6b1111a3943... Author: Marc Delisle <marc@infomarc.info> Date: 2019-04-02 (Tue, 04 April 2019) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Improve English Signed-off-by: Marc Delisle <marc@infomarc.info> Commit: fc5a18eff8f53bec9296249de957d56521395c74 https://github.com/phpmyadmin/website/commit/fc5a18eff8f53bec9296249de957d56... Author: William Desportes <williamdes@wdes.fr> Date: 2019-04-02 (Tue, 04 April 2019) +02:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Merge pull request #86 from lem9/patch-6 Improve English Commit: ac3ff9f289074e60e83c8de8ae149cf49678e9ce https://github.com/phpmyadmin/website/commit/ac3ff9f289074e60e83c8de8ae149cf... Author: William Desportes <williamdes@wdes.fr> Date: 2019-04-02 (Tue, 04 April 2019) +02:00 Changed paths: M pmaweb/templates/_sponsorship_conditions.html Log Message: ----------- Merge pull request #85 from lem9/patch-5 Improve English Commit: f1dbaf354672c80d2d0850687a1bd039ce87fc44 https://github.com/phpmyadmin/website/commit/f1dbaf354672c80d2d0850687a1bd03... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-04-06 (Sat, 04 April 2019) -04:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html D pmaweb/static/images/alienwp.png Log Message: ----------- Remove expired sponsor AlienWP Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: ac92e344054ec412041a5175807ac03bcab11b54 https://github.com/phpmyadmin/website/commit/ac92e344054ec412041a5175807ac03... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-04-09 (Tue, 04 April 2019) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Best VPN Analysis Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: f38de4fe9395d4b9c29e0ed5e7293d4c60f35085 https://github.com/phpmyadmin/website/commit/f38de4fe9395d4b9c29e0ed5e7293d4... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-04-19 (Fri, 04 April 2019) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove expired sponsor bestewebsitebuilder.nl Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: f99fb73efca53e4252092e404d2de7977d9749c2 https://github.com/phpmyadmin/website/commit/f99fb73efca53e4252092e404d2de79... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-04-29 (Mon, 04 April 2019) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor allaljudbocker.se Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 5cff7f9373cd6569adeeadc87c71421f36031e04 https://github.com/phpmyadmin/website/commit/5cff7f9373cd6569adeeadc87c71421... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-04-29 (Mon, 04 April 2019) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor allelydbogapps.dk Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: f80cb3261c4760397e6dbc2a504be38fc800cdf1 https://github.com/phpmyadmin/website/commit/f80cb3261c4760397e6dbc2a504be38... Author: Michal Čihař <michal@cihar.com> Date: 2019-05-01 (Wed, 05 May 2019) +02:00 Changed paths: M pmaweb/templates/team.html Log Message: ----------- Update team page - move myself lower - remove no longer working Jabber - remove project admin role Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6141bb04debc534f9273e01a90f8f7a8153a6fb5 https://github.com/phpmyadmin/website/commit/6141bb04debc534f9273e01a90f8f7a... Author: Michal Čihař <michal@cihar.com> Date: 2019-05-01 (Wed, 05 May 2019) +02:00 Changed paths: M pmaweb/templates/team.html Log Message: ----------- Make Isaac an admin on the team page Signed-off-by: Michal Čihař <michal@cihar.com> Commit: e57bb7dec88fbbd23c6fca9f107a812f7dc034d5 https://github.com/phpmyadmin/website/commit/e57bb7dec88fbbd23c6fca9f107a812... Author: Michal Čihař <michal@cihar.com> Date: 2019-05-05 (Sun, 05 May 2019) +02:00 Changed paths: M files/management/commands/import_files.py Log Message: ----------- Ensure we are using same instance on update Otherwise we try to purge CDN too much. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: a523c5b098cb799891ba42c6a498146ff5078817 https://github.com/phpmyadmin/website/commit/a523c5b098cb799891ba42c6a498146... Author: Michal Čihař <michal@cihar.com> Date: 2019-05-05 (Sun, 05 May 2019) +02:00 Changed paths: M files/management/commands/import_files.py Log Message: ----------- Fix CDN purge invocation Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 6059c0e0c6da639f32e9508fe95aff127be26131 https://github.com/phpmyadmin/website/commit/6059c0e0c6da639f32e9508fe95aff1... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2019-05-18 (Sat, 05 May 2019) -03:00 Changed paths: A .well-known/security.txt Log Message: ----------- Create .well-known/security.txt file Based on https://securitytxt.org/ standard Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 5cc84924b27472dfd3bc1fb7ce7bf25f1a1f91e7 https://github.com/phpmyadmin/website/commit/5cc84924b27472dfd3bc1fb7ce7bf25... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-05-19 (Sun, 05 May 2019) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Remove sponsor autoverzekering.nl Their sponsorship seems to have expired this year (in fact, I'm not certain that Ledger shows them having paid in 2018, but they were renewed with commit 854c0dbe). There is no PayPal confirmation from Conservancy nor record that I see in Ledger, so I'm removing this Commit: ea985d270ec5e38ba57cabfeb00c7a355410a92b https://github.com/phpmyadmin/website/commit/ea985d270ec5e38ba57cabfeb00c7a3... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-05-19 (Sun, 05 May 2019) -04:00 Changed paths: M pmaweb/templates/_sponsors.html M pmaweb/templates/sponsors.html D pmaweb/static/images/clfip.png Log Message: ----------- Remove expired sponsor Chhabra Law Firm clfip.com Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 3a6709cdbf9b99089aab45dc861965b9577e986a https://github.com/phpmyadmin/website/commit/3a6709cdbf9b99089aab45dc861965b... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-05-22 (Wed, 05 May 2019) -04:00 Changed paths: M pmaweb/templates/sponsors.html Log Message: ----------- Add new sponsor Moneezy Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: fec61ff360302a32a9718fc27a0165cc8eb31b49 https://github.com/phpmyadmin/website/commit/fec61ff360302a32a9718fc27a0165c... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-05-24 (Fri, 05 May 2019) -04:00 Changed paths: M pmaweb/templates/donate.html Log Message: ----------- Correct phrasing of corporations, add that individuals are welcome to sponsor as well Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 134222d2d24392c1df21af23f5b43c4074ac0a7d https://github.com/phpmyadmin/website/commit/134222d2d24392c1df21af23f5b43c4... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2019-05-24 (Fri, 05 May 2019) -03:00 Changed paths: A .well-known/security.txt Log Message: ----------- Merge pull request #87 from mauriciofauth/security.txt Create .well-known/security.txt file Commit: fb9554d192fb759326b170416f1c47501dadc2dc https://github.com/phpmyadmin/website/commit/fb9554d192fb759326b170416f1c475... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-06-04 (Tue, 06 June 2019) -04:00 Changed paths: M data/themes.py M files/models.py Log Message: ----------- Enable version 4.9 for website Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: e20c706e92519f674914d87a9140897bc8867cfa https://github.com/phpmyadmin/website/commit/e20c706e92519f674914d87a9140897... Author: Isaac Bennetch <bennetch@gmail.com> Date: 2019-06-04 (Tue, 06 June 2019) -04:00 Changed paths: M pmaweb/settings.py Log Message: ----------- Enable version 4.9 for website Signed-off-by: Isaac Bennetch <bennetch@gmail.com> Commit: 37814293e6c275da8e4207ad54e74fca44092a9b https://github.com/phpmyadmin/website/commit/37814293e6c275da8e4207ad54e74fc... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2019-06-04 (Tue, 06 June 2019) -03:00 Changed paths: M pmaweb/templates/downloads.html Log Message: ----------- Move LTS to 4.9 and post EOL date for 4.8 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 4f10baaef3d3a4522b629789ec98fa8669afa78e https://github.com/phpmyadmin/website/commit/4f10baaef3d3a4522b629789ec98fa8... Author: Michal Čihař <michal@cihar.com> Date: 2019-06-05 (Wed, 06 June 2019) +02:00 Changed paths: M data/themes.py Log Message: ----------- Fix CSS map for 4.9 themes Commit: 00062661e9314fc3370fd41bcca5664f953333ba https://github.com/phpmyadmin/website/commit/00062661e9314fc3370fd41bcca5664... Author: Michal Čihař <michal@cihar.com> Date: 2019-06-05 (Wed, 06 June 2019) +02:00 Changed paths: M requirements.txt Log Message: ----------- Upgrade to Django 1.11
participants (1)
-
Michal Čihař