View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012125 | mantisbt | html | public | 2010-06-30 15:33 | 2011-08-05 02:41 |
Reporter | kaystrobach | Assigned To | atrol | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Product Version | 1.2.1 | ||||
Summary | 0012125: Better skinning API | ||||
Description | Hi guys, after working a while on a skin for mantis to integrate it in our intranet. Currently it seems to be possble to change the header and footer only, what results in a very small variety of skins. It would be nice, if the print functions for menus etc. can be disabled very easy / hooked to change what the output. | ||||
Additional Information | After taking a deeper look in the code - have you ever thought on refactoring the core? Perhaps it would be the best to create a new mantis client based on the soap api. with that we could create an extjs or similar client, which can be developed nearly independend from the core. ... Anyway thanks for your work. | ||||
Tags | redesign | ||||
Attached Files | |||||
Refactoring the core is very high on the agenda of the core developers. It's just a case of having enough people with spare time to work on it. The current view is towards using PHPTAL to separate the logic and views of MantisBT into separate files where the views are in the form of PHPTAL templates. I encourage you to have a look at PHPTAL if you haven't already - it's a very nice concept! Daryn has already started conversion and maintains a demo branch at git.mantisforge.org as a very early proof of concept. If you're interested in helping out in any way I encourage you to idle in IRC to discuss it further and exchange ideas. |
|
have you heatd of flow3 and fluid as template language? fluid shares ideas with phptal, but can do a bit more i think. flow3 is a mvc-framework with a jsr compatible content repository. both will build the base for typo3 5.0 and give you security by archtecture with validators and 100% test driven development ... flow3.typo3.org , currently there is no release just a working beta hope that helps |
|
Hello, i want to notify the existence of another template engine TWIG: |
|