Feature #6903
Move public folders (css/js/img) inside web
80%
Description
There are some contents that are going to be always public:
chamilo/main/img
chamilo/main/inc/lib/javascript
chamilo/main/css
Those folders should be moved inside the "web" folder like this:
web/ChamiloLMS/img/
web/ChamiloLMS/js/
web/ChamiloLMS/css
Note: The name ChamiloLMS could be changed with LMS or lms or another vendor name. is used.
The problem is that files inside "chamilo/main/" are being parsed by the "silex/chamilo" controllers.
The idea is to make only public the web/ folder and "hide" the rest of files.
Related issues
Associated revisions
Moving javascript files inside a "public" path see #6903
Using Display::return_icon and using WEB_IMG_PATH see #6903
Removing unused CSS code
Using Display::return_icon and using WEB_IMG_PATH see #6903
Moving CSS files into web/ see #6903
Moving img files into web/ see #6903
History
Updated by Julio Montoya about 7 years ago
- Subject changed from Move public folders inside web to Move public folders (css/js/img) inside web
Updated by Julio Montoya almost 7 years ago
- Status changed from New to Needs testing
- Assignee set to Julio Montoya
- % Done changed from 0 to 80
Updated by Julio Montoya almost 7 years ago
- Status changed from Needs testing to Feature implemented
Replacing WEB_LIBRARY_PATH to WEB_LIBRARY_JS_PATH see #6903
The idea is to move the javascript folder inside the web/ChamiloLMS/js
folder that is not parsed by the Silex controller.