dev #18291 Allow to generate a sitemap
New profile configuration option: "Add to sitemap", defaults to 1 New batch: BuildSiteMap, generates a sitemap in temp/sitemap.xml New route: /sitemap.xml, returns the generated sitemap, or redirect to /index if there is none New constant: ROOT_URL, contains the server protocol, name and port (eg. "http://localhost:8080")
parent
83cc72ec
Branches
Tags
Showing
- VERSIONS_DEV/18291 2 additions, 0 deletionsVERSIONS_DEV/18291
- application/modules/admin/controllers/ProfilController.php 1 addition, 0 deletionsapplication/modules/admin/controllers/ProfilController.php
- application/modules/admin/views/scripts/profil/accueil.phtml 11 additions, 0 deletionsapplication/modules/admin/views/scripts/profil/accueil.phtml
- application/modules/opac/controllers/IndexController.php 13 additions, 0 deletionsapplication/modules/opac/controllers/IndexController.php
- cosmogramme/php/_init.php 1 addition, 1 deletioncosmogramme/php/_init.php
- cosmogramme/sql/patch/patch_228.php 7 additions, 0 deletionscosmogramme/sql/patch/patch_228.php
- includes.php 7 additions, 0 deletionsincludes.php
- library/Class/Batch.php 2 additions, 1 deletionlibrary/Class/Batch.php
- library/Class/Batch/BuildSiteMap.php 63 additions, 0 deletionslibrary/Class/Batch/BuildSiteMap.php
- library/Class/Profil.php 14 additions, 1 deletionlibrary/Class/Profil.php
- library/Class/Sitemap.php 73 additions, 0 deletionslibrary/Class/Sitemap.php
- library/Class/Testing/FileSystem.php 1 addition, 1 deletionlibrary/Class/Testing/FileSystem.php
- library/startup.php 7 additions, 1 deletionlibrary/startup.php
- tests/application/modules/admin/controllers/BatchControllerTest.php 6 additions, 0 deletions...ication/modules/admin/controllers/BatchControllerTest.php
- tests/application/modules/admin/controllers/ProfilControllerPageAccueilTest.php 32 additions, 1 deletion...les/admin/controllers/ProfilControllerPageAccueilTest.php
- tests/application/modules/opac/controllers/IndexControllerTest.php 54 additions, 0 deletions...lication/modules/opac/controllers/IndexControllerTest.php
- tests/bootstrap.php 1 addition, 0 deletionstests/bootstrap.php
- tests/library/Class/BatchTest.php 60 additions, 0 deletionstests/library/Class/BatchTest.php
- tests/library/Class/ProfilTest.php 2 additions, 1 deletiontests/library/Class/ProfilTest.php
- tests/library/Class/Testing/FileSystemTest.php 5 additions, 0 deletionstests/library/Class/Testing/FileSystemTest.php
Please register or sign in to comment